From c23c51e4e01bca73957bcb32285baaee762a0e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Bari=C4=87?= Date: Fri, 20 Dec 2024 10:57:36 +0100 Subject: [PATCH 01/12] feat: limit custom feed view from date (#2557) --- __tests__/boot.ts | 22 ++++++++++++++++++++++ __tests__/feeds.ts | 23 +++++++++++++++++++++++ src/common/constants.ts | 2 ++ src/routes/boot.ts | 1 + src/schema/feeds.ts | 7 +++++++ 5 files changed, 55 insertions(+) diff --git a/__tests__/boot.ts b/__tests__/boot.ts index d95c7bd90..3a3ed79df 100644 --- a/__tests__/boot.ts +++ b/__tests__/boot.ts @@ -63,6 +63,7 @@ import { DEFAULT_TIMEZONE, submitArticleThreshold } from '../src/common'; import { saveReturnAlerts } from '../src/schema/alerts'; import { UserVote } from '../src/types'; import { BootAlerts, excludeProperties } from '../src/routes/boot'; +import { SubscriptionCycles } from '../src/paddle'; let app: FastifyInstance; let con: DataSource; @@ -511,6 +512,9 @@ describe('logged in boot', () => { }); await con.getRepository(User).save({ ...usersFixture[0], + subscriptionFlags: { + cycle: SubscriptionCycles.Yearly, + }, defaultFeedId: '1', }); mockLoggedIn(); @@ -520,6 +524,24 @@ describe('logged in boot', () => { .expect(200); expect(res.body.user.defaultFeedId).toEqual('1'); }); + + it('should not return default feed id if not plus', async () => { + await con.getRepository(Feed).save({ + id: '1', + name: 'My Feed', + userId: '1', + }); + await con.getRepository(User).save({ + ...usersFixture[0], + defaultFeedId: '1', + }); + mockLoggedIn(); + const res = await request(app.server) + .get(BASE_PATH) + .set('Cookie', 'ory_kratos_session=value;') + .expect(200); + expect(res.body.user.defaultFeedId).toBeNull(); + }); }); describe('boot marketing cta', () => { diff --git a/__tests__/feeds.ts b/__tests__/feeds.ts index 4f71047bd..7470bdc3c 100644 --- a/__tests__/feeds.ts +++ b/__tests__/feeds.ts @@ -4339,6 +4339,8 @@ describe('query customFeed', () => { it('should return the feed by slug', async () => { loggedUser = '1'; + isPlus = true; + const res = await client.query(QUERY, { variables: { ranking: Ranking.POPULARITY, @@ -4379,6 +4381,7 @@ describe('query customFeed', () => { it('should return feed with preconfigured filters', async () => { loggedUser = '1'; + isPlus = true; const res = await client.query(QUERY, { variables: { @@ -4396,6 +4399,8 @@ describe('query customFeed', () => { it('should not return posts with blocked tags', async () => { loggedUser = '1'; + isPlus = true; + await con.getRepository(ContentPreferenceKeyword).save([ { feedId: 'cf1', @@ -4423,6 +4428,7 @@ describe('query customFeed', () => { it('should return v2 feed', async () => { loggedUser = '1'; + isPlus = true; nock('http://localhost:6000') .post('/feed.json', { @@ -4452,4 +4458,21 @@ describe('query customFeed', () => { ['p1', 'p4'], ); }); + + it('should not return the feed by slug if not plus', async () => { + loggedUser = '1'; + + await testQueryErrorCode( + client, + { + query: QUERY, + variables: { + ranking: Ranking.POPULARITY, + first: 10, + feedId: 'cool-feed-cf1', + }, + }, + 'FORBIDDEN', + ); + }); }); diff --git a/src/common/constants.ts b/src/common/constants.ts index ad2484d7e..74083dbd3 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -4,3 +4,5 @@ export const ONE_DAY_IN_SECONDS = ONE_HOUR_IN_SECONDS * 24; export const ONE_WEEK_IN_SECONDS = ONE_DAY_IN_SECONDS * 7; export const MAX_FOLLOWERS_LIMIT = 5_000; + +export const customFeedsPlusDate = new Date('2024-12-11'); diff --git a/src/routes/boot.ts b/src/routes/boot.ts index 8deadbee0..81ebe2556 100644 --- a/src/routes/boot.ts +++ b/src/routes/boot.ts @@ -510,6 +510,7 @@ const loggedInBoot = async ({ language: user.language || undefined, image: mapCloudinaryUrl(user.image), cover: mapCloudinaryUrl(user.cover), + defaultFeedId: isPlus ? user.defaultFeedId : null, }, visit, alerts: { diff --git a/src/schema/feeds.ts b/src/schema/feeds.ts index 7ff1f418b..13eb97728 100644 --- a/src/schema/feeds.ts +++ b/src/schema/feeds.ts @@ -24,6 +24,7 @@ import { applyFeedWhere, base64, configuredFeedBuilder, + customFeedsPlusDate, FeedArgs, feedResolver, feedToFilters, @@ -1492,6 +1493,12 @@ export const resolvers: IResolvers = traceResolvers< }); const feedId = feed.id; + if (feed.createdAt > customFeedsPlusDate && !ctx.isPlus) { + throw new ForbiddenError( + 'Access denied! You need to be authorized to perform this action!', + ); + } + if ( args.version >= 2 && args.ranking === Ranking.POPULARITY && From 5a0421c2f3981c495aaab814fde28dcb3edc149f Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:23:35 +0100 Subject: [PATCH 02/12] fix: seed with invalid json (#2558) --- seeds/Post.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seeds/Post.json b/seeds/Post.json index 66ba709c5..718de5c38 100644 --- a/seeds/Post.json +++ b/seeds/Post.json @@ -1 +1 @@ -[{"id":"orsUT8NVe","title":"Raphaël Hertzog: Freexian’s report about Debian Long Term Support, April 2021","shortId":"orsUT8NVe","createdAt":"2021-05-28T13:53:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27036833,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:35:04.000Z","url":"https://raphaelhertzog.com/2021/05/28/freexians-report-about-debian-long-term-support-april-2021/","canonicalUrl":"https://raphaelhertzog.com/2021/05/28/freexians-report-about-debian-long-term-support-april-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1TWOx-rX7","title":"Letter from the editor","shortId":"1TWOx-rX7","createdAt":"2021-05-27T16:45:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":0,"score":27035565,"tagsStr":"containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/letter-from-the-editor/","canonicalUrl":"https://increment.com/containers/letter-from-the-editor/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"d3_PcfY-n","title":"How to Create Custom Color Palettes in WordPress Gutenberg","shortId":"d3_PcfY-n","createdAt":"2021-05-30T11:45:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039585,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T17:29:37.000Z","url":"https://webdesign.tutsplus.com/tutorials/create-custom-color-palettes-in-wordpress-gutenberg--cms-37019","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/create-custom-color-palettes-in-wordpress-gutenberg--cms-37019","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/37019/preview_image/colors-gutenberg.png","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"mVeyDDM2_","title":"Firefox: Sicherheitsloch „Memory-Dump“","shortId":"mVeyDDM2_","createdAt":"2021-05-25T09:10:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27032230,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:54:03.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/25/firefox-sicherheitsloch-memory-dump/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/25/firefox-sicherheitsloch-memory-dump/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"btZi3xPwD","title":"Sandro Tosi: QNAP: control LCD panel and speaker","shortId":"btZi3xPwD","createdAt":"2021-05-23T01:23:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27028883,"tagsStr":"python,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"http://sandrotosi.blogspot.com/2021/05/qnap-control-lcd-panel-and-speaker.html","canonicalUrl":"http://sandrotosi.blogspot.com/2021/05/qnap-control-lcd-panel-and-speaker.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"KyYNh0Uxe","title":"Pinephone: DANKE ModemManager!","shortId":"KyYNh0Uxe","createdAt":"2021-05-11T21:48:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27012828,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T21:32:31.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/11/pinephone-danke-modemmanager/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/11/pinephone-danke-modemmanager/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"V-g0xdYJl","title":"USV und RaspberryPi im SmartHome 1/2","shortId":"V-g0xdYJl","createdAt":"2021-05-01T23:12:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26998512,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:00:00.000Z","url":"https://www.pgollor.de/cms/?p=2959","canonicalUrl":"https://www.pgollor.de/cms/?p=2959","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"F8whOEgbQ","title":"Fedora: wie man Jitsi wieder starten kann","shortId":"F8whOEgbQ","createdAt":"2021-05-31T02:54:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27040494,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T02:43:49.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/31/fedora-wie-man-jitsi-wieder-starten-kann/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/31/fedora-wie-man-jitsi-wieder-starten-kann/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-JoTXP26T","title":"What's new in Svelte: June 2021","shortId":"-JoTXP26T","createdAt":"2021-06-01T13:31:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"svelte","views":730,"score":27043633,"tagsStr":"javascript,typescript,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-02T01:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://svelte.dev/blog/whats-new-in-svelte-june-2021","canonicalUrl":"","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f3d9045e1eaa56d791e63fcab36f7e0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQMAAhEhIrH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1IxJuwXDmVGuQRjyViIH/9k=","siteTwitter":"@sveltejs","creatorTwitter":"@sveltejs","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7T4qfsDq_","title":"Michael Prokop: What to expect from Debian/bullseye #newinbullseye","shortId":"7T4qfsDq_","createdAt":"2021-05-27T11:35:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27035255,"tagsStr":"linux,prometheus","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:03:00.000Z","url":"https://michael-prokop.at/blog/2021/05/27/what-to-expect-from-debian-bullseye-newinbullseye/","canonicalUrl":"https://michael-prokop.at/blog/2021/05/27/what-to-expect-from-debian-bullseye-newinbullseye/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"irhRlNM3m","title":"DMCA-Benachrichtigung (Urheberrecht) wegen Ubuntu-Download","shortId":"irhRlNM3m","createdAt":"2021-05-27T07:35:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27035015,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:05:05.000Z","url":"https://www.bitblokes.de/dmca-benachrichtigung-urheberrecht-wegen-ubuntu-download/","canonicalUrl":"https://www.bitblokes.de/dmca-benachrichtigung-urheberrecht-wegen-ubuntu-download/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JEkTd76HJ","title":"OSGeoLive 14.0 veröffentlicht","shortId":"JEkTd76HJ","createdAt":"2021-05-26T06:03:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T05:34:53.000Z","url":"https://linuxnews.de/2021/05/osgeolive-14-0-veroeffentlicht/","canonicalUrl":"https://linuxnews.de/2021/05/osgeolive-14-0-veroeffentlicht/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aNygD2JkG","title":"LibreOffice 7.2 Alpha 1 ist veröffentlicht – Test-Zyklus hat begonnen","shortId":"aNygD2JkG","createdAt":"2021-05-25T12:40:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27032440,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:23:14.000Z","url":"https://www.bitblokes.de/libreoffice-7-2-alpha-1-ist-veroffentlicht-test-zyklus-hat-begonnen/","canonicalUrl":"https://www.bitblokes.de/libreoffice-7-2-alpha-1-ist-veroffentlicht-test-zyklus-hat-begonnen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lnf02iUNP","title":"COMMUNAL","shortId":"lnf02iUNP","createdAt":"2021-05-01T04:35:02.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26997395,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/117856111/COMMUNAL","canonicalUrl":"https://www.behance.net/gallery/117856111/COMMUNAL","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09092b2144c983f2955fd4239ec87a9a","ratio":1.60550458715596,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACEwMEEgURITGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAjFB/9oADAMBAAIRAxEAPwDVtSYRdySOxJt24DriqST6DsqcTSiKWhGn/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"XhHWOjw61","title":"Webkonferenzsystem BigBlueButton 2.3.0 freigegeben","shortId":"XhHWOjw61","createdAt":"2021-04-30T09:36:52.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:11:00.000Z","url":"https://linuxnews.de/2021/04/webkonferenzsystem-bigbluebutton-2-3-0-freigegeben/","canonicalUrl":"https://linuxnews.de/2021/04/webkonferenzsystem-bigbluebutton-2-3-0-freigegeben/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"s0OZGgxO4","title":"Recognize your users' handwriting","shortId":"s0OZGgxO4","createdAt":"2021-05-17T17:26:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":63,"score":27021815,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://web.dev/handwriting-recognition/","canonicalUrl":"https://web.dev/handwriting-recognition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1350951ee762a851c710fa07b8b9fd1","ratio":3.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBxMhQUNhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARIv/aAAwDAQACEQMRAD8Au1Irw17jNiNsYMTXYbwAc44HXxZ8vSOF2wM+R3XtERE9ufNJJx3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yG8xplbSc","title":"New CSS functional psuedo class selectors `:is()` and `:where()`","shortId":"yG8xplbSc","createdAt":"2021-06-01T17:41:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":243,"score":27043622,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://web.dev/css-is-and-where/","canonicalUrl":"https://web.dev/css-is-and-where/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd74020ebfd74c6a9fd613029716ea88","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAgQRQQUTIWFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIkL/2gAMAwEAAhEDEQA/AN5fqK89zrYxYQnIahlreAbVOtAejzzLCrntU+CIiDkiS7b/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5pKmbDxgX","title":"Kaboxer – Kali Applications Boxer","shortId":"5pKmbDxgX","createdAt":"2021-05-27T05:25:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27034885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T05:04:13.000Z","url":"https://linuxnews.de/2021/05/kaboxer-kali-applications-boxer/","canonicalUrl":"https://linuxnews.de/2021/05/kaboxer-kali-applications-boxer/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"r3J-IG8vB","title":"New Human Interface Guidelines","shortId":"r3J-IG8vB","createdAt":"2021-05-20T16:04:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27025444,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:00:06.000Z","url":"https://blogs.gnome.org/aday/2021/05/20/new-human-interface-guidelines/","canonicalUrl":"https://blogs.gnome.org/aday/2021/05/20/new-human-interface-guidelines/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"04XFyxOza","title":"Von Wobeser","shortId":"04XFyxOza","createdAt":"2021-05-06T22:30:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27005670,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/118755553/Von-Wobeser","canonicalUrl":"https://www.behance.net/gallery/118755553/Von-Wobeser","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/238df8a2a7e17ede75ba65d4d4a81d6b","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEnEhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANtzYLQukcEaTSSCmUFlhjH0+zWWPVdZDSafI8Ytwi/B5ILxjKP/2Q==","siteTwitter":"@behance","creatorTwitter":"@tbpmx","readTime":0,"description":null,"toc":null,"summary":null},{"id":"kANb7Y6d1","title":"1Password für Linux ist veröffentlicht – Passwort-Manager kostenlos testen","shortId":"kANb7Y6d1","createdAt":"2021-05-19T07:54:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27023514,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:21:46.000Z","url":"https://www.bitblokes.de/1password-fur-linux-ist-veroffentlicht-passwort-manager-kostenlos-testen/","canonicalUrl":"https://www.bitblokes.de/1password-fur-linux-ist-veroffentlicht-passwort-manager-kostenlos-testen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"SMa1y_b-k","title":"COLLISION","shortId":"SMa1y_b-k","createdAt":"2021-05-23T07:09:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27029229,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/113971553/COLLISION","canonicalUrl":"https://www.behance.net/gallery/113971553/COLLISION","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fbf8f7b0170e967fa9e6b0558ddbb74","ratio":1.52008686210641,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAgABAwQRBRMUFiFBMUSh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRIf/aAAwDAQACEQMRAD8Az6rwQ9JTxR5AiBuUsrC7SO3XPdvFlP2cL+z8RElaUU5HmpWPRP/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nrLeoe-IX","title":"Nextcloud 21.0.2, 20.0.10 und 19.0.11 verfügbar – Beta 1 für 22 auch","shortId":"nrLeoe-IX","createdAt":"2021-05-22T06:22:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27027742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T06:09:35.000Z","url":"https://www.bitblokes.de/nextcloud-21-0-2-20-0-10-und-19-0-11-verfugbar-beta-1-fur-22-auch/","canonicalUrl":"https://www.bitblokes.de/nextcloud-21-0-2-20-0-10-und-19-0-11-verfugbar-beta-1-fur-22-auch/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EB1b7Gb0c","title":"Pinephone: Wie man Fedora installiert","shortId":"EB1b7Gb0c","createdAt":"2021-05-17T10:09:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020769,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:32:03.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/17/pinephone-wie-man-fedora-installiert/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/17/pinephone-wie-man-fedora-installiert/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"O875StQJ8","title":"Abhinav Sarkar: Implementing Co, a Small Interpreted Language With Coroutines #1: The\nParser","shortId":"O875StQJ8","createdAt":"2021-05-12T01:51:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"phaskell","views":0,"score":27013071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-24T00:00:00.000Z","url":"https://abhinavsarkar.net/posts/implementing-co-1/","canonicalUrl":"https://abhinavsarkar.net/posts/implementing-co-1/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"@abhin4v","readTime":15,"description":null,"toc":null,"summary":null},{"id":"t3I14Y-yS","title":"Edit comment ✏️","shortId":"t3I14Y-yS","createdAt":"2021-05-10T12:32:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily_updates","views":140,"score":27011499,"tagsStr":"dailydev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":22,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:30:00.000Z","url":"https://changelog.daily.dev/edit-comment-194404","canonicalUrl":"https://changelog.daily.dev/edit-comment-194404","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6907a2dcde1a845f4228e44cb96aaba7","ratio":1.91452991452991,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHBAAAwEAAgMAAAAAAAAAAAAAAQIRAAMSISNh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOD8gbr60EE8UXQxDMSqhQTQoNnzM1Bf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"9yKWSIu6q","title":"Pose Library v2.0","shortId":"9yKWSIu6q","createdAt":"2021-05-21T12:51:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"blender","views":188,"score":27027362,"tagsStr":"general-programming,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:44:13.000Z","url":"https://code.blender.org/2021/05/pose-library-v2-0/","canonicalUrl":"https://code.blender.org/2021/05/pose-library-v2-0/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfdac1d8f63e4eca33cac6e42b17b02a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEIRITosH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAyEx/9oADAMBAAIRAxEAPwDLcd8Q31N1GWk1ZJu7+Kd2RFyNx+QiJcMqujRKdbP/2Q==","siteTwitter":"@blender_org","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"fJMo_5WW3","title":"Norbert Preining: bash: passing around arguments with quotes","shortId":"fJMo_5WW3","createdAt":"2021-05-10T03:00:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27010260,"tagsStr":"backend,bash","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T21:32:53.000Z","url":"https://www.preining.info/blog/2021/05/bash-passing-around-arguments-with-quotes/","canonicalUrl":"https://www.preining.info/blog/2021/05/bash-passing-around-arguments-with-quotes/","image":"","ratio":null,"placeholder":"","siteTwitter":"@norbusan","creatorTwitter":"@norbusan","readTime":2,"description":null,"toc":null,"summary":null},{"id":"j86PuoGjq","title":"Hitting the Road This Winter? Take Your Kitchen With You","shortId":"j86PuoGjq","createdAt":"2021-05-09T18:41:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009761,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:36:00.000Z","url":"https://www.wired.com/story/gear-for-the-portable-kitchen/","canonicalUrl":"https://www.wired.com/story/gear-for-the-portable-kitchen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"kjnObmGT8","title":"Gesperrte Fail2ban IP-Adresse entsperren","shortId":"kjnObmGT8","createdAt":"2021-05-09T08:12:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27009132,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T12:00:00.000Z","url":"https://seeseekey.net/archive/126609/","canonicalUrl":"https://seeseekey.net/archive/126609/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZF8WxGTEk","title":"Links on Typography","shortId":"ZF8WxGTEk","createdAt":"2021-05-07T14:08:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":144,"score":27007310,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:54:01.000Z","url":"https://css-tricks.com/links-on-typography/","canonicalUrl":"https://css-tricks.com/links-on-typography/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4254c28cfbfd23b3000f128d5a4e14e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxESEyFikaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABERL/2gAMAwEAAhEDEQA/ANNMnnErQTFhe4DCD3ap1+PqIp6Y4j//2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Fvy2cVRfj","title":"ROOT Exploits in Exim < 4.94.2","shortId":"Fvy2cVRfj","createdAt":"2021-05-05T20:32:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004112,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T20:20:56.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/05/root-exploits-in-exim-4-94-2/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/05/root-exploits-in-exim-4-94-2/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"j1P8NbA7A","title":"A Guide To Undoing Mistakes With Git","shortId":"j1P8NbA7A","createdAt":"2021-05-04T14:52:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":276,"score":27003161,"tagsStr":"webdev,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-04T18:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/undoing-mistakes-git-part1/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/undoing-mistakes-git-part1/","image":"","ratio":null,"placeholder":"","siteTwitter":"@smashingmag","creatorTwitter":"@gntr","readTime":8,"description":null,"toc":null,"summary":null},{"id":"ab6ckdKeU","title":"Firefox support selection of multiple text areas (#tilPost)","shortId":"ab6ckdKeU","createdAt":"2021-05-04T19:33:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27002613,"tagsStr":"webdev,firefox","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:00:00.000Z","url":"https://www.stefanjudis.com/today-i-learned/firefox-support-selection-of-multiple-text-areas/","canonicalUrl":"https://www.stefanjudis.com/today-i-learned/firefox-support-selection-of-multiple-text-areas/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fBPxg05Yz","title":"\"Should we break the ABI\" is the wrong question","shortId":"fBPxg05Yz","createdAt":"2021-05-03T23:03:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":3,"score":27001630,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/should-we-break-abi-is-wrong-question.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/should-we-break-abi-is-wrong-question.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"3uXEUmgPg","title":"GNOME Internet Radio Locator 5.0.0 with BBC (United Kingdom) on Fedora Core 34","shortId":"3uXEUmgPg","createdAt":"2021-05-03T04:04:08.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":2,"score":27000484,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T04:00:02.000Z","url":"https://blogs.gnome.org/oleaamot/2021/05/03/gnome-internet-radio-locator-5-0-0-with-bbc-united-kingdom-on-fedora-core-34/","canonicalUrl":"https://blogs.gnome.org/oleaamot/2021/05/03/gnome-internet-radio-locator-5-0-0-with-bbc-united-kingdom-on-fedora-core-34/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wEzFT7zor","title":"Web Weekly #17 (#blogPost)","shortId":"wEzFT7zor","createdAt":"2021-05-02T21:25:28.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":5,"score":27000103,"tagsStr":"css,cicd","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-17/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-17/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0L1CftnD5","title":"Raphaël Hertzog: Freexian’s report about Debian Long Term Support, March 2021","shortId":"0L1CftnD5","createdAt":"2021-04-30T14:58:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":1,"score":26996812,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:22:23.000Z","url":"https://raphaelhertzog.com/2021/04/30/freexians-report-about-debian-long-term-support-march-2021/","canonicalUrl":"https://raphaelhertzog.com/2021/04/30/freexians-report-about-debian-long-term-support-march-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"U5s4B7C7I","title":"Quick Lookup – Wiktionary am Linux-Desktop","shortId":"U5s4B7C7I","createdAt":"2021-05-01T16:41:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26998121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T16:29:50.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/01/quick-lookup-wiktionary-am-linux-desktop/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/01/quick-lookup-wiktionary-am-linux-desktop/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"l8Kopfo9o","title":"Debian: PulseAudio mit PipeWire ersetzen","shortId":"l8Kopfo9o","createdAt":"2021-05-01T08:49:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997649,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T08:43:02.000Z","url":"https://linuxnews.de/2021/05/debian-pulseaudio-durch-pipewire-ersetzen/","canonicalUrl":"https://linuxnews.de/2021/05/debian-pulseaudio-durch-pipewire-ersetzen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lTFUDwSWg","title":"FIAU Malta","shortId":"lTFUDwSWg","createdAt":"2021-05-23T20:35:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030035,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/100225847/FIAU-Malta","canonicalUrl":"https://www.behance.net/gallery/100225847/FIAU-Malta","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b620e5b40645a5b6df833f5a0676c255","ratio":1.40421263791374,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFBhEhEkGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMz2xpWn2TVhkq2XsN0WSZVU/CD6y7TatAIoaaXyA74A4xjA/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"dEJrr_2uq","title":"Spinning Up Multiple WordPress Sites Locally With DevKinsta — Smashing Magazine","shortId":"dEJrr_2uq","createdAt":"2021-06-15T10:46:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":17,"score":27063094,"tagsStr":"webdev,wordpress,php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7a36bca72ff140acc0b9043a860a18e","ratio":1.82168330955777,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBRITMUGi4f/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/AM9YEbZdPyZHRwudEWi3sJJ3Gu78KIwLAPL6/URUPDkr2jAWNO//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"myQPrHf0Q","title":"Smashing Podcast Episode 39 With Addy Osmani: Image Optimization — Smashing Magazine","shortId":"myQPrHf0Q","createdAt":"2021-06-15T07:58:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":119,"score":27063081,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-15T09:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/smashing-podcast-episode-39/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/smashing-podcast-episode-39/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/066d14270d9228eecf5fb5e7d728a792","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEEIUESEyIjMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAbEQACAgMBAAAAAAAAAAAAAAABAgMhABExcf/aAAwDAQACEQMRAD8Axocus49lhkLCwvdbtTXVrv5+q6ePE50l4oJ4jZDq39BEQasWB3lbkiWOQFKoCieecz//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@drewm","readTime":41,"description":null,"toc":null,"summary":null},{"id":"z9FJf_NSJ","title":"Making Tables With Sticky Header and Footers Got a Bit Easier","shortId":"z9FJf_NSJ","createdAt":"2021-06-14T22:32:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":537,"score":27062808,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-15T05:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T22:04:41.000Z","url":"https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/","canonicalUrl":"https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37c2d6f022842570c4a14917e1c690cd","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACEQMEBhIUMRUhMkHi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8AzB2O1aI0G9pvJPJt/XEeSpwQuM9RaJ7xt/pER2SuJICvmdbpC3hR5ZFYcB5X/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sTPjBa2fa","title":"Component-Driven Responsive Design Using Container and Scope CSS Queries","shortId":"sTPjBa2fa","createdAt":"2021-06-15T02:34:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":212,"score":27062765,"tagsStr":"css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-15T07:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T14:02:23.000Z","url":"https://blog.bitsrc.io/component-driven-responsive-design-using-upcoming-css-features-46a4ea94e690","canonicalUrl":"https://blog.bitsrc.io/component-driven-responsive-design-using-upcoming-css-features-46a4ea94e690","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81950d8fb12d60970ec277fd94cf72d1","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCAAQhBhEHEiIyQVGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMSBCKhwf/aAAwDAQACEQMRAD8A1o6UZINN0+DGBoRLqlsZk9w9DIxmqDh/fEbi/WB4HNLHylKWu5h1KSiypYmCh4PQv//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"EYLjsRXQX","title":"Improving Cumulative Layout Shift at Telegraph Media Group","shortId":"EYLjsRXQX","createdAt":"2021-06-14T13:28:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":0,"score":27061288,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/telegraph/","canonicalUrl":"https://web.dev/telegraph/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/757877e97bf497db6f7193c7258ca6a9","ratio":1.56666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIGAAMhBxGhEhQkMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQACAwQREiFRYZHR/9oADAMBAAIRAxEAPwDXL0V1EYXwk5sjqcFPCUbD56xzVqRuchFDTOyWAyexXPNKU1XO7Bug6Gw4RwsFz6V//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Lp4FyF7Oe","title":"How to Build a Custom Pagination Component in React","shortId":"Lp4FyF7Oe","createdAt":"2021-06-14T23:49:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":128,"score":27062520,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T22:39:00.000Z","url":"https://www.freecodecamp.org/news/build-a-custom-pagination-component-in-react/","canonicalUrl":"https://www.freecodecamp.org/news/build-a-custom-pagination-component-in-react/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e889049128d1987f520b9c83aac34c4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQREiFBFf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQUAAwAAAAAAAAAAAAAAAQACAxFREjGR/9oADAMBAAIRAxEAPwDWbCyMHyoXYsZVkJIbA9PRjtTDbLGdDbwuV5sXbJx7SlU4xyc6yfSNxClkLWMqusBzQv/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@mayank_shubham","readTime":10,"description":null,"toc":null,"summary":null},{"id":"6jpiRprsv","title":"DevSecOps Isn't Optional Anymore","shortId":"6jpiRprsv","createdAt":"2021-06-15T00:18:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":113,"score":27062507,"tagsStr":"security,testing,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":8,"banned":false,"deleted":false,"publishedAt":"2021-06-15T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/devsecops-isnt-optional-anymore","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/devsecops-isnt-optional-anymore","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a96d7c6f453a82cddae62402ceb7a9b","ratio":1.82926829268293,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECEiIhofD/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMGesJ87QvdEpt4oAg//2Q==","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":4,"description":null,"toc":null,"summary":null},{"id":"J-egMoCiE","title":"Oskar Wickström: Specifying State Machines with Temporal Logic","shortId":"J-egMoCiE","createdAt":"2021-05-03T08:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":8,"score":27000914,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://wickstrom.tech/programming/2021/05/03/specifying-state-machines-with-temporal-logic.html","canonicalUrl":"https://wickstrom.tech/programming/2021/05/03/specifying-state-machines-with-temporal-logic.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"3Cnt7ayyq","title":"CSS-Tricks Chronicle XXXX","shortId":"3Cnt7ayyq","createdAt":"2021-06-14T18:37:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":425,"score":27062506,"tagsStr":"general-programming,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-15T02:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T18:20:17.000Z","url":"https://css-tricks.com/css-tricks-chronicle-xxxx/","canonicalUrl":"https://css-tricks.com/css-tricks-chronicle-xxxx/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b59dd1471a5748f3414b401977da0219","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhABAAEDAQkAAAAAAAAAAAAAAQIAAwRBBQYHERITIjGi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAIDAQEAAAAAAAAAAAAAAAEDAAQRAgX/2gAMAwEAAhEDEQA/AM3lu3CGT1Rnjz7kAkXrDMHWR5HJqPD2SqbUiDoY3r7pSi/UsMrnkKObE66uXPaGDcM//9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Hgs0Po8Cm","title":"HTML Roving tabindex Attribute Explained with Examples","shortId":"Hgs0Po8Cm","createdAt":"2021-06-14T22:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":28,"score":27062268,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":false,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T20:15:00.000Z","url":"https://www.freecodecamp.org/news/html-roving-tabindex-attribute-explained-with-examples/","canonicalUrl":"https://www.freecodecamp.org/news/html-roving-tabindex-attribute-explained-with-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a0fa8c8375a35f822cb032b4c454e33","ratio":1.334,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAgECBwAAAAAAAAAAAAABAgADBAURBhITIYGRsf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8ArebF0+p6cZRXWCRYFGx2Hj5Jq3iXSa7XRs5QysQR0rOx9REUj//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@sprucekhalifa","readTime":5,"description":null,"toc":null,"summary":null},{"id":"s-UJPyk4i","title":"How to Backup Squarespace-Managed Styles using AWS Cloud","shortId":"s-UJPyk4i","createdAt":"2021-06-14T19:22:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":5,"score":27061978,"tagsStr":"cloud,aws,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T19:19:42.000Z","url":"https://www.freecodecamp.org/news/how-to-backup-squarespace-managed-styles-using-aws-cloud/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-backup-squarespace-managed-styles-using-aws-cloud/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf032d6ebc4a7698d02f3024a1c9e5c2","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIEAAMFESEGBxUjYYGy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIRIZEE/9oADAMBAAIRAxEAPwDAkcwsckyMsfEwUslO4hRmBPgnceqlzjjCm4x6Sg1JOzDT4pSq7C429Ya+mxnRwn//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@adham_benhawy","readTime":10,"description":null,"toc":null,"summary":null},{"id":"RTBUkbzhs","title":"Securing Your Website With Subresource Integrity","shortId":"RTBUkbzhs","createdAt":"2021-06-14T14:26:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":46,"score":27061927,"tagsStr":"security,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T13:30:27.000Z","url":"https://css-tricks.com/securing-your-website-with-subresource-integrity/","canonicalUrl":"https://css-tricks.com/securing-your-website-with-subresource-integrity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a18d7cea0cbc97bd672e1084f604735","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDEQUEIQYSEzRBYeL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8AmMuBlgpr9YyQuIF9CqFV4PpDwG5x5jkhvv2/0iKdkriSAr5nW6fbwo8sisOA8r//2Q==","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":13,"description":null,"toc":null,"summary":null},{"id":"CzkgjAyb0","title":"Using Dapper with ASP.NET Core Web API","shortId":"CzkgjAyb0","createdAt":"2021-06-14T06:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":37,"score":27061253,"tagsStr":"aspnet,.net","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T06:00:21.000Z","url":"https://code-maze.com/using-dapper-with-asp-net-core-web-api/","canonicalUrl":"https://code-maze.com/using-dapper-with-asp-net-core-web-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a805516de59bbc63b7d2107e1294083","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJRAAAgECAwkBAAAAAAAAAAAAAQIDAAUEESIGBxITITFBUWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAhH/2gAMAwEAAhEDEQA/AKXeDtZJbrYZbcZo5EKQKmYVCrFVA0/fPrpWWDFXaUcx5sLxvqOUQ7n8pShtjQtP/9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":17,"description":null,"toc":null,"summary":null},{"id":"foC7rB8x2","title":"A CSS-only typewriter effect (#snippet)","shortId":"foC7rB8x2","createdAt":"2021-04-30T20:38:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":2,"score":26997159,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:00:00.000Z","url":"https://www.stefanjudis.com/snippets/a-css-only-typewriter-effect/","canonicalUrl":"https://www.stefanjudis.com/snippets/a-css-only-typewriter-effect/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"P_A2a5G92","title":"Passwordless Solutions vs. Adaptive Security","shortId":"P_A2a5G92","createdAt":"2021-06-14T00:16:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":60,"score":27060953,"tagsStr":"security,cyber,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/passwordless-solutions-vs-adaptive-security-what-is-the-best-protection-against-covid-19-cyber-attacks","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/passwordless-solutions-vs-adaptive-security-what-is-the-best-protection-against-covid-19-cyber-attacks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/854b08519205a052faa8d690c0384ec7","ratio":0.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIDB//EACIQAAICAQMEAwAAAAAAAAAAAAEDAgQRAAUhExQx0TNBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAREAAiEiQeH/2gAMAwEAAhEDEQA/AMas2Kjt4a3towUEgyCuCZYAMsZ8ZOiJbYQD2rOefkj71XbbnUYYsVBlVyzMImAYxIwPIGSPzTLvUiuJOzUM4H1L3pWpYbksCa6o4XfRP//Z","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":4,"description":null,"toc":null,"summary":null},{"id":"2pnN_5uCH","title":"Sharing Files from iOS 15 Safari to Apps using Web Share","shortId":"2pnN_5uCH","createdAt":"2021-06-12T17:59:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":8,"score":27058963,"tagsStr":"ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T22:33:18.000Z","url":"https://blog.bitsrc.io/sharing-files-from-ios-15-safari-to-apps-using-web-share-c0e98f6a4971","canonicalUrl":"https://blog.bitsrc.io/sharing-files-from-ios-15-safari-to-apps-using-web-share-c0e98f6a4971","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3b2003865a4bf25412bd7f59969a421","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMGERIhQROBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACAxIEBREhMf/aAAwDAQACEQMRAD8AzOGZ7PgWJMFrYuo43I3kKlD80PfrmqXyyRuOsdDz2xpSqU3WYshu5g5KX4RtHc+k9r//2Q==","siteTwitter":"@bitdev_","creatorTwitter":"@leemartin","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bUyKIwFSe","title":"Introducing libSquoosh","shortId":"bUyKIwFSe","createdAt":"2021-06-09T11:26:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","tweeted":true,"views":991,"score":27055110,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-09T20:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/introducing-libsquoosh/","canonicalUrl":"https://web.dev/introducing-libsquoosh/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5a329cd8884ca47c7d25aedf91a05fa","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEBRIhYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOlfYcNa0B8iwUA7ubnwSG3k0ta7KRhYkejEQP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o1aG3dFgj","title":"How to Center Anything in CSS Using Flexbox and Grid ✨","shortId":"o1aG3dFgj","createdAt":"2021-06-11T20:44:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":317,"score":27058210,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T20:40:17.000Z","url":"https://www.freecodecamp.org/news/how-to-center-objects-using-css/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-center-objects-using-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c351cf569c0115e6d5fd01d97d19f1b8","ratio":1.91,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQFEhUhMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDESH/2gAMAwEAAhEDEQA/ANA2B09y1QVErcoqosjcGdWjzlUojaABiNkRDN7UWW28uhP/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@joyshaheb","readTime":5,"description":null,"toc":null,"summary":null},{"id":"CRtYJfVDg","title":"Safari 15: New UI, Theme Colors, and… a CSS-Tricks Cameo?","shortId":"CRtYJfVDg","createdAt":"2021-06-11T21:55:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":136,"score":27058170,"tagsStr":"ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T21:38:48.000Z","url":"https://css-tricks.com/safari-15-new-ui-theme-colors-and-a-css-tricks-cameo/","canonicalUrl":"https://css-tricks.com/safari-15-new-ui-theme-colors-and-a-css-tricks-cameo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4930d580101169a0fdeb91fcb19995e8","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhBhQxQYP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgICAwEAAAAAAAAAAAAAAQMCBAARBSFB8P/aAAwDAQACEQMRAD8AzjT9F7F4hEbRma3jgzJbbhled+C3k+6rJ0IZJGc30ILEsQLY45+lKUXylhlcxCjrf3uI1UwY5sZjYB6z/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wFVkTSdbC","title":"The Possibilities of Syndication","shortId":"wFVkTSdbC","createdAt":"2021-06-11T21:55:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":34,"score":27058040,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T21:25:56.000Z","url":"https://css-tricks.com/the-possibilities-of-syndication/","canonicalUrl":"https://css-tricks.com/the-possibilities-of-syndication/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebadb40d59261ed72e403c1ca7a9f534","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwURIQQGEhQxNELi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAwACESEEBRP/2gAMAwEAAhEDEQA/AMskoM0EjIusjcXex04wO1rclY7Ec4lxqTbnPj/SIp3ZPYg18zjMfxk0u1lbDQOp/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fkw5g78mk","title":"Chromium Blog: Changes to Chrome OS’s release cycle","shortId":"fkw5g78mk","createdAt":"2021-06-11T14:59:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"chromium","views":19,"score":27057522,"tagsStr":"open-source,google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.chromium.org/2021/06/changes-to-chrome-oss-release-cycle.html","canonicalUrl":"https://blog.chromium.org/2021/06/changes-to-chrome-oss-release-cycle.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"Chromium Blog","creatorTwitter":"@ChromiumDev","readTime":1,"description":null,"toc":null,"summary":null},{"id":"akgVOa6Uq","title":"OCETA","shortId":"akgVOa6Uq","createdAt":"2021-05-01T08:42:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":6,"score":26997905,"tagsStr":"c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/118529363/OCETA","canonicalUrl":"https://www.behance.net/gallery/118529363/OCETA","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c6a64555c2f806f4588d89c62f740b8","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAAIBAxESIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDNVVTtX0rZEb5pAAD/2Q==","siteTwitter":"@behance","creatorTwitter":"@korbtv","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-B89_zaC5z","title":"Sharing learnings about our image cropping algorithm","shortId":"-B89_zaC5z","createdAt":"2021-06-11T00:26:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":80,"score":27056768,"tagsStr":"tech-news,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/sharing-learnings-about-our-image-cropping-algorithm","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/sharing-learnings-about-our-image-cropping-algorithm","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"s9ITDtXRg","title":"Introducing Health+ with Confluent Platform 6.2","shortId":"s9ITDtXRg","createdAt":"2021-06-10T15:29:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":3,"score":27055895,"tagsStr":"infrastructure,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.confluent.io/blog/introducing-confluent-platform-6-2/","canonicalUrl":"https://www.confluent.io/blog/introducing-confluent-platform-6-2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":9,"description":null,"toc":null,"summary":null},{"id":"hs2WfhQ7C","title":"How to get GitOps right with infrastructure as code security","shortId":"hs2WfhQ7C","createdAt":"2021-06-10T12:35:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":18,"score":27055851,"tagsStr":"general-programming,security,infrastructure,devops,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/10/how-to-get-gitops-right-with-iac-security/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/10/how-to-get-gitops-right-with-iac-security/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/751c029810dc05cf05ad0efd44fbc20c","ratio":1.50022094564737,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDBAAFBhEhEpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAyFRkf/aAAwDAQACEQMRAD8A1HG7hl90YjSGpMVLi0qLragClBKyNDnQNHtUzkTMvavF3s4TvgMNW9faUoNDsVMqho8n/9k=","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gkOnIHnZG","title":"Test Frontend and API Together with Cypress","shortId":"gkOnIHnZG","createdAt":"2021-06-10T04:24:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":414,"score":27055845,"tagsStr":"webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-10T12:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T21:18:39.000Z","url":"https://blog.bitsrc.io/test-frontend-and-api-together-with-cypress-6291aa0f41e2","canonicalUrl":"https://blog.bitsrc.io/test-frontend-and-api-together-with-cypress-6291aa0f41e2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8137488ac241ed3dfc98a92ba5547cf","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAURITEGEiJCYZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhJR/9oADAMBAAIRAxEAPwC9zfUd1HLY3dxI91C3dCsZ0jIL6ey76Dx352+1QQ3KNEhkyOTLlQSQqc/tKVLp2nI5UwM//9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ijvTrzlFVI","title":"Empyrial: By Investors, For Investors","shortId":"ijvTrzlFVI","createdAt":"2021-06-10T18:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":0,"score":27055804,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T09:19:06.000Z","url":"https://itnext.io/empyrial-by-investors-for-investors-d602f6ff29f9","canonicalUrl":"https://itnext.io/empyrial-by-investors-for-investors-d602f6ff29f9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c88098a75bef0b3352fc577661fff67","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRIQUiJTNRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSp4y6y3eb/JbI6YdD146tjhlWNVa5kcgAFiq5P3QpSg//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YM5cmku_c","title":"10 Bootstrap Weather Examples","shortId":"YM5cmku_c","createdAt":"2021-05-21T01:04:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025984,"tagsStr":"css,html,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:36:44.000Z","url":"http://csshint.com/bootstrap-weather/","canonicalUrl":"http://csshint.com/bootstrap-weather/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5a35b2c4ed8429ed18cbdc278ab6ffe","ratio":1.78398058252427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAAABQQDAAAAAAAAAAAAAAAAAQIDBQQGByEREiL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8AmWPZ7HFDZ7VNdEFJ1kuSnTU+wywpPBn52o+2iEhAAmymMJUHSf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"v_Am-_11u","title":"Secures RESTful APIs with Quarkus OIDC and Auth0","shortId":"v_Am-_11u","createdAt":"2021-06-10T07:04:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":14,"score":27055507,"tagsStr":"security,authentication,spring,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T07:04:43.000Z","url":"https://itnext.io/secures-restful-apis-with-quarkus-oidc-and-auth0-643475a9710c","canonicalUrl":"https://itnext.io/secures-restful-apis-with-quarkus-oidc-and-auth0-643475a9710c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2744e20b6f4c6a42c795de49967b7df5","ratio":1.75953079178886,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxABAQACAwEAAAAAAAAAAAAAAQIAAwQRIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A1FOyY6mhV+5K+LxbpqtIq9r7jGWXB//Z","siteTwitter":"@itnext_io","creatorTwitter":"@hantsy","readTime":7,"description":null,"toc":null,"summary":null},{"id":"eBUksve7c","title":"The Skills You Need to Start Freelancing as a Developer","shortId":"eBUksve7c","createdAt":"2021-06-09T19:56:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":322,"score":27055285,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-10T01:30:00.000Z","discussionScore":6,"banned":false,"deleted":false,"publishedAt":"2021-06-09T19:45:20.000Z","url":"https://www.freecodecamp.org/news/the-skills-you-need-to-start-freelancing/","canonicalUrl":"https://www.freecodecamp.org/news/the-skills-you-need-to-start-freelancing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/279bab0c217fccf7829a35b3ae8bbb50","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwX/xAAkEAACAgEDAwUBAAAAAAAAAAABAwIEEQASIQUxUQYHEzJBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAxAv/aAAwDAQACEQMRAD8AST7l0ekU0Ou0rLJB4qPXXhuMGnP1JwJRGOZfzSjgS5BBB50adZoV1T6ZdCWSfan8gUiYUubdm7LB3xgfh58ass9Y0Esmpjn74ExO2GBkeOO2grtegMv/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@study_web_dev","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Xxbc7A6sa","title":"Some thoughts on measuring DevOps maturity and progress","shortId":"Xxbc7A6sa","createdAt":"2021-06-07T06:52:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codecentric","views":2,"score":27051053,"tagsStr":"career,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T06:30:58.000Z","url":"https://blog.codecentric.de/en/2021/06/devops-maturity-measuring-progress/","canonicalUrl":"https://blog.codecentric.de/en/2021/06/devops-maturity-measuring-progress/","image":"https://blog.codecentric.de/wp-content/themes/codecentric2015/img/icons/favicon.ico","ratio":null,"placeholder":"","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":3,"description":null,"toc":null,"summary":null},{"id":"-NirEwx85","title":"Learn Bootstrap 5 and SASS by Building a Portfolio Website","shortId":"-NirEwx85","createdAt":"2021-06-09T18:49:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":358,"score":27055261,"tagsStr":"career,css,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-10T01:00:06.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T18:43:07.000Z","url":"https://www.freecodecamp.org/news/learn-bootstrap-5-and-sass-by-building-a-portfolio-website/","canonicalUrl":"https://www.freecodecamp.org/news/learn-bootstrap-5-and-sass-by-building-a-portfolio-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b198e2bffa5be9c0cbc432fab70685f4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAxESBCHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARQf/aAAwDAQACEQMRAD8AzIebXTaiMhayoEWkomM2jOfWyW625rXOoNYnOR8iJbxElvDwzNTI9Df/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6ET1kUdU9","title":"A Cornucopia of Container Queries","shortId":"6ET1kUdU9","createdAt":"2021-06-09T21:11:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":131,"score":27055238,"tagsStr":"css,containers,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T20:37:00.000Z","url":"https://css-tricks.com/a-cornucopia-of-container-queries/","canonicalUrl":"https://css-tricks.com/a-cornucopia-of-container-queries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/792056f4417f64fd14b01e46d61485b3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQSEWEFBhMUISIy/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8Az1uCataEtaShYukontjIAAfB+hqd6mTkLN2fvoVyJOK2xAGw96UovKWZK5b5HW0hVhZLNK144Dxf/9k=","siteTwitter":"@CSS","creatorTwitter":"@geoffreygraham","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6WqQnORL2","title":"Thumbnail Hover Effect with SVG Filters","shortId":"6WqQnORL2","createdAt":"2021-06-09T12:18:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":18,"score":27054338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T00:00:00.000Z","url":"https://tympanus.net/codrops/2021/06/09/thumbnail-hover-effect-with-svg-filters/","canonicalUrl":"https://tympanus.net/codrops/2021/06/09/thumbnail-hover-effect-with-svg-filters/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43089051baaf8bc3911122dbef6cf443","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAURIRIiBDFRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAAMBAAAAAAAAAAAAAAAAAgABMRL/2gAMAwEAAhEDEQA/ANqkDIFd47mjYy+FJCniNabZ7Y18NTR3+wrGokvXk8wAG7n3+UpUwaWxNc5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"7hiUrUiXV","title":"The Plan for React 18 – React Blog","shortId":"7hiUrUiXV","createdAt":"2021-06-08T17:36:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"react","tweeted":true,"views":1726,"score":27054225,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-09T04:00:07.000Z","discussionScore":169,"banned":false,"deleted":false,"publishedAt":"2021-06-08T00:00:00.000Z","url":"https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html","canonicalUrl":"https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cba0b89d2bf2d96a1ed26edb5849f804","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAgMAAQQREkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMJTlGrFegRXYO1ysh2Va8vqQiI2gBf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6CF0d5eyD","title":"How to properly internationalize a React application using i18next","shortId":"6CF0d5eyD","createdAt":"2021-06-08T13:08:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":160,"score":27053288,"tagsStr":"react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-14T13:33:17.000Z","url":"https://itnext.io/how-to-properly-internationalize-a-react-application-using-i18next-e7eafa05b943","canonicalUrl":"https://itnext.io/how-to-properly-internationalize-a-react-application-using-i18next-e7eafa05b943","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a85db45918434c14b3ec4d3afb5657dd","ratio":2.26415094339623,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgIBAQkAAAAAAAAAAAAAAQIAAwQhBQYREhQxQWKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEXH/2gAMAwEAAhEDEQA/AMg2DkHK3QzDZXWGxWtdWReBfmQaMe5AOoHgyQ6y31+RENgMEjpOs3Z//9k=","siteTwitter":"@itnext_io","creatorTwitter":"@adrirai","readTime":10,"description":null,"toc":null,"summary":null},{"id":"h32sD0DkS","title":"VMware Redefines Security After a Surge in Attacks – The New Stack","shortId":"h32sD0DkS","createdAt":"2021-06-08T11:31:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":6,"score":27052955,"tagsStr":"tech-news,security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T23:42:31.000Z","url":"https://thenewstack.io/vmware-redefines-security-after-a-surge-in-attacks/","canonicalUrl":"https://thenewstack.io/vmware-redefines-security-after-a-surge-in-attacks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2daa4fa39dfc186dc897379088ef39e","ratio":1.82154340836013,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAAUEAQUAAAAAAAAAAAAAAAECBBEDBQYSIRVRVZHT/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAZEQABBQAAAAAAAAAAAAAAAAAAAQIRITH/2gAMAwEAAhEDEQA/AI3GXR4rgLhzaC1cO26F111UoqbblEFKeIMzPvzAzHqzTwdt91voAA7SzSH/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@bcamerongain","readTime":4,"description":null,"toc":null,"summary":null},{"id":"iT4CbMVqC","title":"Modify HTTP request headers with Transform Rules","shortId":"iT4CbMVqC","createdAt":"2021-06-08T13:15:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":13,"score":27052933,"tagsStr":"cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T13:12:50.000Z","url":"https://blog.cloudflare.com/transform-http-request-headers/","canonicalUrl":"https://blog.cloudflare.com/transform-http-request-headers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51373ffcfa216285a9889ae46da8313a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgEDBQAAAAAAAAAAAAAAAQIAAxESBCFBQlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAh/9oADAMBAAIRAxEAPwDTy0C+ndVr1lLdsrkb8SlLqignIgWJ9iIHIm3/2Q==","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"eT9zQ8PkV","title":"5 Lessons I Learned During 5 Years of College","shortId":"eT9zQ8PkV","createdAt":"2021-06-08T11:46:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":11,"score":27052834,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T11:46:07.000Z","url":"https://code.likeagirl.io/5-lessons-i-learned-during-5-years-of-college-1eeef059927f","canonicalUrl":"https://code.likeagirl.io/5-lessons-i-learned-during-5-years-of-college-1eeef059927f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a974bc15cfe4fe16ebffcd46542f3d07","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIhAAAgAFBAMBAAAAAAAAAAAAAQIAAwQGEQUTITEyYXGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRISJB/9oADAMBAAIRAxEAPwCae4bqnanL0dJ9MtXMbb3BLAYzCPDPQHYz+4jWFtX4oCmjDkcFlrEUH2Bnj5CEE1a2Dt4SIzMK8wDmf//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@atibhi_a","readTime":3,"description":null,"toc":null,"summary":null},{"id":"kWtYD2Gue","title":"Building a color scheme","shortId":"kWtYD2Gue","createdAt":"2021-06-09T18:37:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":272,"score":27055219,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-10T01:30:00.000Z","discussionScore":8,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/building-a-color-scheme/","canonicalUrl":"https://web.dev/building-a-color-scheme/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40a8de5bec36c543b30d461855117e7c","ratio":1.56666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJBAAAgECAwkAAAAAAAAAAAAAAQIDABEEBQYIEhMhIkNRYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AJ20HqiXH6qmyzdYYHJVvwz3ZmAux9dSj5fzWEyO8kjPIzM7Eljc8yaUphH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"iLXDuIoM9","title":"Introducing KSML: Kafka Streams for Low Code Environments","shortId":"iLXDuIoM9","createdAt":"2021-06-08T07:11:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":81,"score":27052804,"tagsStr":"general-programming,kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T07:11:27.000Z","url":"https://itnext.io/introducing-ksml-kafka-streams-for-low-code-environments-1f813ee69a14","canonicalUrl":"https://itnext.io/introducing-ksml-kafka-streams-for-low-code-environments-1f813ee69a14","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c227049cd13fd77f44c0d1719e3ff851","ratio":2.05831903945111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAgIDAAIDAAAAAAAAAAAAAQIDBAARIQUxEiJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgAREiH/2gAMAwEAAhEDEQA/ANGeWjsmuI47bos9hVc66EYkaU7+p6O99estB4OvDBHEli/8EUKN2nJ0B+7xjKC7Koyah5BPZ//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"Lfb384PDP","title":"How to retry fails automation tests.","shortId":"Lfb384PDP","createdAt":"2021-06-08T10:04:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":11,"score":27052795,"tagsStr":"testing,automation","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T10:04:06.000Z","url":"https://itnext.io/how-to-retry-fails-automation-tests-af4884c47712","canonicalUrl":"https://itnext.io/how-to-retry-fails-automation-tests-af4884c47712","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/324a33dbc4038321de3529b4a5396c05","ratio":1.54241645244216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAAUDAwUAAAAAAAAAAAAAAQIDBAUAERITITEGIkFhof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQABBQAAAAAAAAAAAAAAAAACAAEDESH/2gAMAwEAAhEDEQA/ANn1MjPMnzu83otyiKnYkdRTEvjMVC8/LjzV4kRFyJQeqtLqOQ1jCZQ1xE243390pQpzJ8tMgAW2l//Z","siteTwitter":"@itnext_io","creatorTwitter":"@testengineerin2","readTime":5,"description":null,"toc":null,"summary":null},{"id":"414E7HKkK","title":"How to use oauth2-proxy for central authentication","shortId":"414E7HKkK","createdAt":"2021-06-08T10:08:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codecentric","views":11,"score":27052736,"tagsStr":"kubernetes,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T09:48:39.000Z","url":"https://blog.codecentric.de/en/2021/06/how-to-use-oauth2-proxy-for-central-authentication/","canonicalUrl":"https://blog.codecentric.de/en/2021/06/how-to-use-oauth2-proxy-for-central-authentication/","image":"https://blog.codecentric.de/wp-content/themes/codecentric2015/img/icons/favicon.ico","ratio":null,"placeholder":"","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":2,"description":null,"toc":null,"summary":null},{"id":"J-Q7SJBjp","title":"The Different Ways in which List Functions Fail in Erlang","shortId":"J-Q7SJBjp","createdAt":"2021-06-08T09:28:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":1,"score":27052719,"tagsStr":"erlang","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T09:27:48.000Z","url":"https://itnext.io/the-different-ways-in-which-list-functions-fail-in-erlang-4d03b6fd5c10","canonicalUrl":"https://medium.com/erlang-battleground/how-do-list-functions-fail-in-erlang-e022eec6eecd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/512eb8492b9cfb16948802f7c3bc4c73","ratio":1.37634408602151,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIABAYREiEDEzFSof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwDUbkvnorVUiL3grl9gBwcJkfZMte9NseH8+sRIiz0F/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@elbrujohalcon","readTime":4,"description":null,"toc":null,"summary":null},{"id":"IFch06h7y","title":"VS Code Extensions for HTML","shortId":"IFch06h7y","createdAt":"2021-06-07T14:49:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","tweeted":true,"views":1289,"score":27052525,"tagsStr":"general-programming,devtools,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-08T03:00:00.000Z","discussionScore":38,"banned":false,"deleted":false,"publishedAt":"2021-06-07T14:13:50.000Z","url":"https://css-tricks.com/vs-code-extensions-for-html/","canonicalUrl":"https://css-tricks.com/vs-code-extensions-for-html/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6517104ee289ab9f920874f4a43cdf60","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQADEQIEEwUGEiEVIrL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAwEBAAAAAAAAAAAAAAEDAgQAESEFcf/aAAwDAQACEQMRAD8AxG4tDNxrjz2VirNTAD7GXhJmR7DtRnYtdRJ8hbie4FkAPpEU72LTUzBWdb+Y2jXXKbFkcieZ/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GzQolooza","title":"Top React PDF Libraries in 2021","shortId":"GzQolooza","createdAt":"2021-06-07T22:14:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":214,"score":27052431,"tagsStr":"react,css,react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T22:13:47.000Z","url":"https://blog.bitsrc.io/top-react-pdf-libraries-in-2021-d0cfbeccdbf8","canonicalUrl":"https://blog.bitsrc.io/top-react-pdf-libraries-in-2021-d0cfbeccdbf8","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1cf32cfa9f159247def4574924413b4e","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABAwUBAAAAAAAAAAAAAAABAAIRAwQSEyEF/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAQACAwEAAAAAAAAAAAAAAAEAMQISIYH/2gAMAwEAAhEDEQA/ALr097r1lcOaXgQHA4kQTA4OjqoKVK91s2Xbc4GUUweoiQuyEhr3FT1n/9k=","siteTwitter":"@bitdev_","creatorTwitter":"@PiumiLiyana","readTime":2,"description":null,"toc":null,"summary":null},{"id":"em7yz3905","title":"Links on Accessibility","shortId":"em7yz3905","createdAt":"2021-06-07T20:52:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":68,"score":27052271,"tagsStr":"react,career,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T19:52:26.000Z","url":"https://css-tricks.com/links-on-accessibility/","canonicalUrl":"https://css-tricks.com/links-on-accessibility/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7a38a29b567f75fa011b394a87d8924","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAkEAABBAEACwAAAAAAAAAAAAABAAIDEQQGBxITFRchVWGU4v/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAwIABBEhBUHw/9oADAMBAAIRAxEAPwCe1k4HGNLcjLJhAnZWxPFvSyzdggt6+VL8vXd0HrfaIi+UuGW5iFHGfd0jaogxzYyGgdV//9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"GNiNN3bS_","title":"How Netflix uses eBPF flow logs at scale for network insight","shortId":"GNiNN3bS_","createdAt":"2021-06-07T19:21:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"netflix","views":141,"score":27052263,"tagsStr":"cloud,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T15:52:22.000Z","url":"https://netflixtechblog.com/how-netflix-uses-ebpf-flow-logs-at-scale-for-network-insight-e3ea997dca96","canonicalUrl":"https://netflixtechblog.com/how-netflix-uses-ebpf-flow-logs-at-scale-for-network-insight-e3ea997dca96","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0411e09d47ea104282a8a79cdcf8baec","ratio":1.84615384615385,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgEDBQAAAAAAAAAAAAAAAQIAAxESBCExMpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANPPoEqVGZncZKFIQ48G99pI0yT3PkREH//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1IilrmD3h","title":"Preflight Defends Against Supply Chain Attacks with Single Line of Code – The New Stack","shortId":"1IilrmD3h","createdAt":"2021-06-07T14:01:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":15,"score":27051688,"tagsStr":"general-programming,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T13:00:32.000Z","url":"https://thenewstack.io/preflight-defends-against-supply-chain-attacks-with-single-line-of-code/","canonicalUrl":"https://thenewstack.io/preflight-defends-against-supply-chain-attacks-with-single-line-of-code/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b8884f9b362ac16012db15d953d961a","ratio":1.44444444444444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQFESEGE0GREjGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIREhSR/9oADAMBAAIRAxEAPwDUanpZDDQakZdxxIHluyjl1YzkPffXFopVT0iVG1NJF+G1Adbht3CEAstVW3lLp//Z","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":4,"description":null,"toc":null,"summary":null},{"id":"i3-lEWS59","title":"The Road to AI Hell Starts with Good MLOps Intentions – The New Stack","shortId":"i3-lEWS59","createdAt":"2021-06-07T12:00:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":5,"score":27051541,"tagsStr":"general-programming,machine-learning,ai,aiops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T10:00:18.000Z","url":"https://thenewstack.io/the-road-to-ai-hell-starts-with-good-mlops-intentions/","canonicalUrl":"https://thenewstack.io/the-road-to-ai-hell-starts-with-good-mlops-intentions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e85c5d50daae64bde7e4becb920d8506","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAAIDBAUGESESEzFS0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQBB/9oADAMBAAIRAxEAPwCdx+pxqnxqdj6a9TkHQmbJGzp3vw3lRbqawFxPfunJ9GfURWVNgA5f/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"s7Tv_WVxn","title":"SwiftUI - Two Directional SnapList","shortId":"s7Tv_WVxn","createdAt":"2021-06-07T10:43:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":27,"score":27051447,"tagsStr":"swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T08:15:45.000Z","url":"https://sameer-syd.medium.com/swiftui-two-directional-snaplist-95cb852957be","canonicalUrl":"https://sameer-syd.medium.com/swiftui-two-directional-snaplist-95cb852957be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f96beb47ca152865272f2e3bed8ccd81","ratio":1.52866242038217,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQFMREVISIyUf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDOcXc4roF/KViwhYSHeXvIne/vNTT2Ik9klKMFmRMYk6HPYUpSEMWPrwv/2Q==","siteTwitter":"@Medium","creatorTwitter":"@syd_sameer","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IJHn9a90U","title":"The web we choose to build","shortId":"IJHn9a90U","createdAt":"2021-06-04T20:53:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":240,"score":27048121,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-08T18:53:36.000Z","url":"https://colinoakley.medium.com/the-web-we-choose-to-build-e921510e3f1b","canonicalUrl":"https://colinoakley.medium.com/the-web-we-choose-to-build-e921510e3f1b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18758d01771cf43eb1075538c483a574","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwEC/8QAIRAAAgAGAwADAAAAAAAAAAAAAQIAAwQFBhIREyEHMVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AL8Wwf4/uOFWq5XnO0t13qJk5aikKBukKrlRr9jnVTsfDtwPYKKhEl1E1JT9ktWIV/wBDnwxiJAf/2Q==","siteTwitter":"@Medium","creatorTwitter":"@htmlandbacon","readTime":4,"description":null,"toc":null,"summary":null},{"id":"CJt_Hn_Rs","title":"Creating a DB2 client container as Prometheus scraping target in K8s","shortId":"CJt_Hn_Rs","createdAt":"2021-06-07T12:14:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":0,"score":27051134,"tagsStr":"kubernetes,containers,crawling,prometheus","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T12:14:01.000Z","url":"https://itnext.io/creating-a-db2-client-container-as-prometheus-scraping-target-in-k8s-b36e5cdbd394","canonicalUrl":"https://itnext.io/creating-a-db2-client-container-as-prometheus-scraping-target-in-k8s-b36e5cdbd394","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33ac52789385a63c05c6a7ce6e21b01c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIxAAAQMDAwUBAAAAAAAAAAAAAQIEEQADBQYHIRMVIiQxof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCBBL/2gAMAwEAAhEDEQA/AIw2otL6cvNFZ3G3m70NiC7R7HW5AlaSYTAAHjP01tbe5W36raT3huJAMHFXePylKNr2JgARN9R1P//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4RrrgAVAR","title":"Hangfire with ASP.NET Core","shortId":"4RrrgAVAR","createdAt":"2021-06-07T06:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":25,"score":27051108,"tagsStr":"aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T06:00:21.000Z","url":"https://code-maze.com/hangfire-with-asp-net-core/","canonicalUrl":"https://code-maze.com/hangfire-with-asp-net-core/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9242c173abb9f1fac8bcea8296e1e9c3","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAgIBAwUAAAAAAAAAAAABAgMEAAUREzFRBgcSIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIDABH/2gAMAwEAAhEDEQA/AKD7jageo7umozzzVK/Ul6s9V/hMEIVQikAfp55Pbwci+zi3kGytwxW67xxzOitJyXYBiAW+u/nGMVZzQKcs9KlfHv/Z","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":12,"description":null,"toc":null,"summary":null},{"id":"OmNxf1X2x","title":"Typed Logic: Why Kleisli Arrows Matter","shortId":"OmNxf1X2x","createdAt":"2021-06-07T04:15:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":5,"score":27051077,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"http://logicaltypes.blogspot.com/2021/06/why-kleisli-arrow-matter.html","canonicalUrl":"http://logicaltypes.blogspot.com/2021/06/why-kleisli-arrow-matter.html","image":"http://logicaltypes.blogspot.com/favicon.ico","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"gC0yfYhZC","title":"VRIO","shortId":"gC0yfYhZC","createdAt":"2021-05-18T04:11:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27021851,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/95926081/VRIO","canonicalUrl":"https://www.behance.net/gallery/95926081/VRIO","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9d0d54b41437b0c7bfce7cc86389699","ratio":1.84453227931489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACBBESAxMxUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMVjyMIGu3baS+m5G7A58UdntEQi/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mat24KfGW","title":"How ‘The Oregon Trail’ Video Game Evolved to Incorporate Native American Perspectives – The New Stack","shortId":"mat24KfGW","createdAt":"2021-06-06T14:06:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":20,"score":27050266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-06T13:00:54.000Z","url":"https://thenewstack.io/how-the-oregon-trail-video-game-evolved-to-incorporate-native-american-perspectives/","canonicalUrl":"https://thenewstack.io/how-the-oregon-trail-video-game-evolved-to-incorporate-native-american-perspectives/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84ae39d7bc7c7f10f311a17fb4d40858","ratio":1.77650429799427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDBAAhMQUGERMSIpH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhED/9oADAMBAAIRAxEAPwC3unWQnQtOJuI2r7Sp1G7bxVeL+vF8fKzuVLVqS82bImQGoqXYd1Rc5pShWk8K3tTh5J//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":6,"description":null,"toc":null,"summary":null},{"id":"lhQwtpZ1y","title":"This Week in Programming: Google Gets into the Open Source Insights Game – The New Stack","shortId":"lhQwtpZ1y","createdAt":"2021-06-05T14:07:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":294,"score":27049173,"tagsStr":"general-programming,google,devtools,open-source,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-05T17:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-05T13:00:19.000Z","url":"https://thenewstack.io/this-week-in-programming-google-gets-into-the-open-source-insights-game/","canonicalUrl":"https://thenewstack.io/this-week-in-programming-google-gets-into-the-open-source-insights-game/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c424187088b95b88676042f95349d78a","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABiEFEhMiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAwQRI//aAAwDAQACEQMRAD8AsbXr8ORH8iuoznVNtlYLx71EVV3Y5BNi+PuZbJ0qGqS6oOPAFZNeprnGMmzVrrHmB2FTJZOrP//Z","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":6,"description":null,"toc":null,"summary":null},{"id":"pKat0E7tZ","title":"Consuming GraphQL APIs with Quarkus","shortId":"pKat0E7tZ","createdAt":"2021-06-05T16:05:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":107,"score":27049059,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T12:55:35.000Z","url":"https://itnext.io/consuming-graphql-apis-with-quarkus-a2f482b6169d","canonicalUrl":"https://itnext.io/consuming-graphql-apis-with-quarkus-a2f482b6169d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ca40dbceadf621ce5f9d050a76e08b4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEQcSIVEi/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABYRAQEBAAAAAAAAAAAAAAAAAAECAP/aAAwDAQACEQMRAD8A0vOckbylpNbW7LjY+6XcToDJISPwUO/NEe/d1Kn5WjjnkRcQ7BWKgm4A3o/OtKUKcqTf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@hantsy","readTime":10,"description":null,"toc":null,"summary":null},{"id":"RAr0X5itu7","title":"Preparing Girls for Software Engineering Careers","shortId":"RAr0X5itu7","createdAt":"2021-06-05T08:23:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":49,"score":27048463,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T13:18:58.000Z","url":"https://code.likeagirl.io/preparing-girls-for-software-engineering-careers-427b31110e4b","canonicalUrl":"https://code.likeagirl.io/preparing-girls-for-software-engineering-careers-427b31110e4b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4051b65a83fdb8035469e3d96a7e2e51","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAAYBAgcAAAAAAAAAAAAAAQIDBAURAAYxISIyQVFhkf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8ApCTiyoKuklVKi2ybp0UC0AAZUpPHMFWFe/mWSWrHASLoAbRnBU/SQ9bjtfbGMOeVQI7PZ//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ZwJ8s1n2s","title":"4 Lessons I Learnt From My First Product Design Project","shortId":"ZwJ8s1n2s","createdAt":"2021-06-05T01:33:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":353,"score":27048439,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-05T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-05T01:32:59.000Z","url":"https://cuzegbu.medium.com/4-lessons-i-learnt-from-my-first-product-design-project-ea6501a52dca","canonicalUrl":"https://code.likeagirl.io/4-lessons-i-learnt-from-my-first-product-design-project-ea6501a52dca","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/685cb682102c3119fbc8f253c824dc74","ratio":1.8348623853211,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAwABAhIREzFS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AN42FkcjbZ4ryzqJkNeWDl76dERN6QOTUv/Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@chinwe_uz","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EsEFXEZS4","title":"Getting Started With Webpack — Smashing Magazine","shortId":"EsEFXEZS4","createdAt":"2021-06-04T10:14:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":532,"score":27047679,"tagsStr":"general-programming,webdev,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-04T18:30:00.000Z","discussionScore":3,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/getting-started-webpack/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/getting-started-webpack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ade1d6276d97c4a428ad9c90092a4c9","ratio":2.22222222222222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAAUFAQAAAAAAAAAAAAAAAAECAxIREyEiQVL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMmN6DTzVplVyO6k7JpnU+V6IzLyQAHTv//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"vG2ifHavA","title":"Code Maze Weekly #79","shortId":"vG2ifHavA","createdAt":"2021-06-04T11:31:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":20,"score":27047099,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-06-04T11:21:59.000Z","url":"https://code-maze.com/code-maze-weekly-79/","canonicalUrl":"https://code-maze.com/code-maze-weekly-79/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c62d3f035afa1d044d9510c49a2bcb85","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LE1xk8Jh4","title":"Intermediate Training Courses - Haskell and Rust","shortId":"LE1xk8Jh4","createdAt":"2021-06-03T16:55:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":57,"score":27046192,"tagsStr":"rust,haskell","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.fpcomplete.com/blog/intermediate-training-courses/","canonicalUrl":"https://www.fpcomplete.com/blog/intermediate-training-courses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e02c53189e1d9e64a57d0415b2499b8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIEB//EAB8QAQABAwQDAAAAAAAAAAAAAAECAAMREhMhMVGB8P/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8Aw2/CGqMbNt1Jl3JgY9NTSuMZJtHDjhzRe/vFMdVUSgB6p//Z","siteTwitter":"@FPComplete","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"sxCHQdWLr","title":"Python for Bioinformatics: Use Machine Learning and Data Analysis for Drug Discovery","shortId":"sxCHQdWLr","createdAt":"2021-06-04T02:43:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":50,"score":27046712,"tagsStr":"machine-learning,career,python,data-analysis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T02:32:22.000Z","url":"https://www.freecodecamp.org/news/python-for-bioinformatics-use-machine-learning-and-data-analysis-for-drug-discovery/","canonicalUrl":"https://www.freecodecamp.org/news/python-for-bioinformatics-use-machine-learning-and-data-analysis-for-drug-discovery/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7732c1d1dd19361ed4db3e560dc40f23","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFESESQZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxESIf/aAAwDAQACEQMRAD8AyPL5mCKJVS2jmYCIbePx0rsnjd7+1C4zlpPcSyjHogkYt5XQA2d6A+UpSK7HwNvsNwp0ET//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":1,"description":null,"toc":null,"summary":null},{"id":"7PII_yZAa","title":"Homepage feed multi-task learning using TensorFlow","shortId":"7PII_yZAa","createdAt":"2021-06-03T22:11:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"linkedin","views":157,"score":27046687,"tagsStr":"tech-news,tensorflow","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://engineering.linkedin.com/blog/2021/homepage-feed-multi-task-learning-using-tensorflow","canonicalUrl":"https://engineering.linkedin.com/blog/2021/homepage-feed-multi-task-learning-using-tensorflow","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92fdb5252e0272ee1479c8865d6d56de","ratio":1.49253731343284,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAEQMEISKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANL7GvtZHYpkZAwqgRz1d/JRHALiIH//2Q==","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3ZULzqUi2","title":"Chromium Blog: Chrome 92: Web Apps as File Handlers, New JavaScript Features, and More","shortId":"3ZULzqUi2","createdAt":"2021-06-03T20:34:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"chromium","views":173,"score":27046569,"tagsStr":"general-programming,javascript,google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.chromium.org/2021/06/chrome-92-web-apps-as-file-handlers-new.html","canonicalUrl":"https://blog.chromium.org/2021/06/chrome-92-web-apps-as-file-handlers-new.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"Chromium Blog","creatorTwitter":"@ChromiumDev","readTime":5,"description":null,"toc":null,"summary":null},{"id":"xJl1QXcdE","title":"Observing compute pressure","shortId":"xJl1QXcdE","createdAt":"2021-06-03T19:02:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":61,"score":27046382,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/compute-pressure/","canonicalUrl":"https://web.dev/compute-pressure/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05c45dfad39cc37995eb576d915e5615","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQCAwEAAAAAAAAAAAABAgMEAAUREiFhBhMUIv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgARAyLB/9oADAMBAAIRAxEAPwCJM2HebNdHIsWNCjMQGG5DYQVLdWFjKkHH5JPJ64qakx/Dfod9Dt1DO502bRnXPGe6UoXjntUimnzFq0zKmf/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"GnTTP4MSe","title":"Component development: How to create a collapsible Fieldset in neo.mjs","shortId":"GnTTP4MSe","createdAt":"2021-06-03T10:11:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":58,"score":27045734,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T12:52:06.000Z","url":"https://itnext.io/component-development-how-to-create-a-collapsible-fieldset-in-neo-mjs-311bf465d829","canonicalUrl":"https://itnext.io/component-development-how-to-create-a-collapsible-fieldset-in-neo-mjs-311bf465d829","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d73e469bfc2faa055cab52b6d9f1cff8","ratio":2.23317307692308,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAECEQMSIWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxCMm8it30rbxAAf/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"AM2sosvw_","title":"Premium design: Building a mobile app for Loewe","shortId":"AM2sosvw_","createdAt":"2021-06-03T10:39:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"evilmartians","views":46,"score":27045734,"tagsStr":"react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://evilmartians.com/chronicles/premium-design-building-a-mobile-app-for-loewe","canonicalUrl":"https://evilmartians.com/chronicles/premium-design-building-a-mobile-app-for-loewe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8d57f14f428e57323b04a732c3d1867","ratio":1.2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAgMAAQQRIjOCkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDRz1ZJZKTTlCtA8irTRWfbXb5KYiB//9k=","siteTwitter":"@evilmartians","creatorTwitter":"@evilmartians","readTime":0,"description":null,"toc":null,"summary":null},{"id":"tKaainMau","title":"Configuring EAP subsystems with Galleon","shortId":"tKaainMau","createdAt":"2021-06-03T10:10:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":5,"score":27045579,"tagsStr":"docker,spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T13:56:13.000Z","url":"https://itnext.io/configuring-eap-subsystems-with-galleon-9c824684a7bd","canonicalUrl":"https://itnext.io/configuring-eap-subsystems-with-galleon-9c824684a7bd","image":"","ratio":null,"placeholder":"","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rHf7Y34_n","title":"JavaScript Async/Await Tutorial – Learn Callbacks, Promises, and Async/Await in JS by Making Ice Cream 🍧🍨🍦","shortId":"rHf7Y34_n","createdAt":"2021-06-02T14:52:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","tweeted":true,"views":2309,"score":27045523,"tagsStr":"general-programming,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-03T04:00:01.000Z","discussionScore":59,"banned":false,"deleted":false,"publishedAt":"2021-06-02T14:45:18.000Z","url":"https://www.freecodecamp.org/news/javascript-async-await-tutorial-learn-callbacks-promises-async-await-by-making-icecream/","canonicalUrl":"https://www.freecodecamp.org/news/javascript-async-await-tutorial-learn-callbacks-promises-async-await-by-making-icecream/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a3be913d70827cf9f62ecea939fcd78","ratio":1.91,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAwQRYRIUUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEgMhQf/aAAwDAQACEQMRAD8A0jhq9rNpZz42LbYgcdHgE/TKwWXthzMbQSa1PJXoRERWi5W7V4f/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@joyshaheb","readTime":24,"description":null,"toc":null,"summary":null},{"id":"KlTsReRFX","title":"GitHub Availability Report: May 2021","shortId":"KlTsReRFX","createdAt":"2021-06-03T00:09:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":369,"score":27045511,"tagsStr":"general-programming,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-03T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://github.blog/2021-06-02-github-availability-report-may-2021/","canonicalUrl":"https://github.blog/2021-06-02-github-availability-report-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4417e81a100f9ff295d1d5bc5055b976","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRURITMUFi/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/ANN1MLqjmRzR5zlUaJA0DcvbvSERNRof/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xXKlJ8pkC","title":"How to Build a Discord AI Chatbot that Talks Like Your Favorite Character","shortId":"xXKlJ8pkC","createdAt":"2021-06-01T23:57:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":171,"score":27043865,"tagsStr":"tech-news,ai,bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T23:47:33.000Z","url":"https://www.freecodecamp.org/news/discord-ai-chatbot/","canonicalUrl":"https://www.freecodecamp.org/news/discord-ai-chatbot/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d9ccc4802691327b4aead8d0a1aef64","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQMhBBIxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/AN7yZnypzFah1dlFWNCvsrAa9iJWYh0JbW//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"Bz1M_1jr5","title":"Tutorial: Deploy the NVIDIA GPU Operator on Kubernetes Based on Containerd Runtime – The New Stack","shortId":"Bz1M_1jr5","createdAt":"2021-06-03T13:00:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":0,"score":27045420,"tagsStr":"hardware,kubernetes,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T10:00:34.000Z","url":"https://thenewstack.io/tutorial-deploy-the-nvidia-gpu-operator-on-kubernetes-based-on-containerd-runtime/","canonicalUrl":"https://thenewstack.io/tutorial-deploy-the-nvidia-gpu-operator-on-kubernetes-based-on-containerd-runtime/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/802ae74d6d6b67e5f71f9a7e98764d19","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIAAxESBAUUITEi/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDE0fbjpKma1OS1SmFGIwCgfR9BuTaTX6dreX6iIGv/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@janakiramm","readTime":5,"description":null,"toc":null,"summary":null},{"id":"V4vdkBcsB","title":"How to Use Environment Variables in VanillaJS","shortId":"V4vdkBcsB","createdAt":"2021-06-02T23:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":160,"score":27045248,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T22:54:18.000Z","url":"https://www.freecodecamp.org/news/how-to-use-environment-variables-in-vanillajs/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-environment-variables-in-vanillajs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b79a2eb4e7a5bc38a260b4c1f4f37a4","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAAhBRESFCP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQUAAwAAAAAAAAAAAAAAAwABAgQREiKR/9oADAMBAAIRAxEAPwCUoczct8cx15lv1rj2CS42mfQxAMh35a0ARrNBU0WFQdJ98SZETIjal0O96xjCi2CizhJ0nZrBI/aDeYv/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@calebolojo","readTime":6,"description":null,"toc":null,"summary":null},{"id":"jkDMNMv4j","title":"What is Commit Signing in Git?","shortId":"jkDMNMv4j","createdAt":"2021-06-02T23:19:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":123,"score":27045201,"tagsStr":"github,git,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T23:14:01.000Z","url":"https://www.freecodecamp.org/news/what-is-commit-signing-in-git/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-commit-signing-in-git/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9895beb86ad8cfbc0c01a08d58806404","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgIABwAAAAAAAAAAAAAAAAECEQMEEiEjMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDN+cnzYEK20vr1kJU23SACWEkVSP/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@SethFalco","readTime":10,"description":null,"toc":null,"summary":null},{"id":"EggstsAJ2","title":"Trigonometry in CSS and JavaScript: Getting Creative with Trigonometric Functions","shortId":"EggstsAJ2","createdAt":"2021-06-02T10:41:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":167,"score":27044484,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-02T13:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T10:37:28.000Z","url":"https://tympanus.net/codrops/2021/06/02/trigonometry-in-css-and-javascript-getting-creative-with-trigonometric-functions/","canonicalUrl":"https://tympanus.net/codrops/2021/06/02/trigonometry-in-css-and-javascript-getting-creative-with-trigonometric-functions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/530938ccf8c7461200c42388fd5b4cc1","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRQQUy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMREiExUf/aAAwDAQACEQMRAD8AwhVwDjVmu0La4FbrYPg9cEc5qVsbxVdgFymAJGwRoxERlyA3yIjimeA39n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yIw3QUQZw","title":"Detecting Patterns of Behaviour in Streaming Maritime AIS Data with Confluent","shortId":"yIw3QUQZw","createdAt":"2021-06-02T17:15:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":3,"score":27044481,"tagsStr":"ai,r,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T16:58:40.000Z","url":"https://www.confluent.io/blog/streaming-data-with-confluent-and-ksqldb-for-new-use-cases-with-ais/","canonicalUrl":"https://www.confluent.io/blog/streaming-data-with-confluent-and-ksqldb-for-new-use-cases-with-ais/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"zVrWciIB6","title":"Remix Run: A new React framework on the horizon","shortId":"zVrWciIB6","createdAt":"2021-06-02T08:07:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codecentric","views":79,"score":27044187,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T08:00:56.000Z","url":"https://blog.codecentric.de/en/2021/06/remix-run-a-new-react-framework-on-the-horizon/","canonicalUrl":"https://blog.codecentric.de/en/2021/06/remix-run-a-new-react-framework-on-the-horizon/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb09b35ce5df073a752458af04b0950f","ratio":4.23728813559322,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAAFESESIjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACBRE1UXGx/9oADAMBAAIRAxEAPwDDzwV5JC0lOm78uvk9aNiQFTjsjL+s1tCXWVXk19J3YN5M1dCW92+Tx31wPwAfWMZFKEhjaZKYK1s2elf/2Q==","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VT2hVi4GH","title":"Data Engineers of Netflix — Interview with Samuel Setegne","shortId":"VT2hVi4GH","createdAt":"2021-06-02T01:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"netflix","views":215,"score":27044070,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-02T07:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T20:53:39.000Z","url":"https://netflixtechblog.com/data-engineers-of-netflix-interview-with-samuel-setegne-f3027f58c2e2","canonicalUrl":"https://netflixtechblog.com/data-engineers-of-netflix-interview-with-samuel-setegne-f3027f58c2e2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f41ca123a183f22552ecf325abfbc8ab","ratio":1.4002333722287,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFExEhUTH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAAxP/2gAMAwEAAhEDEQA/ALTRu5SHG2XBlqvO9wIc7WDwD9A9PSy1iDVPJHJjgHscWkbAewfURDOZ5y5E0rv/2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1cN2D4vKS","title":"5 Trends Shaping the Future of Encryption","shortId":"1cN2D4vKS","createdAt":"2021-06-02T00:11:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":25,"score":27043559,"tagsStr":"cloud,blockchain,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/5-trends-shaping-the-future-of-encryption","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/5-trends-shaping-the-future-of-encryption","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/950c194a3c68db72cfc2fd778d849393","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQF/8QAIhAAAgECBgMBAAAAAAAAAAAAAQIDBBEABQYHEyESMUEi/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAjER/9oADAMBAAIRAxEAPwAfpPbPLavKoqxqWGojdPxIzMeUDosB69jFkuz+WTSvKsjRhyWCKq2W/dh1hvo7U9JPpaKveHhyqNW45AoDJEvRJQC3RBFh8tjGk3WoBIwgyaSSIE+DtIAWX4SPhwRX3BThTp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"mRAoGuZtk","title":"Security headers quick reference","shortId":"mRAoGuZtk","createdAt":"2021-05-18T02:20:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":491,"score":27022704,"tagsStr":"security,embedded","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-18T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://web.dev/security-headers/","canonicalUrl":"https://web.dev/security-headers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cac4369c8dde87d5cd503bbfa4a60054","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAgABAwQSBREhMRQiUv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzvXloNpV0LMM5XycPGkAmYA59sm7fjrZTcX+kRMFf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RJ5APEwYv","title":"Sharing Types Between BackEnd and FrontEnd with the BFF Pattern","shortId":"RJ5APEwYv","createdAt":"2021-06-01T18:58:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":103,"score":27043444,"tagsStr":"general-programming,react,webdev,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T18:58:30.000Z","url":"https://blog.bitsrc.io/sharing-types-between-backend-and-frontend-with-the-bff-pattern-553872842463","canonicalUrl":"https://blog.bitsrc.io/sharing-types-between-backend-and-frontend-with-the-bff-pattern-553872842463","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16b4fbac4af33f946b7a0ebfce4cb54b","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAgEAABBAIBBQAAAAAAAAAAAAABAgMEEQAFQQYTIkJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABIR/9oADAMBAAIRAxEAPwAxO1GhahwdhFL8l5IW84EAlAVVJvmvuSem9bZ7e0SEeoUwbA4vxxjDdIdKgwN//9k=","siteTwitter":"@bitdev_","creatorTwitter":"@deleteman123","readTime":11,"description":null,"toc":null,"summary":null},{"id":"rFqWBmEl-","title":"Data Analytics with Pandas – How to Drop a List of Rows from a Pandas Dataframe","shortId":"rFqWBmEl-","createdAt":"2021-06-01T20:49:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":27,"score":27043413,"tagsStr":"python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T20:47:43.000Z","url":"https://www.freecodecamp.org/news/drop-list-of-rows-from-pandas-dataframe/","canonicalUrl":"https://www.freecodecamp.org/news/drop-list-of-rows-from-pandas-dataframe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7442fba0ce1b5352161dad2cfc3c6b7","ratio":1.51057401812689,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMEABEFBhIxQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AI1eqpON44xJTrzOJFlSaXZ7SvkFRoMCNgj4cnrPPJZsSzvFWRpXLlY4Aqgk70B6H5jGPoB7Hf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@vikramaruchamy","readTime":6,"description":null,"toc":null,"summary":null},{"id":"hnAUaBRdg","title":"Google Talks Web Platform, OS Integration, WebGPU and More","shortId":"hnAUaBRdg","createdAt":"2021-06-01T17:52:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":28,"score":27043310,"tagsStr":"tech-news,general-programming,webdev,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T17:22:20.000Z","url":"https://thenewstack.io/google-talks-web-platform-os-integration-webgpu-and-more/","canonicalUrl":"https://thenewstack.io/google-talks-web-platform-os-integration-webgpu-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4fef75ae95e650d5b11918b821a97ae7","ratio":1.50588235294118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEBQADERIhBhMUMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREAAgMBAAAAAAAAAAAAAAAAAhEAAQMx/9oADAMBAAIRAxEAPwDKR0pP3GckbrtSm0SgpuITdVjGm2ACeE6/CapHw3Ubtg2ceGo962m5kOkgcgH1mlKdSadcgOQz/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@ricmac","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_Bz4bRcMq","title":"Github Social Impact: How we’re driving change with social sector organizations","shortId":"_Bz4bRcMq","createdAt":"2021-06-01T16:07:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":16,"score":27043177,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T16:00:35.000Z","url":"https://github.blog/2021-06-01-github-social-impact-driving-change-social-sector/","canonicalUrl":"https://github.blog/2021-06-01-github-social-impact-driving-change-social-sector/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ceff9d3418e31d5015dd6586e2055f9f","ratio":1.90634920634921,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAwABAhEEBRIyUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAECAAP/2gAMAwEAAhEDEQA/ANH7bYlxs4QYVRH4359VAJCyFCTya3iz9URPoBMppwrSO//Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"5UQDrUoC4","title":"How to Get a Cybersecurity Job in 2021","shortId":"5UQDrUoC4","createdAt":"2021-06-01T16:35:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":30,"score":27043168,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T16:34:00.000Z","url":"https://www.freecodecamp.org/news/how-to-get-a-cybersecurity-job/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-get-a-cybersecurity-job/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a0a3efe63086ef32b669fc19c6dd976","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMEAAURCBIhMWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AtF3RJe19quZOJJo5IpGcdygMpAIHzn1kHfp9YOwXYaogHwTXlBP4GxjESv/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Rogerh1991","readTime":9,"description":null,"toc":null,"summary":null},{"id":"9B43CqpSd","title":"Caching in GraphQL: How to prevent excessive and unnecessary requests","shortId":"9B43CqpSd","createdAt":"2021-06-01T12:05:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":53,"score":27042966,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T12:00:00.000Z","url":"https://daily.dev/blog/caching-in-graphql","canonicalUrl":"https://daily.dev/blog/caching-in-graphql","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69f966d61194666f5fdfda3d69f69746","ratio":1.1233140655106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAlEAACAQIDCQEAAAAAAAAAAAABAgMABAUREgYTITE0NmJysZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABwRAQABBAMAAAAAAAAAAAAAAAECAAMEIRESMf/aAAwDAQACEQMRAD8AaZMehh2hljhlt2isF0SJvQGLHIyEjxUfoPKr1NDorJpZGGYI4giiOw7hxr3m+Glq06WH0X5SEOsOX1apy7JZnEi6Qd1//9k=","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":12,"description":null,"toc":null,"summary":null},{"id":"WoHPRvKwV","title":"Douglas M. Auclair (geophf): June 2021 1HaskellADay Problems and Solutions","shortId":"WoHPRvKwV","createdAt":"2021-06-01T14:51:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":0,"score":27042651,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T12:00:00.000Z","url":"http://logicaltypes.blogspot.com/2021/06/june-2021-1haskelladay-problems-and.html","canonicalUrl":"http://logicaltypes.blogspot.com/2021/06/june-2021-1haskelladay-problems-and.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"v7-xve5yN","title":"Provably expressive graph neural networks","shortId":"v7-xve5yN","createdAt":"2021-06-01T14:48:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":0,"score":27042648,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/provably-expressive-graph-neural-networks.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/provably-expressive-graph-neural-networks.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"mQFkqgNbN","title":"Asynchronous Programming with Async and Await in ASP.NET Core","shortId":"mQFkqgNbN","createdAt":"2021-05-31T06:19:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":30,"score":27041065,"tagsStr":"general-programming,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T06:00:41.000Z","url":"https://cdn-4.code-maze.com/asynchronous-programming-with-async-and-await-in-asp-net-core/","canonicalUrl":"https://cdn-4.code-maze.com/asynchronous-programming-with-async-and-await-in-asp-net-core/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/948bb840ecce80c84dbbb1873a436c39","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAgMBAAQRISJhBgcSE3H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQEBAQEAAAAAAAAAAAAAAAIBABES/9oADAMBAAIRAxEAPwCs7u3SkNtFNE2OuQardESIwXj8nTE6c1ljes772nm5eWs7pAMzzSlBQU7FO6sg+Jeb/9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":13,"description":null,"toc":null,"summary":null},{"id":"_WMFjf6xB","title":"Axon Framework 102: Taking advantage of Metadata","shortId":"_WMFjf6xB","createdAt":"2021-05-31T06:20:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codecentric","views":18,"score":27041020,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T06:02:33.000Z","url":"https://blog.codecentric.de/en/2021/05/axon-framework-102-taking-advantage-of-metadata/","canonicalUrl":"https://blog.codecentric.de/en/2021/05/axon-framework-102-taking-advantage-of-metadata/","image":"","ratio":null,"placeholder":"","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BWJmsFYG5","title":"5 Everyday Actions to Support LGBTQ Coworkers","shortId":"BWJmsFYG5","createdAt":"2021-05-31T05:55:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":17,"score":27040991,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:46:19.000Z","url":"https://code.likeagirl.io/5-everyday-actions-to-support-lgbtq-coworkers-bcf7e09d66e9","canonicalUrl":"https://code.likeagirl.io/5-everyday-actions-to-support-lgbtq-coworkers-bcf7e09d66e9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d963d07c7f4df6f2709881cda766008","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAASESEFMQYiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAdEQABAwUBAAAAAAAAAAAAAAACABITAQMEBSEx/9oADAMBAAIRAxEAPwC/K/I2zTleyroyxsn2KliIpNwBqeCNB3z37HfOY5e8u1m7YnStBAssjOIkB1QE86j8HrGMLXnPaedOpc0YjaHi/9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vkEJ2IEJK","title":"Gedruckte Versionen der LibreOffice-Handbücher erhältlich","shortId":"vkEJ2IEJK","createdAt":"2021-05-31T06:25:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27040705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T06:09:57.000Z","url":"https://www.bitblokes.de/gedruckte-versionen-der-libreoffice-handbucher-erhaltlich/","canonicalUrl":"https://www.bitblokes.de/gedruckte-versionen-der-libreoffice-handbucher-erhaltlich/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"X_8h8yjn0","title":"Web Weekly #21 (#blogPost)","shortId":"X_8h8yjn0","createdAt":"2021-05-31T06:47:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27040727,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-21/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-21/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4423de0504436d975f2548d4ded59362","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDABESBAUTFCEiQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwDSsUsvRzSPxeCHHFLEH6TUBd/KKFk04kkAsz5AZH2bW7UpSKFDE7DdDFQMn//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"74wtXkI3X","title":"UCS 5.0 aktualisiert seine Basis","shortId":"74wtXkI3X","createdAt":"2021-05-31T05:55:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27040675,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T00:00:00.000Z","url":"https://linuxnews.de/2021/05/ucs-5-0-aktualisiert-seine-basis/","canonicalUrl":"https://linuxnews.de/2021/05/ucs-5-0-aktualisiert-seine-basis/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/629ec42b89ed6967aa0a33d065890b56","ratio":1.62189054726368,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAAYBBQAAAAAAAAAAAAAAAAECAwQRMRMhIkKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAQf/aAAwDAQACEQMRAD8AyN6Uh6RqHEhovqhniW1YsRklNYLwAAuQF//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ngHqf7ZeA","title":"Wu-Tang Clan set to take over Red Rocks Amphitheater with live orchestra","shortId":"ngHqf7ZeA","createdAt":"2021-05-30T16:23:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27039863,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T16:22:45.000Z","url":"https://dancingastronaut.com/2021/05/wu-tang-clan-set-to-take-over-red-rocks-with-live-orchestra-reimagining/","canonicalUrl":"https://dancingastronaut.com/2021/05/wu-tang-clan-set-to-take-over-red-rocks-with-live-orchestra-reimagining/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd255118a09a523b97e252e37e363365","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQxBhEhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBERIh/9oADAMBAAIRAxEAPwDIOK5+JjcXre+ygXpdYj0viBxZUU2X2T2fB83Iou7EsHHR91EQq7JS05VaP//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"d3S7L7oN5","title":"Fresh Resources for Web Designers and Developers (May 2021)","shortId":"d3S7L7oN5","createdAt":"2021-05-30T16:04:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039844,"tagsStr":"general-programming,webdev,css,wordpress,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:47:16.000Z","url":"https://www.hongkiat.com/blog/designers-developers-monthly-05-2021/","canonicalUrl":"https://www.hongkiat.com/blog/designers-developers-monthly-05-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/388ac42649b5f42585f80c904f084727","ratio":1.5625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAAERIQIEMUGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDS+CjXcO69KOekAUf/2Q==","siteTwitter":"@hongkiat","creatorTwitter":"@creatiface","readTime":10,"description":null,"toc":null,"summary":null},{"id":"imuIKG8tF","title":"Record Audio Immediately with GNOME Gingerblue 0.4.1","shortId":"imuIKG8tF","createdAt":"2021-05-29T20:04:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27038644,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T19:55:37.000Z","url":"https://blogs.gnome.org/oleaamot/2021/05/29/gnome-gingerblue-0-4-1/","canonicalUrl":"https://blogs.gnome.org/oleaamot/2021/05/29/gnome-gingerblue-0-4-1/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Gz3LS8pF9","title":"Designing an opinionated functional API (Typescript)","shortId":"Gz3LS8pF9","createdAt":"2021-05-29T11:07:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":64,"score":27038603,"tagsStr":"typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:07:50.000Z","url":"https://lironhazan.medium.com/designing-an-opinionated-functional-api-typescript-e7e89e8ab338","canonicalUrl":"https://lironhazan.medium.com/designing-an-opinionated-functional-api-typescript-e7e89e8ab338","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6993ac96124bbd28c795f8c63245acd","ratio":0.714285714285714,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACMQAAEDAwIHAAAAAAAAAAAAAAECAwQAEiIRIQUTMUJRcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRBSGh/9oADAMBAAIRAxEAPwDIFKHPOdhPbdRQ4NBir7U1xaPIckqdUpncG0aHoFU1jyJDkdpYQ3kkHdR8eqJaroESh08gDYyMMz2f/9k=","siteTwitter":"@Medium","creatorTwitter":"@lironn_h","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vdpMxyQFa","title":"KDE Connect, Fedora und Android 4+","shortId":"vdpMxyQFa","createdAt":"2021-05-29T11:10:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038110,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T10:38:45.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/29/kde-connect-fedora-und-android-4/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/29/kde-connect-fedora-und-android-4/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"3VnoqF89L","title":"dummy","shortId":"3VnoqF89L","createdAt":"2021-05-29T04:04:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27037684,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T03:32:00.000Z","url":"https://visveshs.blogspot.com/2021/05/dummy.html","canonicalUrl":"https://visveshs.blogspot.com/2021/05/dummy.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"8OLA3wHeQ","title":"ProPublica / Cold Justice","shortId":"8OLA3wHeQ","createdAt":"2021-05-29T00:30:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27037470,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/120343353/ProPublica-Cold-Justice","canonicalUrl":"https://www.behance.net/gallery/120343353/ProPublica-Cold-Justice","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b6cdf288f54beb115e2ee2bb1f2212b","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAURBgcxQRIhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAhIh/9oADAMBAAIRAxEAPwCTD0nChSV3ZyU3d7SmMpsQ1trbyQPIHOQMjniq724SEPOJj2tQZSohADp9J67+UpQLZIt1St4ANeOf/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"BlraQ85FF","title":"Adding A Commenting System To A WYSIWYG Editor","shortId":"BlraQ85FF","createdAt":"2021-05-28T11:15:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":181,"score":27037416,"tagsStr":"react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-28T14:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/commenting-system-wysiwyg-editor/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/commenting-system-wysiwyg-editor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a4325cded26c6fff51cbc337534e1ad","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYiFTGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhEf/aAAwDAQACEQMRAD8A2bi2p8drn3FSFPKVb46BIHS6FfMuBy+TIgxnlx2wpxtKzSj7IBxjEoooSW7g1cxVVnweb//Z","siteTwitter":"@smashingmag","creatorTwitter":"@shalabhvyas","readTime":24,"description":null,"toc":null,"summary":null},{"id":"5Eu8QG7eI","title":"Boss of ATM Skimming Syndicate Arrested in Mexico","shortId":"5Eu8QG7eI","createdAt":"2021-05-28T14:59:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27036899,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/boss-of-atm-skimming-syndicate-arrested-in-mexico/","canonicalUrl":"https://krebsonsecurity.com/2021/05/boss-of-atm-skimming-syndicate-arrested-in-mexico/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c246c52e6029f0136b6397ccd4198fb0","ratio":1.7893175074184,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFBhESMWETITJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAICAgMAAAAAAAAAAAAAAAECABIDIQSBwf/aAAwDAQACEQMRAD8Ay7DMrft93h3duFGEttwxW1NladjagAQkbiB9DgfnZqZkTLcvILnJKCjzSnXNoWr1qsnTnulKcqL9QcrFOKtdbPk//9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OYJn50_Ep","title":"1947 'alien autopsy' film frame is up for auction as a n NFT","shortId":"OYJn50_Ep","createdAt":"2021-05-28T14:56:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27036896,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:47:19.000Z","url":"https://www.livescience.com/alien-autopsy-footage-nft-auction.html","canonicalUrl":"https://www.livescience.com/alien-autopsy-footage-nft-auction.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f09aaab0106f85df68d7bf8b7fa01d0","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIEAAMFBhEhQRMVUVLw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgERITH/2gAMAwEAAhEDEQA/ANnOWfbzBgJjSlCCJYLIyDQ7b8H7xUjF7z92m6MQOu/A9jSlXXbDcg//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"X8JFiQDoA","title":"What coronaviruses in pets can teach us about the future of covid-19","shortId":"X8JFiQDoA","createdAt":"2021-05-28T13:29:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036809,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033361-100-what-coronaviruses-in-pets-can-teach-us-about-the-future-of-covid-19/","canonicalUrl":"https://www.newscientist.com/article/mg25033361-100-what-coronaviruses-in-pets-can-teach-us-about-the-future-of-covid-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5927ce0837d746786ce809a5ff531df","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBSEGBxL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhED/9oADAMBAAIRAxEAPwDK+f8AEQuIe4ch5EcuyIwZgY6/VpSkAEnoE91WSNfsjkk1qitppQAL1Yxk6oVPGPo8Z//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"w--ep34TT","title":"What is space-time?","shortId":"w--ep34TT","createdAt":"2021-05-20T20:47:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025727,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:40:53.000Z","url":"https://www.livescience.com/space-time.html","canonicalUrl":"https://www.livescience.com/space-time.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/08bec7e0a51cd834aeba6c4c59897de6","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQREiEiMVHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQEAAwAAAAAAAAAAAAAAAAEAERIh/9oADAMBAAIRAxEAPwDFmTVbdWWaMStjhLWPyBkkgkYGetvVCffp6jwm78H1ER2VcyThf//Z","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"awTXoXru5","title":"We have bigger problems than COVID-19’s origins","shortId":"awTXoXru5","createdAt":"2021-05-28T13:18:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036798,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:12:39.000Z","url":"https://www.theverge.com/2021/5/28/22458230/covid-origins-lab-leak-biden-vaccines-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/28/22458230/covid-origins-lab-leak-biden-vaccines-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2514f29855acd3ea2874c112d2dc4215","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgIABwAAAAAAAAAAAAAAAQIAAxITIUFhcZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFR/9oADAMBAAIRAxEAPwDN7XLRnVrWrMxBFjasvR2ksXL+oiBIp3dbnD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"yIhPWMhQQ","title":"The AirPods Pro’s force sensor is a more comfortable way to control audio","shortId":"yIhPWMhQQ","createdAt":"2021-05-28T13:17:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036797,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:15:00.000Z","url":"https://www.theverge.com/22457468/airpods-pro-force-sensor-control-audio-button","canonicalUrl":"https://www.theverge.com/22457468/airpods-pro-force-sensor-control-audio-button","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0214cbfe66eca4ef172d8128939fd814","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMCBwAAAAAAAAAAAAABAgMEABEhBRIVIyQxQVGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/AJmozXNVZlRX7pQqJlSVG+0m6h6ucZ8AWHeoHGnIHRtsNKRH5SSRkhOB8pSgrWANv//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hDmHLYVAy","title":"The Bucks Aren’t Just Beating the Heat, They’re Humiliating Them","shortId":"hDmHLYVAy","createdAt":"2021-05-28T13:10:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036790,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:52:04.000Z","url":"https://www.theringer.com/2021/5/28/22458213/bucks-heat-nba-playoffs-giannis-antetokounmpo","canonicalUrl":"https://www.theringer.com/2021/5/28/22458213/bucks-heat-nba-playoffs-giannis-antetokounmpo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f68784ada295bd75517400fd3d28f065","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEEEyEFEhQiQZGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgQRAAMSUf/aAAwDAQACEQMRAD8A13imE6CeHMbkSa+q+M0e3loFzQPAND1srfRMO9/ERQTBjyH52oCBdYb1BC35n//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"ZSeslV6RF","title":"10 questions to ask your enterprise imaging vendor","shortId":"ZSeslV6RF","createdAt":"2021-05-28T13:06:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27036786,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132520&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132520","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b68313897330e000cf6e421177f241d","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAAABQMDBQAAAAAAAAAAAAAAAQIDEgYRIQUUFSIxMqHB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAAMBAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/AKmlHHH6b1J1EE7YiJE0mtXkd83+YEFyy3OuJlLNpdvQAEZWsHP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"iwLMUQlYi","title":"‘Cruella’ and the Emma Stone Hall of Fame","shortId":"iwLMUQlYi","createdAt":"2021-05-28T12:15:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036735,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:11:33.000Z","url":"https://www.theringer.com/2021/5/28/22457937/cruella-and-the-emma-stone-hall-of-fame","canonicalUrl":"https://www.theringer.com/2021/5/28/22457937/cruella-and-the-emma-stone-hall-of-fame","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb571562fa787d8375d843f4cf6b98cd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQMDBQAAAAAAAAAAAAABAwIABBIFEUEUMVFx8P/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEhMf/aAAwDAQACEQMRAD8Agq1B+p3epXUJG16d4EYqkRkMDECR527/AB3hve1jmTy2ykTz590pUHMGqf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"xanXXS-Hp","title":"Ancient jawbone reveals a 2500-kilometre journey from Sudan to Rome","shortId":"xanXXS-Hp","createdAt":"2021-05-28T11:38:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036698,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278892-ancient-jawbone-reveals-a-2500-kilometre-journey-from-sudan-to-rome/","canonicalUrl":"https://www.newscientist.com/article/2278892-ancient-jawbone-reveals-a-2500-kilometre-journey-from-sudan-to-rome/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ae91d8fcf7d86a256fba7c11b9a3ac6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBQYSIRMiMUGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAMBAQEAAAAAAAAAAAAAAAECEQASIf/aAAwDAQACEQMRAD8AyfAMYi+xdoi4aUlLyz1l7ZgJ5ECftUPuaVDzg2T3HlNqkDz6EcClKM4rsKfMiXigzf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DKzxfkhu4u","title":"Astronomers have created the largest ever map of dark matter","shortId":"DKzxfkhu4u","createdAt":"2021-05-28T11:38:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036698,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278932-astronomers-have-created-the-largest-ever-map-of-dark-matter/","canonicalUrl":"https://www.newscientist.com/article/2278932-astronomers-have-created-the-largest-ever-map-of-dark-matter/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4995f40a68895c261a6a462f7a29150e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUBAQEAAAAAAAAAAAABAgMEAAUGERIhB2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAABEA/9oADAMBAAIRAxEAPwCzueNfU3MsR1eHX7W8pZcfjygyGwSeeEbBHI580d+73Vxb7ZnzUCM3KyO0uSENJS4swiSpQA2SQRv38FKUKrf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lhCgNTIHq","title":"14 Memorial Day Deals to Spruce Up Your Smart Home","shortId":"lhCgNTIHq","createdAt":"2021-05-28T11:07:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/smart-home-deals-memorial-day-2021/","canonicalUrl":"https://www.wired.com/story/smart-home-deals-memorial-day-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da9552f0ab7a1cd800bd219b26ef48e1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAAABQUBAAAAAAAAAAAAAAAAAQIDBAUGETFBMv/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDAARBccH/2gAMAwEAAhEDEQA/AJeuR5K7ppSmpi2mlbbJOfJ5PvdCnAABQkqvWVrUmq1sRy3gz//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KSWYvife5","title":"Stepped platforms in Mesopotamia were the oldest known war memorial","shortId":"KSWYvife5","createdAt":"2021-05-28T09:38:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036578,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278885-stepped-platforms-in-mesopotamia-were-the-oldest-known-war-memorial/","canonicalUrl":"https://www.newscientist.com/article/2278885-stepped-platforms-in-mesopotamia-were-the-oldest-known-war-memorial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/551eb9b28bbb8ec44e166334e7452b7b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwQBBQAAAAAAAAAAAAABAAMEAgYREgUUQVHh8P/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAEDMQIEFP/aAAwDAQACEQMRAD8AsRrvuV2b1EqZWBUchlvUNgeMe1dF9chgbRGc9/tkRHZbUiopOOJ2j//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Nw8MWvuhA","title":"CentOS Nachfolge: AlmaLinux 8.4 veröffentlicht","shortId":"Nw8MWvuhA","createdAt":"2021-05-28T06:07:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036367,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T05:32:17.000Z","url":"https://linuxnews.de/2021/05/centos-nachfolge-almalinux-8-4-veroeffentlicht/","canonicalUrl":"https://linuxnews.de/2021/05/centos-nachfolge-almalinux-8-4-veroeffentlicht/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qOm9UplAd","title":"Chris Vernon on the Grizzlies’ Playoff Run","shortId":"qOm9UplAd","createdAt":"2021-05-27T21:52:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035872,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:40:23.000Z","url":"https://www.theringer.com/2021/5/27/22457445/chris-vernon-on-the-grizzlies-playoff-run","canonicalUrl":"https://www.theringer.com/2021/5/27/22457445/chris-vernon-on-the-grizzlies-playoff-run","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3bb32626b6eac32a231eb9345a84e724","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIDBBEAEmFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AMypWEkkKCMo5pSWA6vhGID4j0Sx3pqstNqsJeo5YoCSJyNOfOc41QSZSxu//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-8F2PYVt3","title":"Netflix: Linux Bashing vom Feinsten","shortId":"-8F2PYVt3","createdAt":"2021-05-27T18:06:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27035646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:49:30.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/27/netflix-linux-bashing-vom-feinsten/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/27/netflix-linux-bashing-vom-feinsten/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SYALEXFsD","title":"Wave Racer flexes his sonic dexterity on ‘What Are We Waiting For?’","shortId":"SYALEXFsD","createdAt":"2021-05-27T17:06:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035586,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:04:06.000Z","url":"https://dancingastronaut.com/2021/05/wave-racer-flexes-his-sonic-dexterity-on-what-are-we-waiting-for/","canonicalUrl":"https://dancingastronaut.com/2021/05/wave-racer-flexes-his-sonic-dexterity-on-what-are-we-waiting-for/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b7c903413fdd6a3d98e6f266d22cb9ba","ratio":1.44329896907216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAURMQYTIf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQMCAAQFESFBsf/aAAwDAQACEQMRAD8AtYvjZvIWWO0lhvXJiN08rN7gxXo2eNoAaAC86ak+QjR2VzpgdEaPw0pQN5aLMIT7IFVmNyDYsYrjQJ9r/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ahSxGPgrf","title":"Chris Paul Is a Basketball Comet","shortId":"ahSxGPgrf","createdAt":"2021-05-27T17:05:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035585,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:02:32.000Z","url":"https://www.theringer.com/video/2021/5/27/22455891/chris-paul-is-a-basketball-comet","canonicalUrl":"https://www.theringer.com/video/2021/5/27/22455891/chris-paul-is-a-basketball-comet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56e97dca9909750064aac3bed943750f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAEQMEEiExUv/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxEAAQQABwAAAAAAAAAAAAAAAQACAwQFBhETITFx/9oADAMBAAIRAxEAPwDVoYyveEOQlkGvHqXfTXtqNC/kREPZgxGzWvnZeRqB16VQa0bXR8hf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Fy2OQdzp8","title":"10+ CSS Button Click Effects","shortId":"Fy2OQdzp8","createdAt":"2021-05-27T17:02:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035582,"tagsStr":"css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T05:13:27.000Z","url":"http://csshint.com/css-button-click-effects/","canonicalUrl":"http://csshint.com/css-button-click-effects/","image":"https://csshint.com/wp-content/uploads/2021/05/Ripple-Button-with-JavaScript.gif","ratio":1.69320843091335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxFRUv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDLddtapj0B29FiJHT2Igf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"sv5kP1Eue","title":"JUICE PHARMA","shortId":"sv5kP1Eue","createdAt":"2021-05-21T03:41:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27026141,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/119742849/JUICE-PHARMA","canonicalUrl":"https://www.behance.net/gallery/119742849/JUICE-PHARMA","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb4b58bd50545a4818e420c6ec40ead5","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAIH/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBAAREyExEiJRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBEAAgICAwAAAAAAAAAAAAAAAREAAgMSIUFR/9oADAMBAAIRAxEAPwDVKlt6QnkspG1H0WLaUmQMTodR8y5NjcbgdnB1mYRcMR+4ZifI8nvJPYi64S87jWuIbEuf/9k=","siteTwitter":"@behance","creatorTwitter":"@mikecampau","readTime":0,"description":null,"toc":null,"summary":null},{"id":"YwAruipqu","title":"Uber’s Union Deal in the UK Doesn’t Mean Its Battles Are Over","shortId":"YwAruipqu","createdAt":"2021-05-27T15:43:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035503,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T11:39:00.000Z","url":"https://www.wired.co.uk/article/uber-gmb-recognition-deal","canonicalUrl":"https://www.wired.co.uk/article/uber-gmb-recognition-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebace75f0497cf4d49bc7054babc9f4e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQQCAQQDAAAAAAAAAAAAAgEDBAUAEQYSISIxQVJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBETIf/aAAwDAQACEQMRAD8Azzk9SFfVucWfCHKejipBZkwovpour7L8eP5l0K6gsQo7K0cJxW2xBTIUVS0mtr294xgckmVasevmra9M/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"bSSw_RmG-","title":"Diabetes vaccine shows promise for some patients in early trial","shortId":"bSSw_RmG-","createdAt":"2021-05-27T15:26:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035486,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:21:30.000Z","url":"https://www.livescience.com/diabetes-vaccine-shows-promise-early-trial-subset-patients.html","canonicalUrl":"https://www.livescience.com/diabetes-vaccine-shows-promise-early-trial-subset-patients.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a4cca77508e1398749ba1b00ccdb63a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACAwQGBRESIQcUFyIxQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASAv/aAAwDAQACEQMRAD8A0e5MLn4i2LFFbzmx01RUNcJiA0ZNO4LTkfIUD0NxdnZyMsmnbWKyMB30D0iJNPKhFgb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ceHO9IRDy","title":"How Lil’ Kim’s ‘Hard Core’ changed rap","shortId":"ceHO9IRDy","createdAt":"2021-05-27T15:26:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035486,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:17:50.000Z","url":"https://www.theringer.com/2021/5/27/22456125/how-lil-kims-hard-core-changed-rap","canonicalUrl":"https://www.theringer.com/2021/5/27/22456125/how-lil-kims-hard-core-changed-rap","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2cc9a87c3f70acf5b86b3c4bfd2bb4e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDBAAFESESEyIHMf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/AM7+fqgyotxtL1uZcckIMpqQ776h1nxxI2NnYIO/2pJwxy4rjFQlOTgZzgUpQsYrt//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"1ecQ6zi_u","title":"VirtualBox: Verschachtelte Virtualisierung (Nested Virtualization) aktivieren","shortId":"1ecQ6zi_u","createdAt":"2021-05-27T06:25:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27034945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T06:00:14.000Z","url":"https://canox.net/2021/05/virtualbox-verschachtelte-virtualisierung-nested-virtualization-aktivieren/","canonicalUrl":"https://canox.net/2021/05/virtualbox-verschachtelte-virtualisierung-nested-virtualization-aktivieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YJv4i6xUV","title":"Ancient Judeans ate non-kosher fish, archaeologists find","shortId":"YJv4i6xUV","createdAt":"2021-05-27T14:39:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035439,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:19:11.000Z","url":"https://www.livescience.com/ancient-judeans-non-kosher-fish.html","canonicalUrl":"https://www.livescience.com/ancient-judeans-non-kosher-fish.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ddd13d07f4ec602993c8304c6fd635a4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDBAARBQYSIkFCYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEx/9oADAMBAAIRAxEAPwDJuH82X0gVVKszuFXY10KfUfO7J7F+/HYlRpIyysQSF87xjCskY6a5P//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7-301Fe3S","title":"Best Cover Letter Examples For Graphic Designers","shortId":"7-301Fe3S","createdAt":"2021-05-27T14:17:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:00:00.000Z","url":"https://www.vectornator.io/blog/graphic-designer-cover-letter","canonicalUrl":"https://www.vectornator.io/blog/graphic-designer-cover-letter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1598de62bb26d1d9c8a19f377591517","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDEQAEBxQhIjJBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEBAQEBAQAAAAAAAAAAAAABAwIABPD/2gAMAwEAAhEDEQA/AIuG0aTQ7/MRrtSLQQTeIJuvV1mvLp6qSukiyB1JDBG7Qfl9axjGey9ZUTGk+OBGM6SHWR7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GlqA07SJO","title":"Save up to $150 on Beats noise-canceling wireless headphones","shortId":"GlqA07SJO","createdAt":"2021-05-27T14:08:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035408,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:02:09.000Z","url":"https://www.theverge.com/good-deals/2021/5/27/22456381/beats-solo-pro-studio-3-headphones-sony-days-of-play-ps5-game-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/27/22456381/beats-solo-pro-studio-3-headphones-sony-days-of-play-ps5-game-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d45c2824d0a50b597e7cd919849a5d9b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMFBhESFSExQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDMfD/2gAMAwEAAhEDEQA/AMdhujxcPYRtPY2TZkc7hEhSzgFSQvMbHYePXaoXJeES4yLpyMApIAEi7sPtKUQ3uVZFCiwOqf/Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"WuQPZPt8BV","title":"SimpliSafe Is a Hassle-Free Way to Secure Your Home","shortId":"WuQPZPt8BV","createdAt":"2021-05-27T12:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035286,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T08:00:00.000Z","url":"https://www.wired.com/review/simplisafe-security/","canonicalUrl":"https://www.wired.com/review/simplisafe-security/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05847fdd40708e7a8faa70d1fd6bb5cc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDABEEIRIUYUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8A2/n2nKq8JN1fr2xmNVrBkxdm/nfZ+5eKGtr9cYxTOP/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"DL9bS7044","title":"Nine things we learned from the Epic v. Apple trial","shortId":"DL9bS7044","createdAt":"2021-05-27T14:04:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035404,"tagsStr":"tech-news,business,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22454959/epic-apple-trial-recap-video-tim-cook-xbox-playstation-business","canonicalUrl":"https://www.theverge.com/2021/5/27/22454959/epic-apple-trial-recap-video-tim-cook-xbox-playstation-business","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c484f79e407ecc5d21725a2410debbfd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERIUISJhof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AK+VwENtjVubeeeNyzxIwcllDjY8iTviBoej3rIw3N4kKL1kp4qBshdn5SlCghMZFb//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"LlgaRI2ou","title":"With Donovan Mitchell Back, the Jazz Have All the Pieces and No Excuses","shortId":"LlgaRI2ou","createdAt":"2021-05-27T13:42:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035382,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:31:39.000Z","url":"https://www.theringer.com/2021/5/27/22456445/jazz-grizzlies-donovan-mitchell-return","canonicalUrl":"https://www.theringer.com/2021/5/27/22456445/jazz-grizzlies-donovan-mitchell-return","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b5bf86813733934e697f9a5c2b33d2b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBQAEBhESIkFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQACAAUFAAAAAAAAAAAAAAABAgADBBIxBhEhUcH/2gAMAwEAAhEDEQA/AITGZmQhsFv0Rl29a8FtaS0rkp6URr7rfvdbhG30uY61Lko4tZaR0otp8jobNKUZqJVl2FFAJzwOliop5S3EbYA9j//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"vxTC4A-5H","title":"Fluffy ball of darkinos could be lurking at the center of the Milky Way","shortId":"vxTC4A-5H","createdAt":"2021-05-27T13:12:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035352,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:58:14.000Z","url":"https://www.livescience.com/fluffy-ball-darkinos-center-milky-way.html","canonicalUrl":"https://www.livescience.com/fluffy-ball-darkinos-center-milky-way.html","image":"https://cdn.mos.cms.futurecdn.net/aUjP7anBNThFAV2QhVctY4-1200-80.gif","ratio":1.77514792899408,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBABAQACAgMAAAAAAAAAAAAAAQIAAwQREiFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMs66mZfLWWvSKp17ym3fpvbdRxYiVUkpST5jGB//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"O4rmqtLwO","title":"Marvel’s ‘M.O.D.O.K’ and the Self-Importance of Superhero Stories","shortId":"O4rmqtLwO","createdAt":"2021-05-27T13:11:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035351,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:02:34.000Z","url":"https://www.theringer.com/tv/2021/5/27/22456033/marvel-modok-hulu-review-superhero-genre","canonicalUrl":"https://www.theringer.com/tv/2021/5/27/22456033/marvel-modok-hulu-review-superhero-genre","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f3136e3a9f1dc241797b0c2ee3f4ab5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDABEEEgUhE1Fx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQACAgIDAAAAAAAAAAAAAAABAgARAwRBsfD/2gAMAwEAAhEDEQA/AIc+HHT45HjpRvImjvZ9mk+zKG6n81r61mrG9+NFIJQFJKEBZdkgevZxjDGlBHN9y7dUDGlD1T//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"c1XvLsaT5","title":"Premiere: Dylan Matthew issues first solo original of 2021—stream ‘One Sided Love’","shortId":"c1XvLsaT5","createdAt":"2021-05-27T13:09:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035349,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:08:00.000Z","url":"https://dancingastronaut.com/2021/05/premiere-dylan-matthew-issues-first-solo-original-of-2021-stream-one-sided-love/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-dylan-matthew-issues-first-solo-original-of-2021-stream-one-sided-love/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2bb869716b4043f707226dafa2c1d1f6","ratio":3.01197604790419,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEBCQAAAAAAAAAAAAAAAAECEQMEBgchMUGR8P/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEDEf/aAAwDAQACEQMRAD8AwjNuEYYtpFUTu1k+17TjYiwAWu9oz//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FIjFuvoc4B","title":"A Never-Before-Seen Wiper Malware Is Hitting Israeli Targets","shortId":"FIjFuvoc4B","createdAt":"2021-05-27T13:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035344,"tagsStr":"general-programming,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:00:00.000Z","url":"https://www.wired.com/story/never-before-seen-wiper-malware-hitting-israeli-targets/","canonicalUrl":"https://www.wired.com/story/never-before-seen-wiper-malware-hitting-israeli-targets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c2b680618a4367c02d06237d24e6d7d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgEDEQAEBSESFWGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMEMf/aAAwDAQACEQMRAD8AxGVzHUN3uQtbZonbx5CcF3YpotJEL9mrjbYGAnLo8kReIuQieJ5SlJUoPYGi10AKmf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BWdIoZj7x","title":"After a Year of Upheaval, HBO Max Has Carved Out Its Place","shortId":"BWdIoZj7x","createdAt":"2021-05-27T12:20:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035300,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:14:04.000Z","url":"https://www.theringer.com/tv/2021/5/27/22455699/hbo-max-one-year-later-friends-reunion-streaming-review","canonicalUrl":"https://www.theringer.com/tv/2021/5/27/22455699/hbo-max-one-year-later-friends-reunion-streaming-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45e636819aba16b0ba0312a656b54627","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESESFTFRYv/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQRIRJRwf/aAAwDAQACEQMRAD8AjTLF2TV0uapKwW3gUoc5LO9HJ5AHx6rSbdDLVvitplywENJSMLTjQHzSlOubyaR3jc6RsDQ0OK1XmUBgR16a/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"LVLJtWJxL","title":"Is a self-portrait a self-portrait if the portraitist has no self?","shortId":"LVLJtWJxL","createdAt":"2021-05-27T12:02:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035282,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033363-200-is-a-self-portrait-a-self-portrait-if-the-portraitist-has-no-self/","canonicalUrl":"https://www.newscientist.com/article/mg25033363-200-is-a-self-portrait-a-self-portrait-if-the-portraitist-has-no-self/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56686c1cda71ea642d77208834e40272","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJBAAAQIFAgcAAAAAAAAAAAAABAECAAMFESESEwYUFiJBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAIBBAMAAAAAAAAAAAAAAAEDAgAEBSERgbH/2gAMAwEAAhEDEQA/AK1JAXo8vhsaeUMOQTMJ5uaU9XK5Xbr9Ss7rppTxm639xsYVMrihyF3AnXltyk1+cfWXhCEZFEIXM1RGgfRU3Dtm+yU9h5kRvokV/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"F4RuBN2f9","title":"OnePlus’ Digital WellPaper visualizes your app usage as a funky live wallpaper","shortId":"F4RuBN2f9","createdAt":"2021-05-27T12:01:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035281,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22456248/oneplus-digital-wellpaper-app-usage-visualization-live-wallpaper","canonicalUrl":"https://www.theverge.com/2021/5/27/22456248/oneplus-digital-wellpaper-app-usage-visualization-live-wallpaper","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/117bb69a5cdb17b6346b4afc5d223796","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQGEgcRITGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABEQD/2gAMAwEAAhEDEQA/ANtuhrZ9UbTieOIoKmdpHeQwb5s4q8CIiTWqTf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lFWCrVP9Z","title":"Your Grandma's Tube TV Is the Hottest Gaming Tech","shortId":"lFWCrVP9Z","createdAt":"2021-05-27T11:08:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035228,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:00:00.000Z","url":"https://www.wired.com/story/crt-tube-tv-hot-gaming-tech-retro-games/","canonicalUrl":"https://www.wired.com/story/crt-tube-tv-hot-gaming-tech-retro-games/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49951ca25c933b58d9c4f75a56a43b3f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAQIFBAMAAAAAAAAAAAAAAwECAAQFBhEHEiFRE2Fx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQABBQADAAAAAAAAAAAAAAABAAIDBBExQZH/2gAMAwEAAhEDEQA/AIXWy4Wlvqq0gkiJyzvhxMKuXj3MYnXOMeo18CqEEEY2ou1jUanPSfIQhch15B6VCtWia6TByd9X/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"HvvcB6CSg","title":"What Instagram really learned from hiding like counts","shortId":"HvvcB6CSg","createdAt":"2021-05-27T11:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035224,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T11:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22456206/instagram-hiding-likes-experiment-results-platformer","canonicalUrl":"https://www.theverge.com/2021/5/27/22456206/instagram-hiding-likes-experiment-results-platformer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7cbc25f98c1f6100445ee7c149a7edb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxABAQACAwEAAAAAAAAAAAAAAQIAEQMSIXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAAhAQIx/9oADAMBAAIRAxEAPwDOc2TwsdJasEp3ufmT3QXQwKOtq+4xlV1gMM//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tP7xITWYV","title":"Lime Prime is the scooter company’s new monthly subscription service","shortId":"tP7xITWYV","createdAt":"2021-05-27T10:09:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035169,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T10:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22455553/lime-prime-scooter-subscription-price-unlock-fee","canonicalUrl":"https://www.theverge.com/2021/5/27/22455553/lime-prime-scooter-subscription-price-unlock-fee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa9fc82462fcf22984146a49b5d27341","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAwACAwEBAAAAAAAAAAAAAQIDABEEBkEhof/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAxESITFh/9oADAMBAAIRAxEAPwCvs9bT68OZyWnajuk9JJZgb9+e5lZRk0kYNyFBAOhY6H5jGIyXCrOvSFOWJmXF/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"o5lnyyNfn","title":"Awesome Standalone (Web Components)","shortId":"o5lnyyNfn","createdAt":"2021-05-26T18:31:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":460,"score":27035167,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-27T03:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:56:34.000Z","url":"https://css-tricks.com/awesome-standalone-web-components/","canonicalUrl":"https://css-tricks.com/awesome-standalone-web-components/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e827fcab64a3beca9650bb0617a5d11","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIRAAMEBRMiBxIUFWFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB0RAAICAgMBAAAAAAAAAAAAAAEDAgQAEQUhMfD/2gAMAwEAAhEDEQA/AMLm6Nt6k7u2Nk71sofJsF4kz3Ahhy+1E3T9mYt7K2smYXFgD850pRPJWGVhAKOtj73FEpg2w6MxsA9Z/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6uKdC-uhX","title":"Google makes it easier to transfer Gmail photos to Google Photos","shortId":"6uKdC-uhX","createdAt":"2021-05-27T09:39:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035139,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:35:57.000Z","url":"https://www.theverge.com/2021/5/27/22456275/gmail-save-to-google-photos-button","canonicalUrl":"https://www.theverge.com/2021/5/27/22456275/gmail-save-to-google-photos-button","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b86bc365da471241be803ab0b13db31","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFBhESBzFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8AzOxbMh8dsxI0AxrhCjOSGXYTK0qI5STsp62etk79gVLkWf3CDkFziR7PjAZYlOtI6tDRPKVkDZ+nQpSjFlQwv//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QHsf3XYyw","title":"Vincent Bernat: Transient prompt with Zsh","shortId":"QHsf3XYyw","createdAt":"2021-05-24T14:59:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27031139,"tagsStr":"bash","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:51:25.000Z","url":"https://vincent.bernat.ch/en/blog/2021-zsh-transient-prompt","canonicalUrl":"https://vincent.bernat.ch/en/blog/2021-zsh-transient-prompt","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_9hVvXkzI","title":"Start Using a Smart DAM and Image Optimization Stack","shortId":"_9hVvXkzI","createdAt":"2021-05-27T08:22:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035062,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:45:30.000Z","url":"https://www.webdesignerdepot.com/2021/05/start-using-a-smart-dam-and-image-optimization-stack/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/start-using-a-smart-dam-and-image-optimization-stack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9674c882db7b22136defde18283ab9ef","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARMQUGEiFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQUAAwAAAAAAAAAAAAAAAQACAwUREkFR/9oADAMBAAIRAxEAPwDNo+4JRIvT6lesta3TjgZpYw0iGNA3kjDWtnf38yurNdNeIg1jtBynvjGMdrmNEZwdqXtjxlGeL//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1A4RNLaaa","title":"Images for Designers - 100+ handpicked resources for designers to get images","shortId":"1A4RNLaaa","createdAt":"2021-05-27T08:22:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035062,"tagsStr":"devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T08:22:11.000Z","url":"https://salinipillai.com/images-for-designers/","canonicalUrl":"https://salinipillai.com/images-for-designers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73db723ea7ae7c907d5cc57ecfecee0a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSITEHQYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRITH/2gAMAwEAAhEDEQA/ANL8faP3WOHeJLsdq7ymEONOsM5THCwCrYD0pWOfQJOB3m9RbSEJCpsskDkhZGflKUTsDMva7K5UcE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IbuXIYD_b","title":"3D-printed device could improve chest x-ray imaging","shortId":"IbuXIYD_b","createdAt":"2021-05-27T07:16:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034996,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132516&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132516","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8063766216454fb8443f654315770a36","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBQAEBhExBxNBcYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAEQAh/9oADAMBAAIRAxEAPwC14rGSMl03xtFnMO2AMTagFpoEg9tBB3vfgj7WSc5YVb5tkDLrq3nG5C4Qp1XKyHFAqPvmlKXCDW//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"KqZ8_CVvg","title":"Building real-time games using Workers, Durable Objects, and Unity","shortId":"KqZ8_CVvg","createdAt":"2021-05-26T13:08:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":29,"score":27034278,"tagsStr":"webdev,game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:00:05.000Z","url":"https://blog.cloudflare.com/building-real-time-games-using-workers-durable-objects-and-unity/","canonicalUrl":"https://blog.cloudflare.com/building-real-time-games-using-workers-durable-objects-and-unity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ad779a19c8546fe394e5aacc85daa6e","ratio":1.92336683417085,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQGESEFEhUxY4HS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAICAwEAAAAAAAAAAAAAAAIDAAESUWFx/9oADAMBAAIRAxEAPwDVqrpmffrCQmGKi1BlhoNbmSpR32WSbkKAze3R9xd8Qs55XUs+VPzCELe47EK5qoRKhyP2f//Z","siteTwitter":"@cloudflare","creatorTwitter":"@signalnerve","readTime":10,"description":null,"toc":null,"summary":null},{"id":"rFJ-cs2Ul","title":"Apple TV 4K (2021) review: much better remote, slightly faster box","shortId":"rFJ-cs2Ul","createdAt":"2021-05-26T18:35:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034235,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:31:12.000Z","url":"https://www.theverge.com/22454960/apple-tv-4k-2021-review","canonicalUrl":"https://www.theverge.com/22454960/apple-tv-4k-2021-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e744b8ea27649cdf0a85c1a1e5ec61f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQDAAMAAAAAAAAAAAABAgMABAUhBhESMWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAACAAEhEkH/2gAMAwEAAhEDEQA/AJnjdtaQYPJz3NuJ2s4I2UAhA8bv4ZG0d77DfI+6lX5rAHYLjrzrvXrLTk/u6UoRa5rZRYNK89n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EqZcnLgtt","title":"BlizzCon 2021 has been canceled","shortId":"EqZcnLgtt","createdAt":"2021-05-26T17:30:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034170,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:28:45.000Z","url":"https://www.theverge.com/2021/5/26/22455077/blizzcon-canceled-global-event-blizzconline-blizzard","canonicalUrl":"https://www.theverge.com/2021/5/26/22455077/blizzcon-canceled-global-event-blizzconline-blizzard","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/751b2e1160b3a32fdfb59c627dfd7d95","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMCEQAEYQUGElHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEAAwAAAAAAAAAAAAAAAAABAAIS/9oADAMBAAIRAxEAPwDIurb8U7MYKWwSiFyuTfIEniuTkMd1OoVqoA9UPmMYF0yWpis//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Ccwn_rBJ0","title":"CTA shows the effect of job stress on the heart","shortId":"Ccwn_rBJ0","createdAt":"2021-05-26T16:39:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034119,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:28:57.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132509&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132509","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/72b7e57adaeb73621f037f8323bd7049","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhESFCEiUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDC9MYG2yOkMjOzr1RLBCQPEqAQPffeonakMVcTRQ3qxSyIrQnkFYgH7R1Fr//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"o0N5xYQ9p","title":"196/365storys??Spring dream","shortId":"o0N5xYQ9p","createdAt":"2021-05-26T16:38:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27034118,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/120127821/196365storysSpring-dream","canonicalUrl":"https://www.behance.net/gallery/120127821/196365storysSpring-dream","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/941ef55ab6e34bf485cf7aa949b683c6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGB//EACUQAAEDAwMDBQAAAAAAAAAAAAECAwQAETEFBxIGISITFBUjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAQQMEE//aAAwDAQACEQMRAD8Asxs9GXrDOqq+NYkxENCMwxFCWnFJvz9YW8uWAQLpz3pCTtrB9w7bodLvmfsExiyu+cjP4K2R4kFNicigkm+arPe5YVN4vKbAdZ//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"tEvGzfft5","title":"Special training not needed for COVID lung ultrasound scoring","shortId":"tEvGzfft5","createdAt":"2021-05-26T16:04:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034084,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132506&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132506","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ed565a7a0fa03aed0abbd3fff3aca9a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAACAQH/8QAIhAAAgAFBAMBAAAAAAAAAAAAAQIAAwQFEQYSIUEjM2GR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAEQECAyH/2gAMAwEAAhEDEQA/ANLtevNDTxPqZsyVTVpB8b5DzOBgjd+ZihbwrgMKrbu5wGJAgSSWZ7q5ZixLHJJz3CTtqILdS4VfUnXwQ5NdKuptJ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HZdCCabmT","title":"Dumbed Down AI Rhetoric Harms Everyone","shortId":"HZdCCabmT","createdAt":"2021-05-26T16:04:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27034084,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:00:00.000Z","url":"https://www.wired.com/story/dumbed-down-ai-rhetoric-harms-everyone/","canonicalUrl":"https://www.wired.com/story/dumbed-down-ai-rhetoric-harms-everyone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3901e2793c66cb55998126a47c14a731","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgEDBAAFEQYSEyExFf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAQQP/2gAMAwEAAhEDEQA/AKk+ad01XJuMk3xRVRomGniADAi48Fj3CdovtbDbdOrGt0Vj6Ms+JoA3EXZYREytKVLzAqk7gkmlO7//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"vvDlpOmsB","title":"Google to use patient data to develop healthcare algorithms for hospital chain","shortId":"vvDlpOmsB","createdAt":"2021-05-26T15:50:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034070,"tagsStr":"google,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:46:35.000Z","url":"https://www.theverge.com/2021/5/26/22454817/google-hca-patient-data-healthcare-algorithms","canonicalUrl":"https://www.theverge.com/2021/5/26/22454817/google-hca-patient-data-healthcare-algorithms","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vo_30QN6q","title":"May 22 Google update was big, despite Google?s being mum about it; Wednesday?s daily brief","shortId":"vo_30QN6q","createdAt":"2021-05-26T15:25:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034045,"tagsStr":"google,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:00:00.000Z","url":"https://searchengineland.com/may-22nd-google-update-was-big-but-google-is-mum-about-it-wednesdays-daily-brief-348908","canonicalUrl":"https://searchengineland.com/may-22nd-google-update-was-big-but-google-is-mum-about-it-wednesdays-daily-brief-348908","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51b682dc938caab3016f49ff4a8b0d86","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFIRESMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AwXHZDERiI3GFNzKqjv2umVHbfqgec8E7qNK5aV2UBFLEhQAQPm6UpEyP/9k=","siteTwitter":"@sengineland","creatorTwitter":"@rustybrick","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8pyP_zcMN","title":"10 Best Side Hustles To Consider In 2021","shortId":"8pyP_zcMN","createdAt":"2021-05-26T15:25:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034045,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:00:55.000Z","url":"https://marketsplash.com/best-side-hustles/","canonicalUrl":"https://marketsplash.com/best-side-hustles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e17acb52de82816021012e1f47553a8","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAGRAAAwEBAQAAAAAAAAAAAAAAAAECEiFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEC/9oADAMBAAIRAxEAPwDeVVNPLa0nL9XCgAe1FOQ1C//Z","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":9,"description":null,"toc":null,"summary":null},{"id":"VOeR2gEzX","title":"More Americans believe in climate change but still can’t quit fossil fuels","shortId":"VOeR2gEzX","createdAt":"2021-05-26T14:57:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034017,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:54:34.000Z","url":"https://www.theverge.com/2021/5/26/22454633/pew-research-american-attitudes-climate-change-fossil-fuels-renewable-energy","canonicalUrl":"https://www.theverge.com/2021/5/26/22454633/pew-research-american-attitudes-climate-change-fossil-fuels-renewable-energy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b5936b839ad40203d58f86748483ec4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBRETBAYSIbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAEFAQAAAAAAAAAAAAAAAAMAAQQREiL/2gAMAwEAAhEDEQA/AI7Dd1UO3FfiKL3qLqWstbxcjYBIGvsmrM11aWMpFBKkjfGPcRASSW26dWHHHm8r/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"66N84BEb_","title":"Sweet Tooth’s post-apocalyptic world is meant to be a ‘storybook dystopia’","shortId":"66N84BEb_","createdAt":"2021-05-26T14:38:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033998,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:30:00.000Z","url":"https://www.theverge.com/22454611/sweet-tooth-netflix-post-apocalyptic-world-interview","canonicalUrl":"https://www.theverge.com/22454611/sweet-tooth-netflix-post-apocalyptic-world-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9949b4c15ca204d86aaeddb4817f027d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFEQYSEyEjMVFz/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABYRAQEBAAAAAAAAAAAAAAAAAAECAP/aAAwDAQACEQMRAD8AlvGvr1Mu0uqU0yNR8qhBLO2ZmWCN4z1wfEa1Pr++PTynKW3LKCew/r6QhAKtAyCRXf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"sbYZDz0j5","title":"As Chips Shrink, Rowhammer Attacks Get Harder to Stop","shortId":"sbYZDz0j5","createdAt":"2021-05-26T14:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033964,"tagsStr":"security,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:01:00.000Z","url":"https://www.wired.com/story/rowhammer-half-double-attack-bit-flips","canonicalUrl":"https://www.wired.com/story/rowhammer-half-double-attack-bit-flips","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61c9e91317584b3b823ec734c43a7834","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEEBhITIUEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgAEBRIhUf/aAAwDAQACEQMRAD8Az7Oy3u0xgP743ygCEm2MIAtwH2ztPvpUXLmSmR5uuyiKtRayAg7gA7IW4J//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"k748KaLes","title":"Airbnb’s CEO thinks the platform can replace your landlord","shortId":"k748KaLes","createdAt":"2021-05-26T14:03:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033963,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:00:00.000Z","url":"https://www.theverge.com/2021/5/26/22453150/airbnb-ceo-brian-chesky-interview-host-rentals-long-term","canonicalUrl":"https://www.theverge.com/2021/5/26/22453150/airbnb-ceo-brian-chesky-interview-host-rentals-long-term","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9380d9396ad02290e5fa3b45c944ed2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAUSIQQGEzFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxEv/aAAwDAQACEQMRAD8Am1gt3DvXQ+63NTJYet/D47yAgzmPMQUqPvf0RrVSJ/BTzim0YIKiUpmcROhNKU5U4VVOtP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"neTvoppH2","title":"Waze names former Hotwire president Neha Parikh as CEO","shortId":"neTvoppH2","createdAt":"2021-05-26T13:58:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033958,"tagsStr":"hotwire","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:55:00.000Z","url":"https://www.theverge.com/2021/5/26/22454074/waze-new-ceo-neha-parikh-hotwire","canonicalUrl":"https://www.theverge.com/2021/5/26/22454074/waze-new-ceo-neha-parikh-hotwire","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6cab42569b9ec8531759717a2a68ca8d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAAIEEQMhBQYxQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMEBjHBEv/aAAwDAQACEQMRAD8AlHVZUbK1nFDj8G5DXmU+3ZaHzehRvxXpVUHSIgM0Ym7pqdeemVuGoq2tRhstwT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jBPHTHali","title":"What is quantum entanglement?","shortId":"jBPHTHali","createdAt":"2021-05-26T13:27:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033927,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:00:08.000Z","url":"https://www.livescience.com/what-is-quantum-entanglement.html","canonicalUrl":"https://www.livescience.com/what-is-quantum-entanglement.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e0f80afd46fe6d8ccca290c3fcdb0c01","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBAAFBhIhETEyYf/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAIQMRYf/aAAwDAQACEQMRAD8AwWxbNPVZqdPcNJLcUdcrA0QETJx8gciPodH33kvUGoRX7MccU6okrKoDnoAn9xjKK5Ow8MPnWSSdaz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FsK9xNoca","title":"Open-world RPG Pokémon Legends: Arceus is launching January 28th, 2022","shortId":"FsK9xNoca","createdAt":"2021-05-26T13:26:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033926,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:24:44.000Z","url":"https://www.theverge.com/2021/5/26/22454614/pokemon-legends-arceus-nintendo-switch-release-date","canonicalUrl":"https://www.theverge.com/2021/5/26/22454614/pokemon-legends-arceus-nintendo-switch-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f26f006e62df29010160ff7cc3e98b98","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhExQxQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABsRAAEEAwAAAAAAAAAAAAAAAAMAAQIiBBEx/9oADAMBAAIRAxEAPwDZC/vFvFshMu2RDLv6S5BDDHrHjiql1fUUkde9lOCRkqvPylKiGyS7az8QUA4PWK//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"niV8r6ZiC","title":"Disney’s Cruella is absolutely absurd","shortId":"niV8r6ZiC","createdAt":"2021-05-26T13:06:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033906,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:00:00.000Z","url":"https://www.theverge.com/22400212/cruella-review-disney-plus-emma-stone-101-dalmatians","canonicalUrl":"https://www.theverge.com/22400212/cruella-review-disney-plus-emma-stone-101-dalmatians","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d81337f766742de5aa44a89be336a692","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYSITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQMx/9oADAMBAAIRAxEAPwCfaPnMvjkuA9rokcOtx1tq7WUrSepNj5dewc0NF2qpEZl5TKApxAWQD4Fi8YypoKaf/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rRDadi3JY","title":"Dell is offering $230 off one of its standout gaming monitors","shortId":"rRDadi3JY","createdAt":"2021-05-26T12:33:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033873,"tagsStr":"tech-news,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:32:15.000Z","url":"https://www.theverge.com/good-deals/2021/5/26/22453649/dell-gaming-monitor-mass-effect-pc-roku-ultra-streaming-device-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/26/22453649/dell-gaming-monitor-mass-effect-pc-roku-ultra-streaming-device-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b3cf52991193770de1830379d45ccfc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBQQGBxESISNB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKjvfG7b7eYs597ZY7LAN7seN/rjMIBBaOv0jyqwiIP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"3Tsy4iLCD","title":"Mailbag Episode on Gameplay Loops, Favorite Moments From ‘Castlevania,’ and Which Gundam Shows We’re Watching","shortId":"3Tsy4iLCD","createdAt":"2021-05-26T12:10:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:07:06.000Z","url":"https://www.theringer.com/2021/5/26/22454123/mailbag-episode-on-gameplay-loops-favorite-moments-castlevania-and-which-gundam-shows-were-watching","canonicalUrl":"https://www.theringer.com/2021/5/26/22454123/mailbag-episode-on-gameplay-loops-favorite-moments-castlevania-and-which-gundam-shows-were-watching","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e99bb7c683e0aa9dee286d582cb5011","ratio":1.91101694915254,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEFAAMBAAAAAAAAAAAAAQIDAAQFERIVISJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABACIx/9oADAMBAAIRAxEAPwDA8LaR3q3FuQF+DIH1sgirRZRYokj8XipOFC9vbks2v0nr2aUqXVJHJf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"y43UKnMAS","title":"Scammy iOS app discovered that refuses to open unless you give it a good review","shortId":"y43UKnMAS","createdAt":"2021-05-26T11:37:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033817,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:32:11.000Z","url":"https://www.theverge.com/2021/5/26/22454468/ios-app-scam-review-3-star-force-review-process-apple","canonicalUrl":"https://www.theverge.com/2021/5/26/22454468/ios-app-scam-review-3-star-force-review-process-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87a64e621516c0a7e0b7743f2e97c3af","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAAECAxEEBRIhMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDH8KLfpU776q7ivEJYArj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"i4YwnnMPY","title":"Toward a Unified Theory of Zombie Movies","shortId":"i4YwnnMPY","createdAt":"2021-05-26T11:33:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033813,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:20:00.000Z","url":"https://www.theringer.com/movies/2021/5/26/22453551/zombie-movies-history-dawn-army-of-the-dead-28-days-later","canonicalUrl":"https://www.theringer.com/movies/2021/5/26/22453551/zombie-movies-history-dawn-army-of-the-dead-28-days-later","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/acedaae8aff3feff42da9704e8ae3891","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQREhMxBSEiUZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Azi4WJoY7iKGLUyNo3l1mM+GSMYHfPrirPY36OyJ1MhVOANrgfVKUF//Z","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"4nWHYIPB1","title":"Tesla will store Chinese car data locally, following government fears about spying","shortId":"4nWHYIPB1","createdAt":"2021-05-26T11:32:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033812,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:26:38.000Z","url":"https://www.theverge.com/2021/5/26/22454369/tesla-china-datacenter-process-locally-spying-fears","canonicalUrl":"https://www.theverge.com/2021/5/26/22454369/tesla-china-datacenter-process-locally-spying-fears","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6363af745bd7167cda9c7bf1f8a9c24","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDBAAFBhESITFRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIxESEi/9oADAMBAAIRAxEAPwCBwTMsgvl7hR3Z4aTHkpbPFsHkkJUPw632PtaK/k2SJecSbshRCiORjJ2e/faUoqobCkutn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PtAIb3g2l","title":"Honeybee 'Trojan horse' virus relies on bees' habit of cannibalizing their young","shortId":"PtAIb3g2l","createdAt":"2021-05-26T11:27:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033807,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:10:40.000Z","url":"https://www.livescience.com/virus-hijacks-bee-cannibalism.html","canonicalUrl":"https://www.livescience.com/virus-hijacks-bee-cannibalism.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d08b6515926dee1c3f9aaf0aa6b68258","ratio":1.54639175257732,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAwQRIRJRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEv/aAAwDAQACEQMRAD8A01bq3X22S1LrY4tc4pIg8EDo5BGfVSYW5OkRTchPTf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"RaWyPSEpm","title":"Web Design Best Practices for New Developers – How to Create Portfolio-Worthy Work","shortId":"RaWyPSEpm","createdAt":"2021-05-25T17:02:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","tweeted":true,"views":858,"score":27033786,"tagsStr":"general-programming,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-26T04:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:51:37.000Z","url":"https://www.freecodecamp.org/news/web-design-best-practices-for-new-developers/","canonicalUrl":"https://www.freecodecamp.org/news/web-design-best-practices-for-new-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/91fe15cab33129c04a13d2a99efe85a3","ratio":1.5007215007215,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAABAwUBAQEAAAAAAAAAAAABAgMEAAUREiEGExT/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAQUAAAAAAAAAAAAAAAAAAgABEhNB/9oADAMBAAIRAxEAPwCy0yvYyBDnzPTLaZgOLdlsMbEvJSo7DGQkgAcHKRXr1+Zr6+1vBc0GxAz3HaUpVIzIcZCvOAlrr//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@andrejtl","readTime":8,"description":null,"toc":null,"summary":null},{"id":"h8_QbNu9W","title":"EOL: Fedora 32 – so upgraded man sein System von Hand","shortId":"h8_QbNu9W","createdAt":"2021-05-26T10:23:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:53:45.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/26/eol-fedora-32-so-upgraded-man-sein-system-von-hand/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/26/eol-fedora-32-so-upgraded-man-sein-system-von-hand/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/429e357e87ff82fc3b904b35f305daa5","ratio":1.82492863939106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQIFBQEAAAAAAAAAAAAABAABAgNDUXEFERMkMTL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0vp4Qriw7jSPXpw3wpxAY3PM68n6em18IiD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"CH3nLV_xK","title":"The “Could You Survive This Zombie Apocalypse?” Matrix","shortId":"CH3nLV_xK","createdAt":"2021-05-26T10:21:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033741,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:10:00.000Z","url":"https://www.theringer.com/movies/2021/5/26/22453811/could-you-survive-this-zombie-apocalypse-matrix","canonicalUrl":"https://www.theringer.com/movies/2021/5/26/22453811/could-you-survive-this-zombie-apocalypse-matrix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93fd8c31404749f496dbf03071e529f4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACEgMEERQxYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQFElHw/9oADAMBAAIRAxEAPwDDvu9a1fQDJCs4AmWMcBSiO/URFbV2xLzXQeK9CKHYZK2MA58J/9k=","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"NluxJ06r6","title":"Microsoft claims Edge is now ‘the best performing browser on Windows 10’","shortId":"NluxJ06r6","createdAt":"2021-05-26T10:09:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033729,"tagsStr":"google,startup,microsoft,google-chrome,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:06:49.000Z","url":"https://www.theverge.com/2021/5/26/22454430/microsoft-edge-91-browser-performance-best-windows-10","canonicalUrl":"https://www.theverge.com/2021/5/26/22454430/microsoft-edge-91-browser-performance-best-windows-10","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2451658e1c47d7294d2e655960acb50f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAhEEEiFBQv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwDOQDxHiHC+OGci60WcbkOn8v1agzcIiW7TAL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6_yFcEzIS","title":"Wu Tang Clan’s Ghostface Killah features on Loco Dice’s ‘Cherchez LaGhost’","shortId":"6_yFcEzIS","createdAt":"2021-05-26T10:06:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/wu-tang-clans-ghostface-killah-features-on-loco-dices-cherchez-laghost/","canonicalUrl":"https://dancingastronaut.com/2021/05/wu-tang-clans-ghostface-killah-features-on-loco-dices-cherchez-laghost/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e45c501f6a08b674a1adc9f39e99cd4c","ratio":1.50156412930136,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBhESMRQhQv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyEx/9oADAMBAAIRAxEAPwC7EmcFl4dYm5UC2JMxlSpTviuEtLTvfySd7T0exWerk4yi4yksQ45ZS6sII5AcdnXqlKZdZLY8if/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rLzq_7qns","title":"Kurztipp: Pacemaker und Ubuntu","shortId":"rLzq_7qns","createdAt":"2021-05-26T08:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033653,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T08:40:47.000Z","url":"https://exdc.net/2021/05/26/kurztipp-pacemaker-und-ubuntu/","canonicalUrl":"https://exdc.net/2021/05/26/kurztipp-pacemaker-und-ubuntu/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"twjNkyRFQ","title":"Heaven Sent’s AMIDY leads soon-to-come EP with ‘Where My Heart Goes’","shortId":"twjNkyRFQ","createdAt":"2021-05-25T23:20:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033080,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:20:00.000Z","url":"https://dancingastronaut.com/2021/05/heaven-sents-amidy-drops-lead-off-ep-single-where-my-heart-goes/","canonicalUrl":"https://dancingastronaut.com/2021/05/heaven-sents-amidy-drops-lead-off-ep-single-where-my-heart-goes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/635247f3b34eb121e45f3865c1c2dfa0","ratio":1.77631578947368,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCAAQhBTEGERJBUYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEx/9oADAMBAAIRAxEAPwDPnD9ipty1F6mDRFJEJCRBBPrbPjHaostNdGRHUvB5bn5SlQ7Fy//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ionu8YxQi","title":"Cloudflare’s SOC as a Service","shortId":"ionu8YxQi","createdAt":"2021-05-25T18:38:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":9,"score":27033077,"tagsStr":"security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:32:45.000Z","url":"https://blog.cloudflare.com/announcing-cloudflare-soc-as-a-service/","canonicalUrl":"https://blog.cloudflare.com/announcing-cloudflare-soc-as-a-service/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a8d437516115452827e4f8c50415c4c","ratio":1.90909090909091,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMEIQUxEkHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQEBAQEAAAAAAAAAAAAAAAECADFB/9oADAMBAAIRAxEAPwDRXKXSudioC4DNIho8YMnruRqqdrIm2hCxoe/lKUJpVF5nUgCe7//Z","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"RdVs2jmj9","title":"Knockout City’s virtual dodgeball is even more chaotic than the real thing","shortId":"RdVs2jmj9","createdAt":"2021-05-25T19:03:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22453234/knockout-city-dodgeball-ea-velan-studios","canonicalUrl":"https://www.theverge.com/2021/5/25/22453234/knockout-city-dodgeball-ea-velan-studios","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f135bbcf9f825d09f2bbc38c545f46f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBQYhMRJBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAMCARESITH/2gAMAwEAAhEDEQA/AMdSKbVrMj3TCKtIwvFYNLmMJxy3J47VnbYg8jm7e79S4HxEQMcy/S2KYY00f//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"25WeIpVmy","title":"Letters from the editors","shortId":"25WeIpVmy","createdAt":"2021-05-24T18:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":36,"score":27031884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-02-25T19:00:00.000Z","url":"https://increment.com/reliability/letter-from-the-editor/","canonicalUrl":"https://increment.com/reliability/letter-from-the-editor/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ANZVP_trV","title":"How to Create a Sales Plan","shortId":"ANZVP_trV","createdAt":"2021-05-24T21:24:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27031524,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T16:00:52.000Z","url":"https://www.quicksprout.com/how-to-create-a-sales-plan/","canonicalUrl":"https://www.quicksprout.com/how-to-create-a-sales-plan/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"iuo1TEqe0","title":"Hydraulix delivers album’s lead single ‘Waratah’ alongside Nitti Gritti","shortId":"iuo1TEqe0","createdAt":"2021-05-25T18:50:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032810,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:44:58.000Z","url":"https://dancingastronaut.com/2021/05/hydraulix-unleashes-first-album-single-waratah-in-collaboration-with-nitti-gritti/","canonicalUrl":"https://dancingastronaut.com/2021/05/hydraulix-unleashes-first-album-single-waratah-in-collaboration-with-nitti-gritti/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7861f14075cb3729d749b3d33eb4333e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAgIDAAAAAAAAAAAAAQIDBAUAEQYUBzESIaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM/8dU1byKVHpa+MwhsBfYlvAhwA/ZOxvWk60APZ95HXXGqeHcz4zVupxtmQ42lfWI+QCiAfzGMFP//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"kxitx-eJz","title":"daily.dev mobile-friendly web app is here 🔥","shortId":"kxitx-eJz","createdAt":"2021-05-24T16:41:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily_updates","views":2183,"score":27032660,"tagsStr":"webdev,dailydev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-25T06:30:01.000Z","discussionScore":44,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:19:47.000Z","url":"https://changelog.daily.dev/daily-dev-mobile-friendly-web-app-is-here-195889","canonicalUrl":"https://changelog.daily.dev/daily-dev-mobile-friendly-web-app-is-here-195889","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7149914315cfa26e91946fa320d57cd7","ratio":1.67164179104478,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDEQAEEiIxQWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AMHlEemaICuG1jIsYDXX0347yM2ukkld2WLczFjSACz6HWMZQpdtI2FuHJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RpWKiTF_h","title":"Pansonic teases a GH6 and focuses on streaming with the GH5 Mark II","shortId":"RpWKiTF_h","createdAt":"2021-05-25T15:30:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032610,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:26:23.000Z","url":"https://www.theverge.com/2021/5/25/22451677/panasonic-gh6-gh5-mark-ii-2-live-streaming-video-camera","canonicalUrl":"https://www.theverge.com/2021/5/25/22451677/panasonic-gh6-gh5-mark-ii-2-live-streaming-video-camera","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6beee176ae2168707366f751535b9686","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIEAAMRBxIhIzEF/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCe1s+VIfWCZFWfcBnIJKMwYiyuMbAu7B5XOePfK1tC6YUe0/YyW1Uu3rEDGTSlOC//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"YBaZuFOf2","title":"Former NASA astronaut Peggy Whitson is returning to space — this time, on a private ride","shortId":"YBaZuFOf2","createdAt":"2021-05-25T15:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032583,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451779/nasa-astronaut-peggy-whitson-axiom-space-private-iss-mission","canonicalUrl":"https://www.theverge.com/2021/5/25/22451779/nasa-astronaut-peggy-whitson-axiom-space-private-iss-mission","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04bd66a6af8ace6bf7d8f5c418bd29db","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAUGAxEhEjEyYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AM8Y1kMrG4E3WtyoJMxGjHWPnpL0jlCOQ257+hUS5JfFUKt5uQUDYASX4H2lKaI//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1cewf5NDm","title":"Reminder: SoupSessionSync and SoupSessionAsync default to no TLS certificate verification","shortId":"1cewf5NDm","createdAt":"2021-05-25T15:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27032583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:12:55.000Z","url":"https://blogs.gnome.org/mcatanzaro/2021/05/25/reminder-soupsessionsync-and-soupsessionasync-default-to-no-tls-certificate-verification/","canonicalUrl":"https://blogs.gnome.org/mcatanzaro/2021/05/25/reminder-soupsessionsync-and-soupsessionasync-default-to-no-tls-certificate-verification/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"dr95LOddK","title":"Map of the Internet","shortId":"dr95LOddK","createdAt":"2021-05-25T14:35:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032555,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:41:00.000Z","url":"https://www.halcyonmaps.com/map-of-the-internet-2021","canonicalUrl":"https://www.halcyonmaps.com/map-of-the-internet-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fe40bae11f5f779036312f83db4c242","ratio":1.35746606334842,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAGxABAAIDAQEAAAAAAAAAAAAAAQACAxEhEkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAIDAQAAAAAAAAAAAAAAAAABAhEhMf/aAAwDAQACEQMRAD8A0mSrlyeWiHLDvvyWLFTVl2ceRER7ZKUlp//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"shuq0FA4n","title":"Sen. Ron Wyden pushes to raise standards for stimulus-funded broadband","shortId":"shuq0FA4n","createdAt":"2021-05-25T14:06:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032526,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452886/american-rescue-plan-broadband-telehealth-ron-wyden-fcc-treasury-janet-yellen","canonicalUrl":"https://www.theverge.com/2021/5/25/22452886/american-rescue-plan-broadband-telehealth-ron-wyden-fcc-treasury-janet-yellen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/393bf12decdfa05374d68a441a99410e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxESFARhBiFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwDOnjkuo+Xnsy2YmvZGcqDSY3G+/ldqOIxQ9lEVIkTuWu//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3NsdPl5-g","title":"Cult classic Shin Megami Tensei III gets remastered after modern consoles ‘left the game behind’","shortId":"3NsdPl5-g","createdAt":"2021-05-25T14:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032526,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451477/shin-megami-tensei-3-nocturne-remaster-kazuyuki-yamai-interview","canonicalUrl":"https://www.theverge.com/2021/5/25/22451477/shin-megami-tensei-3-nocturne-remaster-kazuyuki-yamai-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4eeb3f142c61a7f4496af87c7df922a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQREiEFExQxQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADERIx4f/aAAwDAQACEQMRAD8AmZV4ZbTdPq5awyzqpOWBc+znxtnHysiN7WBFiMVyxjAUkXGAcbdtO1KVOvY2qnPYvUilmBHPZ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"EzemAtaCL","title":"Robinhood competitor Public is launching in-app live audio programming","shortId":"EzemAtaCL","createdAt":"2021-05-25T13:00:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032460,"tagsStr":"general-programming,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451481/public-app-trading-stocks-live-audio","canonicalUrl":"https://www.theverge.com/2021/5/25/22451481/public-app-trading-stocks-live-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3851d8c05edb75dac223c5679e979bc5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgEEAwAAAAAAAAAAAAAAAQIAAwQRIhNBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8A0XdlaN2mAxLJgbYA287lXCsRKZXrDf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pJsAAoDSG","title":"Go read iFixit’s damning take on Samsung’s ‘ruined’ upcycling program","shortId":"pJsAAoDSG","createdAt":"2021-05-25T11:33:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032373,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:28:56.000Z","url":"https://www.theverge.com/2021/5/25/22452693/ifixit-samung-galaxy-upcycling-e-waste-initiative-program","canonicalUrl":"https://www.theverge.com/2021/5/25/22452693/ifixit-samung-galaxy-upcycling-e-waste-initiative-program","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14289f37f8197a0b4385e68b2ee569e4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQxBRIRE0H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgNRBAUREiEx/9oADAMBAAIRAxEAPwDVuya15bNyvSztyLVrYllhZVFat16j5uQYVZHkPYoOgG1ERBsbR1soeXVMocSH+ihZFL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"9dkx1dZyvc","title":"neo.mjs nominated for “The most exciting Use of Technology”","shortId":"9dkx1dZyvc","createdAt":"2021-05-24T20:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":465,"score":27032354,"tagsStr":"general-programming,javascript,open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-25T05:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T05:28:46.000Z","url":"https://itnext.io/neo-mjs-nominated-for-the-most-exciting-use-of-technology-cd5983debc7b","canonicalUrl":"https://itnext.io/neo-mjs-nominated-for-the-most-exciting-use-of-technology-cd5983debc7b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd2691c1aa8cd0f9afef8e194afd671e","ratio":1.80722891566265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAfEAAABgEFAAAAAAAAAAAAAAAAAQIEBRESFCE0U5P/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8AplEW0xItK1uulO4FFNK4jTwSACIOy//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cgCPkyeIQ","title":"As the US Unmasks, the Pressure Is on for Vaccine Passports","shortId":"cgCPkyeIQ","createdAt":"2021-05-25T11:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T07:00:00.000Z","url":"https://www.wired.com/story/as-the-us-unmasks-the-pressure-is-on-for-vaccine-passports","canonicalUrl":"https://www.wired.com/story/as-the-us-unmasks-the-pressure-is-on-for-vaccine-passports","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45b39f8d21d20f892895db8aa7a3d560","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAUREzEGEiEiof/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwCBs83BN0vDYZLE2dzvEyb6d0bxkkD1GpXjTlTUiJpmAZXVVPkDbU6fKUoYFOcqdke//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"6M4xfGqCP","title":"Finding those delightful Brood X cicadas: Here's how","shortId":"6M4xfGqCP","createdAt":"2021-05-20T18:16:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025576,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:02:20.000Z","url":"https://www.livescience.com/finding-brood-x-cicadas.html","canonicalUrl":"https://www.livescience.com/finding-brood-x-cicadas.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42246647cf7b358295e4ef6d23103206","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEAEhMhQUJhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQRIVGh/9oADAMBAAIRAxEAPwCtSJTMtmRAUyiNKct1l3ZRBB6kH3fzNThk+PDr2tSrrGMgt6jFdnnoEEcsBmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"2m2q5Y-Mm","title":"How to watch Microsoft’s Build conference","shortId":"2m2q5Y-Mm","createdAt":"2021-05-25T11:01:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032341,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452640/microsoft-build-2021-live-stream-watch-how-to-event","canonicalUrl":"https://www.theverge.com/2021/5/25/22452640/microsoft-build-2021-live-stream-watch-how-to-event","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3e051d62984757428df2c03764aa6ab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFEgYhEzGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAcEQABBQADAAAAAAAAAAAAAAABAAMEBRECElH/2gAMAwEAAhEDEQA/ALTyvklzYYzIvalwW7Qc1KgnaT6kDr7UuazmTumkXCXmWw8A4EeKdZ7iZ7pSqyvZ4AEZ4nXR25HYujcX/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"gcdsaV1Yb","title":"How SoundScan Changed Everything We Knew About Popular Music","shortId":"gcdsaV1Yb","createdAt":"2021-05-25T10:33:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032313,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:30:00.000Z","url":"https://www.theringer.com/music/2021/5/25/22452539/soundscan-billboard-charts-streaming-numbers","canonicalUrl":"https://www.theringer.com/music/2021/5/25/22452539/soundscan-billboard-charts-streaming-numbers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/733e7d56d0566d9cf0f741184efab7ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIAAwQREiEiMUGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAZEQACAwEAAAAAAAAAAAAAAAABAgARQcH/2gAMAwEAAhEDEQA/AM9SyJbLsDFl74HknsBidIiGE0SwOBQbTyf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"anxAYNaObh","title":"Anthony Davis Is at the Center of the Lakers’ Troubles","shortId":"anxAYNaObh","createdAt":"2021-05-25T10:16:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:15:00.000Z","url":"https://www.theringer.com/2021/5/25/22452390/anthony-davis-is-at-the-center-of-the-lakers-troubles","canonicalUrl":"https://www.theringer.com/2021/5/25/22452390/anthony-davis-is-at-the-center-of-the-lakers-troubles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6dbf9b26a1f5b6ec3ca9058f97eb458b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFERITIQZBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIDBAAGEiFh/9oADAMBAAIRAxEAPwC945bqWsk71Mrk5RPULswC8ZVegD7wT9jBXOlktcqsorIpmuQu5OBk9ZhCG167O96yrOSB0PBzfL541KLn/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"4uUj6COBW","title":"Terrible news, everyone: AI is learning how to post cringe","shortId":"4uUj6COBW","createdAt":"2021-05-25T10:11:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032291,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:07:36.000Z","url":"https://www.theverge.com/tldr/2021/5/25/22452617/ai-rap-video-replica-speech-synthesis","canonicalUrl":"https://www.theverge.com/tldr/2021/5/25/22452617/ai-rap-video-replica-speech-synthesis","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e283809f3ed1bf07388c1f881101a23","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAURBAcSITET/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAACAQAx/9oADAMBAAIRAxEAPwCc23sS66za93nASYTxqnDIVgFAY99++deVnUtv+MrxGUsUJXPHGcUpQq1qa49u/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9SW9kn4CD","title":"Julio Jones and the Falcons Are at a Crossroads","shortId":"9SW9kn4CD","createdAt":"2021-05-25T10:09:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032289,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:00:00.000Z","url":"https://www.theringer.com/nfl/2021/5/25/22452472/julio-jones-atlanta-falcons-trade-destination","canonicalUrl":"https://www.theringer.com/nfl/2021/5/25/22452472/julio-jones-atlanta-falcons-trade-destination","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/382e1d6ba7dee938fc28bd41c8504382","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFBhExEhMhIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAAyH/2gAMAwEAAhEDEQA/AMng0KJdMnx+JMYDiHJwYX1HlBRvXjX3VTm8utHtoZZCUeoGuAKUo2jzK9qWBXf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"nQYZG9wnR","title":"Pinephone: Das Telefonbuch importieren","shortId":"nQYZG9wnR","createdAt":"2021-05-20T12:47:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025247,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:41:37.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/20/pinephone-das-telefonbuch-importieren/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/20/pinephone-das-telefonbuch-importieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1uqeYpyKX","title":"How parameter expansion helps to not accidentally delete all the files on your machine (#tilPost)","shortId":"1uqeYpyKX","createdAt":"2021-05-24T19:28:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27031408,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T22:00:00.000Z","url":"https://www.stefanjudis.com/today-i-learned/how-parameter-expansion-helps-to-not-delete-everything/","canonicalUrl":"https://www.stefanjudis.com/today-i-learned/how-parameter-expansion-helps-to-not-delete-everything/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/410aac1d3dd46c94358b658a57c4f857","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIiMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/ANEWeMuzEJpMrctxYtwAAUgeA+1DgzszwRvIgLsoJPUbOvlKUjioYm43dysm/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JrV9zRQ2-","title":"Mushrooms on Mars? 5 unproven claims that alien life exists","shortId":"JrV9zRQ2-","createdAt":"2021-05-24T14:45:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031125,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:24:59.000Z","url":"https://www.livescience.com/unproven-claims-that-alien-life-exists.html","canonicalUrl":"https://theconversation.com/mushrooms-on-mars-five-unproven-claims-that-alien-life-exists-161366","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71ce4ca2fe9c7511db96d35faf21eda0","ratio":1.46056782334385,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAgEAACAAYCAwAAAAAAAAAAAAABAgADBAUREhMxIVGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAxH/2gAMAwEAAhEDEQA/AItNRSvbGVnUVew2aahcDHWB6xiKN0pVOsutnBB4UcXQ+whBrmDKmry//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5RkAf1M1Q","title":"Samsung’s Galaxy Tab S7 FE is like a Tab S7 Plus without the high-refresh screen","shortId":"5RkAf1M1Q","createdAt":"2021-05-24T19:12:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031392,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:11:20.000Z","url":"https://www.theverge.com/2021/5/24/22451398/samsung-galaxy-tab-s7-fe-germany-no-oled","canonicalUrl":"https://www.theverge.com/2021/5/24/22451398/samsung-galaxy-tab-s7-fe-germany-no-oled","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22b98625a72458615de2e6d09781f6d8","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgAEAwUGEQdRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AKH5y2VvWco4i9Cxlr5GuIpbG5XsF1Ug+wQSPssZJ7iJaP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ItToS_fbs","title":"Google’s new tool will identify skin conditions — what will people do with that information?","shortId":"ItToS_fbs","createdAt":"2021-05-24T16:40:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031240,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:37:22.000Z","url":"https://www.theverge.com/2021/5/24/22451361/google-skin-condition-dermatology-symptom-checker","canonicalUrl":"https://www.theverge.com/2021/5/24/22451361/google-skin-condition-dermatology-symptom-checker","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f83d4c31d658def43f72526b2430a0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRABAQACAgMBAAAAAAAAAAAAAQIAAxFBBAYSYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACEzJx/9oADAMBAAIRAxEAPwDRPsEbq3amPK2xMbCyZpkWeEH5Tk/OzL8PMSvZjGA2Ze4Y6vZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"vCyySEp6S","title":"ArgoCD: users, access, and RBAC","shortId":"vCyySEp6S","createdAt":"2021-05-17T18:52:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":8,"score":27021632,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:13:26.000Z","url":"https://itnext.io/argocd-users-access-and-rbac-ddf9f8b51bad","canonicalUrl":"https://rtfm.co.ua/en/argocd-users-access-and-rbac/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e800391b8ed10a77e531d1c4ff4d4e8","ratio":2.15827338129496,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBAUGEgcRMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQMyM//aAAwDAQACEQMRAD8AwrVC5JFyTKO7JixI5Zp7QAjt4A5DLbwcAdBRKIhLKK36M//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"jiG1NLK9x","title":"????Hami Video / C@T????-Promo","shortId":"jiG1NLK9x","createdAt":"2021-05-24T16:35:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27031235,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/117478817/Hami-Video-CT-Promo","canonicalUrl":"https://www.behance.net/gallery/117478817/Hami-Video-CT-Promo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f4a90728563e760934f6966fc20d79b","ratio":0.991501416430595,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMABBEFBhIhE1ExQVL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB8RAAICAgEFAAAAAAAAAAAAAAEEAgMAEgUhUWKxwf/aAAwDAQACEQMRAD8Ao13BuI6fI+oSwWUCqoW3iEbFAVJ5c8DPIlfeBUfLpZuZXnn3prMUsrF3jSdAqseyAMdAUKb+8KcDdXBQtgr5Dg/Xxn1Qb3EwdgJpAAf0aoJ8cqzUGDExJ7a/YnAsMtV2ypjMdPE+ts//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"r0UeYUKD0","title":"Dead baby orca reveals harmful chemical levels in killer whales","shortId":"r0UeYUKD0","createdAt":"2021-05-24T16:29:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031229,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:24:13.000Z","url":"https://www.livescience.com/orca-whales-toxicology.html","canonicalUrl":"https://www.livescience.com/orca-whales-toxicology.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c20e1b8b930218c5b6ec62b34157bf80","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAUREjETIVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/AJyIjJZ3HWE7I7L5J5y1snE8T0oGhsjsmqFrTBMxZDmEUnYVZ1AA+D1SlD69GWQ5AUXf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gO_QTmJZI","title":"How Did a One-Armed Chris Paul Beat the Lakers? They Let Him.","shortId":"gO_QTmJZI","createdAt":"2021-05-24T15:20:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031160,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:16:56.000Z","url":"https://www.theringer.com/2021/5/24/22451266/how-did-a-one-armed-chris-paul-beat-the-lakers-they-let-him","canonicalUrl":"https://www.theringer.com/2021/5/24/22451266/how-did-a-one-armed-chris-paul-beat-the-lakers-they-let-him","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70c9be564dc4251d2220a278c91e948a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBRIhMQYWImH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAREAAwIFMcH/2gAMAwEAAhEDEQA/AIeMaLZ+spfWglt9Rntk3ziQkfTrnAGMccd1uC7o1CFy5UYLN2f00pQOzJvsVpaOXkb4Sp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"BCp4zDewT","title":"Netflix is holding a week-long ‘geek’ event in June about The Witcher, The Sandman, and more","shortId":"BCp4zDewT","createdAt":"2021-05-24T15:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031145,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:00:00.000Z","url":"https://www.theverge.com/2021/5/24/22448313/netflix-geeked-week-event-the-witcher-sandman-cuphead-resident-evil","canonicalUrl":"https://www.theverge.com/2021/5/24/22448313/netflix-geeked-week-event-the-witcher-sandman-cuphead-resident-evil","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66b21c5130c836babc468ec3d7fce438","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAAREiEUMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIRH/2gAMAwEAAhEDEQA/AM6o33OYxNgQYpdbmAY97Jl3v5kq015NmfFgNkn2cYxBylpxy//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2sAZFSPaX","title":"Microsoft has turned the Surface Duo into a handheld Xbox","shortId":"2sAZFSPaX","createdAt":"2021-05-24T15:05:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031145,"tagsStr":"tech-news,cloud,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:03:15.000Z","url":"https://www.theverge.com/2021/5/24/22450941/microsoft-surface-duo-xbox-mobile-xcloud-cloud-gaming-dual-screen","canonicalUrl":"https://www.theverge.com/2021/5/24/22450941/microsoft-surface-duo-xbox-mobile-xcloud-cloud-gaming-dual-screen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/858d4212c18b78e05180ffd6db61db85","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFESExBgcUQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDPPac1zjvPLSa0mVHcq4IiVdFGAHQHHA611VLBlsi8MbffeLtQdLMQBx+UpU+x2NSNvY1FAsYZyf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"36_FDYniR","title":"AT&T CEO John Stankey says it was ‘time to unleash’ WarnerMedia assets","shortId":"36_FDYniR","createdAt":"2021-05-24T14:44:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031124,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:38:15.000Z","url":"https://www.theverge.com/2021/5/24/22451111/att-ceo-stankey-unleash-assets-warnermedia-discovery-hbo","canonicalUrl":"https://www.theverge.com/2021/5/24/22451111/att-ceo-stankey-unleash-assets-warnermedia-discovery-hbo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/868d8ee6c4188f627fab25e1ed0c739b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAcEAACAgMBAQAAAAAAAAAAAAABAgMRAAQxBRL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AIvo7McvnzK+ujySqAkjm2i+TZrneYXXlZQwnABF0UvGMSrCtRh//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"b_SfetC2H","title":"Heat Listed","shortId":"b_SfetC2H","createdAt":"2021-05-24T14:02:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031082,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:00:00.000Z","url":"https://www.theverge.com/22444020/heat-listed-csk-entry","canonicalUrl":"https://www.theverge.com/22444020/heat-listed-csk-entry","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cce094f4dd0f8d3c894bef369e77d83a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEEQADBhIhMUEHE2H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQREiHw/9oADAMBAAIRAxEAPwDMsg8gvruQudDRsgXLmvsqFydIVO3Anb7VO2zBwttaWlkzSlSAQn1gwI4nulKGvFCImvI1SJLNn3BP/9k=","siteTwitter":"","creatorTwitter":"","readTime":21,"description":null,"toc":null,"summary":null},{"id":"tcR3H5aFg","title":"Universal coronavirus vaccine is highly effective in monkeys","shortId":"tcR3H5aFg","createdAt":"2021-05-24T13:56:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031076,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:44:05.000Z","url":"https://www.livescience.com/pan-coronavirus-vaccine-future-pandemics.html","canonicalUrl":"https://www.livescience.com/pan-coronavirus-vaccine-future-pandemics.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/11530f64b660b6ee27e67a50b524024f","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAJRAAAQMCAwkAAAAAAAAAAAAAAQIDEQAEBRIhBgcTFyIxQXGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACBBET/9oADAMBAAIRAxEAPwC+7vafGrhd8+rEllm1bDrdulhDaSk9s2UAEkaGAPomtbmg630Pt3AdTovhlOWfMTrHulKnZnXax6Ip1N8wez//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Q1mAz08t1","title":"The first full trailer for Chloé Zhao’s Eternals promises an epoch-spanning epic from Marvel","shortId":"Q1mAz08t1","createdAt":"2021-05-24T13:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031075,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:53:09.000Z","url":"https://www.theverge.com/22451091/eternals-marvel-trailer-chloe-zhao","canonicalUrl":"https://www.theverge.com/22451091/eternals-marvel-trailer-chloe-zhao","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1541149da13e271ac1871b347c8c721","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIxAAAQIEBgMAAAAAAAAAAAAAAQARAgMEBQYHEhYhQVFhof/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/AM6uOYWJBUyYjc6gkzCCNTBizcem+qb4vndXET5YIiBTJQb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"scNWUHPCa","title":"How futuristic floating wind turbines might ride the waves","shortId":"scNWUHPCa","createdAt":"2021-05-24T13:29:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031049,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:23:47.000Z","url":"https://www.theverge.com/2021/5/24/22448187/ge-floating-turbine-offshore-wind-farm-energy","canonicalUrl":"https://www.theverge.com/2021/5/24/22448187/ge-floating-turbine-offshore-wind-farm-energy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58a8c186c3728e14b42a2be703ec29b2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQABwAAAAAAAAAAAAAABAABAgcFEhQlMVKS/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8AqHsgvTOz4eN6ksqdkmZ5bePz3kiJ+Brr/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Ekqi61BXP","title":"First Impressions of Every First-Round NBA Playoff Series","shortId":"Ekqi61BXP","createdAt":"2021-05-24T13:13:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031033,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:03:47.000Z","url":"https://www.theringer.com/2021/5/24/22450838/nba-postseason-takeaways-luka-doncic-trae-young-jayson-tatum","canonicalUrl":"https://www.theringer.com/2021/5/24/22450838/nba-postseason-takeaways-luka-doncic-trae-young-jayson-tatum","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bee59fd6b3bd6f407551e8f7798ba495","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAJBAAAQMDAgcBAAAAAAAAAAAAAQIDBQAEEhEyBhMUISIxYaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAEDAAIRwQQhMf/aAAwDAQACEQMRAD8Ak/ISD1/Gx3V4IdZfd5jaMVZBQ3abh5flYbriuatLp62TIOFLKy2CEIHYHT1j8pSgrexbMVPo2ZaHHWxYNxnvQn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"lt9OI8jZT","title":"VS Code: Swissknife - konvertieren und generieren direkt im Editor","shortId":"lt9OI8jZT","createdAt":"2021-05-16T10:57:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019377,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T10:23:00.000Z","url":"https://itrig.de/index.php?/archives/2412-VS-Code-Swissknife-konvertieren-und-generieren-direkt-im-Editor.html","canonicalUrl":"https://itrig.de/index.php?/archives/2412-VS-Code-Swissknife-konvertieren-und-generieren-direkt-im-Editor.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Wiya5geiE","title":"Easy Ways to Sell, Donate, or Recycle Your Stuff","shortId":"Wiya5geiE","createdAt":"2021-05-23T11:04:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T07:00:00.000Z","url":"https://www.wired.com/story/easy-ways-sell-donate-recycle-your-stuff/","canonicalUrl":"https://www.wired.com/story/easy-ways-sell-donate-recycle-your-stuff/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba0735756da5bb01aa009203e1542a99","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBQYSFCFCUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAxESYf/aAAwDAQACEQMRAD8Aqd7aXmZO/CyLWc7GhibG+GOF3ERktokV7u+9rV+igHgD9REZmDih5EKLtZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"xjFLprfv9","title":"We must share vaccines globally in our fight against covid-19","shortId":"xjFLprfv9","createdAt":"2021-05-24T13:12:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27031032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033352-900-we-must-share-vaccines-globally-in-our-fight-against-covid-19/","canonicalUrl":"https://www.newscientist.com/article/mg25033352-900-we-must-share-vaccines-globally-in-our-fight-against-covid-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a05465288977c46496b273aa7ebec47","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQYSITETUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAIDAQAAAAAAAAAAAAAAAAECABESMf/aAAwDAQACEQMRAD8A2Fj1nXwT1AuVSWUr4oTCyJvLSdweffeOypzaoh80mLfO4bjyHNAPzKIj2wFylGeT/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yEDq7-rEi","title":"Auch openSUSE arbeitet mit Shells zusammen – virtueller Desktop","shortId":"yEDq7-rEi","createdAt":"2021-05-14T09:52:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016432,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:43:13.000Z","url":"https://www.bitblokes.de/auch-opensuse-arbeitet-mit-shells-zusammen-virtueller-desktop/","canonicalUrl":"https://www.bitblokes.de/auch-opensuse-arbeitet-mit-shells-zusammen-virtueller-desktop/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zF7pej3SO","title":"How to Stay Cool Without Air-Conditioning","shortId":"zF7pej3SO","createdAt":"2021-05-24T12:07:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27030967,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T08:00:00.000Z","url":"https://www.wired.com/story/how-to-stay-cool-without-air-conditioning/","canonicalUrl":"https://www.wired.com/story/how-to-stay-cool-without-air-conditioning/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d74177901a1e8e3001923eef36786e12","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDEQAEBSEGEjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxEFQcH/2gAMAwEAAhEDEQA/AKjh90qcLxQMttg3cNgKiSdtlo1XxPbfyfdZ7yeZdayV23bioMg8YgClPUUVYSY3qlKlaTZQ5SJhghsa4F//2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"-NDaVqVYA","title":"The Drug Trial That Could Actually Produce Covid Treatments","shortId":"-NDaVqVYA","createdAt":"2021-05-24T12:07:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27030967,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T08:00:00.000Z","url":"https://www.wired.com/story/the-drug-trial-that-could-actually-produce-covid-treatments/","canonicalUrl":"https://www.wired.com/story/the-drug-trial-that-could-actually-produce-covid-treatments/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c16b119c72b7a7196817babd3e693f43","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUDBAMAAAAAAAAAAAAAAAECAxEEBUEGEhQhMVOS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDEVH/2gAMAwEAAhEDEQA/ANzW6guKLqlhFQokG4houpjck5OPGMiry6j3ufRgAjXktpbY5RPD/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"cMxoxUHli","title":"SiriusXM is starting a TikTok music channel to appeal to the teens","shortId":"cMxoxUHli","createdAt":"2021-05-24T12:02:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:00:00.000Z","url":"https://www.theverge.com/2021/5/24/22447440/siriusxm-tiktok-pandora-playlist-channel-music","canonicalUrl":"https://www.theverge.com/2021/5/24/22447440/siriusxm-tiktok-pandora-playlist-channel-music","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e828c8fad2632b6fad269824363d61b9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMREjEFEyH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABcRAAMBAAAAAAAAAAAAAAAAAAABEbH/2gAMAwEAAhEDEQA/AMCt26/hHOCtU5+3ErM7vs/R11J57mUuxVmVSdgct6ERKWEWn//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"gJq9RVFv4","title":"Structured Logging in ASP.NET Core with Serilog","shortId":"gJq9RVFv4","createdAt":"2021-05-24T06:20:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":12,"score":27030913,"tagsStr":"logging,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T06:00:28.000Z","url":"https://code-maze.com/structured-logging-in-asp-net-core-with-serilog/","canonicalUrl":"https://code-maze.com/structured-logging-in-asp-net-core-with-serilog/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d6447b016f85eb0f74715e57ce4fb2e","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAmEAABAwEFCQAAAAAAAAAAAAABAAIDBgURFCFRBBITIjEzQlJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAACAREhMf/aAAwDAQACEQMRAD8Avaxr3bbMw4s+FjS+R/FD7iAAGjlN2fl1+aKNiqp00bJcE0b4Du5rn6oiM29FLFH/2Q==","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":8,"description":null,"toc":null,"summary":null},{"id":"lh0QXdvLt","title":"Curiosity rover on Mars spotted from space as it climbs 'Mont Mercou' (video)","shortId":"lh0QXdvLt","createdAt":"2021-05-24T11:10:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:00.000Z","url":"https://www.livescience.com/mars-rover-curiosity-on-mont-mercou-orbit-photo.html","canonicalUrl":"https://www.space.com/mars-rover-curiosity-on-mont-mercou-orbit-photo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1db716c99152fe520be1380c1303bd0","ratio":1.33241758241758,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAACAgEDBQAAAAAAAAAAAAABAgQRAAMFEhMhI3Gh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEhH/2gAMAwEAAhEDEQA/AIRdtjiBHkRdZi7jyIxB4EDv7N1lVghlDGQgJF10ya+4xkRdtGKta5B5P//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"LxbyO98jU","title":"Linux am Dienstag: Programmauszug für den 25.5.","shortId":"LxbyO98jU","createdAt":"2021-05-24T10:38:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030878,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:18:11.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/24/linux-am-dienstag-programmauszug-fuer-den-25-5/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/24/linux-am-dienstag-programmauszug-fuer-den-25-5/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"3MYWxX8hI","title":"How to Avoid App Store Scams","shortId":"3MYWxX8hI","createdAt":"2021-05-23T11:04:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029464,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T07:00:00.000Z","url":"https://www.wired.com/story/how-to-avoid-app-store-scams/","canonicalUrl":"https://www.wired.com/story/how-to-avoid-app-store-scams/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0daf2910f1db46ec51736f0496b085f6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAAYCAwAAAAAAAAAAAAABAgADBAUGIRESFDFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAP/2gAMAwEAAhEDEQA/AJ9WZLfKqWCtymSmfbFVG9fIpWPXOrOP2zvOZm8WVyxJ5J6DfuEIUKbRb//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"EPi2Ew--s","title":"Inside the Making of ‘M.O.D.O.K.,’ Patton Oswalt and Jordan Blum’s Marvel Brainchild","shortId":"EPi2Ew--s","createdAt":"2021-05-24T10:30:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030870,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:30:00.000Z","url":"https://www.theringer.com/tv/2021/5/24/22450686/modok-hulu-making-of-patton-oswalt-jordan-blum","canonicalUrl":"https://www.theringer.com/tv/2021/5/24/22450686/modok-hulu-making-of-patton-oswalt-jordan-blum","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2db59b8bd8be9a0876d917dbd18d3f3b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDBAARBRIhIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQADEQIEEiHw/9oADAMBAAIRAxEAPwC/jtqOO/b5qdSVowpVpI9k67hs+9HrmqrhJII3KAFlB8D5jGBXohhsjtBUFAxmF//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"kjKrdODtg","title":"Man City, Jack Grealish, and Jesse Lingard Headline a Trying EPL Season","shortId":"kjKrdODtg","createdAt":"2021-05-24T10:23:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030863,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:15:00.000Z","url":"https://www.theringer.com/2021/5/24/22450370/english-premier-league-review","canonicalUrl":"https://www.theringer.com/2021/5/24/22450370/english-premier-league-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b31721380c3bdc5015238b5ee5819526","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAADAAECBBEhBRIGBxQxUVPi/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAfEQEAAQIHAQAAAAAAAAAAAAABAgADBAUhIiNBsbL/2gAMAwEAAhEDEQA/AKuu4h1EfMCOmjNtpyEiO2cWjuv38urqIq14s/WDy3p+kRTnNgtztkNNkfCn8M8BLtZfSV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"PclbI8HRS","title":"Portainer: Container Management with Neil Cresswell","shortId":"PclbI8HRS","createdAt":"2021-05-24T09:46:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27030826,"tagsStr":"kubernetes,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:56.000Z","url":"https://softwareengineeringdaily.com/2021/05/24/portainer-container-management-with-neil-cresswell/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/24/portainer-container-management-with-neil-cresswell/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb55a93efcf472767624fc467f89070d","ratio":2.23880597014925,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQSBREhBgcTMUFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgARAwQFIf/aAAwDAQACEQMRAD8A2vUu2ei38SRzz34CngrIgI42/NUE6U02NFTxI+Ixya3hJO30nD3SlL32LPZMncpFXDSivTP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xSP8Am9Wt","title":"Bad hair day? Powdered hair products may pose problem for MRI","shortId":"xSP8Am9Wt","createdAt":"2021-05-24T07:08:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27030668,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T21:42:47.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132474&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132474","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c2add01c22da8a6d7d15989927e9d58","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQQGB//EACEQAAAEBgMBAAAAAAAAAAAAAAABAgMEERJBUXEhImHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADERL/2gAMAwEAAhEDEQA/AMeagoZtBUtlOXuNAOJaJaiJPEzz8C0e2ig+ibW0IEDGYdFpfZcEOZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"sCwFNSdKp","title":"Neutron stars are remarkably smooth thanks to their intense gravity","shortId":"sCwFNSdKp","createdAt":"2021-05-24T09:27:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27030807,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.newscientist.com/article/2278363-neutron-stars-are-remarkably-smooth-thanks-to-their-intense-gravity/","canonicalUrl":"https://www.newscientist.com/article/2278363-neutron-stars-are-remarkably-smooth-thanks-to-their-intense-gravity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae6df63e15d4be89d6e6f3d96ad0f995","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIRAAMEBQYhEiIxE//EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxExQVGx/9oADAMBAAIRAxEAPwDJsYuWFU2KVcm9WyqqLwvl85qTrzqxfqx90XiEUpJUWDB9B4QgVVIrZmBJyeT51KFthZVGNT//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BCyiLAP91","title":"BOMBAYS scripts second Thrive Music outing—stream ‘VOYEUR’","shortId":"BCyiLAP91","createdAt":"2021-05-24T09:00:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030780,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/bombays-scripts-second-thrive-music-outing-stream-voyeur/","canonicalUrl":"https://dancingastronaut.com/2021/05/bombays-scripts-second-thrive-music-outing-stream-voyeur/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b223d33cfa2040373e0217ef8cc31b1a","ratio":1.518,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQACAwQREiExE0Jx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM+0UkLaGsbLqRzG+E4BxyDgSL+ur/eKA9REH//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"jurx3Quj_","title":"Raspberry Pi PoE+ HAT – neue Version mit mehr Power angekündigt","shortId":"jurx3Quj_","createdAt":"2021-05-24T08:38:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030758,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T08:24:42.000Z","url":"https://www.bitblokes.de/raspberry-pi-poe-hat-neue-version-mit-mehr-power-angekundigt/","canonicalUrl":"https://www.bitblokes.de/raspberry-pi-poe-hat-neue-version-mit-mehr-power-angekundigt/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RjpPtuvOc","title":"GNOME Foundation Board Elections 2021","shortId":"RjpPtuvOc","createdAt":"2021-05-24T16:04:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27031204,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:45:16.000Z","url":"https://blogs.gnome.org/aday/2021/05/24/gnome-foundation-board-elections-2021/","canonicalUrl":"https://blogs.gnome.org/aday/2021/05/24/gnome-foundation-board-elections-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"orfrkajfK","title":"SKODA CAMPAIGN IN LISBON","shortId":"orfrkajfK","createdAt":"2021-05-23T03:02:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27028982,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/119364991/SKODA-CAMPAIGN-IN-LISBON","canonicalUrl":"https://www.behance.net/gallery/119364991/SKODA-CAMPAIGN-IN-LISBON","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1ea29b5fdb1785ee443d755ec0fde7d","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAACAQQRAAMFBiExBxITMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAICAwAAAAAAAAAAAAAAAAACARIDESH/2gAMAwEAAhEDEQA/AILE6v8ALnWGTdA4cuW0IFwiHulN1Jdt54lZX7VNf6u5Ir1wgsuABSVUBLwwKTx60pUrtduirGGNKf/Z","siteTwitter":"@behance","creatorTwitter":"@andrejosselin","readTime":null,"description":null,"toc":null,"summary":null},{"id":"HhJev8UGx","title":"Illustration for the website","shortId":"HhJev8UGx","createdAt":"2021-05-21T23:40:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27027340,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/119474867/Illustration-for-the-website","canonicalUrl":"https://www.behance.net/gallery/119474867/Illustration-for-the-website","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/11d256c697f20e9d28c874594b855ea4","ratio":0.708143651997977,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIF/8QAJRAAAgIBAgQHAAAAAAAAAAAAAQIDBBEABgUSEyEiIzFBQqHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgARAxIU/9oADAMBAAIRAxEAPwBVV41Slvu8FW7doRAYnhKp1HBOQuTkqR7juNHryQTXbEse3nCPIzLzWWzgnPfy/XVbZ43XSOOpNXZVjHhMeD9HWzJuGijsvStdiR8f3Q5hjOqrJgAwu5//2Q==","siteTwitter":"@behance","creatorTwitter":"@araigen_2018","readTime":null,"description":null,"toc":null,"summary":null},{"id":"vLqgUqkZF","title":"Aerion Supersonic, which planned to make silent, fast business jets, is shutting down","shortId":"vLqgUqkZF","createdAt":"2021-05-22T20:21:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028581,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T20:17:08.000Z","url":"https://www.theverge.com/2021/5/22/22449167/aerion-supersonic-jet-company-shuts-down-financial-air-travel","canonicalUrl":"https://www.theverge.com/2021/5/22/22449167/aerion-supersonic-jet-company-shuts-down-financial-air-travel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0085673b8c4094971942da6071e030ca","ratio":1.91002044989775,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAMFBhMRISIlMbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRIv/aAAwDAQACEQMRAD8Apv2bTJFp3OixW7AeQKTfpBWYVcvdtf4uAe4+6fVES1jmVpImK6t9H//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Hi38dfQbG","title":"How Stress and Worry Can Fuel Creativity","shortId":"Hi38dfQbG","createdAt":"2021-05-22T19:42:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27028542,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:50:04.000Z","url":"https://design.org/how-stress-and-worry-can-fuel-creativity/","canonicalUrl":"https://design.org/how-stress-and-worry-can-fuel-creativity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1256d617676385263d9f8a19607f6bc","ratio":2.425,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAcEAACAgIDAAAAAAAAAAAAAAAAAgERElEDEyH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAFB/9oADAMBAAIRAxEAPwC15cEdMEns8uYuVrWiQA5NNX//2Q==","siteTwitter":"@designdotorg","creatorTwitter":"@wardandrews","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Ae4Hfga4q","title":"Digital Ikebana","shortId":"Ae4Hfga4q","createdAt":"2021-05-22T19:33:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27028533,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119861369/Digital-Ikebana","canonicalUrl":"https://www.behance.net/gallery/119861369/Digital-Ikebana","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a34f31d6ceb85938583e2275b56ac7c5","ratio":1.82054616384915,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQRBhIFEzFBUXGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAgMAAAAAAAAAAAAAAAABAgASAxFR/9oADAMBAAIRAxEAPwCak8Ntp2C+js4ObJuyAMDd3Y46+qxr6jjd2Z+GWxZjknyflKUeBZjuUDGuNAvJ/9k=","siteTwitter":"@behance","creatorTwitter":"@hanneshummeldesign","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nHtgDAlB_","title":"Elasticsearch on Nomad","shortId":"nHtgDAlB_","createdAt":"2021-05-22T08:16:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":93,"score":27028407,"tagsStr":"elk","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:27:40.000Z","url":"https://itnext.io/elasticsearch-on-nomad-ae685b762779","canonicalUrl":"https://itnext.io/elasticsearch-on-nomad-ae685b762779","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36355625a31ea056fa96afef0e1b89ff","ratio":2.02702702702703,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAgEAABAwIHAAAAAAAAAAAAAAABAAIEEyEDERQxQaHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8ApVsWO0AGPgOyG9Nt+k0UE3MGKSeaTfERSj//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"dVzu1VmzW","title":"The JavaScript Array Handbook – JS Array Methods Explained with Examples","shortId":"dVzu1VmzW","createdAt":"2021-05-21T15:41:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":447,"score":27027763,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-21T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:33:45.000Z","url":"https://www.freecodecamp.org/news/the-javascript-array-handbook/","canonicalUrl":"https://www.freecodecamp.org/news/the-javascript-array-handbook/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/884470860cb98378d50727a369bd8804","ratio":1.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREwUGIVFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBETUXKx/9oADAMBAAIRAxEAPwCPwUtvF1G9kknvg6pOmiMrpcsoALgjJIz78YFZXSfoUpRoHHJP2fApZAC1l9L/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@tapasadhikary","readTime":17,"description":null,"toc":null,"summary":null},{"id":"ELp89ctlA","title":"Apple’s excuse for no AirTag in Siri Remote: it’s too thick to easily lose in your couch","shortId":"ELp89ctlA","createdAt":"2021-05-22T00:49:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027409,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:41:25.000Z","url":"https://www.theverge.com/2021/5/21/22448388/apple-tv-4k-siri-remote-no-uwb-u1-couch-thickness","canonicalUrl":"https://www.theverge.com/2021/5/21/22448388/apple-tv-4k-siri-remote-no-uwb-u1-couch-thickness","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cee0e694caeecf13d1b17f27bfa43eec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRMQUSExQh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAABACICESH/2gAMAwEAAhEDEQA/AM8Hlzqcv27mstSnvWwKAQUB1wONfNSFu6tmi5wMh9BjEQzZ2yg05jP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bgxkwI6yb","title":"Gabriel Gonzalez: The trick to avoid deeply-nested error-handling code","shortId":"bgxkwI6yb","createdAt":"2021-05-06T00:50:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":27,"score":27004846,"tagsStr":"general-programming,haskell","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:00:00.000Z","url":"https://www.haskellforall.com/2021/05/the-trick-to-avoid-deeply-nested-error.html","canonicalUrl":"https://www.haskellforall.com/2021/05/the-trick-to-avoid-deeply-nested-error.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"gmpF-aDD2","title":"Said The Sky welcomes next chapter on reunion with Olivver the Kid, ‘We Know Who We Are’","shortId":"gmpF-aDD2","createdAt":"2021-05-21T22:52:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027292,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T22:51:34.000Z","url":"https://dancingastronaut.com/2021/05/said-the-sky-welcomes-next-chapter-on-reunion-with-olivver-the-kid-we-know-who-we-are/","canonicalUrl":"https://dancingastronaut.com/2021/05/said-the-sky-welcomes-next-chapter-on-reunion-with-olivver-the-kid-we-know-who-we-are/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b1ddcce20347103dbca162083d0ce27","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAQQABwEAAAAAAAAAAAAAAQACAxEEBRITIjFCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8AwtuZsaZ7wzJN2MxjX4JrkPopR0ADiA6Mi+6KIlq72GVAyf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rOedw4jmJ","title":"Gaieté","shortId":"rOedw4jmJ","createdAt":"2021-05-21T19:42:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27027102,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/116856059/Gaiet","canonicalUrl":"https://www.behance.net/gallery/116856059/Gaiet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27614f09b9eaea7e0bda588fb8d26cb7","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBRMxM2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEESFBMf/aAAwDAQACEQMRAD8A2SdG1Da40RmeyTdUB8s+cgPxcdnZuiULN+pcYxltJKjsTITnh5s+aqdJawFAAgGK/9k=","siteTwitter":"@behance","creatorTwitter":"@mn__associates","readTime":0,"description":null,"toc":null,"summary":null},{"id":"MlIHAGcON","title":"Dive into MK’s groovy new single ‘Chemical’","shortId":"MlIHAGcON","createdAt":"2021-05-21T19:13:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027073,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:13:02.000Z","url":"https://dancingastronaut.com/2021/05/dive-into-mks-groovy-new-single-chemical/","canonicalUrl":"https://dancingastronaut.com/2021/05/dive-into-mks-groovy-new-single-chemical/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53eb128898e686fb42dddaecdaa8e554","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQQBBQEAAAAAAAAAAAABAgMABBEhIgYSExZBMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABACIx/9oADAMBAAIRAxEAPwC39/vOy1htXka5S4D3BcYVYS2M/uxs6GToVaRdWxJEiz3CeVQA/Fzy+/KUoznkwBv/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LedY4wAhD","title":"Tank Diaries: I Don’t Like Tanking","shortId":"LedY4wAhD","createdAt":"2021-05-21T18:45:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027045,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:42:16.000Z","url":"https://www.theringer.com/nba/2021/5/21/22447722/tank-diaries-oklahoma-city-thunder","canonicalUrl":"https://www.theringer.com/nba/2021/5/21/22447722/tank-diaries-oklahoma-city-thunder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f0f732af422a1e7d592b73edb99255d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQIFBQAAAAAAAAAAAAABAgMABAUGERJhITFBUcL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAnHBAyMk/9oADAMBAAIRAxEAPwCswgSTYtmRWkOyCOOZF8ahSfnvzxVHYFrixtp3K75I1c6L01IB90pUo48zJoJjMN5iyv/Z","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"IcysILmsC","title":"REZZ continues 2021 tear with Dove Cameron—stream ‘Taste of You’","shortId":"IcysILmsC","createdAt":"2021-05-21T13:46:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026746,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:45:07.000Z","url":"https://dancingastronaut.com/2021/05/rezz-and-dove-cameron-release-highly-anticipated-collaboration-taste-of-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/rezz-and-dove-cameron-release-highly-anticipated-collaboration-taste-of-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e71f97b1dc9c988eb99a16c3fed289f4","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACEQMEIQUSEyJhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAiL/2gAMAwEAAhEDEQA/AM16TTtatyxt1ximGkndI7QQB7kg/FOLWg5mURURSi0+Uj//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Qg0mNQQW9U","title":"Apple's Colorful New iMac Pairs Beauty With Brawn","shortId":"Qg0mNQQW9U","createdAt":"2021-05-21T11:06:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026586,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.wired.com/review/apple-imac-24-inch-2021/","canonicalUrl":"https://www.wired.com/review/apple-imac-24-inch-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a631b7f03eff7d9df9bba30185a8a75","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEEEhMhQVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGREBAQADAQAAAAAAAAAAAAAAAQIAAzFB/9oADAMBAAIRAxEAPwDWRe9BKJshghDgYmPpkmr0K5rpREQrbtq5kXhi2ImVT3P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"YHlUF-ILK","title":"Linux auf Chromebooks verlässt mit Chrome OS 91 Beta-Status","shortId":"YHlUF-ILK","createdAt":"2021-05-21T06:39:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27026319,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T06:20:48.000Z","url":"https://www.bitblokes.de/linux-auf-chromebooks-verlasst-mit-chrome-os-91-beta-status/","canonicalUrl":"https://www.bitblokes.de/linux-auf-chromebooks-verlasst-mit-chrome-os-91-beta-status/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"nZewXnXmx","title":"How Recent Cyber Attacks Will Shape The Next 5 Years","shortId":"nZewXnXmx","createdAt":"2021-05-20T21:05:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":10,"score":27026028,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/how-recent-cyber-attacks-will-shape-the-next-5-years","canonicalUrl":"https://www.cshub.com/attacks/articles/how-recent-cyber-attacks-will-shape-the-next-5-years","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/081c4828e85308d0e067fb914d368401","ratio":1.77304964539007,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAgECAwkAAAAAAAAAAAAAAQIEABEDITEFBgcTF0FCYZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAECAAP/2gAMAwEAAhEDEQA/AMlvBxflmbKfCjPyyQiqHCBctQLGx93ztULq0fLZ8kt3ImHX5SlS8+csDmukp3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ryigv-DuJ","title":"Peering automation at Facebook","shortId":"ryigv-DuJ","createdAt":"2021-05-20T16:05:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"facebook_code","views":3,"score":27025945,"tagsStr":"tech-news,automation","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:00:09.000Z","url":"https://engineering.fb.com/2021/05/20/networking-traffic/peering-automation/","canonicalUrl":"https://engineering.fb.com/2021/05/20/networking-traffic/peering-automation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b429094a15c4dbf778f5d02a2d90c9e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIAAwQREiEiQWGR4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgEAIf/aAAwDAQACEQMRAD8A17IevFeisG3WU7BdEdJClvWh2kJxqQdcC8vH2Ii4Ip3SmqVzf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"SgzMTCXuM","title":"Youtube-dl GUI Update","shortId":"SgzMTCXuM","createdAt":"2021-05-20T23:49:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025909,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:39:54.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/21/youtube-dl-gui-update/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/21/youtube-dl-gui-update/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0wfj5OdiM","title":"Data Loss Prevention (DLP) in the Pandemic Era: Trends & Emerging Solutions ...","shortId":"0wfj5OdiM","createdAt":"2021-05-20T21:05:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":0,"score":27025745,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/data-loss-prevention-dlp-in-the-pandemic-era-trends-emerging-solutions","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/data-loss-prevention-dlp-in-the-pandemic-era-trends-emerging-solutions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc1a1619900bb244251edd2872364375","ratio":1.32978723404255,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADEhETYQIUIUGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQQRMf/aAAwDAQACEQMRAD8A0Vq/u9cy3ZiIgAyB7JxlWCpHFfERMVI1A1+n/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5aSs4pvw_","title":"MagSafe PopSockets are here: we tested to see if they stick","shortId":"5aSs4pvw_","createdAt":"2021-05-20T20:23:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025703,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:16:50.000Z","url":"https://www.theverge.com/22445808/magsafe-popsocket-iphone-review-test-stick-adhesive","canonicalUrl":"https://www.theverge.com/22445808/magsafe-popsocket-iphone-review-test-stick-adhesive","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/62ad9e1b8cd3c860c4484913fbe3f53a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAH/xAAcEAEAAwACAwAAAAAAAAAAAAABAAIDERITITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAQACAwEAAAAAAAAAAAAAAAIBAwARQTH/2gAMAwEAAhEDEQA/AJXS5pTRvbw0Uch47KcCv31J3YiRVjlaieYNbc2SVzzP/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6-JmASzgk","title":"Ford Kuga designs","shortId":"6-JmASzgk","createdAt":"2021-05-27T16:49:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27035569,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/120257293/Ford-Kuga-designs","canonicalUrl":"https://www.behance.net/gallery/120257293/Ford-Kuga-designs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c5486b477259c3706fafc78ab4b0743","ratio":2.08955223880597,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQFIRExQYGS/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAECACERMUH/2gAMAwEAAhEDEQA/AM7xttdr9VQ9dVDKwaoApyB5PX2ZRGRiWAO2EpZuSSR3+YiFOgFjeTGVZmongn//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"CcmHekki6","title":"The Most Radical Thing About Ford's Electric Pickup? The Cost","shortId":"CcmHekki6","createdAt":"2021-05-20T19:17:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025637,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:15:00.000Z","url":"https://www.wired.com/story/most-radical-thing-about-ford-f-150-lightning-cost/","canonicalUrl":"https://www.wired.com/story/most-radical-thing-about-ford-f-150-lightning-cost/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d911b2c43fa437a34bec97bf6be78641","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQYSJDFBUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8AwNV3xuKTECnNRWEk0asKI8gm6+ZKHzfiMPLkSuTiErPUL7kX7xjLC5ML/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"z6Y6fJPDx","title":"Bizarre, polka-dotted blob washes ashore in North Carolina","shortId":"z6Y6fJPDx","createdAt":"2021-05-20T18:30:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025590,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:20:02.000Z","url":"https://www.livescience.com/mystery-blob-north-carolina-beach.html","canonicalUrl":"https://www.livescience.com/mystery-blob-north-carolina-beach.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fd38a833b0872e9e9a2d80ab165dd82","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEiIzkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABAv/aAAwDAQACEQMRAD8AqutLLp6bQTGGONm5qB5DZu/X3MqkewyKzbHYizSgC8Yyc01//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"CRRzcnXzb","title":"Twitter says its image crops weren’t very biased, but is phasing them out anyhow","shortId":"CRRzcnXzb","createdAt":"2021-05-19T22:23:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024383,"tagsStr":"tech-news,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:16:35.000Z","url":"https://www.theverge.com/2021/5/19/22444372/twitter-image-crop-racial-gender-bias-research","canonicalUrl":"https://www.theverge.com/2021/5/19/22444372/twitter-image-crop-racial-gender-bias-research","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e0b91626ce6105d27a5667b20c57657","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAABAwIFBQAAAAAAAAAAAAABAAIEAwUGEiExQQcREyJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgASMf/aAAwDAQACEQMRAD8AsHUaTMjYXkV40l1N7qmU77DOTzyp8bI6OfCLrdXCn6AmU7Xtp9RFLdJ45KDp3//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bgSbKZyS2","title":"Tatum’s 50-Point Performance and Best Young Cores in the Playoffs","shortId":"bgSbKZyS2","createdAt":"2021-05-19T21:56:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024356,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T21:48:15.000Z","url":"https://www.theringer.com/2021/5/19/22444652/tatums-50-point-performance-and-best-young-cores-in-the-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/19/22444652/tatums-50-point-performance-and-best-young-cores-in-the-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c806fd8ee7676d3c9f758305d2c59949","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhABAAICAQUAAAAAAAAAAAAAAQIDAAQhERIUUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMREmFx/9oADAMBAAIRAxEAPwDW/FhddRtz5nVJICD2kpEUPXHzIW61RbMYCinXGMlblGqHkeqY5b2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0JMMjSt9z","title":"Twitter's Photo Crop Algorithm Favors White Faces and Women","shortId":"0JMMjSt9z","createdAt":"2021-05-19T20:26:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27024266,"tagsStr":"tech-news,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:23:00.000Z","url":"https://www.wired.com/story/twitter-photo-crop-algorithm-favors-white-faces-women/","canonicalUrl":"https://www.wired.com/story/twitter-photo-crop-algorithm-favors-white-faces-women/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c34d44f0ef79e9c9f302f93326fa5d6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEQYSISJhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQEAAQUBAAAAAAAAAAAAAAABAAIDIVHBEf/aAAwDAQACEQMRAD8AnryW8l5FhJB4CKWRTGGPS+k7bH2sllwJsreysXDPO7EBhrZY+qUoO0A411jNb6Z3wn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8dp9U9_oS","title":"World's largest iceberg breaks off of Antarctica","shortId":"8dp9U9_oS","createdAt":"2021-05-19T19:11:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024191,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:26:17.000Z","url":"https://www.livescience.com/biggest-iceberg-breaks-free.html","canonicalUrl":"https://www.livescience.com/biggest-iceberg-breaks-free.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6335b03e33761bec47ede99666492ec3","ratio":1.78082191780822,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQACAwQGEQUTFCIxUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AkyPCKNvidizzZmSS9zw1wDSfeteSs4cShBI6qX4iJ4ies//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"b6dXhk-0R","title":"Horses: Domestic, feral and wild","shortId":"b6dXhk-0R","createdAt":"2021-05-19T17:14:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024074,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:55:44.000Z","url":"https://www.livescience.com/50714-horse-facts.html","canonicalUrl":"https://www.livescience.com/50714-horse-facts.html","image":"https://cdn.mos.cms.futurecdn.net/QYHHgs6F6a33iq8YQmmGbd-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"qWQ-haw36","title":"My Mother Is Gone. But Her Digital Voice Helps Keep Me Well","shortId":"qWQ-haw36","createdAt":"2021-05-19T15:10:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023950,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:06:00.000Z","url":"https://www.wired.com/story/digital-voice-recording-mother-reminders-health-wellness/","canonicalUrl":"https://www.wired.com/story/digital-voice-recording-mother-reminders-health-wellness/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c640108707d03ecf1fe9ccdba5b0d9fb","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMDBQEAAAAAAAAAAAAAAwECEQAEIQUGEhQicv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwCTTdshEfc+hvu7gryWHJ1y6J8vTyjYhGQ5MZWUmazYNPKMA2dpF4tRJ6ws4+aUoN25TIcA3//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Nk-fIEsIN","title":"Geoff Keighley’s Summer Game Fest returns June 10th with a ‘world premiere showcase’","shortId":"Nk-fIEsIN","createdAt":"2021-05-19T14:03:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442809/summer-game-fest-geoff-keighley-kick-off-live-weezer","canonicalUrl":"https://www.theverge.com/2021/5/19/22442809/summer-game-fest-geoff-keighley-kick-off-live-weezer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e0afad61c0693fc3c28a89201710876f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQREgYhMWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAQIh/9oADAMBAAIRAxEAPwDFOtMi65aksassuFUOYrVSQoJG9Dz7kJw3338iJW8aP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DLPYwY1q5","title":"Shayne Fletcher: Annotations in GHC","shortId":"DLPYwY1q5","createdAt":"2021-05-19T05:27:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":21,"score":27023830,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://blog.shaynefletcher.org/2021/05/annotations-in-ghc.html","canonicalUrl":"https://blog.shaynefletcher.org/2021/05/annotations-in-ghc.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0hqu6t1oo","title":"Prabhakar Raghavan Isn’t CEO of Google—He Just Runs the Place","shortId":"0hqu6t1oo","createdAt":"2021-05-19T11:05:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023705,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.wired.com/story/prabhakar-raghavan-isnt-ceo-of-google-he-just-runs-the-place/","canonicalUrl":"https://www.wired.com/story/prabhakar-raghavan-isnt-ceo-of-google-he-just-runs-the-place/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/287a3883ccad8c1d635e74026f750e73","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAEQMEMQYTFSJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/ANm6y3fHbmgyLkdnzLmI7pVbQhQKHI97I+0JUGr4iJUwl//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"_PS3yJqOI","title":"This AI Makes Robert De Niro Perform Lines in Flawless German","shortId":"_PS3yJqOI","createdAt":"2021-05-19T11:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023705,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.wired.com/story/ai-makes-de-niro-perform-lines-flawless-german/","canonicalUrl":"https://www.wired.com/story/ai-makes-de-niro-perform-lines-flawless-german/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99d99b634e26e1a280cf6ab3f5a7f79d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQUAAgMAAAAAAAAAAAAAAQACAwQRBhITUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAIDAAAAAAAAAAAAAAAAAAABESEi/9oADAMBAAIRAxEAPwDPPA7Yr8giikibLDba6tK05vRwIOEg4fhU2/SbBesQxOPjjkcxvYacBwafaIiLLTyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xu_C6hR1C","title":"How to set browser flags in Chromium","shortId":"xu_C6hR1C","createdAt":"2021-05-18T20:26:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":92,"score":27023473,"tagsStr":"google,microsoft,google-chrome,chromium,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://web.dev/browser-flags/","canonicalUrl":"https://web.dev/browser-flags/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6dfb8e18985da8f9cc935c2e32b722ff","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAwACAQQDAAAAAAAAAAAAAQIDABEFBAYSITFB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAEQD/2gAMAwEAAhEDEQA/AN3rzEbqrt5LFfbKBsn8+dj7yPfuh43pKXC9XSaMVV1tJQwB0CATsDGMoiX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"WoZuELaHW","title":"Mesh Editing Optimization – Initial Steps","shortId":"WoZuELaHW","createdAt":"2021-05-18T13:04:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"blender","views":12,"score":27022677,"tagsStr":"general-programming,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:48:31.000Z","url":"https://code.blender.org/2021/05/mesh-editing-optimization-initial-steps/","canonicalUrl":"https://code.blender.org/2021/05/mesh-editing-optimization-initial-steps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1aeddc3d71a3859d6ca20ee13e528b68","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAREgUhQYGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDVusVA9G1ZmjictAqBjvkrdhyHvJ5RURQrpKWUaJDefuMYEGYpf//Z","siteTwitter":"@blender_org","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"tgE1Lrft4","title":"Google showed off its next-generation AI by talking to Pluto and a paper airplane","shortId":"tgE1Lrft4","createdAt":"2021-05-18T17:50:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022670,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:44:35.000Z","url":"https://www.theverge.com/2021/5/18/22442328/google-io-2021-ai-language-model-lamda-pluto","canonicalUrl":"https://www.theverge.com/2021/5/18/22442328/google-io-2021-ai-language-model-lamda-pluto","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2e2365c3a3d61f96e6e1c16c7916838","ratio":1.90890269151139,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAAYABgMAAAAAAAAAAAAAAAECAwQFBwgREmGhISPR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJuVK5Rb4gpYRXw4SoVG40bkdBEb3ta0NXPfkxq7fx2f0AAf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xfie7bieS","title":"One of NASA’s Solar Orbiter tools caught its first video of a coronal mass ejection","shortId":"xfie7bieS","createdAt":"2021-05-18T17:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022621,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:57:41.000Z","url":"https://www.theverge.com/2021/5/18/22441894/nasa-esa-solar-orbiter-video-sun-coronal-mass-ejections","canonicalUrl":"https://www.theverge.com/2021/5/18/22441894/nasa-esa-solar-orbiter-video-sun-coronal-mass-ejections","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06ad4cc161f365e1ed104ceeee7b16a1","ratio":1.90930787589499,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQRQRQhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwClOQ+PYj1BRYpV1YjZBHsTR5NnCFHAo0B8HIiJf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ilXVKQgDR","title":"Weird Sensation Feels Good","shortId":"ilXVKQgDR","createdAt":"2021-05-16T20:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27019926,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T00:00:00.000Z","url":"https://www.behance.net/gallery/97757057/Weird-Sensation-Feels-Good","canonicalUrl":"https://www.behance.net/gallery/97757057/Weird-Sensation-Feels-Good","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee1c4b66871ad5ec6942a9ec6efbff81","ratio":1.68471720818291,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDBAARBRIhMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRQf/aAAwDAQACEQMRAD8Ag3ZLYI4qm0QNtkLrINxEuD389P59zObnDiO3OkXYxq7Be0x3rfm9LjGG1jNmmVpWgUkDs//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XDP3aewLt","title":"Live blog: Google I/O is back for 2021","shortId":"XDP3aewLt","createdAt":"2021-05-18T16:24:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022584,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:21:38.000Z","url":"https://www.theverge.com/2021/5/18/22436406/google-io-live-blog-news-announcements-products-keynote","canonicalUrl":"https://www.theverge.com/2021/5/18/22436406/google-io-live-blog-news-announcements-products-keynote","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d980865f3bd891413fac9729fb8a63b3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSFCEiMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAzJh/9oADAMBAAIRAxEAPwCxe7lcbvb5EaeuA7ywmMt7ibXAnePqVAZGOjis+kaUgF9w7Gx5HoNjHulKTk1q8hKKrP/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5nN4H7LRg","title":"Let’s welcome our new interns!","shortId":"5nN4H7LRg","createdAt":"2021-05-18T16:04:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27022564,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:59:41.000Z","url":"https://feborg.es/lets-welcome-our-new-interns-2021/","canonicalUrl":"https://feborg.es/lets-welcome-our-new-interns-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_Dtmpv0aS","title":"Macrocyclic gadolinium agent not to blame for brain deposits","shortId":"_Dtmpv0aS","createdAt":"2021-05-18T15:56:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022556,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T08:53:07.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132424&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132424","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00f8d4ab8a3df14fa2485c4fc5a6072b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIxAAAgEDBAEFAAAAAAAAAAAAAQIDAAQRBRIxURMHFCEiYv/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/ANv1W8vra5mureOKZyzofKxRo2VsDA628dk5q/ba4JbeKTxE70DZA5yKP+pKj3Om/A+5Kt+h0exTiBFjhjRFCoqgBQMADHAozparTlaj/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"rs50VXV1U","title":"Ecuadorian shrunken head used in 1979 movie 'Wise Blood' was real, experts say","shortId":"rs50VXV1U","createdAt":"2021-05-18T15:51:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022551,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:40:00.000Z","url":"https://www.livescience.com/ecuadorian-shrunken-head-repatriated.html","canonicalUrl":"https://www.livescience.com/ecuadorian-shrunken-head-repatriated.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7279de871e9e6fd9e8499e140483e0e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUSBgcx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAgADERIxUcHw/9oADAMBAAIRAxEAPwDHeQ8jbtxlxbSWvaabBEwIVsoFOyN4wDr4c1VvX9rcMZkmULIe4BTYB3SlTHY01XE89R4AYm/tz//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KTHqgwO_5","title":"Smashing Podcast Episode 37 With Adam Argyle: What Is VisBug?","shortId":"KTHqgwO_5","createdAt":"2021-05-18T05:13:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":59,"score":27022511,"tagsStr":"webdev,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T05:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/smashing-podcast-episode-37/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/smashing-podcast-episode-37/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3418c2891c16a0e622e3f9a4a230ba3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAREiExMkFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQACAQQDAAAAAAAAAAAAAAABAiEAAxEiMUFR/9oADAMBAAIRAxEAPwDIgvSUr8jpFWlnaJkV5oy4UsPPaTyQNdPuW20pvamY01Us7HajFVHPQHoYxggYkT7Vae2qXAyRqBBOMT1xX//Z","siteTwitter":"@smashingmag","creatorTwitter":"@drewm","readTime":36,"description":null,"toc":null,"summary":null},{"id":"1JF0fryJY","title":"Wahl eines Betriebssystems","shortId":"1JF0fryJY","createdAt":"2021-05-18T13:22:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022402,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T05:53:24.000Z","url":"https://kaiserbarbarossa.github.io/post/2021/05/18/wahl-eines-betriebssystemes/","canonicalUrl":"https://kaiserbarbarossa.github.io/post/2021/05/18/wahl-eines-betriebssystemes/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"W9etuzHEo","title":"The BlackBerry keyboard lives on in this new Android phone","shortId":"W9etuzHEo","createdAt":"2021-05-18T13:02:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022382,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:00:00.000Z","url":"https://www.theverge.com/22441669/unihertz-titan-pocket-hands-on-blackberry-keyboard-android-phone","canonicalUrl":"https://www.theverge.com/22441669/unihertz-titan-pocket-hands-on-blackberry-keyboard-android-phone","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ffb55716c1bd9128dde6e7c02a4796e3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEFBgQHMVGB4f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAIREkHw/9oADAMBAAIRAxEAPwC9tOR5UHVjVXRSkNmgIc0jsAHE14u69BaAcjNf1ERC2ItQZPan/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4c4yfYVsO","title":"Von Ubuntu 20.10 auf Ubuntu 21.04 aktualisieren – endlich – Bug gefixt","shortId":"4c4yfYVsO","createdAt":"2021-05-13T07:22:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27014842,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:09:56.000Z","url":"https://www.bitblokes.de/von-ubuntu-20-10-auf-ubuntu-21-04-aktualisieren-endlich-bug-gefixt/","canonicalUrl":"https://www.bitblokes.de/von-ubuntu-20-10-auf-ubuntu-21-04-aktualisieren-endlich-bug-gefixt/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5lQqdf0wY","title":"Amazon’s Echo Frames can now come with sunglass or blue light filtering lenses","shortId":"5lQqdf0wY","createdAt":"2021-05-18T13:02:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022382,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22441187/amazon-echo-frames-sunglasses-blue-light-filter","canonicalUrl":"https://www.theverge.com/2021/5/18/22441187/amazon-echo-frames-sunglasses-blue-light-filter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b95d6d312222d13d09af725d636e2ff8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIFAAMEEhExByFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECAzJB/9oADAMBAAIRAxEAPwCWmJG1l+NDhZGIvFnJOjo+vtyFJYce+l+uuK1yD8Ox6QkejzUqWXHtglbmoJ1HQ+B+UpR4dEOqh//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZEdccPLR2","title":"Merengue: Cambalache’s workspace","shortId":"ZEdccPLR2","createdAt":"2021-05-18T12:04:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27022324,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://blogs.gnome.org/xjuan/2021/05/18/merengue-cambalaches-workspace/","canonicalUrl":"https://blogs.gnome.org/xjuan/2021/05/18/merengue-cambalaches-workspace/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"he4XRzhHN","title":"25 Python-Bücher für 15 € – Schnäppchen für Programmierer","shortId":"he4XRzhHN","createdAt":"2021-05-18T07:52:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T06:31:40.000Z","url":"https://www.bitblokes.de/25-python-bucher-fur-15-e-schnappchen-fur-programmierer/","canonicalUrl":"https://www.bitblokes.de/25-python-bucher-fur-15-e-schnappchen-fur-programmierer/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LomcZcGMF","title":"Apple wants you to know it chose not to take a cut of $400 billion in physical goods","shortId":"LomcZcGMF","createdAt":"2021-05-17T20:24:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021384,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:19:45.000Z","url":"https://www.theverge.com/2021/5/17/22440629/apple-app-store-physical-purchases-400-billion-50-million-wwdc","canonicalUrl":"https://www.theverge.com/2021/5/17/22440629/apple-app-store-physical-purchases-400-billion-50-million-wwdc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f8b05fed0615025773e0e2bedca82f5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAxEFEiGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDN8DtMXIzpbLKLF8to4fSpdQiJw6//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Gf9Euhl47","title":"How to translate innovations in MRI research to the clinic","shortId":"Gf9Euhl47","createdAt":"2021-05-17T16:12:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021132,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T08:36:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132406&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132406","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8eecc9fb2ce720459b54c1dccd594713","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARIQUSIkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAXEQADAQAAAAAAAAAAAAAAAAAAARET/9oADAMBAAIRAxEAPwDM60lipdSGIuY7NjvSUuSQr8NobHvQ++O8tR9XatGsCzzqsQCBRGpAA41sneMZQZquhU//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"YLSOHH1s_","title":"Do the Jazz Have Enough Star Power to Win a Title?","shortId":"YLSOHH1s_","createdAt":"2021-05-17T15:38:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021098,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:33:43.000Z","url":"https://www.theringer.com/video/2021/5/17/22439296/do-the-jazz-have-enough-star-power-to-win-a-title","canonicalUrl":"https://www.theringer.com/video/2021/5/17/22439296/do-the-jazz-have-enough-star-power-to-win-a-title","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8944ec593904eac23c9931cd7e17390f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFESEGEiJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRMbH/2gAMAwEAAhEDEQA/AMu49aqaqsdWkwOJkxmXsDrxz11j0R93mI9JKlFJGyIQijBsZ7bQx3ojyLloqV1lR0T/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hbL7ypVFc","title":"Epic Games sues AR company Nreal for sounding too much like ‘Unreal’","shortId":"hbL7ypVFc","createdAt":"2021-05-17T15:21:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021081,"tagsStr":"game-development,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:19:51.000Z","url":"https://www.theverge.com/2021/5/17/22440131/epic-nreal-ar-glasses-unreal-engine-trademark-lawsuit","canonicalUrl":"https://www.theverge.com/2021/5/17/22440131/epic-nreal-ar-glasses-unreal-engine-trademark-lawsuit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53e92bc841c4fc04946f80feb73af33e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQYhMTOR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAATICgf/aAAwDAQACEQMRAD8A0TqOFY7PG3IjIhhtIjRq5CyBzruPGVoq1tehfuMYFT4U1KP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"topq4B6Pp","title":"Module - Drag and drop design system for Figma","shortId":"topq4B6Pp","createdAt":"2021-05-17T14:38:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27021038,"tagsStr":"webdev,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:26:00.000Z","url":"https://modulesystem.design","canonicalUrl":"https://modulesystem.design","image":"https://modulesystem.design/img/open-graph.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"v5IJr3tn3","title":"Did these horned dinosaurs talk to each other with low-pitched sounds?","shortId":"v5IJr3tn3","createdAt":"2021-05-17T11:05:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/new-species-dinosaur-very-chatty.html","canonicalUrl":"https://www.livescience.com/new-species-dinosaur-very-chatty.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39eda5904004ac0445b29af8d5b2db98","ratio":1.25786163522013,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEFAQADAAAAAAAAAAAAAQIDAAQFESEGB1Jx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMRIUH/2gAMAwEAAhEDEQA/ANA9bae0NxePg8lA1qy7jhCiKRD9QxB3zXedJqOmy/yAJnDY7KKwY7CoSB+EcIpSgy1fFIldW4k//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yT-mJz_i-","title":"Linux am Dienstag: Programm am 18.Mai 2021","shortId":"yT-mJz_i-","createdAt":"2021-05-17T10:09:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020769,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:39:50.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/17/linux-am-dienstag-programm-am-18-mai-2021/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/17/linux-am-dienstag-programm-am-18-mai-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mbIE1KJWt","title":"Ansible: Wiederherstellung meines Blogs auf Buster und Bullseye in 2021","shortId":"mbIE1KJWt","createdAt":"2021-05-17T05:09:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020469,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T05:00:00.000Z","url":"https://www.my-it-brain.de/wordpress/ansible-wiederherstellung-meines-blogs-auf-buster-und-bullseye-in-2021/","canonicalUrl":"https://www.my-it-brain.de/wordpress/ansible-wiederherstellung-meines-blogs-auf-buster-und-bullseye-in-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WI3z84cyx","title":"The Correspondent - Editorials","shortId":"WI3z84cyx","createdAt":"2021-05-17T00:01:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27020161,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/89798751/The-Correspondent-Editorials","canonicalUrl":"https://www.behance.net/gallery/89798751/The-Correspondent-Editorials","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6646ac88b3bdd201aa796ef1cc847cf2","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBABAAICAwEAAAAAAAAAAAAAAQIDACEEBREU/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/AMP+xlbXdKjj2CLMsh6yfNbysuwsioXckDQE8YyiLNy//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"hg5FJKIir","title":"3 Questions for a Monthly Self-Evaluation","shortId":"hg5FJKIir","createdAt":"2021-05-16T22:49:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27020089,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T06:29:25.000Z","url":"https://design.org/3-questions-for-a-monthly-self-evaluation/","canonicalUrl":"https://design.org/3-questions-for-a-monthly-self-evaluation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/751d520105e43d883ec7c5309b907310","ratio":2.425,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAFxABAAMAAAAAAAAAAAAAAAAAAAERgf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0MhKBJzN/9k=","siteTwitter":"@designdotorg","creatorTwitter":"@wardandrews","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ZbWTMN00k","title":"YouTuber Jake Paul being investigated for driving on protected Puerto Rico beach","shortId":"ZbWTMN00k","createdAt":"2021-05-16T20:10:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019930,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T20:09:32.000Z","url":"https://www.theverge.com/2021/5/16/22439112/youtube-jake-paul-investigated-puerto-rico-beach-turtles","canonicalUrl":"https://www.theverge.com/2021/5/16/22439112/youtube-jake-paul-investigated-puerto-rico-beach-turtles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21a5cf3ed7c4d4879a1d34b6c97ddb23","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAwQRBQYSIVFhkaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAQUBAAAAAAAAAAAAAAAAAAECAwQxMv/aAAwDAQACEQMRAD8Ah314a+x9RFwpqLQrFFUseOGXI6eDn52mUeoiGi1wy2vJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sq1BbZ1QG","title":"Web Weekly #19 (#blogPost)","shortId":"sq1BbZ1QG","createdAt":"2021-05-16T18:07:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27019807,"tagsStr":"css,open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-19/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19beb7b815a16887fcdfe5b8497d2c31","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCABESBAUTFCEiQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwDSqmt6NzJ8PhA44rsfpNQI7+YREW6cMYBaU8gMj7NrdqUpFChidhuhioGT/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hJ_XBMZsa","title":"Sxmo – Minimalismus für das PinePhone","shortId":"hJ_XBMZsa","createdAt":"2021-05-15T19:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27018425,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T18:57:00.000Z","url":"https://linuxnews.de/2021/05/sxmo-minimalismus-fuer-das-pinephone/","canonicalUrl":"https://linuxnews.de/2021/05/sxmo-minimalismus-fuer-das-pinephone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d273d0f1227ac8dad8596af278aadfc0","ratio":1.58783783783784,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAgEDAAQGERIFIUEHIiMxUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAUH/2gAMAwEAAhEDEQA/ANJKKbNLdWiW5XfUmvIWyZFzxv8AIumZkypvSlMO5ZRpVs6XvBIQh6CY/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Vg84T5lUm","title":"Sci-Fi About Overpopulation Was Way Off","shortId":"Vg84T5lUm","createdAt":"2021-05-07T16:06:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:32:55.000Z","url":"https://www.wired.com/2021/05/geeks-guide-matthew-yglesias/","canonicalUrl":"https://www.wired.com/2021/05/geeks-guide-matthew-yglesias/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b260b1fa278170d46094b1b6135cffca","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQMEAwAAAAAAAAAAAAACAwEABBEFEiExBhMj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEDElH/2gAMAwEAAhEDEQA/AIg37kwm0QCF4EDYYrj6TsLHHURE4nFS7vyzVk3TlsvrthgZCR+7bumJ7xjilKnwopsbp//Z","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":4,"description":null,"toc":null,"summary":null},{"id":"o04sdVImV","title":"Colonial Pipeline says operations back to normal following ransomware attack","shortId":"o04sdVImV","createdAt":"2021-05-15T17:45:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018345,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T17:44:30.000Z","url":"https://www.theverge.com/2021/5/15/22437730/colonial-pipeline-normal-ransomware-attack-fuel","canonicalUrl":"https://www.theverge.com/2021/5/15/22437730/colonial-pipeline-normal-ransomware-attack-fuel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c85233a412d4bce17ee1756171e3127a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQFESEGEhMUQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8AgdGX6bnHeL0krfCI26I1s886A4rEZfKztsteoWlXYp84R2PgkQKUoa2U7FwJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3SlTuKF6d","title":"Facebook is reportedly continuing a ban on anti-coup groups in Myanmar","shortId":"3SlTuKF6d","createdAt":"2021-05-15T16:07:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018247,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T16:00:00.000Z","url":"https://www.theverge.com/2021/5/15/22436973/facebook-myanmar-military-coup-ban-arakan-army-resistance","canonicalUrl":"https://www.theverge.com/2021/5/15/22436973/facebook-myanmar-military-coup-ban-arakan-army-resistance","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70b8b55dc92d9434b3e3aeb8be71481a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHxAAAQQABwAAAAAAAAAAAAAAAgABAxESEzFScZGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgARMUH/2gAMAwEAAhEDEQA/AM6zTDEBQvEJ46on1DjtTlvu8ZERTp2ZXAWsvnM//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Nt6-1vpuP","title":"Managing System Workloads on Google Kubernetes Engine (GKE)","shortId":"Nt6-1vpuP","createdAt":"2021-05-15T11:12:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codeburst","views":12,"score":27018246,"tagsStr":"google,cloud,infrastructure,kubernetes,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T01:28:26.000Z","url":"https://codeburst.io/managing-system-workloads-on-google-kubernetes-engine-gke-3e69edaf549a","canonicalUrl":"https://codeburst.io/managing-system-workloads-on-google-kubernetes-engine-gke-3e69edaf549a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ba4858d0ae9b5b0f025a9b21f5fe6af","ratio":2.41691842900302,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQADBgIEEQUVITFSYWPS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAlET/9oADAMBAAIRAxEAPwDNsTeUXDbVLmuXOKqQThtodRns8K4TKSkA71cc+pr4REXS9YyicP/Z","siteTwitter":"@codeburstio","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"DXkVpg_yh","title":"Switch Between Color Schemes with CSS Variables and JavaScript","shortId":"DXkVpg_yh","createdAt":"2021-05-15T16:03:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27018243,"tagsStr":"javascript,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:09:09.000Z","url":"https://webdesign.tutsplus.com/tutorials/color-schemes-with-css-variables-and-javascript--cms-36989","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/color-schemes-with-css-variables-and-javascript--cms-36989","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/36989/preview_image/light-dark.jpg","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"36hngEXM_","title":"China's 1st Mars rover 'Zhurong' lands on the Red Planet","shortId":"36hngEXM_","createdAt":"2021-05-15T02:12:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017412,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T01:49:38.000Z","url":"https://www.livescience.com/china-mars-rover-landing-success-tianwen-1-zhurong.html","canonicalUrl":"https://www.space.com/china-mars-rover-landing-success-tianwen-1-zhurong","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7f66d677584492fb0af4efbe0fe2315","ratio":1.79334500875657,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQIEBwAAAAAAAAAAAAAAAgABAwQREhUWMUVScZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECAxP/2gAMAwEAAhEDEQA/ANHHzrBIJCThMJXGLM5Xtxq+natzXDbaJT0SIjbzlirnJ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TPzbNZhz9","title":"Animeyed II","shortId":"TPzbNZhz9","createdAt":"2021-05-14T23:12:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27017232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/119493475/Animeyed-II","canonicalUrl":"https://www.behance.net/gallery/119493475/Animeyed-II","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/266336c8cd70b96dba44db76f6306ab4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxESIQQFIjFygf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEh/9oADAMBAAIRAxEAPwDZY5GCUF2YzrGnaJHnX0WlWFO6b3Tw5brjCr93JRJs7QxTuv/Z","siteTwitter":"@behance","creatorTwitter":"@FloraBorsi","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Say-onlec","title":"Armchair CEO: Fixing the DC Cinematic Universe","shortId":"Say-onlec","createdAt":"2021-05-14T22:35:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27017195,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T22:21:42.000Z","url":"https://www.theringer.com/2021/5/14/22436957/armchair-ceo-fixing-the-dc-cinematic-universe","canonicalUrl":"https://www.theringer.com/2021/5/14/22436957/armchair-ceo-fixing-the-dc-cinematic-universe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ea5be5f33e1d028233f67ca3fbcd123","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAYBAwUAAAAAAAAAAAAAAAECAxESBAUHIRQxUYHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAv/aAAwDAQACEQMRAD8AxlnV8jHlbdaNv1oZFyngo+8i+ncXMaSTfRsnUqzaO3oACSjt/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"PexgclZN_","title":"KIDDY COLOR","shortId":"PexgclZN_","createdAt":"2021-05-22T15:36:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27028296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119643933/KIDDY-COLOR","canonicalUrl":"https://www.behance.net/gallery/119643933/KIDDY-COLOR","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dabb165959299f27c6abd3195498bc9a","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQIGAwAAAAAAAAAAAAAAAgABAwQFERIhMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQADAQEAAAAAAAAAAAAAAAAAARESQf/aAAwDAQACEQMRAD8A0yojUIsVwlLgLGLseWLY237vpVX5RFKllQXaf//Z","siteTwitter":"@behance","creatorTwitter":"@louloutummie","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-O77Qk7cJ","title":"Ireland refuses to pay ransom demand in attack on its national health service","shortId":"-O77Qk7cJ","createdAt":"2021-05-14T21:55:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017155,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:47:50.000Z","url":"https://www.theverge.com/2021/5/14/22436164/ireland-refuse-pay-ransom-demand-attack-health-security","canonicalUrl":"https://www.theverge.com/2021/5/14/22436164/ireland-refuse-pay-ransom-demand-attack-health-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uWl9ya3Sh","title":"Besserer Flash-Speicher für den Raspberry Pi","shortId":"uWl9ya3Sh","createdAt":"2021-05-14T21:33:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27017133,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:23:55.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/14/besserer-flash-speicher-fuer-den-raspberry-pi/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/14/besserer-flash-speicher-fuer-den-raspberry-pi/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pvyMI4su9","title":"Unstoppable Domains ab sofort mit Brave aufrufen – Partnerschaft","shortId":"pvyMI4su9","createdAt":"2021-05-14T12:22:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016582,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:09:41.000Z","url":"https://www.bitblokes.de/unstoppable-domains-ab-sofort-mit-brave-aufrufen-partnerschaft/","canonicalUrl":"https://www.bitblokes.de/unstoppable-domains-ab-sofort-mit-brave-aufrufen-partnerschaft/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"A0hv9Hxlu","title":"China is about to land its Zhurong rover on the surface of Mars","shortId":"A0hv9Hxlu","createdAt":"2021-05-14T12:08:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016568,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277645-china-is-about-to-land-its-zhurong-rover-on-the-surface-of-mars/","canonicalUrl":"https://www.newscientist.com/article/2277645-china-is-about-to-land-its-zhurong-rover-on-the-surface-of-mars/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/246c895f3d56f309ab3a460d52692d23","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEFBBIGByEiU2Fx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAQADAQEAAAAAAAAAAAAAAAEAAiEDE//aAAwDAQACEQMRAD8AwsnHWRgeBE6S9p77bQI9fLVreYGc2itQ09PE1ERTxomkZ9LC7P/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"tnB3kPV7G","title":"Live Audio Apps Lure Creators With Money and Promises","shortId":"tnB3kPV7G","createdAt":"2021-05-14T11:13:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016513,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.wired.com/story/live-audio-apps-lure-creators-with-money-promises/","canonicalUrl":"https://www.wired.com/story/live-audio-apps-lure-creators-with-money-promises/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e19d881cb5f2a319f603b1b7acbe3acb","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAhBREUQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAASEAAgMREvD/2gAMAwEAAhEDEQA/AMG4PmLQkrVrEkliugcokkjEKT9G+gdDIkl+2ZGPpmHZOg51jGXXSsRzUdQ+U//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"rI_v9NC6m","title":"Log in to the Upscale, Retro-Cool Home Gym of Your Dreams","shortId":"rI_v9NC6m","createdAt":"2021-05-14T11:13:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.wired.com/review/obe-fitness/","canonicalUrl":"https://www.wired.com/review/obe-fitness/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0ed129753b2f096a18c4000273f1fb9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQABwEAAAAAAAAAAAAAAQACAwQFERMjMVGi4f/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAIBEQMSMf/aAAwDAQACEQMRAD8A3+5h1hszJ4bpZHG0F8WkCJAT3yFU6iczuefqIqYytQaLXD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"EdvM9QvFH","title":"The Real Cost of Colonial Pipeline's $5 Million Ransom","shortId":"EdvM9QvFH","createdAt":"2021-05-14T11:13:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016513,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.wired.com/story/colonial-pipeline-ransomware-payment/","canonicalUrl":"https://www.wired.com/story/colonial-pipeline-ransomware-payment/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a844156832c60fe5ed5c1d9920e0b79","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgEDEQAEBSESBhMxQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABsRAQACAgMAAAAAAAAAAAAAAAEAEQJBEjFR/9oADAMBAAIRAxEAPwDG5ohd6dF91CBpxwAJtgu2vEFLU7978SlQiyNjyWMNZxOpI1X7NKUK5XcpFYUAdGh0ez//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"VmPk6eqF3","title":"The 16 People to Watch for in the 2021 NHL Playoffs","shortId":"VmPk6eqF3","createdAt":"2021-05-14T10:25:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:20:00.000Z","url":"https://www.theringer.com/2021/5/14/22435422/nhl-playoffs-people-to-watch-kirill-kaprizov-auston-matthews-leon-draisaitl","canonicalUrl":"https://www.theringer.com/2021/5/14/22435422/nhl-playoffs-people-to-watch-kirill-kaprizov-auston-matthews-leon-draisaitl","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2972707e98c4654dd6a862fb3f3e4c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxABAAEDBAMAAAAAAAAAAAAAAQIABBEDBQYhEkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDETH/2gAMAwEAAhEDEQA/AMrlt5Oz5TpaAMpynGEJ+SEBwGA7U7cr7q7HcIqFxYodDKwgv1zSlDlSUMqmp//Z","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"sQJFAKYFQ","title":"Google files legal brief to protect work program for immigrant spouses","shortId":"sQJFAKYFQ","createdAt":"2021-05-14T10:05:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016445,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:00:00.000Z","url":"https://www.theverge.com/2021/5/14/22435039/google-amicus-brief-work-authorization-h-4-visa","canonicalUrl":"https://www.theverge.com/2021/5/14/22435039/google-amicus-brief-work-authorization-h-4-visa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ca8528cdf1f430fdb5d849cf18e4c35","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABQYRBCEiQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EACARAAIABQUBAAAAAAAAAAAAAAECAAMEESEFEiJiwfD/2gAMAwEAAhEDEQA/AJt8xy625bDyBk9x5Ms8TTwnkkyCBinoFtN0dd1MfI8gZ2IyC6KCd6WRdD540pVjpdDTvzZBcgE47NBImNMkrvzb7yP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xxnCk8Fu_","title":"‘The Woman in the Window’ Should Never Have Seen the Light of Day","shortId":"xxnCk8Fu_","createdAt":"2021-05-14T10:01:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016441,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:50:00.000Z","url":"https://www.theringer.com/movies/2021/5/14/22434778/woman-in-the-window-amy-adams-netflix-review","canonicalUrl":"https://www.theringer.com/movies/2021/5/14/22434778/woman-in-the-window-amy-adams-netflix-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c8aadc62a373be930b02770c6b29c2c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDEQAEBRIUISNRYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/AMBu8lByfA7IbSWKbzo0aQPZ69WoLYtR6GxdG/rLmtySR68SCGSlQKPd+B+YxhupwKkQ1qL2f//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"oLyfoXVJ5","title":"PETROLTRIBES short film","shortId":"oLyfoXVJ5","createdAt":"2021-05-14T06:40:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27016240,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/119427663/PETROLTRIBES-short-film","canonicalUrl":"https://www.behance.net/gallery/119427663/PETROLTRIBES-short-film","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/743f467f5737def8178129b9505af4fa","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQFERITITEyUWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAbEQACAgMBAAAAAAAAAAAAAAACAwABBBESMf/aAAwDAQACEQMRAD8Ax6NkjmUzoTG206I2hILbR1/aocpicbZ5O7tua6PDM8fgp7MR7+UpQ+yoy1co2JWeOroa8n//2Q==","siteTwitter":"@behance","creatorTwitter":"@les83machines","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iJXqiA0--","title":"Nera","shortId":"iJXqiA0--","createdAt":"2021-05-14T02:36:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015996,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/119318737/Nera","canonicalUrl":"https://www.behance.net/gallery/119318737/Nera","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8011dc472e0d6ff1a880f4b86f543688","ratio":1.49732620320856,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgAGAgMBAAAAAAAAAAAAAQIAAwQFERITIRQxUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERIf/aAAwDAQACEQMRAD8Awtrt/k3OzhhOSUqSOVOYhGO522Aznr5FOtoHWsnhUAUTGAwevf6YQhJoaZ//2Q==","siteTwitter":"@behance","creatorTwitter":"@FaenaStudio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0KQ2jbqhK","title":"Preorders for the modular Framework Laptop are now open, starting at $999","shortId":"0KQ2jbqhK","createdAt":"2021-05-13T17:34:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015454,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:33:05.000Z","url":"https://www.theverge.com/2021/5/13/22434359/framework-laptop-modular-preorders-available-price-release-date","canonicalUrl":"https://www.theverge.com/2021/5/13/22434359/framework-laptop-modular-preorders-available-price-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21d8f54de5ceda84879cf905fc7c627d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQYSITFT0dL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQADAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/ANNR6cN4qYrqbnWQBsWwUzSHR8jvBHfpTfoxm92bhMTnwx/KIkltOv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Mje7VfCCr","title":"Colonial Pipeline reportedly paid the hackers nearly $5 million, despite suggestions to contrary","shortId":"Mje7VfCCr","createdAt":"2021-05-13T17:17:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015437,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:09:55.000Z","url":"https://www.theverge.com/2021/5/13/22434381/colonial-pipeline-darkside-hacker-ransomware-ransom-oil","canonicalUrl":"https://www.theverge.com/2021/5/13/22434381/colonial-pipeline-darkside-hacker-ransomware-ransom-oil","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c1bbbf48e96516b0d02c2b9ca802c6c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFIRESEyIxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgMAEf/aAAwDAQACEQMRAD8AmYxMVlmcrYYqWezs0vDEqLIWIAUDksdn3WR7Tv5NJ1MdkkbJ+0pT6wz2kNJHgNMr53//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"djTGCIOsb","title":"Trying Out React 18 Alpha Release","shortId":"djTGCIOsb","createdAt":"2021-06-12T18:00:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":300,"score":27059455,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-12T23:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T17:18:27.000Z","url":"https://blog.bitsrc.io/trying-out-react-18-alpha-release-bad9aed12bee","canonicalUrl":"https://blog.bitsrc.io/trying-out-react-18-alpha-release-bad9aed12bee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61a213370ca2cf495cd2bfe5bd6522b4","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFBhETEiExQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AmtyyewHaMt05uSNFupFReoHxUMQB8/Q9VvWs3V3LreKkubgyztaRNJIVHLsUHJ/TSlLoEBt4X//Z","siteTwitter":"@bitdev_","creatorTwitter":"@Nsebhastian","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1nm_TR-Dp","title":"Xbox is partnering with the studio behind the world’s biggest mobile games","shortId":"1nm_TR-Dp","createdAt":"2021-05-13T17:03:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015423,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:57:46.000Z","url":"https://www.theverge.com/2021/5/13/22434272/xbox-tencent-timi-studios-strategic-partnership-mobile","canonicalUrl":"https://www.theverge.com/2021/5/13/22434272/xbox-tencent-timi-studios-strategic-partnership-mobile","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/289437660906235ba217e2a02bd6fa86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIFAAMRBAYSMQcTQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMR/9oADAMBAAIRAxEAPwCb2nu6e1EjbvGU1JRNQy27buXCIhBCZPa5bOK0hfKMpxHKPjGb6fT3+0pQ6WQOMrzqK9J//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lbZ_HV8AR","title":"Butterfly Network grows revenue, narrows net loss in Q1","shortId":"lbZ_HV8AR","createdAt":"2021-05-13T16:48:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015408,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:39:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132372&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132372","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7065d34e770d880324b3bde042f3849","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAEGB//EAB0QAQACAgMBAQAAAAAAAAAAAAECEQADBAUSMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMV604J1l7jc8g1MyPC1epr6S9rJQgH4ZO1jlOcE8SlG4001ZfzDKBf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"SHaSPd8Ww","title":"Skrillex continues comeback campaign with Swae Lee and Siiickbrain on, ‘TOO BIZARRE’","shortId":"SHaSPd8Ww","createdAt":"2021-05-13T16:07:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015367,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:06:37.000Z","url":"https://dancingastronaut.com/2021/05/skrillex-continues-comeback-campaign-with-swae-lee-and-siiickbrain-on-too-bizarre/","canonicalUrl":"https://dancingastronaut.com/2021/05/skrillex-continues-comeback-campaign-with-swae-lee-and-siiickbrain-on-too-bizarre/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0b55337ad45db15827e507259ea6854","ratio":1.33779264214047,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgMAAQUAAAAAAAAAAAABAgMEAAURBhITITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgNh/9oADAMBAAIRAxEAPwB57ttnd3tHX6ivXSvQse9JPZkISaQDgT0qCeKT3p/cvo/I4Y41SWNHkUBWYA/JH2cYwWdu2+CbzmZR/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_OhuehNVAw","title":"Amazon Echo Buds review: very hard to beat for the price","shortId":"_OhuehNVAw","createdAt":"2021-05-13T13:03:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://www.theverge.com/22432633/amazon-echo-buds-2021-review-features-specs-price","canonicalUrl":"https://www.theverge.com/22432633/amazon-echo-buds-2021-review-features-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c55d493ad09c26feedc07d695bfb0943","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAwUBAAAAAAAAAAAAAQIDBBEABQYxEhMUISLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRAwQx/9oADAMBAAIRAxEAPwDLtQ1nzNvyNrtQIMeNDHdVJS1bzpqx9X65qxzkGmI2pIIcfAIuusfmMZXqxUrTQMjrh//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ESluAb20g","title":"WIFI: Die FRAGATTACK Apokalypse","shortId":"ESluAb20g","createdAt":"2021-05-13T09:22:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27014962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:00:48.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/13/wifi-die-fragattack-apokalypse/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/13/wifi-die-fragattack-apokalypse/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FOlAwLI-0","title":"Project Zero","shortId":"FOlAwLI-0","createdAt":"2021-05-28T12:36:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036756,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/106917361/Project-Zero","canonicalUrl":"https://www.behance.net/gallery/106917361/Project-Zero","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3578b16d82073e91c4d9b97618d94467","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBRJRFCExYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAMBFFJB/9oADAMBAAIRAxEAPwDPDuGtkWXUu7gTrDZ8mSCe/sH4ByYl3CWzTq21uPboUUnWCJHFKU1XXkDsN12T/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"vSnXEwnU_","title":"Chevy Bolt EUV gets lower than expected EPA range of 247 miles","shortId":"vSnXEwnU_","createdAt":"2021-05-12T18:41:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014081,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:36:09.000Z","url":"https://www.theverge.com/2021/5/12/22432649/2022-chevy-bolt-euv-epa-range-rating","canonicalUrl":"https://www.theverge.com/2021/5/12/22432649/2022-chevy-bolt-euv-epa-range-rating","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42519fc71c495ef14681bc14bd53f3c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQABwAAAAAAAAAAAAABAgADBAURBhITIjFR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIxEv/aAAwDAQACEQMRAD8Ak2eVyistWnf1BTTXYw5tk+zKKcY5VkU9YjY34X5EQvS6xRUrhP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fmVs6u7AlH","title":"New Humble Bundle offers a lot of great games to raise money for COVID-19 relief","shortId":"fmVs6u7AlH","createdAt":"2021-05-12T18:08:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014048,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22432412/humble-bundle-heal-covid-19-bundle-relief","canonicalUrl":"https://www.theverge.com/2021/5/12/22432412/humble-bundle-heal-covid-19-bundle-relief","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8a1bb46b970811ff5c7b22c9629313d","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFERIGISJR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAIDAAAAAAAAAAAAAAAAAAACASFB/9oADAMBAAIRAxEAPwC55fx6PDn3CbEDRkzn1KcVIQp3Q+c6ehrkDHWK1G0+7VCU5grLKCogdE6j7mlKKXAmw//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sC7HEQHad","title":"AI lets man with paralysis type by just thinking about handwriting","shortId":"sC7HEQHad","createdAt":"2021-05-12T17:49:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"ai,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277272-ai-lets-man-with-paralysis-type-by-just-thinking-about-handwriting/","canonicalUrl":"https://www.newscientist.com/article/2277272-ai-lets-man-with-paralysis-type-by-just-thinking-about-handwriting/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a71585a29304a1a51f29510a42f37d11","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAgABAwQRBhIxQWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAhEhAQNR/9oADAMBAAIRAxEAPwDH6lmhW47YrnTCWe0YuM5b1Qs3gfvZ99KeKYGJ83ERWbMzC8DWrP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"afpXJOgxN","title":"Asus ZenFone 8 review: an Android iPhone mini","shortId":"afpXJOgxN","createdAt":"2021-05-12T17:34:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:30:00.000Z","url":"https://www.theverge.com/22431051/asus-zenfone-8-review","canonicalUrl":"https://www.theverge.com/22431051/asus-zenfone-8-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0a472e838d2a2dc7a6d903f229eca3e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAfEAACAAYDAQAAAAAAAAAAAAABAwACBAUGIRESNLL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACA1HBgf/aAAwDAQACEQMRAD8AhnrGVuFW6mka1SlVSOgM3bgAkEAaGzuJ5FVTDILmOB6m/ZhCCMNlxA7eREAt4dn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"SK3uq152n","title":"DJI FPV Video Out","shortId":"SK3uq152n","createdAt":"2021-05-12T17:04:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27013984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:00:00.000Z","url":"https://blog.jimmac.eu/2021/dji-fpv-video-out/","canonicalUrl":"https://blog.jimmac.eu/2021/dji-fpv-video-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfb655414604632b0aefab3fd312ad79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADEQYTITElkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgMAAwAAAAAAAAAAAAAAASEAAgMEEmH/2gAMAwEAAhEDEQA/AMPpyVhGkA4jUwrUt3CTvEpKjcOMDJPPHYx0aiMfpbJ8LZ9q+0pTMcTEMVDhu+mhXYr2f//Z","siteTwitter":"@jimmac","creatorTwitter":"@jimmac","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CvcUdCBrk","title":"Discover Figma: A Practical Guide","shortId":"CvcUdCBrk","createdAt":"2021-05-12T13:38:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27013778,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:13:20.000Z","url":"https://marcandrew.me/discover-figma-a-practical-guide/","canonicalUrl":"https://marcandrew.me/discover-figma-a-practical-guide/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b7fa90954239daf9bbdb4fbfd0b6c4a1","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQREiExcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8Axa0jsnSFWAjmcRqrBHdYzsd2fneDgHmRio8iHdtAQmTj5SlOiaG6nT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"jbfrzBihr","title":"Press Play 2021","shortId":"jbfrzBihr","createdAt":"2021-05-28T08:35:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036515,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/120226685/Press-Play-2021","canonicalUrl":"https://www.behance.net/gallery/120226685/Press-Play-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0427bbedf184c4353a9f585d24898bf","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAGRABAAMBAQAAAAAAAAAAAAAAAQACERKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A0Ly67ZdfJCggxEBUr//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rl6V3OpAA","title":"FCC approves $7 billion to get better equipment to remote learners","shortId":"rl6V3OpAA","createdAt":"2021-05-12T02:02:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013082,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T02:00:30.000Z","url":"https://www.theverge.com/2021/5/11/22431504/fcc-emergency-connectivity-fund-schools-libraries-students","canonicalUrl":"https://www.theverge.com/2021/5/11/22431504/fcc-emergency-connectivity-fund-schools-libraries-students","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d4f6c742c2d71095f6d2b3b74888deb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBEFCYQITIiRi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDEf/aAAwDAQACEQMRAD8AyISwGtI27BXwMKGVJ7L3C81yiJbbJ3OJ6f/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"N1kcR_bZS","title":"How to Create a Rapid Development Process for Digital Products: Lessons from PayPal","shortId":"N1kcR_bZS","createdAt":"2021-05-11T17:37:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012577,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T09:02:00.000Z","url":"https://www.uxpin.com/studio/blog/rapid-development-process-paypal/","canonicalUrl":"https://www.uxpin.com/studio/blog/rapid-development-process-paypal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e95ffd8ed13be41a049f0d5ff0f1af5a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQMAAgURBCEyM6H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABgRAAMBAQAAAAAAAAAAAAAAAAABAgNB/9oADAMBAAIRAxEAPwC7m6fTIzapZmocw19tvIfJm3EFzCBxzY9oiU7HOZqmugmz/9k=","siteTwitter":"","creatorTwitter":"@uxpin","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oDuvGkmhQ","title":"Subaru teases its first electric car, the Solterra EV","shortId":"oDuvGkmhQ","createdAt":"2021-05-11T16:44:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012524,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:37:00.000Z","url":"https://www.theverge.com/2021/5/11/22430524/subaru-solterra-ev-electric-suv-2022-release-us-europe-japan-toyota","canonicalUrl":"https://www.theverge.com/2021/5/11/22430524/subaru-solterra-ev-electric-suv-2022-release-us-europe-japan-toyota","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3cf150cdaf3a4d54d0542c36cc5af626","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABBAMBAQAAAAAAAAAAAAABAgMEBQARIQYT/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIREv/aAAwDAQACEQMRAD8AiYvs7zx1ezFhrr5aHhsKlwkuKQDzWye5UsWtTIZbeeo2y44kLUQpsAkjZ588Yye6fKFytP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ElG84-rAb","title":"A Closer Look at the DarkSide Ransomware Gang","shortId":"ElG84-rAb","createdAt":"2021-05-11T16:44:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27012524,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/a-closer-look-at-the-darkside-ransomware-gang/","canonicalUrl":"https://krebsonsecurity.com/2021/05/a-closer-look-at-the-darkside-ransomware-gang/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc045674cc65c66dc3330fb8d822880a","ratio":2.09230769230769,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAwABBQAAAAAAAAAAAAAAAAECEhMjUVKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMJ1d2VKcvlUUyrtXoAxf//Z","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"CIF11Rdc0","title":"Stumbled","shortId":"CIF11Rdc0","createdAt":"2021-05-11T16:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012482,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:58:17.000Z","url":"https://stumbled.cc","canonicalUrl":"https://stumbled.cc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a68769194f63eb0027a2193ea93e7e27","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQGERIhYaL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB0RAAEEAgMAAAAAAAAAAAAAAAQAAQIFAwYREyL/2gAMAwEAAhEDEQA/ALeq7FUUrXEw3xKynPSq1CPpCZuq9nRa1VsDuQACzW+T7PCxEnNhsisJHEJuycqwR+hvK//Z","siteTwitter":"","creatorTwitter":"@kovah_kvh","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8dipTKwFK","title":"Epic wanted Sony’s PlayStation PC games to compete with Steam, documents show","shortId":"8dipTKwFK","createdAt":"2021-05-11T15:57:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012477,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:54:37.000Z","url":"https://www.theverge.com/2021/5/11/22424596/epic-games-store-sony-playstation-pc-games-steam-competition","canonicalUrl":"https://www.theverge.com/2021/5/11/22424596/epic-games-store-sony-playstation-pc-games-steam-competition","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4faa632a0cb888699d79c23ea8bf10ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIDCQAAAAAAAAAAAAAAAgARAQMSBAUGEyMxQmFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQABAwQDAAAAAAAAAAAAAAACAAETAwQFQXHC8P/aAAwDAQACEQMRAD8AyHDRNcgWeAjVPz4hMZyksPH1RoGNA6Y7doiHbE8h+2SqZAWho8dQX//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"N5TiXdtUL","title":"Unerreichbarkeit aus Marktgründen","shortId":"N5TiXdtUL","createdAt":"2021-05-11T15:38:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27012458,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:23:37.000Z","url":"https://tuxproject.de/blog/2021/05/unerreichbarkeit-aus-marktgruenden/","canonicalUrl":"https://tuxproject.de/blog/2021/05/unerreichbarkeit-aus-marktgruenden/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6e67741d5b1c25a0cf656f3f2e9f0b0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUI/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDBBEABRMhInGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBCEREjFBUf/aAAwDAQACEQMRAD8Azn03WSsnjyVIrcET2p+J1sfXJVMHJnRkMXJUkehxUOxzVmirmZIUDQAq2h+8LbIs1qFq0JLEkljyokRY62G064Muy5PPtXYOZeWbirH/2Q==","siteTwitter":"@hirnfick_20","creatorTwitter":"@tux0r","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ddp7sbIht","title":"Migrating from Parcel to Snowpack","shortId":"ddp7sbIht","createdAt":"2021-05-10T21:36:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":117,"score":27012050,"tagsStr":"webdev,css,typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-04-13T08:11:54.000Z","url":"https://benfrain.com/migrating-from-parcel-to-snowpack-build-tool-comparison/","canonicalUrl":"https://benfrain.com/migrating-from-parcel-to-snowpack-build-tool-comparison/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"JWo-OGXmI","title":"Bird Reflections","shortId":"JWo-OGXmI","createdAt":"2021-05-11T02:32:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27011672,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/118620305/Bird-Reflections","canonicalUrl":"https://www.behance.net/gallery/118620305/Bird-Reflections","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4c448796c07a2cae8a916ab410e467e","ratio":0.99009900990099,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAEDB//EAB4QAQACAgIDAQAAAAAAAAAAAAECEQAhAxMSIkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8A12PL48cfYghcity/KvDrXfZV/F3jkDxwUFo3ksoqvcXU7//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ENfGaxix3","title":"Sandro Tosi: Empire State Building Lights iCalendar","shortId":"ENfGaxix3","createdAt":"2021-05-10T21:21:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27011361,"tagsStr":"python,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"http://sandrotosi.blogspot.com/2021/05/empire-state-building-lights-icalendar.html","canonicalUrl":"http://sandrotosi.blogspot.com/2021/05/empire-state-building-lights-icalendar.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"77V4XpWoX","title":"My Product Design Journey — Week 2","shortId":"77V4XpWoX","createdAt":"2021-05-10T15:08:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":11,"score":27011276,"tagsStr":"startup,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T06:52:11.000Z","url":"https://code.likeagirl.io/my-product-design-journey-week-2-98170111778a","canonicalUrl":"https://code.likeagirl.io/my-product-design-journey-week-2-98170111778a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04c32f216a12c66481bda010ac744777","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgX/xAAlEAABAwIEBwEAAAAAAAAAAAABAgMRAAUEIjFBBhMUFSEjkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAQEBAQEAAAAAAAAAAAAAAAECABES/9oADAMBAAIRAxEAPwBXwzcme0Yli5YBtp7l+tHXIcAOuZUeB9ok8jFF5wptNrgqMZZ/d6F2l1wW9ELUJEmDrU11xYdWAtQAJ3qckqVe5jyJv//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@chinwe_uz","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DswOM9M-nR","title":"Facebook wants to make sure you’ve read the article you’re about to share","shortId":"DswOM9M-nR","createdAt":"2021-05-10T18:48:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011208,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:45:13.000Z","url":"https://www.theverge.com/2021/5/10/22429174/facebook-article-popup-read-misinformation","canonicalUrl":"https://www.theverge.com/2021/5/10/22429174/facebook-article-popup-read-misinformation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d49d10e9ae023bb4da907a6b72117cf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBQADAQAAAAAAAAAAAAABAAIDBBEFBmEh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKp36pDb5+2y1JZMYkrvDIxC3CMz6Yy4+gk+YqqiIP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yPz5vRhU5","title":"BWXT to manufacture Boston Scientific's TheraSphere glass microspheres","shortId":"yPz5vRhU5","createdAt":"2021-05-10T18:22:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011182,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:13:56.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=roc&pag=dis&ItemID=132335&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132335","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a43ecf44e4272ad0ddc5ff7284d0fbbc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDABESIQQxFEEyYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMUSwHHkEuMpBuhUFYU9MN71fRoVRSoPhBtfLLv7pYVDcp8gDdypuOxkNflSSSyB2AkcAE+zVIJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pBVPH3n6j","title":"Potentially fatal 'black fungus' infections on the rise in India's COVID-19 patients","shortId":"pBVPH3n6j","createdAt":"2021-05-10T18:20:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:13:44.000Z","url":"https://www.livescience.com/black-fungus-infection-coronavirus-india.html","canonicalUrl":"https://www.livescience.com/black-fungus-infection-coronavirus-india.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/108c9956c5ae2b8202a4b21477880fc5","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIhAAAQMEAgIDAAAAAAAAAAAAAQIDBQAGESEEEgcUImFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AtPjWXbl7Lh5RpLjHBajGVeqEpI7hO1D8AwN43nGazTdnluFRdMyk22lwjmvDusI7K+Z2fulKWwY5v//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"D2CbmmKO8","title":"YouTube has run the numbers to see how vloggers open their videos","shortId":"D2CbmmKO8","createdAt":"2021-05-10T17:53:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011153,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:46:17.000Z","url":"https://www.theverge.com/2021/5/10/22428903/youtube-vlogger-greetings-hey-guys-language-analysis","canonicalUrl":"https://www.theverge.com/2021/5/10/22428903/youtube-vlogger-greetings-hey-guys-language-analysis","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7073293ebf7e705c2382751464ae391","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAEQIEEiExUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQARAiFB/9oADAMBAAIRAxEAPwDOSNha9dqstZTGNA4uyJ5LrzVGu/tyYwGQv33ER1UDkunk/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"burZm0mXe","title":"State attorneys general pressure Facebook to abandon plans for children’s Instagram","shortId":"burZm0mXe","createdAt":"2021-05-10T17:28:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011128,"tagsStr":"tech-news,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:20:12.000Z","url":"https://www.theverge.com/2021/5/10/22428710/facebook-instagram-children-under-13-attorney-general-letter-data-collection-coppa","canonicalUrl":"https://www.theverge.com/2021/5/10/22428710/facebook-instagram-children-under-13-attorney-general-letter-data-collection-coppa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96adda851b361cf670e3599e3d2c1635","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxEFEiFBEzJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQMRImH/2gAMAwEAAhEDEQA/AM4U2BNOtXxVs1jKBYwO5MfOe+5G9m12GDwcexiIF8mUq4f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Qz73NWlPB","title":"That time I contributed to Scala Exercises website","shortId":"Qz73NWlPB","createdAt":"2021-05-10T13:47:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":0,"score":27010907,"tagsStr":"open-source,scala","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-03-07T17:02:14.000Z","url":"https://isabelcmdcosta.medium.com/that-time-i-contributed-to-scala-exercises-website-c85978b7b057","canonicalUrl":"https://isabelcosta.github.io/posts/that-time-i-contributed-to-scala-exercises/","image":"","ratio":null,"placeholder":"","siteTwitter":"@Medium","creatorTwitter":"@isabelcmdcosta","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TrszJXCa8","title":"Linux am Dienstag: Programmplan 11.5.2021","shortId":"TrszJXCa8","createdAt":"2021-05-10T12:35:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010835,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:04:51.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/10/linux-am-dienstag-programmplan-11-5-2021/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/10/linux-am-dienstag-programmplan-11-5-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"dMsuIOnYK","title":"USV und RaspberryPi im SmartHome 2/2","shortId":"dMsuIOnYK","createdAt":"2021-05-10T08:34:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010594,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://www.pgollor.de/cms/?p=2961","canonicalUrl":"https://www.pgollor.de/cms/?p=2961","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"2IpntrQLD","title":"Armbian 21.05 mit Verbesserung der Desktop-Abbilder","shortId":"2IpntrQLD","createdAt":"2021-05-10T06:34:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010474,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T06:10:46.000Z","url":"https://www.bitblokes.de/armbian-21-05-mit-verbesserung-der-desktop-abbilder/","canonicalUrl":"https://www.bitblokes.de/armbian-21-05-mit-verbesserung-der-desktop-abbilder/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hf-TwrjwK","title":"Web Weekly #18 (#blogPost)","shortId":"hf-TwrjwK","createdAt":"2021-05-09T21:27:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27009927,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-18/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-18/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"tuqSwcs4o","title":"New trailers: A Quiet Place 2, Stranger Things 4, Loki, and more","shortId":"tuqSwcs4o","createdAt":"2021-05-09T14:02:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009482,"tagsStr":"grafana","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:00:00.000Z","url":"https://www.theverge.com/2021/5/9/22426500/new-trailers-stranger-things-loki-quiet-place-netflix-disney-marvel-hbo","canonicalUrl":"https://www.theverge.com/2021/5/9/22426500/new-trailers-stranger-things-loki-quiet-place-netflix-disney-marvel-hbo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e9a78f471d70304f6afd19041cba627","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEEEgUGFCEiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEx/9oADAMBAAIRAxEAPwDKg6mzCnzpGEB7aYtWa/a3ryo0vN5YSmO10Tt9RFE46jyLbP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8NrPonQAY","title":"LA DEVELOPERS","shortId":"8NrPonQAY","createdAt":"2021-05-08T18:36:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27008316,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/108268515/LA-DEVELOPERS","canonicalUrl":"https://www.behance.net/gallery/108268515/LA-DEVELOPERS","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b148a3b642347c79f692e1407360af6","ratio":1.6489988221437,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAAQFBAMAAAAAAAAAAAAAAAEDBAIFERJBExYhIkRhsv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIxAxP/2gAMAwEAAhEDEQA/AIPmU8WRVSjmbbSUu8ftaeKmdeBnNqPsPmxl7Sir9AAD1ugLkY5UqqGz/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"f4K7stnOO","title":"Messenger-Wechsel – Nur kurze Zeitfenster","shortId":"f4K7stnOO","createdAt":"2021-05-08T12:09:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007929,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T11:40:06.000Z","url":"https://curius.de/2021/05/messenger-wechsel-nur-kurze-zeitfenster/","canonicalUrl":"https://curius.de/2021/05/messenger-wechsel-nur-kurze-zeitfenster/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c655f77a83c080f6744985007e391a67","ratio":1.74386920980926,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQhBRESMf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8A0XicZj01lRSnomwk7O2+ncoU4+OlKKtICqoAHcRFSyGThf/Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xq1J25Vsh","title":"What are Homo sapiens?","shortId":"xq1J25Vsh","createdAt":"2021-05-25T14:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032551,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:15:40.000Z","url":"https://www.livescience.com/homo-sapiens.html","canonicalUrl":"https://www.livescience.com/homo-sapiens.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b8e753cdf4acfb6cd5e4aa66b4a6da1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACEQMEBSESBhMxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAIAEQEDMf/aAAwDAQACEQMRAD8AvhcU21NAY9opiq5rO6NO5wdfZ1M+FqT09mwTxv3x6kiURCOorspp5NVP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"W8OmzCwN0","title":"Mozilla veröffentlicht Firefox Klar 8.15.3 für Android","shortId":"W8OmzCwN0","createdAt":"2021-05-07T20:37:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006997,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:29:59.000Z","url":"https://www.soeren-hentzschel.at/firefox-klar/firefox-klar-8-15-3/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox-klar/firefox-klar-8-15-3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ed54fca4bb156b64f35b520492f1953","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAEAAQQCAwAAAAAAAAAAAAABAwACBBIFESFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBRETIf/aAAwDAQACEQMRAD8AguY5WXFxiGGLHAt12YhX6+6km6652V7fNKUiRRGtzqNuK54J/9k=","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":3,"description":null,"toc":null,"summary":null},{"id":"S568ZsLF9","title":"Twitter's Tip Jar Privacy Fiasco Was Entirely Avoidable","shortId":"S568ZsLF9","createdAt":"2021-05-07T20:36:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006996,"tagsStr":"tech-news,security,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:33:00.000Z","url":"https://www.wired.com/story/twitter-tip-jar-privacy-fiasco-entirely-avoidable/","canonicalUrl":"https://www.wired.com/story/twitter-tip-jar-privacy-fiasco-entirely-avoidable/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/08593734e67272ba07d13fce51eb2254","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEEhNxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCK7apsMxgRnjlMYayLsFwfnIGaGJtrxJxs0tCgY1ND3jGB/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MWxPvGH8G","title":"Gianni Blu and D. Lylez give Usher’s ‘OMG’ a house makeover","shortId":"MWxPvGH8G","createdAt":"2021-05-07T20:34:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006994,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:33:19.000Z","url":"https://dancingastronaut.com/2021/05/gianni-blu-and-d-lylez-give-ushers-omg-a-house-makeover/","canonicalUrl":"https://dancingastronaut.com/2021/05/gianni-blu-and-d-lylez-give-ushers-omg-a-house-makeover/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/41e2c380555c58aec726f806da690a3a","ratio":1.4984375,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYhMQcSE1Kh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABwRAAICAgMAAAAAAAAAAAAAAAERAAIDMRNR8P/aAAwDAQACEQMRAD8Ap3Xq9LdtPlisMRwpJW2SCs/c7bcGsXmalTImPvLht9zjilnOOSc+tKUTVFODFk5ATYDa17uf/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WfgPymfLb","title":"Giant sequoia tree still smoldering 9 months after devastating California wildfires","shortId":"WfgPymfLb","createdAt":"2021-05-07T19:28:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006928,"tagsStr":"venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T19:12:14.000Z","url":"https://www.livescience.com/giant-sequoia-tree-still-smoldering-2020-california-wildfires.html","canonicalUrl":"https://www.livescience.com/giant-sequoia-tree-still-smoldering-2020-california-wildfires.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c1379b188d0c1798bf0681691466272","ratio":2.07972270363951,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDEQQFBiSBkv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIDBCEiMUH/2gAMAwEAAhEDEQA/AI+HkOyn2+HqZcqZ+LkvLZA55Ntomq8VENGKHYd8BEQ6iZ+N+BIijaRpf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"tcp0OQza2","title":"Google Assistant will sing you a song about getting vaccinated","shortId":"tcp0OQza2","createdAt":"2021-05-07T17:57:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006837,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T17:51:25.000Z","url":"https://www.theverge.com/2021/5/7/22424917/google-assistant-vaccine-song-covid","canonicalUrl":"https://www.theverge.com/2021/5/7/22424917/google-assistant-vaccine-song-covid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bace72c9c2e943ef5a20c544cd8bd5b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxEhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0pWNWtgzABeqMw6BJPbWHYGlSQc32Ihb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WdsdfHiTA","title":"Inquest investigates death of woman after wellness scan","shortId":"WdsdfHiTA","createdAt":"2021-05-07T16:42:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27006762,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:30:47.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132322&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132322","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a38a9454b7d5ddee4b9459446883af4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQUHCP/EACQQAAEDAgYCAwAAAAAAAAAAAAECAwQFEQAGEhMhMQdRIjJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAAAARESAiFB/9oADAMBAAIRAxEAPwATfHdSrUaqKYanuMTQC69IGzd5KiTpFvqDYC4HXfOGMXKWcmIzLRj0twtoCdapBBVYWufj3ilR5UhOUnnUvuh0QgoLCzqBseb+8Z1lVipmS8TUZhJWed9Xv9xQsIb2LW5B/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"8D9X_Oayf","title":"Your TikTok login will soon work with other apps","shortId":"8D9X_Oayf","createdAt":"2021-05-07T16:16:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006736,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:14:13.000Z","url":"https://www.theverge.com/2021/5/7/22422980/tiktok-log-in-sound-kit-app-integration-developers","canonicalUrl":"https://www.theverge.com/2021/5/7/22422980/tiktok-log-in-sound-kit-app-integration-developers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4d2925871ffb23f3b5d16f0735d2aaec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCBAURABIhIgYTYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABoRAAMBAAMAAAAAAAAAAAAAAAECAwAEBRH/2gAMAwEAAhEDEQA/AMYtddTL8Yuolb1NrnOVSGpad+1ciJ4jEjAIKz2HPb5zCu2+xcZmoYNwEsADjP5ppoXLYqoI1j00J3ZzQe7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JyRP6ucJI","title":"I’m So Over DLC","shortId":"JyRP6ucJI","createdAt":"2021-05-05T15:39:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003819,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:36:00.000Z","url":"https://www.wired.com/story/no-more-dlcs/","canonicalUrl":"https://www.wired.com/story/no-more-dlcs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76340ccfc001a42efa9ddcb4d5f4590f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABBQEBAQEAAAAAAAAAAAABAgMEBREAIRNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIRQlFh/9oADAMBAAIRAxEAPwCKqbOLXVcSM5XiQY5XKQ4p5W/QpSdIOjPzwDzpOVbuOynnCwwCtZVgT4NPOcXAtg4SloPrP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"g2qHaemcv","title":"ALRT leads the way with electric ‘Let Me Know’","shortId":"g2qHaemcv","createdAt":"2021-05-07T12:33:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:26:50.000Z","url":"https://dancingastronaut.com/2021/05/alrt-leads-the-way-with-electric-let-me-know/","canonicalUrl":"https://dancingastronaut.com/2021/05/alrt-leads-the-way-with-electric-let-me-know/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/572a143a6e954a697e1a45164ed9969a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACIQAAICAQQCAwEAAAAAAAAAAAECAwQRABITITFRBQYUIv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQMAEQIEEkFh/9oADAMBAAIRAxEAPwDNEtw/K1JrUdWRKtlpDKs2edQg3txYG0nBA7Iyehpen3OCsiwR1L/HENi7goOB0M9+dWcNiaFeOKaRIwvSqxA8etF/DUk/uSrAzt2zNGCSfZ1S1GcbBFj2M17Mu5//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VGv8ijMn3B","title":"LiveLeak, the internet’s font of gore and violence, has shut down","shortId":"VGv8ijMn3B","createdAt":"2021-05-07T11:26:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006446,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:22:22.000Z","url":"https://www.theverge.com/2021/5/7/22424356/liveleak-shock-site-shuts-down-itemfix","canonicalUrl":"https://www.theverge.com/2021/5/7/22424356/liveleak-shock-site-shuts-down-itemfix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/175052a109c8cc73dc5e962b76b7530b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAgQREhMxUYGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQEAAQUBAAAAAAAAAAAAAAABAAIDERJB4f/aAAwDAQACEQMRAD8Az0c3p4+chiVtN+JF7gGw96+alFWO4jTr9vMRCUmWWrJuo89n/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lPoaHmCZv","title":"The internals of Fractal-next","shortId":"lPoaHmCZv","createdAt":"2021-05-07T11:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27006423,"tagsStr":"general-programming,rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:58:58.000Z","url":"https://blogs.gnome.org/jsparber/2021/05/07/the-internals-of-fractal-next/","canonicalUrl":"https://blogs.gnome.org/jsparber/2021/05/07/the-internals-of-fractal-next/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"R46XExvGF","title":"How the World’s Most “Dangerous” Punk Band Got a Little Less Cold","shortId":"R46XExvGF","createdAt":"2021-05-07T10:36:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006396,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:30:00.000Z","url":"https://www.theringer.com/music/2021/5/7/22423982/iceage-elias-bender-ronnenfelt-interview-seek-shelter","canonicalUrl":"https://www.theringer.com/music/2021/5/7/22423982/iceage-elias-bender-ronnenfelt-interview-seek-shelter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37591fcd55a3bb4f05b22b0d718f10fe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIBABAAEDAwUAAAAAAAAAAAAAAQIAAwQGIzEHEhMh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQSUWH/2gAMAwEAAhEDEQA/ALm6mvY3ULDwrVpLbOGLLdeGPeSicCLWlc5ksnzK+3eflKUyUCOdZKW52qQnnk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":21,"description":null,"toc":null,"summary":null},{"id":"McbcC78C7","title":"Astro","shortId":"McbcC78C7","createdAt":"2021-05-05T22:14:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":1241,"score":27005419,"tagsStr":"javascript,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-06T13:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:49:23.000Z","url":"https://css-tricks.com/astro/","canonicalUrl":"https://css-tricks.com/astro/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7d3440f3f034e4628befa8615bc2107","ratio":2.01178781925344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxESBDFi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8Ay/RfojLorE4wT2Jcc68AAWPgejESwyTjHd//2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3FLz64xy_","title":"'Mundane' AI poised to transform radiology","shortId":"3FLz64xy_","createdAt":"2021-05-06T16:35:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005315,"tagsStr":"ai,deep-learning,robotics","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:23:10.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132312&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132312","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bbcdd70102bc848a24b8fdaad5ca39d8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAKRAAAQMCBQALAAAAAAAAAAAAAQIDBQAEBhESITETFBUlMjNDUVJhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxIh/9oADAMBAAIRAxEAPwC3EDTb0LGyL6dM1fupuDdoJRkokaUew2P7nS3rUgnYO8beOsvx086/hnGZfcW6bdwBnWoq6IFI2TnxyeKMRMzKdlWXeV75KPXV8R90rTJMt76C8n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XcZ1ReRus","title":"The PS5 now has a YouTube TV app","shortId":"XcZ1ReRus","createdAt":"2021-05-06T15:51:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005271,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:46:56.000Z","url":"https://www.theverge.com/2021/5/6/22422812/ps5-youtube-tv-roku-sony-playstation-5-app-streaming","canonicalUrl":"https://www.theverge.com/2021/5/6/22422812/ps5-youtube-tv-roku-sony-playstation-5-app-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6022c942b675b0a8ef026fd2d1a68949","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQQDAAMAAAAAAAAAAAABAwQAAgYRBRIhBxNB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB0RAAEDBQEAAAAAAAAAAAAAAAMAAVECBBExsfD/2gAMAwEAAhEDEQA/AJGF4rEg/H7wfqa3mpSUhpRb3jWgEnqTvYOvR5VaDjWQxYUePGyhNqFLtWsXcUq4i0DQ2e3p1+0pRQrktW35KSMAcewy/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"V6Lg-Cbhp","title":"JuJu Smith-Schuster Wants to Trust-Fall With Ben Roethlisberger","shortId":"V6Lg-Cbhp","createdAt":"2021-05-06T15:13:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005233,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:08:30.000Z","url":"https://www.theringer.com/2021/5/6/22422614/juju-smith-schuster-wants-to-trust-fall-with-ben-roethlisberger","canonicalUrl":"https://www.theringer.com/2021/5/6/22422614/juju-smith-schuster-wants-to-trust-fall-with-ben-roethlisberger","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79ffb2a2aa92c33716153b68bb85586d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFERIhMQYTQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRA//aAAwDAQACEQMRAD8Au6dfiXCA7Ju8ISAlwsIYac7LSEttJ04SBkc+9/OazpF9bTIdDNtiobCiEpUNRAzsCTz9pSpb9LU5lquKsLuDP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ZYRIqAoFt","title":"Hilo | lg2","shortId":"ZYRIqAoFt","createdAt":"2021-05-06T14:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27005197,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/106452979/Hilo-lg2","canonicalUrl":"https://www.behance.net/gallery/106452979/Hilo-lg2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5072e3a889096d5f8abfa22992a64fe5","ratio":1.76991150442478,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAQRBQYSgQchcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwDU+J91DXNOWldvK3SnKkr5chEQAye8j5Vp20JNbNktWugZyMiBnHvulKM3UvHMImjpv//Z","siteTwitter":"@behance","creatorTwitter":"@lg2_agency","readTime":0,"description":null,"toc":null,"summary":null},{"id":"NMvUTjzBV","title":"The OnePlus Watch gets an always-on display — at the cost of half its battery life","shortId":"NMvUTjzBV","createdAt":"2021-05-06T14:11:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005171,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:08:50.000Z","url":"https://www.theverge.com/2021/5/6/22422707/oneplus-watch-always-on-display-update-battery-life","canonicalUrl":"https://www.theverge.com/2021/5/6/22422707/oneplus-watch-always-on-display-update-battery-life","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7eaa1e133da77929c7cceef6f4f35db","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQQCAAMFBhEhMUFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AqjuFbY2XVMovl2F11rE43kogm2xyAe+wPfsHwOOKxPsU2H9gyblxgibDV27IceDKZP39pSmwv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SqHsFfqz7","title":"This could be your last chance to order gifts that’ll arrive by Mother’s Day","shortId":"SqHsFfqz7","createdAt":"2021-05-06T14:06:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:04:33.000Z","url":"https://www.theverge.com/good-deals/2021/5/6/22422645/mothers-day-tech-gifts-deals-ideas-amazon-kindle-apple-ipad-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/6/22422645/mothers-day-tech-gifts-deals-ideas-amazon-kindle-apple-ipad-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d43f7de945b24a3e4c4d8d1beba96e18","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRMQUHISJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAyH/2gAMAwEAAhEDEQA/AKK8QRyw3p8ladLd00SrBgcNsbB7eqyLkemXCx8hdI8t2WWVgSrhQTk6GDgfMmlKHWyPJThSqdJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5gvzh9AwV","title":"The art of making simple but tough rhythm games","shortId":"5gvzh9AwV","createdAt":"2021-05-06T14:01:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005161,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:00:00.000Z","url":"https://www.theverge.com/22417808/unbeatable-rhythm-doctor-accessible-games","canonicalUrl":"https://www.theverge.com/22417808/unbeatable-rhythm-doctor-accessible-games","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4679d24f7ec87c81e9b0f4d63397d61","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAgECBAcAAAAAAAAAAAAAAQIEAAUDBhFREhMhMkGB0v/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxEiMf/aAAwDAQACEQMRAD8A12yvh2G72+E02RJ4yW5mio3UkeAdzt6qjEyLDZ2ZpsvUkk9nzSlAlz47L7AEOs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZicXeJbWo","title":"MIDRC offers support for COVID-19 AI","shortId":"ZicXeJbWo","createdAt":"2021-05-05T20:46:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27004126,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T20:33:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132308&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132308","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af92a15ea588d87e53a21eadcbf2f021","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQUGCP/EACgQAAIBAgQDCQAAAAAAAAAAAAECBQMEAAYHERIhcRQWMUFRVZSh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCot9MMnvWm6tzA2yuTx0lWhw0rVF6+ZPrvhxa6eZQa2pM2SIpiUBJNAjfl1xig5imiGBmJHZvEdqfn94PeOc95kvlP+4D/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fgBH4PWtA","title":"Ancient turtle with a frog face sucked down its prey millions of years ago","shortId":"fgBH4PWtA","createdAt":"2021-05-05T18:22:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003982,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:12:03.000Z","url":"https://www.livescience.com/quick-mouthed-frog-turtle-discovery.html","canonicalUrl":"https://www.livescience.com/quick-mouthed-frog-turtle-discovery.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d07ef7341a2feed2442244bb842cd579","ratio":1.51706700379267,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFEiERYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAIDAAEEESJR/9oADAMBAAIRAxEAPwDFHZSvEsmEsZseyQssjx3A3KegnX0kKec6Ks5hGJIyFyoPfHi2Yfp26ftKVCXksMd37CgAsHqp/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bpiuO83Nf","title":"Facebook has no reason to ever resolve the Trump ban","shortId":"bpiuO83Nf","createdAt":"2021-05-05T18:20:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003980,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:10:49.000Z","url":"https://www.theverge.com/2021/5/5/22421334/facebook-donald-trump-oversight-board-ban-decision-criticism","canonicalUrl":"https://www.theverge.com/2021/5/5/22421334/facebook-donald-trump-oversight-board-ban-decision-criticism","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aef670b263a6deab766fa470089d06a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAEQMEBRIhEzGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQABBAMAAAAAAAAAAAAAAAABAAMRMRJRYf/aAAwDAQACEQMRAD8A2LQkZNvTKoKqUZ+Fnqmqr+yxVcKB5CevZAiIHTFdVbAyvQX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"m7MQ1tyPG","title":"Doctors successfully treat rare J&J blood clot, case report shows","shortId":"m7MQ1tyPG","createdAt":"2021-05-05T17:38:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003938,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:31:37.000Z","url":"https://www.livescience.com/johnson-and-johnson-vaccine-blood-clot-treatment-case-report.html","canonicalUrl":"https://www.livescience.com/johnson-and-johnson-vaccine-blood-clot-treatment-case-report.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/722c36cb4abad91d2a67037a88e47c58","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwQFERIVITFBcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhIh/9oADAMBAAIRAxEAPwDPLQyBk3DspWC4xSPY+p3OsmBsPWB07KAXSIgHjaE58mM5P1ERtuykXN0J/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"i8ERYTXOB","title":"Introducing Zero Trust Private Networking","shortId":"i8ERYTXOB","createdAt":"2021-06-10T15:28:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":11,"score":27055937,"tagsStr":"security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T15:22:57.000Z","url":"https://blog.cloudflare.com/private-networking/","canonicalUrl":"https://blog.cloudflare.com/private-networking/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d36121ac300c5efbbe28bcfe764053b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxESQlNxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAWEQADAAAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ANQVVMa2K22AsdxzjqV0PyHyIhQOn//Z","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"s6rO9Mund","title":"Clubhouse is funding 50 pilot audio shows from creators","shortId":"s6rO9Mund","createdAt":"2021-05-05T17:05:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003905,"tagsStr":"tech-news,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:02:52.000Z","url":"https://www.theverge.com/2021/5/5/22420644/clubhouse-creator-first-pilot-program-season-audio-social","canonicalUrl":"https://www.theverge.com/2021/5/5/22420644/clubhouse-creator-first-pilot-program-season-audio-social","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d695a039fdb0c5947ef7c741f61f68b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQQBBAMAAAAAAAAAAAABAgMEBQYRAAcSFCEiQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBESJB/9oADAMBAAIRAxEAPwCiYZhNsgh8UIj2+GmWnmpXjDR1LhvUrg7HdoaHrYH3yOZHmuNWjIbpbY+nWOyJR1UtOrsgBYI5XZ+P5xxxHAy6abP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0pS74TMSe","title":"Is the space increase caused by static linking a problem?","shortId":"0pS74TMSe","createdAt":"2021-05-05T17:04:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27003904,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/is-space-increase-caused-by-static.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/is-space-increase-caused-by-static.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NI7y6pcsz","title":"‌Detectnet added to NCCN guidelines","shortId":"NI7y6pcsz","createdAt":"2021-05-05T17:01:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003901,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:53:19.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132305&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132305","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5beaf53f45eb3d9ef19dda230df13060","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFESFBBhIiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxMhMRH/2gAMAwEAAhEDEQA/ALxfR4mxjTFXFwQSGCk67cmiMuGu4pXjBfxJXZjxWzYiWRcVCFkcAINACfdD7pVN1MSo17zx9oxox+MrHfYlbshKso1yf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"hbvuGTdQt","title":"Resident Evil Village has more guns but fewer scares","shortId":"hbvuGTdQt","createdAt":"2021-05-05T15:04:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:00:00.000Z","url":"https://www.theverge.com/22420738/resident-evil-village-review-playstation-xbox-pc","canonicalUrl":"https://www.theverge.com/22420738/resident-evil-village-review-playstation-xbox-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/598e8ba7579c50527785176f38919dcd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBBEABRIiEyFBof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAASECA//aAAwDAQACEQMRAD8AydGsKNLr4Uh8vNzD1tNeHiRfH39v8yFmNtMzH2kN9EOKSLNmgcYw3N1idqH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"wKJEu1AYn","title":"Presenting Design Ideas is All About Presentation","shortId":"wKJEu1AYn","createdAt":"2021-05-05T14:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27003775,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:09:50.000Z","url":"https://speckyboy.com/ideas-about-presentation/","canonicalUrl":"https://speckyboy.com/ideas-about-presentation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4e97272cef0f8fe8d2ad4e16be5ffee","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBRITIiFxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECIf/aAAwDAQACEQMRAD8AxSrqOlcTRYqWTIB2LJgAfXVQvvU97tskrRnwCzOPuURMerwOlD//2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-Mwhvbhg5","title":"Nextcloud Android-Client 3.16 – Rich Workspaces deaktivieren","shortId":"-Mwhvbhg5","createdAt":"2021-05-05T13:41:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27003701,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:05:41.000Z","url":"https://www.bitblokes.de/nextcloud-android-client-3-16-rich-workspaces-deaktivieren/","canonicalUrl":"https://www.bitblokes.de/nextcloud-android-client-3-16-rich-workspaces-deaktivieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0KHvZT4Lv","title":"LaMelo’s Return, Ant’s Surge, and One Final NBA Rookie Check-in","shortId":"0KHvZT4Lv","createdAt":"2021-05-05T13:38:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003698,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:36:36.000Z","url":"https://www.theringer.com/nba/2021/5/5/22419937/lamelos-return-ants-surge-and-one-final-nba-rookie-check-in","canonicalUrl":"https://www.theringer.com/nba/2021/5/5/22419937/lamelos-return-ants-surge-and-one-final-nba-rookie-check-in","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fdeda2491d999cd31d38d271a997c3b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBRIGEyFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMEMf/aAAwDAQACEQMRAD8Ax/hjR72hFDJrwLJG6qJlQdj8sXf4Mi8lterkdqONB0SV1XtRNAmrNYxjeNQS0UosYDs//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"fG81upoo4","title":"How does time work?","shortId":"fG81upoo4","createdAt":"2021-05-20T11:58:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025198,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:42:42.000Z","url":"https://www.livescience.com/how-does-time-work.html","canonicalUrl":"https://www.livescience.com/how-does-time-work.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53f5a3f2c441e9aaca6ad462fed57cd3","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAhEEBRIxMkFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACESFR0f/aAAwDAQACEQMRAD8Aw7bNy4s01kIURcii7XB5LPQ4x9k29gD2DB7j4HuIlSytMvfIRpn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"VZnVFf_ON","title":"Mate.Bike","shortId":"VZnVFf_ON","createdAt":"2021-05-12T22:42:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27014322,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/119145415/MateBike","canonicalUrl":"https://www.behance.net/gallery/119145415/MateBike","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61df67327ca08bc02203ca4470ac5fcc","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMEIQUGE1Fx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADBBEi/9oADAMBAAIRAxEAPwDSE7hgZbYpw0UWHKob15/GZYwVAjRAnZ91afrvGOxYG8AxmFYQPmqUo5ALE9S2tjS/EM//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"wA2wCzSuN","title":"Facebook’s Nextdoor-clone Neighborhoods is coming soon to four US cities","shortId":"wA2wCzSuN","createdAt":"2021-05-05T09:45:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003465,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:42:50.000Z","url":"https://www.theverge.com/2021/5/5/22420597/facebook-nextdoor-clone-neighborhoods-canada-us-cities-launch","canonicalUrl":"https://www.theverge.com/2021/5/5/22420597/facebook-nextdoor-clone-neighborhoods-canada-us-cities-launch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dffb4de3efb0ee04b26cc340923fe139","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBQYSITFysf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAxESITHR/9oADAMBAAIRAxEAPwDabWgV7m5b7rckkkNknMQcWY4kEdg58hXdPqpB6N+IiIgwaZUklOSsn55S/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2sRmJPK3-","title":"Sonographer vs. radiologist: What difference does it make?","shortId":"2sRmJPK3-","createdAt":"2021-05-04T19:48:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27002628,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:26:10.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132294&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132294","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55bb4122951d189961e17e1df768db41","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAARIQUSEzVBcXOx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMREiH/2gAMAwEAAhEDEQA/ANUlTdS0iPHGPFlFFJN3OwO4VK+LomfNQFJfcJTcbcUyW5WC2e+L0vc6BE9Y/aMUqVdMfYdl2KuAT//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uUyCC8uWx","title":"It’s not just you: Reddit is down","shortId":"uUyCC8uWx","createdAt":"2021-05-04T18:26:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:19:23.000Z","url":"https://www.theverge.com/2021/5/4/22419545/reddit-partial-outage-down","canonicalUrl":"https://www.theverge.com/2021/5/4/22419545/reddit-partial-outage-down","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6a7dcbe0fefca9d03a0f96eb8e9daae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEiFBcdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAEQAh/9oADAMBAAIRAxEAPwDB4dpE1pIm10eWUqI5i7XFxfuhdGwa7yY2PBfQ8n7jGIIrl//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IScpOCJhR","title":"The Wages of Password Re-use: Your Money or Your Life","shortId":"IScpOCJhR","createdAt":"2021-05-04T17:40:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27002500,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/the-wages-of-password-re-use-your-money-or-your-life/","canonicalUrl":"https://krebsonsecurity.com/2021/05/the-wages-of-password-re-use-your-money-or-your-life/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bed1d769d5d11319e0fa8eb383ecbe4f","ratio":1.46153846153846,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAMFERIGIjFBcYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQADAv/aAAwDAQACEQMRAD8AgOa3My7raJBoVTKjEnJLdXMP3OQVlMpk6pJrP1PU8u7jyfaIl06VjzAL/9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5wGfAQcgE","title":"Walmart’s unannounced cloud gaming service detailed in confidential Epic emails","shortId":"5wGfAQcgE","createdAt":"2021-05-04T13:05:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002477,"tagsStr":"cloud,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:02:41.000Z","url":"https://www.theverge.com/2021/5/4/22418882/walmart-cloud-gaming-service-epic-games-trial-emails","canonicalUrl":"https://www.theverge.com/2021/5/4/22418882/walmart-cloud-gaming-service-epic-games-trial-emails","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/051bb498a7909f58999584eb051d5cd3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAREiEiMVJx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMJp3K4py1J6EE09niUssWDw79QDo+OuwcmZJOR70P1AcYxBv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QSVNSHGMP","title":"Activists Say Facebook Allows Drug Ads to Target Teens","shortId":"QSVNSHGMP","createdAt":"2021-05-04T13:04:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":4,"score":27002476,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:00:00.000Z","url":"https://www.wired.com/story/activists-facebook-allows-drug-ads-target-teens/","canonicalUrl":"https://www.wired.com/story/activists-facebook-allows-drug-ads-target-teens/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2b8edfec6f7d17d6ab1a9027d8a4bf2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgABEQMhIhIjMVGRof/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEx/9oADAMBAAIRAxEAPwDNtWvt5ABSLi0tdrzLefVQVT0DmXHaIj2Bl//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BwtzqudQf","title":"Then a Hacker Began Posting Patients’ Deepest Secrets Online","shortId":"BwtzqudQf","createdAt":"2021-05-04T11:11:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":1,"score":27002346,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.wired.com/story/vastaamo-psychotherapy-patients-hack-data-breach/","canonicalUrl":"https://www.wired.com/story/vastaamo-psychotherapy-patients-hack-data-breach/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07df2b71657bccba49872b4947d827e7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAURAAYSITGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AM/FmsjbkoG7kMjYe1cmq2Ha7KplMSsyOQrAbB9/Nco4bK9rsYejOe7dhUyQRv4iZDrag62VJP6SeOOSQ1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"GV37jEV8X","title":"Hobbits and other early humans not 'destructive agents' of extinction, scientists find","shortId":"GV37jEV8X","createdAt":"2021-05-04T14:05:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002285,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:49:47.000Z","url":"https://www.livescience.com/early-humans-island-extinctions.html","canonicalUrl":"https://www.livescience.com/early-humans-island-extinctions.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28b8060db5e6fdf93678d19939f95907","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgEEEQADBQcSITGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDMf/aAAwDAQACEQMRAD8Ap5HYD7DMrDHGiZAPIUG+ciScliY78WPlZ6Wzn6Ess7HtKVHG9k7FJ//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"rwUPx4nlU","title":"The Top 25 Players in the NBA","shortId":"rwUPx4nlU","createdAt":"2021-05-04T13:53:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002273,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:43:12.000Z","url":"https://www.theringer.com/nba/2021/5/4/22416337/top-25-nba-player-ranking-lebron-james-nikola-jokic","canonicalUrl":"https://www.theringer.com/nba/2021/5/4/22416337/top-25-nba-player-ranking-lebron-james-nikola-jokic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e695b09b0d26b4006a63977b8271409d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAGIUEFERIiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8A26JmmozWbBZzDavQkJI6FgfI/Q22ygc5Q0vdRtNdJKxSqDUhIBsMe3oOTucYwmVrKpvEf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"YGwmJxwZ2","title":"Apple antitrust trial kicks off with Tim Sweeney’s metaverse dreams","shortId":"YGwmJxwZ2","createdAt":"2021-05-04T00:31:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27001723,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:28:09.000Z","url":"https://www.theverge.com/2021/5/3/22417697/apple-epic-fortnite-app-store-antitrust-trial-day-1","canonicalUrl":"https://www.theverge.com/2021/5/3/22417697/apple-epic-fortnite-app-store-antitrust-trial-day-1","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5aab4582f21378a8fcbc8fff7f13447","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAAQFBQAAAAAAAAAAAAABAgADBCEFERITMQcUIlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIhA//aAAwDAQACEQMRAD8AjK/qHjFbim1OEkSpzsQiaht6SUGV/SjPPk3il7nEX8lrmRWuFANvnMIQ61MySipP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"iPZryCopH","title":"Impossible Foods clears legal battle over the ingredient that makes its meat ‘bleed’","shortId":"iPZryCopH","createdAt":"2021-05-03T22:34:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":27001601,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:32:07.000Z","url":"https://www.theverge.com/2021/5/3/22418036/impossible-foods-legal-battle-key-ingredient-heme-fda","canonicalUrl":"https://www.theverge.com/2021/5/3/22418036/impossible-foods-legal-battle-key-ingredient-heme-fda","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7b6e621e4267b08fd8b8084f765700f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEAAUREiFRExUxMoH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAAMAAwAAAAAAAAAAAAAAAQACIRESIv/aAAwDAQACEQMRAD8AmLdfJkWe1FaUkMl0KCD6jfxjj7UJeb3M7xO0OqQnruYQk4CRqOwHFKUeLdO24RVqUPOcrP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"r0DbqNk1D","title":"Daily Superstars","shortId":"r0DbqNk1D","createdAt":"2021-05-04T02:38:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27001598,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118583957/Daily-Superstars","canonicalUrl":"https://www.behance.net/gallery/118583957/Daily-Superstars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2d2dc4dc134fe47952fda1b3bd0f210","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAwQFBhESISMxQdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECA1H/2gAMAwEAAhEDEQA/ANAOsMpd03D31RXdd24DiF6egDIDmnJJNxdbnz36n2IgHbLRqrjh/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DlfUI1laQ","title":"How to Implement Debounce and Throttle with JavaScript","shortId":"DlfUI1laQ","createdAt":"2021-05-03T16:42:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":27001242,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:57:29.000Z","url":"https://webdesign.tutsplus.com/tutorials/javascript-debounce-and-throttle--cms-36783","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/javascript-debounce-and-throttle--cms-36783","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/36783/preview_image/debounce-throttle.png","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"sebR9OQyz","title":"Esaote launches MyLab X9 ultrasound scanner","shortId":"sebR9OQyz","createdAt":"2021-05-03T17:37:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001057,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:27:20.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132282&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132282","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f3c99e88ea8f216e1ff169f59c2f1e4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDABEEBQYhIgcSExSR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANuzbTQj6mZfqZ8dixCkHh9RJGKNIeCsVG1uf2xvtV3QOcxo+KLMisy9tiRcja9PUH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Q3d0TL8mP","title":"How to Choose an SEO Friendly WordPress Theme?","shortId":"Q3d0TL8mP","createdAt":"2021-05-03T16:09:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000969,"tagsStr":"wordpress,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-16T01:07:06.000Z","url":"https://www.wpexplorer.com/choose-seo-friendly-wordpress-theme/","canonicalUrl":"https://www.wpexplorer.com/choose-seo-friendly-wordpress-theme/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0365feb72b1c0db4cea6046377504782","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxEhBDEFQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAQABBQAAAAAAAAAAAAAAAAEAAgMRMVH/2gAMAwEAAhEDEQA/ANpv4dHKr8pY6st1BQK6sdhlGQc+j8xKPWh0NREpWwFx2GqdT//Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":6,"description":null,"toc":null,"summary":null},{"id":"GBcsHKUiq","title":"Upgrades to the US Army’s night vision technology make darkness into a video game","shortId":"GBcsHKUiq","createdAt":"2021-05-03T15:22:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000922,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:15:46.000Z","url":"https://www.theverge.com/2021/5/3/22417206/army-night-vision-tech-enhanced","canonicalUrl":"https://www.theverge.com/2021/5/3/22417206/army-night-vision-tech-enhanced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2dcf2aa6c8db4d577e28ef3f193925e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQRMQUSQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQADAAAAAAAAAAAAAAAAAQAREiH/2gAMAwEAAhEDEQA/AMfg6dJuGS4WkqunQjeNDX0ZkF0pe5rOxBZnJJ6+5iIXPWYBqX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Bpl7yVPHX6","title":"Why Epic is burning its own cash to cook Apple","shortId":"Bpl7yVPHX6","createdAt":"2021-05-03T14:11:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000851,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T14:09:30.000Z","url":"https://www.theverge.com/2021/5/3/22412899/epic-apple-trial-rules-investment-app-payment","canonicalUrl":"https://www.theverge.com/2021/5/3/22412899/epic-apple-trial-rules-investment-app-payment","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88b78425bef2d438ef2a2d8e8ff54c7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFERITIVEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAgEQABAwIHAAAAAAAAAAAAAAABAgMRAAUhMUJRYYHw/9oADAMBAAIRAxEAPwCt7Udrq88eVmJwlxJADj+wTjZwD6PcGsWdNkLnSFAQwFOKIBhtHHfuvdKUMecUBAPpNWi3soSCqMTHOhG+XVf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fwHEAg3Wx","title":"Epic Games buys artist portfolio site ArtStation","shortId":"fwHEAg3Wx","createdAt":"2021-05-03T13:14:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000794,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T13:10:14.000Z","url":"https://www.theverge.com/2021/5/3/22417003/epic-games-artstation-creators-artist-portfolio-purchase","canonicalUrl":"https://www.theverge.com/2021/5/3/22417003/epic-games-artstation-creators-artist-portfolio-purchase","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db60a8ba6f879293eb9ef04cbd8ab91b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMEBQIRACExUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABESH/2gAMAwEAAhEDEQA/AMOrbiNXW1fKdWJlJjnTE55dO2CNk6Pffw+cl2NlhLsJUlURMdbm5MxTh4sEkjEfg3rjji3SJTEf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VGyIGD4vW","title":"Why Not Turn Airports Into Giant Solar Farms?","shortId":"VGyIGD4vW","createdAt":"2021-05-03T11:05:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.wired.com/story/why-not-turn-airports-into-giant-solar-farms/","canonicalUrl":"https://www.wired.com/story/why-not-turn-airports-into-giant-solar-farms/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/427d1bacafcef87c2d9746481a687de2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACBBEGBRIDEyFBcYHi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQABBQAAAAAAAAAAAAAAAAAAAQIRElH/2gAMAwEAAhEDEQA/ANcLJsl5A4o1kkjqGOjs2eKFGvah2X5NuNahFq+8X6RFWVHRuH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"sGq5Z7tuO","title":"Full Circle Magazine 168 mit Shells.com-Test – kostenloser Download","shortId":"sGq5Z7tuO","createdAt":"2021-05-03T09:56:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000596,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:39:37.000Z","url":"https://www.bitblokes.de/full-circle-magazine-168-mit-shells-com-test-kostenloser-download/","canonicalUrl":"https://www.bitblokes.de/full-circle-magazine-168-mit-shells-com-test-kostenloser-download/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"gtXRvePeH","title":"Audacity wird vom Muse Group übernommen","shortId":"gtXRvePeH","createdAt":"2021-05-03T08:56:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000536,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:19:00.000Z","url":"https://linuxnews.de/2021/05/audacity-wird-vom-muse-group-uebernommen/","canonicalUrl":"https://linuxnews.de/2021/05/audacity-wird-vom-muse-group-uebernommen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94493dd3d162f76e80732107dccb8bf4","ratio":1.00719424460432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAYFEiEREzFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAREmEhUVL/2gAMAwEAAhEDEQA/AI7iuAW2tYXfaw93cpLFv7QjiBiGxQSXP3n8491O3jUOwDDoDRWR1QorsEPlQeDQoRM4eQyHIE3A8jrdVkZCqhVsQOd7r//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"PJB6AKTwO","title":"Guidelines for the artist. Digital paintings.","shortId":"PJB6AKTwO","createdAt":"2021-05-03T06:40:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27000400,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118701609/Guidelines-for-the-artist-Digital-paintings","canonicalUrl":"https://www.behance.net/gallery/118701609/Guidelines-for-the-artist-Digital-paintings","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a26a4e111b0e4869ea24451032a4d137","ratio":1.41414141414141,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSIQcxQVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMTISL/2gAMAwEAAhEDEQA/ANa/dQ4OoGlwIcu9Rbs29sDKQ3tWTwU7+2OcZ8ejUSmtfpUQmNZgkHACpbufuOKUoCVpYOhGZGTQn//Z","siteTwitter":"@behance","creatorTwitter":"@ArtGuenter","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DS0rWvShS","title":"ECMAScript 2021: What’s Next for JavaScript? – The New Stack","shortId":"DS0rWvShS","createdAt":"2021-06-11T15:14:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":211,"score":27057815,"tagsStr":"general-programming,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T14:01:04.000Z","url":"https://thenewstack.io/ecmascript-2021-whats-next-for-javascript-webassembly/","canonicalUrl":"https://thenewstack.io/ecmascript-2021-whats-next-for-javascript-webassembly/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/308dae87dd90c89981f946846f791375","ratio":1.77650429799427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAAABgICAwAAAAAAAAAAAAAAAQIDBAUREgcUMnHB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhMy/9oADAMBAAIRAxEAPwCe8OTq6JQ2UWwq2ZndaWe6vJOralfMYEukWSCkOk22lKNj1I2yPBZ9gANCWlCb4k//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Tob5GqX35","title":"NFL Draft Recap With Mike Renner and Zach Wilson’s College Coach Kalani Sitake","shortId":"Tob5GqX35","createdAt":"2021-05-03T06:01:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T05:48:21.000Z","url":"https://www.theringer.com/2021/5/3/22416833/nfl-draft-recap-with-mike-renner-and-zach-wilsons-college-coach-kalani-sitake","canonicalUrl":"https://www.theringer.com/2021/5/3/22416833/nfl-draft-recap-with-mike-renner-and-zach-wilsons-college-coach-kalani-sitake","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe5bb8ab856d7dc1752a6dda584e4f0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAwUBAAAAAAAAAAAAAwEEEQACBgUTIQcSFBUycf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQMEEQACBRNRwdH/2gAMAwEAAhEDEQA/AM6YYU1edPMY1EBvHd6gRyAhEHKxuxasynKJx+VKvMVO2dnB7Y921fdZPaqTCxP1SlX8S0RcJkq2zBPXFByblVA26zEj2v/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kL9TJK6sU","title":"Linux-Distributionen zwischen Stabilität und Aktualität","shortId":"kL9TJK6sU","createdAt":"2021-05-03T05:25:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000325,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T05:00:00.000Z","url":"https://www.my-it-brain.de/wordpress/linux-distributionen-zwischen-stabilitaet-und-aktualitaet/","canonicalUrl":"https://www.my-it-brain.de/wordpress/linux-distributionen-zwischen-stabilitaet-und-aktualitaet/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HtQzFE-ge","title":"New trailers: Castlevania, West Side Story, Sweet Tooth, Luca, and more","shortId":"HtQzFE-ge","createdAt":"2021-05-02T22:06:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26999886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T22:03:29.000Z","url":"https://www.theverge.com/2021/5/2/22410363/new-trailers-west-side-story-castlevania-sweet-tooth-luca-rick-and-morty-netflix-disney","canonicalUrl":"https://www.theverge.com/2021/5/2/22410363/new-trailers-west-side-story-castlevania-sweet-tooth-luca-rick-and-morty-netflix-disney","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/014dec055f783a8640c5e19b518c3748","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAQACAwQREgUGISNx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AMEv9ZkoT2qlWGNjjOQ2YbzaxpziPOfTimO7gvafYURMUsi4uJHnN//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"o4ViOyaAa","title":"Daily Builds von Ubuntu 21.10 Impish Indri ab sofort verfügbar","shortId":"o4ViOyaAa","createdAt":"2021-05-02T08:03:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999043,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T07:52:52.000Z","url":"https://www.bitblokes.de/daily-builds-von-ubuntu-21-10-impish-indri-ab-sofort-verfugbar/","canonicalUrl":"https://www.bitblokes.de/daily-builds-von-ubuntu-21-10-impish-indri-ab-sofort-verfugbar/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bvepTE7Mh","title":"How to Hire a Website Designer","shortId":"bvepTE7Mh","createdAt":"2021-05-01T09:26:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":26997686,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:00:54.000Z","url":"https://www.quicksprout.com/how-to-hire-website-designer/","canonicalUrl":"https://www.quicksprout.com/how-to-hire-website-designer/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"CoWyQmQM1","title":"Federal COVID-19 vaccine website launches with Spanish-language version","shortId":"CoWyQmQM1","createdAt":"2021-04-30T21:22:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:19:05.000Z","url":"https://www.theverge.com/2021/4/30/22412813/covid-vaccine-website-federal-spanish-text-phone","canonicalUrl":"https://www.theverge.com/2021/4/30/22412813/covid-vaccine-website-federal-spanish-text-phone","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fad530d2aecaf6a7266f1d3be2788876","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERIhI2Jx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAcEQABAwUAAAAAAAAAAAAAAAAAAQIDESEyUcH/2gAMAwEAAhEDEQA/AJBS0TyNZQTCa6EXGbb8VKK3W/tZ5yrGPKXiLoKszgdexpSqZaJKb4gvzP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wlpkeOAia","title":"SCCT releases new consensus document on cardiovascular CT","shortId":"wlpkeOAia","createdAt":"2021-04-30T20:39:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996919,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T20:28:56.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132274&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132274","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c618656a48e24fffd4300a2091bea7f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACEQAAIBAwQDAQAAAAAAAAAAAAECAwURIQAEMUEHEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAhBBESMf/aAAwDAQACEQMRAD8AdeWK0tPkjembZGhhsBIy+wurWK8dWtzmx1DRV6vTRJLFVZI43UMqI7+qg8AY4GtK8yYp+yjGEKqSo4OB1+nQ0XzEirgBQAB1q9UIvfsF8gMipyKn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jsdWjcwhn","title":"Roku and YouTube TV are now in an all-out public showdown","shortId":"jsdWjcwhn","createdAt":"2021-04-30T19:46:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996866,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T19:45:06.000Z","url":"https://www.theverge.com/22412430/roku-youtube-tv-google-feud-explainer-timeline","canonicalUrl":"https://www.theverge.com/22412430/roku-youtube-tv-google-feud-explainer-timeline","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba7ea2fb8d0e4949b9185560bedc64ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQMAAgQRITHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgADETEhIkGB8P/aAAwDAQACEQMRAD8AwXLsRmzPyuxJe1yhamixIsoCvg+yI5ySSL8c9+REOduo5lRFFUlGwpNvDPc//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"rzwh5UTOr","title":"Instacart shoppers say their accounts were wrongly deactivated","shortId":"rzwh5UTOr","createdAt":"2021-04-30T19:02:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996822,"tagsStr":"business,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:57:38.000Z","url":"https://www.theverge.com/2021/4/30/22412189/instacart-shoppers-deactivated-accounts-phishing-scams","canonicalUrl":"https://www.theverge.com/2021/4/30/22412189/instacart-shoppers-deactivated-accounts-phishing-scams","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79602e7340cf8118a892c3670677fed0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwMFAQAAAAAAAAAAAAABAgMEAAURBiExMmET/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADESFBwf/aAAwDAQACEQMRAD8AlRpTkw3WdJQwZiSEx3UN4+BVjrvxuffajydTXlmQ60ZYWULKSrChnB57UpU2jbEQLGVmwe+Cf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZpMEWWVR6","title":"Centralized lung cancer screening programs boost adherence","shortId":"ZpMEWWVR6","createdAt":"2021-04-30T18:59:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996819,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:49:02.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132272&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132272","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cf4ec8a4879b127dbe5ae4a4611af7e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMAAgQRBRIhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AzhgtxKcC1TcMMeyxId30ajwAa19kOIlNvCC//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"yjxpbf36L","title":"Code Maze Weekly #80","shortId":"yjxpbf36L","createdAt":"2021-06-11T11:21:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":7,"score":27057109,"tagsStr":"general-programming,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-06-11T11:20:20.000Z","url":"https://cdn-4.code-maze.com/code-maze-weekly-80/","canonicalUrl":"https://cdn-4.code-maze.com/code-maze-weekly-80/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f942f7c3a9703631b55e14f3a5cf6a82","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBhIhMQVBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWdbXI8zby2EscbWSK800boMvtwFAPrnJz31UhbahintopY7TakiBlBc8AjP2lKJYdkAKx9bGr7DDk/9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ZQQw1a0oW","title":"CSS size-adjust for @font-face","shortId":"ZQQw1a0oW","createdAt":"2021-06-09T16:19:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":83,"score":27054890,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/css-size-adjust/","canonicalUrl":"https://web.dev/css-size-adjust/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebf601a1671849a1144ea6754f6fbda8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABBAIBBQAAAAAAAAAAAAABAgMEEQASBRMhMTJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAMf/aAAwDAQACEQMRAD8Alv8ANKeipjwwtiPqGwEmzY9QSe58k5LckR+ordqNtZuw4Tf0KGMZIV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"rzJopfZvN","title":"Krustlet Brings WebAssembly to Kubernetes with a Rust-Based Kubelet – The New Stack","shortId":"rzJopfZvN","createdAt":"2021-06-15T10:53:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":1,"score":27062983,"tagsStr":"webdev,kubernetes,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-15T10:00:05.000Z","url":"https://thenewstack.io/krustlet-brings-webassembly-to-kubernetes-with-a-rust-based-kubelet/","canonicalUrl":"https://thenewstack.io/krustlet-brings-webassembly-to-kubernetes-with-a-rust-based-kubelet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78a6671153b16eae87634459cefe5927","ratio":1.66937669376694,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEEFCESFTEyYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDOwZ2L2l8bQhLJKRpNonLrEa9Ga6p/N1ag5w3xDx9J0RPMgR+3/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":5,"description":null,"toc":null,"summary":null},{"id":"leWxaG0ur","title":"Tailwind CSS from Zero to Hero - Responsiveness and Custom Utilities","shortId":"leWxaG0ur","createdAt":"2021-06-15T10:56:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":13,"score":27062935,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":false,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/tailwind-css-from-zero-to-hero-responsiveness-and-custom-utilities-part-3-of-4","canonicalUrl":"https://daily.dev/blog/tailwind-css-from-zero-to-hero-responsiveness-and-custom-utilities-part-3-of-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32c7f9c4534bc9dca3e931ce76419f1a","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQMAAhEhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A0yhBWmy1suAQSO7ndlFaWFQCwk57EREf/9k=","siteTwitter":"","creatorTwitter":"@vaibhav_khulbe","readTime":13,"description":null,"toc":null,"summary":null},{"id":"7JdkIef0F","title":"System Design Interview Tutorial – The Beginner's Guide to System Design","shortId":"7JdkIef0F","createdAt":"2021-06-14T22:56:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":720,"score":27062885,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-15T06:30:00.000Z","discussionScore":54,"banned":false,"deleted":false,"publishedAt":"2021-06-14T22:46:31.000Z","url":"https://www.freecodecamp.org/news/system-design-interview-practice-tutorial/","canonicalUrl":"https://www.freecodecamp.org/news/system-design-interview-practice-tutorial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b86562a2120a869340f3b155c8a5cbbd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhFREhMhQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB8RAAIABQUAAAAAAAAAAAAAAAERAAIDEiEFBiIjsf/aAAwDAQACEQMRAD8Al4XPzYq/huQnXEniaJWKd5PakrsfnBrS1lpTAXNnBOliwSWNXAMr7gEb80pQ+mc7hNlRfbw6DSqUjaSwVhpL0x//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@Ren_Engineer","readTime":11,"description":null,"toc":null,"summary":null},{"id":"_6VNkTEK2","title":"Tailwind CSS from Zero to Hero - Extracting Components and Setting up for Production","shortId":"_6VNkTEK2","createdAt":"2021-06-14T12:35:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":856,"score":27062318,"tagsStr":"general-programming,react,css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-14T22:00:00.000Z","discussionScore":65,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/tailwind-css-from-zero-to-hero-extracting-components-and-setting-up-for-production-part-4-of-4","canonicalUrl":"https://daily.dev/blog/tailwind-css-from-zero-to-hero-extracting-components-and-setting-up-for-production-part-4-of-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a7d60bc256916a3458dc0dadd5b6ab0","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAxEEMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANL8elq0etLGCkEj3DuypUYKAbCTncRER//Z","siteTwitter":"","creatorTwitter":"@vaibhav_khulbe","readTime":17,"description":null,"toc":null,"summary":null},{"id":"rxFRfkOUy","title":"Microsoft’s Collaborative Apps — the Web Is the Engine – The New Stack","shortId":"rxFRfkOUy","createdAt":"2021-06-14T13:24:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","tweeted":true,"views":538,"score":27062238,"tagsStr":"general-programming,javascript,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-14T20:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T13:00:01.000Z","url":"https://thenewstack.io/microsofts-collaborative-apps-the-web-is-the-engine/","canonicalUrl":"https://thenewstack.io/microsofts-collaborative-apps-the-web-is-the-engine/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d9b033589a533d09f07b74bf5e1c1f0","ratio":1.82336182336182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFEhETFCExkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDLcrl7tmbW/JHYhG07Y+mGhury3j4omWu4l3aRjnz7RESpev/Z","siteTwitter":"@thenewstack","creatorTwitter":"@ricmac","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DuXTF-R6R","title":"What is an IIFE in JavaScript?","shortId":"DuXTF-R6R","createdAt":"2021-06-14T18:59:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":128,"score":27062208,"tagsStr":"general-programming,javascript,logging","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.30secondsofcode.org/blog/s/javascript-iife","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-iife","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0434ebe7b821bff8628db9549acb2230","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBQZREiNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDJ9dLs8ni+2jxQ9uPFBGXtEgo+xoP3oqFcH+RurvtERWU4/9k=","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jEN6foWur","title":"If You Must Interrupt, Start With a Compliment","shortId":"jEN6foWur","createdAt":"2021-06-14T21:44:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":19,"score":27062108,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T13:28:13.000Z","url":"https://code.likeagirl.io/if-you-must-interrupt-start-with-a-compliment-ed5dc175bcf3","canonicalUrl":"https://code.likeagirl.io/if-you-must-interrupt-start-with-a-compliment-ed5dc175bcf3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d414949f939dcd1dcb68507a656e4b63","ratio":1.54652880354505,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIRAAMEBRITBhUhUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwDRF/Ssm71Gb7nG7U9iCgLcvNvmfnaR491fRQiKqiFAgClKaq5L1v/Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1EkwKK5o0","title":"Critical Factors for Managing Applications and Kubernetes at the Edge – The New Stack","shortId":"1EkwKK5o0","createdAt":"2021-06-14T19:01:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":12,"score":27062061,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T17:14:18.000Z","url":"https://thenewstack.io/critical-factors-for-managing-applications-and-kubernetes-at-the-edge/","canonicalUrl":"https://thenewstack.io/critical-factors-for-managing-applications-and-kubernetes-at-the-edge/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed660532e7664a055c9e85bc71fc1c05","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwIGAwAAAAAAAAAAAAABAAIDBBEGEhYiMUFRcuH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAxEAIVH/2gAMAwEAAhEDEQA/AJ5TYxBikY6iEkjnk3dLtaPAGXi6ath7oxf2+IirQyNGzEG77vCTgSKoIquaz//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RUZbFR7B5","title":"GitLab Patch Release: 13.12.4","shortId":"RUZbFR7B5","createdAt":"2021-06-14T20:32:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":10,"score":27062059,"tagsStr":"gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T00:00:00.000Z","url":"https://about.gitlab.com/releases/2021/06/14/gitlab-13-12-4-released/","canonicalUrl":"https://about.gitlab.com/releases/2021/06/14/gitlab-13-12-4-released/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b221a703974699058041b0534bfe94f","ratio":1.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQUBAQEAAAAAAAAAAAAABAABAgMRIRMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEBAAEFAAAAAAAAAAAAAAABAgBBUWGBof/aAAwDAQACEQMRAD8AxEUkGsC+ogKVpUt8rmteLR1s62dz6yhRFXxBLSa8u3nWI1SgZ//Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":1,"description":null,"toc":null,"summary":null},{"id":"y24PQUv4Q","title":"Growth of Freelance Work Levels Playing Field for Women in Tech","shortId":"y24PQUv4Q","createdAt":"2021-06-14T21:44:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":2,"score":27062024,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T11:22:28.000Z","url":"https://code.likeagirl.io/growth-of-freelance-work-levels-playing-field-for-women-in-tech-316b62c53a7c","canonicalUrl":"https://code.likeagirl.io/growth-of-freelance-work-levels-playing-field-for-women-in-tech-316b62c53a7c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f202500cf8702f8e4e0bff7c05de620","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwQFERIWISIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/ANu1jKv6p0uzCvZaFQpcu5A8jsCR9PqUK15JUFrByI7xEBmy26E//9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"@TWelsonRossman","readTime":3,"description":null,"toc":null,"summary":null},{"id":"XpiAEHAlH","title":"10 Best African Language Datasets for Data Science Projects","shortId":"XpiAEHAlH","createdAt":"2021-06-14T18:41:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":24,"score":27062009,"tagsStr":"data-science,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T18:37:44.000Z","url":"https://www.freecodecamp.org/news/african-language-datasets-for-data-science-projects/","canonicalUrl":"https://www.freecodecamp.org/news/african-language-datasets-for-data-science-projects/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76e47ed46e142f7af2a12b453587e1dc","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDBAAFITFBERP/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAgMi/9oADAMBAAIRAxEAPwDdvsyzxhGmW2Qtb7qksraDiigDzBCRjfT5s55UcuVmLij9G9ntKUXObqGYyx4JU//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Davis_McDavid","readTime":6,"description":null,"toc":null,"summary":null},{"id":"cm3ESwd2I","title":"Terraform 1.0 Reflects What HashiCorp Has Learned About Infrastructure-as-Code – The New Stack","shortId":"cm3ESwd2I","createdAt":"2021-06-14T13:07:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":86,"score":27061852,"tagsStr":"general-programming,cloud,infrastructure,devops,terraform,hashicorp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T10:00:35.000Z","url":"https://thenewstack.io/terraform-1-0-reflects-what-hashicorp-has-learned-about-infrastructure-as-code/","canonicalUrl":"https://thenewstack.io/terraform-1-0-reflects-what-hashicorp-has-learned-about-infrastructure-as-code/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5a4fdd9548dc8b826ff2a4d87389868","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBQYSIRMiYTH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAIBAwQRAAUxQXH/2gAMAwEAAhEDEQA/AJ2pq25bTYd81hqCNbwsSkzIRKi5y/H2A6yP37isxmXzTPK+uXhd2LHEZHZ+cqUqTrpJyXXwPgCpPKxpDQtiCp2l5//Z","siteTwitter":"@thenewstack","creatorTwitter":"@bcamerongain","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HI9ux-Kon","title":"When CSS Isn’t Enough: JavaScript Requirements For Accessible Components — Smashing Magazine","shortId":"HI9ux-Kon","createdAt":"2021-06-14T11:03:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":133,"score":27061833,"tagsStr":"webdev,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbf7fc3b217bee237ea1b6346abccb7d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFERIGIXEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMhEdH/2gAMAwEAAhEDEQA/ANh4nYja4Eh1U118uZfAUgJ1OpOBj3HgHtU2/l8l+BGdXHZ2caSo9n6QDSlJRQ5JbYG1zSqrXg55P//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"5FIvZVQkX","title":"How Two Bell Labs Researchers Set the Rules for the Modern Compiler – The New Stack","shortId":"5FIvZVQkX","createdAt":"2021-06-13T13:35:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":68,"score":27060421,"tagsStr":"general-programming,aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-13T13:00:38.000Z","url":"https://thenewstack.io/how-two-bell-labs-researchers-set-the-rules-for-the-modern-compiler/","canonicalUrl":"https://thenewstack.io/how-two-bell-labs-researchers-set-the-rules-for-the-modern-compiler/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a10a023217b196364de5732e0c9d6ed4","ratio":1.41870824053452,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAAMEAgUGESIxMkFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABwRAQABBAMAAAAAAAAAAAAAAAERAAIEkRIhIv/aAAwDAQACEQMRAD8AkmPRsRtOHV3e5NSJj7prjN8dguGgjxOgAO9k+lMN/ERExZed1zPaapeUnkACB3X/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":6,"description":null,"toc":null,"summary":null},{"id":"JOaCQsFFS","title":"How To Create A Stylish Email Capture Page In Tailwind CSS","shortId":"JOaCQsFFS","createdAt":"2021-06-13T04:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":238,"score":27060030,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-13T07:00:01.000Z","discussionScore":7,"banned":false,"deleted":false,"publishedAt":"2021-06-11T20:32:29.000Z","url":"https://itnext.io/how-to-create-a-stylish-email-capture-page-in-next-js-3ed5bd201f3f","canonicalUrl":"https://itnext.io/how-to-create-a-stylish-email-capture-page-in-next-js-3ed5bd201f3f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/301fe9596d811e74dd2adc194d0a5439","ratio":1.3953488372093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAwABAwUAAAAAAAAAAAAAAQIDAAUSIQQGEUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhED/9oADAMBAAIRAxEAPwDINGU9u6ClWrKk+oAuqzUkkjggsQCvweRka2obrUZGptLEjn1jGEs67H8KiYz/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"T2w6uoSew","title":"Redis Streams in Action — Part 3 (Tweets processor app)","shortId":"T2w6uoSew","createdAt":"2021-06-13T04:09:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":154,"score":27059935,"tagsStr":"redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T18:10:22.000Z","url":"https://itnext.io/redis-streams-in-action-part-3-tweets-processor-app-254161838973","canonicalUrl":"https://itnext.io/redis-streams-in-action-part-3-tweets-processor-app-254161838973","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db7460ebbb329d63af4ce788cb1cc290","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRISJBIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIQL/2gAMAwEAAhEDEQA/ANL3PgvbXiHqV2amznWAASNd/OpeqsqgBhoY9REXRgxHUv/Z","siteTwitter":"@itnext_io","creatorTwitter":"@abhi_tweeter","readTime":4,"description":null,"toc":null,"summary":null},{"id":"R02b-39cVi","title":"SEO for Open Source Projects","shortId":"R02b-39cVi","createdAt":"2021-06-13T04:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":111,"score":27059869,"tagsStr":"google,open-source,github,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-13T07:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T19:24:33.000Z","url":"https://itnext.io/seo-for-open-source-projects-1a6b17ffeb8b","canonicalUrl":"https://itnext.io/seo-for-open-source-projects-1a6b17ffeb8b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cea15e15986944b71c9e935dfd94afaa","ratio":2.16998191681736,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAEgMEBREyQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECQf/aAAwDAQACEQMRAD8Azve87vrsTZCSK1AB46gSpKFFNPPsRDyTXX//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@jcubic","readTime":10,"description":null,"toc":null,"summary":null},{"id":"nCX0Y34qR","title":"DB Sharding & Scaling a NET Core Microservice Arch","shortId":"nCX0Y34qR","createdAt":"2021-06-12T20:25:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":99,"score":27059393,"tagsStr":"architecture,backend,.net","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T20:24:41.000Z","url":"https://itnext.io/how-to-use-database-sharding-and-scale-an-asp-net-core-microservice-architecture-22c24916590f","canonicalUrl":"https://itnext.io/how-to-use-database-sharding-and-scale-an-asp-net-core-microservice-architecture-22c24916590f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a87b676ee8b800faa8741ba0de709a30","ratio":1.57401315789474,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxEEEiFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQADAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/ANMvRbgvSakY4LnbncvY8JEmjZDo6CF4Na9efYiFVTj/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pYR1SarZj","title":"This Week in Programming: Crypto Miners Overrun Docker Hub’s Autobuild – The New Stack","shortId":"pYR1SarZj","createdAt":"2021-06-12T15:26:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":73,"score":27059094,"tagsStr":"general-programming,linux,docker,crypto,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T13:00:41.000Z","url":"https://thenewstack.io/this-week-in-programming-crypto-miners-overrun-docker-hubs-autobuild/","canonicalUrl":"https://thenewstack.io/this-week-in-programming-crypto-miners-overrun-docker-hubs-autobuild/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c4adbf8705b70c4a5e783974dcdbde5","ratio":1.61290322580645,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIABBIDBREhQXHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDBXNvQPrIqq7HJ89Q8soA8H33KGnZQ4i2QB0BwfsRBh3//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Dm2eHQonn","title":"Lightbend’s Akka Serverless PaaS to Manage Distributed State at Scale – The New Stack","shortId":"Dm2eHQonn","createdAt":"2021-06-11T21:38:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":56,"score":27057993,"tagsStr":"general-programming,cloud,devops,serverless,lightbend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T20:45:15.000Z","url":"https://thenewstack.io/lightbends-akka-serverless-paas-to-manage-distributed-state-at-scale/","canonicalUrl":"https://thenewstack.io/lightbends-akka-serverless-paas-to-manage-distributed-state-at-scale/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f54d82467854bf1d4f94525d1b3ce85f","ratio":1.57583547557841,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgAGAwEBAAAAAAAAAAAAAQIAAwQFERIHExQVQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDMTL/2gAMAwEAAhEDEQA/ANJ4o+IOPLJ77bLqKrpbeY0lHLHdv0nJi9abJ7ajW3S1XsbAElBgZhCEx1gLeUf/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HdPNsDfXg","title":"Where to Turn for a CentOS Replacement? Here’s 5 Solid Linux Distros to Check Out – The New Stack","shortId":"HdPNsDfXg","createdAt":"2021-06-11T20:45:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":63,"score":27057956,"tagsStr":"cloud,linux,oracle,red-hat","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T18:56:01.000Z","url":"https://thenewstack.io/where-to-turn-for-a-centos-replacement-heres-5-solid-linux-distros-to-check-out/","canonicalUrl":"https://thenewstack.io/where-to-turn-for-a-centos-replacement-heres-5-solid-linux-distros-to-check-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a8131421335dc50690cb189221a942f","ratio":1.33125,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEABEhBQYTMkJEUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAETES/9oADAMBAAIRAxEAPwCV/Q+GejTOZ2TGcUWklcl0KQ2ElSQe1RzYm+LD3Uj2z4/KvLvUfFJ+2zSlT0uxoMn/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"WD10Ty50J","title":"How to Level Up Your React Conditionals","shortId":"WD10Ty50J","createdAt":"2021-06-11T16:16:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":324,"score":27057947,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-11T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T16:04:46.000Z","url":"https://www.freecodecamp.org/news/learn-react-conditionals/","canonicalUrl":"https://www.freecodecamp.org/news/learn-react-conditionals/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23b53249ecf20aa58e4645c97d08b88a","ratio":1.524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAwIEABEGIQVBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAwQh/9oADAMBAAIRAxEAPwCN5Vya35q8tzqtGrHoBdZREe/uyScrE8ISxK5mcNyiJHW/YxjBk0WMvTKanLEluz//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"D_95N7gRK","title":"What is a Disaster Recovery Plan? How to Use RTO and RPO to Protect your Business","shortId":"D_95N7gRK","createdAt":"2021-06-11T22:57:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":21,"score":27057929,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T22:56:56.000Z","url":"https://www.freecodecamp.org/news/disaster-recovery-plan-what-are-rto-and-rpo/","canonicalUrl":"https://www.freecodecamp.org/news/disaster-recovery-plan-what-are-rto-and-rpo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3693a17bbc5b20f3bc3e77ffcbc2a176","ratio":1.77489177489177,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRABAAEDAwUBAAAAAAAAAAAAAQIAAxEFFSEEBhIiUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAwDAQACEQMRAD8A3ntnd4apqW5dZG7CNyRDwkoC5j6pxg/XnNVReAM5X7SlWBCrrf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"zJf8q-p1h","title":"How to Design Keyboard Accessibility for Complex React Experiences","shortId":"zJf8q-p1h","createdAt":"2021-06-11T20:30:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":62,"score":27057903,"tagsStr":"react,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T19:10:00.000Z","url":"https://www.freecodecamp.org/news/designing-keyboard-accessibility-for-complex-react-experiences/","canonicalUrl":"https://www.freecodecamp.org/news/designing-keyboard-accessibility-for-complex-react-experiences/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0df95a94e3759cab83e76a005aaf1977","ratio":1.7775,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAREiFRBTFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgAEEmHB/9oADAMBAAIRAxEAPwDB0rUK+M2LAhJQallBJIJOvzrjJrdau1qZok2RlyVXoa8D3jGP2iVCZ75JKqA7Prk//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@seejamescode","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Drn7rtbaJ","title":"How To Create A Stylish Email Capture Page In Tailwind CSS","shortId":"Drn7rtbaJ","createdAt":"2021-06-11T20:32:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":54,"score":27057880,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T20:32:29.000Z","url":"https://btahir.medium.com/how-to-create-a-stylish-email-capture-page-in-next-js-3ed5bd201f3f","canonicalUrl":"https://btahir.medium.com/how-to-create-a-stylish-email-capture-page-in-next-js-3ed5bd201f3f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/301fe9596d811e74dd2adc194d0a5439","ratio":1.3953488372093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAwABAwUAAAAAAAAAAAAAAQIDAAUSIQQGEUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhED/9oADAMBAAIRAxEAPwDINGU9u6ClWrKk+oAuqzUkkjggsQCvweRka2obrUZGptLEjn1jGEs67H8KiYz/2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"i2R07v_45","title":"Tip: Make any JavaScript value iterable","shortId":"i2R07v_45","createdAt":"2021-06-11T19:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":82,"score":27057863,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.30secondsofcode.org/blog/s/javascript-make-iterable","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-make-iterable","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f3832592eec4fc925c9d3e3ed369919","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBABAAICAgEFAAAAAAAAAAAAAQIDABEEEwUSFCFB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhEAAgEDBQAAAAAAAAAAAAAAAREAAgPwBCExodH/2gAMAwEAAhEDEQA/AN75Mqr5lV3Jr9v2KzKZSlJV+A26A2/mRSs5dMmsmBB9Ou6f1jGDsk1c5jk7VK2HSA9u35P/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SNQfyFVKv","title":"Adding Shadows to SVG Icons With CSS and SVG Filters","shortId":"SNQfyFVKv","createdAt":"2021-06-11T14:51:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":130,"score":27057755,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T14:30:29.000Z","url":"https://css-tricks.com/adding-shadows-to-svg-icons-with-css-and-svg-filters/","canonicalUrl":"https://css-tricks.com/adding-shadows-to-svg-icons-with-css-and-svg-filters/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7fbbd827baf7a24e8a4b64d9a9f553a4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBRIGFSEiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQFESET/9oADAMBAAIRAxEAPwDFcjRkl5l7MzVrDyIEIsxPMAfjZHZ97Oslk8KmkkZ/YVl7Et1Wguhv8H2xjJuWsyVy3zOtp9OBkksjXDgPF//Z","siteTwitter":"@CSS","creatorTwitter":"@olawanle_joel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"nBfySMnVM","title":"How to Ask Good Technical Questions – the Ultimate Guide","shortId":"nBfySMnVM","createdAt":"2021-06-11T17:50:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":65,"score":27057732,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T17:39:28.000Z","url":"https://www.freecodecamp.org/news/how-to-ask-good-technical-questions/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-ask-good-technical-questions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d083106c6a1c54fc3fbc46219d3cd83","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgQRAAMSBhMhMQciQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAQf/aAAwDAQACEQMRAD8Au7eu7V9d5y8bYgr2UoCQYRiRnI+n1MHqTUQ+83PUPXCG+Oym4oIytc4zxPPcUpSD/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"i4FUkz28a","title":"Tip: Set up Python 3 and pip 3 as default","shortId":"i4FUkz28a","createdAt":"2021-06-11T19:53:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":26,"score":27057704,"tagsStr":"python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.30secondsofcode.org/blog/s/setup-python3-pip3-as-default","canonicalUrl":"https://www.30secondsofcode.org/blog/s/setup-python3-pip3-as-default","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/160b830ac4e2298422ef15189c09054a","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFESESIkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABAhH/2gAMAwEAAhEDEQA/AM9W+enp7XcXSMa+plYIY856AkEuHmdEbUzkfqIiZxtgf//Z","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1f6waQHWB","title":"Web Design Done Well: Making Use Of Audio — Smashing Magazine","shortId":"1f6waQHWB","createdAt":"2021-06-11T15:42:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":37,"score":27057665,"tagsStr":"webdev,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/web-design-done-well-audio/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/web-design-done-well-audio/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbf84943c73c7d2e74d961c532ce1cc0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQFBhExEiJBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDZNL4VuMo2JhYlkdIBMQQAA4M8eudvgV8frGxPQrTOqQ9UkTXnuPJAKIlIBRmLdwasYqqz4PN//9k=","siteTwitter":"@smashingmag","creatorTwitter":"@yagayagafred","readTime":6,"description":null,"toc":null,"summary":null},{"id":"WPmNre_b2","title":"The Pathway to Information Security Management and Certification","shortId":"WPmNre_b2","createdAt":"2021-06-11T17:25:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":6,"score":27057629,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.fpcomplete.com/blog/pathway-to-information-security-management-and-certification/","canonicalUrl":"https://www.fpcomplete.com/blog/pathway-to-information-security-management-and-certification/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e02c53189e1d9e64a57d0415b2499b8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIEB//EAB8QAQABAwQDAAAAAAAAAAAAAAECAAMREhMhMVGB8P/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8Aw2/CGqMbNt1Jl3JgY9NTSuMZJtHDjhzRe/vFMdVUSgB6p//Z","siteTwitter":"@FPComplete","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"v4PcJXtFF","title":"How do bug bounty hunters use GitLab to help their hack?","shortId":"v4PcJXtFF","createdAt":"2021-06-11T17:00:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":22,"score":27057569,"tagsStr":"general-programming,security,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/11/how-i-use-gitlab-to-help-my-hack/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/11/how-i-use-gitlab-to-help-my-hack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0ea3918b1e2c9e8f8382d6fc48aaf45","ratio":2.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAFxABAQEBAAAAAAAAAAAAAAAAAAERIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AwW2cQAr/2Q==","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":8,"description":null,"toc":null,"summary":null},{"id":"tfCNaWEZS","title":"Develop and deploy your first Ethereum Smart Contract with Python","shortId":"tfCNaWEZS","createdAt":"2021-06-11T13:19:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":125,"score":27057566,"tagsStr":"general-programming,python,crypto,blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-11T15:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T13:15:10.000Z","url":"https://itnext.io/develop-and-deploy-your-first-ethereum-smart-contract-with-python-7048f25ba507","canonicalUrl":"http://blog.adnansiddiqi.me/develop-and-deploy-your-first-ethereum-smart-contract-with-python/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/41a6096f4d6efc6be9f4927f08ec1626","ratio":4,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAJRAAAgEBBQkAAAAAAAAAAAAAAQMCAAQFBgcTESIjMTJUYZHS/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM4nMLFDkx1L0MtCIcvgK3ZjkenyfdQW7NHGMHARvmQGzt0/FKUH/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@kadnan","readTime":11,"description":null,"toc":null,"summary":null},{"id":"-7vfn5Cix","title":"Splunk: OpenTelemetry and the Future of Observability – The New Stack","shortId":"-7vfn5Cix","createdAt":"2021-06-11T13:09:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":68,"score":27057509,"tagsStr":"general-programming,devops,logging","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T10:00:16.000Z","url":"https://thenewstack.io/splunk-opentelemetry-and-the-future-of-observability/","canonicalUrl":"https://thenewstack.io/splunk-opentelemetry-and-the-future-of-observability/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/940a5c0ad4fad6f70af34868e0f6df0f","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQDAAMAAAAAAAAAAAAAAgABAxIEBRETIuH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMowdVqw0xzZJyRkQs/B69X+qfmhwfMdXKtn56oiGGf/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":6,"description":null,"toc":null,"summary":null},{"id":"gD36En9lV","title":"Asset Browser Design Overview — Blender Developers Blog","shortId":"gD36En9lV","createdAt":"2021-06-11T16:48:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"blender","views":10,"score":27057451,"tagsStr":"general-programming,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://code.blender.org/2021/06/asset-browser-design-overview/","canonicalUrl":"https://code.blender.org/2021/06/asset-browser-design-overview/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/74cb200f30618dee73ce4a79ace4b913","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAwABBQIEESEGEhQiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIhMf/aAAwDAQACEQMRAD8AxEry01xK+RfAe6MQVNXchdtT9Zm1pR6peK7PmFFnO/d0RMr0Ef/Z","siteTwitter":"@blender_org","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"OE2WOul_o","title":"Easier Kafka Management with 4 New Control Center Features","shortId":"OE2WOul_o","createdAt":"2021-06-11T16:11:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":0,"score":27057131,"tagsStr":"kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.confluent.io/blog/create-kafka-messages-from-within-control-center-for-better-kafka-management/","canonicalUrl":"https://www.confluent.io/blog/create-kafka-messages-from-within-control-center-for-better-kafka-management/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":5,"description":null,"toc":null,"summary":null},{"id":"u0zZWDHKy","title":"Useful Front-End Boilerplates And Starter Kits — Smashing Magazine","shortId":"u0zZWDHKy","createdAt":"2021-06-10T15:49:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":2548,"score":27057128,"tagsStr":"general-programming,webdev,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-11T06:30:00.000Z","discussionScore":23,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a267a7a588dcb77526dca8deb4d1bf64","ratio":1.53846153846154,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxETBBIhInEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDTOOa+xvk9to+X6ogi1rYYw+W3BoBONo5r1ETRH//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"YlciJnORr","title":"Interconnect Anywhere — Reach Cloudflare’s network from 1,600+ locations","shortId":"YlciJnORr","createdAt":"2021-06-11T14:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":0,"score":27057005,"tagsStr":"security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T14:00:58.000Z","url":"https://blog.cloudflare.com/interconnect-anywhere/","canonicalUrl":"https://blog.cloudflare.com/interconnect-anywhere/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f51635050428747515ab186ca3ca8df9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAxESITFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEx/9oADAMBAAIRAxEAPwDUFNLaOVvty2QNsHX5xKFBCgFiTjv2Igcj2//Z","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FbfWbdOzn","title":"Two lines change turned a 6 sec request to 300ms","shortId":"FbfWbdOzn","createdAt":"2021-06-10T18:03:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","tweeted":true,"views":1095,"score":27056953,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-11T05:00:00.000Z","discussionScore":8,"banned":false,"deleted":false,"publishedAt":"2021-06-03T11:20:20.000Z","url":"https://itnext.io/two-lines-change-turned-a-6-sec-request-to-300ms-cf0f13c00a75","canonicalUrl":"https://itnext.io/two-lines-change-turned-a-6-sec-request-to-300ms-cf0f13c00a75","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/124354153df075480a02da600d6a9e45","ratio":2.20183486238532,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgIABgMAAAAAAAAAAAAAAQIAAxESEyEiMWOR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEAAwAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDTbUNYvCzK+HZQMPUiaLwSNavbwj7ERoal/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lH37zrpzs","title":"Put a Background on Open Details Elements","shortId":"lH37zrpzs","createdAt":"2021-06-11T00:24:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":65,"score":27056790,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T00:16:28.000Z","url":"https://css-tricks.com/put-a-background-on-open-details-elements/","canonicalUrl":"https://css-tricks.com/put-a-background-on-open-details-elements/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e474169050b5dcfb6538aeaf0af3eda3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQGEQUSExQhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AMvlltJyGSzXr+ozzp1Cz2/kCEnewNgbqHJgkskjOeTiBYkkLZgAfg7fKUozKWZK5b5nW0hVgZJNIxw4Dxf/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EqumVSyMNN","title":"Sharding, simplification, and Twitter’s ads serving platform","shortId":"EqumVSyMNN","createdAt":"2021-06-11T00:26:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":41,"score":27056692,"tagsStr":"tech-news,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/sharding-simplification-and-twitters-ads-serving-platform","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/sharding-simplification-and-twitters-ads-serving-platform","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"Ez3ElKXlf","title":"Simple scalable graph neural networks","shortId":"Ez3ElKXlf","createdAt":"2021-06-11T00:26:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":21,"score":27056648,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/simple-scalable-graph-neural-networks","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/simple-scalable-graph-neural-networks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"mLfcHiQEf","title":"Provably expressive graph neural networks","shortId":"mLfcHiQEf","createdAt":"2021-06-11T00:26:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":12,"score":27056626,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/provably-expressive-graph-neural-networks","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/provably-expressive-graph-neural-networks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"QyahRFrrG","title":"Dropping cache didn’t drop cache","shortId":"QyahRFrrG","createdAt":"2021-06-11T00:26:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":10,"score":27056621,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/open-source/2021/dropping-cache-didnt-drop-cache","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/open-source/2021/dropping-cache-didnt-drop-cache","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"PIjKDqalm","title":"Building a data stream to assist with COVID-19 research","shortId":"PIjKDqalm","createdAt":"2021-06-11T00:26:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":9,"score":27056618,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/how-we-built-a-data-stream-to-assist-with-covid-19-research","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/how-we-built-a-data-stream-to-assist-with-covid-19-research","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MrVaM_cfV","title":"LOVE. YES/NO","shortId":"MrVaM_cfV","createdAt":"2021-05-31T00:34:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27040354,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T00:00:00.000Z","url":"https://www.behance.net/gallery/114348307/LOVE-YESNO","canonicalUrl":"https://www.behance.net/gallery/114348307/LOVE-YESNO","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a02748f9d6b789cbda5af834f56d797","ratio":0.922874093605801,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQFERIhBiIxUYHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADQRH/2gAMAwEAAhEDEQA/AN3y11mIOsUW2WZ7RkUpGPD6Du0504/asVJKgkbSRyPVD3tjBdZqCWdXZ4wChEjDb8BpmiNlbGDBeDJ//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"wOjPwYkNx","title":"What Makes for a Great Tech Podcast? Let Us Know – The New Stack","shortId":"wOjPwYkNx","createdAt":"2021-06-08T12:25:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":12,"score":27053025,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T10:30:50.000Z","url":"https://thenewstack.io/survey/","canonicalUrl":"https://thenewstack.io/survey/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb75d09140fd7fba2eae5b9be5fe734f","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAQQDAQAAAAAAAAAAAAABAhEAAwQFBhMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8AresyrmRyfWbG0TFtDjukmDaYMS3sSGC/PKpHaopSrQwZvUv/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@LibbyMClark","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uWyb4eIx3","title":"target=\"blank\"","shortId":"uWyb4eIx3","createdAt":"2021-06-09T15:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","tweeted":true,"views":321,"score":27055052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-09T19:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T14:37:31.000Z","url":"https://css-tricks.com/targetblank/","canonicalUrl":"https://css-tricks.com/targetblank/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80d4687c9247d55922f7ffc539983a77","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQcSFSEiUqL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEESEFE3H/2gAMAwEAAhEDEQA/AMBfbA6su5mdUQkyAeMkG8DvPsFM7T1znE8o0ZOcCm6H2iKby1y1BD1zjPlPs0LY1gFGhnVf/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BoaOHHN5E","title":"Fusing Elasticsearch with neural networks to identify data","shortId":"BoaOHHN5E","createdAt":"2021-06-11T00:26:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":5,"score":27056607,"tagsStr":"data-science,elk","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/fusing-elasticsearch-with-neural-networks-to-identify-data","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/fusing-elasticsearch-with-neural-networks-to-identify-data","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"3DigojQT2","title":"Adopting RocksDB within Manhattan","shortId":"3DigojQT2","createdAt":"2021-06-11T00:26:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":2,"score":27056599,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/adopting-rocksdb-within-manhattan","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/adopting-rocksdb-within-manhattan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"0JQL28eW1","title":"Harnessing second order optimizers from deep learning frameworks","shortId":"0JQL28eW1","createdAt":"2021-06-11T00:26:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":1,"score":27056596,"tagsStr":"deep-learning,data-analysis,pytorch","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/harnessing-second-order-optimizers-from-deep-learning-frameworks","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/harnessing-second-order-optimizers-from-deep-learning-frameworks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"m93dJ_O13","title":"Blacktocats turn five","shortId":"m93dJ_O13","createdAt":"2021-06-10T19:22:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":124,"score":27056533,"tagsStr":"security,open-source,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://github.blog/2021-06-10-blacktocats-turn-five/","canonicalUrl":"https://github.blog/2021-06-10-blacktocats-turn-five/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d189299e47b80a8051b858caa069739e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwUGERIVIVGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDc85oXdtnXMvm8jS6MprrqbpFagDlVIPgHj6fctoiIV//Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":3,"description":null,"toc":null,"summary":null},{"id":"L7ywi6M9R","title":"Three Front-End Auditing Tools I Discovered Recently — Smashing Magazine","shortId":"L7ywi6M9R","createdAt":"2021-06-10T12:15:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":621,"score":27056476,"tagsStr":"webdev,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-10T22:00:00.000Z","discussionScore":10,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/three-frontend-auditing-tools/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/three-frontend-auditing-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4e45d02b9babb899dd7c83ccc1baddab","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSIhQhMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRIdH/2gAMAwEAAhEDEQA/ANf0fYlWiHNfcnvyi6eoSlSUpDfDO0Y9d8fAKogatkPwYzy2E7nG0rPM+SAaUpKKHJLQNrGlVWvQxyf/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@stefanjudis","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6l_KmHtuV","title":"IOTW: JBS Recovers Quickly from a Ransomware Attack","shortId":"6l_KmHtuV","createdAt":"2021-06-11T00:09:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":1,"score":27056404,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-jbs-recovers-quickly-from-a-ransomware-attack","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-jbs-recovers-quickly-from-a-ransomware-attack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/85fc58bcb777ea20762f93bee0c09635","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQxBQYREhQV/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAIAAQMh/9oADAMBAAIRAxEAPwCvu7eUnyFTTp5kS4gSX0qSG6kkEAHGKyZ9Wue7c3VyTzkyEk0pQ93bfY7A0Byf/9k=","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VtwUfC80H","title":"Survey: Jamstack Users Look Beyond Performance Gains, Next.js – The New Stack","shortId":"VtwUfC80H","createdAt":"2021-06-10T18:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":32,"score":27056343,"tagsStr":"general-programming,nextjs,jamstack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T18:19:56.000Z","url":"https://thenewstack.io/survey-jamstack-users-look-beyond-performance-gains-next-js/","canonicalUrl":"https://thenewstack.io/survey-jamstack-users-look-beyond-performance-gains-next-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fcb8f6483346aeef5cfd8f0af59d9564","ratio":1.44444444444444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFERJRBhMhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgMEEZH/2gAMAwEAAhEDEQA/AIN7nulFx3ahxkMrOADrGV2gfdNePfNYKV7VpXZLWFULEhdz+BxSlVQ1Wx7hPUEllz80Di//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@LawrenceHecht","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YUvXA4BV_","title":"What’s New in DHTMLX Gantt Libraries for React, Vue, and Svelte v1.1","shortId":"YUvXA4BV_","createdAt":"2021-06-10T18:04:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":77,"score":27056329,"tagsStr":"react,vuejs,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T11:47:13.000Z","url":"https://itnext.io/whats-new-in-dhtmlx-gantt-libraries-for-react-vue-and-svelte-v1-1-aaa23868cf2c","canonicalUrl":"https://itnext.io/whats-new-in-dhtmlx-gantt-libraries-for-react-vue-and-svelte-v1-1-aaa23868cf2c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2845cc0faca671de3fe6198af284905f","ratio":3.2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAAUCBwAAAAAAAAAAAAABAgADBAURB2ESFSMxQkRS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQACAwAAAAAAAAAAAAAAAAAAAgE0cf/aAAwDAQACEQMRAD8At9P6+oatuLu4dllywvEinGWOe42ER98udXzq4db2JniPo7QhFAtl8gAaumyf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@dhtmlx","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WXtwhef7Z","title":"Equal Columns With Flexbox: It’s More Complicated Than You Might Think","shortId":"WXtwhef7Z","createdAt":"2021-06-10T15:18:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":101,"score":27056298,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T14:34:22.000Z","url":"https://css-tricks.com/equal-columns-with-flexbox-its-more-complicated-than-you-might-think/","canonicalUrl":"https://css-tricks.com/equal-columns-with-flexbox-its-more-complicated-than-you-might-think/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9614c75aa2d1599ad265ee1aad125783","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBQYSIRUx4v/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIDAAQFESET/9oADAMBAAIRAxEAPwDNbGh2HS8rF2KaQho5GsG9AAAYBx6CmdhucS7yTRnvAr/SIp2SuJICvmdbp9vCjyyKw4Dyv//Z","siteTwitter":"@CSS","creatorTwitter":"@KevinJPowell","readTime":15,"description":null,"toc":null,"summary":null},{"id":"XHicoJOTX","title":"Announcing Istio 1.10.1","shortId":"XHicoJOTX","createdAt":"2021-06-10T17:39:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"istio","views":46,"score":27056295,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://istio.io/latest/news/releases/1.10.x/announcing-1.10.1/","canonicalUrl":"https://istio.io/latest/news/releases/1.10.x/announcing-1.10.1/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/4d98d7a4391cf2c5699150e5d9198eec","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAUGESEEEhVBUWGS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAC/9oADAMBAAIRAxEAPwC+P4z1TGbvcGliSWFObhkZwC5QguPk6D2KzA3G1BPMiGFZZFhc6tGGIVj5I70qs5GtcKyE3//Z","siteTwitter":"@IstioMesh","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"J3NRMlyGn","title":"Redis Streams in Action — Part 3 (Tweets processor app)","shortId":"J3NRMlyGn","createdAt":"2021-06-10T18:10:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":43,"score":27056258,"tagsStr":"redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T15:50:45.000Z","url":"https://abhishek1987.medium.com/redis-streams-in-action-part-3-tweets-processor-app-254161838973","canonicalUrl":"https://abhishek1987.medium.com/redis-streams-in-action-part-3-tweets-processor-app-254161838973","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db7460ebbb329d63af4ce788cb1cc290","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRISJBIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIQL/2gAMAwEAAhEDEQA/ANL3PgvbXiHqV2amznWAASNd/OpeqsqgBhoY9REXRgxHUv/Z","siteTwitter":"@Medium","creatorTwitter":"@abhi_tweeter","readTime":4,"description":null,"toc":null,"summary":null},{"id":"XAoJn9nTp","title":"What’s new from GitHub Changelog? May 2021 Recap","shortId":"XAoJn9nTp","createdAt":"2021-06-10T17:42:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":18,"score":27056237,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://github.blog/2021-06-10-whats-new-from-github-changelog-may-2021-recap/","canonicalUrl":"https://github.blog/2021-06-10-whats-new-from-github-changelog-may-2021-recap/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aad09049b5146c4f25c68ee5dd5dfbf3","ratio":1.67441860465116,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQREyEkMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANMZgzbX8a2qtNdllJI+SqcwRQ1pLAdnXuIiox//2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zubLkZfGk","title":"ICLR Invited Talk on Geometric Deep Learning","shortId":"zubLkZfGk","createdAt":"2021-06-11T00:25:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":0,"score":27056185,"tagsStr":"deep-learning,math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/iclr-invited-talk-on-geometric-deep-learning","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/iclr-invited-talk-on-geometric-deep-learning","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"7IqIk9dtf","title":"Take Our Survey on Open Source Programs – The New Stack","shortId":"7IqIk9dtf","createdAt":"2021-06-10T17:31:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":2,"score":27056184,"tagsStr":"general-programming,open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T17:10:40.000Z","url":"https://thenewstack.io/take-our-survey-on-open-source-programs-2/","canonicalUrl":"https://thenewstack.io/take-our-survey-on-open-source-programs-2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4ccac144959a20066a091adf6166133","ratio":1.7426273458445,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRABAAIBAQkAAAAAAAAAAAAAAQADAiEEBREUMYORweH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAxEC/9oADAMBAAIRAxEAPwCTce20tVOHL6gmOvni9X1NkaEEqzO58iJD0b0En28P/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":2,"description":null,"toc":null,"summary":null},{"id":"D8abNFkA1","title":"What the Heck Happened to the Internet? Fastly’s Hard Fall and Quick Recovery – The New Stack","shortId":"D8abNFkA1","createdAt":"2021-06-10T16:26:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":18,"score":27056162,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T15:26:24.000Z","url":"https://thenewstack.io/what-the-heck-happened-to-the-internet-fastlys-hard-fall-and-quick-recovery/","canonicalUrl":"https://thenewstack.io/what-the-heck-happened-to-the-internet-fastlys-hard-fall-and-quick-recovery/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c97b8781486ac6a5ef653b220100ff86","ratio":1.70212765957447,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJhAAAQMCAgsAAAAAAAAAAAAAAgEDEQAFBAYHFBUWISIxNFGh0v/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxESsf/aAAwDAQACEQMRAD8AwOCylc8WLG0LoKayZSywMNp4SVSYkp9cOtW2tF1yBsA3gHlRE7dfqlKnrbGU4HBGaEDA7T//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":3,"description":null,"toc":null,"summary":null},{"id":"fPzsf9AyK","title":"Dynamic AWS S3 Notification Configuration using Terraform","shortId":"fPzsf9AyK","createdAt":"2021-06-10T18:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":6,"score":27056136,"tagsStr":"aws,terraform","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T18:35:00.000Z","url":"https://itnext.io/dynamic-aws-s3-notification-configuration-using-terraform-43a74998e97a","canonicalUrl":"https://itnext.io/dynamic-aws-s3-notification-configuration-using-terraform-43a74998e97a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f718f04bc2ee98872108754a5fb58cef","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDEQAEBQYUFSEiI4L/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8An/Ib0nVvG8oNllXWgjXXga3WNkgNNRNez7IoZp/absv2HlHUv8qERoX+8YyuwIF//9k=","siteTwitter":"@itnext_io","creatorTwitter":"@EfiShtain","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vIWLarK6w","title":"Privilege escalation with polkit: How to get root on Linux with a seven-year-old bug","shortId":"vIWLarK6w","createdAt":"2021-06-10T16:02:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":12,"score":27056122,"tagsStr":"cyber,linux,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://github.blog/2021-06-10-privilege-escalation-polkit-root-on-linux-with-bug/","canonicalUrl":"https://github.blog/2021-06-10-privilege-escalation-polkit-root-on-linux-with-bug/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6d307262da78cb9a8cd4d72fb28d0ca","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBRIiNMH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0hJu1rcrOY/SZh1BoPSBvtZVhJeGNvEdlBqsYwP/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":11,"description":null,"toc":null,"summary":null},{"id":"znmkJXmin","title":"Building a Component Marketplace For Your Team","shortId":"znmkJXmin","createdAt":"2021-06-10T17:00:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":15,"score":27056047,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T17:00:13.000Z","url":"https://blog.bitsrc.io/building-a-component-marketplace-for-your-team-31257314c56c","canonicalUrl":"https://blog.bitsrc.io/building-a-component-marketplace-for-your-team-31257314c56c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c31ae87cf301eee523c270f23c9aca04","ratio":1.96399345335516,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgABAxEEBQYSgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDcex6jJ1HX6HWwwRSRZhCxGV+huRgevjq4tERbj//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CcN6vIiEq","title":"Azure Data Fundamentals Certification (DP-900) – Pass the Exam With This Free 4.5-Hour Course","shortId":"CcN6vIiEq","createdAt":"2021-06-10T11:45:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":97,"score":27055983,"tagsStr":"cloud,career,azure,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T11:35:00.000Z","url":"https://www.freecodecamp.org/news/azure-data-fundamentals-certification-dp-900-pass-the-exam-with-this-free-4-5-hour-course/","canonicalUrl":"https://www.freecodecamp.org/news/azure-data-fundamentals-certification-dp-900-pass-the-exam-with-this-free-4-5-hour-course/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/084360489252bd0045c41fb40f7a7e64","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAgMBBAAFERIxMkFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAESL/2gAMAwEAAhEDEQA/AMp2mzpTe19y2h1hqiSZiXTAmAxAyPHyMmupi9dsW0IrpU9hNBcR4CU8xHb1zjGUPZ5nwcpyRxxhv//Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6WSjBnJwM","title":"Web Design & Development News: Collective #665","shortId":"6WSjBnJwM","createdAt":"2021-06-10T14:44:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":26,"score":27055955,"tagsStr":"general-programming,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://tympanus.net/codrops/collective/collective-665/","canonicalUrl":"https://tympanus.net/codrops/collective/collective-665/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ab55c92964e2179ac6014a1b418bb63","ratio":0.769230769230769,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYI/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFEQYSITEHYaGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AHIctiY8mHpi+Qrm9nhic0Wneuwro/KWNp1UklJtLRI4JEkYrPNou0u3yWnor7zSkHOW17VY6IBwfyqceSdRpG1EpvYOBvaSTj2eMmg//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"yefAlvvhb","title":"Tracing: Why Logs Aren’t Enough to Debug Your Microservices – The New Stack","shortId":"yefAlvvhb","createdAt":"2021-06-09T19:00:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":159,"score":27055105,"tagsStr":"general-programming,architecture,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T17:19:14.000Z","url":"https://thenewstack.io/tracing-why-logs-arent-enough-to-debug-your-microservices/","canonicalUrl":"https://thenewstack.io/tracing-why-logs-arent-enough-to-debug-your-microservices/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7240fd38bb47d7dbc596dffc818e7dfa","ratio":1.46238244514107,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEQYSIUEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARMf/aAAwDAQACEQMRAD8AyrjN4ZpcjhL7LZHGreKIlNq3aOaQH8pKnnYHeu29j7sVLLxi8eR2kvIGckliWckn77qlKS6ZdN6oPm//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"DBPaWqWQA","title":"From the Slums of Mumbai to a Rented Apartment – My 30-Year Developer Journey","shortId":"DBPaWqWQA","createdAt":"2021-06-09T21:56:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":35,"score":27055029,"tagsStr":"angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T21:55:16.000Z","url":"https://www.freecodecamp.org/news/my-journey-into-tech-from-slums-of-mumbai-to-my-own-apartment/","canonicalUrl":"https://www.freecodecamp.org/news/my-journey-into-tech-from-slums-of-mumbai-to-my-own-apartment/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34aabeaf2d34ecf1c82772d9e68097ba","ratio":0.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQMH/8QAJhAAAQMCBQMFAAAAAAAAAAAAAQIDBAUhAAYREjEHEyIXMkFhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACBBEDEmGB0f/aAAwDAQACEQMRAD8AVy7Iy1S4iETW6bHeKN5CHCfG+nI1PBxRWfMmpUUhlkgW9juMWp/UCqyq01VZDUNzspKG45ZHbS2eU/dvk3w96hFfkqiwdyrnQDT8wcjEHP2AvtWo0oBmpdVceL//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@SantoshYadavDev","readTime":13,"description":null,"toc":null,"summary":null},{"id":"ObpbInl3O","title":"Beyond the 3 Pillars of Observability – The New Stack","shortId":"ObpbInl3O","createdAt":"2021-06-09T20:41:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":27,"score":27054997,"tagsStr":"devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T20:00:56.000Z","url":"https://thenewstack.io/beyond-the-3-pillars-of-observability/","canonicalUrl":"https://thenewstack.io/beyond-the-3-pillars-of-observability/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc52987265f4656a36aa648d065300d8","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMCBwAAAAAAAAAAAAABAgQAAxEGEgUHMURxkdH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwCjc09bzZU2XpPgVpklGyxkX9+xlwofCnx1Pqodck6kDsDOlZye5P2lKmp6+iysP//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"SBeg0Aifs","title":"The Inevitability Of Being Compromised","shortId":"SBeg0Aifs","createdAt":"2021-06-10T00:07:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":6,"score":27054991,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/the-inevitability-of-being-compromised","canonicalUrl":"https://www.cshub.com/attacks/articles/the-inevitability-of-being-compromised","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b19ee6093ea06e4eb83cbbdfd4c19d7","ratio":1.77215189873418,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAACAQMEAwAAAAAAAAAAAAABAgAEBREDBhZBIVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJTt61PrIqU5w7ArknwSR66lXEbN3THPwmIijf/Z","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hLUhO4MS8","title":"Using AVIF to compress images on your site","shortId":"hLUhO4MS8","createdAt":"2021-06-09T17:28:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":66,"score":27054938,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/compress-images-avif/","canonicalUrl":"https://web.dev/compress-images-avif/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb642898d8ffa9eddbfd5fc547e4d437","ratio":1.33779264214047,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUGEhMx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDERIhImH/2gAMAwEAAhEDEQA/ANh7Hx3cm7JFLFyVq9o82LEIpjW2bydyjJ+ug2hjZ/RirmCLkhDGJru0aUKAzLbsATjZA96pSpxtwsJmcu5oa8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"dad3O9uQR","title":"Celebrating 7 Years of Project Galileo","shortId":"dad3O9uQR","createdAt":"2021-06-09T13:16:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":7,"score":27054345,"tagsStr":"security,cyber,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T13:11:22.000Z","url":"https://blog.cloudflare.com/celebrating-7-years-of-project-galileo/","canonicalUrl":"https://blog.cloudflare.com/celebrating-7-years-of-project-galileo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05fc47b331e49ff0a518c6ed7caa4732","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDBAAFETFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDS+woy3tTarV71mnLOpVbEZBeI+16OdyhEpSJELs5UAFm8t9OMYFzInb//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"S6n2WuGJO","title":"Russell Coker: Wifi Performance on Linux","shortId":"S6n2WuGJO","createdAt":"2021-05-30T23:40:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27040300,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T23:24:03.000Z","url":"https://etbe.coker.com.au/2021/05/31/wifi-performance-linux/","canonicalUrl":"https://etbe.coker.com.au/2021/05/31/wifi-performance-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nMImiOiWw","title":"Back-end Guide, Next.js Free Course, CSS for Web Vitals - Picks 183","shortId":"nMImiOiWw","createdAt":"2021-06-09T12:35:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","tweeted":true,"views":361,"score":27054885,"tagsStr":"general-programming,react,career,testing,css,backend,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-09T17:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/back-end-guide-next-js-free-course-css-for-web-vitals-picks-183","canonicalUrl":"https://daily.dev/blog/back-end-guide-next-js-free-course-css-for-web-vitals-picks-183","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a965929e66e30e4f06a043ac07a796a","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAAFEQYHIVEiMTL/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABwRAQACAQUAAAAAAAAAAAAAAAEAAxEhQVGxwf/aAAwDAQACEQMRAD8A1+4tzdIbox6aSURzUHJSeV5QpV3ClQx+JAA+vXnnKqvaLQ3KsNqzd27zzoJJGM68szDkn8ezjGUsMUDvl6IU62o8Hs//2Q==","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9wQL2svyK","title":"How to Deploy Your freeCodeCamp Project on AWS – A Beginner's Guide to the Cloud","shortId":"9wQL2svyK","createdAt":"2021-06-09T15:28:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":123,"score":27054810,"tagsStr":"general-programming,cloud,aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T23:47:43.000Z","url":"https://www.freecodecamp.org/news/how-to-deploy-your-freecodecamp-project-on-aws/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-deploy-your-freecodecamp-project-on-aws/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa69775134d4b4e88ca68e42122a1101","ratio":1.91014975041597,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDBAAREgUhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8An+Cq1bNilHZjlMbqxkEbqpOhsaJU695nrbmK1NGipwjso6UE6B+4xkH/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":39,"description":null,"toc":null,"summary":null},{"id":"3Rxp73Oku","title":"Using Storybook with Bit","shortId":"3Rxp73Oku","createdAt":"2021-06-09T17:09:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":66,"score":27054776,"tagsStr":"react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T17:08:54.000Z","url":"https://blog.bitsrc.io/using-storybook-with-bit-71f368119fb","canonicalUrl":"https://blog.bitsrc.io/using-storybook-with-bit-71f368119fb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd6dc64cc5252cf872d4e5613d78dbbb","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxEhBAVRYbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDS3YK+X4wutVuSCtbq2DXrZHvxKhoY+xEawDU//9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2qlyFLTRr","title":"How to protect your source code with GitLab and Jscrambler","shortId":"2qlyFLTRr","createdAt":"2021-06-09T17:33:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":41,"score":27054776,"tagsStr":"general-programming,security,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/09/how-to-protect-your-source-code-with-gitlab-and-jscrambler/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/09/how-to-protect-your-source-code-with-gitlab-and-jscrambler/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/562989be39340a55c70dbdf3c3604b9c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAxEEMZGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDEa7a1ZC3NW+eQxbD6Mj31l2I5qlBOgAtg+xEfA2v/2Q==","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":5,"description":null,"toc":null,"summary":null},{"id":"HOgByfsgw","title":"Meet :has, A Native CSS Parent Selector (And More) — Smashing Magazine","shortId":"HOgByfsgw","createdAt":"2021-06-09T11:25:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":209,"score":27054734,"tagsStr":"general-programming,webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ef1dd02b15b0be52e7e4cf959b7e2e6","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQQABQUAAAAAAAAAAAAAAQACAwQFBhESMRMVInGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhEf/aAAwDAQACEQMRAD8A2LKmDdtq3LLrcs/VAmbGWhrY9GcD3r8Cvh+b7E9CtM+tHukja8+R5IBREpAKMS3cGrGKqs+Dzf/Z","siteTwitter":"@smashingmag","creatorTwitter":"@AdrianBeceDev","readTime":10,"description":null,"toc":null,"summary":null},{"id":"fS70-pyS3","title":"SLOs should be easy, say hi to Sloth","shortId":"fS70-pyS3","createdAt":"2021-06-09T16:37:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":38,"score":27054712,"tagsStr":"prometheus","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T16:36:51.000Z","url":"https://itnext.io/slos-should-be-easy-say-hi-to-sloth-9c8a225df0d4","canonicalUrl":"https://itnext.io/slos-should-be-easy-say-hi-to-sloth-9c8a225df0d4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/044b7c773438bace208d5b07431e94e7","ratio":2.86396181384248,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIAAyEEBQcSJJGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAwIhIv/aAAwDAQACEQMRAD8AyLUGo75zhtzE8dR60mCLm57iIUnwgo7wR//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"UIc1uNcZb","title":"How to implement i18n in Next.js 🌏","shortId":"UIc1uNcZb","createdAt":"2021-06-09T13:15:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":47,"score":27054542,"tagsStr":"webdev,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/internationalization-i18n-in-nextjs","canonicalUrl":"https://daily.dev/blog/internationalization-i18n-in-nextjs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c82c6b6852b510829dfdb11ab8f496d","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFERIUYVKBof/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFhEBAQEAAAAAAAAAAAAAAAAAAREA/9oADAMBAAIRAxEAPwDX5bjLUXyoZIGmKnZE+JpAOrjtsc9jA9dqnzj4fURTgNMSk3//2Q==","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":10,"description":null,"toc":null,"summary":null},{"id":"1f5uvOCBT","title":"GitLab.com is moving to 14.0 with a few breaking changes","shortId":"1f5uvOCBT","createdAt":"2021-06-04T16:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":11,"score":27047398,"tagsStr":"gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/04/gitlab-moving-to-14-breaking-changes/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/04/gitlab-moving-to-14-breaking-changes/","image":"https://about.gitlab.com/images/blogimages/14_0_breaking_change.jpg","ratio":null,"placeholder":"","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":13,"description":null,"toc":null,"summary":null},{"id":"afkLgabHB","title":"Announcing daily.dev 3.0 🦄","shortId":"afkLgabHB","createdAt":"2021-06-01T13:17:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily_updates","tweeted":true,"views":3842,"score":27044194,"tagsStr":"webdev,dailydev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-02T06:00:00.000Z","discussionScore":347,"banned":false,"deleted":false,"publishedAt":"2021-06-01T13:00:00.000Z","url":"https://changelog.daily.dev/announcing-daily-dev-3-0-196193","canonicalUrl":"https://changelog.daily.dev/announcing-daily-dev-3-0-196193","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/713fc3c5737ce870bb667a254460f592","ratio":1.77496038034865,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCBAAREiExE//EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8Ax+3UdWQt9tSLE4MiotDZxkST7odDIj7FmD2R+0hxkRoHr3GMvm3gKR//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"tL4nFd3cK","title":"Complete CSS Grid Tutorial with Cheat Sheet 🎖️","shortId":"tL4nFd3cK","createdAt":"2021-06-08T16:05:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":589,"score":27053793,"tagsStr":"css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-09T00:30:00.000Z","discussionScore":6,"banned":false,"deleted":false,"publishedAt":"2021-06-08T16:02:45.000Z","url":"https://www.freecodecamp.org/news/css-grid-tutorial-with-cheatsheet/","canonicalUrl":"https://www.freecodecamp.org/news/css-grid-tutorial-with-cheatsheet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/805b15275a7c6ad0bd4f9423696838d3","ratio":1.91,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBQYSEyEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAwDAQACEQMRAD8A3+PZmbr+9yU5jl2ELSICpVQKBCkA/av9yZL2HlNeV4ffE/rJTyaIW1fLNYxjA2bf/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@joyshaheb","readTime":10,"description":null,"toc":null,"summary":null},{"id":"3gaDDiPfW","title":"Create Your Own Electronics With Arduino - Full Course","shortId":"3gaDDiPfW","createdAt":"2021-06-08T21:12:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":91,"score":27053670,"tagsStr":"career,hardware,iot","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T21:05:13.000Z","url":"https://www.freecodecamp.org/news/create-your-own-electronics-with-arduino-full-course/","canonicalUrl":"https://www.freecodecamp.org/news/create-your-own-electronics-with-arduino-full-course/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf00dbcab4096647792117f2914c5b51","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAFEUETITGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDOdTu9MqRpuq96SBYChFZlVi3A7PX397yHZuUTZlNZbqwFz41aRSQvPoH194xjHZWsOnh//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-9xn1G3yA","title":"GitLab Brings on UnReview to Solve Code Review, Address AI","shortId":"-9xn1G3yA","createdAt":"2021-06-08T20:21:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":81,"score":27053641,"tagsStr":"general-programming,machine-learning,ai,devops,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T19:20:15.000Z","url":"https://thenewstack.io/gitlab-brings-on-unreview-to-solve-code-review-address-ai-ml-devops/","canonicalUrl":"https://thenewstack.io/gitlab-brings-on-unreview-to-solve-code-review-address-ai-ml-devops/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81aa3aed1dc33cc52d69e80143ccbce0","ratio":1.70391061452514,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwAEERMBAhIxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Ax1udvoydCK3sMXjWWYrjM596UqIlo4//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vdIvP0Whh","title":"Looking at WCAG 2.5.5 for Better Target Sizes","shortId":"vdIvP0Whh","createdAt":"2021-06-08T19:22:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":28,"score":27053550,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T18:31:08.000Z","url":"https://css-tricks.com/looking-at-wcag-2-5-5-for-better-target-sizes/","canonicalUrl":"https://css-tricks.com/looking-at-wcag-2-5-5-for-better-target-sizes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ddd0ae63df573a584fec65826cfa7ff","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEAAYhBRESBxMUInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQFESET/9oADAMBAAIRAxEAPwCevmF5V4SJYTFIdTwDb7HcCM749hUy50+U44pZ1RIKiSQmLsB8HPFKUXlLMlct8zraQqwMkmlY4cB4v//Z","siteTwitter":"@CSS","creatorTwitter":"@toddlibby","readTime":11,"description":null,"toc":null,"summary":null},{"id":"R7-LDxTvW","title":"Trusted Types API for JavaScript DOM Security","shortId":"R7-LDxTvW","createdAt":"2021-06-08T21:19:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":36,"score":27053504,"tagsStr":"general-programming,security,javascript,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T21:18:53.000Z","url":"https://blog.bitsrc.io/trusted-types-api-for-javascript-dom-security-fcdafa927e73","canonicalUrl":"https://blog.bitsrc.io/trusted-types-api-for-javascript-dom-security-fcdafa927e73","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d5585041bc02cccc1d1f19ac77f0dc6","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUxBhIj/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAEDAAIREv/aAAwDAQACEQMRAD8Al8U5/kb7LXM5NtEn0UaZmxrBx1o5rTRrO0as17L7EAnCjulKSUuvO5D2tuL4DP/Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"K6ij_KhM0","title":"How to Use Closures in JavaScript – A Beginner's Guide","shortId":"K6ij_KhM0","createdAt":"2021-06-07T18:29:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":141,"score":27052145,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T18:18:01.000Z","url":"https://www.freecodecamp.org/news/closures-in-javascript/","canonicalUrl":"https://www.freecodecamp.org/news/closures-in-javascript/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/050e8a19d5ab74d0c869c39fb6470830","ratio":3.19634703196347,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEhBBMiMkLR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAEEAwEAAAAAAAAAAAAAAAIAASFBAxHBEv/aAAwDAQACEQMRAD8AtOwCCxYy28nNkrVi0sW0zieo9H6iJJjIvRzfGRAhbQxXXX//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@matiasfha","readTime":6,"description":null,"toc":null,"summary":null},{"id":"nB42zkO-T","title":"With AI Now a Commodity, the Speed of Iteration Is the Next Challenge – The New Stack","shortId":"nB42zkO-T","createdAt":"2021-06-08T19:27:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":20,"score":27053467,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T18:29:21.000Z","url":"https://thenewstack.io/with-ai-now-a-commodity-the-speed-of-iteration-is-the-next-challenge/","canonicalUrl":"https://thenewstack.io/with-ai-now-a-commodity-the-speed-of-iteration-is-the-next-challenge/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/649ca73f88a2fe04d87ef3c5cc7b2882","ratio":1.5311004784689,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQREiEFBlEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgAhUQMR/9oADAMBAAIRAxEAPwCDSHrEPWWQOoYbtBykawlztabcj07PgWVzVfGiaTDi6XHI2u+T4iKydjxFX7twlQCxGT//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0eU-W83ts","title":"7 Tools for Faster Frontend Development in 2022","shortId":"0eU-W83ts","createdAt":"2021-06-07T22:15:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":5301,"score":27053456,"tagsStr":"general-programming,webdev,javascript,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-08T19:00:01.000Z","discussionScore":78,"banned":false,"deleted":false,"publishedAt":"2021-06-07T22:14:47.000Z","url":"https://blog.bitsrc.io/7-tools-for-faster-frontend-development-in-2022-43b6f663c607","canonicalUrl":"https://blog.bitsrc.io/7-tools-for-faster-frontend-development-in-2022-43b6f663c607","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf9d5db3ecfb4f82bacc3c545cadd3bd","ratio":1.01851851851852,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIF/8QAIxAAAgEEAQMFAAAAAAAAAAAAAQMCAAQRIQUGBxUSMVGhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDZ5DvDfebjbW3AIY1CZqapUpH0tkdS2N4EDgfBJzSxPWXMTVCXh+DOYg5LZ7+qI3MIFVoTGJJYsnXvvH4TUMJDJAE4yaksvdVBEFd5s//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rg7ILCX7v","title":"How to Pass Data and Events Between React Components","shortId":"rg7ILCX7v","createdAt":"2021-06-08T16:18:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":144,"score":27053451,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":4,"banned":false,"deleted":false,"publishedAt":"2021-06-08T16:17:32.000Z","url":"https://www.freecodecamp.org/news/pass-data-between-components-in-react/","canonicalUrl":"https://www.freecodecamp.org/news/pass-data-between-components-in-react/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3956642a997ddaaf8ef3724db9e82254","ratio":2.69473684210526,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAGRABAQEAAwAAAAAAAAAAAAAAAQADESRB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIhMf/aAAwDAQACEQMRAD8Ax/A6Wr6Lw0klR1nM0X//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@nishants440","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7ehUIQ-ko","title":"CSS-Trickz: An Experiment with Netlify's On-Demand Builders","shortId":"7ehUIQ-ko","createdAt":"2021-06-08T15:18:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":73,"score":27053375,"tagsStr":"css,html,netlify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T00:00:00.000Z","url":"https://alex.party/posts/2021-05-31-css-trickz-an-experiment-with-netlify-s-on-demand-builders/","canonicalUrl":"https://alex.party/posts/2021-05-31-css-trickz-an-experiment-with-netlify-s-on-demand-builders/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12d5395ca66716bd5ff4f2fbacb783f9","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgEDBQAAAAAAAAAAAAABAgMFAAQGIRESEyJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQISMVGR/9oADAMBAAIRAxEAPwCqU22tvvTV0kta7udNEzddQefQH5k3vq2pjvbFErgqLqZAB5W4HccYym8nlvoVVo//2Q==","siteTwitter":"","creatorTwitter":"@fimion","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HtBSLdM7k","title":"From AVIF to WebP: A New Smashing Book By Addy Osmani — Smashing Magazine","shortId":"HtBSLdM7k","createdAt":"2021-06-08T15:08:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":50,"score":27053331,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/image-optimization-book-release/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/image-optimization-book-release/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8905f6c394792c3ab95ee5da25fe5d83","ratio":1.77799227799228,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFETEiMkFR4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQADBAURQsEC/9oADAMBAAIRAxEAPwDa6hqFl7AWGVonZCVYE9PA48/cpV5bjQRkXJBuoPaPWMZHW7noMxsHTpT9YAHpIxvwL//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"dxloioQ-5","title":"Unlock Hidden Threats with UBA and UEBA","shortId":"dxloioQ-5","createdAt":"2021-06-09T00:05:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":0,"score":27053285,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/unlock-hidden-threats-with-uba-and-ueba","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/unlock-hidden-threats-with-uba-and-ueba","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/595fffd23812f1abe7062160492cc6ea","ratio":1.49700598802395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDABESBCEGBxMxUWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ALaLjBpFWdHkxKZ43PYAm/wjzvWY3NHQliWgMjE7v1JRl7tfalKD/9k=","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aDt89DEJL","title":"The Firebase Blog: Accelerate Your App Development with Firebase Extensions","shortId":"aDt89DEJL","createdAt":"2021-06-08T17:05:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"firebase","views":23,"score":27053257,"tagsStr":"general-programming,business,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"http://firebase.googleblog.com/2021/06/accelerate-your-app-development-with-firebase-extensions.html","canonicalUrl":"http://firebase.googleblog.com/2021/06/accelerate-your-app-development-with-firebase-extensions.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bef52481191710d06ae38aff2607eb7","ratio":2.35856573705179,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxIhBAUREzJBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABoRAAICAwAAAAAAAAAAAAAAAAABAgMRMYH/2gAMAwEAAhEDEQA/AJxbnKGBoh0tGCwb0W91QLfDgHHkLS/c553GV7YLyGx4iaByc+kRVUUs8Cq0f//Z","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SnxAi5U4X","title":"Securing the open source supply chain by scanning for package registry credentials","shortId":"SnxAi5U4X","createdAt":"2021-06-08T16:19:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":10,"score":27053254,"tagsStr":"security,open-source,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T00:00:00.000Z","url":"https://github.blog/2021-06-08-securing-open-source-supply-chain-scanning-package-registry-credentials/","canonicalUrl":"https://github.blog/2021-06-08-securing-open-source-supply-chain-scanning-package-registry-credentials/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4374d951de7eaab0141cee79d0b55275","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIABAMRBSEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A0xyFYXsYR3ZBsHqUKAqhQPBqIjgOxf/Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":6,"description":null,"toc":null,"summary":null},{"id":"BFGSIU2n6","title":"How to Set up a Secure Test Environment with an Offsite Team – The New Stack","shortId":"BFGSIU2n6","createdAt":"2021-06-08T14:31:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":21,"score":27053174,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T14:00:56.000Z","url":"https://thenewstack.io/how-to-set-up-a-secure-test-environment-with-an-offsite-team/","canonicalUrl":"https://thenewstack.io/how-to-set-up-a-secure-test-environment-with-an-offsite-team/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3a69409e17b65557e6a582b68ac9d2c","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAAIDBAURBiEygeH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAwQh/9oADAMBAAIRAxEAPwCxtcxx+SgIjuWYZSNhpae/YU0+WRz3EWrmid+f1EQ+SpQsTvYg8n//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Dg35peJqb","title":"What’s New in DHTMLX Gantt Libraries for React, Vue, and Svelte v1.1","shortId":"Dg35peJqb","createdAt":"2021-06-08T12:02:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":93,"score":27053113,"tagsStr":"react,vuejs,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T11:47:13.000Z","url":"https://dhtmlx.medium.com/whats-new-in-dhtmlx-gantt-libraries-for-react-vue-and-svelte-v1-1-aaa23868cf2c","canonicalUrl":"https://dhtmlx.medium.com/whats-new-in-dhtmlx-gantt-libraries-for-react-vue-and-svelte-v1-1-aaa23868cf2c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2845cc0faca671de3fe6198af284905f","ratio":3.2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAAUCBwAAAAAAAAAAAAABAgADBAURB2ESFSMxQkRS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQACAwAAAAAAAAAAAAAAAAAAAgE0cf/aAAwDAQACEQMRAD8At9P6+oatuLu4dllywvEinGWOe42ER98udXzq4db2JniPo7QhFAtl8gAaumyf/9k=","siteTwitter":"@Medium","creatorTwitter":"@dhtmlx","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dRzzQdgeK","title":"How to Build a Full Stack App with Supabase and Next.js","shortId":"dRzzQdgeK","createdAt":"2021-06-07T23:36:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":291,"score":27052604,"tagsStr":"nextjs,supabase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-08T02:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T23:33:30.000Z","url":"https://www.freecodecamp.org/news/the-complete-guide-to-full-stack-development-with-supabas/","canonicalUrl":"https://www.freecodecamp.org/news/the-complete-guide-to-full-stack-development-with-supabas/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3ecbaf5fd858c069b328d87fa21f7e4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIAAxEEEjEyQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDNdIKmFokIhvrmpqeO7SU+9vYiCP/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@dabit3","readTime":14,"description":null,"toc":null,"summary":null},{"id":"N1tWlkC1K","title":"An overview of React State Management Techniques in 2021 ⚜️🌐","shortId":"N1tWlkC1K","createdAt":"2021-06-07T19:02:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":165,"score":27052202,"tagsStr":"react,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T07:04:41.000Z","url":"https://itnext.io/an-overview-of-react-state-management-techniques-in-2021-%EF%B8%8F-1590242b1cbc","canonicalUrl":"https://itnext.io/an-overview-of-react-state-management-techniques-in-2021-%EF%B8%8F-1590242b1cbc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b08b2beea025327561668d74acc4bd39","ratio":1.95758564437194,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBAAAQUAAwAAAAAAAAAAAAAAAQACAxESBiFi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQUTM//aAAwDAQACEQMRAD8Av+LtkOKkqvIWgRh4jZbwTQ7yiKBsN7B4/E//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@PrinceAshburton","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UeY4KR2MS","title":"Best practices for fonts","shortId":"UeY4KR2MS","createdAt":"2021-06-07T16:37:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":233,"score":27052185,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/font-best-practices/","canonicalUrl":"https://web.dev/font-best-practices/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc6f91720c9c500f73ddf448c1fcb707","ratio":3.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxEEEyIxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPdKiWUAOqsFxgEfJCsVdxuK9nyIkCr//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"g2wD7oT5U","title":"GitLab Patch Release: 13.12.3","shortId":"g2wD7oT5U","createdAt":"2021-06-07T23:20:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":20,"score":27052183,"tagsStr":"gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T00:00:00.000Z","url":"https://about.gitlab.com/releases/2021/06/07/gitlab-13-12-3-released/","canonicalUrl":"https://about.gitlab.com/releases/2021/06/07/gitlab-13-12-3-released/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b221a703974699058041b0534bfe94f","ratio":1.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQUBAQEAAAAAAAAAAAAABAABAgMRIRMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEBAAEFAAAAAAAAAAAAAAABAgBBUWGBof/aAAwDAQACEQMRAD8AxEUkGsC+ogKVpUt8rmteLR1s62dz6yhRFXxBLSa8u3nWI1SgZ//Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YrcyJS0AB","title":"How to Use OpenCV and Python for Computer Vision and AI","shortId":"YrcyJS0AB","createdAt":"2021-06-07T20:55:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":40,"score":27052101,"tagsStr":"data-science,career,ai,python,computer-vision","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-06-07T20:54:41.000Z","url":"https://www.freecodecamp.org/news/how-to-use-opencv-and-python-for-computer-vision-and-ai/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-opencv-and-python-for-computer-vision-and-ai/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/058768b18f6b52ffe0ffa41527c9b15b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEHBAUSE0Fh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMxBBES/9oADAMBAAIRAxEAPwDQS4d0Q62RPgLSak5Mqx5VBQcKbSSbdFfyNETmZMt9IwaDsEUv/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2SpRuE1Qx","title":"GRC and Cyber Security Must Unite","shortId":"2SpRuE1Qx","createdAt":"2021-06-08T00:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":1,"score":27052078,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/grc-and-cyber-security-must-unite","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/grc-and-cyber-security-must-unite","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/266043322ce516184f22e01e5e051add","ratio":1.71232876712329,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQMCAAQGEQUhIhIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAABAhEAkf/aAAwDAQACEQMRAD8Awi6yjH7tinPxO3DICQEEXBUsDXnYA3Ig97JqpG7wB8Q1nD8oubB9SguUTGJPeh6/BSlC6wCapHLE2cG//9k=","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IjcHY6qYl","title":"How to use Prisma in a Next.js app","shortId":"IjcHY6qYl","createdAt":"2021-06-07T12:35:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":287,"score":27051937,"tagsStr":"general-programming,nextjs,prisma","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-07T15:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/nextjs-with-prisma","canonicalUrl":"https://daily.dev/blog/nextjs-with-prisma","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33f5da8a1f44ce216dd29dd9001f5dd4","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYhMRITFEFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIRMf/aAAwDAQACEQMRAD8AxWF+RNuE5mW4hzxXCkudsdaykbHPrgcDG32pJ02uRJdecucorcWVqJA3JOaUqdtBk8P/2Q==","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":17,"description":null,"toc":null,"summary":null},{"id":"7Ym99pIcL","title":"How to use Scaleway to self-host your GitLab Runners","shortId":"7Ym99pIcL","createdAt":"2021-06-07T19:05:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":7,"score":27051881,"tagsStr":"apple,cicd,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/07/tuto-mac-m1-gitlab-ci/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/07/tuto-mac-m1-gitlab-ci/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05366b52d6e723854b268737a04c6c5d","ratio":1.90380549682875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGRAAAgMBAAAAAAAAAAAAAAAAAAECAxFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMKqmlVZBwi9Wp9RLACxDFkG/9k=","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":6,"description":null,"toc":null,"summary":null},{"id":"6t87rl8QE","title":"SwiftUI - Two Directional SnapList","shortId":"6t87rl8QE","createdAt":"2021-06-07T19:02:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":7,"score":27051879,"tagsStr":"swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T14:12:33.000Z","url":"https://itnext.io/swiftui-two-directional-snaplist-95cb852957be","canonicalUrl":"https://itnext.io/swiftui-two-directional-snaplist-95cb852957be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f96beb47ca152865272f2e3bed8ccd81","ratio":1.52866242038217,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQFMREVISIyUf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDOcXc4roF/KViwhYSHeXvIne/vNTT2Ik9klKMFmRMYk6HPYUpSEMWPrwv/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@syd_sameer","readTime":1,"description":null,"toc":null,"summary":null},{"id":"egwotFIDz","title":"Releasing Bluepill to the Mobile Native Foundation","shortId":"egwotFIDz","createdAt":"2021-06-07T15:04:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"linkedin","views":6,"score":27051810,"tagsStr":"tech-news,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://engineering.linkedin.com/blog/2021/releasing-bluepill-to-the-mobile-native-foundation","canonicalUrl":"https://engineering.linkedin.com/blog/2021/releasing-bluepill-to-the-mobile-native-foundation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87c78ea6c428e8b9e999f2304076adf3","ratio":1.93905817174515,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQREiExYf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/ANPjGtD2MMy4Bm5BdLpfg68lMRFdgMv/2Q==","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aiWrpFJz0","title":"How To Build A Geocoding App In Vue.js Using Mapbox — Smashing Magazine","shortId":"aiWrpFJz0","createdAt":"2021-06-07T11:22:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":142,"score":27051784,"tagsStr":"webdev,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f7d35c2b9fca1ca0820ab572a81397e","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQFBhEiMRITFP/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAIRH/2gAMAwEAAhEDEQA/ANl0rhzjaNqZ9uWf2H6GtLWtEe0Y4t2HSpj9X2J6FaZ9aPykia88z2QCiJSKKMS3cGrGKqs+Dzf/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@Alphajeez_","readTime":9,"description":null,"toc":null,"summary":null},{"id":"nb8TMI8zu","title":"Bright night","shortId":"nb8TMI8zu","createdAt":"2021-05-15T07:09:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27017709,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/99682699/Bright-night","canonicalUrl":"https://www.behance.net/gallery/99682699/Bright-night","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7929a828928fbe25171d36aa419c0fec","ratio":1.44478844169247,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQREhMhIjFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Aw27ZsWIYXTOhMDY4wC2MNPAwCeM+Tn2oyW6Ukjn7FNuok6W13YHwdXZEQf/Z","siteTwitter":"@behance","creatorTwitter":"@so_m_an_","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1c9uKiZt8","title":"Angular NgClass Example – How to Add Conditional CSS Classes","shortId":"1c9uKiZt8","createdAt":"2021-06-07T15:35:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":24,"score":27051730,"tagsStr":"css,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T15:01:26.000Z","url":"https://www.freecodecamp.org/news/angular-ngclass-example/","canonicalUrl":"https://www.freecodecamp.org/news/angular-ngclass-example/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/710fd1b2586045c52aa21f1f4cd52269","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQREiETFBZRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCL57anqxu6do0eqgwnZTxzkD7WTkvrRpGZG2UkkNqRke6UoP/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"faCpCzASc","title":"Android CodeView: Highlight search result in List Items","shortId":"faCpCzASc","createdAt":"2021-06-05T16:05:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":51,"score":27048952,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-05T13:28:33.000Z","url":"https://itnext.io/android-codeview-highlight-search-result-in-list-items-b7e4c9fb57d8","canonicalUrl":"https://itnext.io/android-codeview-highlight-search-result-in-list-items-b7e4c9fb57d8","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c699680abda2aace132c7fdf9530fb2","ratio":1.75050709939148,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAEQcSISJh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCpd8QVcy7nyF2dilciQp5QHTQLizsD1zUaKgZr6SvhtvvLRHjtspUrWyEpABP3xjGIr//Z","siteTwitter":"@itnext_io","creatorTwitter":"@AmrDeveloper","readTime":2,"description":null,"toc":null,"summary":null},{"id":"P5hYWJ4pD","title":"5 Strategies for Showing Up as a Male Ally at Work","shortId":"P5hYWJ4pD","createdAt":"2021-06-05T08:23:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":7,"score":27048292,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-06-05T01:24:41.000Z","url":"https://code.likeagirl.io/5-strategies-for-showing-up-as-a-male-ally-at-work-b7af41aa79a2","canonicalUrl":"https://code.likeagirl.io/5-strategies-for-showing-up-as-a-male-ally-at-work-b7af41aa79a2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5acfa5da9ba241a469467497f4328cdd","ratio":0.674,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQG/8QAJhAAAgIBBAECBwAAAAAAAAAAAgMBBAUABhEhEjFBExQWIlFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgARAwRh8P/aAAwDAQACEQMRAD8AlykWLmW+eyu6LiMkhhQ0WAySQQlP2jIzx1+tI2Ju77biqbFzfeBJAhbIDMnEjHBenv66xW6/qOruLIVnV6fmL2EsTSpk8GXlHBT+eff+6csFW3BVwmPrmlIEqutcj8WOpgYjjrrTu3lCoppTcC1MZZ2FsK92f//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ef0BztAxz","title":"How to Recover from Deployment Hell – What I Learned After My Discord Bot Crashed on a 1000+ User Server","shortId":"ef0BztAxz","createdAt":"2021-06-04T20:45:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":314,"score":27048146,"tagsStr":"tech-news,general-programming,ai,bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T20:41:29.000Z","url":"https://www.freecodecamp.org/news/recovering-from-deployment-hell-what-i-learned-from-deploying-my-discord-bot-to-a-1000-user-server/","canonicalUrl":"https://www.freecodecamp.org/news/recovering-from-deployment-hell-what-i-learned-from-deploying-my-discord-bot-to-a-1000-user-server/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45e756ad8778d11cf068421a07394e49","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAMBAQEAAAAAAAAAAAABAgMEEQAFBjEHIf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQACAQUBAAAAAAAAAAAAAAABAhEAA0GhscH/2gAMAwEAAhEDEQA/AKnkOPeLfIaVpevagtwGds2tUYOOh0WLJNAml0CboeVkHsvicVOxlJU5FBDqwQlKqH6fMYwy951Eqcxw9JpBbRWMEYnZHlf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"cm4cVB3by","title":"How to Search and Filter Components in React","shortId":"cm4cVB3by","createdAt":"2021-06-04T21:38:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":252,"score":27048138,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T21:34:33.000Z","url":"https://www.freecodecamp.org/news/search-and-filter-component-in-reactjs/","canonicalUrl":"https://www.freecodecamp.org/news/search-and-filter-component-in-reactjs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c2f887c9b32920de302c2b56ae1f689","ratio":1.36363636363636,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQMFAAIDAAAAAAAAAAAAAwECBAAFBhEhEhMiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABITH/2gAMAwEAAhEDEQA/ANfy/DFyQkkpwSBy3AeIEhssgmD15etytYTvXbX47Xn5U2HFbtAsduiSrgwsiPGGIj0I9Uc5rURV2veqn3SlIpNf/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@sprucekhalifa","readTime":8,"description":null,"toc":null,"summary":null},{"id":"hDIo6R3ng","title":"Learn TypeScript Basics in this Beginner's Guide","shortId":"hDIo6R3ng","createdAt":"2021-06-04T18:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":291,"score":27047953,"tagsStr":"general-programming,javascript,typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T18:01:00.000Z","url":"https://www.freecodecamp.org/news/learn-typescript-basics/","canonicalUrl":"https://www.freecodecamp.org/news/learn-typescript-basics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d91a8adc08c2823252d35f672417aaa","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABBEhBQYSE0H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAgMAAQURMcH/2gAMAwEAAhEDEQA/AIDY9gkRBDJbRSM7Y9pYhhnWvlVFeheQBHKzYOxmMUpS2PSDBKzrfIRknsUQ0F675P/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@codingknite","readTime":8,"description":null,"toc":null,"summary":null},{"id":"bYepjA3iy","title":"Better Micro Frontends and Design Systems with Independent Components","shortId":"bYepjA3iy","createdAt":"2021-06-04T07:36:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","tweeted":true,"views":2004,"score":27047888,"tagsStr":"general-programming,react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-04T23:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T22:30:28.000Z","url":"https://blog.bitsrc.io/better-micro-frontends-and-design-systems-with-independent-components-c2e2187d73c9","canonicalUrl":"https://blog.bitsrc.io/better-micro-frontends-and-design-systems-with-independent-components-c2e2187d73c9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d977a975f6ffd4f041633b3a51bad6f","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgECBwEAAAAAAAAAAAAAAQIAESEDBCIyQVFy0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDShyakNZNRqd3fqUXCVVAothTn7EQP/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tzoqFCkLs","title":"Anchore: Scan Your Container Images for Vulnerabilities from the Command Line – The New Stack","shortId":"tzoqFCkLs","createdAt":"2021-06-04T19:34:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":52,"score":27047782,"tagsStr":"cyber,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T18:40:25.000Z","url":"https://thenewstack.io/anchore-scan-your-container-images-for-vulnerabilities-from-the-command-line/","canonicalUrl":"https://thenewstack.io/anchore-scan-your-container-images-for-vulnerabilities-from-the-command-line/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6766b91009d11c6c0bdab23a797d756","ratio":1.78272980501393,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAgQAASEFERIkMZL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB4RAAEDBAMAAAAAAAAAAAAAAAEAAgMEBREhEmHR/9oADAMBAAIRAxEAPwDP+nPogICSfI69LGZYp5PauvfwMRBqhoLsql2id4h4610PF//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"obJPgF9pR","title":"Machine Learning in Python – The Top New Scikit-Learn 0.24 Features You Should Know","shortId":"obJPgF9pR","createdAt":"2021-06-04T20:58:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":27,"score":27047748,"tagsStr":"machine-learning,python,scikit","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T20:58:07.000Z","url":"https://www.freecodecamp.org/news/machine-learning-python-new-scikit-learn-features-you-should-know/","canonicalUrl":"https://www.freecodecamp.org/news/machine-learning-python-new-scikit-learn-features-you-should-know/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/186740d598ec608eddf183f2e8dee8c0","ratio":2.23713646532438,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAwQRBQYTFFH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AM+VtQePb16j1KhCcgPzFFmUc+EpRjBxbIMiKkYC2f/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Davis_McDavid","readTime":6,"description":null,"toc":null,"summary":null},{"id":"29SZcFT36","title":"Yor Automates Tagging for Infrastructure as Code – The New Stack","shortId":"29SZcFT36","createdAt":"2021-06-04T19:34:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":31,"score":27047743,"tagsStr":"general-programming,cloud,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T17:55:16.000Z","url":"https://thenewstack.io/yor-automates-tagging-for-infrastructure-as-code/","canonicalUrl":"https://thenewstack.io/yor-automates-tagging-for-infrastructure-as-code/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b58930f4ba3db787b231fb6d7ee0e74c","ratio":1.60212201591512,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAYRIQQSE0FRcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQADAAAAAAAAAAAAAAAAAAABERL/2gAMAwEAAhEDEQA/AMmhuG2Fl4jcm2IiIlXzLG2pWwO52dDsCQPg4q01wWZJM7rbDxhmLBA5wufWnA/B9ClKuZgK3//Z","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":3,"description":null,"toc":null,"summary":null},{"id":"q4oc-ox9T","title":"The Data Quality Problem and Its Impact on Application Performance – The New Stack","shortId":"q4oc-ox9T","createdAt":"2021-06-04T20:27:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":1,"score":27047717,"tagsStr":"big-data","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T19:30:14.000Z","url":"https://thenewstack.io/the-data-quality-problem-and-its-impact-on-application-performance/","canonicalUrl":"https://thenewstack.io/the-data-quality-problem-and-its-impact-on-application-performance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64e6254baa35c41fb17c0b6a2dc6495f","ratio":1.49707602339181,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBQQRIQYSIkGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8Am4d50cyshhwNV4efMiBztg+3cfFBkt6cSOAkBAJ0ex/KInNMaX//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cUz7aq5bk","title":"Release Radar · May 2021 Edition","shortId":"cUz7aq5bk","createdAt":"2021-06-04T09:12:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":856,"score":27047715,"tagsStr":"laravel","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-04T20:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://github.blog/2021-06-04-release-radar-may-2021/","canonicalUrl":"https://github.blog/2021-06-04-release-radar-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2475f5c2e8d19e2c131daac32a509227","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACBBEDBRMSFSExMkFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDG26jE5K+E/TWGecoyiduuDhjArb4PGr633U8mySKHwekRUB//2Q==","siteTwitter":"@github","creatorTwitter":"@MishManners","readTime":5,"description":null,"toc":null,"summary":null},{"id":"XpNeohlnR","title":"Configuring failover for external services","shortId":"XpNeohlnR","createdAt":"2021-06-04T16:41:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"istio","views":2,"score":27047493,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://istio.io/latest/blog/2021/external-locality-failover/","canonicalUrl":"https://istio.io/latest/blog/2021/external-locality-failover/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/4d98d7a4391cf2c5699150e5d9198eec","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAUGESEEEhVBUWGS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAC/9oADAMBAAIRAxEAPwC+P4z1TGbvcGliSWFObhkZwC5QguPk6D2KzA3G1BPMiGFZZFhc6tGGIVj5I70qs5GtcKyE3//Z","siteTwitter":"@IstioMesh","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6ICXkCjrR","title":"Haskell for all: Probability for Slay the Spire fanatics","shortId":"6ICXkCjrR","createdAt":"2021-06-04T15:57:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":16,"score":27047487,"tagsStr":"haskell","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.haskellforall.com/2021/06/probability-for-slay-spire-fanatics.html","canonicalUrl":"https://www.haskellforall.com/2021/06/probability-for-slay-spire-fanatics.html","image":"https://www.haskellforall.com/favicon.ico","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"fXrf0JRy1","title":"How to create Kubernetes home lab on an old laptop","shortId":"fXrf0JRy1","createdAt":"2021-06-04T14:07:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":88,"score":27047469,"tagsStr":"kubernetes,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T14:00:19.000Z","url":"https://itnext.io/how-to-create-kubernetes-home-lab-on-an-old-laptop-1de6cc12c13e","canonicalUrl":"https://itnext.io/how-to-create-kubernetes-home-lab-on-an-old-laptop-1de6cc12c13e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82ef2cbf4dcef2c3be23f706d841ca5d","ratio":0.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwIF/8QAIhAAAgEEAQQDAAAAAAAAAAAAAQIDAAURElEEBxMhFDJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDERL/2gAMAwEAAhEDEQA/ADe7rG3aa1QiFPG86yCQffIypBHGAT+0cu4DELENQfXqrF262K3J0KzyfFJ38WxK7c45rNMjE5zRnmg+pOlxe1n/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@Piotr1215","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1NHH7JYSW","title":"EEVEE’s Future — Blender Developers Blog","shortId":"1NHH7JYSW","createdAt":"2021-06-04T16:43:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"blender","views":12,"score":27047377,"tagsStr":"general-programming,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://code.blender.org/2021/06/eevees-future/","canonicalUrl":"https://code.blender.org/2021/06/eevees-future/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a8980ea9fd35d1a4d5a43431eea03af8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIEIQADBRESBxVj/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAECAAP/2gAMAwEAAhEDEQA/ALymRdNPIQx7V89Ci/WblxS40oQjkQoDe5mBW85yYj292PiilKPXSpUHLImpFN//2Q==","siteTwitter":"@blender_org","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"o82kPod2A","title":"Network-based policies in Cloudflare Gateway","shortId":"o82kPod2A","createdAt":"2021-06-04T15:40:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":4,"score":27047272,"tagsStr":"cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T15:30:00.000Z","url":"https://blog.cloudflare.com/network-based-policies-in-cloudflare-gateway/","canonicalUrl":"https://blog.cloudflare.com/network-based-policies-in-cloudflare-gateway/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4081948c486827c869871bc4e9154f0a","ratio":1.84900284900285,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHRAAAgICAwEAAAAAAAAAAAAAAREAAhIxAxMhI//EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDUeF1f6H0k6l4suqjsygytxEQ//9k=","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"iN5NeHFI5","title":"Trigonometry in CSS and JavaScript: Beyond Triangles","shortId":"iN5NeHFI5","createdAt":"2021-06-04T10:16:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":104,"score":27047251,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://tympanus.net/codrops/2021/06/04/trigonometry-in-css-and-javascript-beyond-triangles/","canonicalUrl":"https://tympanus.net/codrops/2021/06/04/trigonometry-in-css-and-javascript-beyond-triangles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/911c5aff92358c58a09d7325a6b76b35","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAwABBQAAAAAAAAAAAAAAAAECAxIhIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/AMvRpxqL4ZE+4fhLYApcNf/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"WoZbxJS2C","title":"Top 5 Rich Text Editors for React in 2021","shortId":"WoZbxJS2C","createdAt":"2021-06-04T07:36:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":164,"score":27047175,"tagsStr":"react,cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-04T09:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-06-02T20:32:28.000Z","url":"https://blog.bitsrc.io/top-5-rich-text-editors-for-react-in-2021-628fecf0f7e0","canonicalUrl":"https://blog.bitsrc.io/top-5-rich-text-editors-for-react-in-2021-628fecf0f7e0","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32439bce1cc81d5781f61c9081d0d200","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhEhUxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxEhMf/aAAwDAQACEQMRAD8A1rkfG7qfHZH1WRuIrxoWMDTzuVVtH7o76FV4rFchbF2ZuMtGZjChchVbbeI32U2e/wBNKVTa7Z7FpJYbn//Z","siteTwitter":"@bitdev_","creatorTwitter":"@sri_yasas","readTime":1,"description":null,"toc":null,"summary":null},{"id":"vAnodB4aK","title":"JavaScript Tutorial – How to Set Up a Front End Development Project","shortId":"vAnodB4aK","createdAt":"2021-06-03T21:48:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":1233,"score":27047153,"tagsStr":"general-programming,webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-04T03:30:00.000Z","discussionScore":8,"banned":false,"deleted":false,"publishedAt":"2021-06-03T21:44:03.000Z","url":"https://www.freecodecamp.org/news/how-to-set-up-a-front-end-development-project/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-set-up-a-front-end-development-project/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43d79d1f477d4f202ccdb03bbc1afa52","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEABEhBQYSMQciUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESL/2gAMAwEAAhEDEQA/AKjf3klW1JWmxXmZMtp1BfNlpRxSDxt17dk5+CqNjV2ZDLbyUu2cSFjkBfIvnNKUMQpWIotcyz//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@HunorBorbely","readTime":15,"description":null,"toc":null,"summary":null},{"id":"81m6T2fVF","title":"How to leverage distributed engineering teams for rapid response","shortId":"81m6T2fVF","createdAt":"2021-06-04T11:51:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":7,"score":27047127,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/04/managing-global-projects-requiring-rapid-response-continuously/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/04/managing-global-projects-requiring-rapid-response-continuously/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7414921cc3db003bcb7b0bd57de0cd05","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHxABAAEEAQUAAAAAAAAAAAAAAQIAAxExIUFRgaGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AznK+MRlEVE1p7+fXSpuXISnKRnCqZOftKVXh3//Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_HV81KC1B","title":"Updates to our policies regarding exploits, malware, and vulnerability research","shortId":"_HV81KC1B","createdAt":"2021-06-04T16:12:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":0,"score":27047052,"tagsStr":"security,cyber,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://github.blog/2021-06-04-updates-to-our-policies-regarding-exploits-malware-and-vulnerability-research/","canonicalUrl":"https://github.blog/2021-06-04-updates-to-our-policies-regarding-exploits-malware-and-vulnerability-research/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/832a5bcafaea81361550440f1bed968d","ratio":1.90634920634921,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAxEEExQyVJH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAEH/2gAMAwEAAhEDEQA/ANN5+sUghHKwNTvxtTZH2D8REwP/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vrQ-GJn_T","title":"An update on our racial justice efforts","shortId":"vrQ-GJn_T","createdAt":"2021-06-04T10:15:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"dm","views":2,"score":27047010,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://deepmind.com/blog/announcements/an-update-on-our-racial-justice-efforts","canonicalUrl":"https://deepmind.com/blog/announcements/an-update-on-our-racial-justice-efforts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ee3829a068b65ff0bd1d86cffde34b7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAxITkQQRQVJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAMh/9oADAMBAAIRAxEAPwDSMUbjqmkym2dhRSPecYVW2zq3CIlauvG//9k=","siteTwitter":"/blog/announcements/an-update-on-our-racial-justice-efforts","creatorTwitter":"@DeepMindAI","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bGCZngafL","title":"Static vs Unit vs Integration vs E2E Testing for Frontend Apps","shortId":"bGCZngafL","createdAt":"2021-06-03T20:15:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"kentcdodds","views":175,"score":27046533,"tagsStr":"general-programming,webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://kentcdodds.com/blog/static-vs-unit-vs-integration-vs-e2e-tests","canonicalUrl":"https://kentcdodds.com/blog/static-vs-unit-vs-integration-vs-e2e-tests","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/315913c66d9637082a284e4195dca377","ratio":2.19512195121951,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAwABAgQRBQYyYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0rcrGnuLTjxtlgAYTxnXbgR3eGJP22Hx6qiIg//Z","siteTwitter":"","creatorTwitter":"@kentcdodds","readTime":9,"description":null,"toc":null,"summary":null},{"id":"PiEmye7dx","title":"How to Build a Hackintosh - Install MacOS Big Sur on a PC Using OpenCore","shortId":"PiEmye7dx","createdAt":"2021-06-03T18:09:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":247,"score":27046473,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-03T22:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T18:07:17.000Z","url":"https://www.freecodecamp.org/news/build-a-hackintosh/","canonicalUrl":"https://www.freecodecamp.org/news/build-a-hackintosh/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1adf60032c881d6021ee09fffb77d874","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABRIGFCExUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQFISNB/9oADAMBAAIRAxEAPwDId91FHdeire17bsdoAMhIDRADSfBSLBuvd5NF20btmeGqjhPAUCsk1X2sYyjwHRiG8Ah7imrHYn//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":11,"description":null,"toc":null,"summary":null},{"id":"DPFJxtjRX","title":"IOTW: MacOS Security Patches Issued Again","shortId":"DPFJxtjRX","createdAt":"2021-06-04T00:15:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":11,"score":27046393,"tagsStr":"security,apple,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-macos-security-patches-issued-again","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-macos-security-patches-issued-again","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d96277a788a9d12ac6360810f58ca011","ratio":1.77304964539007,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAgQFBiEjQWHS8P/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDIUH/2gAMAwEAAhEDEQA/AMPpm9clmlts1j7ldfA+7SKN157ALhjgLcjqD1iI8Y5a2gndLp//2Q==","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BnIMcPUUf","title":"GitHub Enterprise Server 3.1 is now generally available","shortId":"BnIMcPUUf","createdAt":"2021-06-03T19:51:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":53,"score":27046360,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://github.blog/2021-06-03-github-enterprise-server-3-1-is-now-generally-available/","canonicalUrl":"https://github.blog/2021-06-03-github-enterprise-server-3-1-is-now-generally-available/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d1a71e1cc4fbadc7a0d6696eb505a90","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQRIQUSMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM+cjdlu7NTVjjeS2z99kutaqtVwHbAYiIlH/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lGtktZded","title":"Hexagons and Beyond: Flexible, Responsive Grid Patterns, Sans Media Queries","shortId":"lGtktZded","createdAt":"2021-06-03T15:09:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":181,"score":27046296,"tagsStr":"webdev,css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-03T16:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T14:25:57.000Z","url":"https://css-tricks.com/hexagons-and-beyond-flexible-responsive-grid-patterns-sans-media-queries/","canonicalUrl":"https://css-tricks.com/hexagons-and-beyond-flexible-responsive-grid-patterns-sans-media-queries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40c34a5e78277771375917488afd9109","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQMCAAQGEQUSIRNR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB4RAAEDBAMAAAAAAAAAAAAAAAECAwQABREhE0Hw/9oADAMBAAIRAxEAPwDKZFxZVkbnSmi5Lo9dXafr193seipDcGa1k2Hk1RMiZajZgAb/AAdvBSlGXSS5HKeI4z7ukIrKHXnUrGgdV//Z","siteTwitter":"@CSS","creatorTwitter":"@ChallengesCss","readTime":18,"description":null,"toc":null,"summary":null},{"id":"CJH3X_VOo","title":"The Testing Trophy and Testing Classifications","shortId":"CJH3X_VOo","createdAt":"2021-06-03T20:15:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"kentcdodds","views":15,"score":27046221,"tagsStr":"general-programming,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://kentcdodds.com/blog/the-testing-trophy-and-testing-classifications","canonicalUrl":"https://kentcdodds.com/blog/the-testing-trophy-and-testing-classifications","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61b80fcef96c0a66797720a9c498dfc6","ratio":1.77682403433476,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAeEAACAQQDAQAAAAAAAAAAAAABAgMABQYRBCFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGhEAAQUBAAAAAAAAAAAAAAAAAAIDExRRUv/aAAwDAQACEQMRAD8AuF+yd4+QrzW+NJFARYlbcbBh2GPeiB9NUS5TmLSuV5FoRSSQogY6HlKVKtvdDGnD/9k=","siteTwitter":"","creatorTwitter":"@kentcdodds","readTime":5,"description":null,"toc":null,"summary":null},{"id":"s3IxFWLP2","title":"Eyeballs, Training, China: Reasons for the Stack Overflow Acquisition – The New Stack","shortId":"s3IxFWLP2","createdAt":"2021-06-03T17:44:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":31,"score":27046189,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T16:43:30.000Z","url":"https://thenewstack.io/eyeballs-training-china-reasons-for-the-stack-overflow-acquisition/","canonicalUrl":"https://thenewstack.io/eyeballs-training-china-reasons-for-the-stack-overflow-acquisition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9486754372d57a43d7767268783ac8a9","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgMEAFEGIhESkf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQMx/9oADAMBAAIRAxEAPwCZ13oWeHWo7USx2qyL6SKvYISVIBGup+7yYSyOkjqfBIJBO8YwkFo2zw//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@LawrenceHecht","readTime":3,"description":null,"toc":null,"summary":null},{"id":"s0QcqgXuP","title":"Lists in Python – A Comprehensive Guide","shortId":"s0QcqgXuP","createdAt":"2021-06-03T18:49:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":30,"score":27046182,"tagsStr":"python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T18:42:20.000Z","url":"https://www.freecodecamp.org/news/lists-in-python-comprehensive-guide/","canonicalUrl":"https://www.freecodecamp.org/news/lists-in-python-comprehensive-guide/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2ceba009aac9eaaec2508abad150c00","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIEEQADEgUGEyExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIREiP/2gAMAwEAAhEDEQA/AJIHcEfVE5F5AdVX3ZsXV/p+1mdu6pz3O67ZYDMSB5mxjDVgpq2an//Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"144LRigEv","title":"Schofield's Laws of Computing – What they Are and Why You Should Know Them","shortId":"144LRigEv","createdAt":"2021-06-03T18:49:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":21,"score":27046155,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T18:46:12.000Z","url":"https://www.freecodecamp.org/news/schofields-laws-of-computing/","canonicalUrl":"https://www.freecodecamp.org/news/schofields-laws-of-computing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56c16ba0494d30f8266e409420031611","ratio":1.91021967526266,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQGEQUTQSEiI1Hh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAkER/9oADAMBAAIRAxEAPwCG+b/1SC79IiYyLFO5kjOrgHGTtIcAcEY9rQZK0bjvHyefiIjNkqJsRwVHJ//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@SethFalco","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ayNhdU72D","title":"PWAs as URL Handlers","shortId":"ayNhdU72D","createdAt":"2021-06-03T07:50:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","tweeted":true,"views":658,"score":27046142,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-03T16:00:00.000Z","discussionScore":27,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://web.dev/pwa-url-handler/","canonicalUrl":"https://web.dev/pwa-url-handler/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36ebfb9e95ad4e70a17a8eca810bb3ae","ratio":3.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgIBAgcBAAAAAAAAAAAAAQIDBAAREgUGExUhIjGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAQf/aAAwDAQACEQMRAD8A0a7H3Woti7JO0yXOirpM8ZVNPg2kaZceVuCxExx0UVE9VG9vAH7jGUR//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"3UFWrZuqo","title":"Serverless vs Fully Managed Services: What's the Difference?","shortId":"3UFWrZuqo","createdAt":"2021-06-03T17:02:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":45,"score":27046115,"tagsStr":"general-programming,aws,serverless","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T16:51:37.000Z","url":"https://www.freecodecamp.org/news/serverless-fully-managed-service-difference/","canonicalUrl":"https://www.freecodecamp.org/news/serverless-fully-managed-service-difference/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/daafb20f34b851cf778d833f307d7fd8","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgIABQUAAAAAAAAAAAAAAgMAAQQFBhESISQxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAECAwAR/9oADAMBAAIRAxEAPwCDBapy9OEWClqJNDsQksqLf5ddJknqzLuZdgvz6uIlB5rwY87v0gb/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@PeriGk_Tech","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ikriS6V3l","title":"Managing Shared State In Vue 3","shortId":"ikriS6V3l","createdAt":"2021-06-03T10:45:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":265,"score":27046105,"tagsStr":"webdev,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-03T14:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/06/managing-shared-state-vue3/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/managing-shared-state-vue3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/630cf2ec00a38a2c14b642f088cc7ab5","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYxElGx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhEf/aAAwDAQACEQMRAD8A2HimkOtiS5C5jj5cp5KfEICKR0K938yqBzKRIgx3lRGApxtKyAT2ReMYpFFGJbuDVjFVWfB5v//Z","siteTwitter":"@smashingmag","creatorTwitter":"@shawnwildermuth","readTime":13,"description":null,"toc":null,"summary":null},{"id":"VUHdL4jxF","title":"The 9 Best Portable Grills You Can Buy","shortId":"VUHdL4jxF","createdAt":"2021-05-30T13:05:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T09:00:00.000Z","url":"https://www.wired.com/story/best-portable-grills","canonicalUrl":"https://www.wired.com/story/best-portable-grills","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfa46f2f91d68cec1976e416bc030683","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAgEEAwAAAAAAAAAAAAAAAgMAAQQREjJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGREBAQEAAwAAAAAAAAAAAAAAAQIAEUHB/9oADAMBAAIRAxEAPwDIO1NrgcN05QK5KHXVneaZ8rSUiIeXkNYYgmqTt8N//9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"7zX-4Kp-3","title":"Building an online store with React, AWS, and Stripe","shortId":"7zX-4Kp-3","createdAt":"2021-06-03T15:08:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":95,"score":27046076,"tagsStr":"tech-news,react,aws,authentication,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T15:08:27.000Z","url":"https://blog.bitsrc.io/how-to-build-an-online-store-with-react-aws-and-stripe-95413e6ce727","canonicalUrl":"https://blog.bitsrc.io/how-to-build-an-online-store-with-react-aws-and-stripe-95413e6ce727","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/660b12221e5d97a84917ac017d57c427","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDABESIQQFEyIxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyEy/9oADAMBAAIRAxEAPwDX9Gkgd4uN2TjtifE7Hu11uPtQyOpkchWFydZHVKUkHrJLeEf/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"@mjmrz","readTime":4,"description":null,"toc":null,"summary":null},{"id":"NcU-_1qi_","title":"How to execute terminal commands with your voice on Linux","shortId":"NcU-_1qi_","createdAt":"2021-06-03T15:08:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":63,"score":27046046,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T08:14:05.000Z","url":"https://mitchellharle.medium.com/how-to-execute-terminal-commands-with-your-voice-on-linux-eb1f6de58bff","canonicalUrl":"https://mitchellharle.medium.com/how-to-execute-terminal-commands-with-your-voice-on-linux-eb1f6de58bff","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c93b22ca22b8ec7ddfd08df9b9672bf","ratio":3.6036036036036,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxETIUFSkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxOuxzTc5YlxjB5G8hrWd29iJYP/Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"UOW4bvWqw","title":"GitLab is setting the standard for DevSecOps","shortId":"UOW4bvWqw","createdAt":"2021-06-03T15:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":35,"score":27045979,"tagsStr":"security,testing,devops,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/01/gitlab-is-setting-standard-for-devsecops/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/01/gitlab-is-setting-standard-for-devsecops/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b221a703974699058041b0534bfe94f","ratio":1.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQUBAQEAAAAAAAAAAAAABAABAgMRIRMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEBAAEFAAAAAAAAAAAAAAABAgBBUWGBof/aAAwDAQACEQMRAD8AxEUkGsC+ogKVpUt8rmteLR1s62dz6yhRFXxBLSa8u3nWI1SgZ//Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oj6Z5NkAd","title":"Cipher Definition – What is a Block Cipher and How Does it Work to Protect Your Data?","shortId":"oj6Z5NkAd","createdAt":"2021-06-03T16:22:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":9,"score":27045966,"tagsStr":"data-science,cyber,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T16:21:19.000Z","url":"https://www.freecodecamp.org/news/what-is-a-block-cipher/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-a-block-cipher/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64a092fcf59e502ba85973b956a60071","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAACAQMEABEhBRIUIiMxof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAETH/2gAMAwEAAhEDEQA/AI7T3XpqNjABjkRY6Ae4BW7amubkC9rY+4qR50lzyA8OwuyXZH0tKVKKVe53Ieb/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@megansdoingfine","readTime":10,"description":null,"toc":null,"summary":null},{"id":"ogsI-ONLv","title":"Master code splitting with dynamic imports in Next.js","shortId":"ogsI-ONLv","createdAt":"2021-06-03T12:05:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":109,"score":27045957,"tagsStr":"general-programming,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/code-splitting-with-dynamic-imports-in-nextjs","canonicalUrl":"https://daily.dev/blog/code-splitting-with-dynamic-imports-in-nextjs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54d1bc8c5308740224a9803bf44efbe7","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAQMEAQUBAAAAAAAAAAAAAgEDBAAFERIhBhMxQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAcEQADAAIDAQAAAAAAAAAAAAABAgMAEQQxkbH/2gAMAwEAAhEDEQA/AIkC7Xu09ZX1uPdFUbFGF6OKsjqQuEhGJJ7XnG3nhPytNx50t6O073kTcULGg8ZTPylKKahbUQdDWvMnr8y7Tm5c7IHwZ//Z","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"p6TbGCd2i","title":"Are We There Yet? The Query Your Database Can’t Answer","shortId":"p6TbGCd2i","createdAt":"2021-06-03T17:17:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":8,"score":27045951,"tagsStr":"general-programming,backend,kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.confluent.io/blog/ksqldb-streaming-sql-the-query-your-database-cant-answer/","canonicalUrl":"https://www.confluent.io/blog/ksqldb-streaming-sql-the-query-your-database-cant-answer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":14,"description":null,"toc":null,"summary":null},{"id":"ukDSzw_Wd","title":"Web Design & Development News: Collective #664","shortId":"ukDSzw_Wd","createdAt":"2021-06-03T15:14:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":35,"score":27045943,"tagsStr":"general-programming,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://tympanus.net/codrops/collective/collective-664/","canonicalUrl":"https://tympanus.net/codrops/collective/collective-664/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7cb2b45c5fb75045252242882aa1688d","ratio":0.769230769230769,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAJxAAAgEDAwALAAAAAAAAAAAAAQIDAAQRBQYxBxMUFyEiUVRxgZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Axy9GE6xGNNLt5wqg9aI2yw+c+JqHurn9u/5SG49+av26G0tppLaxtmGI43w7KeVL44+qAm3hrrTSMmqXaIWJChx5R6cUH//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"KoHIc6oO5","title":"Birth of the Cloud: A Q&A with Vint Cerf and Linode’s Christopher Aker – The New Stack","shortId":"KoHIc6oO5","createdAt":"2021-06-03T13:50:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":23,"score":27045942,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T13:00:14.000Z","url":"https://thenewstack.io/birth-of-the-cloud-a-qa-with-vint-cerf-and-linodes-christopher-aker/","canonicalUrl":"https://thenewstack.io/birth-of-the-cloud-a-qa-with-vint-cerf-and-linodes-christopher-aker/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eba698c4c11ad28a52a13db90baa60b1","ratio":1.44170403587444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIEEQADBQYSFDEh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABEQL/2gAMAwEAAhEDEQA/AJ1ruqNxfjH7Tb6rbGulO13LCQCFpUpKUxCpEfCIMxM1leaua0nMv0sbuS6gcXBZmCeHI8fRPkUpQ0lR5sP/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Wk8GfKoud","title":"Inspirational Websites Roundup #26","shortId":"Wk8GfKoud","createdAt":"2021-06-03T13:34:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":33,"score":27045830,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://tympanus.net/codrops/2021/06/03/inspirational-websites-roundup-26/","canonicalUrl":"https://tympanus.net/codrops/2021/06/03/inspirational-websites-roundup-26/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b7ecdcfab42c8d35feffc929f16b130","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIEAAMRBiExBRITFiSh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADBBETIaH/2gAMAwEAAhEDEQA/ALGuetrqaKtiL5UCSmkfQFIXKdpUKoGBsDyaz3rVw7tbiknkh8Z/aUodpRRiU7mlquGpIeDHs//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"b8Sp_jQuc","title":"Syria’s exam-related Internet shutdowns","shortId":"b8Sp_jQuc","createdAt":"2021-06-03T18:09:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":0,"score":27045729,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T17:57:04.000Z","url":"https://blog.cloudflare.com/syria-exam-related-internet-shutdowns/","canonicalUrl":"https://blog.cloudflare.com/syria-exam-related-internet-shutdowns/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e31d690a40383a20f45867c898702ab7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFBhEhUXGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABElH/2gAMAwEAAhEDEQA/AN6TQ9Ta1jLa3hyGUcg2cfj1UE2v4dZpFTE49VDEAC2TofKUppsJWH//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@jgrahamc","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Q1EfmdE5k","title":"Multi-Cluster Kubernetes: Managing DigitalOcean Kubernetes and Amazon EKS with KubeSphere","shortId":"Q1EfmdE5k","createdAt":"2021-06-03T10:11:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":33,"score":27045683,"tagsStr":"aws,kubernetes,digitalocean","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T07:41:43.000Z","url":"https://itnext.io/multi-cluster-kubernetes-managing-digital-ocean-kubernetes-and-amazon-eks-with-kubesphere-6ba3f9cfe676","canonicalUrl":"https://itnext.io/multi-cluster-kubernetes-managing-digital-ocean-kubernetes-and-amazon-eks-with-kubesphere-6ba3f9cfe676","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13a775db27c5810d45f3e8e95babfba8","ratio":1.74860335195531,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEEBTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDResosZVUGs5gODJL+dxs7M3LUWJ0kr9iIzJHlMhq//9k=","siteTwitter":"@itnext_io","creatorTwitter":"@KubeSphere","readTime":6,"description":null,"toc":null,"summary":null},{"id":"No7hzrzsN","title":"Building GraphQL APIs with Quarkus","shortId":"No7hzrzsN","createdAt":"2021-06-03T10:10:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":33,"score":27045672,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T07:03:18.000Z","url":"https://itnext.io/building-graphql-apis-with-quarkus-dbbf23f897df","canonicalUrl":"https://itnext.io/building-graphql-apis-with-quarkus-dbbf23f897df","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82961da34a4769ff9d64887c2294c5e0","ratio":1.79910044977511,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAQMCBwAAAAAAAAAAAAAAAAEEBQLRAxIVMUFVlP/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSeJBxeRFWNYb8NqLE9GjOtY+aiwAh/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@hantsy","readTime":7,"description":null,"toc":null,"summary":null},{"id":"a1Sw38TiZ","title":"CSS for Web Vitals","shortId":"a1Sw38TiZ","createdAt":"2021-06-02T19:12:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":1487,"score":27045625,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-03T07:00:01.000Z","discussionScore":58,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:00:00.000Z","url":"https://web.dev/css-web-vitals/","canonicalUrl":"https://web.dev/css-web-vitals/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f14f30e28ddbec27d3777ec068aee606","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwUGBBEhQv/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQIDBBEABTFR/9oADAMBAAIRAxEAPwDcaTsuP4+AIWotYforKGyljkuKU6b0REq1aWG0o0i79wybtpbs54FZACjzP//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JMYAdvwyA","title":"Multi-Cluster Kubernetes: Managing Digital Ocean Kubernetes and Amazon EKS with KubeSphere","shortId":"JMYAdvwyA","createdAt":"2021-06-03T07:04:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":37,"score":27045502,"tagsStr":"aws,kubernetes,digitalocean","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T06:52:39.000Z","url":"https://kubesphere.medium.com/multi-cluster-kubernetes-managing-digital-ocean-kubernetes-and-amazon-eks-with-kubesphere-6ba3f9cfe676","canonicalUrl":"https://kubesphere.medium.com/multi-cluster-kubernetes-managing-digital-ocean-kubernetes-and-amazon-eks-with-kubesphere-6ba3f9cfe676","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13a775db27c5810d45f3e8e95babfba8","ratio":1.74860335195531,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEEBTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDResosZVUGs5gODJL+dxs7M3LUWJ0kr9iIzJHlMhq//9k=","siteTwitter":"@Medium","creatorTwitter":"@KubeSphere","readTime":6,"description":null,"toc":null,"summary":null},{"id":"6m2-9xSD9","title":"How to Design Your Own Learning Plan for Any Tech Stack","shortId":"6m2-9xSD9","createdAt":"2021-06-02T21:19:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":665,"score":27045495,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-03T05:30:00.000Z","discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-06-02T21:18:15.000Z","url":"https://www.freecodecamp.org/news/how-to-design-your-own-learning-plan-for-any-tech-stack/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-design-your-own-learning-plan-for-any-tech-stack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f7948ee68fae6d103b5f38fd1f90e64","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQIDBBEAEgYHIjFBYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAQIHAAAAAAAAAAAAAAAAAQARAwQFBlJxsf/aAAwDAQACEQMRAD8AvcrZsVPGcfWIC6thxDSya0WEE3XsJI+5oODuqFHLh6y2kq17XXjGMQqQaKNIO3y8sXyPAv/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@KenTheRogers","readTime":10,"description":null,"toc":null,"summary":null},{"id":"7xooV9szv","title":"Divvy","shortId":"7xooV9szv","createdAt":"2021-05-14T14:32:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27016712,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/119125581/Divvy","canonicalUrl":"https://www.behance.net/gallery/119125581/Divvy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89cfdf200c0ad266c2470b18f8056542","ratio":1.47679324894515,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMAAgQFERIhExUx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREh/9oADAMBAAIRAxEAPwDaNbZm3w6+oZRbx98tAQZVGWsJWHVJaKjmQOidu4iCt5D/2Q==","siteTwitter":"@behance","creatorTwitter":"@wearefagerstrom","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_kC3BBKu_","title":"Debugging iOS Safari","shortId":"_kC3BBKu_","createdAt":"2021-06-02T21:42:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":111,"score":27045174,"tagsStr":"apple,testing,devtools,ios,google-chrome,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T21:15:28.000Z","url":"https://css-tricks.com/debugging-ios-safari/","canonicalUrl":"https://css-tricks.com/debugging-ios-safari/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7d39d2f26d7c8861c6229f16c0e865c","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAwABAgQREiEFFRcxQVHi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB0RAAIBBAMAAAAAAAAAAAAAAAEDAgAEESEFQfD/2gAMAwEAAhEDEQA/AM7rOARJURkMgMiCaLucLmtu92yl38KXT2T75o2/VN9oiM5S4ZbmIUcZ93SNsmDXNjIaB1X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5-aORjqjh","title":"How Airbnb Standardized Metric Computation at Scale","shortId":"5-aORjqjh","createdAt":"2021-06-03T01:44:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"airbnb","views":7,"score":27045012,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:14:47.000Z","url":"https://medium.com/airbnb-engineering/airbnb-metric-computation-with-minerva-part-2-9afe6695b486","canonicalUrl":"https://medium.com/airbnb-engineering/airbnb-metric-computation-with-minerva-part-2-9afe6695b486","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7cab73d4bca9f26e8b2c3e7a7d92d129","ratio":2.49480249480249,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgABAwQREjEiQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDMVe6UFG1VaGuY2dNpDjYjDV8+C6OfuOspH6iIP//Z","siteTwitter":"@AirbnbEng","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"fDnQRfstR","title":"Evolving Cumulative Layout Shift in web tooling","shortId":"fDnQRfstR","createdAt":"2021-06-02T19:12:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":69,"score":27044969,"tagsStr":"webdev,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:00:00.000Z","url":"https://web.dev/cls-web-tooling/","canonicalUrl":"https://web.dev/cls-web-tooling/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f1103c79e114a6ff372ea70cf806088","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAAYBBQAAAAAAAAAAAAABAwACBAURIRITFTJBof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABEQACAxP/2gAMAwEAAhEDEQA/AKS1Wldyp0Ptja91MmUp6r35Z5Eg7I9HMWfaHS6mNQSNE8pd/YQgowq3Ed7ICf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EJVyXCTBF","title":"Fetch API – How to Make a GET Request and POST Request in JavaScript","shortId":"EJVyXCTBF","createdAt":"2021-06-02T19:45:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":95,"score":27044950,"tagsStr":"webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T19:39:05.000Z","url":"https://www.freecodecamp.org/news/how-to-make-api-calls-with-fetch/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-make-api-calls-with-fetch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd3ac68e1f660d6ea7486b91193fe610","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGIjFhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQAREiH/2gAMAwEAAhEDEQA/AMuu/Op9+jWqO+wywm2RRDbUySCtGtqyTvqPFQjdpIOAiNj2wgn7jdKVVyHKgNLP/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@UbahTheBuilder","readTime":5,"description":null,"toc":null,"summary":null},{"id":"f1Np56JHk","title":"Building multiple Progressive Web Apps on the same domain","shortId":"f1Np56JHk","createdAt":"2021-06-02T16:37:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":171,"score":27044941,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:00:00.000Z","url":"https://web.dev/building-multiple-pwas-on-the-same-domain/","canonicalUrl":"https://web.dev/building-multiple-pwas-on-the-same-domain/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b1359adf872ca72df51d06e201f3bc9","ratio":2.36686390532544,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAARBQYTMf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyFKvHdoVjKoCxTeaoqgLokD5rJt9v5OrbmrwrUEcTtGoNdSdA6GMYVX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"jQpa3uZqu","title":"How to Migrate from Vue v.2 to Vue v.3 with a Simple Example Project","shortId":"jQpa3uZqu","createdAt":"2021-06-02T19:19:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":89,"score":27044910,"tagsStr":"vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T19:14:53.000Z","url":"https://www.freecodecamp.org/news/migrate-from-vue2-to-vue3-with-example-project/","canonicalUrl":"https://www.freecodecamp.org/news/migrate-from-vue2-to-vue3-with-example-project/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ecb582f4bee67c7fe389a4d9f204506f","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBBEABQYSIQcTUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCESH/2gAMAwEAAhEDEQA/AKPg93T5+84renwnIC2Iii6sPFz3uDiLII6TZuh8GaUQhwJAU6FKA7PGrxjFtNZQaTiz/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@Fab_Sky_Walker","readTime":10,"description":null,"toc":null,"summary":null},{"id":"ohJMb4EfT","title":"Vimrc Configuration Guide - How to Customize Your Vim Code Editor with Mappings, Vimscript, Status Line, and More","shortId":"ohJMb4EfT","createdAt":"2021-06-02T20:52:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":27,"score":27044862,"tagsStr":"devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T20:44:22.000Z","url":"https://www.freecodecamp.org/news/vimrc-configuration-guide-customize-your-vim-editor/","canonicalUrl":"https://www.freecodecamp.org/news/vimrc-configuration-guide-customize-your-vim-editor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23fa745b4b5658fa4b2bd7a23786f81c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQcSISIxMlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMAESExof/aAAwDAQACEQMRAD8Aw1ns8RMSbbWy8llhsKbVlBIVvU3nxxzsz9qqtI7S8oumfNBWd2Ok9+fVKURZ24J6yh4zSYdRoknfmf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"xmzHqXRDO","title":"How to Schedule Tasks using Chrono in Golang","shortId":"xmzHqXRDO","createdAt":"2021-06-01T18:16:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":20,"score":27043239,"tagsStr":"golang","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T17:54:39.000Z","url":"https://itnext.io/how-to-schedule-tasks-using-chrono-in-golang-16a39b14a79a","canonicalUrl":"https://itnext.io/how-to-schedule-tasks-using-chrono-in-golang-16a39b14a79a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a5ef481289414900c33e3e2205ae4fc","ratio":2.13675213675214,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAACAgIDAAAAAAAAAAAAAAACAwABEdEzYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AloHANYJCy7vO4tq88Ae3uIgf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zV8oSpO2b","title":"Understanding Cloud Marketplaces","shortId":"zV8oSpO2b","createdAt":"2021-06-02T19:00:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":17,"score":27044793,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T17:52:48.000Z","url":"https://thenewstack.io/understanding-cloud-marketplaces/","canonicalUrl":"https://thenewstack.io/understanding-cloud-marketplaces/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/461dd7e7fd9a73730dfc3827d3742a8b","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQIGAgMAAAAAAAAAAAAAAQIDAAQFERIhBhMiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgMRBRIhMVHB/9oADAMBAAIRAxEAPwCfzefosq1I1OihQbnPJ+TczxSmwJCfqTvV4xLvMXO1fS0pDWRwSSklI9C+O4QgGFgPCgjyM2kBtDboe2v/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"weYXedoE0","title":"Why should you write your own API gateway — from scratch","shortId":"weYXedoE0","createdAt":"2021-06-02T11:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":406,"score":27044779,"tagsStr":"aws,kubernetes,architecture,golang","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-02T18:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-06-02T11:50:47.000Z","url":"https://itnext.io/why-should-you-write-your-own-api-gateway-from-scratch-378074bfc49e","canonicalUrl":"https://itnext.io/why-should-you-write-your-own-api-gateway-from-scratch-378074bfc49e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b3d2c63f796a80b1d36f800f91732a0","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMF/8QAIxAAAgIBBAEFAQAAAAAAAAAAAQMCBBEABRIhMQYHIiRhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwBI2b1ix9Jzp0kTmqbiDBoAMYE8SQe/GM6rR9xlNo12WVcXzXGTAuGYiRHePzOgahbvVNn3CsdwCnsHAAiUpfIAdSzgeNYpqb9k/abH8jaIA/g49aM2dkct/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aBDMqYQ15","title":"How Facebook deals with PCIe faults to keep our data centers running reliably","shortId":"aBDMqYQ15","createdAt":"2021-06-02T16:08:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"facebook_code","views":64,"score":27044776,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T16:00:56.000Z","url":"https://engineering.fb.com/2021/06/02/data-center-engineering/how-facebook-deals-with-pcie-faults-to-keep-our-data-centers-running-reliably/","canonicalUrl":"https://engineering.fb.com/2021/06/02/data-center-engineering/how-facebook-deals-with-pcie-faults-to-keep-our-data-centers-running-reliably/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa9f3f03d2fb68e4919eb5c867e3f23a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHhABAAEDBQEAAAAAAAAAAAAAAQACAxETITEykaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANSFqvK69xF4xTt8llKHdfIiKP/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"QldCAk2D-","title":"WSO2 Ships ‘Swan Lake’ Beta Release of Ballerina Programming Language","shortId":"QldCAk2D-","createdAt":"2021-06-02T18:07:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":14,"score":27044732,"tagsStr":"general-programming,cloud,java,backend,ballerina","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T16:50:42.000Z","url":"https://thenewstack.io/wso2-ships-swan-lake-beta-release-of-ballerina-programming-language/","canonicalUrl":"https://thenewstack.io/wso2-ships-swan-lake-beta-release-of-ballerina-programming-language/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b8519642825ac923dd16fbcd16d551c","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQRIQUGEhOB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAEmH/2gAMAwEAAhEDEQA/AMX6WvcXWpSSclUM8XgcGBuQRJrtOiNe/imJrVczPIjwC4kDCIkrVIVR5j4yHTHf/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"W71gBSo21","title":"Pinephone: 200mW – neuer Rekord","shortId":"W71gBSo21","createdAt":"2021-05-09T12:32:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27009392,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T12:22:10.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/09/pinephone-200mw-neuer-rekord/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/09/pinephone-200mw-neuer-rekord/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5id5iz0xZ","title":"Gradient King - Curated collection of 125+ fresh gradients","shortId":"5id5iz0xZ","createdAt":"2021-05-30T11:45:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039585,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:41:09.000Z","url":"https://gradient-king.now.sh","canonicalUrl":"https://gradientking.amplifyapp.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c77d3da22767e0e0e808ec06bd41291d","ratio":1.67105263157895,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJRAAAgECBAYDAAAAAAAAAAAAAQIDAAQFERQiBhITITFBQ3Gx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAQEBAAMAAAAAAAAAAAAAAAECAAMhQf/aAAwDAQACEQMRAD8A0ziJxbvcvrMQD60WqkXEu1mHMPkG3uPGVX8HmWfCbKZpbotJAjk9ZxnmoPtj+n7NKUUvRjipoofHf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"teBr5Ejhn","title":"Expanding Support for Apple Platforms","shortId":"teBr5Ejhn","createdAt":"2021-06-02T18:17:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"firebase","views":33,"score":27044718,"tagsStr":"apple,ios,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/06/expanding-support-for-apple-platforms.html","canonicalUrl":"http://firebase.googleblog.com/2021/06/expanding-support-for-apple-platforms.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a08cf52d54682f808f00505dbbf56f4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEIQUSE//EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAQMFAQAAAAAAAAAAAAAAAQACEQMEIUGBcf/aAAwDAQACEQMRAD8Az4clrohxbseHpDI+T2AIedHVqQGwDQRFQLCm2mIbsAn0ySeobcuLjnUjgiF//9k=","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZXpsHzvwr","title":"AWS App Runner: a Container-Native Platform-as-a-Service","shortId":"ZXpsHzvwr","createdAt":"2021-06-02T18:07:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":5,"score":27044708,"tagsStr":"cloud,aws,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T17:19:50.000Z","url":"https://thenewstack.io/aws-app-runner-a-container-native-platform-as-a-service/","canonicalUrl":"https://thenewstack.io/aws-app-runner-a-container-native-platform-as-a-service/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c1832b374779db9fd619e2af5ac8fd3","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAARIQUTFTEiQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxES/9oADAMBAAIRAxEAPwCGhsT52lqLkKOl+RFddQ7vqJQlsXtY9k5HfoVn3OsI8EvWCcAFs4+0pQKVFm7Gu3IGT//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aeVGZ6TWG","title":"A Crash Course in WordPress Block Filters","shortId":"aeVGZ6TWG","createdAt":"2021-06-02T14:21:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":52,"score":27044648,"tagsStr":"career,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T13:35:53.000Z","url":"https://css-tricks.com/a-crash-course-in-wordpress-block-filters/","canonicalUrl":"https://css-tricks.com/a-crash-course-in-wordpress-block-filters/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7203cedc755f7208743e69e35b8ab4d5","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACBBEDBQYTFCExNZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8Ay+XpsrMxkV0zDwqDQOUZY6V3FG1RsR1eSHr/AEiI7JXEkBXzOt0hbwo8sisOA8r/2Q==","siteTwitter":"@CSS","creatorTwitter":"@dmtrmrv","readTime":15,"description":null,"toc":null,"summary":null},{"id":"2zl21elRC","title":"How To Fix Cumulative Layout Shift (CLS) Issues","shortId":"2zl21elRC","createdAt":"2021-06-02T12:53:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":93,"score":27044618,"tagsStr":"webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T12:30:00.000Z","url":"https://www.smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/778518241338906c0f2debe1a6a960e0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAUGEhMhMSJRof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADIRHR/9oADAMBAAIRAxEAPwC1Y5bUwre87uaiRvAJSEgENjgd+vtLfmEh+BGeXGa1ONJWfI9kA0pSkUOSW2Btc1BVTBzyf//Z","siteTwitter":"@smashingmag","creatorTwitter":"@tunetheweb","readTime":18,"description":null,"toc":null,"summary":null},{"id":"Cvx1ficUQ","title":"Are Custom Properties a “Menu of What Will Change”?","shortId":"Cvx1ficUQ","createdAt":"2021-06-02T14:21:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":25,"score":27044607,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T13:35:40.000Z","url":"https://css-tricks.com/are-custom-properties-a-menu-of-what-will-change/","canonicalUrl":"https://css-tricks.com/are-custom-properties-a-menu-of-what-will-change/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3070cf730611ce512a4dfbbf839bdbfc","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQSBRQhExYicdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQMCEQAEBSFB8P/aAAwDAQACEQMRAD8AwMWkGltmh1aYyU2QDrV8gzgeQGSn2NIed/VHqiPpERG4PZphAKNX7vE0Jg17YzFgHjP/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FGO44ONNw","title":"Document Your Architecture, Distortion Effect, Web3, Projen - Picks 182","shortId":"FGO44ONNw","createdAt":"2021-06-02T12:35:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":134,"score":27044577,"tagsStr":"react,webdev,devtools,architecture,git,web3","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T12:00:00.000Z","url":"https://daily.dev/blog/document-your-architecture-distortion-effect-web3-projen-picks-182","canonicalUrl":"https://daily.dev/blog/document-your-architecture-distortion-effect-web3-projen-picks-182","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b393b86a56ec166c24305bc81b1fa04b","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAwECBAAFBhESIQcUMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0DN2R8Sw8E+0w4/uEeSAhjtUjmCXl01VXaa11UiF4ctE6GCWe9XxTHG0r15g7c5Nr9D+rSlB/9k=","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cMw0vZW4M","title":"Improving The Performance Of An Online Store (Case Study)","shortId":"cMw0vZW4M","createdAt":"2021-06-02T10:44:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":154,"score":27044565,"tagsStr":"webdev,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d800218ee4fd9b2958d612a186cc6e1","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAxBQYSIv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQADAAMBAAAAAAAAAAAAAAABAgMAESHR/9oADAMBAAIRAxEAPwDaetccKVCxMZPZIEqqqhQpEehveWh3CxPRrTPWi9SRq5+jsgHGMUiijEt3A1cxVVnwa8z/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@pfenya","readTime":22,"description":null,"toc":null,"summary":null},{"id":"98vJDUwRB","title":"Checking Linux’s Code with Static Analysis Tools","shortId":"98vJDUwRB","createdAt":"2021-06-02T13:34:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":1,"score":27044424,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T10:00:56.000Z","url":"https://thenewstack.io/checking-linuxs-code-with-static-analysis-tools/","canonicalUrl":"https://thenewstack.io/checking-linuxs-code-with-static-analysis-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/971efb530552431419841a22752b2247","ratio":1.77650429799427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACBAMFETEGEkFRkf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABABIx/9oADAMBAAIRAxEAPwDC08kqQrcybF70HOcMhm8AADf1WL/KwO8mW53lxq7PtERB1lkMF//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TC-6Il-b0","title":"Learn Next.js and Make React Development Simpler","shortId":"TC-6Il-b0","createdAt":"2021-06-01T17:55:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","tweeted":true,"views":2012,"score":27044210,"tagsStr":"general-programming,react,career,serverless,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-02T06:00:00.000Z","discussionScore":10,"banned":false,"deleted":false,"publishedAt":"2021-06-01T17:43:56.000Z","url":"https://www.freecodecamp.org/news/learn-next-js/","canonicalUrl":"https://www.freecodecamp.org/news/learn-next-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c879af6b036913d0f2dddd69c82bc5ca","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAgABAwUEBhESYSIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACYQMEESHB/9oADAMBAAIRAxEAPwDGa4ILCxw8aNmGWaYB5FE23tu1ay1MEVjlRjXYzCEpi3i3x36RErg5cBHVajppMr//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TGz9LvUeC","title":"Data Engineers of Netflix — Interview with Dhevi Rajendran","shortId":"TGz9LvUeC","createdAt":"2021-06-02T01:33:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"netflix","views":163,"score":27044018,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-03-15T18:17:12.000Z","url":"https://netflixtechblog.com/data-engineers-of-netflix-interview-with-dhevi-rajendran-a9ab7c7b36e5","canonicalUrl":"https://netflixtechblog.com/data-engineers-of-netflix-interview-with-dhevi-rajendran-a9ab7c7b36e5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e819355b6b725d7ef0c732fac59b2a8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQG/8QAJRAAAQMDBAAHAAAAAAAAAAAAAQIDBAAREgUGITETFBUiYXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDBBH/2gAMAwEAAhEDEQA/AKXde1HUNyy/OT1qXDCWWWi7gltdhfJFveVZWsT9WIrUGZPBI9Pa445fH7R5sGOzKfnOymW3nfGSc3EhRv32fnmkZSEkklIJPZIocxsoss6szIr5P//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"nIo6nZXNy","title":"Front-End Testing is For Everyone","shortId":"nIo6nZXNy","createdAt":"2021-06-01T14:58:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","tweeted":true,"views":1744,"score":27043988,"tagsStr":"general-programming,webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-02T06:30:00.000Z","discussionScore":23,"banned":false,"deleted":false,"publishedAt":"2021-06-01T14:17:43.000Z","url":"https://css-tricks.com/front-end-testing-is-for-everyone/","canonicalUrl":"https://css-tricks.com/front-end-testing-is-for-everyone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60014975c0c4203d3cd958afa236371a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQGEjFhFBUi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AzlseC3oceAwdQuj2hKjsDfmVUwN3dn9jQXYk6rZgAdD64iIXlLMlct8zraQqwMkmlY4cB4v/2Q==","siteTwitter":"@CSS","creatorTwitter":"@dzheky","readTime":15,"description":null,"toc":null,"summary":null},{"id":"TSNTzi8k9","title":"The Great Unbundling: JAMstack and the Future of the Web","shortId":"TSNTzi8k9","createdAt":"2021-06-01T17:52:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":59,"score":27043372,"tagsStr":"general-programming,webdev,backend,jamstack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T16:38:18.000Z","url":"https://thenewstack.io/the-great-unbundling-jamstack-and-the-future-of-the-web/","canonicalUrl":"https://thenewstack.io/the-great-unbundling-jamstack-and-the-future-of-the-web/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0ebde00aceca7f95c7392b406c90e51","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAAFBhEUITEyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDAEFR/9oADAMBAAIRAxEAPwDNcb5tu7nNJLes3963FsJliaR+0MYb6qYySCB116P5kmzTryWZXbfwFmcsT4svyTjGRmoWqynmXmoCt7v/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"f5bmTejud","title":"Firebase Realtime Database Launches in Singapore","shortId":"f5bmTejud","createdAt":"2021-06-01T19:17:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"firebase","views":45,"score":27043370,"tagsStr":"general-programming,startup,infrastructure,backend,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/05/firebase-realtime-database-in-singapore.html","canonicalUrl":"http://firebase.googleblog.com/2021/05/firebase-realtime-database-in-singapore.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/731cdf01543079d3d8b457d35d17b271","ratio":1.99415774099318,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBAUABhESByExQf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQADAAMBAAAAAAAAAAAAAAABAgMABCER/9oADAMBAAIRAxEAPwC3h6uibLs8iutY7TsRuCt1KOvB7BaADz9/Tm1capTMW85lqGlLbb60JHJ9AKIGMYqerjeqoPMNiSHUm3nc/9k=","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1QWJWeefH","title":"Trigonometry in CSS and JavaScript: Introduction to Trigonometry","shortId":"1QWJWeefH","createdAt":"2021-06-01T10:29:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":595,"score":27043362,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-01T19:30:01.000Z","discussionScore":5,"banned":false,"deleted":false,"publishedAt":"2021-06-01T10:23:07.000Z","url":"https://tympanus.net/codrops/2021/06/01/trigonometry-in-css-and-javascript-introduction-to-trigonometry/","canonicalUrl":"https://tympanus.net/codrops/2021/06/01/trigonometry-in-css-and-javascript-introduction-to-trigonometry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/929600a7d1a8ac546caf0f03f4b6225f","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGhABAQACAwAAAAAAAAAAAAAAAQACEyIxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxnDUHNyXwOqUleJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"kSqAKtcjS","title":"4 NPM Alternatives: Best JS Package Managers and Publishing Tools","shortId":"kSqAKtcjS","createdAt":"2021-06-01T18:00:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":56,"score":27043283,"tagsStr":"webdev,javascript,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T18:00:09.000Z","url":"https://blog.bitsrc.io/4-npm-alternatives-best-js-package-managers-and-publishing-tools-fe6779937ee9","canonicalUrl":"https://blog.bitsrc.io/4-npm-alternatives-best-js-package-managers-and-publishing-tools-fe6779937ee9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fcb56734dfce7530678b7979fcf89c9","ratio":1.84615384615385,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEiEFEzL/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFxEBAQEBAAAAAAAAAAAAAAAAAREAA//aAAwDAQACEQMRAD8AxvJG23lEYUx7HrIUmjx6JAPQu8tP4vUkdnMEdsb+cYwx0UkymC7/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"RNmYcn56s","title":"GitLab Security Release: 13.12.2, 13.11.5, and 13.10.5","shortId":"RNmYcn56s","createdAt":"2021-06-01T19:40:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":8,"score":27043280,"tagsStr":"security,cyber,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://about.gitlab.com/releases/2021/06/01/security-release-gitlab-13-12-2-released/","canonicalUrl":"https://about.gitlab.com/releases/2021/06/01/security-release-gitlab-13-12-2-released/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c69f906218e8c3b2e1369ec3f625f9b","ratio":4.26666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAGhAAAgMBAQAAAAAAAAAAAAAAAAECESEDEv/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxesVLxd5JPG0WAElcf/Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":null,"description":null,"toc":null,"summary":null},{"id":"A00GdtoI9","title":"Firebird + Rust [en]","shortId":"A00GdtoI9","createdAt":"2021-06-01T11:07:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":323,"score":27043238,"tagsStr":"general-programming,rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-01T15:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T01:49:55.000Z","url":"https://itnext.io/firebird-rust-92e9043261cc","canonicalUrl":"https://itnext.io/firebird-rust-92e9043261cc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fdb465608ebca0e878acf4bddc8a66a9","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGEhMVMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEcH/2gAMAwEAAhEDEQA/AN9stkutv96tfIZUpch5bjAfbCkx8gkADOwMjQI+avx2JRjteWYVOdR2KWwATjeBvFKUGgusoWSucJ//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uVBTKe_UB","title":"Smashing Podcast Episode 38 With Ivan Akulov: Why Is My React App Slow?","shortId":"uVBTKe_UB","createdAt":"2021-06-01T14:21:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":42,"score":27043192,"tagsStr":"react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T14:00:00.000Z","url":"https://www.smashingmagazine.com/2021/06/smashing-podcast-episode-38/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/smashing-podcast-episode-38/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/62f7d601f38fa9da28d0427976f61301","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQQhAxQxgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAECIQADESIxQVH/2gAMAwEAAhEDEQA/AM/kO3ZIYKXoMW3beDvfqX8uLjpyupRmKki7Av5EQQMSJ9qtPbVLgZI1AgnGJ64r/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@drewm","readTime":27,"description":null,"toc":null,"summary":null},{"id":"T02zl6xe0","title":"Setting Up A Currency Convertor With ExchangeRatesApi.io","shortId":"T02zl6xe0","createdAt":"2021-06-01T09:33:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":211,"score":27043106,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-01T11:30:00.000Z","discussionScore":8,"banned":false,"deleted":false,"publishedAt":"2021-06-01T09:00:00.000Z","url":"https://www.smashingmagazine.com/2021/06/currency-convertor-exchangeratesapi/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/currency-convertor-exchangeratesapi/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c408e090c476ca84708be34c4ade49e0","ratio":1.33159947984395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQACBgMEBRESExQhMUHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABAGH/2gAMAwEAAhEDEQA/AN6pxmPUuO2GHxwBYXcpls0NdvfrWu6jIRGyxpMZxIJHjo6PxEUTYOX/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"llkears6T","title":"Streaming ETL and Analytics on Confluent with Maritime AIS Data","shortId":"llkears6T","createdAt":"2021-06-01T17:13:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":2,"score":27043034,"tagsStr":"ai,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T16:57:53.000Z","url":"https://www.confluent.io/blog/streaming-etl-and-analytics-for-real-time-location-tracking/","canonicalUrl":"https://www.confluent.io/blog/streaming-etl-and-analytics-for-real-time-location-tracking/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ykLSFaL6I","title":"Tecton Helps Data Scientists Own Features, and the Model Lifecycle","shortId":"ykLSFaL6I","createdAt":"2021-06-01T21:05:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":0,"score":27043025,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T20:28:01.000Z","url":"https://thenewstack.io/tecton-helps-data-scientists-own-features-and-the-model-lifecycle/","canonicalUrl":"https://thenewstack.io/tecton-helps-data-scientists-own-features-and-the-model-lifecycle/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/526f2a5834d75d7ee96b3716d0374476","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAEDBQAAAAAAAAAAAAACAAEDBCEFBhETIjFBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADEmGB/9oADAMBAAIRAxEAPwCFT12vSoDJYqjYdsODGQ4+Z4UR59szP1SguiR9zs1qXHPryiIpoloXkj04iqxAZHzP/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@HallSd","readTime":4,"description":null,"toc":null,"summary":null},{"id":"92LyZNdex","title":"Introduction to Framer Motion for React","shortId":"92LyZNdex","createdAt":"2021-05-31T20:24:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":764,"score":27042589,"tagsStr":"react,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-01T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T20:24:16.000Z","url":"https://blog.bitsrc.io/introduction-to-framer-motion-for-react-4ba5a9cabc1b","canonicalUrl":"https://blog.bitsrc.io/introduction-to-framer-motion-for-react-4ba5a9cabc1b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4eecd7c80c172539c64c4ed424467a14","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQIDAAQFERJBIQYHEyIk/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEBAQADAAAAAAAAAAAAAAABAgADETH/2gAMAwEAAhEDEQA/ANAp3T1FRT5puVp3hRNFsrwesLNK0MTbLEZHdheJV9vqZMLU8uU9nDmfrcHJ50IQivJJNsnmWdUhv//Z","siteTwitter":"@bitdev_","creatorTwitter":"@manushacheti","readTime":6,"description":null,"toc":null,"summary":null},{"id":"I3qWSOHNb","title":"Logical Fallacies – Definition and Fallacy Examples","shortId":"I3qWSOHNb","createdAt":"2021-06-01T04:20:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":60,"score":27042508,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T04:19:48.000Z","url":"https://www.freecodecamp.org/news/logical-fallacies-definition-fallacy-examples/","canonicalUrl":"https://www.freecodecamp.org/news/logical-fallacies-definition-fallacy-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c478395c5309a486fc8ab5889b68c878","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhFzFBYXL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIDEQD/2gAMAwEAAhEDEQA/AM26iwXMEML2kylgpm2bQAwPG3zj3nPJ7VNvrWmTQRytBdhnUMQG4GR9UpRtJIoGDkpWdt09/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@abbeyrenn","readTime":26,"description":null,"toc":null,"summary":null},{"id":"9-SUun-9A","title":"Storybook addons for CSS","shortId":"9-SUun-9A","createdAt":"2021-05-13T16:05:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27015365,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-14T16:12:08.000Z","url":"https://storybook.js.org/blog/storybook-addons-for-css/","canonicalUrl":"https://storybook.js.org/blog/storybook-addons-for-css/","image":"https://storybookblog.ghost.io/content/images/2021/04/addons-css-style.gif","ratio":2.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAEQMEQRMi/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIxQfD/2gAMAwEAAhEDEQA/ANwzIW2tdvTIoW/kNStY6O1KIiSUqXaxs//Z","siteTwitter":"","creatorTwitter":"@storybookjs","readTime":7,"description":null,"toc":null,"summary":null},{"id":"076PGWG2K","title":"Serverless Functions: The Secret to Ultra-Productive Front-End Teams","shortId":"076PGWG2K","createdAt":"2021-05-31T17:32:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","tweeted":true,"views":580,"score":27042364,"tagsStr":"webdev,serverless","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-01T02:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-31T17:16:22.000Z","url":"https://css-tricks.com/serverless-functions-the-secret-to-ultra-productive-front-end-teams/","canonicalUrl":"https://css-tricks.com/serverless-functions-the-secret-to-ultra-productive-front-end-teams/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/896502940bf49a13bad193074d36eaa6","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIEAAMRIQYHEhMyYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AI3UGwJXMZMxrcd1kJ2G1fteQLvOQcjdZt+El3Z1kwkVjkKIWh896UozKWZK5b5nW0hUgZJLK1w4Dxf/2Q==","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Xiiz3li7g","title":"Perform Kubernetes Deployment Rolling Updates in Java","shortId":"Xiiz3li7g","createdAt":"2021-06-01T01:33:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":18,"score":27042229,"tagsStr":"kubernetes,java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T09:15:42.000Z","url":"https://itnext.io/perform-kubernetes-deployment-rolling-updates-in-java-2a133dbe6e7e","canonicalUrl":"https://itnext.io/perform-kubernetes-deployment-rolling-updates-in-java-2a133dbe6e7e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01bb7cc7ee20c3f72ff51b2980a16de3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAlEAABAgYBAwUAAAAAAAAAAAABAxEAAgQFBiETBxIUIjFBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECAzJR/9oADAMBAAIRAxEAPwALx3D6m/47crpa6uj8e2oyqVaK54pzomZvsAAkEbPszxFq9oVn4y8jli3xCr01oqVfA70qtTIKKDl9c6YJ0mG3+mCiHlq1dCjs5MP/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@r0hankanojia","readTime":7,"description":null,"toc":null,"summary":null},{"id":"2GDeVmBb2","title":"Local: Always Getting Better","shortId":"2GDeVmBb2","createdAt":"2021-05-31T17:32:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":227,"score":27042150,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-31T19:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T17:13:02.000Z","url":"https://css-tricks.com/local-always-getting-better/","canonicalUrl":"https://css-tricks.com/local-always-getting-better/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70898713d5f69ddf780bd609773b3676","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQQABQUAAAAAAAAAAAAAAQACAxEEBQYTIQcVIjOi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AyWroxn+pJMx2MFEJm+mSDda2zdjyChu6euc4nugF80MNwPtERmUsyVy3yOtpCpAySaRrhwHi/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":3,"description":null,"toc":null,"summary":null},{"id":"PcMthS2Sd","title":"Tip: Lazy load images in HTML","shortId":"PcMthS2Sd","createdAt":"2021-05-31T20:31:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":127,"score":27042146,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/lazy-loading-images","canonicalUrl":"https://www.30secondsofcode.org/blog/s/lazy-loading-images","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/004bee442c8b1a309991fc2793ce7284","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAhEhBgQFIkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMlpyIIsVXU5OCLYozePcrPJelscl/cQTvTQB88YiNcoht//2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oBk7FXj3uZ","title":"The life and times of Docker Enterprise","shortId":"oBk7FXj3uZ","createdAt":"2021-05-27T16:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":22,"score":27036102,"tagsStr":"infrastructure,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/docker-ce-and-ee/","canonicalUrl":"https://increment.com/containers/docker-ce-and-ee/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f8dc21af8f1fecf376d5864d90b0b73","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBABAAICAwEAAAAAAAAAAAAAAQACAxEEElHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Awd1bGVK6e2m2/kqvJuVAy5QD0iIapH//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"VCUTTsQFu","title":"What's the biggest freshwater fish in the world?","shortId":"VCUTTsQFu","createdAt":"2021-05-30T11:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27039543,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:00:24.000Z","url":"https://www.livescience.com/biggest-freshwater-fish.html","canonicalUrl":"https://www.livescience.com/biggest-freshwater-fish.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15d16da3eea12962ae2b5f07226e0060","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFBhEHEhUhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAwQR/9oADAMBAAIRAxEAPwDPbRfbvi7IJaOulY4HWmHbXfQVTnkLJ5D38i4dvaIp2+zlTqwTUn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1Ju0rSkW8","title":"Cyber Security Visibility Still Isn't What It Should Be","shortId":"1Ju0rSkW8","createdAt":"2021-06-01T00:09:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":10,"score":27042053,"tagsStr":"security,cyber,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/cyber-security-visibility-still-isnt-what-it-should-be","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/cyber-security-visibility-still-isnt-what-it-should-be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9e641f15cbd249c6043a354899f2289","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIDEQAEBSFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAIBBQAAAAAAAAAAAAAAAAABAwIEESEi/9oADAMBAAIRAxEAPwDDj1ubJpTK3Jh2NuVmY7LzSAqDfoAIHl/byOskyqFWWSh4KrGMPVzpDrWJSJ5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"SKYiFQHw1","title":"GitOps at Home: Automate Code Deploys with Kubernetes and Flux","shortId":"SKYiFQHw1","createdAt":"2021-05-31T16:37:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":152,"score":27041989,"tagsStr":"general-programming,kubernetes,github,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T16:00:39.000Z","url":"https://thenewstack.io/gitops-at-home-automate-code-deploys-with-kubernetes-and-flux/","canonicalUrl":"https://thenewstack.io/gitops-at-home-automate-code-deploys-with-kubernetes-and-flux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db0cbaa376464a9561d3e980b6a1c4fe","ratio":1.66576086956522,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAQUBAQAAAAAAAAAAAAAAAgABAxEhEpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAFB/9oADAMBAAIRAxEAPwDPQGDRSAUbEZVye2NPvqhETcD/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":6,"description":null,"toc":null,"summary":null},{"id":"sydDv_ypd","title":"Happy June Vibes For Your Screen (2021 Desktop Wallpapers Edition)","shortId":"sydDv_ypd","createdAt":"2021-05-31T11:58:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":343,"score":27041902,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-31T15:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T11:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1537b94bcedb5e2f663a833303dd5a7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIABAMFERITITFBUnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxFhof/aAAwDAQACEQMRAD8A1u2y1Gy7KBySiKFHQcRA8/ZbaZZLEi/k7+oiIaOSgJ7CrrVyd57s/9k=","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"mMd1s7F3O","title":"gRPC service in Node.js: Tutorial, Examples and Best practices","shortId":"mMd1s7F3O","createdAt":"2021-05-31T12:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":233,"score":27041778,"tagsStr":"nodejs,backend,grpc","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T12:00:00.000Z","url":"https://daily.dev/blog/build-a-grpc-service-in-nodejs","canonicalUrl":"https://daily.dev/blog/build-a-grpc-service-in-nodejs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79957355038c68594b673886a533851e","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQADIQIEBREGMUFj4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQACAwUREzFR/9oADAMBAAIRAxEAPwDW53PPWbdq4w2AHKqmxQTFOtzHZjypjyHIk73az6fqIkWqHRLWmHLibXVd/Wf/2Q==","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":12,"description":null,"toc":null,"summary":null},{"id":"ePQQ5Ylqf","title":"Open Source Communities Need More Safe Spaces and Codes of Conducts. Now.","shortId":"ePQQ5Ylqf","createdAt":"2021-05-31T13:54:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":20,"score":27041614,"tagsStr":"open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T13:00:54.000Z","url":"https://thenewstack.io/open-source-communities-need-more-safe-spaces-and-codes-of-conducts-now/","canonicalUrl":"https://thenewstack.io/open-source-communities-need-more-safe-spaces-and-codes-of-conducts-now/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71f3c163ac517653a27388e343ec0938","ratio":1.77650429799427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDEQAEBRITFCMxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAASEDEf/aAAwDAQACEQMRAD8Aldkj214xpdTBL5m7VmjNWhkS2IP2zm0QKOhHwQKvEUoY0BXrGMPjV1jNY4f/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@jkriggins","readTime":8,"description":null,"toc":null,"summary":null},{"id":"3iJwgw3Jk","title":"FBO Particles with Three.js","shortId":"3iJwgw3Jk","createdAt":"2021-05-31T10:16:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":178,"score":27041588,"tagsStr":"webdev,cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T10:08:58.000Z","url":"https://tympanus.net/codrops/2021/05/31/fbo-particles-with-three-js/","canonicalUrl":"https://tympanus.net/codrops/2021/05/31/fbo-particles-with-three-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56ac7d9c9ffc8e060926e4dc5dedde55","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIABCEDBREzQWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMz5TSLWK6guMQEGxGhHvMnc0wdtw36iIH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nSkadaXDe","title":"Footprints. Type Effects","shortId":"nSkadaXDe","createdAt":"2021-05-31T04:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27040596,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T00:00:00.000Z","url":"https://www.behance.net/gallery/97999939/Footprints-Type-Effects","canonicalUrl":"https://www.behance.net/gallery/97999939/Footprints-Type-Effects","image":"https://mir-s3-cdn-cf.behance.net/project_modules/disp/cb645697999939.5f267963129d0.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRIhURNBQv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxFBcfD/2gAMAwEAAhEDEQA/AM/bSNMjsraBvE19cY2yifKLkfXPFA3GmPHcSorQMFYqCJMg4Pqjto6FWB0KosvRwAEx7kIIRuf/2Q==","siteTwitter":"@behance","creatorTwitter":"@zezierlich","readTime":null,"description":null,"toc":null,"summary":null},{"id":"2jTbf4641","title":"The ‘Mare of Easttown’ Season Finale With Creator Brad Ingelsby","shortId":"2jTbf4641","createdAt":"2021-05-31T04:24:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27040584,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T04:15:01.000Z","url":"https://www.theringer.com/2021/5/31/22458196/mare-of-easttown-season-finale-with-creator-brad-ingelsby","canonicalUrl":"https://www.theringer.com/2021/5/31/22458196/mare-of-easttown-season-finale-with-creator-brad-ingelsby","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58e4984577885341030529c606591a59","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMCBAAFERJBMYGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABIQMR/9oADAMBAAIRAxEAPwDFb2smitq6SIqi2BB3lyI8d+vuVq1JTaymGTQZQEiBM9jGMHSJcEyrp//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8i8cv0OnW","title":"Waldo Brand Identity","shortId":"8i8cv0OnW","createdAt":"2021-05-30T20:34:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27040114,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/96299269/Waldo-Brand-Identity","canonicalUrl":"https://www.behance.net/gallery/96299269/Waldo-Brand-Identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a6b87b9746f75167f34af2975252e2a","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQMCEQAEEkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMv/aAAwDAQACEQMRAD8AwkJHYCl6fcAlRY22cxnGxYAAvoCzd15kzma5bMiNDo+YxjedMG3lH//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"d902KNqq-","title":"Xiaomi says it can now fully charge a phone in eight minutes at 200W","shortId":"d902KNqq-","createdAt":"2021-05-31T03:57:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27040557,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T03:53:32.000Z","url":"https://www.theverge.com/2021/5/30/22461435/xiaomi-fast-charging-world-record-200w-wired-120w-wireless","canonicalUrl":"https://www.theverge.com/2021/5/30/22461435/xiaomi-fast-charging-world-record-200w-wired-120w-wireless","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5592e41b773fc28ae71744bc6dd1395d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAUGERIhIiRBc//EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwC7yS8XAPR5MJ5McRHpiS0QpaHuLPbzHIb0euqkI+aZA8w26pdsBWkKPiL9j6UpVR0hf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hEzSs6E0P","title":"Part 1: Scary Brooklyn, Trae’s Leap, Milwaukee’s Moment, and the Smart Conundrum With Ryen Russillo","shortId":"hEzSs6E0P","createdAt":"2021-05-31T03:50:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27040550,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T03:44:40.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/30/22461451/part-1-scary-brooklyn-traes-leap-milwaukees-moment-and-the-smart-conundrum-with-ryen-russillo","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/30/22461451/part-1-scary-brooklyn-traes-leap-milwaukees-moment-and-the-smart-conundrum-with-ryen-russillo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/830ae7f8d421587f11b957b496acc86a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMRAAQGEiEFFCIxof/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACAxExQZHB0f/aAAwDAQACEQMRAD8Anc8wu36XiNs87cdwth0pCgjRXmeOZMQBHqpBGGWi0JULh4bCY2PH2lKjMmeYwb2ekxE05vk+r//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DUX99AZOR","title":"15 Best Hotjar Alternatives (Website User Tracking Tools)","shortId":"DUX99AZOR","createdAt":"2021-05-30T11:45:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039585,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T10:36:02.000Z","url":"https://marketsplash.com/hotjar-alternatives/","canonicalUrl":"https://marketsplash.com/hotjar-alternatives/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05b85264db0c76066bdaa9dfa294eb35","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAGBABAQADAAAAAAAAAAAAAAAAAAERMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABkRAQACAwAAAAAAAAAAAAAAAAEAAhEx0f/aAAwDAQACEQMRAD8A3sTfYoA8rKHWoKhvk//Z","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":14,"description":null,"toc":null,"summary":null},{"id":"gcc7MSEEv","title":"Intel’s latest 11th Gen processor brings 5.0GHz speeds to thin and light laptops","shortId":"gcc7MSEEv","createdAt":"2021-05-31T02:33:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27040473,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T02:30:00.000Z","url":"https://www.theverge.com/2021/5/30/22459025/intel-11th-gen-tiger-lake-processor-5g-modem-computex","canonicalUrl":"https://www.theverge.com/2021/5/30/22459025/intel-11th-gen-tiger-lake-processor-5g-modem-computex","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c67253eaf0c0fb00775a7122c8801f63","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAgEEAgIDAAAAAAAAAAAAAgMBAAQFEQYhBzEzQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxEhEv/aAAwDAQACEQMRAD8A2l3zsx5RZicmCG2+PYWSsyEZElEt8AMT3ovkKd6+/VWZxfijmE244zYNccyRsLeyKe5mf2aUpQxKtgOcg25mrzwc5P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NUP-aGlah","title":"Knicks Get Blown Out in Game 4","shortId":"NUP-aGlah","createdAt":"2021-05-30T22:38:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27040238,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T22:36:52.000Z","url":"https://www.theringer.com/2021/5/30/22461207/knicks-get-blown-out-in-game-4","canonicalUrl":"https://www.theringer.com/2021/5/30/22461207/knicks-get-blown-out-in-game-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/676e783e30857a58537a007edc2786cd","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFBhESMRMUIWTR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDKchqKvHZdsSjrqzqduswzlnujneqtt1U8AniJQzTKANBkd58e7M+whFYhTP/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bVSK5-y_U","title":"Vincent Fourmond: QSoas quiz #2: averaging several Y values for the same X value","shortId":"bVSK5-y_U","createdAt":"2021-05-30T20:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27040133,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T12:00:00.000Z","url":"https://vince-debian.blogspot.com/2021/05/qsoas-quiz-2-averaging-several-y-values.html","canonicalUrl":"https://vince-debian.blogspot.com/2021/05/qsoas-quiz-2-averaging-several-y-values.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8f0c069ba8648ee4c20048b1379a53f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAQQDAAAAAAAAAAAAAAAAAQACAxEEEjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDUOE8zYkchAG7Qa6oviO7qkeBfAURFsf/Z","siteTwitter":"@QSoasSoftware","creatorTwitter":"@QSoasSoftware","readTime":null,"description":null,"toc":null,"summary":null},{"id":"M0To8BjGc","title":"Skrillex and Njomza reunite for second collaboration, ‘over and done’","shortId":"M0To8BjGc","createdAt":"2021-05-30T16:18:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":1,"score":27040092,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T16:16:30.000Z","url":"https://dancingastronaut.com/2021/05/skrillex-touts-writing-credit-on-latest-njomza-track-over-and-done/","canonicalUrl":"https://dancingastronaut.com/2021/05/skrillex-touts-writing-credit-on-latest-njomza-track-over-and-done/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4532a633eafed588e668e7909b37e6b","ratio":1.77705627705628,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEFEgQHIVNh4v/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEBAAICAwAAAAAAAAAAAAAAAQADAhIEEUH/2gAMAwEAAhEDEQA/AK8Tn44chLyYIZA2Nrbh2prgRd+iCFuP6mjd14nvfn+URTXkWK9sG3Jr119Bn//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_xoVKXWPi","title":"Instagram making changes to its algorithm after it was accused of censoring pro-Palestinian content","shortId":"_xoVKXWPi","createdAt":"2021-05-30T19:46:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27040066,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T19:39:54.000Z","url":"https://www.theverge.com/2021/5/30/22460946/instagram-making-changes-algorithm-censoring-pro-palestinian-content","canonicalUrl":"https://www.theverge.com/2021/5/30/22460946/instagram-making-changes-algorithm-censoring-pro-palestinian-content","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2a1b63fac4bc057e814c31ff10e8a5d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxFxISL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAARIf/aAAwDAQACEQMRAD8AzTTaq1NWawWfMffV52SL4T8iIjWuP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"knli1GOR2","title":"Vilnius, Lithuania built a ‘portal’ to another city to help keep people connected","shortId":"knli1GOR2","createdAt":"2021-05-30T19:03:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27040023,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T18:57:07.000Z","url":"https://www.theverge.com/2021/5/30/22460964/vilnius-lithuania-portal-poland-connection-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/30/22460964/vilnius-lithuania-portal-poland-connection-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfec85bd5761cfd245360a9989fad32d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIRAAAQQCAAcAAAAAAAAAAAAAAgABBBEDBgUSISJRcdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/ALjbdLHgk6bHxCGTA4EAEXONU1jXh+vpYDu2cxYniBbtb9zfKIjlZDgx6UqvUn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JwdRbapa8","title":"What Is Web Accessibility? How to Make Your Content Inclusive","shortId":"JwdRbapa8","createdAt":"2021-05-30T18:55:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27040015,"tagsStr":"accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://learn.g2.com/what-is-web-accessibility","canonicalUrl":"https://learn.g2.com/what-is-web-accessibility","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/daeebed8d8a0d8f655a3af4bd0adb849","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMDBQEAAAAAAAAAAAADAQIEAAYRBRIhEzFBQlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQADAAEFAAAAAAAAAAAAAAABAgMABAVBUcH/2gAMAwEAAhEDEQA/ALlqQtFt6fLi2/osAUxYyNI8qO6Z2u9d3Lscc5+dqvhGFBMQ0AKE2puRrG4RfOPylKl99u5sJ8D3FdHJVmG7z//Z","siteTwitter":"@G2dotcom","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7Tely8Y7u","title":"New Trailers: The Tomorrow War, Eternals. Infinite, Werewolves Within, and more","shortId":"7Tely8Y7u","createdAt":"2021-05-30T17:39:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27039939,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T17:35:30.000Z","url":"https://www.theverge.com/2021/5/30/22456798/new-trailers-tomorrow-war-eternals-infinite-werewolves-within-marvel-disney","canonicalUrl":"https://www.theverge.com/2021/5/30/22456798/new-trailers-tomorrow-war-eternals-infinite-werewolves-within-marvel-disney","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a68ee61e8deb42f5146181d4f14daf7b","ratio":1.91027732463295,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQFERIxUYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8Aw/J292NeoCVOvQOQV7+5ZXfZAUAV18AeW+xEFuktRxQn/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1WJggmM8I","title":"Cristoph, Yotto, and Sansa lock in Pryda Presents masterwork, ‘Out Of Reach’","shortId":"1WJggmM8I","createdAt":"2021-05-30T17:01:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27039901,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T17:00:33.000Z","url":"https://dancingastronaut.com/2021/05/cristoph-yotto-and-sansa-lock-in-pryda-presents-masterwork-out-of-reach/","canonicalUrl":"https://dancingastronaut.com/2021/05/cristoph-yotto-and-sansa-lock-in-pryda-presents-masterwork-out-of-reach/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ad4912f24cd5e67a56f8f26908a8fea","ratio":1.57296466973886,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFBhESEyFi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMbsObmJaX4sm3xXvN6L3GloHyd6BqC9lMgvLLbDAR0eQUA6FKUAKa3/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EbjgFP7gT","title":"Solomun delivers highly anticipated new album, ‘Nobody Is Not Loved’ via his own imprint, NINL","shortId":"EbjgFP7gT","createdAt":"2021-05-30T16:55:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27039895,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T16:54:46.000Z","url":"https://dancingastronaut.com/2021/05/solomun-delivers-highly-anticipated-album-nobody-is-not-loved-via-his-own-imprint-ninl/","canonicalUrl":"https://dancingastronaut.com/2021/05/solomun-delivers-highly-anticipated-album-nobody-is-not-loved-via-his-own-imprint-ninl/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7eba8e864ba86b7ee855b51b3dbd32e1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAUSIQQRExUxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIRP/2gAMAwEAAhEDEQA/AMasPJsvhYT2Z4riksjuy7R06DEb9HTfaqoZI5YUkRWKOoYHEbBpSl0qFhNyqen/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hxdHA6_Fq","title":"Trendy Zine: a zine about FastFashion","shortId":"hxdHA6_Fq","createdAt":"2021-05-30T16:35:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27039875,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/69201503/Trendy-Zine-a-zine-about-FastFashion","canonicalUrl":"https://www.behance.net/gallery/69201503/Trendy-Zine-a-zine-about-FastFashion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9976dc8fce854793358ca9e602191a70","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAJBAAAAUDAgcAAAAAAAAAAAAAAQIEBREAAxITIgYHIVFhcbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiED/9oADAMBAAIRAxEAPwDIcuZilYyIXRY0NxT3L2nGEFKWAxHb3g4D681C7xOv1D4tqLGRjYUfvWlKm9ZTei4uoxM//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-QdKerKHN","title":"Wayback Machine: Alte Versionen von Webseiten einfacher aufrufen","shortId":"-QdKerKHN","createdAt":"2021-05-30T15:03:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27039783,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T14:43:25.000Z","url":"https://www.tutonaut.de/wayback-machine-alte-versionen-von-webseiten-einfacher-aufrufen/","canonicalUrl":"https://www.tutonaut.de/wayback-machine-alte-versionen-von-webseiten-einfacher-aufrufen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df60629f389fd57dd60e63e3dd9d7eb3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAABBAICAwAAAAAAAAAAAAABAAIEIQMHBhQRNGH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIRL/2gAMAwEAAhEDEQA/AKm8g1PnznrwI7Ht8vLjCyEC7P21IZWp3Eu6ca79B6Ij1XLwUoVLT//Z","siteTwitter":"@tutonaut","creatorTwitter":"@https://twitter.com/B_Hofferbert","readTime":9,"description":null,"toc":null,"summary":null},{"id":"XWy9fPQdu","title":"ZTE Axon 30 Ultra review: the right stuff for the right price","shortId":"XWy9fPQdu","createdAt":"2021-05-30T14:01:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27039721,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T14:00:00.000Z","url":"https://www.theverge.com/22458629/zte-axon-30-ultra-review-screen-price-specs","canonicalUrl":"https://www.theverge.com/22458629/zte-axon-30-ultra-review-screen-price-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/221c0d5d42f4964e1b08bebc22406ebb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAGEQUSEzEhQpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwTBESFB/9oADAMBAAIRAxEAPwCQ5t0SNcjkXeVOrjP4WrICkrJA66+Vm8m44siQ687bujKccUVqPEryScn2pSgcF2bHrYnsjZjd9ai1+B7oT//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nHXiJJAaN","title":"Apple's M1 Chip Has a Fascinating Flaw","shortId":"nHXiJJAaN","createdAt":"2021-05-30T13:05:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039665,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T09:00:00.000Z","url":"https://arstechnica.com/gadgets/2021/05/apples-m1-chip-has-a-security-bug-but-dont-worry-its-mostly-harmless/","canonicalUrl":"https://arstechnica.com/gadgets/2021/05/apples-m1-chip-has-a-security-bug-but-dont-worry-its-mostly-harmless/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/03ccea066da5a7b76ad87d3082c0c917","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFIQYSExEyQWGi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQABAwQDAAAAAAAAAAAAAAABAAIDEyExQWGxwf/aAAwDAQACEQMRAD8A063aNlRn5sy73t64tKAajs8CWuDcO7cCSo5849VWI76AEmfIURjqQjPzSlTK8gOdDnSUI2usR50v/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"m3e1GAL_X","title":"Chair Simulator Is a Game About ... Sitting","shortId":"m3e1GAL_X","createdAt":"2021-05-30T13:05:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039665,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T09:00:00.000Z","url":"https://www.wired.com/story/chair-simulator/","canonicalUrl":"https://www.wired.com/story/chair-simulator/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d5e9305dd829175be15aa3c0d07d3bb6","ratio":1.91243432574431,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAAFEQYUITEzQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAQACAwEAAAAAAAAAAAAAAAIAAREhQdH/2gAMAwEAAhEDEQA/AKVXiezTv6rAiuBCpmDRyFC27dmPvNOuoW2UHmp+o38jfcYylbNXEzRJx32f/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"CuVvwvn1s","title":"Teslas made in Texas will likely have to leave the state before Texans can buy them","shortId":"CuVvwvn1s","createdAt":"2021-05-30T13:04:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27039664,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T13:00:00.000Z","url":"https://www.theverge.com/2021/5/30/22457455/tesla-texas-factory-law-ship-out-of-state-direct-sale-legislation","canonicalUrl":"https://www.theverge.com/2021/5/30/22457455/tesla-texas-factory-law-ship-out-of-state-direct-sale-legislation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36d921a9b3d60774000362d91c1e352f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEhBRQiQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDF0uc7SPg0ueBTqy2j0pGTJx6URF56y1uVp//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8d39-caV6","title":"Muto Visual Identity","shortId":"8d39-caV6","createdAt":"2021-05-30T12:41:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27039641,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/120410341/Muto-Visual-Identity","canonicalUrl":"https://www.behance.net/gallery/120410341/Muto-Visual-Identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/197e68ad57f5f532c3634e6b95c5888b","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQCAwEBAAAAAAAAAAAAAQIDBBEABQYSMRMi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAf/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIhAwQSBRETMVH/2gAMAwEAAhEDEQA/ALSIqYKuQadmPAZrbw4UeRGZWytlf0SG3fy56j6qNDrZskmyMwsvlml10t6FJ4Zqpj8ZamXJLjrvZ5STRWbUTZIv0++4xlR0ai26J5d5DTBInFvhCFUOPS//2Q==","siteTwitter":"@behance","creatorTwitter":"@Rosie_Lee","readTime":null,"description":null,"toc":null,"summary":null},{"id":"aUlUpRwJd","title":"6 Easy Ways to Make Your Own Memes","shortId":"aUlUpRwJd","createdAt":"2021-05-30T12:06:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039606,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T08:00:00.000Z","url":"https://www.wired.com/story/6-easy-ways-make-memes/","canonicalUrl":"https://www.wired.com/story/6-easy-ways-make-memes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a0271558f7ecdbdefb02f7194601203","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMEAwEAAAAAAAAAAAABAgMABAURITFBBhIikf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAwQRFCFR8P/aAAwDAQACEQMRAD8Aich5nc2OLsfm4kd4wX1uT6sVkbfQgngDvn8qMlzk0sjyPGhZyWO/ZpSjTYz8sZa7LHqYqiDT3c//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"wGmDVuzB3","title":"Russell Coker: USB Cables and Cameras","shortId":"wGmDVuzB3","createdAt":"2021-05-30T11:41:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27039581,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:20:25.000Z","url":"https://etbe.coker.com.au/2021/05/30/usb-cables-cameras/","canonicalUrl":"https://etbe.coker.com.au/2021/05/30/usb-cables-cameras/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oMga5WSYz","title":"Messenger: Signal hängt Threema ab?","shortId":"oMga5WSYz","createdAt":"2021-05-30T11:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27039563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:14:05.000Z","url":"https://curius.de/2021/05/messenger-signal-haengt-threema-ab/","canonicalUrl":"https://curius.de/2021/05/messenger-signal-haengt-threema-ab/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c655f77a83c080f6744985007e391a67","ratio":1.74386920980926,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQhBRESMf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8A0XicZj01lRSnomwk7O2+ncoU4+OlKKtICqoAHcRFSyGThf/Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":5,"description":null,"toc":null,"summary":null},{"id":"nq8gYZJaI","title":"What is Generative Design?","shortId":"nq8gYZJaI","createdAt":"2021-05-30T11:16:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039556,"tagsStr":"data-science,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:00.000Z","url":"https://www.vectornator.io/blog/generative-design","canonicalUrl":"https://www.vectornator.io/blog/generative-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6212e7b3e79048c3ff516e8748dea3e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgEEAwAAAAAAAAAAAAAAAAIDAQQFERIhof/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AM+4jJRw2U8LW9WZ17ej680T8gC8D//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TuECUjjyG","title":"An Online Pastry Course to Challenge Curious Home Chefs","shortId":"TuECUjjyG","createdAt":"2021-05-30T11:05:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039545,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T07:00:00.000Z","url":"https://www.wired.com/review/french-pastry-school-introduction-to-pastry-arts-course-rouxbe/","canonicalUrl":"https://www.wired.com/review/french-pastry-school-introduction-to-pastry-arts-course-rouxbe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f521851c3aa1e8da96c7eeee0938decd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQREgUTFSExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxFhwf/aAAwDAQACEQMRAD8Avzl7KeD4YzOljNE3cq6sXBU4A3DBfv4Kym95FrK8ntLcHogkaKPsCM2qnAydPZwPtKVNNam0jXTEK5C5n//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5Nle1jf9o","title":"I'm a Cicada. You're a Horny Human. We Are Not the Same","shortId":"5Nle1jf9o","createdAt":"2021-05-30T11:05:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039545,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T07:00:00.000Z","url":"https://www.wired.com/story/cicada-horny-human-not-the-same/","canonicalUrl":"https://www.wired.com/story/cicada-horny-human-not-the-same/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfde199f37a15359bcec467450fb1b0a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFBhIhBzERUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQADAhEhUf/aAAwDAQACEQMRAD8And+21teVbEUtgLLfukmxEhSVEYhQnLl2APn69+s0Xp1daGn1acTM0deJYlZ+2IUAAn96xjDrOsW3JQ35P//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FtyBHUyMF","title":"'Magic' jar holding dismembered chicken used as a curse in ancient Athens","shortId":"FtyBHUyMF","createdAt":"2021-05-30T11:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27039543,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:00:00.000Z","url":"https://www.livescience.com/ancient-curse-jar-found-athens.html","canonicalUrl":"https://www.livescience.com/ancient-curse-jar-found-athens.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94ca0c3021d5520c4e290091131f0db6","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBRIxBhMhUdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAAIDAAAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDQ6j03c3r0XdndW6THbEhqO5kbuOfAPyoj264l7FQOmmMJGIJgc4Bx6pSp2N6MM//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"p4_KDIdPB","title":"Rebranding Cánh Cam","shortId":"p4_KDIdPB","createdAt":"2021-05-29T20:33:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27038673,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/32998545/Rebranding-Canh-Cam","canonicalUrl":"https://www.behance.net/gallery/32998545/Rebranding-Canh-Cam","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20014c2028c38af7df33e76006bfc3c9","ratio":1.71358629130967,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQQBAQkAAAAAAAAAAAAAAQACAwQREhMWISIxQXGR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECESEi/9oADAMBAAIRAxEAPwDHijTdE+PROyQsZs3xzYxynqCDnjj0pG71HvPbJ8t+IiJJ0sJkuUqP/9k=","siteTwitter":"@behance","creatorTwitter":"@brandintheblack","readTime":0,"description":null,"toc":null,"summary":null},{"id":"FHXG9qySL","title":"NASA's Curiosity rover spots strange, colorful clouds on Mars","shortId":"FHXG9qySL","createdAt":"2021-05-30T11:03:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27039543,"tagsStr":"tech-news,cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:00:00.000Z","url":"https://www.livescience.com/curiosity-rover-sees-strange-mars-clouds.html","canonicalUrl":"https://www.space.com/curiosity-rover-sees-strange-mars-clouds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb4e582dbaa18443954212b81192f6e3","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAURBAYSBxQhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAkFR/9oADAMBAAIRAxEAPwDPBvK890JxJp+CnKxNCpGB8J9mrmHrTrlhjU2G2khQM8mGfFKUCulpS4nh/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"iT1x27LKg","title":"Chris Smith 2: Fun with Category Theory and Dynamical Systems","shortId":"iT1x27LKg","createdAt":"2021-05-30T01:26:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":51,"score":27039492,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:40:16.000Z","url":"https://cdsmithus.medium.com/fun-with-category-theory-and-dynamical-systems-f470ea5e7809","canonicalUrl":"https://cdsmithus.medium.com/fun-with-category-theory-and-dynamical-systems-f470ea5e7809","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48419508c35ff73ce735140f949e1534","ratio":1.01980198019802,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMG/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDBBEhAAUHBggSUUFhkv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIhMf/aAAwDAQACEQMRAD8Ap3B7DstFw9QJSwwRpQS06UMiJY+LCzZ+fIXY+yL6B32HooOwTrScrfBO0yC4/WtDyZW1U/EPGsc1TPJGYaklXkJBKuFXH0uB6GNE+kt7wOFh/9k=","siteTwitter":"@Medium","creatorTwitter":"@cdsmithus","readTime":19,"description":null,"toc":null,"summary":null},{"id":"JJ-1PVRnF","title":"4MLinux – Linux für wirklich alte Rechner","shortId":"JJ-1PVRnF","createdAt":"2021-05-30T10:03:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27039483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T09:54:47.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/30/4mlinux-linux-fuer-wirklich-alte-rechner/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/30/4mlinux-linux-fuer-wirklich-alte-rechner/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"B19nZ8pcm","title":"STUFF X BLOOM BLOOM FLEUR | FAST OR FOREVER ?","shortId":"B19nZ8pcm","createdAt":"2021-05-30T08:42:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27039402,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/120403889/STUFF-X-BLOOM-BLOOM-FLEUR-FAST-OR-FOREVER-","canonicalUrl":"https://www.behance.net/gallery/120403889/STUFF-X-BLOOM-BLOOM-FLEUR-FAST-OR-FOREVER-","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07faa914eab833c650315155f1686370","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQBBQEBAAAAAAAAAAAAAgEDBBEABQYSEyExQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgASAwQRIf/aAAwDAQACEQMRAD8AuNdd3NE3C5MgQDe02OPERCSid40i0gUvt36vyqv3NBjMC/Hae4k12Ch8HBohtLpU/FTGMeHYMfY19PDblZ//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"aCuzBrxKD","title":"Designing an opinionated functional API (Typescript)","shortId":"aCuzBrxKD","createdAt":"2021-05-29T21:55:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":136,"score":27039375,"tagsStr":"typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:07:50.000Z","url":"https://itnext.io/designing-an-opinionated-functional-api-typescript-e7e89e8ab338","canonicalUrl":"https://itnext.io/designing-an-opinionated-functional-api-typescript-e7e89e8ab338","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6993ac96124bbd28c795f8c63245acd","ratio":0.714285714285714,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACMQAAEDAwIHAAAAAAAAAAAAAAECAwQAEiIRIQUTMUJRcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRBSGh/9oADAMBAAIRAxEAPwDIFKHPOdhPbdRQ4NBir7U1xaPIckqdUpncG0aHoFU1jyJDkdpYQ3kkHdR8eqJaroESh08gDYyMMz2f/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@lironn_h","readTime":4,"description":null,"toc":null,"summary":null},{"id":"VtMNd_0blA","title":"Create a crypto Telegram bot in Python using Yahoo Finance API","shortId":"VtMNd_0blA","createdAt":"2021-05-29T21:55:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":134,"score":27039372,"tagsStr":"tech-news,python,crypto,bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:14:04.000Z","url":"https://itnext.io/create-a-crypto-telegram-bot-in-python-using-yahoo-finance-api-a5da9975c31c","canonicalUrl":"http://blog.adnansiddiqi.me/create-crypto-telegram-bot-in-python-using-yahoo-finance-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9acdb2f2afd904f457b943000172981e","ratio":4.192,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxABAAIBAwUAAAAAAAAAAAAAAQACAwQhMQYRE1Fh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAAHAQAAAAAAAAAAAAAAAAABAgMEEVEh/9oADAMBAAIRAxEAPwDUOq3xanCUAG9q7g7Icen7zKbipZ72qLERAgrjt3gMK5IcrR//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@kadnan","readTime":6,"description":null,"toc":null,"summary":null},{"id":"nDVrXu1R7","title":"Bootstrap a Node.js Rest API with Ts.ED and Prisma 2","shortId":"nDVrXu1R7","createdAt":"2021-05-29T21:55:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":107,"score":27039338,"tagsStr":"general-programming,nodejs,sql,bootstrap-css,prisma","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:49:40.000Z","url":"https://itnext.io/bootstrap-a-node-js-rest-api-with-ts-ed-and-prisma-2-be29fabc1c13","canonicalUrl":"https://itnext.io/bootstrap-a-node-js-rest-api-with-ts-ed-and-prisma-2-be29fabc1c13","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28a5cdb011504085d60b0ecb3e57cca2","ratio":3.41333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEEISP/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzRy/WgNYAzDzckTdFoYgOQNiIh//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@RomainLenzotti","readTime":5,"description":null,"toc":null,"summary":null},{"id":"w5HJSBDDR","title":"Projen: NodeJS project boilerplating","shortId":"w5HJSBDDR","createdAt":"2021-05-29T11:09:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","tweeted":true,"views":1113,"score":27039269,"tagsStr":"nodejs,r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-29T21:30:00.000Z","discussionScore":7,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:09:14.000Z","url":"https://itnext.io/projen-nodejs-project-boilerplating-15c20665c6b5","canonicalUrl":"https://itnext.io/projen-nodejs-project-boilerplating-15c20665c6b5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9151e8162f595d8ec76ce60f3b40eefa","ratio":2.46153846153846,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwUSBBEhImH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AN7znIvXI5euu6xFXECxdW61bewbD74EpaaQ1KEtZ2VBPuYiAr//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"3fn1Uu53C","title":"Vom Rest das Beste – Woche 21","shortId":"3fn1Uu53C","createdAt":"2021-05-30T05:52:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27039232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-21/","canonicalUrl":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-21/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4a783d83133f5d5a4b6845c2ef6fd30","ratio":1.62068965517241,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAURAAYhMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCsdWlVfiFYfL4+k9duit0gtWlsEYQBEoknR1KPoP3fzzmaew9bNXP5KvWZCKFWWrXE78iJkAfnHHCaDLT/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":4,"description":null,"toc":null,"summary":null},{"id":"LxW21skhj","title":"Do animals hug each other?","shortId":"LxW21skhj","createdAt":"2021-05-29T11:24:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27038124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:00:17.000Z","url":"https://www.livescience.com/do-other-animals-hug.html","canonicalUrl":"https://www.livescience.com/do-other-animals-hug.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5d1098a461b455cec4e1a465db340bd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESETMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgAEERIx8P/aAAwDAQACEQMRAD8Ayxi/yYtyuDaSStp5DYycpSnWhnoe1VyW45kOnj7WfB9pSptYxQLj2oHYgC0//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"fQvkfTDe-","title":"How to write and publish an ideal package for Flutter","shortId":"fQvkfTDe-","createdAt":"2021-05-29T21:55:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":26,"score":27039162,"tagsStr":"flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:32:18.000Z","url":"https://itnext.io/how-to-write-and-publish-an-ideal-package-for-flutter-da3215bb7d98","canonicalUrl":"https://itnext.io/how-to-write-and-publish-an-ideal-package-for-flutter-da3215bb7d98","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c320a0a18326c39e644d7e0f1a7983b6","ratio":1.82926829268293,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQQCAAMFEQYHITFSkf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAYEQADAQEAAAAAAAAAAAAAAAABAgMRAP/aAAwDAQACEQMRAD8Al3qlyLJp2lk78MUsLQACcdXO0fc7PzVZk6+/J1iU8i/ORuSJlJiRJO/JpSltopLAgzisLPXS53v/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"dr64gohYE","title":"Once Once","shortId":"dr64gohYE","createdAt":"2021-05-30T04:35:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27039155,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/119572357/Once-Once","canonicalUrl":"https://www.behance.net/gallery/119572357/Once-Once","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3791190abd2d7647ac0b580ee036f784","ratio":1.5625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQACAwQFBhESEyFRIzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCmMrJNNYqzakh2RGCHPDtbXAc+jkQT2OFn59M/UfJ96RFIn//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Yb0KM6CZSv","title":"MutableSharedFlow is kind of complicated","shortId":"Yb0KM6CZSv","createdAt":"2021-05-29T21:55:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":21,"score":27039140,"tagsStr":"kotlin","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T05:37:28.000Z","url":"https://itnext.io/mutablesharedflow-is-kind-of-complicated-61af68011eae","canonicalUrl":"https://itnext.io/mutablesharedflow-is-kind-of-complicated-61af68011eae","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/25f9a2b3ad5bc6e86ed6e8c488ab85b0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAQFBhESIVEHQf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AK/03WGrsZqexs8fll43UsTWSndOBY8GWTiNnUHvv32t5FkMmkSLNk5ZZQoDusSqGP6QN+t/KUpQMkb/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"tmmSbeIn8","title":"Manchester City Played Pep Roulette and Lost the Champions League","shortId":"tmmSbeIn8","createdAt":"2021-05-30T01:59:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27038999,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T01:51:29.000Z","url":"https://www.theringer.com/2021/5/29/22460254/chelsea-champions-league-man-city-tuchel-guardiola","canonicalUrl":"https://www.theringer.com/2021/5/29/22460254/chelsea-champions-league-man-city-tuchel-guardiola","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac3018e8a9372b16a6e7377b85ac84a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMSIQQTIjFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQEBAQEAAAAAAAAAAAAAAAABACFx/9oADAMBAAIRAxEAPwDDDbstyGRbeNpyXxmSMRoT73Jmo+tH81XENsLMx8pSqAN6xLf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"D_rrU_oXM","title":"American Writers","shortId":"D_rrU_oXM","createdAt":"2021-05-30T00:42:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27038922,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/120428443/American-Writers","canonicalUrl":"https://www.behance.net/gallery/120428443/American-Writers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fcb3ed2de99992bbbdd8e379d789202","ratio":1.41414141414141,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFIUEGERJhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANCWakk/WVlobFiux06JfNCO20rkbHnc8fco41KxqrMWYAAsefeMYWv/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0wx__DELX","title":"Google reportedly made it difficult for smartphone users to find privacy settings","shortId":"0wx__DELX","createdAt":"2021-05-30T00:16:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038896,"tagsStr":"google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T22:06:02.000Z","url":"https://www.theverge.com/2021/5/29/22460070/google-difficult-android-privacy-settings-arizona","canonicalUrl":"https://www.theverge.com/2021/5/29/22460070/google-difficult-android-privacy-settings-arizona","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9-Dt0gt6i","title":"Google reportedly made it difficult for smartphone users to find privacy settings","shortId":"9-Dt0gt6i","createdAt":"2021-05-29T22:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038767,"tagsStr":"google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T22:06:02.000Z","url":"https://www.theverge.com/2021/5/29/22460070/google-difficult-android-privacy-settings-arizona-antitrust","canonicalUrl":"https://www.theverge.com/2021/5/29/22460070/google-difficult-android-privacy-settings-arizona-antitrust","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XyBSjlSU3","title":"Der Befehl ‘maybe’ – was tut ein Befehl, ein Script?","shortId":"XyBSjlSU3","createdAt":"2021-05-29T21:52:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038752,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T21:20:06.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/29/der-befehl-maybe-was-tut-ein-befehl-ein-script/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/29/der-befehl-maybe-was-tut-ein-befehl-ein-script/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lDvQMJTMW","title":"NASA’s Curiosity rover has captured amazing images of clouds on Mars","shortId":"lDvQMJTMW","createdAt":"2021-05-29T21:25:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038725,"tagsStr":"tech-news,cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T21:18:10.000Z","url":"https://www.theverge.com/2021/5/29/22460017/nasa-curiosity-rover-captured-images-clouds-on-mars","canonicalUrl":"https://www.theverge.com/2021/5/29/22460017/nasa-curiosity-rover-captured-images-clouds-on-mars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a09cdedb44e8c56107914b877257cbdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAURBAYTIQdBof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACUf/aAAwDAQACEQMRAD8AzhN23rnGoXVKAhysRiUqAPXYyasIvNl9jjRDbbSxUAZ4T39pSgLuyhqZP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"OP-nameaf","title":"HOW WE SCALED EXPERIMENTATION AT HULU","shortId":"OP-nameaf","createdAt":"2021-05-29T13:49:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"disney","views":27,"score":27038679,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:53:39.000Z","url":"https://medium.com/disney-streaming/how-we-scaled-experimentation-at-hulu-82d62a4779be","canonicalUrl":"https://medium.com/disney-streaming/how-we-scaled-experimentation-at-hulu-82d62a4779be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e543d82790acee092bbe40e49c3b4e47","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEEAQQDAAAAAAAAAAAAAQIDAAQFESEGEhMUIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIRIQMTQf/aAAwDAQACEQMRAD8AhZBbgZKWG5N/c5uedxB7Dd3gjdyR43E3xLLob1xxxWsx3WWMtsfbQSdRZ5HiiVGWSPvdSABpmDaJ/SPulKZXbSJqBxTA3UDF31f/2Q==","siteTwitter":"@disneystreaming","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"6OAHaJjN3","title":"Lullabies for little children","shortId":"6OAHaJjN3","createdAt":"2021-05-29T16:38:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27038438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/120394533/Lullabies-for-little-children","canonicalUrl":"https://www.behance.net/gallery/120394533/Lullabies-for-little-children","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/262fc3d850ddae7ffbcd66198e1c1f7e","ratio":1.69082125603865,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBSESUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMRITH/2gAMAwEAAhEDEQA/AM5t9t3agbd8nmnURxyqaYLVgtVC+q+DKk5gJIyJsbyKpICgqQB67GMYpuxtkm5LGRqecn//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Ox4_f6hvn","title":"US soldiers reportedly leaked nuclear info online accidentally, by using flashcard apps","shortId":"Ox4_f6hvn","createdAt":"2021-05-29T19:16:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038596,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T19:15:00.000Z","url":"https://www.theverge.com/2021/5/29/22459869/us-soldiers-leaked-nuclear-info-online-flashcard-apps","canonicalUrl":"https://www.theverge.com/2021/5/29/22459869/us-soldiers-leaked-nuclear-info-online-flashcard-apps","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"giBcCqu03","title":"Redesigning Health's MainView","shortId":"giBcCqu03","createdAt":"2021-05-29T19:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27038584,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T18:28:00.000Z","url":"https://visveshs.blogspot.com/2021/05/redesigning-healths-mainview.html","canonicalUrl":"https://visveshs.blogspot.com/2021/05/redesigning-healths-mainview.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfc5250ba58b97eca4c48ebd049a16bf","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUI/8QAIhAAAQMEAwADAQAAAAAAAAAAAQIDBAUGERIAByETFCJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AWWL1d1nVbQt6pxaNGqTBjZdlqfX65p+/lAUAMHbIONfOZ/uGk9Xs1+ptQ6xUBGRJdS0GRugICzjVRByMYwc+8hWnUp0frW9o0eZJajOfU3aQ6pKFbOEHIBwcjw/zgY8La//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"P3APEfuNI","title":"Build the HackerNews Reader with VueJS 3 — Part 3, infinite loading with ES2018 syntax","shortId":"P3APEfuNI","createdAt":"2021-05-29T08:44:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":65,"score":27038470,"tagsStr":"vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T08:44:08.000Z","url":"https://itnext.io/build-the-hackernews-reader-with-vuejs-3-part-3-infinite-loading-with-es2018-syntax-9b5e2ad55e3d","canonicalUrl":"https://gist.github.com/419d33b64d8d4751afc343c4dc0c1ccb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ccf72f078d5b851ccd88a8e0b2a9db9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAxEhI2Hh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMuRuhELg4bCMOq656ooiD//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@infantiablue","readTime":3,"description":null,"toc":null,"summary":null},{"id":"nyyuX9kkA","title":"A Guide to Heatmaps: What is a Heatmap, the Use, and Types?","shortId":"nyyuX9kkA","createdAt":"2021-05-29T16:56:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038456,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://attentioninsight.com/heatmaps-101/","canonicalUrl":"https://attentioninsight.com/heatmaps-101/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb63f32bbba9e274d64042a574cab27a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBQAEESESEzEywf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAwADAAAAAAAAAAAAAAAAAAEhAmHB/9oADAMBAAIRAxEAPwDWJaV67m4aDfN1psqTz9c7x83U6OkJe4j7V55y3DrjSVrCScAkAnGvFKVVjJpdAVbP/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uzk6Xp78n","title":"Sailfish 4.1 AArch64 auf dem Sony Xperia 10 II","shortId":"uzk6Xp78n","createdAt":"2021-05-29T16:51:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038451,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://linuxnews.de/2021/05/sailfish-4-1-aarch64-auf-dem-sony-xperia-10-ii/","canonicalUrl":"https://linuxnews.de/2021/05/sailfish-4-1-aarch64-auf-dem-sony-xperia-10-ii/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fd4c13cc53e53aac968727576214a53","ratio":1.77581863979849,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQREiEFBgcTMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEAAwAAAAAAAAAAAAAAAAABABEx/9oADAMBAAIRAxEAPwC11Xm4keebjqj4xXko0m6XTSMOe+M+J22Hr6tWmkaJnjTnDiiKrXYoMn//2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":7,"description":null,"toc":null,"summary":null},{"id":"RK0G0pkJC","title":"Using Fake Reviews to Find Dangerous Extensions","shortId":"RK0G0pkJC","createdAt":"2021-05-29T16:28:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27038428,"tagsStr":"security,google,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/using-fake-reviews-to-find-dangerous-extensions/","canonicalUrl":"https://krebsonsecurity.com/2021/05/using-fake-reviews-to-find-dangerous-extensions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ec1d5a56f5f9b06307e58ac8806c168","ratio":2.46796116504854,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAFxABAQEBAAAAAAAAAAAAAAAAAQACEv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDUA86AqG2SD//Z","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JmGy3CXgI","title":"My Developer Journey – How I Went from Making $1,000 to $100,000 a Year","shortId":"JmGy3CXgI","createdAt":"2021-05-28T23:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","tweeted":true,"views":701,"score":27038398,"tagsStr":"open-source,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-29T10:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:58:18.000Z","url":"https://dev.to/this-is-learning/my-journey-from-1000-to-100000-per-yr-as-developer-1nal","canonicalUrl":"https://dev.to/this-is-learning/my-journey-from-1000-to-100000-per-yr-as-developer-1nal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab29a17cf77468f68dfe18c59ce76814","ratio":1.49765990639626,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAUGIQQxETKB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhL/2gAMAwEAAhEDEQA/ANtM5tVst6ceYywMkKKyRxeobQJ8HZ66NXRZ7hccaRyNy2dQFYmM7I+UpTckTpv/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"SzDEXDOO7","title":"Trendy Gradients in Web Design","shortId":"SzDEXDOO7","createdAt":"2021-05-29T15:07:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038347,"tagsStr":"css,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T05:24:00.000Z","url":"https://www.awwwards.com/gradients-in-web-design-elements.html","canonicalUrl":"https://www.awwwards.com/gradients-in-web-design-elements.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc863556c7a494643a53bfd4b1aebcaf","ratio":1.39939024390244,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAQFERITISNDcf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAbEQACAgMBAAAAAAAAAAAAAAABAgBBAxEhUf/aAAwDAQACEQMRAD8A0G8x9u/IbFwyapFkvLO+bMEFhgQByjTsg/BpVxK8rHFWYau/kwJgJHmHZ2jX3UpTGJVJYXq+XEW2o57P/9k=","siteTwitter":"@awwwards","creatorTwitter":"@awwwards","readTime":7,"description":null,"toc":null,"summary":null},{"id":"YLiJKSG8a","title":"Fitbit may soon be adding snoring detection to its devices","shortId":"YLiJKSG8a","createdAt":"2021-05-29T14:48:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038328,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T14:45:55.000Z","url":"https://www.theverge.com/2021/5/29/22459675/fitbit-snoring-detection-fitness-trackers-smartwatch-sleep-animal","canonicalUrl":"https://www.theverge.com/2021/5/29/22459675/fitbit-snoring-detection-fitness-trackers-smartwatch-sleep-animal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e2e38b7e9cc785d107086c61400efff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQDAQEBAAAAAAAAAAAAAQIDBREABAZRIbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAESH/2gAMAwEAAhEDEQA/AJL8hIyPZ8/F7u4XNZlanFAJoOUQaUL++Zq552IJs6KLPi1gfuMYTilSAmt//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"XB9vr6i2N","title":"The future of COVID-19 immunity looks good","shortId":"XB9vr6i2N","createdAt":"2021-05-29T14:01:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038281,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T14:00:00.000Z","url":"https://www.theverge.com/2021/5/29/22458912/covid-immunity-vaccine-protection-lab-leak-antivirus","canonicalUrl":"https://www.theverge.com/2021/5/29/22458912/covid-immunity-vaccine-protection-lab-leak-antivirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/63b95f37fa253fc377ab5568638e1d6f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAARIQUSIgYHE0FR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQADAAAAAAAAAAAAAAAAAAABMUH/2gAMAwEAAhEDEQA/AKTutqIgdSaTHehxZTU9vwJLgUFsHceaSFWvyHrBArT4Cy3AjIPMpbSNysk2AyT9pShFlj//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hE_bG7ZdJ","title":"Shirish Agarwal: Planes, Pandemic and Medical Devices – I","shortId":"hE_bG7ZdJ","createdAt":"2021-05-29T13:28:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27038248,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T13:12:24.000Z","url":"https://flossexperiences.wordpress.com/2021/05/29/planes-pandemic-and-medical-devices-i/","canonicalUrl":"https://flossexperiences.wordpress.com/2021/05/29/planes-pandemic-and-medical-devices-i/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"@shirishag75","creatorTwitter":"@shirishag75","readTime":12,"description":null,"toc":null,"summary":null},{"id":"QspdRyupS","title":"It’s Tough to Defend Overwatch, but It’s Still Unparalleled","shortId":"QspdRyupS","createdAt":"2021-05-29T13:07:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T09:00:00.000Z","url":"https://www.wired.com/story/overwatch-five-years-comparison-lookback/","canonicalUrl":"https://www.wired.com/story/overwatch-five-years-comparison-lookback/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bc6a49021960f3aff16ce6c471abf43","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYhElFy/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEExEhQf/aAAwDAQACEQMRAD8At1sqZyCVsdHs5sl6LDkIfsuGyo+VgehZPXeYqbx95Ex9KJrYSlxQFsWav6xjC75FgvZAegBEmpNSnj0z/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"isCSRGT5S","title":"Aktualisierung für Raspberry Pi OS – OpenSSH schneller / Updates","shortId":"isCSRGT5S","createdAt":"2021-05-29T07:20:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27037880,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T06:49:07.000Z","url":"https://www.bitblokes.de/aktualisierung-fur-raspberry-pi-os-openssh-schneller-updates/","canonicalUrl":"https://www.bitblokes.de/aktualisierung-fur-raspberry-pi-os-openssh-schneller-updates/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"NY9qE7Hjs","title":"US Soldiers Exposed Nuclear Secrets on Digital Flashcards","shortId":"NY9qE7Hjs","createdAt":"2021-05-29T13:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038227,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T09:00:00.000Z","url":"https://www.wired.com/story/nuclear-secrets-flashcards-citizen-app-japan-hack-security-news/","canonicalUrl":"https://www.wired.com/story/nuclear-secrets-flashcards-citizen-app-japan-hack-security-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bb91a9c3baab3d4088f4ef348c621d8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJRAAAQMCAwkAAAAAAAAAAAAAAgABAwQFBhExEhQhIiVCUXFz/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAxEC/9oADAMBAAIRAxEAPwCGt+PrhBUEw08LHIT7RgZi5M/a/HT1ktbpsQhu8XS6R+RtZZ/H0REG4wEia+l3Z//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"f7fEzqZ4u","title":"Grilling Over Charcoal Is Better Than Grilling Over Gas","shortId":"f7fEzqZ4u","createdAt":"2021-05-29T11:04:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/2013/07/charcoal-grilling-is-objectively-scientifically-better-than-gas-2","canonicalUrl":"https://www.wired.com/2013/07/charcoal-grilling-is-objectively-scientifically-better-than-gas-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c46d41249db6af612f9c6bb65dca915","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgABBAMRIQYSFBMiMcLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AMyjRatGUYbojnQHosfHthhvjux5+qwafkVAE+ZGbc18xXf3RFNyEzS3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xf0uhG1Aa","title":"Memorial Day has brought about some fantastic tech deals","shortId":"xf0uhG1Aa","createdAt":"2021-05-29T13:06:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T13:00:00.000Z","url":"https://www.theverge.com/2021/5/29/22458509/memorial-day-deals-tech-apple-usb-c-charger-beats-headphones-among-us-deal-sale","canonicalUrl":"https://www.theverge.com/2021/5/29/22458509/memorial-day-deals-tech-apple-usb-c-charger-beats-headphones-among-us-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86172946fca9265420d942cbd0ce681e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQMCBAARBSESQUKBwf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADEyJRwXH/2gAMAwEAAhEDEQA/AJifCurclQbG8TetSgxlgr+Wz2Bv99ZsdapA11F6qjXGA82GtHc5a7P2cYwmypoTrpiOouv7xZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-qPiADtE6","title":"Quiz: Find Your Design Career Heaven","shortId":"-qPiADtE6","createdAt":"2021-05-29T12:53:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038213,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:45:31.000Z","url":"https://www.webdesignerdepot.com/2021/05/quiz-find-your-design-career-heaven/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/quiz-find-your-design-career-heaven/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8f33fbaae35f3429ff3f810defe40cc","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxABAAEEAQUAAAAAAAAAAAAAAQACAwQRMRNBYZHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgAREv/aAAwDAQACEQMRAD8A1bJu3FGjQcVbXjx7kDi5Yp1Lbrur8iIa7R4anmn0m//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Y5B4Lngpn","title":"Elon Musk tweets Tesla Model S Plaid delivery to be delayed until June 10th","shortId":"Y5B4Lngpn","createdAt":"2021-05-29T12:51:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038211,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:49:02.000Z","url":"https://www.theverge.com/2021/5/29/22459617/musk-tweets-model-s-tesla-plaid-delivery-delayed-again-june-10th","canonicalUrl":"https://www.theverge.com/2021/5/29/22459617/musk-tweets-model-s-tesla-plaid-delivery-delayed-again-june-10th","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fcd430ecb489b2177c93d2870d396429","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQFBgcRExQhMf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxExUf/aAAwDAQACEQMRAD8Al3awZXHNLbI6wHjl4+w/d0h9+krSqXOMldTQl1whLiwEnrN9OyIg2WMoGGUyinNA55P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ti6oFPacc","title":"7 Modern Website Design Examples (and What You Can Learn From Them)","shortId":"ti6oFPacc","createdAt":"2021-05-29T12:38:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038198,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:06:42.000Z","url":"https://usabilitygeek.com/7-modern-website-design-examples-and-what-you-can-learn-from-them/","canonicalUrl":"https://usabilitygeek.com/7-modern-website-design-examples-and-what-you-can-learn-from-them/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ded9e38f6d33bc6ff4e137a5cf68f8be","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQGB//EACAQAAICAQQDAQAAAAAAAAAAAAECAwQRAAUSIQYxcZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxFBUaH/2gAMAwEAAhEDEQA/ANl3bzHfK8rtQ2yKxGLTwGNg3JFVuOSQcdkdfdWtCzamo15LECRzvGrSIGyFYjsfunBDGGLCNOR9niMnRBFAwFXHzT22KyqFUDOe4NaMGJLbvk//2Q==","siteTwitter":"@usabilitygeek","creatorTwitter":"@usabilitygeek","readTime":11,"description":null,"toc":null,"summary":null},{"id":"byBmBSTLB","title":"Color Inspirations and Ideas","shortId":"byBmBSTLB","createdAt":"2021-05-29T12:23:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:17:11.000Z","url":"https://hexcolor.co/color-inspiration","canonicalUrl":"https://hexcolor.co/color-inspiration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f3454f591ca7557e547a3e7b9e1c913","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQADBAIFEwYRIRIUIjFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EAB8RAAEDBAMBAAAAAAAAAAAAAAECAwQABREhBiIkYf/aAAwDAQACEQMRAD8AlW9I2uHaoER2JFkOBsu5q2fIkgHnlZvM0qz3j/Q8KaclWwx+hv8AURGzKMi3pdd2rJ3T5X45jaI/UFAOPuTuv//Z","siteTwitter":"@hexcolortool","creatorTwitter":"@hexcolortool","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1JKJHlHvb","title":"Linux am Dienstag: Programm für den 1. Juni","shortId":"1JKJHlHvb","createdAt":"2021-05-29T12:21:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038181,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:07:59.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/29/linux-am-dienstag-programm-fuer-den-1-juni/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/29/linux-am-dienstag-programm-fuer-den-1-juni/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"in9nmlByW","title":"Undefined Magazine","shortId":"in9nmlByW","createdAt":"2021-05-29T08:33:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27037953,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/112468451/Undefined-Magazine","canonicalUrl":"https://www.behance.net/gallery/112468451/Undefined-Magazine","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d14a459a98247bb079233eb4e1e38c5","ratio":1.62790697674419,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQIDBBEAMQUGBxITIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEhNhwf/aAAwDAQACEQMRAD8A0TmybKahsrisx1OoNNeVagLvRoaOQj1DYQex3gbQcT6UEugi/tWjWMYSqLMYzOcaDXZ//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"BtA09uOinZ","title":"Grilling Over Gas Is Better Than Grilling Over Charcoal","shortId":"BtA09uOinZ","createdAt":"2021-05-29T11:04:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/2013/07/gas-grilling-is-objectively-scientifically-better-than-charcoal","canonicalUrl":"https://www.wired.com/2013/07/gas-grilling-is-objectively-scientifically-better-than-charcoal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9823261023042da5303a15bf04aa3ea5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMEAAIFEQYhIjFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRAxIx/9oADAMBAAIRAxEAPwCWxeFajnLIK5mrUOPcEjqPWq1rHcPjS8fFk3TZ1pcq1htD79DYB15+0pRQd9GyrVqj/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IxUaFLUL-E","title":"ALT+Klick: Dateien mit alternativem Programm öffnen","shortId":"IxUaFLUL-E","createdAt":"2021-05-29T12:21:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038181,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:13:04.000Z","url":"https://www.tutonaut.de/altklick-dateien-mit-alternativem-programm-oeffnen/","canonicalUrl":"https://www.tutonaut.de/altklick-dateien-mit-alternativem-programm-oeffnen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/448ed196b34fc5db1a65301ab929e37f","ratio":1.70439414114514,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAFESEGImFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADBLHR/9oADAMBAAIRAxEAPwDOZNhUi8csXK2tip3mZYBYildmA47ABPqOB9OT8V6dokI12oIKggtACT+9YxlblbbUVwTsq5KrzrP/2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ZmaU6NBRm","title":"Containers are tents","shortId":"ZmaU6NBRm","createdAt":"2021-05-27T16:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":29,"score":27036115,"tagsStr":"general-programming,infrastructure,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containers-vs-vms/","canonicalUrl":"https://increment.com/containers/containers-vs-vms/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SRbrYw-80","title":"Can the Clippers Come Back and Win the Series?","shortId":"SRbrYw-80","createdAt":"2021-05-29T12:11:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27038171,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:43.000Z","url":"https://www.theringer.com/2021/5/29/22458925/can-the-clippers-come-back-and-win-the-series","canonicalUrl":"https://www.theringer.com/2021/5/29/22458925/can-the-clippers-come-back-and-win-the-series","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07e5beda485b7284695c1321d2786ab6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgMAAgMBAAAAAAAAAAAAAQIDBBEABQYHIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEx/9oADAMBAAIRAxEAPwC6SJ4+w7uQWJ1q1milaujACYyxHQzYWwYMAIzOZ+vezvL+vu2KUPbFoq8jQoXiUsQpwaf0/OOOHSindEe1iOGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BjahvAmSs","title":"The Lego Games and the Glory of Not Being Challenged","shortId":"BjahvAmSs","createdAt":"2021-05-29T12:04:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T08:00:00.000Z","url":"https://www.wired.com/story/the-lego-games-20th-anniversary/","canonicalUrl":"https://www.wired.com/story/the-lego-games-20th-anniversary/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc1147e9ce6d0b42ae69a06fb116e4f1","ratio":1.91156462585034,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhABAAIBBAMAAAAAAAAAAAAAAQIDAAQFEWESQ1H/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAQRYf/aAAwDAQACEQMRAD8AxzbZN7DTwWquygrtI+w8hOez7lrdAStnImRGS8EDg6xjFAMkVh2V8HJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"qOQCP85jO","title":"There’s a Great Whip Spider Boom. What Gives?","shortId":"qOQCP85jO","createdAt":"2021-05-29T12:04:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T08:00:00.000Z","url":"https://www.wired.com/story/theres-a-great-whip-spider-boom-what-gives/","canonicalUrl":"https://www.wired.com/story/theres-a-great-whip-spider-boom-what-gives/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a0c42ca60c6ae12b6ee2cff8d8dcd64","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQMEFCExUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAgMx/9oADAMBAAIRAxEAPwDPaKsmiDjKLjxVaFAbsez4k8lj3Q+REgKTYtmn/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"XBQBYIpGF","title":"Knicks Disappear, Lose Game 3","shortId":"XBQBYIpGF","createdAt":"2021-05-29T11:54:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27038154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:41:49.000Z","url":"https://www.theringer.com/2021/5/29/22458933/knicks-disappear-lose-game-3","canonicalUrl":"https://www.theringer.com/2021/5/29/22458933/knicks-disappear-lose-game-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b96310be80c2d8f228c991ddbc03370","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBgUHEiExUpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAEhQf/aAAwDAQACEQMRAD8Atdy4rmJzM0/Dxr72LC5EOqkxcLoxPUPBELA7SJJmtILD1X5SlFTRLH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ektUexKcI","title":"Arrowhead from biblical battle discovered in Goliath's hometown","shortId":"ektUexKcI","createdAt":"2021-05-29T11:24:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27038124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:00:00.000Z","url":"https://www.livescience.com/arrowhead-biblical-battle-in-goliath-hometown.html","canonicalUrl":"https://www.livescience.com/arrowhead-biblical-battle-in-goliath-hometown.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b952afbd046d7ba40d2d2771886e4db","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBREABAYSEyEiQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDIbXOmsrYmVW+zNO/AvcdJxSFMTe9RJIB8moamePPIbifHvjkddrgJjxPSlKMOv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"mxcxcM9j9","title":"Forma - No-Code platform to build customised worfklows","shortId":"mxcxcM9j9","createdAt":"2021-05-24T22:16:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27031576,"tagsStr":"general-programming,business,nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:07:48.000Z","url":"https://www.getforma.co","canonicalUrl":"https://www.getforma.co","image":"https://www.getforma.co/wp-content/uploads/2021/03/Workflow-builder.gif","ratio":1.51416122004357,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGRABAQADAQAAAAAAAAAAAAAAAQAhIlFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANTJuLnnlUkH/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"pGK2VWZq_","title":"Our Favorite Mattresses Are on Sale for Memorial Day","shortId":"pGK2VWZq_","createdAt":"2021-05-29T11:04:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/story/best-memorial-day-mattress-deals-2021/","canonicalUrl":"https://www.wired.com/story/best-memorial-day-mattress-deals-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d58afea3716a84d0daf9ab98c66b8cf1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAdEAABBAMBAQAAAAAAAAAAAAABAAMEIQIFEXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAdEQACAQQDAAAAAAAAAAAAAAABAgMAESExQYGx/9oADAMBAAIRAxEAPwCrC2bEaMGXNZDkZX1xwE5Hv2lN8pES9UCkkc1HJJ3kCq1rDWAPBnuv/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"2aBotd7HY","title":"The Best Memorial Day Sales on Tech, Gaming, Home, and More","shortId":"2aBotd7HY","createdAt":"2021-05-29T11:04:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038104,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/story/best-memorial-day-sales-2021","canonicalUrl":"https://www.wired.com/story/best-memorial-day-sales-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3753e9edac8e7b762013706e3ab4abbd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQhBQYRIjFxgf/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBEAAQMCBwAAAAAAAAAAAAAAAgABAwQRBQYUUXHR8P/aAAwDAQACEQMRAD8A0CLbyaxp7F7l4QZGHSNPA65PGftRZ9oRtNIzXshYsSSIkGefVKVNKbMuJhUSiMtmZ9h6TaOEWsw+5X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"eughu024Y","title":"The Bizarro Streaming Site That Hackers Built From Scratch","shortId":"eughu024Y","createdAt":"2021-05-29T11:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038103,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/story/bravomovies-fake-streaming-site-bazaloader/","canonicalUrl":"https://www.wired.com/story/bravomovies-fake-streaming-site-bazaloader/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80028b2bbc24741da75b0d86c554add2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMRBQYSIkGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhED/9oADAMBAAIRAxEAPwDEhzFJOjKlYcLUe6+XIGu5GYuF0NBQNa+yKyFe9vH3EQ/OobkRdZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oGkccvFWo","title":"WIRED's Picks for the 9 Books You Need to Read This Summer","shortId":"oGkccvFWo","createdAt":"2021-05-29T11:03:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038103,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/gallery/spring-summer-reading-list/","canonicalUrl":"https://www.wired.com/gallery/spring-summer-reading-list/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3353504060e14d84e33a5ee18dbe8cb5","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFESEGEhUjMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAAMAAAAAAAAAAAAAAAAAAgABMf/aAAwDAQACEQMRAD8Aj8Was9tvluc7fIelxJAcLy5Z82CdLHTgjfr4K30pmO/JdeCXWw4srCEu6Tk5wNUpQVa2KNHJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"LvGl-M7j1","title":"Ratatoskr, Clan of the Squirrel für Northgard – Das Spiel hat einen Haken","shortId":"LvGl-M7j1","createdAt":"2021-05-29T09:20:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038000,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T09:09:45.000Z","url":"https://www.bitblokes.de/ratatoskr-clan-of-the-squirrel-fur-northgard-das-spiel-hat-einen-haken/","canonicalUrl":"https://www.bitblokes.de/ratatoskr-clan-of-the-squirrel-fur-northgard-das-spiel-hat-einen-haken/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"l_nE_Y_V0","title":"My (Seemingly) Random Walk to Netflix","shortId":"l_nE_Y_V0","createdAt":"2021-05-28T21:30:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"netflix","views":145,"score":27037993,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:55:51.000Z","url":"https://netflixtechblog.com/my-seemingly-random-walk-to-netflix-293d952953fa","canonicalUrl":"https://netflixtechblog.com/my-seemingly-random-walk-to-netflix-293d952953fa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6262ecc56f66034b7e275c25cef3e58","ratio":1.89873417721519,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQSIQVBESIx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANJcvcmxp3N4uTtSRRgW9TsddHcpU1V0VsVHkA/IiBf/2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Zg5f9XcZU","title":"Audacity: Mehrfachlizenzierung eingeführt","shortId":"Zg5f9XcZU","createdAt":"2021-05-29T06:10:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27037810,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://linuxnews.de/2021/05/audacity-mehrfachlizenzierung-eingefuehrt/","canonicalUrl":"https://linuxnews.de/2021/05/audacity-mehrfachlizenzierung-eingefuehrt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94493dd3d162f76e80732107dccb8bf4","ratio":1.00719424460432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAYFEiEREzFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAREmEhUVL/2gAMAwEAAhEDEQA/AI7iuAW2tYXfaw93cpLFv7QjiBiGxQSXP3n8491O3jUOwDDoDRWR1QorsEPlQeDQoRM4eQyHIE3A8jrdVkZCqhVsQOd7r//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nZhDDVF4i","title":"Everyday life in Kyoto","shortId":"nZhDDVF4i","createdAt":"2021-05-29T04:39:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27037719,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/118638157/Everyday-life-in-Kyoto","canonicalUrl":"https://www.behance.net/gallery/118638157/Everyday-life-in-Kyoto","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb95ae97a252d1ec1eeaa621fdebf7a7","ratio":0.71465033180194,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQUGB//EACQQAAEDAwEJAAAAAAAAAAAAAAECAxEABAVRBhITFCEikbHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEBAAMAAAAAAAAAAAAAAAABAgARMf/aAAwDAQACEQMRAD8ARZt7Zy1xLbTrmKu8i8srU5buncSQJk6fazd3llurUq7YkqJMKMeqnC8op7iTp1ihxDqfNSiGFd9xUlAc1n//2Q==","siteTwitter":"@behance","creatorTwitter":"@cram_box","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hZeleaL65","title":"UltraStar Play: Neuer Open-Source SingStar-Klon","shortId":"hZeleaL65","createdAt":"2021-05-29T04:10:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27037690,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://linuxnews.de/2021/05/ultrastar-play-neuer-open-source-singstar-klon/","canonicalUrl":"https://linuxnews.de/2021/05/ultrastar-play-neuer-open-source-singstar-klon/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7462c1e3fe3ba8cbf4c87970c52c44ed","ratio":1.33522727272727,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwQDAQAAAAAAAAAAAAADAAECBRESIQQTQbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRIf/aAAwDAQACEQMRAD8AjqCajxoE2OAkjY6dns3xRZp8buJaOsn8RFQ34DBsZtZ//9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Z85qDANc7","title":"Advanced Computer Vision with Python","shortId":"Z85qDANc7","createdAt":"2021-05-28T12:33:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":399,"score":27037616,"tagsStr":"career,python,computer-vision","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-28T20:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:26:38.000Z","url":"https://www.freecodecamp.org/news/advanced-computer-vision-with-python/","canonicalUrl":"https://www.freecodecamp.org/news/advanced-computer-vision-with-python/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbfc19cb260b14d0e10dbac998ceff91","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSITEUUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgTwERIxUf/aAAwDAQACEQMRAD8Ahq02bjapU+AmOyy8htUdC8gthDCXXAcDnOffystLcsflPbo05J3qyEPHaOehz1SlUwnO16aAjkgZvpX/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JxkDP96gj","title":"QUIC Version 1 is live on Cloudflare","shortId":"JxkDP96gj","createdAt":"2021-05-28T21:11:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":19,"score":27037604,"tagsStr":"cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T21:06:55.000Z","url":"https://blog.cloudflare.com/quic-version-1-is-live-on-cloudflare/","canonicalUrl":"https://blog.cloudflare.com/quic-version-1-is-live-on-cloudflare/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75d172f2328a764a6f59f6ed5f8e30b0","ratio":1.96951219512195,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxEEBRIhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACEiEx/9oADAMBAAIRAxEAPwDTOqodtypvW51CDiUGcEZ79lCIjENkrZez/9k=","siteTwitter":"@cloudflare","creatorTwitter":"@SimmerVigor","readTime":7,"description":null,"toc":null,"summary":null},{"id":"IaodKcgha","title":"Dynamic Favicons for WordPress","shortId":"IaodKcgha","createdAt":"2021-05-28T15:28:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":71,"score":27037542,"tagsStr":"webdev,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:36:47.000Z","url":"https://css-tricks.com/dynamic-favicons-for-wordpress/","canonicalUrl":"https://css-tricks.com/dynamic-favicons-for-wordpress/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7644598a45cfd6af8dd4c7c4a101bc6b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEEQADBRIhBhUiMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQFESET/9oADAMBAAIRAxEAPwDAPMY9eZMucm+sZBxdTBU7bbxzMjyHNQudAKWtS+5W07EnVLSAPgG/qlKLylmSuW+Z1tIVIGSSyMcOA8X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@thomashpark","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bceAciFUk","title":"How to Secure Your Android App – Four Security Best Practices Every Android Dev Should Know","shortId":"bceAciFUk","createdAt":"2021-05-28T16:07:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":38,"score":27037402,"tagsStr":"tech-news,security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:01:05.000Z","url":"https://www.freecodecamp.org/news/how-to-secure-your-android-app/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-secure-your-android-app/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce82b7a93c802703efd37808dff5e970","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQAEBQYSMUGS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAMRAgQiQbH/2gAMAwEAAhEDEQA/AJfjecg0ulNuPciaeZdYRa8q2pVA1kEd1A+gwF15zOpeW2DK5SUhSxoEOTX3jGCldG5uw9nhJHJcz//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@andrejtl","readTime":6,"description":null,"toc":null,"summary":null},{"id":"mQFdxUQCl","title":"Venmo leaked Joe Biden’s friends, but you can now keep yours a secret","shortId":"mQFdxUQCl","createdAt":"2021-05-28T22:53:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037373,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:47:28.000Z","url":"https://www.theverge.com/2021/5/28/22459163/venmo-privacy-controls-friends-list-joe-biden","canonicalUrl":"https://www.theverge.com/2021/5/28/22459163/venmo-privacy-controls-friends-list-joe-biden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90b9af9627444c3b4c302aae2bc706bd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgARAwYEBRIhobL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMRIfD/2gAMAwEAAhEDEQA/AKLo2DHxtH2R+xHdkxqCyixYW/oyWKrZ8e4iIOqNl2qFsYD3J//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_b66VMfVg","title":"Ariana Grande Wedding Photos, Lindsay Lohan Gets a Movie, and the ‘Friends’ Reunion","shortId":"_b66VMfVg","createdAt":"2021-05-28T22:40:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037360,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:26:18.000Z","url":"https://www.theringer.com/2021/5/28/22458924/ariana-grande-wedding-photos-lindsay-lohan-gets-a-movie-and-the-friends-reunion","canonicalUrl":"https://www.theringer.com/2021/5/28/22458924/ariana-grande-wedding-photos-lindsay-lohan-gets-a-movie-and-the-friends-reunion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f908e6d301e6229d0d7295e94e74a91","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgEDBBEABRIiIzFBUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgQxQf/aAAwDAQACEQMRAD8Ay3T30a01mDMaGRvkONC4PTUVB1SEvN8iJa7Laeryal0cp4qrcarSfcYyq5U6FyeH/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"o1J5kkV2s","title":"Friends of GNOME Update – May 2021","shortId":"o1J5kkV2s","createdAt":"2021-05-28T16:04:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27036964,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:07:45.000Z","url":"https://blogs.gnome.org/engagement/2021/05/28/friends-of-gnome-update-may-2021/","canonicalUrl":"https://blogs.gnome.org/engagement/2021/05/28/friends-of-gnome-update-may-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XplUU9jgH","title":"Apple delays Podcasts subscriptions to June","shortId":"XplUU9jgH","createdAt":"2021-05-28T22:25:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037345,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:19:14.000Z","url":"https://www.theverge.com/2021/5/28/22459129/apple-delays-podcasts-subscriptions-june","canonicalUrl":"https://www.theverge.com/2021/5/28/22459129/apple-delays-podcasts-subscriptions-june","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3386280337a5ee802346490d4486882","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQQAAgMSIRExBRNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDOyra9rx7S91G3eYYw9LJrqFS+J5q4A0chrfXyQHs6iJShGs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2JDxozc7q","title":"Injuries Are Defining the 2021 MLB Season","shortId":"2JDxozc7q","createdAt":"2021-05-28T22:24:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:17:08.000Z","url":"https://www.theringer.com/2021/5/28/22458926/injuries-are-defining-the-2021-mlb-season","canonicalUrl":"https://www.theringer.com/2021/5/28/22458926/injuries-are-defining-the-2021-mlb-season","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a375a433aa1500831abdcae7c16b3a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAURIQQSBnHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAC/9oADAMBAAIRAxEAPwDLrbb0Tx6YvNM8rlOr5A6bzrXsVFsULKGPI5OSM6f5SlTKmfbJN//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"wo2QBcoWw","title":"Luke vs. Obi-Wan Midnight Court, J.J. Abrams, and the Case for ‘Superman & Lois’","shortId":"wo2QBcoWw","createdAt":"2021-05-28T22:23:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037343,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:08:33.000Z","url":"https://www.theringer.com/2021/5/28/22458931/luke-vs-obi-wan-midnight-court-j-j-abrams-and-the-case-for-superman-lois","canonicalUrl":"https://www.theringer.com/2021/5/28/22458931/luke-vs-obi-wan-midnight-court-j-j-abrams-and-the-case-for-superman-lois","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/174157872e9cf17b09d63c99ac764a1b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFERITIQYHMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQAABAcAAAAAAAAAAAAAAAAAAQISAxEhIlFSsf/aAAwDAQACEQMRAD8AnPS02/q/uE9DbU1I25Du5q1EkIKccgke3wjxitlsNlgRbFbo6WEKS1GbbBI5OEgUpVtNiFN2PhA8SrZ4H//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WMs6IDvgV","title":"ODESZA’s Foreign Family Collective gives Phantoms, Medasin, Jai Wolf and more creative autonomy on first edition of ‘Rave.wavs’","shortId":"WMs6IDvgV","createdAt":"2021-05-28T22:08:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037328,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:01:52.000Z","url":"https://dancingastronaut.com/2021/05/odeszas-foreign-family-collective-gives-phantoms-medasin-jai-wolf-and-more-creative-autonomy-on-first-edition-of-rave-wavs/","canonicalUrl":"https://dancingastronaut.com/2021/05/odeszas-foreign-family-collective-gives-phantoms-medasin-jai-wolf-and-more-creative-autonomy-on-first-edition-of-rave-wavs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d90a69424223651432b9d99c42fb454","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgEDBQAAAAAAAAAAAAABAgADEQUhMQYTFCJB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQEBAQEAAAAAAAAAAAAAAAECACEx/9oADAMBAAIRAxEAPwCNr6K1atMLRQqe/cU3YKFVBPA+7cSVt8mu10YAFSQRgbYiIy0+YeZF6b//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"XNspWYq04","title":"Web scraping: infinite scrolling with selenium","shortId":"XNspWYq04","createdAt":"2021-05-28T13:01:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":31,"score":27037150,"tagsStr":"javascript,crawling,selenium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:35:19.000Z","url":"https://code.likeagirl.io/web-scraping-infinite-scrolling-with-selenium-97f820d2e506","canonicalUrl":"https://code.likeagirl.io/web-scraping-infinite-scrolling-with-selenium-97f820d2e506","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/273172638bfc2a09bfeff07e25e2e9bd","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECAwQFESEScRMiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSHbqmq5dDXIdYkQ7c3SPnjakp5JP5nBlnoSsuXTnKePyMp91aJR630AAP/9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"la3UeXJOz","title":"Wax Motif launches album campaign with collaborative single, ‘Need You’ alongside Phlegmatic Dogs","shortId":"la3UeXJOz","createdAt":"2021-05-28T21:59:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037319,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T21:58:23.000Z","url":"https://dancingastronaut.com/2021/05/wax-motif-launches-album-campaign-with-collaborative-single-need-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/wax-motif-launches-album-campaign-with-collaborative-single-need-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3e7eacfe19680ed33cd9ecba6c6f78b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEFAAIDAAAAAAAAAAAAAQIDAAQFESETFTFBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8AwV76DO3qrj8PPaYq1AASKVfNIeAyOxUb2AOfXT8k1EaPBqxUY8EA620j7/e0pShlU9v/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"vSf6WPUc0","title":"Maybe Future Generations Will Be Just Fine","shortId":"vSf6WPUc0","createdAt":"2021-05-28T16:05:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036965,"tagsStr":"r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:29:54.000Z","url":"https://www.wired.com/2021/05/geeks-guide-cass-r-sunstein/","canonicalUrl":"https://www.wired.com/2021/05/geeks-guide-cass-r-sunstein/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de18b655f7688f281c1c9b8eb9d29048","ratio":1.90325138778747,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFBhESMTJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIEEQOxITFh/9oADAMBAAIRAxEAPwCbP81kW1Fti2+I0wUuFZWk+hyWnXXwVtOZlIU4oiM2ASTrl1SlKBziBPu1acakPaOhWl//2Q==","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MEFgvnPJ3","title":"The SolarWinds Hackers Aren't 'Back.' They Never Went Away","shortId":"MEFgvnPJ3","createdAt":"2021-05-28T21:17:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27037277,"tagsStr":"security,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:04:00.000Z","url":"https://www.wired.com/story/russia-solarwinds-hackers-phishing-usaid","canonicalUrl":"https://www.wired.com/story/russia-solarwinds-hackers-phishing-usaid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1839864c1b207d85206d3f79315e438","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQIHAAAAAAAAAAAAAAABAgAEEgURFFJxktH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAEDBCEyUf/aAAwDAQACEQMRAD8ApsBQ0tcWWxjaVFyA5A8yg19TvHRfIiMutuTPA9bQ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"CAaLiPwZN","title":"Ladies and gentlemen, the weekendgelion","shortId":"CAaLiPwZN","createdAt":"2021-05-28T21:06:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T21:00:00.000Z","url":"https://www.theverge.com/2021/5/28/22458706/memorial-day-weekend-evangelion-olympics-log-off-please","canonicalUrl":"https://www.theverge.com/2021/5/28/22458706/memorial-day-weekend-evangelion-olympics-log-off-please","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5400bb8de44e742b49f5dd86790dcf15","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBRIhE1GC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECMf/aAAwDAQACEQMRAD8Az5qc7Mljs5DgzhITHVtPEevsqadtmO78tX2iIRcKPTh//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1PBq62Ya4","title":"Twitter could be working on Facebook-style reactions","shortId":"1PBq62Ya4","createdAt":"2021-05-28T21:01:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037261,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T20:59:04.000Z","url":"https://www.theverge.com/2021/5/28/22458959/twitter-reactions-feature-facebook-sad-cheer","canonicalUrl":"https://www.theverge.com/2021/5/28/22458959/twitter-reactions-feature-facebook-sad-cheer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e1a918d321c126a1b6799498a9bf1fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAEEAgMAAAAAAAAAAAABAgMEEQAFBxIhBhMUFTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAwQABRHx/9oADAMBAAIRAxEAPwCk3F0yVE3O8bhQNXns6QyPsFQC6pTanG+RoG+QSR0U2R0OspYu5s+TGZf+BET7UBfG1GrF1+4xgG2tS1yoiPMp9PThsqzTL0+5/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"R0l-FCy2z","title":"The human genome has finally been completely sequenced after 20 years","shortId":"R0l-FCy2z","createdAt":"2021-05-28T20:43:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037243,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2279035-the-human-genome-has-finally-been-completely-sequenced-after-20-years/","canonicalUrl":"https://www.newscientist.com/article/2279035-the-human-genome-has-finally-been-completely-sequenced-after-20-years/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82d998423627e4a90f842d92f39baaaa","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBhIhcUKBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQMREjFh/9oADAMBAAIRAxEAPwDJLszSJjPYvQ5SOcB2J3OTjwPAU95HypW5uhlRQYUkkADLl93vBxnrilKM+Ao1W2f/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HdEZ6ZmdR","title":"Redis Streams in Action — Part 2 (Tweets consumer app)","shortId":"HdEZ6ZmdR","createdAt":"2021-05-28T09:23:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":182,"score":27037240,"tagsStr":"tech-news,redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:23:41.000Z","url":"https://itnext.io/redis-streams-in-action-part-2-tweets-consumer-app-674fd3b45f6f","canonicalUrl":"https://itnext.io/redis-streams-in-action-part-2-tweets-consumer-app-674fd3b45f6f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db7460ebbb329d63af4ce788cb1cc290","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRISJBIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIQL/2gAMAwEAAhEDEQA/ANL3PgvbXiHqV2amznWAASNd/OpeqsqgBhoY9REXRgxHUv/Z","siteTwitter":"@itnext_io","creatorTwitter":"@abhi_tweeter","readTime":6,"description":null,"toc":null,"summary":null},{"id":"JdiDgYSWx","title":"IOTW: Irish Healthcare Data for Sale on the Dark Web","shortId":"JdiDgYSWx","createdAt":"2021-05-28T16:20:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":5,"score":27037238,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-irish-healthcare-data-for-sale-on-the-dark-web","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-irish-healthcare-data-for-sale-on-the-dark-web","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/584b20a660e6c7a6efbd05a6c26f29b4","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQGB//EACkQAAIBAgQCCwAAAAAAAAAAAAECAwQRAAUhMQZhEhMiJCUyQVFSgaL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAES/9oADAMBAAIRAxEAPwDYM14jaDPFoM0llpI5mZadYmC9YBbUtv6j4jfexOANVQXPd8xbmGkN/wB4VzfOaOCJagxPVT9G6mTU29hfQYjW407R8Rli18gRiF5fWESC6f/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ycybEWp-E","title":"WhatsApp reverses course, now won’t limit functionality if you don’t accept its new privacy policy","shortId":"ycybEWp-E","createdAt":"2021-05-28T20:38:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037238,"tagsStr":"tech-news,career,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T20:27:33.000Z","url":"https://www.theverge.com/2021/5/28/22458805/whatsapp-privacy-policy-no-plans-limit-functionality","canonicalUrl":"https://www.theverge.com/2021/5/28/22458805/whatsapp-privacy-policy-no-plans-limit-functionality","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/35b308564c73ab5a77df37beb93f47e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQIFBQAAAAAAAAAAAAAABAAFAQIDEhMRIVJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAEQNhcf/aAAwDAQACEQMRAD8Az2M4CCM7iBUbKJBJNmIupNG8fTeNvak5J+U3sURVVwcVLGzfb5hTAU5//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wLH7EqULI","title":"Beam-X-Vision debuts cesium-based CR system","shortId":"wLH7EqULI","createdAt":"2021-05-28T20:27:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27037227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T20:08:13.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132534&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132534","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/390482071db5f57b4acff7c559737e43","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDBQYRAAQSIRQxURP/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgMRBBIhMaHw/9oADAMBAAIRAxEAPwBXdd11SO5z5NSjgJkLQU008u0wHQCy+1OQVypGCM60Pb1S7PHi/LYJNHxHGRwAzjHTEZ9n3qnvyUudUQ8UdQzKOgT9I+6T6NGw2bKsZWZHoY0RjYe4A7tf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"w9j3AZdqb","title":"UK police surprised to learn energy-intensive weed farm is actually a Bitcoin mine","shortId":"w9j3AZdqb","createdAt":"2021-05-28T20:25:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037225,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T20:17:48.000Z","url":"https://www.theverge.com/2021/5/28/22458632/bitcoin-mine-mistaken-cannabis-growing-operation-police","canonicalUrl":"https://www.theverge.com/2021/5/28/22458632/bitcoin-mine-mistaken-cannabis-growing-operation-police","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c48699eec025ba62affb74e8f4667406","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBRUhMTJxgdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAITH/2gAMAwEAAhEDEQA/AM++53K2FvW9rkqGQQpMxAjqfE+6uTP25RTxa/zE9i/KUoxI+mV0nTf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"QwlhLdM-M","title":"Blurred Satellite Images Make Rebuilding Palestine Harder","shortId":"QwlhLdM-M","createdAt":"2021-05-28T20:04:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27037204,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:58:00.000Z","url":"https://www.wired.com/story/blurry-satellite-images-palestine-israel-make-rebuilding-harder","canonicalUrl":"https://www.wired.com/story/blurry-satellite-images-palestine-israel-make-rebuilding-harder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c71b5287a55e0fad7d460ae0435f572f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABBEhMUEFEiIjYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERIf/aAAwDAQACEQMRAD8An7Lq84tpkiSOIJHIy9qjdASck8En5VJbToLeL0xDwGiqABpwMbUpVZXoW4sP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"OLU8_hOdn","title":"A primer on containers","shortId":"OLU8_hOdn","createdAt":"2021-05-27T16:45:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":25,"score":27036108,"tagsStr":"general-programming,kubernetes,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/primer-on-containerization/","canonicalUrl":"https://increment.com/containers/primer-on-containerization/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fac427e27c0d11f60be1beed6f85ca73","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwUSBBETITFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIDBDIz/9oADAMBAAIRAxEAPwDSLmlwFzq1dPqsUR+lZj0Pg8SppZ8SZlS2I32HuIk9b5oMQ6Y//9k=","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"iYxKzFRFQD","title":"Containers for the future","shortId":"iYxKzFRFQD","createdAt":"2021-05-27T16:46:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","tweeted":true,"views":421,"score":27036479,"tagsStr":"tech-news,open-source,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-28T02:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containers-and-open-source/","canonicalUrl":"https://increment.com/containers/containers-and-open-source/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57a343672bbe47c38cca7af86475f3f9","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARIRITIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACMQQR/9oADAMBAAIRAxEAPwDZ00uVq5pwXXaHtKyJKN9Wh7Zt7JOucmFmrYAmlqqZJPNjr6eTjGXMVQXyPxPZZJ9OGf/Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"K4TAsUm9t","title":"Covid-19 news: More than 38% of new UK cases are due to Indian variant","shortId":"K4TAsUm9t","createdAt":"2021-05-28T20:01:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037201,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-more-than-38-of-new-uk-cases-are-due-to-indian-variant/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-more-than-38-of-new-uk-cases-are-due-to-indian-variant/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b9edae19800c8d01e2b30f6e987d058","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFERIhMRVRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAxESIkFh/9oADAMBAAIRAxEAPwDKcBc44QxqLELNJIqK4kIjGh4DKASR7IPPypl7b4NLydPJZGPbIw2KgIXnoE9ilKBFnjy7auTUq8X/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":14,"description":null,"toc":null,"summary":null},{"id":"MvDGdZlK4","title":"Just over a week after relaunching verification, Twitter is pausing verification","shortId":"MvDGdZlK4","createdAt":"2021-05-28T19:50:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037190,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:43:52.000Z","url":"https://www.theverge.com/2021/5/28/22458914/twitter-verification-pause-applications-relaunch","canonicalUrl":"https://www.theverge.com/2021/5/28/22458914/twitter-verification-pause-applications-relaunch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd92592d5428e6bfc121f85a2f18e7d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAABBQADAAAAAAAAAAAAAAACAAEDESESMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AJuGYQjlB4gIzrjI7vYU+1tb1tpb+oiQx//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"oiVz5-eC-","title":"opsi 4.2 von Grund auf überarbeitet","shortId":"oiVz5-eC-","createdAt":"2021-05-28T07:18:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:16:06.000Z","url":"https://linuxnews.de/2021/05/opsi-4-2-von-grund-auf-ueberarbeitet/","canonicalUrl":"https://linuxnews.de/2021/05/opsi-4-2-von-grund-auf-ueberarbeitet/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2VMtGVCR2","title":"What Will Amazon Do With MGM?","shortId":"2VMtGVCR2","createdAt":"2021-05-28T19:42:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037182,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:37:32.000Z","url":"https://www.theringer.com/2021/5/28/22458907/what-will-amazon-do-with-mgm","canonicalUrl":"https://www.theringer.com/2021/5/28/22458907/what-will-amazon-do-with-mgm","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06abe55972108e6d6fc76626904b6657","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBQEBAAAAAAAAAAAAAQIDEQQABQYSIRVB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQACAwAAAAAAAAAAAAAAAAABAgADEf/aAAwDAQACEQMRAD8Az2985l5xyDbM7L27GxmwpTHEiHsrEqWDOCKaqqq9B91RUYEqiT50adh26pIwVb/AL8GmmrtUI2CNJLrrT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"b2u1B8n0K","title":"ABR will host all 2022 exams remotely","shortId":"b2u1B8n0K","createdAt":"2021-05-28T19:17:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27037157,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:54:18.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132533&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132533","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7472a67d4275e3913d01f3be2bbbc0b0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAiEAACAgEEAQUAAAAAAAAAAAABAgMEEQAGEiEFEzFCUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAuHw/9oADAMBAAIRAxEAPwB7bW9HoWa9aayH8bXqLlXzJIx48mkZj3n2AUH5HTdff9SeCOZuKtIocqquQCRnAOO9R9OpWl8HM8teF39KM8mQE5z9/g0nLVrrK4WCIAEgAIOtFTUlcJ12n//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"AEdl4GIOE","title":"Getter unleashes first single from forthcoming ‘Some Creature’ EP, hear ‘BLOOD HARVEST’","shortId":"AEdl4GIOE","createdAt":"2021-05-28T19:14:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:09:54.000Z","url":"https://dancingastronaut.com/2021/05/getter-unleashes-first-single-from-forthcoming-some-creature-ep-hear-blood-harvest/","canonicalUrl":"https://dancingastronaut.com/2021/05/getter-unleashes-first-single-from-forthcoming-some-creature-ep-hear-blood-harvest/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e05ad221bafd20781ddbc16ffe041a26","ratio":1.4996336996337,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDABEhBAUGEzFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABIRH/2gAMAwEAAhEDEQA/AMMh4uUEgh11l6wVLAFh4ci2Pv7VJ9y4i08jR7NrAhYlR3jAvj1SlPCLcUP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"KTJd--cao","title":"Human brain: Facts, functions & anatomy","shortId":"KTJd--cao","createdAt":"2021-05-28T19:12:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27037152,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:57:43.000Z","url":"https://www.livescience.com/29365-human-brain.html","canonicalUrl":"https://www.livescience.com/29365-human-brain.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9026eac2d16323011fe796fa93b2dcbe","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQFEiFBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDU90N1RmJdivVbVZaqKOuSoJ9g/JQFvMRDyL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"d0Mz-wkGG","title":"Listener Mail. Plus, Gideon Lewis-Kraus on Covering UFOs.","shortId":"d0Mz-wkGG","createdAt":"2021-05-28T19:11:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:10:39.000Z","url":"https://www.theringer.com/2021/5/28/22458876/listener-mail-plus-gideon-lewis-kraus-on-covering-ufos","canonicalUrl":"https://www.theringer.com/2021/5/28/22458876/listener-mail-plus-gideon-lewis-kraus-on-covering-ufos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1957ec94ccefe79aa39ff7a34f335de8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxABAAEDBQEBAAAAAAAAAAAAAQIAAwQFERITISIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACESEi/9oADAMBAAIRAxEAPwCHKbhL0Lbs3BOu2BxeURTcf2s31nGx56xnSLfAlfuJGO2x9Ph5SlEOuztjsoKFr81GAT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yu7Kv_N8Y","title":"MRI, ultrasound help diagnose severe placental disorder","shortId":"yu7Kv_N8Y","createdAt":"2021-05-28T19:07:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27037147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:51:25.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132532&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132532","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3596e4ec2537a592777071fa6342a7e5","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAACAT/xAAkEAACAQMCBgMAAAAAAAAAAAACAwEABBEGIQUHEhQiUUFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHxEAAgAFBQAAAAAAAAAAAAAAAQIAAxESIRNRYZHw/9oADAMBAAIRAxEAPwChdw/hOpXCFxEOtndsyEl1QMjtjb37/PikzZOJtmhhCWTWJTn7ijJy+WDtZwbgFhzfHkjjMz5lSiputlE2AiEhtUGaMVJxz7qP/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"tzxeFWEF_","title":"Elizabeth Holmes’ lawyers want to know how often jurors blog","shortId":"tzxeFWEF_","createdAt":"2021-05-28T19:06:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037146,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:00:24.000Z","url":"https://www.theverge.com/2021/5/28/22458585/elizabeth-holmes-theranos-fraud-trial-jury-selection","canonicalUrl":"https://www.theverge.com/2021/5/28/22458585/elizabeth-holmes-theranos-fraud-trial-jury-selection","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/136db5a7c5bf20bdf963d858140f9ab9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAGERIhBRMUMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AMYtNhqTYd0z5CA65Fcj9vfkpUduQR6+jBzUc11MNtIR4rStQBk55pSjkA5Uv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vReaVJChf","title":"Social media companies, here are some free theme park ideas to comply with Florida’s deplatforming law","shortId":"vReaVJChf","createdAt":"2021-05-28T19:06:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037146,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:00:12.000Z","url":"https://www.theverge.com/2021/5/28/22458555/florida-deplatforming-law-twitter-facebook-snap-pinterest-tiktok-youtube-google","canonicalUrl":"https://www.theverge.com/2021/5/28/22458555/florida-deplatforming-law-twitter-facebook-snap-pinterest-tiktok-youtube-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f51b7d6277a782bdaf988ac0d89947d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAUREjEGEyFh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIABAMSESEx/9oADAMBAAIRAxEAPwC96jdvCp7V8hXyZFUuYiIYoAU0Eb6jAPHkZPOfVXbV/ccaQvsgbJBxt8pSkalgYAFB1Jd79jXnc+mf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xDCLq4qMT","title":"David Guetta, Akon come back together on vibrant new single ‘Shine Your Light’ with viral sensation Master KG","shortId":"xDCLq4qMT","createdAt":"2021-05-28T19:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037145,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:04:09.000Z","url":"https://dancingastronaut.com/2021/05/david-guetta-akon-come-back-together-on-vibrant-new-single-shine-your-light-with-viral-sensation-master-kg/","canonicalUrl":"https://dancingastronaut.com/2021/05/david-guetta-akon-come-back-together-on-vibrant-new-single-shine-your-light-with-viral-sensation-master-kg/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67534cd338631fe66265bb2433dd865a","ratio":1.17462803445576,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwj/xAAlEAACAQMDAgcAAAAAAAAAAAABAgMEBREABhIHsiExNTZRc3T/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwAWszwXPcNHanhpadKgRUjSxKGHMeT5JwCxxyPwTpRpukO056eKWo3k0U0iBnjVIgEYjJAyc+B0ObL94WX98PeNVFdfVKz7n7jqgyDUt2f/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QaF0ltHVZx","title":"Observing containers","shortId":"QaF0ltHVZx","createdAt":"2021-05-27T16:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":22,"score":27036102,"tagsStr":"devops,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/observing-containers-pillars-of-observability/","canonicalUrl":"https://increment.com/containers/observing-containers-pillars-of-observability/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"W7TUs9txW","title":"Four Tet drops sneaky remaster of 2006’s ‘Pockets’","shortId":"W7TUs9txW","createdAt":"2021-05-28T18:59:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037139,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:59:01.000Z","url":"https://dancingastronaut.com/2021/05/four-tet-drops-sneaky-remaster-of-2006s-pockets/","canonicalUrl":"https://dancingastronaut.com/2021/05/four-tet-drops-sneaky-remaster-of-2006s-pockets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2528bf2a99c1bf90e3b87393fc1b957e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFBhESEyExof/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACEiEx/9oADAMBAAIRAxEAPwDFWLspU2hx1mUfkgl5DerQBb2CFDJBPpOB0Igq4aYVHYuJOexx+fYQixUR7Cs5O5//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"vSmh6vA5o","title":"The Covid Lab Leak Theory Is a Tale of Weaponized Uncertainty","shortId":"vSmh6vA5o","createdAt":"2021-05-28T18:57:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27037137,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:53:00.000Z","url":"https://www.wired.com/story/covid-19-lab-leak-theory-weaponized-uncertainty/","canonicalUrl":"https://www.wired.com/story/covid-19-lab-leak-theory-weaponized-uncertainty/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad7b9a924c3caf31c568b6717788778b","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEEEiEiMaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzBjzvgZIyM0Tx1DsXsfFIiIP/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"znr-0oA0b","title":"Why on Earth did Amazon spend $8 billion on a zombie studio?","shortId":"znr-0oA0b","createdAt":"2021-05-28T18:56:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037136,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:54:02.000Z","url":"https://www.theverge.com/22458734/amazon-mgm-8-billion-prime-video-streaming","canonicalUrl":"https://www.theverge.com/22458734/amazon-mgm-8-billion-prime-video-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8def53c85e4c76be685d9687e66dce5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERQhIjFBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAMf/aAAwDAQACEQMRAD8AxbCpj7LER2U9jyZMhGhM5cBoizaBXtPjR99d1HXFpHHcSopbSsQPtKUYT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kqGoKsqSo","title":"5 charts that tell the story of how the coronavirus pandemic unfolded","shortId":"kqGoKsqSo","createdAt":"2021-05-28T18:41:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278934-5-charts-that-tell-the-story-of-how-the-coronavirus-pandemic-unfolded/","canonicalUrl":"https://www.newscientist.com/article/2278934-5-charts-that-tell-the-story-of-how-the-coronavirus-pandemic-unfolded/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa2506ef0b841c3f4d41a7888ef59549","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgICAgIDAAAAAAAAAAAAAgQBAwARIVEFEgYHQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEf/aAAwDAQACEQMRAD8A0H8qWZ8ujams1C6jAeltsEQmPPPpqOu41OTKX1P4MElxtli2waxgrIYMYKdczr831jGWLqF45UTYKb//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Sx1JnaZ9q","title":"2021 Season Reviews for European Soccer’s Big Five Leagues","shortId":"Sx1JnaZ9q","createdAt":"2021-05-28T18:30:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037110,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:13:16.000Z","url":"https://www.theringer.com/2021/5/28/22458694/2021-season-reviews-ligue-1-la-liga-serie-a","canonicalUrl":"https://www.theringer.com/2021/5/28/22458694/2021-season-reviews-ligue-1-la-liga-serie-a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f085f18560dcd180008960b3f227583a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADIQUHEkFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgMRBBIhMXGh/9oADAMBAAIRAxEAPwChj9Zmye4MuMu0JrTedKgixSjixxfvNPRCqKrN5MBRNAX9xjAma0CcNrYNHgSedoZDFpHIs92V/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"UYoO0_tHd","title":"Did covid-19 come from a lab or an animal? This is how we'll find out","shortId":"UYoO0_tHd","createdAt":"2021-05-28T18:00:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037080,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278955-did-covid-19-come-from-a-lab-or-an-animal-this-is-how-well-find-out/","canonicalUrl":"https://www.newscientist.com/article/2278955-did-covid-19-come-from-a-lab-or-an-animal-this-is-how-well-find-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d32353854ef1286bb2b05531abc4e527","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAwABBQAAAAAAAAAAAAABAgADBBEGEjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxEAAgAGAwEAAAAAAAAAAAAAAQMAAgQREiEFQcHR/9oADAMBAAIRAxEAPwCN1jHv1VZejM+m7VVRY150sFBPCgBST9Y+hJqnXpapCy09xUE8E+YiXVLUPVyD1ZkiWw3s9n0wK9K5qZc+Nrk+fI//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1HKiVOjjM","title":"How courts and investors are forcing big oil companies to clean up","shortId":"1HKiVOjjM","createdAt":"2021-05-28T18:00:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037080,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278985-how-courts-and-investors-are-forcing-big-oil-companies-to-clean-up/","canonicalUrl":"https://www.newscientist.com/article/2278985-how-courts-and-investors-are-forcing-big-oil-companies-to-clean-up/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2df7f692274600aa1c758be5f825b1d4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFERIVIQah/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAgP/2gAMAwEAAhEDEQA/AM5+UmtMVCuFgnEnYRw3VwwhAdGVXPFWIOhoioS51BK46sj0+bB/eQ3SlPTBGVb/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ipCOHVa1RV","title":"My Product Design Journey — Week 4","shortId":"ipCOHVa1RV","createdAt":"2021-05-28T13:01:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":13,"score":27037079,"tagsStr":"startup,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:11:57.000Z","url":"https://code.likeagirl.io/my-product-design-journey-week-4-c55c3144505","canonicalUrl":"https://code.likeagirl.io/my-product-design-journey-week-4-c55c3144505","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9f0972755b8389c36ef9ee261f63fb0","ratio":1.50127226463104,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIEEQADBhIFIRQiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhMf/aAAwDAQACEQMRAD8AlgGBukM2SnjHjF8dc2Su4sbXLqCokL6A0hIEJEySZMdVleYZjPl39uLQDuqYbIj7+e9KVNrZnJPmarMJwb//2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@chinwe_uz","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wkGuVSL8m","title":"Code Maze Weekly #78","shortId":"wkGuVSL8m","createdAt":"2021-05-28T11:23:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":39,"score":27037078,"tagsStr":"general-programming,security,webdev,html,angular,aspnet,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:20:50.000Z","url":"https://code-maze.com/code-maze-weekly-78/","canonicalUrl":"https://code-maze.com/code-maze-weekly-78/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2fd6e109f5e9ff4559114bf081edc07f","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":2,"description":null,"toc":null,"summary":null},{"id":"b_q8LYIzM","title":"5 Everyday Actions to Support LGBTQ Coworkers","shortId":"b_q8LYIzM","createdAt":"2021-05-28T13:46:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":3,"score":27037072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:33:56.000Z","url":"https://betterallies.medium.com/5-everyday-actions-to-support-lgbtq-coworkers-bcf7e09d66e9","canonicalUrl":"https://betterallies.medium.com/5-everyday-actions-to-support-lgbtq-coworkers-bcf7e09d66e9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d963d07c7f4df6f2709881cda766008","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAASESEFMQYiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAdEQABAwUBAAAAAAAAAAAAAAACABITAQMEBSEx/9oADAMBAAIRAxEAPwC/K/I2zTleyroyxsn2KliIpNwBqeCNB3z37HfOY5e8u1m7YnStBAssjOIkB1QE86j8HrGMLXnPaedOpc0YjaHi/9k=","siteTwitter":"@Medium","creatorTwitter":"@betterallies","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Rlls0Gbx-","title":"Useful VS Code Extensions For Web Developers","shortId":"Rlls0Gbx-","createdAt":"2021-05-27T13:58:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":4486,"score":27037062,"tagsStr":"general-programming,webdev,javascript,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-28T09:30:01.000Z","discussionScore":50,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36f31d5e72d0ef44ceb3c4a9835ef220","ratio":1.8140589569161,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQIEEQADBgUhYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8Aw/fcZ6+jrfQ1aZsdERgCFd1F1ZNV+5SgQeq1wIyD35AC61WhM218AxjE0mrTrP/Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"F_vd7mGqv","title":"Twitch warns streamers another wave of copyright strikes is coming","shortId":"F_vd7mGqv","createdAt":"2021-05-28T17:31:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037051,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:26:03.000Z","url":"https://www.theverge.com/2021/5/28/22458481/twitch-streamers-dmca-takedown-wave-warning-notice","canonicalUrl":"https://www.theverge.com/2021/5/28/22458481/twitch-streamers-dmca-takedown-wave-warning-notice","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee0d3b5fb7fe8000c23ffa202db61f4e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAwEBAQEAAAAAAAAAAAAAAQIDABEEEv/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECIRESQf/aAAwDAQACEQMRAD8AzPK8pz+H8yUY945YgjQzNeW6Y2cqfD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"va1cfHWib","title":"The best Memorial Day sales happening now","shortId":"va1cfHWib","createdAt":"2021-05-28T17:19:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037039,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:14:58.000Z","url":"https://www.theverge.com/good-deals/2021/5/28/22453053/best-memorial-day-sales-2021-tech-deals-tvs-headphones","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/28/22453053/best-memorial-day-sales-2021-tech-deals-tvs-headphones","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c44f2d760091f63ca95f3fee3617209","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQIGAgMAAAAAAAAAAAAAAQIDAAQFBhEhEjIUIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQEBAAMAAAAAAAAAAAAAAAECAAMRMf/aAAwDAQACEQMRAD8Av0a4KlX0Skm8qWZbfQXVqQyeXqrKU9sY0Acg5EYjckmTcVUJW2D5TukoIHc/NwhAYprsdT5YJRD0N//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"bKM-kdBFR","title":"Varian nets FDA breakthrough nod for radioablation unit","shortId":"bKM-kdBFR","createdAt":"2021-05-28T17:12:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27037032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:06:59.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=roc&pag=dis&ItemID=132530&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132530","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/febcc3dfd6fd2b0118678ab84a2a459e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFBv/EACMQAAIABQQCAwAAAAAAAAAAAAECAwQFESEABhMiEjEWcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EAB0RAAICAQUAAAAAAAAAAAAAAAECAAMRBCFRYXH/2gAMAwEAAhEDEQA/AEZ2gQolOabmZczcqjNCd4Mpy8bLa4JA95Btf1qN8Z2a/ZqPUgzZPRl/CcfWh2jEeYr265aOzRZYR3bic+SX7Zscaw4AsMaq3a1slioOed4aUhuvJ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"T6jOA4_dz","title":"Dark matter map reveals new filaments connecting galaxies","shortId":"T6jOA4_dz","createdAt":"2021-05-28T17:12:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27037032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:50:37.000Z","url":"https://www.livescience.com/map-local-universe-dark-matter.html","canonicalUrl":"https://www.livescience.com/map-local-universe-dark-matter.html","image":"https://cdn.mos.cms.futurecdn.net/cxBbDjv2C8XTDDBBtKfYGg-1200-80.gif","ratio":0.997782705099778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAgQI/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQIAAxESMTJBUpH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAzH/2gAMAwEAAhEDEQA/AM+Vqz8gG0HxkfBvWyViqsK5CLudcjNab2r8lhmicmLf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"sTtCtPRe-","title":"Simone Biles Made Gymnastics History. Now a Different Kind of History Is Repeating Itself.","shortId":"sTtCtPRe-","createdAt":"2021-05-28T17:03:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037023,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:02:32.000Z","url":"https://www.theringer.com/2021/5/28/22458616/simone-biles-yurchenko-double-pike-us-classic-scoring","canonicalUrl":"https://www.theringer.com/2021/5/28/22458616/simone-biles-yurchenko-double-pike-us-classic-scoring","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f44e1f22cd7c73a79b662427112079d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgECBgMAAAAAAAAAAAAAAQIDAAQFERMhMUEGImH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAAFBQEAAAAAAAAAAAAAAAABBBEhAgUSMXGx/9oADAMBAAIRAxEAPwCg87g1bO3heSRlnv1XJjmFzshwOhxt8rK8Rn0cQuokHqkrKN+gSKUodZFb8FvZZT4npz9H/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"5mE9xqs6Q","title":"Dabin and Nurko seamlessly cross melodic bass sides with Donovan Woods on ‘When This Is Over’","shortId":"5mE9xqs6Q","createdAt":"2021-05-28T16:54:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:53:51.000Z","url":"https://dancingastronaut.com/2021/05/dabin-and-nurko-seamlessly-cross-melodic-bass-sides-with-donovan-woods-on-when-this-is-over/","canonicalUrl":"https://dancingastronaut.com/2021/05/dabin-and-nurko-seamlessly-cross-melodic-bass-sides-with-donovan-woods-on-when-this-is-over/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a13de281fcf33e35d1b22c37baffd285","ratio":1.41176470588235,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESMSEiQv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDIRH/2gAMAwEAAhEDEQA/ALWQyKT53Tgt55OCXaMwCbAE/RPfQYbAHusSz0stxnMjNGi8JLmR19iPBYkUpRwzBL31H//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"W9AOD07dO","title":"Cybertruck patent applications show off UI, solar bed cover, ‘armor glass’","shortId":"W9AOD07dO","createdAt":"2021-05-28T16:51:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037011,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:49:02.000Z","url":"https://www.theverge.com/2021/5/28/22456878/tesla-cybertruck-patent-applications-ui-armor-glass-tonneau-cover","canonicalUrl":"https://www.theverge.com/2021/5/28/22456878/tesla-cybertruck-patent-applications-ui-armor-glass-tonneau-cover","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8f5b6723d0d3a8777b7a0dde6d7aaed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDBAAFBxESIWEIFDJx8f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBAMAAAAAAAAAAAAAAAACAAEDBBESIf/aAAwDAQACEQMRAD8AjGwwtFmutubZaiSUu5pX3UbXmD6UN+flb7nT/ZVuKWJukKJISI4248qUo4bEmrdSc9aITfAr/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HbRH6TPIj","title":"neo.mjs v2.2: Main thread MicroLoaders for your Apps","shortId":"HbRH6TPIj","createdAt":"2021-05-28T08:06:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":73,"score":27037001,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:06:39.000Z","url":"https://itnext.io/neo-mjs-v2-2-main-thread-microloaders-for-your-apps-a8722e32335e","canonicalUrl":"https://itnext.io/neo-mjs-v2-2-main-thread-microloaders-for-your-apps-a8722e32335e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56f2900f94c4af9707f458fcb45ce3a0","ratio":0.905660377358491,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQH/8QAGhABAAIDAQAAAAAAAAAAAAAAAQACITJBgv/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAFB/9oADAMBAAIRAxEAPwDF67c0k657GFLeYCxiR//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"rUZ1GtgEA","title":"Hannah Ritchie interview: The woman giving covid-19 data to the world","shortId":"rUZ1GtgEA","createdAt":"2021-05-28T16:40:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037000,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278673-hannah-ritchie-interview-the-woman-giving-covid-19-data-to-the-world/","canonicalUrl":"https://www.newscientist.com/article/2278673-hannah-ritchie-interview-the-woman-giving-covid-19-data-to-the-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5cbb7d3203f639e627234818109cd3b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAURE2EGEiEiQlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAMv/aAAwDAQACEQMRAD8AtOtM1BY2uJhhaRZLeCS+9dQAdxFUn9+hxrVC+dwMjs5btLHUrsnxxSlHOnKqRg3/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aMBqISnyx","title":"Under the sheets. Environments created with fabric.","shortId":"aMBqISnyx","createdAt":"2021-05-28T16:38:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/119554119/Under-the-sheets-Environments-created-with-fabric","canonicalUrl":"https://www.behance.net/gallery/119554119/Under-the-sheets-Environments-created-with-fabric","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8b8a4e675c3c8f2136b48677002b28c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUI/8QAIxAAAQIEBgMAAAAAAAAAAAAAAQIDAAQRIQUGBxIxURQiQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwBSzJrhlHBsOW9LTLk86AQ200im8/LngHuM9zOv2eXJl1bZwlpClkpR4YVtBNhUm9IKJlSiyipJ9e4kKJ3G55gP/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"s_dsL-Pm6","title":"The Backyardigans are going viral on TikTok and it’s about time","shortId":"s_dsL-Pm6","createdAt":"2021-05-28T16:13:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036973,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:09:34.000Z","url":"https://www.theverge.com/2021/5/28/22458399/the-backyardigans-viral-tiktok-castaways-music-youtube","canonicalUrl":"https://www.theverge.com/2021/5/28/22458399/the-backyardigans-viral-tiktok-castaways-music-youtube","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39e612c92f04fe7ee54926bf06cf7c5a","ratio":1.91150442477876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARQQYSITFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDEQUSIUHx/9oADAMBAAIRAxEAPwCZlpUqcV5aMTz3EWQs2to3cV8HXrkjn5mQm6gtrM4CxABiAAo0MYymwNyzTGQ3R75TyLWta3UV6V//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"TJPcu93c0","title":"Human life span may have an 'absolute limit' of 150 years","shortId":"TJPcu93c0","createdAt":"2021-05-28T16:01:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27036961,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:37:43.000Z","url":"https://www.livescience.com/human-life-span-limit-150-found.html","canonicalUrl":"https://www.livescience.com/human-life-span-limit-150-found.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2935892db0650e08e95215d5394a08b4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAgYCAwAAAAAAAAAAAAABAgQAAwUGEiERMRMiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxIR/9oADAMBAAIRAxEAPwCasd1UGlAmTXLSmO5KU5jyA5gj2I544x0dd77EQ7y5LYU7nqFvuUArUcUO1BI30B8EIQAIujKG85ROT//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"jn9paW-v-","title":"Vaccine Milestones in the US, Shots for India, and More News","shortId":"jn9paW-v-","createdAt":"2021-05-28T15:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036959,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:55:00.000Z","url":"https://www.wired.com/story/us-vaccine-milestone-india-shots-coronavirus-news/","canonicalUrl":"https://www.wired.com/story/us-vaccine-milestone-india-shots-coronavirus-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6229a6139e89bd6f44bfb8155f14d7ef","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDEQAEBRMhIkGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8Ax7GZ9wYnStk622g2yG3lthEghRMHtIJHnFS4ur2BFyAPBqTx8pSqBL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DF2z0Onjw","title":"Celebrating a Year of ‘Higher Learning’","shortId":"DF2z0Onjw","createdAt":"2021-05-28T15:36:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036936,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:32:01.000Z","url":"https://www.theringer.com/2021/5/28/22458500/celebrating-a-year-of-higher-learning","canonicalUrl":"https://www.theringer.com/2021/5/28/22458500/celebrating-a-year-of-higher-learning","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fccafb7316af173889db60b573fab17c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAURBBITIRUxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8Ay216Py9qmtU74gSSXVg4J2lASyqM4Xd12PQqGkggV2HGeiR9UpQ4VMrGVt1n/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"b_gcH4Rx-","title":"Sailfish X bringt 64-Bit auf das Sony Xperia 10 II","shortId":"b_gcH4Rx-","createdAt":"2021-05-28T04:37:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036277,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T04:23:11.000Z","url":"https://linuxnews.de/2021/05/sailfish-x-bringt-64-bit-auf-das-sony-xperia-10-ii/","canonicalUrl":"https://linuxnews.de/2021/05/sailfish-x-bringt-64-bit-auf-das-sony-xperia-10-ii/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"We19ZbdUB","title":"Serie A Season Review: Glory for Romelu Lukaku, Inter Milan","shortId":"We19ZbdUB","createdAt":"2021-05-28T15:29:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036929,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:22:54.000Z","url":"https://www.theringer.com/2021/5/28/22458382/serie-a-review-romelu-lukaku-inter-milan","canonicalUrl":"https://www.theringer.com/2021/5/28/22458382/serie-a-review-romelu-lukaku-inter-milan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4aa628fda3f5dd2a8beadb8d50d0e71a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgEDBQAAAAAAAAAAAAABAgMEAAURQQYSIUKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQACAQQDAAAAAAAAAAAAAAABAgADBBESFDGx/9oADAMBAAIRAxEAPwCm6u12/TleJJi1M98bQt5JA29vvIOUtLUrktKvIZti8asQFHIxjJ/dKvHpNgZIPsd10qso6n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"YEQN6q9VA","title":"Continuous Infrastructure Deployment with Terraform Cloud","shortId":"YEQN6q9VA","createdAt":"2021-05-28T06:16:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":75,"score":27036902,"tagsStr":"cloud,infrastructure,terraform","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T23:55:41.000Z","url":"https://itnext.io/continuous-infrastructure-deployment-with-terraform-cloud-2853cbbb920","canonicalUrl":"https://itnext.io/continuous-infrastructure-deployment-with-terraform-cloud-2853cbbb920","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e7cf8378982bcbc7f7874dae8e7eeb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAIGCP/EACEQAAIBBQABBQAAAAAAAAAAAAECAwAEBRESEyExQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIDESEiUfD/2gAMAwEAAhEDEQA/AM+4+1xeTw73FxDLatYqizSwnYkBJ9SPupmbjzSeEER9Hnr318boSR0DqjsquNMAdbH7SVTPKJGMxANLnfBF/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":27,"description":null,"toc":null,"summary":null},{"id":"kvspsiGo9","title":"NASA’s Mars helicopter had a midair brain fart","shortId":"kvspsiGo9","createdAt":"2021-05-28T14:45:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:39:36.000Z","url":"https://www.theverge.com/2021/5/28/22457316/nasa-ingenuity-mars-helicopter-navigation-glitch-sixth-flight","canonicalUrl":"https://www.theverge.com/2021/5/28/22457316/nasa-ingenuity-mars-helicopter-navigation-glitch-sixth-flight","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2df6931894fa00873fce758539eeb558","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAREAAgMiQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1KqrnJTY7JG4Z19iIH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"gkOByqsTE","title":"Johnson & Johnson one-shot coronavirus vaccine approved for use in UK","shortId":"gkOByqsTE","createdAt":"2021-05-28T14:39:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036879,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278965-johnson-johnson-one-shot-coronavirus-vaccine-approved-for-use-in-uk/","canonicalUrl":"https://www.newscientist.com/article/2278965-johnson-johnson-one-shot-coronavirus-vaccine-approved-for-use-in-uk/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbb08adb81a3607cf72564b4c9902195","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAAYDAQEAAAAAAAAAAAABAgADBBETIQUSQTEy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDMf/aAAwDAQACEQMRAD8As5OPpaHBKUMKdcTTETr2BNnUi2wbWufQTb4Ykmu4UEiZNnO4/TYU2fTtYQg6XTkpnQZ//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Jwl0aeyjv","title":"9 Sites That Will Pay You To Test Websites","shortId":"Jwl0aeyjv","createdAt":"2021-05-28T14:32:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27036872,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:32:04.000Z","url":"https://the-webdesigner.co/9-sites-that-pay-you-to-test-websites/","canonicalUrl":"https://the-webdesigner.co/9-sites-that-pay-you-to-test-websites/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uU65Sl1kH","title":"The places paving the way to 100 percent renewable energy","shortId":"uU65Sl1kH","createdAt":"2021-05-28T14:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036871,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:24:11.000Z","url":"https://www.theverge.com/2021/5/28/22457432/city-examples-renewable-energy-net-zero-climate-change-burlington","canonicalUrl":"https://www.theverge.com/2021/5/28/22457432/city-examples-renewable-energy-net-zero-climate-change-burlington","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f763f464fc936496f3175d0573f2a83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEAEjEGExQhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAAwT/2gAMAwEAAhEDEQA/AMS1GbZfjNRk+NIaZKTIZJClWaPN1Yrg5ed0NAXNkL7rg2cUa1Sa9/SMYyefT1kApzmJqlTf/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Z7lKg3iow","title":"How to Master Google's AI Phone Call Features","shortId":"Z7lKg3iow","createdAt":"2021-05-28T13:04:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036784,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:00:00.000Z","url":"https://www.wired.com/story/how-google-ai-phone-features-work/","canonicalUrl":"https://www.wired.com/story/how-google-ai-phone-features-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ae1bf0a2ed0f23abe510c7685a2995e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYhMWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADETGR/9oADAMBAAIRAxEAPwDPIedyYbB4xnxVleTPYQStJMDtiZnU/FHfnffqo+XPX9xI85uZ1MhLlVlYAb70NUpVa3bK7cGZQODwz//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"k17I11ots9","title":"The Friends Reunion Proves It’s Time to Move On","shortId":"k17I11ots9","createdAt":"2021-05-28T13:04:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:00:00.000Z","url":"https://www.wired.com/story/friends-the-reunion-just-stop/","canonicalUrl":"https://www.wired.com/story/friends-the-reunion-just-stop/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3639a4602469e65072f6de591f2ba74c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJRAAAQIEBAcAAAAAAAAAAAAAAwECAAQFEQYHIVESExQxQURy/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAD/9oADAMBAAIRAxEAPwDP6lUDNoOE3FRpjE1eV9+Jy8y6L3t42iInswcSpOzCdePQjvWFv8whAbkhlGY6uGMO/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"774n6eYWl","title":"Nomad’s Base Station Pro is back down to its lowest price this weekend","shortId":"774n6eYWl","createdAt":"2021-05-28T13:00:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036780,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:58:52.000Z","url":"https://www.theverge.com/good-deals/2021/5/28/22456723/nomad-base-station-pro-qi-charger-pad-playstation-gift-card-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/28/22456723/nomad-base-station-pro-qi-charger-pad-playstation-gift-card-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e66a8976779e84566cf8982dca27177","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDEQAEBRIhBjJR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRQf/aAAwDAQACEQMRAD8AwfNm1530Ou4zrFLBwSIO6rG1e44sLPd0evt5DbhKGNgHvGMGsYuFDci9ahScn//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"KUPbUjA5v","title":"The phone enthusiast’s buying guide","shortId":"KUPbUjA5v","createdAt":"2021-05-28T13:00:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036780,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:00:00.000Z","url":"https://www.theverge.com/22451975/phone-buying-guide-enthusiasts-nerds","canonicalUrl":"https://www.theverge.com/22451975/phone-buying-guide-enthusiasts-nerds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea256e2918ec3324c614cc7b0c7383ff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQFBhEUISJB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAEFAQAAAAAAAAAAAAAAAAIAAQMREkH/2gAMAwEAAhEDEQA/AIHTcXI1fj8aZZ1ilHImcP6YKoKop289ns/a0u5xWCnuZZZcLbPI7lmYnckk7knqlKKklPINfGScYDonrq//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ML8ryfNDC","title":"Microsoft warns of ‘sophisticated’ Russian email attack targeting government agencies","shortId":"ML8ryfNDC","createdAt":"2021-05-28T12:55:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036775,"tagsStr":"security,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:54:44.000Z","url":"https://www.theverge.com/2021/5/28/22458202/microsoft-nobelium-hack-usaid-email-phishing-hacking-target-solarwinds","canonicalUrl":"https://www.theverge.com/2021/5/28/22458202/microsoft-nobelium-hack-usaid-email-phishing-hacking-target-solarwinds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NMQ7cUoDB","title":"Image Resizer 2.0 - Resize your images in 3 easy steps for free","shortId":"NMQ7cUoDB","createdAt":"2021-05-28T12:55:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27036775,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:46:00.000Z","url":"https://promo.com/tools/image-resizer/","canonicalUrl":"https://promo.com/tools/image-resizer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38ce359f3347b49550c85ed4af9089d4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAACAgIABwAAAAAAAAAAAAABAgQRAAMFFCFBUXKR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAEEAwAAAAAAAAAAAAAAAAIAAQMFESEx/9oADAMBAAIRAxEAPwBHnctJGwaUpkKEDpf2+9ZCZxLWsveqx6AdgBa+fXGMZVcYlgi64pRfRi0ml//Z","siteTwitter":"@Promodotcom","creatorTwitter":"@Promodotcom","readTime":null,"description":null,"toc":null,"summary":null},{"id":"uXwyk5Duu","title":"New AirPods Pro could launch in 2022 with a focus on fitness tracking","shortId":"uXwyk5Duu","createdAt":"2021-05-28T12:29:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036749,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:22:23.000Z","url":"https://www.theverge.com/2021/5/28/22458155/new-airpods-pro-2022-fitness-release-dates-report-design-features","canonicalUrl":"https://www.theverge.com/2021/5/28/22458155/new-airpods-pro-2022-fitness-release-dates-report-design-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f996adb0300a7390db72bda6ad1c4dfa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBhESIRMikv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQAEEwIREjGR/9oADAMBAAIRAxEAPwCHwOFap2C5BcbtCckzI6y0wtt7xhHJskHXE70e+6zJNxkcR7J+RSlDHTbSuh85yJkPSv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1WnM45uV7","title":"These worker ants drag their queens to far-off bachelor pads to mate","shortId":"1WnM45uV7","createdAt":"2021-05-28T12:29:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27036749,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:05:42.000Z","url":"https://www.livescience.com/ants-carry-queen-to-foreign-nest.html","canonicalUrl":"https://www.livescience.com/ants-carry-queen-to-foreign-nest.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1057a812ae364c3c66ff927978710ca8","ratio":1.7773851590106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBiEyQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAMUH/2gAMAwEAAhEDEQA/ALeBG/XpVzXvusbzM1hiimSSMeCBiOtZqntVy7EwHe/bH7jGXhHW/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"2jM4rUsUu","title":"Aboriginal memory technique may work better than Sherlock's 'memory palace'","shortId":"2jM4rUsUu","createdAt":"2021-05-28T12:29:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27036749,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:03:57.000Z","url":"https://www.livescience.com/aboriginal-memory-technique.html","canonicalUrl":"https://www.livescience.com/aboriginal-memory-technique.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aaabff2b5e16ff1b82638435447ac8ea","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQQBBAMAAAAAAAAAAAAAAgABAwQRBRUhIkFR8P/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADERL/2gAMAwEAAhEDEQA/AJyzXdPmsQFO1mMI+4yZw4v4Zs/ZWZvdkOoXLwC3DCMvAt6ZEROlFZeiIsuJU4J//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"We_e4cm0S","title":"The Setting Suns, a Bucks-Nets Mega-Battle, and Winslet’s Great Career With Rob Mahoney, J. Kyle Mann, and Wesley Morris","shortId":"We_e4cm0S","createdAt":"2021-05-28T12:22:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036742,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:15:27.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/28/22458185/setting-suns-bucks-nets-mega-battle-kate-winslet-great-career","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/28/22458185/setting-suns-bucks-nets-mega-battle-kate-winslet-great-career","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b99bb62c7db6678e173d260903d6cae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQIDEQAEBRITFCFRIjEy/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAACITH/2gAMAwEAAhEDEQA/AMlwrC7BnBltvWrT26KWsyhBQVKSAoH3x1McnuprWiw2hraW6tMBObzExxP1SlF2jGh//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BnYcnGDa9","title":"Bucks Beat Down the Heat in Third Straight Win. Plus: Lakers and Nuggets Win Their Game 3s, and the Clippers Are Wretched.","shortId":"BnYcnGDa9","createdAt":"2021-05-28T12:15:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036735,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:10:38.000Z","url":"https://www.theringer.com/2021/5/28/22458180/bucks-beat-heat-plus-lakers-nuggets-win-their-game-3s-clippers-are-wretched","canonicalUrl":"https://www.theringer.com/2021/5/28/22458180/bucks-beat-heat-plus-lakers-nuggets-win-their-game-3s-clippers-are-wretched","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21b12c1cb24615624f864a79388dde43","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFESFBcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAhEhMkHw/9oADAMBAAIRAxEAPwDY5o2zF1f468lkNmIVSSJSAJB3e+b773R0P21HjbpY1WLJzrGAAoZFYgebJ6ftKVNliu0htbs//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ftIk6uR-Z","title":"How Humanity’s Obsession With Color Shaped Our Modern World","shortId":"ftIk6uR-Z","createdAt":"2021-05-28T12:06:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-506","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-506","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ba0986b299a6ac2e69e8961eca52925","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBhIhQQUTFIH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHREAAQMFAQAAAAAAAAAAAAAAAQMEQQACERIhUf/aAAwDAQACEQMRAD8A2+o/muvFxLe2qze5pV2B2RMbtpDAHLZxzyPyoE07MqqIb8RRAYSMQ5CjocnqlKQ2RTxfm0HsgGPDQlHrhPXRQjkHE1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":32,"description":null,"toc":null,"summary":null},{"id":"iPRIEsRDQ","title":"NASA’s MOXIE Experiment Is Making Oxygen on Mars","shortId":"iPRIEsRDQ","createdAt":"2021-05-28T12:05:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036725,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:00:00.000Z","url":"https://www.wired.com/story/nasas-moxie-experiment-is-making-oxygen-on-mars/","canonicalUrl":"https://www.wired.com/story/nasas-moxie-experiment-is-making-oxygen-on-mars/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dcb1d755b953388e0f20a4a0b142beba","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIDEQAEBTGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwDTN7trrb8PMOnE6PKkYa6ABthY9P3LUfTnEahgjMALNe4xiFV7rUgHN//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"7vsCB0IuX","title":"How Olivia Rodrigo Became a Canvas for Millennial Nostalgia","shortId":"7vsCB0IuX","createdAt":"2021-05-28T10:27:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036627,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T10:20:00.000Z","url":"https://www.theringer.com/music/2021/5/28/22457831/olivia-rodrigo-sour-review","canonicalUrl":"https://www.theringer.com/music/2021/5/28/22457831/olivia-rodrigo-sour-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ac989f9706dd51fb3b7f0637a713d1d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRMQUGIUFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgADEhMhQVGxwf/aAAwDAQACEQMRAD8AvydyLXuMcaQRExTW6q3nIDs4I3rAxj3WwWzjKgkLr5pSlikiMxUcensy7ka9td5//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"nSaXOr7to","title":"Malaa draws open the ‘Year Zero’ remix LP curtain with take on Tchami, Gunna’s ‘Praise’","shortId":"nSaXOr7to","createdAt":"2021-05-28T12:03:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036723,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:54:31.000Z","url":"https://dancingastronaut.com/2021/05/malaa-darkly-draws-open-the-year-zero-remix-lp-curtain-with-take-on-tchami-gunnas-praise/","canonicalUrl":"https://dancingastronaut.com/2021/05/malaa-darkly-draws-open-the-year-zero-remix-lp-curtain-with-take-on-tchami-gunnas-praise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ccbe22681a8bdaa88afc6254759a5f1d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFESEGBxJBYpH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhJB/9oADAMBAAIRAxEAPwDPvfVCIu+2xEKJMjRW2ywttLuyCCnR9QARnOxUHKOO4HdElE+SVkn7mlKuq2mF3nh//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"OF-GbIFEu","title":"This Vibrator Is Approachable and Adorable","shortId":"OF-GbIFEu","createdAt":"2021-05-28T11:07:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/review/dame-pom/","canonicalUrl":"https://www.wired.com/review/dame-pom/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/830a5356de9f51ae01238320b803c4ea","ratio":1.91121495327103,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQMCBAAFETFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A2na17j361lS/OotDwxyorEhYhwgwkT4PvRlDuMZKPr//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"nuZ6zVfMW","title":"The Space and Air Forces Launch an LGBTQ Task Force","shortId":"nuZ6zVfMW","createdAt":"2021-05-28T11:07:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/the-space-and-air-forces-launch-an-lgbtq-task-force/","canonicalUrl":"https://www.wired.com/story/the-space-and-air-forces-launch-an-lgbtq-task-force/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/266fee3ba2d817010ef61f67b81aaa1a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADERIEBSFxktH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACESL/2gAMAwEAAhEDEQA/AK3M2Xpy2pZYpqACqHbXyRnBkQ11EntZ7D5EQm6ETbmyE//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"VQhoq5UEj","title":"Hide Your Instagram Likes—and Be Free","shortId":"VQhoq5UEj","createdAt":"2021-05-28T11:07:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/hide-your-instagram-likes-and-be-free/","canonicalUrl":"https://www.wired.com/story/hide-your-instagram-likes-and-be-free/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d563be2a61192cdad319126316235723","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQUBAAMAAAAAAAAAAAAAAQACAwQFEhQxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECAzEyccH/2gAMAwEAAhEDEQA/ANk2M/ydfHtOtWY2VZHuNeOTmOYkAAvH3n2FYREpXZIq4w10/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"80SOJkiazL","title":"Deepfake Maps Could Really Mess With Your Sense of the World","shortId":"80SOJkiazL","createdAt":"2021-05-28T11:07:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/deepfake-maps-mess-sense-world","canonicalUrl":"https://www.wired.com/story/deepfake-maps-mess-sense-world","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/649b2ac8bbef8ede26f653635529d779","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQMCAAQRBhIFBxQhIjFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEf/aAAwDAQACEQMRAD8Ax+uNQv4G+ynaKXNj90yWEkCIx44GPvuoJ5kXs0wn0ShuiDgNn2/aUqyIlgUxde7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3zb61EACT","title":"The Psychology of Why Fan Art Is So Delightful","shortId":"3zb61EACT","createdAt":"2021-05-28T11:07:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/the-psychology-of-fan-art/","canonicalUrl":"https://www.wired.com/story/the-psychology-of-fan-art/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b11791cc2be04980422085d7ec178616","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAAhBhESE9H/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8A3F+r3zuhcPqIXVmtSivUDIkzlo7J6yixKSyRCYDZ14j5jGALLoDl/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"mM6-wiyIv","title":"Trae Young Brings the Noise","shortId":"mM6-wiyIv","createdAt":"2021-05-28T10:34:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036634,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T10:30:00.000Z","url":"https://www.theringer.com/2021/5/28/22457958/trae-young-atlanta-hawks-new-york-knicks","canonicalUrl":"https://www.theringer.com/2021/5/28/22457958/trae-young-atlanta-hawks-new-york-knicks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7beea6ad4cd9ee21ff3f2100b270ad08","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAxFBBBITITFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAMRIUHw/9oADAMBAAIRAxEAPwDY2sh5KWMh7iKBWQcBctg62BjUprm6j4X38iIMqGDtsodif//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"z2R4n5yke","title":"Big Builds in The MagPi 106 – PDF des Magazins ist kostenlos","shortId":"z2R4n5yke","createdAt":"2021-05-28T06:37:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036397,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T06:09:32.000Z","url":"https://www.bitblokes.de/big-builds-in-the-magpi-106-pdf-des-magazins-ist-kostenlos/","canonicalUrl":"https://www.bitblokes.de/big-builds-in-the-magpi-106-pdf-des-magazins-ist-kostenlos/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8jkAnxFSe","title":"How Will ‘Mare of Easttown’ End?","shortId":"8jkAnxFSe","createdAt":"2021-05-28T10:10:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036610,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T10:10:00.000Z","url":"https://www.theringer.com/tv/2021/5/28/22457343/mare-of-easttown-finale-predictions-theories-who-killed-erin","canonicalUrl":"https://www.theringer.com/tv/2021/5/28/22457343/mare-of-easttown-finale-predictions-theories-who-killed-erin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f01750088a253e34ea6259b001112cc6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAAFIQYREiJBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDP4dxNUq6je10EQtCRhWjYqq+rKfL43A44HbIqLr7apEiLV1JCgAF6SFj+n6cYwP/Z","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"LOGg7Yf3r","title":"Ligue 1 Season Review: Good Things Come in Lille Packages","shortId":"LOGg7Yf3r","createdAt":"2021-05-28T10:03:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036603,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T10:00:00.000Z","url":"https://www.theringer.com/2021/5/28/22457822/ligue-1-review-psg-lille","canonicalUrl":"https://www.theringer.com/2021/5/28/22457822/ligue-1-review-psg-lille","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/91609dcd1be49fa644c8d039affd1c2e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwQFBhExEmGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAdEQABAgcAAAAAAAAAAAAAAAABAAIEEyEzQXHR/9oADAMBAAIRAxEAPwDQ9x6llVvjlnRlrvQqAvHZ8e+fcpcdS1FbFiSVBPyIktiQJbHZqlBtjfF//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"ZVO8P77ur","title":"Bidding Farewell to Another K-pop Star Headed for the Military","shortId":"ZVO8P77ur","createdAt":"2021-05-28T10:03:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036603,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:50:00.000Z","url":"https://www.theringer.com/music/2021/5/28/22457272/lee-taemin-kpop-shinee-superm-enlisting-south-korea-military","canonicalUrl":"https://www.theringer.com/music/2021/5/28/22457272/lee-taemin-kpop-shinee-superm-enlisting-south-korea-military","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46b7abe24bbf79f043ad65aa9f3c91c6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDEQAEBhIFByETkf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREBAAIDAAAAAAAAAAAAAAAAAQARUXGx/9oADAMBAAIRAxEAPwDLdj5df4/enHbJKFscLyV4iyfeJLjLak7aCCBqJIEyY8nyomuy81+SIyfko1EStJP6R7SlKYkyq3vs/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"P41WxAVF0","title":"NGHTMRE goes head-to-head with Alexandar Smash, Ghostlo on ‘Speak Easy’","shortId":"P41WxAVF0","createdAt":"2021-05-28T09:53:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036593,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:52:43.000Z","url":"https://dancingastronaut.com/2021/05/nghtmre-goes-head-to-head-on-speak-easy-with-emerging-duo-alexander-smash/","canonicalUrl":"https://dancingastronaut.com/2021/05/nghtmre-goes-head-to-head-on-speak-easy-with-emerging-duo-alexander-smash/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e914c06f481352da3d3808c37959b8ec","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQIGAgMAAAAAAAAAAAAAAQIRAAMEBRIhBkETUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEESEx4f/aAAwDAQACEQMRAD8AzvMberiEigstbQ26rfMqmpBPkVmo9gEEZjfevTRCXYrHmrKbWSi+5aWUEfAW20IQ1lp0G13IcVmtrDMefZ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LhnuRUiHj","title":"Bibliotheksverbünde – Open Source oder proprietäre Cloud","shortId":"LhnuRUiHj","createdAt":"2021-05-28T09:48:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036588,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:39:15.000Z","url":"https://curius.de/2021/05/bibliotheksverbuende-open-source-oder-proprietaere-cloud/","canonicalUrl":"https://curius.de/2021/05/bibliotheksverbuende-open-source-oder-proprietaere-cloud/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab0ec34a4f123398b4db2fb34d8b52ac","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQFERITFkExcdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMREv/aAAwDAQACEQMRAD8AzlVU3W53c2mdWSl0Eh2WSAVbB8Y94iLwJeq5wOhsr9hCJl90+90dBJo//9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":7,"description":null,"toc":null,"summary":null},{"id":"z_Rp1Xp2B","title":"The Menopause Manifesto review: A guide to counteract medical misogyny","shortId":"z_Rp1Xp2B","createdAt":"2021-05-28T09:38:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036578,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-500-the-menopause-manifesto-review-a-guide-to-counteract-medical-misogyny/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-500-the-menopause-manifesto-review-a-guide-to-counteract-medical-misogyny/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a4d37c22916fd3c34eadc4e6dbbd42e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBRIGF2H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwARIf/aAAwDAQACEQMRAD8Ard805/FlPJJFHRiptbnMqlwqoAWHVd718zOHJ+vG5K2ZoLZlMrlivbROzvWMYbTDe6iNSi8A3//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0rEKFKTJR","title":"8 beautiful photographs of seeds and fruits","shortId":"0rEKFKTJR","createdAt":"2021-05-28T09:38:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036578,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-400-8-beautiful-photographs-of-seeds-and-fruits/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-400-8-beautiful-photographs-of-seeds-and-fruits/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df7620a88cb01cce7724de394db1a31e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHxAAAgEDBQEAAAAAAAAAAAAAAgMBAAQRBRMiMVEh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/ALdBhdLJh6iuNpZQBuEo4yzHXuPtZ9P1tgWFsOwycKGObcz1Hc+0pU4NZi4X/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"02ApbxlNj","title":"Lenovo’s new 13-inch Android tablet also works as a portable Switch display","shortId":"02ApbxlNj","createdAt":"2021-05-28T08:34:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036514,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:31:20.000Z","url":"https://www.theverge.com/2021/5/28/22458071/lenovo-yoga-pad-pro-android-tablet-external-monitor-hdmi","canonicalUrl":"https://www.theverge.com/2021/5/28/22458071/lenovo-yoga-pad-pro-android-tablet-external-monitor-hdmi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ff6eea7f34ed45db2e9d47e2c5df42d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACBAMFERIhMSIyQWHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMhEf/aAAwDAQACEQMRAD8A1TTNu92DJN0nMivYZJoUamkdJGWcdp8439q50OEHHAnAZ4Ex3xEQpvEOVcevD//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XbLOPohjA","title":"17 Inspiring Examples of Mobile Interaction Design","shortId":"XbLOPohjA","createdAt":"2021-05-28T08:05:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27036485,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T10:26:07.000Z","url":"https://design4users.com/mobile-interaction-design-examples/","canonicalUrl":"https://design4users.com/mobile-interaction-design-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c94eba9136a1d69a707efca2aa9179ba","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgEDBBEABiEFEv/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQACAwQREiFBYfD/2gAMAwEAAhEDEQA/ANIUfcGNl9qfFlOMQp6NzgCTIMRacaL5NtEIeNKNra1fKTI/oFvzs+S5B2MSiG6RMkswxsFVflapK5XKTGMqw07JmkHWJ490k82K/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YktZ1gTfu","title":"AI-based program helps follow up incidental lung nodules on CT","shortId":"YktZ1gTfu","createdAt":"2021-05-28T07:05:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27036425,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132525&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132525","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a8eb59f562c92724a6f3b080a667196b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAb/xAAjEAACAQMDBAMAAAAAAAAAAAABAgMABAYFERIhIzFRMlKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAeEQACAQMFAAAAAAAAAAAAAAABEQMAAmEEEiExwf/aAAwDAQACEQMRAD8Ak8UxzHJ9L0yO9dGubl3DE7DgAp+X74NSl7iSRXk8cc4KJIyqfYB6UW1dhBEQzb7e6I80vNu4/n7GqEQ7UX2PaPLqI5XabEjwjgYr/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"H6ryCoKsD","title":"Jonathan McDowell: Trying to understand Kubernetes networking","shortId":"H6ryCoKsD","createdAt":"2021-05-28T06:59:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27036419,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T06:43:06.000Z","url":"https://www.earth.li/~noodles/blog/2021/05/k8s-networking-wtf.html","canonicalUrl":"https://www.earth.li/~noodles/blog/2021/05/k8s-networking-wtf.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29277683ad073f7baf400d084f5f5ec6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EACMQAAIBBAIABwAAAAAAAAAAAAECAwAGESEEBQcIEhMiMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAAYDAAAAAAAAAAAAAAAAAAECAyFBBBES/9oADAMBAAIRAxEAPwA7sS0rb7Hwl7Lt+dCkvNhWcvL7oUxMq5UHJ1r0nX3n9OqGadrAjRvLddjMilhyZsEjY+ENBNFxyPtybCHlbSiKH//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"h0GC82-cQ","title":"Sony launches motion-sensing music effects controller on Indiegogo","shortId":"h0GC82-cQ","createdAt":"2021-05-28T06:21:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036381,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T06:14:48.000Z","url":"https://www.theverge.com/2021/5/28/22458023/sony-motion-sonic-launches-music-indiegogo-price-date","canonicalUrl":"https://www.theverge.com/2021/5/28/22458023/sony-motion-sonic-launches-music-indiegogo-price-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09a2f03c2717c1289bd24084c006d707","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQACBAMFBhEhEjFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANDXvFo14yK13KVJmNbAJqNj0q72MqP54l4B0QOnWvZ78VGiIP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DO0jVWwGZ","title":"The exabyte club: LinkedIn’s journey of scaling the Hadoop Distributed File System","shortId":"DO0jVWwGZ","createdAt":"2021-05-27T21:57:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"linkedin","views":1,"score":27036373,"tagsStr":"big-data","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://engineering.linkedin.com/blog/2021/the-exabyte-club--linkedin-s-journey-of-scaling-the-hadoop-distr","canonicalUrl":"https://engineering.linkedin.com/blog/2021/the-exabyte-club--linkedin-s-journey-of-scaling-the-hadoop-distr","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a97565fae65df17e43cac71edaf121ac","ratio":1.72413793103448,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAwQFIRFCgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEQP/2gAMAwEAAhEDEQA/ANL7m2kWLx6Z1sPva7dfAJWDLfThzV32K9qVqrsCe2AHkxEaxlDJNRXo7P/Z","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"vchuMlP94V","title":"Containers at scale","shortId":"vchuMlP94V","createdAt":"2021-05-27T16:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":102,"score":27036220,"tagsStr":"kubernetes,devops,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containerization-at-scale/","canonicalUrl":"https://increment.com/containers/containerization-at-scale/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"aof7FFNcV","title":"Chrome is up to 23% faster in M91 and saves over 17 years of CPU time daily","shortId":"aof7FFNcV","createdAt":"2021-05-27T18:04:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"chromium","views":198,"score":27036365,"tagsStr":"general-programming,javascript,nodejs,google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://blog.chromium.org/2021/05/chrome-is-faster-in-m91.html","canonicalUrl":"https://blog.chromium.org/2021/05/chrome-is-faster-in-m91.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"","creatorTwitter":"@ChromiumDev","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Yfm68qdLU","title":"To $ or Not to $: Displaying Terminal Code Snippets","shortId":"Yfm68qdLU","createdAt":"2021-05-27T19:07:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":97,"score":27036358,"tagsStr":"general-programming,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:22:11.000Z","url":"https://css-tricks.com/to-or-not-to-displaying-terminal-code-snippets/","canonicalUrl":"https://css-tricks.com/to-or-not-to-displaying-terminal-code-snippets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37da673ac7ab99b787fd1b2ed8b2236f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQFBxETIjE0YeL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEDBAMAAAAAAAAAAAAAAAMBAgQABREhE0Hw/9oADAMBAAIRAxEAPwDPk4FuNvGct5G/Y9QXGd4nkK/Y6u9Qlp9KUjI5Qbk7+N90pUy6ySR1bxrjPu6fCAMhCMcmkXVf/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oYAVS7vyU","title":"How To Build And Launch Responsive Websites Faster With Editor X","shortId":"oYAVS7vyU","createdAt":"2021-05-27T09:58:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":912,"score":27036274,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-27T17:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/build-launch-responsive-websites-editorx/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/build-launch-responsive-websites-editorx/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2b2f99ce36bc107502a456cfcefa1fa","ratio":1.96761133603239,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhABAAAFAgcAAAAAAAAAAAAAAQACAwQRBSEIEhMiMVGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AKPCzYV7XWtepz3UtTmtpEn6fcZqeMq7bfY0sAAJl9whDbRD/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@miro_bekyarov","readTime":13,"description":null,"toc":null,"summary":null},{"id":"gwf7fXTsv","title":"Haute Couture","shortId":"gwf7fXTsv","createdAt":"2021-05-28T04:34:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036274,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/120290755/Haute-Couture","canonicalUrl":"https://www.behance.net/gallery/120290755/Haute-Couture","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21109a969f286d3ab8109be32a08f726","ratio":1.53005464480874,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECAwQRBRIhMSNxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAASECEf/aAAwDAQACEQMRAD8AyxzKtrgRTiRFpfVHU4Xkuj5I+66Oj+iCMy9ondpO9c+wAGbj4KYqp//Z","siteTwitter":"@behance","creatorTwitter":"@labica","readTime":null,"description":null,"toc":null,"summary":null},{"id":"48an8iKoR","title":"How to Show Images on Click","shortId":"48an8iKoR","createdAt":"2021-05-27T14:55:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":256,"score":27036263,"tagsStr":"webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:25:29.000Z","url":"https://css-tricks.com/how-to-show-images-on-click/","canonicalUrl":"https://css-tricks.com/how-to-show-images-on-click/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d37c92fc8892dcdc054722b89511330","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBSEHFSIxov/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAwIABBEFEiEx8P/aAAwDAQACEQMRAD8Aw241maduHSJGWLme9oFZ4xeBzdjyCnnp65xJ7oBfNCN6+0RF6ncMttgUcZHu6RtUwY5sZjIB4r//2Q==","siteTwitter":"@CSS","creatorTwitter":"@robinrendle","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RTSYL1iBg","title":"The Knicks Shouldn’t Be Afraid to Go to Atlanta","shortId":"RTSYL1iBg","createdAt":"2021-05-28T04:17:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036257,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T04:04:15.000Z","url":"https://www.theringer.com/2021/5/28/22457921/the-knicks-shouldnt-be-afraid-to-go-to-atlanta","canonicalUrl":"https://www.theringer.com/2021/5/28/22457921/the-knicks-shouldnt-be-afraid-to-go-to-atlanta","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/685007813ba1c6a5f602e78cb8f136ba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQMAAgQRIQUGMZEHElH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMREkGx/9oADAMBAAIRAxEAPwCjSOaPIe4Vrm9VqqEyWF8gqtzfnB7HyNOzamlzMmJTckkknJ7MIRMTuLao6HAmqGIX/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Swc9MIcav","title":"HBO’s The Last of Us is the rare show letting a video game actor reprise her role","shortId":"Swc9MIcav","createdAt":"2021-05-28T03:59:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036239,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T03:51:08.000Z","url":"https://www.theverge.com/2021/5/27/22457686/merle-dandridge-hbo-the-last-of-us-adapatation-live-action","canonicalUrl":"https://www.theverge.com/2021/5/27/22457686/merle-dandridge-hbo-the-last-of-us-adapatation-live-action","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2b4caf64377b97e17e5a39b4e998116","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGcSMyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAEDAhEhYXH/2gAMAwEAAhEDEQA/AM6u01y58ahT5GnWZLaWkpJCQfRSj9JAT1iqUc9kxQI6oLDpa8ZcUdqxrJ7pSqRVPL2KVJW4f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CvBbqX5Rk","title":"Toward sustainable software engineering","shortId":"CvBbqX5Rk","createdAt":"2021-05-27T16:46:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":82,"score":27036195,"tagsStr":"cloud,aws,infrastructure,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containers-for-sustainable-software-engineering/","canonicalUrl":"https://increment.com/containers/containers-for-sustainable-software-engineering/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88a4605294403fe8add1661187f25880","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAgMBAAQFBiExERITQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8AzLH6iwacfbJudL2jzWHa13kKCYUcTtx19/al7lwOuGsBC1iZyUAMbDEzxH5FKUiockqBrP/Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"vrzw28Ti4","title":"Open-source excursions: Digging into Docker","shortId":"vrzw28Ti4","createdAt":"2021-05-27T16:46:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":59,"score":27036163,"tagsStr":"general-programming,open-source,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/exploring-open-source-codebase-docker-cli/","canonicalUrl":"https://increment.com/containers/exploring-open-source-codebase-docker-cli/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2078e2134b049ce246d491f6ee6f8c74","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQMCAAQFESEUof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAgEQABAgUFAAAAAAAAAAAAAAABAgMABAURIRJBUXGB/9oADAMBAAIRAxEAPwC7MSyOPzKFM8y7eDQFLt5SAO+RkdgkHR6BytslF9FUAXL2IgHpP00pRVROmTYVbJGSQDsOe4Wlmkh5dsemP//Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"su-7hbu7t","title":"Tip: Use JavaScript for loops if you need to break out early","shortId":"su-7hbu7t","createdAt":"2021-05-27T19:43:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":38,"score":27036141,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-for-loop-early-break","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-for-loop-early-break","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4fe44870828276a5dd67fb14e754896","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIDBRIABAcRITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AIr/AJj3VnU20sMEULWMkfhU4xqFK45A9sfnuIH3vWj0XLFXBSV8Ulusbpt41ZBsGOJCgEd9+6aaVQtBVcP/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ABpFn7PRk","title":"Fedora: Die Zeit von Truecrypt ist abgelaufen","shortId":"ABpFn7PRk","createdAt":"2021-05-28T02:07:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036127,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T01:59:23.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/28/fedora-die-zeit-von-truecrypt-ist-abgelaufen/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/28/fedora-die-zeit-von-truecrypt-ist-abgelaufen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Ba0axRcWF","title":"Build a chat app using gRPC and React","shortId":"Ba0axRcWF","createdAt":"2021-05-27T12:05:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","tweeted":true,"views":328,"score":27036101,"tagsStr":"react,grpc","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-27T16:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://daily.dev/blog/build-a-chat-app-using-grpc-and-reactjs","canonicalUrl":"https://daily.dev/blog/build-a-chat-app-using-grpc-and-reactjs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/245b003df477464adfba47b936df1918","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRABAAIBAwQDAAAAAAAAAAAAAQIDAAQGEQUSISIxQmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB4RAAIBAwUAAAAAAAAAAAAAAAIDAQAEwQURIUHh/9oADAMBAAIRAxEAPwC/cvSbr92wia6cTWWCParV4+rz+ZpVdjGEYvsgHL8uMZHNTcbU24nPEDnbEUgs0gDWyMd+5r//2Q==","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":19,"description":null,"toc":null,"summary":null},{"id":"0iykDVsDx","title":"Containers in the keep","shortId":"0iykDVsDx","createdAt":"2021-05-27T16:45:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":17,"score":27036093,"tagsStr":"security,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/defense-in-depth-container-security/","canonicalUrl":"https://increment.com/containers/defense-in-depth-container-security/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0f8389a74e53e704bcf84946364e1a0","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIEEQADBSEGEiIx4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAzFB/9oADAMBAAIRAxEAPwDbHKun2KXkWqkN7ACTcPWboAPklKp3M+9RupiucAqPVkqJ1Nz5SlNTErhMvNb2z//Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"53tyi2cLE","title":"Leadership as migration strategy","shortId":"53tyi2cLE","createdAt":"2021-05-27T16:45:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":15,"score":27036093,"tagsStr":"business,containers,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/container-migrations-and-leadership/","canonicalUrl":"https://increment.com/containers/container-migrations-and-leadership/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9f476271cdc7a68e1202bf38011756e","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRABAAIBBAEFAAAAAAAAAAAAAQIDEQAEBRIhBkFRYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMREiL/2gAMAwEAAhEDEQA/ANU9TbvczdhuOTe8LokIV0zYxXs4UTB5PKZ+tTN9HAl1hKPIL2crGp9/lMv7pppy+Q5kRstnc//Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6s4w65RqQ","title":"From buzzing bees to Kubernetes","shortId":"6s4w65RqQ","createdAt":"2021-05-27T16:46:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":14,"score":27036088,"tagsStr":"general-programming,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/crossword/","canonicalUrl":"https://increment.com/containers/crossword/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"sE_MR1Sue","title":"How to cloud native","shortId":"sE_MR1Sue","createdAt":"2021-05-27T16:45:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":12,"score":27036084,"tagsStr":"general-programming,cloud,open-source,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/cloud-migration-and-containers/","canonicalUrl":"https://increment.com/containers/cloud-migration-and-containers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qF3n5HXUe","title":"Case study: Launching an open government platform in Taiwan","shortId":"qF3n5HXUe","createdAt":"2021-05-27T16:46:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":12,"score":27036084,"tagsStr":"security,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containerization-case-study/","canonicalUrl":"https://increment.com/containers/containerization-case-study/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"7ur447hTz","title":"MUST DIE! shocks the bass scene with first LP in nearly six years, ‘CRISIS VISION’ [Interview]","shortId":"7ur447hTz","createdAt":"2021-05-28T01:11:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T01:08:39.000Z","url":"https://dancingastronaut.com/2021/05/must-die-returns-to-save-the-bass-music-scene-with-impeccable-eclectic-crisis-vision-lp-interview/","canonicalUrl":"https://dancingastronaut.com/2021/05/must-die-returns-to-save-the-bass-music-scene-with-impeccable-eclectic-crisis-vision-lp-interview/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9e5592dcd0af7f1852f94afee4ee796","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAgEBBwUAAAAAAAAAAAAAAQIDBAAFBgcREiETFDFRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhEBAAAFBQAAAAAAAAAAAAAAAQACAwQFISIxQWH/2gAMAwEAAhEDEQA/AJLhzUq8UZlXJ2kFPAlTClHOkhkPB3OzLodoIKjTj760mrxxhyCqmilBaSNyrN0TyQdCfFllp1lsTbz3ZT1AlO/XmHpAbiP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GwUimCTsg","title":"Best practices for container compliance","shortId":"GwUimCTsg","createdAt":"2021-05-27T16:45:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":5,"score":27036070,"tagsStr":"infrastructure,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/container-compliance/","canonicalUrl":"https://increment.com/containers/container-compliance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"eA3HdBljto","title":"The container incubator","shortId":"eA3HdBljto","createdAt":"2021-05-27T16:45:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":5,"score":27036070,"tagsStr":"google,cloud,infrastructure,kubernetes,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/cncf-container-incubator/","canonicalUrl":"https://increment.com/containers/cncf-container-incubator/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/25270894a98a66eea526e690bbaad4c5","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBTEGEiH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAQEBAQEAAAAAAAAAAAAAAAIBAAQR/9oADAMBAAIRAxEAPwDZdRm5N4pHndN2VggZECrXqTRo/euxRyaTyLfSRlWRaUkC0BxjB65zktqKeyb/2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"mKTF_vwOA","title":"Premiere: the mashup lives on White Panda’s ‘Nightclub’ LP, snapping producer’s six-year hiatus","shortId":"mKTF_vwOA","createdAt":"2021-05-28T01:08:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036068,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T01:05:50.000Z","url":"https://dancingastronaut.com/2021/05/premiere-the-mashup-lives-on-white-pandas-nightclub-lp-snapping-producers-six-year-hiatus/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-the-mashup-lives-on-white-pandas-nightclub-lp-snapping-producers-six-year-hiatus/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a6f90e57c6a8d519be8987e697c7b52a","ratio":1.77725118483412,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAAYABwAAAAAAAAAAAAAAAAECAwQREhMhMkFCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAYEQEBAAMAAAAAAAAAAAAAAAACAAEDUf/aAAwDAQACEQMRAD8AwLMN04jhJycHa06+UfAhOCq9yQALs6zyBlq//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hO4Qv_bpX","title":"The process: Building on-demand staging environments at Paystack","shortId":"hO4Qv_bpX","createdAt":"2021-05-27T16:45:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":2,"score":27036064,"tagsStr":"general-programming,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/on-demand-staging-environments-kubernetes/","canonicalUrl":"https://increment.com/containers/on-demand-staging-environments-kubernetes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"nEIMc7MRA","title":"Interview: Joe Beda","shortId":"nEIMc7MRA","createdAt":"2021-05-27T16:45:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":1,"score":27036061,"tagsStr":"google,cloud,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/joe-beda-interview/","canonicalUrl":"https://increment.com/containers/joe-beda-interview/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"PxPeGhD3Q","title":"SOLA STRAND HOTEL","shortId":"PxPeGhD3Q","createdAt":"2021-05-28T00:35:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036035,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/120215523/SOLA-STRAND-HOTEL","canonicalUrl":"https://www.behance.net/gallery/120215523/SOLA-STRAND-HOTEL","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d92a00b93b600119efec4dc06a9f1247","ratio":0.701402805611222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgUGB//EACUQAAIBAgYBBQEAAAAAAAAAAAECEQMFAAQGEhMhFDEzUZHR0v/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDEiFB/9oADAMBAAIRAxEAPwDUrRqs1dRJamaoKbW7mpDhAUVFc7zyT31Agj1xSp5LKG8euZEzI/cIrTUGW0xlLitGi1Vd+XkoNwXex6aJ+PrAJecyyKebM9ifdH84P2DjGzC2Vqez/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JMw5Z26Yq","title":"Sam Blacky, Madeline Austin take listeners to ‘Paradise’","shortId":"JMw5Z26Yq","createdAt":"2021-05-28T00:28:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036028,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:26:48.000Z","url":"https://dancingastronaut.com/2021/05/sam-blacky-madeline-austin-take-listeners-to-paradise/","canonicalUrl":"https://dancingastronaut.com/2021/05/sam-blacky-madeline-austin-take-listeners-to-paradise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2abfab52577fbc43d912aaded0532c3","ratio":1.27152317880795,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDEQAEBQYSEyGBgv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCPRtvyuIxbY7Gn7G1SUNoDiEKdKo4gyDIBkz8rRmdvuHGkL7m08khUeeT+aUoL/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"XUFyeaetr","title":"How do you build the I/O photo booth?","shortId":"XUFyeaetr","createdAt":"2021-05-27T17:07:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"firebase","views":36,"score":27036017,"tagsStr":"webdev,flutter,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/05/how-do-you-build-io-photo-booth.html","canonicalUrl":"http://firebase.googleblog.com/2021/05/how-do-you-build-io-photo-booth.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a73fe2a11f38addc110849e24e56c519","ratio":1.07118055555556,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJBAAAgEEAQIHAAAAAAAAAAAAAQIDAAQFBiERcxIxNDVBsbL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAQABBAMAAAAAAAAAAAAAAAECAAMEERMxof/aAAwDAQACEQMRAD8AeYe5yeVu8yp2qJ1YOQrwsiW48QVeg+SOKttdM2qO2hRcziJVVAokJk6sAPPjjmjOje77L3T+q2iy9HB21+qlmU8soIOg9pdy3qJKLruv/9k=","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nn2-T_zEH","title":"Spyra has a new digital water blaster that looks like it’ll blow the original away","shortId":"nn2-T_zEH","createdAt":"2021-05-28T00:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036004,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T23:58:39.000Z","url":"https://www.theverge.com/2021/5/27/22457616/spyra-two-water-gun-toy-pool-not-crowdfunded","canonicalUrl":"https://www.theverge.com/2021/5/27/22457616/spyra-two-water-gun-toy-pool-not-crowdfunded","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c4cb424b54fa9274fa4d051a112e52c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAwQREhMh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAgEQABAwIHAAAAAAAAAAAAAAABAAIDESEEBRIxUXGR/9oADAMBAAIRAxEAPwCbVr01U2erRbWgdQyKeBgR3hmpYgSx1+nxJHYiNsK2kr7n0qYZg/XDHUC3AA36C//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cL71HlEdv","title":"How to Improve Machine Learning Model Performance by Combining Categorical Features","shortId":"cL71HlEdv","createdAt":"2021-05-27T18:03:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":10,"score":27035991,"tagsStr":"data-science,machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:55:23.000Z","url":"https://www.freecodecamp.org/news/improve-machine-learning-model-performance-by-combining-categorical-features/","canonicalUrl":"https://www.freecodecamp.org/news/improve-machine-learning-model-performance-by-combining-categorical-features/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78b8075ff57de89b6c16b7429e38baa8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFEQYhMSQzUWGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMEEf/aAAwDAQACEQMRAD8Azoayvtunlhdcz0swieWUse5wfo559KhbrSmc0F1LUOcRkuM8oyfPcREPspRiCREsztwz/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@Davis_McDavid","readTime":8,"description":null,"toc":null,"summary":null},{"id":"TdB2LF8gR","title":"WhatsApp's Fight With India Could Have Global Repercussions","shortId":"TdB2LF8gR","createdAt":"2021-05-27T23:21:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035961,"tagsStr":"security,data-privacy,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:17:00.000Z","url":"https://www.wired.com/story/whatsapp-india-traceability-encryption/","canonicalUrl":"https://www.wired.com/story/whatsapp-india-traceability-encryption/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/422ae028e93af165a71131962a0d7560","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAgAEBQUAAAAAAAAAAAAAAQIAAxESBAUGEyEiMUFR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQSQf/aAAwDAQACEQMRAD8Aiye5dMSsVMdmZdx+k2klSe58gjginqMgm57i916CUBU8Wn7CECBIGLSjqNhwT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6uuWAV8ia","title":"Tesla starts using in-car camera for Autopilot driver monitoring","shortId":"6uuWAV8ia","createdAt":"2021-05-27T23:11:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035951,"tagsStr":"infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T23:09:37.000Z","url":"https://www.theverge.com/2021/5/27/22457430/tesla-in-car-camera-driver-monitoring-system","canonicalUrl":"https://www.theverge.com/2021/5/27/22457430/tesla-in-car-camera-driver-monitoring-system","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57da3fa24cd0e3579aff3707e2cfb2dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFBhESITEiYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDCrG67F2O/NqFWK3OAgSWWWXvGAxHx6sB5HvkH8y5V3vq61oVSxIiBAAqueFHHofWMZcof/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KzQag4LiG","title":"Oscar Isaac will star in Disney Plus’ Moon Knight series","shortId":"KzQag4LiG","createdAt":"2021-05-27T23:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T23:01:07.000Z","url":"https://www.theverge.com/2021/5/27/22457292/oscar-isaac-moon-knight-disney-plus-casting-marvel","canonicalUrl":"https://www.theverge.com/2021/5/27/22457292/oscar-isaac-moon-knight-disney-plus-casting-marvel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3e90107bb5f9ce5facfd6f70fcf24fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQIEEQADBTEVIf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAA8EEERJBcf/aAAwDAQACEQMRAD8ArtqX6sHpMqtN6EhJLbSP1HVjVH2hXljNAg96ZohR9TldjJrVS7esQKs4xlnT1IbLNx3gQt7txTzJn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ajo6fX59F","title":"Physician compensation remains steady during COVID-19 pandemic","shortId":"ajo6fX59F","createdAt":"2021-05-27T22:54:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035934,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:47:01.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132527&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132527","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5615116dc5766bb3fef1d946849f7791","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhABAAEDAwQDAAAAAAAAAAAAAQIDBAUABhESISIxMlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAcEQACAgIDAAAAAAAAAAAAAAABAgMRABITgcH/2gAMAwEAAhEDEQA/AKTGXdg7dxFxKZcNe4aU48vWgvly8nYPo0rVntmnVnBpvip8XWZYGcpYq+jKSxjbzlEX09Ps/dLY8J2FtKYSk0oqvdXg1HOkjqONq6v0Y8bIpO4vP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"diss9p_Hz","title":"Study: 8M lives lost to smoking globally","shortId":"diss9p_Hz","createdAt":"2021-05-27T22:45:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035925,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:30:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132524&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132524","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54048d12fcee7f5e389b7eeb76c05154","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDBBEhABIFBgcTQVFhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADBEH/2gAMAwEAAhEDEQA/AKPMFW0dLyxNTUktRP22kDdy22FsEhF9FhjOP2wGjKfj6CaQLOhG42Nr+fett1AkeLp3wtonZGamhjYqbEqSxKn5gY0XU7sKeIBmttHn5oy5xezE8jW0NRWgXon/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"rYbGAtwdn","title":"Ditching the disks for image sharing can yield huge savings","shortId":"rYbGAtwdn","createdAt":"2021-05-27T22:45:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035925,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:32:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132526&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132526","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61831471ee99aa89021a353e123297c0","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAwIABBIhBRMiMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwC04+0mm05ALbDGE445L2Mpb2CKoytySVwasRh4gdZ9D7SlUof/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZyvDbVB7a","title":"Google is now embroiled in a full class-action lawsuit over whether it underpaid women","shortId":"ZyvDbVB7a","createdAt":"2021-05-27T22:42:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035922,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:36:07.000Z","url":"https://www.theverge.com/2021/5/27/22457421/lawsuit-former-google-women-class-action-gender-bias-pay-disparity","canonicalUrl":"https://www.theverge.com/2021/5/27/22457421/lawsuit-former-google-women-class-action-gender-bias-pay-disparity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0018be4be51355ecd82521bef413222","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhYZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABEQL/2gAMAwEAAhEDEQA/AMzPYqCxDTWzaQHO6PeHJIM+csf6iIUV2o4f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fREzd6CDK","title":"Check if your Verizon or AT&T phone will keep working after the networks’ 3G shutdowns","shortId":"fREzd6CDK","createdAt":"2021-05-27T22:00:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035880,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:53:43.000Z","url":"https://www.theverge.com/2021/5/27/22457255/verizon-att-3g-shutdown-date","canonicalUrl":"https://www.theverge.com/2021/5/27/22457255/verizon-att-3g-shutdown-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ed36c3b1bb92c0e32886d91967ad98f","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAJRAAAQMCAwkAAAAAAAAAAAAAAQIDBAAFBgcREhMWISIxQVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAcEQACAgIDAAAAAAAAAAAAAAABAwACEUEEErH/2gAMAwEAAhEDEQA/AM3EeZs2zWK0OwoEYOznXEErJUEJQoAgD2Qe/iocfXJXVu2Rrz02R8pSre5nYHOh5HjJoanI3P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9S4tx2HFO","title":"Today I learned the PS5’s controller can buzz along to your music on Spotify","shortId":"9S4tx2HFO","createdAt":"2021-05-27T21:45:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035865,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:39:30.000Z","url":"https://www.theverge.com/2021/5/27/22457331/ps5-dualsense-spotify-haptic-feedback-controller-vibrate-pc-windows-10","canonicalUrl":"https://www.theverge.com/2021/5/27/22457331/ps5-dualsense-spotify-haptic-feedback-controller-vibrate-pc-windows-10","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a22238a8799b64289eb285682ba02d17","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBABAAEDBAMBAAAAAAAAAAAAAQIAAxEEBQYhBxIxFP/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAQUAAAAAAAAAAAAAAAAAAwECBBQxUf/aAAwDAQACEQMRAD8An8J3b9ems6TX2pX7KykhKMXDDCD65j18RPvea1Z4p4bIGOz24j2HsuKUohly2nUi+Ovh/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6U_j87JUY","title":"Watch 14 minutes of stunning Horizon Forbidden West gameplay","shortId":"6U_j87JUY","createdAt":"2021-05-27T21:41:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035861,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:33:04.000Z","url":"https://www.theverge.com/2021/5/27/22455008/horizon-forbidden-west-gameplay-ps5-sony-state-of-play","canonicalUrl":"https://www.theverge.com/2021/5/27/22455008/horizon-forbidden-west-gameplay-ps5-sony-state-of-play","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49e2626a957fa36ef8676aa34d257d93","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAREiEGBQciMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AJ0HlWDQSOns5w46Xg5lYrcCjs2Hq2rCsRK7j8gXJdUZWJKybJbbAG/njSlTtl1ihXJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"svTTAdUOM","title":"Ja Morant Puts Up a Career-High 47 Points. Plus: When Fans Cross the Line, With CC Sabathia.","shortId":"svTTAdUOM","createdAt":"2021-05-27T21:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035827,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:05:37.000Z","url":"https://www.theringer.com/2021/5/27/22457374/ja-morant-puts-up-a-career-high-47-points-plus-when-fans-cross-the-line-with-cc-sabathia","canonicalUrl":"https://www.theringer.com/2021/5/27/22457374/ja-morant-puts-up-a-career-high-47-points-plus-when-fans-cross-the-line-with-cc-sabathia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64827eeead0d29757c35c1bdadbb0efd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERIhBkFC/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAICAgMAAAAAAAAAAAAAAAECAwQAEQVBwf/aAAwDAQACEQMRAD8As9F1C5qXnlie9ZmZKyO1WGJiiRLuUYEdhiSoPL12Njmq8gfnGMA4W1LYhZ5Ts78GIXIlRwFHWf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"axI1Nc-PW","title":"How to Make a Bouncing Basketball in Unity with Materials and Textures 🏀","shortId":"axI1Nc-PW","createdAt":"2021-05-27T15:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":6,"score":27035815,"tagsStr":"game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:16:34.000Z","url":"https://www.freecodecamp.org/news/how-to-make-a-basketball-in-unity-with-materials-and-textures/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-make-a-basketball-in-unity-with-materials-and-textures/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/717f99fb87dffe51c7b9944528e85a81","ratio":1.57977883096367,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQQBAQkAAAAAAAAAAAAAAQACAxEEBwUGEhMhMVGU0v/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJR/9oADAMBAAIRAxEAPwDTYus82RLlzT7CgHLDGs4MlwNdSQbFd/AUDrHHZrduL2z8oiI09kcl/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@knightcube","readTime":8,"description":null,"toc":null,"summary":null},{"id":"T5If_dQjb","title":"A company wants to build a massive solar project in Montana — of course it’s for crypto","shortId":"T5If_dQjb","createdAt":"2021-05-27T20:49:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035809,"tagsStr":"career,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:45:36.000Z","url":"https://www.theverge.com/2021/5/27/22456993/butte-montana-solar-project-atlas-ethereum-cryptocurrency-mining-renewables","canonicalUrl":"https://www.theverge.com/2021/5/27/22456993/butte-montana-solar-project-atlas-ethereum-cryptocurrency-mining-renewables","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9f7ddee7a64c616b6d5dd10cfea3459","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwUEERIhIkFRYaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQADAAAAAAAAAAAAAAAAAgARMVH/2gAMAwEAAhEDEQA/AMypx7Z0Mk813PKdS1gcwdPI98qobn6DdZTE9z5+oiM2uyADjV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"meNdEYr9K","title":"Cancer-causing chemical found in 78 sunscreen products","shortId":"meNdEYr9K","createdAt":"2021-05-27T20:48:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035808,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:32:15.000Z","url":"https://www.livescience.com/sunscreen-carcinogen-benzene.html","canonicalUrl":"https://www.livescience.com/sunscreen-carcinogen-benzene.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2970bb17238e0ab022ece2f949206c8","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBhIhQQUHMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQADAQADAAAAAAAAAAAAAAABAgMAESEx/9oADAMBAAIRAxEAPwDT9SahubezjNjNbQknazTxM+T0BgjHfPNSMvsKeOV0k8TIXUlWKTLtJH3GecUpRHoyno5MZTdAWXn3f//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"V3yLbwKE0","title":"Go watch this incredible web series about a Cyberpunk Salad Merchant","shortId":"V3yLbwKE0","createdAt":"2021-05-27T20:17:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035777,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:13:35.000Z","url":"https://www.theverge.com/22457190/dynamo-dream-series-sci-fi-ian-hubert","canonicalUrl":"https://www.theverge.com/22457190/dynamo-dream-series-sci-fi-ian-hubert","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1fe54748b186df9948c8f285b85a3cb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMCBAAFEQYhIv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRA//aAAwDAQACEQMRAD8Axfmm4sWEUVTVVWIrgzqEhZPYxPCR7I+shXv9rFcRG3IRAAA5jGLnUTYbuOE//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iqWy9NMkS","title":"Earliest known war was a repeated conflict in Sudan 13,400 years ago","shortId":"iqWy9NMkS","createdAt":"2021-05-27T20:42:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035802,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278870-earliest-known-war-was-a-repeated-conflict-in-sudan-13400-years-ago/","canonicalUrl":"https://www.newscientist.com/article/2278870-earliest-known-war-was-a-repeated-conflict-in-sudan-13400-years-ago/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53b2b76dc0685f26cc1ee65b24a5db94","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAREiMTITFRwf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREC/9oADAMBAAIRAxEAPwCNWtejuP0Z5Gj3rwMwKEEeASNV7+s05qiiVwtePaGOnMw+YxhuXRiH/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aJ7N5_dez","title":"Web scraping: infinite scrolling with selenium","shortId":"aJ7N5_dez","createdAt":"2021-05-27T12:35:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":32,"score":27035687,"tagsStr":"javascript,crawling,selenium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:07:13.000Z","url":"https://csnotes.medium.com/web-scraping-infinite-scrolling-with-selenium-97f820d2e506","canonicalUrl":"https://csnotes.medium.com/web-scraping-infinite-scrolling-with-selenium-97f820d2e506","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/273172638bfc2a09bfeff07e25e2e9bd","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECAwQFESEScRMiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSHbqmq5dDXIdYkQ7c3SPnjakp5JP5nBlnoSsuXTnKePyMp91aJR630AAP/9k=","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_yEzCkvaJ","title":"Covid-19 news: Possible cause of rare vaccine-linked blood clots found","shortId":"_yEzCkvaJ","createdAt":"2021-05-27T20:41:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035801,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-possible-cause-of-rare-vaccine-linked-blood-clots-found/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-possible-cause-of-rare-vaccine-linked-blood-clots-found/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92282159c35fc75386dafc69a26ceb36","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQFERIGEyFxQZHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAIDAAAAAAAAAAAAAAAAAAACASFR/9oADAMBAAIRAxEAPwDeSumaS20hC5KQCsLcoUevHv5Et7StH3nMWJUJyNgWDwL9whBocO2n/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":10,"description":null,"toc":null,"summary":null},{"id":"dHn4hdkW7","title":"Exoskeleton takes strain off legs to reduce energy needed for walking","shortId":"dHn4hdkW7","createdAt":"2021-05-27T20:41:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035801,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278894-exoskeleton-takes-strain-off-legs-to-reduce-energy-needed-for-walking/","canonicalUrl":"https://www.newscientist.com/article/2278894-exoskeleton-takes-strain-off-legs-to-reduce-energy-needed-for-walking/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b98e2a1cdccf5605a4bf56af7a81241d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAREgUhQQYTIiOh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABAgP/2gAMAwEAAhEDEQA/ANzqvTMZiS5Pd9ryZA7SVti2JTinyyJsAVA7XsTzarBoDVhjLaCeAIg2+0pT1lLAvSj/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"7bqOlvVKL","title":"Mühlholz ? Handwerk, Huhn und Hingabe.","shortId":"7bqOlvVKL","createdAt":"2021-05-27T20:37:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27035797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/120273625/Muehlholz-Handwerk-Huhn-und-Hingabe","canonicalUrl":"https://www.behance.net/gallery/120273625/Muehlholz-Handwerk-Huhn-und-Hingabe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/019dace421e73149b5afa468097b2b33","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAhEAABBAEEAwEAAAAAAAAAAAABAgMEEQAFBiEiEkFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECAxFh/9oADAMBAAIRAxEAPwCmnbYizNCfWlxclbY8Yzsl2wgmiArpYFknjIjYPHcy1L9lt1sJJ+WLr9xjJayOsWH/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"gr8witBbk","title":"‘Double or Nothing’ Preview","shortId":"gr8witBbk","createdAt":"2021-05-27T20:22:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035782,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:08:36.000Z","url":"https://www.theringer.com/2021/5/27/22457257/double-or-nothing-preview","canonicalUrl":"https://www.theringer.com/2021/5/27/22457257/double-or-nothing-preview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2443a0799dfc56d792fe4740f79c959b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIABwAAAAAAAAAAAAABAgMRABIGIiQxQVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEBAQADAAAAAAAAAAAAAAACAQADIVH/2gAMAwEAAhEDEQA/AIZwfN143XdGUqyHswq6+ZSVhkKgxyhEI5VKXQ9X5xjGVZetVgriNs93/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"q8OSA92NO","title":"Industry groups sue to stop Florida’s new social media law","shortId":"q8OSA92NO","createdAt":"2021-05-27T20:22:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035782,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:18:25.000Z","url":"https://www.theverge.com/2021/5/27/22457200/ccia-netchoice-lawsuit-florida-social-media-law-unconstitutional","canonicalUrl":"https://www.theverge.com/2021/5/27/22457200/ccia-netchoice-lawsuit-florida-social-media-law-unconstitutional","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff2be6ad177b011e6f5c3f9022902829","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBhEHMRJRcv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAIgMhMf/aAAwDAQACEQMRAD8A3s6yhyNdscsEeKhLN2LjrzxcV5oDStgJ1rvXZ3Vkbk1TsdpxVpAK0BRAkex80pVSOxsewXxqKgaE/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WN_ZUecPo","title":"SEO for developers in 2021 : The ULTIMATE GUIDE","shortId":"WN_ZUecPo","createdAt":"2021-05-27T06:55:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":317,"score":27035781,"tagsStr":"general-programming,google,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-27T08:30:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-27T06:55:36.000Z","url":"https://itnext.io/seo-for-developers-in-2021-the-ultimate-guide-bc11fb4d826b","canonicalUrl":"https://itnext.io/seo-for-developers-in-2021-the-ultimate-guide-bc11fb4d826b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d93058446ee856331f1e3a2bae307327","ratio":1.0521327014218,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIFCP/EACUQAAECBAQHAAAAAAAAAAAAAAECEQADBBITFEFxISMxMmGhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECERIxQZH/2gAMAwEAAhEDEQA/ANJY9RgzLVkL05RU3ltdoCJ9VYl5hJbicksenhafuG/2Ko6RE09Mb5LFOH//2Q==","siteTwitter":"@Medium","creatorTwitter":"@maisonfutari","readTime":12,"description":null,"toc":null,"summary":null},{"id":"iV7IjYofD","title":"HCA partners with Google for cloud services","shortId":"iV7IjYofD","createdAt":"2021-05-27T19:56:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035756,"tagsStr":"google,cloud,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:41:17.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132523&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132523","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29a21a043b2f712c4bbbcf896cc471ae","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgUGB//EACYQAAIBAgMIAwAAAAAAAAAAAAECAwQFABESBgcTFCEyQVEiMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAQEBAQEAAAAAAAAAAAAAAAEDAAJh/9oADAMBAAIRAxEAPwA9lq68bMrWXK6IaGORo44Y2jVlRuG50+cj2esMl3q3EKBLQ2dpAPk3LnqfJ+8SG8Cpn5CpTjS6Ja59a6zk+TIRn7xmtVLIKqYB27z5/cUnRRcrx54Q83//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"FWxyeYT8L","title":"Checking in With Our ‘Real Housewives’ in Beverly Hills and New York, With Evan Ross Katz and Amelia Wedemeyer","shortId":"FWxyeYT8L","createdAt":"2021-05-27T19:51:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035751,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:39:12.000Z","url":"https://www.theringer.com/2021/5/27/22457249/checking-in-with-real-housewives-beverly-hills-and-new-york-with-evan-ross-katz-and-amelia-wedemeyer","canonicalUrl":"https://www.theringer.com/2021/5/27/22457249/checking-in-with-real-housewives-beverly-hills-and-new-york-with-evan-ross-katz-and-amelia-wedemeyer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67a6804ee6ad727a9cf28b3548ecde16","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAQIEBwAAAAAAAAAAAAABAgMABAUSISMRExQiMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAbEQACAgMBAAAAAAAAAAAAAAABAwACERMh0f/aAAwDAQACEQMRAD8Akb/lNgl/bvGWJWNnlzbjlh5J+6moHrIYts2Vu+TtzMgJPD2dKUpNqNazjpEmix3NrngPs//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yLT302W2a","title":"Blue Earth touts Axumin results in Lancet","shortId":"yLT302W2a","createdAt":"2021-05-27T19:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035737,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:26:01.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132522&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132522","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1dd1b8efb3c26e3ec970c511823420f9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAQIDAAQGEQUhEhMyU2HR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECQf/aAAwDAQACEQMRAD8Atw/hMfPCCSOARRgyTr6h2xDe3x76+qJPxmLo7JJasrqdMDIOjWf4xeXJxbkibmYkINEuetEaoe1/eFiTd3BO/kP7Sr0rTy5FD//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5aZTA1blc","title":"Acer’s fantastic Chromebook Spin 713 is $329 at Best Buy","shortId":"5aZTA1blc","createdAt":"2021-05-27T19:36:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035736,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:31:54.000Z","url":"https://www.theverge.com/good-deals/2021/5/27/22457143/acer-chromebook-spin-713-329-deal-sale-best-buy-chrome-os-laptop","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/27/22457143/acer-chromebook-spin-713-329-deal-sale-best-buy-chrome-os-laptop","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed35b1b80b2cfd35d048428f57035264","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAYhBAURExUxYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAwADAQAAAAAAAAAAAAAAAQIDAAQhMf/aAAwDAQACEQMRAD8Am3Fdu5bBe+0TxTzaiHpKDBLM5RgoZc5zyCM+hW7S/wDUsobt2kyOfLfaUoi2zVZIwPTi89ebUYEeZ//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ihrM2760o","title":"Irresponsible NBA Story Lines. Plus: John Hollinger on Gobert, Ja Morant, and the Clippers’ Future Problems, and Esoteric of Czarface on Underground Hip-hop and MF DOOM.","shortId":"ihrM2760o","createdAt":"2021-05-27T19:20:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035720,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:11:42.000Z","url":"https://www.theringer.com/2021/5/27/22457187/nba-storylines-gobert-morant-and-clippers-future-and-esoteric-czarface-hip-hop-mf-doom","canonicalUrl":"https://www.theringer.com/2021/5/27/22457187/nba-storylines-gobert-morant-and-clippers-future-and-esoteric-czarface-hip-hop-mf-doom","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d77aa20b5ef4e8f1259aaca9b1de0668","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCBAAREiFBI//EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8AzmvVri46s1IsLvbisvkZlH0jojZ70OvMufToocxUaa+MJGI78B1jGE1qcGOys9Sf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MpTI7ZDen","title":"Instacart adds faster ‘Priority Delivery’ which is sure to cause headaches for delivery workers","shortId":"MpTI7ZDen","createdAt":"2021-05-27T19:08:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035708,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:04:37.000Z","url":"https://www.theverge.com/2021/5/27/22456907/instacart-priority-delivery-faster-orders-new-feature","canonicalUrl":"https://www.theverge.com/2021/5/27/22456907/instacart-priority-delivery-faster-orders-new-feature","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b975999047f25183f6f856cc1f22555","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBQAEEQYSFCIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAICAwEAAAAAAAAAAAAAAAECAwQAITGR/9oADAMBAAIRAxEAPwC26GsIb6tiq7LQglg0/H1V5J91LljzmXWwEVruxxDsjSZ1VR8ADHgYxg+yxaCNj3eA7bF60TN3Y8z/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DTOoitqja","title":"Charlie bit us all, if you really think about it","shortId":"DTOoitqja","createdAt":"2021-05-27T18:57:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035697,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:47:45.000Z","url":"https://www.theverge.com/2021/5/27/22457035/charlie-bit-me-meme-nft-youtube","canonicalUrl":"https://www.theverge.com/2021/5/27/22457035/charlie-bit-me-meme-nft-youtube","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8d4f4b47a605ec886865d6f496a5bd3e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxExBAUHIQYjsf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAISARH/2gAMAwEAAhEDEQA/AMJxewP3KeLU+2Lb4nTRgAAknvJBrA7FYVRnPfkTGNaIW00UL1El/UREKzb0m9k//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cpVKmHlIy","title":"Managing dependencies with Meson + WrapDB","shortId":"cpVKmHlIy","createdAt":"2021-05-27T18:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27035644,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/managing-dependencies-with-meson-wrapdb.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/managing-dependencies-with-meson-wrapdb.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"r_CEGP1wt","title":"Insomniac’s Day Trip Festival reveals stellar inaugural lineup: Tchami, Diplo, Claptone, AC Slater, and more locked in","shortId":"r_CEGP1wt","createdAt":"2021-05-27T18:32:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035672,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:31:10.000Z","url":"https://dancingastronaut.com/2021/05/insomniacs-day-trip-festival-reveals-stacked-lineup-from-house-musics-best/","canonicalUrl":"https://dancingastronaut.com/2021/05/insomniacs-day-trip-festival-reveals-stacked-lineup-from-house-musics-best/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9dd26c2dcb48834419ad34f389587c83","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFEQYHEjEhQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhET/9oADAMBAAIRAxEAPwCPWO46kaXLca+xXZnFTbpbCjy5JxkJAHs/fHf5WtYtwpzljty3pNtS6qO2pQLhyCUjI7pSmUNg5VTJ/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zqp0rmDqP","title":"Sony’s WF-1000XM4s wireless earbuds leak again with all-new water resistance and ‘V1’ chip","shortId":"zqp0rmDqP","createdAt":"2021-05-27T18:29:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035669,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:23:01.000Z","url":"https://www.theverge.com/2021/5/27/22456896/sony-wf-1000xm4-headphones-ipx4-rating-water-resistance-sony-v1-chip-ldac-anc","canonicalUrl":"https://www.theverge.com/2021/5/27/22456896/sony-wf-1000xm4-headphones-ipx4-rating-water-resistance-sony-v1-chip-ldac-anc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9817ee22843c5776a23755f6884eceaf","ratio":1.90751445086705,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAUSBhEhAyIyQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABAxESIkH/2gAMAwEAAhEDEQA/AIOlY8aFYbzFToKRJcB2yIO2OQXj12kfTWOOoWQ4CKmy8eZpShjuZZJstDGDj21//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gXR2MaGWj","title":"Mag","shortId":"gXR2MaGWj","createdAt":"2021-05-27T12:54:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27035334,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/119878191/Mag","canonicalUrl":"https://www.behance.net/gallery/119878191/Mag","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/47df66119878191.60ae6d99360d1.gif","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEEiETMVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDQD6e01+PcYHm5o3XEjofho3lUUTLEiyTSu4UBmsdn76xjCGv/2Q==","siteTwitter":"@behance","creatorTwitter":"@andresreq","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iS76cezBT","title":"Kellogg’s is introducing a cereal robot to make the easiest food to prepare even easier","shortId":"iS76cezBT","createdAt":"2021-05-27T18:16:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035656,"tagsStr":"bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:14:44.000Z","url":"https://www.theverge.com/tldr/2021/5/27/22456830/kellogs-cereal-robot-university-test-chowbotics","canonicalUrl":"https://www.theverge.com/tldr/2021/5/27/22456830/kellogs-cereal-robot-university-test-chowbotics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19d0f0277695dd79fb2f725d6ef878b9","ratio":1.91197183098592,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQREgUHFCEVMvH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQAEETH/2gAMAwEAAhEDEQA/AIdLIajUwMnNbxpIsRiA4XBAd12L/VsYdyqtsTG+PhNmge5REGtxj7bqbP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1IXc1fWhF4","title":"Premiere: Cloonee and Wade invite Spanish influence to new tech-house joint, ‘Mi Amor’","shortId":"1IXc1fWhF4","createdAt":"2021-05-27T18:10:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035650,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:08:06.000Z","url":"https://dancingastronaut.com/2021/05/premiere-cloonee-and-wade-invite-spanish-influence-to-new-tech-house-joint-mi-amor/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-cloonee-and-wade-invite-spanish-influence-to-new-tech-house-joint-mi-amor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf6e138f66a15f1455fb0152d8481e1b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQQFAAYSIf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQADAgQhMeHw/9oADAMBAAIRAxEAPwCJ+76bs0HZNDiY2zgGeZJw7S+QHR/NmmJHqxdGqUfDZPNdpe/aiPTYCSw7F5Fx4wzFEJYhRZv1xxw1ainuWXKdNVbWZZG/RP/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7DfzwY1up-","title":"Why Most SaaS Products Fail and What to Do About It","shortId":"7DfzwY1up-","createdAt":"2021-05-27T18:08:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035648,"tagsStr":"business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:05:00.000Z","url":"https://adamfard.com/blog/why-most-saas-products-fail","canonicalUrl":"https://adamfard.com/blog/why-most-saas-products-fail","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29aab4ee997377c0aba83662f589bea0","ratio":1.76146788990826,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAgQREiEjMWFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABgRAAIDAAAAAAAAAAAAAAAAAAABESEx/9oADAMBAAIRAxEAPwDSOShrsxLBmuTj01ayF1r3Lg+TY9ePoSiG00N1O/kRDcqxh//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"wtpPCQmwk","title":"Lesetipp: Tracking durch Wissenschaftsverlage","shortId":"wtpPCQmwk","createdAt":"2021-05-27T18:06:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27035646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:46:19.000Z","url":"https://curius.de/2021/05/lesetipp-tracking-durch-wissenschaftsverlage/","canonicalUrl":"https://curius.de/2021/05/lesetipp-tracking-durch-wissenschaftsverlage/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b923466d08bde93575a29b9882c9f01b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAwQRITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EAB0RAAECBwAAAAAAAAAAAAAAAAAEEQECAwUyUsH/2gAMAwEAAhEDEQA/ANC0rZZdmAZVqQsWHHZJ8l4iIp5TE5ukXTpn16f/2Q==","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"iqqmd3Rvw","title":"La Liga Season Review: Atlético Madrid’s Triumph, Eibar’s Sadness","shortId":"iqqmd3Rvw","createdAt":"2021-05-27T18:04:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035644,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:57:08.000Z","url":"https://www.theringer.com/2021/5/27/22456910/la-liga-review-atletico-madrid-lionel-messi","canonicalUrl":"https://www.theringer.com/2021/5/27/22456910/la-liga-review-atletico-madrid-lionel-messi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e1e63dedbc78837bc72a50f321404cb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARIQUHEhOBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMABCEFEUGisf/aAAwDAQACEQMRAD8Av1OqXLncO7AJfWiWDCo1saUHXHw/ualGvjGqlmYgAEnXOMYJ1FFW5CgYCL4KSSYgj25BPY1//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"8fWtAyCFB","title":"Glow-in-the-dark baby squid and tardigrades to be blasted into space","shortId":"8fWtAyCFB","createdAt":"2021-05-27T17:53:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:41:10.000Z","url":"https://www.livescience.com/baby-squid-and-tardigrades-launched.html","canonicalUrl":"https://www.livescience.com/baby-squid-and-tardigrades-launched.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5fbd754dc381a76e01abd6c56f1309ec","ratio":1.78082191780822,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQMCAAQFEQYhIjFBUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/ANZ4ixyUKe9Clqiu1Zor6SJGQBI0PRP2orfA45duqC1tEIxAiC6XbXLzSlXkNYrhf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5UhAQ2Wzz","title":"So, how not to suffer because of functional tests?","shortId":"5UhAQ2Wzz","createdAt":"2021-05-27T05:13:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":239,"score":27035608,"tagsStr":"testing,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-27T07:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T20:20:56.000Z","url":"https://itnext.io/so-how-not-to-suffer-because-of-functional-tests-5bec8d4e52dd","canonicalUrl":"https://itnext.io/so-how-not-to-suffer-because-of-functional-tests-5bec8d4e52dd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8259e0fd30b70e5591e5e24e1bda6fe","ratio":2.09442060085837,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRIRITMUGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAECAANBIf/aAAwDAQACEQMRAD8A3Dkd3FTKqVq8mpBUXLlupWfXj1rX2SASASxJPJ5iIMezK9kwdkhSHFz/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1lO-xbDiA","title":"Go read this investigation into the real death toll from the Texas freeze","shortId":"1lO-xbDiA","createdAt":"2021-05-27T17:22:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035602,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:12:18.000Z","url":"https://www.theverge.com/2021/5/27/22456856/deaths-undercount-texas-freeze-power-outage","canonicalUrl":"https://www.theverge.com/2021/5/27/22456856/deaths-undercount-texas-freeze-power-outage","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2def2679a65e3d3f43109898c998d43","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxEEEzFRkv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AzszWto8m1sISQo4Ml3z3Z7iJZ08iBf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"PEI6nnFPc","title":"JAY-Z announces Made in America’s return, event’s 10th anniversary","shortId":"PEI6nnFPc","createdAt":"2021-05-27T16:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035573,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:52:11.000Z","url":"https://dancingastronaut.com/2021/05/jay-z-announces-the-return-of-made-in-america/","canonicalUrl":"https://dancingastronaut.com/2021/05/jay-z-announces-the-return-of-made-in-america/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a81ae6cc31e1cbd14200d1dfda2ce245","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAxETBAYSBSExMkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwADAAAAAAAAAAAAAAAAAAIRAyEx/9oADAMBAAIRAxEAPwDENv011m2+rMKaHFhLM3niSxNj89ZF1Fp5G49xc2iIxt9D41lP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"P0NLb3rxI","title":"New York permits venues to operate at full capacity for those with proof of vaccination","shortId":"P0NLb3rxI","createdAt":"2021-05-27T16:47:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035567,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:46:27.000Z","url":"https://dancingastronaut.com/2021/05/new-york-governor-cuomo-permits-venues-to-operate-at-full-capacity-with-proof-of-vaccination-provided/","canonicalUrl":"https://dancingastronaut.com/2021/05/new-york-governor-cuomo-permits-venues-to-operate-at-full-capacity-with-proof-of-vaccination-provided/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b00ab89ee2e520e8fb729ef327469ad7","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhEiMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/AM74hzFVsTgcbY27JMwERliBkLEAeJffQ3uqc3Ip7KZ7WXDxrJAxiZfWdFeiN/vylKKSiutg4T//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ltFGFhFBp","title":"Ask an expert: How can developers leverage confidential computing to protect containerized data?","shortId":"ltFGFhFBp","createdAt":"2021-05-27T16:45:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":0,"score":27035565,"tagsStr":"general-programming,cloud,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/confidential-computing-container-security/","canonicalUrl":"https://increment.com/containers/confidential-computing-container-security/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KgqdQGujE","title":"Among Us is free on the Epic Games Store","shortId":"KgqdQGujE","createdAt":"2021-05-27T16:34:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035554,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:28:16.000Z","url":"https://www.theverge.com/2021/5/27/22456688/among-us-pc-free-epic-games-store","canonicalUrl":"https://www.theverge.com/2021/5/27/22456688/among-us-pc-free-epic-games-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/968aa1af3a8237ce920d0f3368927b70","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABAhEEBRITIcLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AM4Y+pCCKAxgK0KqnKz+VBMmLvlWOVmvpub4iJ2kC//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rNkk3gKQh","title":"Sonic Colors is getting remastered as Sega announces a handful of new Sonic games","shortId":"rNkk3gKQh","createdAt":"2021-05-27T16:19:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035539,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:15:00.000Z","url":"https://www.theverge.com/2021/5/27/22454775/sonic-colors-ultimate-remaster-release-date-xbox-ps4-switch","canonicalUrl":"https://www.theverge.com/2021/5/27/22454775/sonic-colors-ultimate-remaster-release-date-xbox-ps4-switch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5e1cee0064dc8f564ec1aacbb159ff8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQACAwQRIQUSExQiQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRMf/aAAwDAQACEQMRAD8Aw+XiETK0kFSuYY34IDn85b5Z0cAqj3Vk7bYmA9DqO19RFLFUR3FQHs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SDrkZlS7P","title":"Bam Adebayo Needs to Become a Better Scorer","shortId":"SDrkZlS7P","createdAt":"2021-05-27T16:14:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035534,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:05:51.000Z","url":"https://www.theringer.com/video/2021/5/27/22456011/bam-adebayo-needs-to-become-better-scorer","canonicalUrl":"https://www.theringer.com/video/2021/5/27/22456011/bam-adebayo-needs-to-become-better-scorer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eefc2da5ce38cf017c9ef4a1955ba8dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQIDBREABAcSEyEiMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABwRAQABBAMAAAAAAAAAAAAAAAEAAgMEURIisf/aAAwDAQACEQMRAD8Ah5iXkJviVqQytx7XHXLTTyCCUVfMSCPK6Ha/WbK24pKEhbr6lAAEhyrP2qxjLrALUu4yOvENHhP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FFenxFLSS","title":"Lantheus gets FDA nod for Pylarify PET agent for prostate cancer","shortId":"FFenxFLSS","createdAt":"2021-05-27T15:57:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035517,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:54:10.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132518&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132518","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/934ea40861173d322868145cad98a894","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAABAgQRAAMFBmETIzEyQXFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEDERJx/9oADAMBAAIRAxEAPwCBx2Sa32eLenEseQkShSZ4gEmCRGw6eB7qEe6hareX1HE2pVcUe/f5pShVYzJfda2q8P/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"DdLA2NINQ","title":"Plugin of the Month: Newsletter Glue- Publish Newsletters the Way You Publish Posts","shortId":"DdLA2NINQ","createdAt":"2021-05-25T09:36:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27032256,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:19:35.000Z","url":"https://wp-content.co/newsletter-glue/","canonicalUrl":"https://wp-content.co/newsletter-glue/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b783ad5a56922ded3b1697b5ceadb36","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACERIEA0FRodH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Ayw5GlSpxmSRFg4zt52pWdyURXcmEP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1-dUgDNSq","title":"Samsung’s Galaxy Tab A7 Lite is coming to the US in June for $159","shortId":"1-dUgDNSq","createdAt":"2021-05-27T15:56:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035516,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:51:14.000Z","url":"https://www.theverge.com/2021/5/27/22456711/samsung-galaxy-tab-a7-lite-s7-fe-release-date-news-features","canonicalUrl":"https://www.theverge.com/2021/5/27/22456711/samsung-galaxy-tab-a7-lite-s7-fe-release-date-news-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d359a96a90e67f9db3d360cd968e1e52","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQFEQYSMXGi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAMhIpGx/9oADAMBAAIRAxEAPwDWaMyy2vrXKBKhLlpWvkkDssYFh78yvqWZtXhkseTSh+RESVAw32FVvP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"a3wCSdKjL","title":"Desktop GUI Implementation using Flutter WEB (Part 1: Introduction)","shortId":"a3wCSdKjL","createdAt":"2021-05-27T05:13:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":124,"score":27035485,"tagsStr":"flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-27T07:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-24T00:03:13.000Z","url":"https://itnext.io/desktop-gui-implementation-using-flutter-web-part-1-introduction-42d21a6e7937","canonicalUrl":"https://itnext.io/desktop-gui-implementation-using-flutter-web-part-1-introduction-42d21a6e7937","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff9d52e19f20989b831712ea8c0a6a41","ratio":1.65061898211829,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBAUAEQYSFCFCcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAQIRAP/aAAwDAQACEQMRAD8Atob/AIQKsRJtTMfkvNglzxWUhBUhPpJCgdDR1+5jrWw42LSYGK11LQeX0BQnYT2OvrGMcyizTkclbv/Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0u_Pmm_KP","title":"Why there are still huge mysteries in supernova physics","shortId":"0u_Pmm_KP","createdAt":"2021-05-27T15:13:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035473,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-200-why-there-are-still-huge-mysteries-in-supernova-physics/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-200-why-there-are-still-huge-mysteries-in-supernova-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0fbd53052f0f37ffa6fb23dfacbb1972","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFEQYHQbH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRE1HB/9oADAMBAAIRAxEAPwCHreDjGD4nlsPetRz3bQOrLaJLmj0Ak7+LB2uuoprMssOVqtie8uaDDJsAnYREK1gORmUnsOtW75P/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Vl_O8SK47","title":"Villarreal, Europa League Winners","shortId":"Vl_O8SK47","createdAt":"2021-05-27T15:09:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035469,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:01:30.000Z","url":"https://www.theringer.com/2021/5/27/22456662/villarreal-europa-league-winners","canonicalUrl":"https://www.theringer.com/2021/5/27/22456662/villarreal-europa-league-winners","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9033266c1433c6bd98ab5ff4384a341b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQMEAgMAAAAAAAAAAAAAAwABAgQREjEFEyEyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAIH/8QAHREBAAIABwAAAAAAAAAAAAAAAQACAwQREjNBUf/aAAwDAQACEQMRAD8Aw8RS0tXyQoFFLtkO3Y0tNhlq2/O1M8WCYg/bCTxv9s6Ip/jcgdbRizdagaHs/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JjB059Fbt","title":"Cardiac MRI boosts myocarditis detection in college athletes 7-fold","shortId":"JjB059Fbt","createdAt":"2021-05-27T15:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035467,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132514&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132514","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed11b71e7bde62440fe688ab08e0423b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAgQFBiEHERNhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAxExQXHB/9oADAMBAAIRAxEAPwChuvOy19Q9EUjIYtSkWbaoPFz2BIPojib9oHkv9MRDHwOSjpCzMRs+Cf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HSBAxRSpM","title":"Airbnb tries to cancel Hot Vax Summer by extending party ban until the fall","shortId":"HSBAxRSpM","createdAt":"2021-05-27T15:01:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035461,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:57:19.000Z","url":"https://www.theverge.com/2021/5/27/22456522/airbnb-party-ban-extended-summer-2021-hosts-guest","canonicalUrl":"https://www.theverge.com/2021/5/27/22456522/airbnb-party-ban-extended-summer-2021-hosts-guest","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6aa682167cfdebe80bb7a1081e01d3ef","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxExMv/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAEEMv/aAAwDAQACEQMRAD8AyFjqtLqUBZsxt8yWemIjVsrdD//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_6J1R6VA_","title":"Can't be bothered? Why some of us are more motivated than others","shortId":"_6J1R6VA_","createdAt":"2021-05-27T14:03:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035403,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033361-000-cant-be-bothered-why-some-of-us-are-more-motivated-than-others/","canonicalUrl":"https://www.newscientist.com/article/mg25033361-000-cant-be-bothered-why-some-of-us-are-more-motivated-than-others/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47acc7bd9534d016694813cbcaff4ab8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAAMRAgQFEgYUISJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDMbH/2gAMAwEAAhEDEQA/ALRy25usJz3EZPu6Y55ssXLJ2IgT7ADxMkKgUnakEfRKIiWVSU651rnSx1H1n//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oq8CaW6Zf","title":"Inside Acer’s ambitious and wonderfully messy plans for 2021","shortId":"oq8CaW6Zf","createdAt":"2021-05-27T13:55:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035395,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:45:00.000Z","url":"https://www.theverge.com/22455819/acer-ceo-president-sustainability-aspire-vero-chen-prendergast","canonicalUrl":"https://www.theverge.com/22455819/acer-ceo-president-sustainability-aspire-vero-chen-prendergast","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9672795681bb1422c92dd0bd5fffdef9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBSExQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAIBAwASIf/aAAwDAQACEQMRAD8AxjhQkdaW88MMzhk0JFJI2PR38yPf5SKK9ZjahXcpIyliPOie8YytZcwtTPMEag42Udz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DV6noVw8q","title":"Acer’s Predator Triton 500 SE has a new 16:10 Mini LED display","shortId":"DV6noVw8q","createdAt":"2021-05-27T13:55:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035395,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:45:00.000Z","url":"https://www.theverge.com/2021/5/27/22455157/acer-predator-triton-500-se-mini-led-display-aspect-ratio-intel-nvidia-design-price","canonicalUrl":"https://www.theverge.com/2021/5/27/22455157/acer-predator-triton-500-se-mini-led-display-aspect-ratio-intel-nvidia-design-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef33e660872cf537dbd6c99c6529d9a6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQhBQYHEjFBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAwQRQdH/2gAMAwEAAhEDEQA/AI7j2Tax6zbtJe3cklqqxqe/VWHnKjHutOOK9EcBy85LZJLkn7SlRWjXc6IS3XkfGSkk8rP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-f6adM0UV","title":"Acer Chromebook Spin 713 (2021) review: victory lap","shortId":"-f6adM0UV","createdAt":"2021-05-27T13:55:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035395,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:45:00.000Z","url":"https://www.theverge.com/22451261/acer-chromebook-spin-713-2021-review","canonicalUrl":"https://www.theverge.com/22451261/acer-chromebook-spin-713-2021-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d07530f1dce8b9d4c78a657066807cef","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBBEABQYSEwdBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAQVGB8P/aAAwDAQACEQMRAD8AyfIu/Nbnq0TiuMwymL1FpLIUCOQF2q6Nexl8J7shsLKaKm0mgfmMZctqZl0cHnvCSCpvP//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RcQSHJ2hd","title":"Acer’s new SpatialLabs tech brings 3D content to laptop screens","shortId":"RcQSHJ2hd","createdAt":"2021-05-27T13:55:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035395,"tagsStr":"game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:45:00.000Z","url":"https://www.theverge.com/2021/5/27/22451850/acer-spatiallabs-3d-content-rendering-conceptd-7-pro","canonicalUrl":"https://www.theverge.com/2021/5/27/22451850/acer-spatiallabs-3d-content-rendering-conceptd-7-pro","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/666071f17a9cf149da69693b619c48f9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQUAAwEAAAAAAAAAAAABAgMABAURIQYTIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AvMH47Y4XCxC390sdzAJ5TNIWdmCmVvrgG9a4OftXltk2e3icQRKGQEDW9cpSrwEVv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cbSRNOA94","title":"This year’s Pokémon Go Fest is also a music festival","shortId":"cbSRNOA94","createdAt":"2021-05-27T13:07:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035347,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22454064/pokemon-go-fest-2021-music-festival-pikachu-rock-pop-star","canonicalUrl":"https://www.theverge.com/2021/5/27/22454064/pokemon-go-fest-2021-music-festival-pikachu-rock-pop-star","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bed2c736c9b0cb367067a3822a96314e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAACAQQDAQEAAAAAAAAAAAABAgMABAUREiFBBhP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMEBTEy/9oADAMBAAIRAxEAPwCqPIZC3ilukyF0xRnKK7BgnWyBsejrvyk33WYEziOVETkeK/kh0PBvjSlStexySPZivSiqCB2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UAxCo3a-2","title":"Borderlands 3 is getting crossplay support, but not on PlayStation","shortId":"UAxCo3a-2","createdAt":"2021-05-27T13:07:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035347,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:01:35.000Z","url":"https://www.theverge.com/2021/5/27/22456413/borderlands-3-crossplay-support-playstation-2k-games","canonicalUrl":"https://www.theverge.com/2021/5/27/22456413/borderlands-3-crossplay-support-playstation-2k-games","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b162329cd506aa29be436a235a71f003","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSIUExMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBRFBEv/aAAwDAQACEQMRAD8Ao3qaZqKcqDOKiH4wf3lZO1ZTzhPjA6HX2sqdl3JLi0i4u4BI9U0pV2ErQy1vUjATvoB4EGWe6K0WsOgv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yTZBa2x07","title":"Nintendo is bringing Smash and Splatoon esports to high schools","shortId":"yTZBa2x07","createdAt":"2021-05-27T13:07:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035347,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22455862/nintendo-esports-playvs-high-school-splatoon-super-smash-bros","canonicalUrl":"https://www.theverge.com/2021/5/27/22455862/nintendo-esports-playvs-high-school-splatoon-super-smash-bros","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3510627750bd86f4eabf8097a9919889","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEQMEITEFBhQilP/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACEjH/2gAMAwEAAhEDEQA/AMZX7a67fQ8Hj7eyosDopD3EgQCDg6nE7yrR23lo3afO1EU6E++T2//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_DzYscPtbx","title":"Bird announces its third-generation electric scooter with automatic emergency braking","shortId":"_DzYscPtbx","createdAt":"2021-05-27T13:07:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035347,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22455384/bird-electric-scooter-third-gen-emergency-braking-battery","canonicalUrl":"https://www.theverge.com/2021/5/27/22455384/bird-electric-scooter-third-gen-emergency-braking-battery","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c39be1bdc88a4ca05f97817cf551adb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAAUDAwUAAAAAAAAAAAAAAAECBBEDEiEFBhMWIjFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAzEE/9oADAMBAAIRAxEAPwDf3FvnVFOXlNumhQ5TQkjJE2Wn6nxM5FPWOtK7r2RTmCbFj6ACTumsYlzVPYo//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"AyhPTRRWP","title":"The Many Identity Crises of Sonic the Hedgehog","shortId":"AyhPTRRWP","createdAt":"2021-05-27T13:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:00:00.000Z","url":"https://www.wired.com/story/sonic-the-hedgehog-history/","canonicalUrl":"https://www.wired.com/story/sonic-the-hedgehog-history/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/758ff28f0fd143a6b9d6b16a921e87cc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABTESISOBof/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEAAgIDAAAAAAAAAAAAAAAAASEAAgRRsf/aAAwDAQACEQMRAD8Azq/uidbDjphQy22np8jQUb7kkHkXfznJJfjkm4ifS1VjGWyHd6HBCgACn//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"1Vo-IExBz","title":"Billy Crystal’s Best Yankees Stories. Plus: The Knicks Even the Series With the Hawks.","shortId":"1Vo-IExBz","createdAt":"2021-05-27T12:54:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035334,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:45:21.000Z","url":"https://www.theringer.com/2021/5/27/22456423/billy-crystals-best-yankees-stories-plus-the-knicks-even-the-series-with-the-hawks","canonicalUrl":"https://www.theringer.com/2021/5/27/22456423/billy-crystals-best-yankees-stories-plus-the-knicks-even-the-series-with-the-hawks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c61bb6528f44e0efbc9f094b50bc17c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAARBBTEREhMhIkNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACIRJR/9oADAMBAAIRAxEAPwDD9E1Lp298rwJI8lrIUdvWQu4G3H7jFRxfdvKMk5PPSlWWOuGnfIOq68DJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tntNW2-av","title":"Huge egg from extinct dwarf emu found in sand dune","shortId":"tntNW2-av","createdAt":"2021-05-27T12:52:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035332,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:43:23.000Z","url":"https://www.livescience.com/dwarf-emu-egg-found.html","canonicalUrl":"https://www.livescience.com/dwarf-emu-egg-found.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f16c26c67d89d42d712beb10914ecc0f","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQFESExMuH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgMEESH/2gAMAwEAAhEDEQA/ALMPlKtbFA2pZQrGmBUO+VJHfeuJivkbl3ZwxAY79fIiNliQc1TvqxOOkL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3gEt4xJJZ","title":"How to Build Super Mario Bros, Zelda, and Space Invaders with Kaboom.js","shortId":"3gEt4xJJZ","createdAt":"2021-05-26T14:25:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","tweeted":true,"views":1880,"score":27035328,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-27T06:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:12:27.000Z","url":"https://www.freecodecamp.org/news/how-to-build-mario-zelda-and-space-invaders-with-kaboom-js/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-build-mario-zelda-and-space-invaders-with-kaboom-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c947cd0c6fe9d69446e30b5a78cae6d1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwQBBQEAAAAAAAAAAAABAgMEABESIQUGBxMxYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABsRAQEAAgMBAAAAAAAAAAAAAAECAAMEESGR/9oADAMBAAIRAxEAPwCQ4SJD4Xq8x5SG5BhF5eaIyBn4mlLJsSbE21v2PuquR20jcnIcnodS2mUovhGxiFHK2v2lKjxtt3qi6fWRfmPaA9Gf/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ycYhHRj1v","title":"The Secrets of BBQ, With Rodney Scott and Lolis Elie","shortId":"ycYhHRj1v","createdAt":"2021-05-27T12:37:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035317,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:35:56.000Z","url":"https://www.theringer.com/2021/5/27/22456411/the-secrets-of-bbq-with-rodney-scott-and-lolis-elie","canonicalUrl":"https://www.theringer.com/2021/5/27/22456411/the-secrets-of-bbq-with-rodney-scott-and-lolis-elie","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/340c62f752b74dc6ad49d37f3413c8c2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAAABQQDAQAAAAAAAAAAAAAAAQIDEQQFEqEGByEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABwRAAICAgMAAAAAAAAAAAAAAAECAAQSsREhQf/aAAwDAQACEQMRAD8AkVo4pSP9dV1wS++h42kvOJ8NK4UeJfJKNieFTSU56AAi2ioVxHHQ0Ias7OGyPp2Z/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1mJGGlm51","title":"MTV’s Next Great Challenge","shortId":"1mJGGlm51","createdAt":"2021-05-27T12:20:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035300,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:08:15.000Z","url":"https://www.theringer.com/tv/2021/5/27/22455968/mtv-challenge-all-stars-paramount-plus-nostalgia","canonicalUrl":"https://www.theringer.com/tv/2021/5/27/22455968/mtv-challenge-all-stars-paramount-plus-nostalgia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c36a1721ddb38c95a90146f0f084837a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQMCAAQREiEFBv/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAxEEEhMhQf/aAAwDAQACEQMRAD8AtdFdv9F6y1LG0mtluSc7CXDzFarZNYyzROZjtJcScDmcUpU7X2Nwoc+mOsUVsNvWVBn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"XekypZdy1","title":"Yusef Salaam of the “Exonerated Five” on His Prison Reform Activism and His New Book, ‘Better, Not Bitter’","shortId":"XekypZdy1","createdAt":"2021-05-27T12:20:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035300,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:09:49.000Z","url":"https://www.theringer.com/2021/5/27/22456040/yusef-salaam-of-the-exonerated-five-on-his-prison-reform-activism-and-his-new-book-better-not-bitter","canonicalUrl":"https://www.theringer.com/2021/5/27/22456040/yusef-salaam-of-the-exonerated-five-on-his-prison-reform-activism-and-his-new-book-better-not-bitter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d02db8bdb6c3c7cdc79b152847a2b9b4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBAYhBRESExdB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECAxEhUbH/2gAMAwEAAhEDEQA/AJpbNrUstJapl6njVnS9m8IJbwk4jY+1fPHFquydGos5zAz4iK3QzF32+IGz/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Gedd8sazO","title":"Microsoft’s ‘biggest change’ to Outlook for Windows improves shared calendars","shortId":"Gedd8sazO","createdAt":"2021-05-27T12:18:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035298,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:13:03.000Z","url":"https://www.theverge.com/2021/5/27/22456361/microsoft-outlook-shared-calendars-improvements-reliability","canonicalUrl":"https://www.theverge.com/2021/5/27/22456361/microsoft-outlook-shared-calendars-improvements-reliability","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c980a4db9607b02f14c68fe859dfabb0","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAARBQYSEyEVUVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyEi/9oADAMBAAIRAxEAPwDd+K6foCw1iyr3Z7MUbPJdInZQC2lUuD2r7PofeStScXBZmh+GqN43Kb8aDejr8Yxi19y0NpRWH//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ayyZITAHn","title":"How Many People Die When Polluters Exceed Their Limits?","shortId":"ayyZITAHn","createdAt":"2021-05-27T12:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035286,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T08:00:00.000Z","url":"https://www.wired.com/story/how-many-people-die-when-polluters-exceed-their-limits/","canonicalUrl":"https://www.wired.com/story/how-many-people-die-when-polluters-exceed-their-limits/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e70f1cc5ce7a107e4378f8376643466e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAAUCBwAAAAAAAAAAAAAAAAECAwQFEQYSMTJBUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAMUH/2gAMAwEAAhEDEQA/ANYnVtxjE9LhNtWTIbdUas2li65FM5zt9qPAAUNYvL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"W28NB5l5x","title":"When Driving Is (Partially) Automated, People Drive More","shortId":"W28NB5l5x","createdAt":"2021-05-27T11:08:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035228,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:00:00.000Z","url":"https://www.wired.com/story/driving-partially-automated-people-drive-more/","canonicalUrl":"https://www.wired.com/story/driving-partially-automated-people-drive-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee9180f1c5721db332d0a40ec12df614","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQCAwEAAAAAAAAAAAABAwIABAUREjEGIUFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAQADAQEAAAAAAAAAAAAAAAEAAkERIv/aAAwDAQACEQMRAD8AmWOW3E3ac6y4neLSubTatAAmNaETIfPf58qd3HkeWa9jBf3MOcjLjFsgBs9Ab6pSm6lmuEeeR1n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"47FvBIMVZ","title":"Autonomous military drone may have attacked humans for the first time","shortId":"47FvBIMVZ","createdAt":"2021-05-27T11:22:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278852-drones-may-have-attacked-humans-fully-autonomously-for-the-first-time/","canonicalUrl":"https://www.newscientist.com/article/2278852-drones-may-have-attacked-humans-fully-autonomously-for-the-first-time/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4e0211c82235543d3f399fdffeed8b3c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIAAwQREiFBUZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A03VS+N2oR6Qth0kklmPrxj6ZWgqaLuwL47gczEQP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3BYNQracWd","title":"Cities like London and Tokyo have their own unique microbiomes","shortId":"3BYNQracWd","createdAt":"2021-05-27T11:22:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278624-cities-like-london-and-tokyo-have-their-own-unique-microbiomes/","canonicalUrl":"https://www.newscientist.com/article/2278624-cities-like-london-and-tokyo-have-their-own-unique-microbiomes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b0daadb2cc92f3c4a07b20fec584615","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDBAUGEQchIjE1U4H/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAABAzECExT/2gAMAwEAAhEDEQA/AKVHXBik8XinyNPTIao+8+6vs4jWyxpFHH7besoid8mVsvnjVI//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"AtUgTLX0f","title":"The first complex cell may have had dozens of nuclei instead of one","shortId":"AtUgTLX0f","createdAt":"2021-05-27T11:22:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278515-the-first-complex-cell-may-have-had-dozens-of-nuclei-instead-of-one/","canonicalUrl":"https://www.newscientist.com/article/2278515-the-first-complex-cell-may-have-had-dozens-of-nuclei-instead-of-one/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a9b159e5e5ae1368e9abdfaa7a2c664","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAwMCBwAAAAAAAAAAAAABAgMEAAURITEHEhMjMlFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAgMEERIxQf/aAAwDAQACEQMRAD8AinWRm7Wxy6XW5lchQ6jwQ0VcjmcgpzpgAb6E6/BV8fhfbpbDcmO9CDLyQ4jtr8SMjcejSlG4xkNpvUzOjNx1f//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"irD90KYZd","title":"Alice Roberts: Archaeogenetics will help us solve mysteries of past","shortId":"irD90KYZd","createdAt":"2021-05-27T11:22:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-100-alice-roberts-archaeogenetics-will-help-us-solve-mysteries-of-past/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-100-alice-roberts-archaeogenetics-will-help-us-solve-mysteries-of-past/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1a75f05afb09305d747894f2d43ef9b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMCBwAAAAAAAAAAAAAABAABEQIhAwUTIlGRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIABDFRkf/aAAwDAQACEQMRAD8AygXOyBQCgsNooIh5l9t79soNR+PXREMXbcqRRrnKDk//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"k9wCuMVra","title":"Links on Web Components","shortId":"k9wCuMVra","createdAt":"2021-05-26T18:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":165,"score":27034956,"tagsStr":"react,webdev,nodejs,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:56:12.000Z","url":"https://css-tricks.com/links-on-web-components/","canonicalUrl":"https://css-tricks.com/links-on-web-components/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dda936402849f9562c41a44b2b1632be","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAAQEBwEAAAAAAAAAAAAAAAECBQMEESESExckMlWU4v/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQACAgIDAQAAAAAAAAAAAAABAwIEABEFITHw/9oADAMBAAIRAxEAPwDBOLCZuRrVFlo5rRh3MvmUvWvIriPT1XaF5vsABPJWGVhAKOtj73FEpg2w6MxsA9Z//9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dnmv54Or7","title":"Data Exploration with a New Python Library with Doris Lee","shortId":"dnmv54Or7","createdAt":"2021-05-27T11:22:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27035242,"tagsStr":"data-science,python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:00:16.000Z","url":"https://softwareengineeringdaily.com/2021/05/27/data-exploration-with-a-new-python-library-with-doris-lee/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/27/data-exploration-with-a-new-python-library-with-doris-lee/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a75a48a8f76f48fc5492a4aa48b19120","ratio":3,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIAAxESIUETIv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAUH/2gAMAwEAAhEDEQA/ANJhB51jd7hahH0dHKVpTTBdc6YiKDcf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"RykeUsxad","title":"Oldest gold artifact in southwest Germany found","shortId":"RykeUsxad","createdAt":"2021-05-27T11:12:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T11:00:00.000Z","url":"https://www.livescience.com/oldest-gold-artifact-southwest-germany.html","canonicalUrl":"https://www.livescience.com/oldest-gold-artifact-southwest-germany.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3693ec4350abffe2017ae2900d821c1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBAMBAQAAAAAAAAAAAAABAAIDBAYRMRQi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEDETFx/9oADAMBAAIRAxEAPwCNY26lXwyO95xI2EzttwvG22XEfGzvgBHeEHXVOkRTUTln6LZpT//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jPtji1BUF","title":"The New ‘Rugrats’ Is a “Thanks I Hate It” Gift for Millennials","shortId":"jPtji1BUF","createdAt":"2021-05-27T10:39:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035199,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T10:20:00.000Z","url":"https://www.theringer.com/tv/2021/5/27/22455798/rugrats-reboot-paramount-millennial-nostalgia","canonicalUrl":"https://www.theringer.com/tv/2021/5/27/22455798/rugrats-reboot-paramount-millennial-nostalgia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07a1c4b8cfd6e74c260035e8058223ab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAkEAABAwIEBwAAAAAAAAAAAAABAgMRAAQFBhJRExQhIjEycf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAIREAAQMCBwEAAAAAAAAAAAAAAQIDBAARBRIxQVJhkrH/2gAMAwEAAhEDEQA/AL+CZseOJ4rbrs7dxLSAtClyo9yQYVv7Haq7+dDbvuMchq4aiiQ9pBgx4jp8pSpMjBYUnKh1FwLbnijukwpLj0hxLhuBp6UPgFf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"hK-qY6VVI","title":"How Damian Lillard Turned a Clutch Shot Into Dame Time","shortId":"hK-qY6VVI","createdAt":"2021-05-27T10:39:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035199,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T10:30:00.000Z","url":"https://www.theringer.com/nba/2021/5/27/22454891/damian-lillard-buzzer-beaters-portland-trail-blazers","canonicalUrl":"https://www.theringer.com/nba/2021/5/27/22454891/damian-lillard-buzzer-beaters-portland-trail-blazers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f0a2141ef9da4b85856fd6eac22a2cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAxEiITFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDAVtJpoqr4boM4zWDADPXwSS651udSQSGI3B5iIi1//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"C5gOuTqUF","title":"One Man’s Amazing Journey to the Center of the Bowling Ball","shortId":"C5gOuTqUF","createdAt":"2021-05-27T10:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T06:00:00.000Z","url":"https://www.wired.com/story/one-mans-amazing-journey-to-the-center-of-the-bowling-ball/","canonicalUrl":"https://www.wired.com/story/one-mans-amazing-journey-to-the-center-of-the-bowling-ball/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d805be08beb2872f57b609fdfed8392","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgABAwQRMQUGEyEiEv/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhEBAAECBwAAAAAAAAAAAAAAAQIABgMEBREhYbH/2gAMAwEAAhEDEQA/ALd46DDIxlWyPUUsszxlDb5fF29d4tiyz3BTh5jCQQHoW5MMiJttRDJCd1MXjiylqCLxseV//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"cXJUaKrSM","title":"Clearview AI hit with sweeping legal complaints over controversial face scraping in Europe","shortId":"cXJUaKrSM","createdAt":"2021-05-27T09:57:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035157,"tagsStr":"general-programming,ai,data-privacy,crawling","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:48:33.000Z","url":"https://www.theverge.com/2021/5/27/22455446/clearview-ai-legal-privacy-complaint-privacy-international-facial-recognition-eu","canonicalUrl":"https://www.theverge.com/2021/5/27/22455446/clearview-ai-legal-privacy-complaint-privacy-international-facial-recognition-eu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88158cc2fa7f5d319794866fcfffd5af","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQASBAUhMTKh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQABBAMBAAAAAAAAAAAAAAABAAMEEQIh8AX/2gAMAwEAAhEDEQA/AMNP08xFeSXiMst+ItQq0e4APvQrb5lwxBIUVXl1VQBbkmsYyg+EAJL1dtG55trC+0v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"kFiGJMUwW","title":"Laser pulses travel faster than light without breaking laws of physics","shortId":"kFiGJMUwW","createdAt":"2021-05-27T09:51:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278564-laser-pulses-travel-faster-than-light-without-breaking-laws-of-physics/","canonicalUrl":"https://www.newscientist.com/article/2278564-laser-pulses-travel-faster-than-light-without-breaking-laws-of-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8baecf07585eb238d7f174014a387ac","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIFIQADBBEUMUFhYv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADUf/aAAwDAQACEQMRAD8Azo25TSllcebjXFOK9DHup6SQI8xMmDv1UQ31kkkjZ+RSlLfRQMcwSr7v/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9UauY3CqJ","title":"New artworks","shortId":"9UauY3CqJ","createdAt":"2021-05-27T08:46:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27035086,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/117977095/New-artworks","canonicalUrl":"https://www.behance.net/gallery/117977095/New-artworks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8880cb90be1b2a30bc21d37ae4179377","ratio":0.995024875621891,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgEDEQAEISIxFUFRYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAgMAAAAAAAAAAAAAAAAAABESMYH/2gAMAwEAAhEDEQA/ANxuTcG9cQXXSginMKnpI+pTtuU27SzOqZ57UXfAHUGtR2Epxzlaobw2KJ4Si5YOj//Z","siteTwitter":"@behance","creatorTwitter":"@YoAz27","readTime":null,"description":null,"toc":null,"summary":null},{"id":"b3Krmk88m","title":"What Are the Reasons to Redesign Your Website?","shortId":"b3Krmk88m","createdAt":"2021-05-27T08:22:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035062,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:48:36.000Z","url":"https://gapsystudio.com/blog/why-redesign-a-website/","canonicalUrl":"https://gapsystudio.com/blog/why-redesign-a-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bcfafb7a9cf3f6e1250a3e0e6bb183c5","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhFGGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ANDjy5LqfeUR2jDSJYiVZWOQSfnRGKhWzvUAVORk1HQ2Uk49nNKVOiv/2Q==","siteTwitter":"@GapsyStudio","creatorTwitter":"@GapsyStudio","readTime":7,"description":null,"toc":null,"summary":null},{"id":"bJ7iq-aUn","title":"IRC-Netzwerk Freenode: Letzte Entwicklungen","shortId":"bJ7iq-aUn","createdAt":"2021-05-27T07:25:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27035005,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:01:04.000Z","url":"https://linuxnews.de/2021/05/irc-netzwerk-freenode-letzte-entwicklungen/","canonicalUrl":"https://linuxnews.de/2021/05/irc-netzwerk-freenode-letzte-entwicklungen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"yBZ-jsLfT","title":"Building a React Component Library — The Right Way","shortId":"yBZ-jsLfT","createdAt":"2021-05-26T21:29:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":131,"score":27035000,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:42:18.000Z","url":"https://blog.bitsrc.io/building-a-react-component-library-d92a2da8eab9","canonicalUrl":"https://blog.bitsrc.io/building-a-react-component-library-d92a2da8eab9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52679e3753f3566d33178e5b29cd54bf","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMAAgUHERITIWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAAAARECBAUjYf/aAAwDAQACEQMRAD8AhpLReQ1Ew6kqXQr7GAkbHlVdtvI9zUYS4ADmPsRKWSWxLgW2cUSf/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"6P7_s2T6d","title":"Giphy API Tutorial – How to Generate Animated Text GIFs with ReactJS","shortId":"6P7_s2T6d","createdAt":"2021-05-26T21:47:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":74,"score":27034954,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T21:44:01.000Z","url":"https://www.freecodecamp.org/news/giphy-api-tutorial/","canonicalUrl":"https://www.freecodecamp.org/news/giphy-api-tutorial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8491835d0cee729af8f40b609e0f50ec","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIBAAAgEEAwADAAAAAAAAAAAAAQMCAAQFIQYRExIiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAIRESIjH/2gAMAwEAAhEDEQA/AI7x3neS4NyuxydmtbWBCw7col6JRHyXIg70NE99S6IrfWJ8b3FWd0n1ip6YNgJy+wEogjvf7ulKRxS+SNQ+GYXP/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@Ren_Engineer","readTime":8,"description":null,"toc":null,"summary":null},{"id":"qLJ-_JfXV","title":"Why (and how) GitHub is adopting OpenTelemetry","shortId":"qLJ-_JfXV","createdAt":"2021-05-26T19:36:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"ghblog","views":131,"score":27034950,"tagsStr":"github,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:20:09.000Z","url":"https://github.blog/2021-05-26-why-and-how-github-is-adopting-opentelemetry/","canonicalUrl":"https://github.blog/2021-05-26-why-and-how-github-is-adopting-opentelemetry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1414a23f9569ba6208b30eac11e6576a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHRAAAgEEAwAAAAAAAAAAAAAAAAECERITIUFRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANSwhTVze3yXGu36AEj/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dlk9m0sxp","title":"Breaking Down the Knicks’ Thrilling Game 2 Win","shortId":"dlk9m0sxp","createdAt":"2021-05-27T05:55:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27034915,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T05:52:00.000Z","url":"https://www.theringer.com/2021/5/27/22456153/breaking-down-the-knicks-thrilling-game-2-win","canonicalUrl":"https://www.theringer.com/2021/5/27/22456153/breaking-down-the-knicks-thrilling-game-2-win","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa7f65be0f99099a504ad7fc4b86b5ab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABESISJR4fD/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCd469MRzK1bZQnu5nfTx8cTUaSyuqxTaDEDcvrGMRSv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"udzRp6vxk","title":"Nintendo’s OLED Switch could come in September","shortId":"udzRp6vxk","createdAt":"2021-05-27T05:07:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034867,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T05:01:02.000Z","url":"https://www.theverge.com/2021/5/27/22456160/new-nintendo-switch-release-date-september-e3-announcement","canonicalUrl":"https://www.theverge.com/2021/5/27/22456160/new-nintendo-switch-release-date-september-e3-announcement","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2348a49b55bf32e628a9fac826a2d7c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGRAAAwEBAQAAAAAAAAAAAAAAAAECAzER/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgBB/9oADAMBAAIRAxEAPwDOUazGOkPOadLxU+ySfQAgGoq2gHm//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Y3mNyKgVd","title":"Making The Business Case For Cyber Security","shortId":"Y3mNyKgVd","createdAt":"2021-05-27T00:17:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":11,"score":27034865,"tagsStr":"security,business,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/making-the-business-case-for-cyber-security","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/making-the-business-case-for-cyber-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73b5e51292ea2e12ae64bdd8995e7e57","ratio":1.32978723404255,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEDBQAAAAAAAAAAAAAAAQIAAwURBBMhcbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQADAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AM2W+sFsNwQro8sy4ZyN3pRnkeGR4iF2yH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"YO90zrVeZ","title":"How to Contribute to Open Source Projects – A Beginner's Guide","shortId":"YO90zrVeZ","createdAt":"2021-05-26T20:00:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":79,"score":27034849,"tagsStr":"general-programming,open-source,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:01:00.000Z","url":"https://www.freecodecamp.org/news/how-to-contribute-to-open-source-projects-beginners-guide/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-contribute-to-open-source-projects-beginners-guide/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ab3b6c3a2d99b7369a5704c376c46d4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERIhIjGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAERAAL/2gAMAwEAAhEDEQA/AMdd1ezS06SpWEQiXtS8KOy7rv0SPmRFmk4jyPrGMSN5MKF3/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@larymak1","readTime":9,"description":null,"toc":null,"summary":null},{"id":"kcVTBy8nv","title":"EX STASIS (Parts I-IV)","shortId":"kcVTBy8nv","createdAt":"2021-05-27T04:33:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27034833,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/120237761/EX-STASIS-(Parts-I-IV)","canonicalUrl":"https://www.behance.net/gallery/120237761/EX-STASIS-(Parts-I-IV)","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/867b5171231512e8b68fcbf879655750","ratio":1.27848101265823,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwUGEQQHIhITMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQACAwEAAAAAAAAAAAAAAAAAEQISEzH/2gAMAwEAAhEDEQA/AMmzduLPnpM2orBEmrGCyOQva37npcMqk0SzYj2xb1AcG8QXPlJOPfLyiKzOKGy4f//Z","siteTwitter":"@behance","creatorTwitter":"@Reuben_Wu","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GVk1pBRV9","title":"Frame By Frame","shortId":"GVk1pBRV9","createdAt":"2021-05-19T12:05:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27023765,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/119278233/Frame-By-Frame","canonicalUrl":"https://www.behance.net/gallery/119278233/Frame-By-Frame","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64b5e4cbaf7a861517ad8611e4f9221b","ratio":1.60366552119129,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxExBAUSIZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyFu4bjVBuTWLE1lPR+akprLrGLm1gWPlgaGYiBf/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_DjRS8I6Q","title":"Square Enix announces Dragon Quest XII: The Flames of Fate","shortId":"_DjRS8I6Q","createdAt":"2021-05-27T04:31:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034831,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T04:25:34.000Z","url":"https://www.theverge.com/2021/5/27/22456124/dragon-quest-xii-announced-35th-anniversary-event","canonicalUrl":"https://www.theverge.com/2021/5/27/22456124/dragon-quest-xii-announced-35th-anniversary-event","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c26fd9f861399bc0bd3bba8026ab5690","ratio":1.90930787589499,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQACAwQFERIhMXGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/AM82q700dpqIJLXTSP0AMnBthw88z8IU7I8vkc/VrdiThowB6REQDZ9Lhf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6wVnKeTS8","title":"The Outbox Pattern in Event-Driven ASP.NET Core Microservice Architectures","shortId":"6wVnKeTS8","createdAt":"2021-05-26T19:55:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":66,"score":27034824,"tagsStr":"general-programming,architecture,aspnet,rabbitmq","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:55:43.000Z","url":"https://itnext.io/the-outbox-pattern-in-event-driven-asp-net-core-microservice-architectures-10b8d9923885","canonicalUrl":"https://itnext.io/the-outbox-pattern-in-event-driven-asp-net-core-microservice-architectures-10b8d9923885","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76345ad9192f886c79d7f9d8df738ff8","ratio":1.59151193633952,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAwQRMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEB/9oADAMBAAIRAxEAPwDTdmANrW0FQo4CvPR9lIz1AcFaxEQuv//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"e77o_4LCI","title":"A Thorough Analysis of CSS-in-JS","shortId":"e77o_4LCI","createdAt":"2021-05-26T14:17:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":247,"score":27034777,"tagsStr":"general-programming,react,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:08:49.000Z","url":"https://css-tricks.com/a-thorough-analysis-of-css-in-js/","canonicalUrl":"https://css-tricks.com/a-thorough-analysis-of-css-in-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c67e4c14f8e85ec722a0f149aece9bed","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAAUDAwUAAAAAAAAAAAAAAAECBBEDBxIFBiETNYGU4v/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQABAwQDAAAAAAAAAAAAAAABAgMEAAURIRNB8P/aAAwDAQACEQMRAD8Ah3HbHqm73L1JN0m4p4416PWwk5kuS58DJFb1Ud0T632AAu6SHI5TxHGfd0hEYQ484lQ0Dqv/2Q==","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":11,"description":null,"toc":null,"summary":null},{"id":"RD06ThJjq","title":"Science with Sam: What is ASMR?","shortId":"RD06ThJjq","createdAt":"2021-05-27T03:31:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2274312-science-with-sam-what-is-asmr/","canonicalUrl":"https://www.newscientist.com/article/2274312-science-with-sam-what-is-asmr/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2e3dc081a7c4362205b4a6d3ee7bfce","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAQFESESQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAICAwEAAAAAAAAAAAAAAAECABEDBFGx/9oADAMBAAIRAxEAPwDEclcJNHjr28eNYCF8ozGXXmtgqCOHR91POtqzswyJUE7CrbkAfB2lKu2FvJfQPIVc1P/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3mDHMo8w6","title":"Huge spiral found in Indian desert may be largest drawing ever made","shortId":"3mDHMo8w6","createdAt":"2021-05-27T03:31:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:00:00.000Z","url":"https://www.newscientist.com/article/2278465-huge-spiral-found-in-indian-desert-may-be-largest-drawing-ever-made/","canonicalUrl":"https://www.newscientist.com/article/2278465-huge-spiral-found-in-indian-desert-may-be-largest-drawing-ever-made/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0e6c27dacfaa5c577bd74a1664a693d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAACAgEDBQAAAAAAAAAAAAABAgADBAURIRQiMUGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAwAC/9oADAMBAAIRAxEAPwC2DmPgU2qqrtt3VsoKsvsH5IWa7pBsY9PaOTwPAiIT4FXVWo8gb//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"EQzxwM8Xm","title":"Quantum internet: The race is on to build an unhackable online world","shortId":"EQzxwM8Xm","createdAt":"2021-05-27T03:31:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-900-quantum-internet-the-race-is-on-to-build-an-unhackable-online-world/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-900-quantum-internet-the-race-is-on-to-build-an-unhackable-online-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78647facbfe08c15ed72c57c6e9634eb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAAYCAQUAAAAAAAAAAAAAAAECAxExBBIhBRMiQeH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAECABETITFB/9oADAMBAAIRAxEAPwDDcDqKHCW3moLvvxq6SaiqqiL2JV5Tm6oRxPHn8ABUuMyivI0OzDJ1P//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_mjVtrywP","title":"Scottish blue tits mostly survive on food from garden bird feeders","shortId":"_mjVtrywP","createdAt":"2021-05-27T03:31:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2278510-scottish-blue-tits-mostly-survive-on-food-from-garden-bird-feeders/","canonicalUrl":"https://www.newscientist.com/article/2278510-scottish-blue-tits-mostly-survive-on-food-from-garden-bird-feeders/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0753670c8efd10f62fe3b74bdd541a4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABAwUBAQAAAAAAAAAAAAABAgMEAAURMUEhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAwQRIf/aAAwDAQACEQMRAD8AmJF/lXqzh67vuOyktFqMhgBtKdElR7vQHN1HqjzCo4SwRnzKjn7SlHHWqV8AltDMz+mf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"p1enhtnOA","title":"Soil microbe transplant could improve tree growth and remove more CO2","shortId":"p1enhtnOA","createdAt":"2021-05-27T03:31:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278742-soil-microbe-transplant-could-improve-tree-growth-and-remove-more-co2/","canonicalUrl":"https://www.newscientist.com/article/2278742-soil-microbe-transplant-could-improve-tree-growth-and-remove-more-co2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b37e5cde133ad63d01ab78a05021024","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABAwUAAwAAAAAAAAAAAAABAAIhAwQFBhEVgbH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAAICAwAAAAAAAAAAAAAAAAABAgMEQVL/2gAMAwEAAhEDEQA/AI7d52StbMZ5CoBIEmeDpB9KWc5l6hLxmbrjpgnn1EU6WTb0Oq4rR//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"soXO0oQVx","title":"Japan wants to use the Olympic games to promote hydrogen to the world","shortId":"soXO0oQVx","createdAt":"2021-05-27T03:31:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033362-100-japan-wants-to-use-the-olympic-games-to-promote-hydrogen-to-the-world/","canonicalUrl":"https://www.newscientist.com/article/mg25033362-100-japan-wants-to-use-the-olympic-games-to-promote-hydrogen-to-the-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a7ffce94caf3e2332e40fa7dff7a698","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwUEIRESM2HS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMEESEy/9oADAMBAAIRAxEAPwDe5ZsbQRuZY5MEbZRkNjhLGdAPfXkgb0SpctDYOle43djsk+cfKIjMbTshKLMjOThf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lweCUp1Wr","title":"Announcing ksqlDB 0.18.0","shortId":"lweCUp1Wr","createdAt":"2021-05-26T17:22:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"conf","views":7,"score":27034430,"tagsStr":"kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:49:00.000Z","url":"https://www.confluent.io/blog/ksqldb-0-18-features-and-updates/","canonicalUrl":"https://www.confluent.io/blog/ksqldb-0-18-features-and-updates/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RDWhZ8S_lN","title":"Bitcoin rival Chia 'destroyed' hard disc supply chains, says its boss","shortId":"RDWhZ8S_lN","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2278696-bitcoin-rival-chia-destroyed-hard-disc-supply-chains-says-its-boss/","canonicalUrl":"https://www.newscientist.com/article/2278696-bitcoin-rival-chia-destroyed-hard-disc-supply-chains-says-its-boss/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f89ff3eb91474fe31bd1b8828b376a2e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMRAAUGFCFxBAcTYaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRMUH/2gAMAwEAAhEDEQA/AI8YzW4sdExrWn3iBCloeBHowY5PAAqd3uMz5Vzcrmnc7aVox9pSld1Croj2C8dzazK3BP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ehHLRv76u","title":"Pesticide-resistant blood-sucking lice threaten wild and farmed fish","shortId":"ehHLRv76u","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2278541-pesticide-resistant-blood-sucking-lice-threaten-wild-and-farmed-fish/","canonicalUrl":"https://www.newscientist.com/article/2278541-pesticide-resistant-blood-sucking-lice-threaten-wild-and-farmed-fish/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0eec30db3acebe36f3deaa6e68a62a7f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBABAAEDBAMBAAAAAAAAAAAAAQIAAwQFEyExBhFh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/ALfHSTesahK6y07Isy2x4lKXQIfvdbUsRZKZMoi8G2Pr5SlCml1//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JtbXR3eCg","title":"Learn Basic Terraform Syntax in 20 minutes","shortId":"JtbXR3eCg","createdAt":"2021-05-26T18:13:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":35,"score":27034640,"tagsStr":"aws,terraform","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:00:52.000Z","url":"https://www.freecodecamp.org/news/terraform-syntax-for-beginners/","canonicalUrl":"https://www.freecodecamp.org/news/terraform-syntax-for-beginners/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81fdd03432a9ca7a8ca8ecf30ef4d7da","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQRIQUSIjGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIS/9oADAMBAAIRAxEAPwDXY4SvHarsY0MjnyXtZoHG/mfWlRoVWnq2KEAaHgiJmmVlH//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@letsdotech_dev","readTime":14,"description":null,"toc":null,"summary":null},{"id":"bXyiw5pUH_","title":"How effective are the different vaccines against covid-19 variants?","shortId":"bXyiw5pUH_","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033363-500-how-effective-are-the-different-vaccines-against-covid-19-variants/","canonicalUrl":"https://www.newscientist.com/article/mg25033363-500-how-effective-are-the-different-vaccines-against-covid-19-variants/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fee89e7b3e1852ffccfb5ed924d0b053","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEEiEFBjFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhFR/9oADAMBAAIRAxEAPwDHdH2iFvDTRTBXleVCAsYUIou1+WewDf6cicbey7Tx64KSnmp5gWD2MYwklg2z/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"32TCiGJDK","title":"Facebook will no longer stop the spread of a theory that COVID-19 was manufactured","shortId":"32TCiGJDK","createdAt":"2021-05-27T01:12:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034632,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T01:08:08.000Z","url":"https://www.theverge.com/2021/5/26/22455797/facebook-covid-19-man-made-moderation","canonicalUrl":"https://www.theverge.com/2021/5/26/22455797/facebook-covid-19-man-made-moderation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7143fedb825f6d8bb4d2ea26df9da4d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQADBAIFESETIzFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM1RLjEYjcT1pjSHTnurddFQz5oVAa+KedFESH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ekCs89Oqgp","title":"Fossils of extinct plants reveal origins of today’s flowering species","shortId":"ekCs89Oqgp","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2278672-fossils-of-extinct-plants-reveal-origins-of-todays-flowering-species/","canonicalUrl":"https://www.newscientist.com/article/2278672-fossils-of-extinct-plants-reveal-origins-of-todays-flowering-species/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1f9f761fb72c96bb6b0e26724c6a06a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBRITIjFBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRQf/aAAwDAQACEQMRAD8A31pk2QhZ5YuXSXFvOJU4XFGJ2Ej74qlZzFhRDt07yA9tbeBPuBNKUNN8Yu50/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"R9yo8kymW3","title":"Non-kosher fish eaten in Jerusalem during early days of Judaism","shortId":"R9yo8kymW3","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278415-non-kosher-fish-eaten-in-jerusalem-during-early-days-of-judaism/","canonicalUrl":"https://www.newscientist.com/article/2278415-non-kosher-fish-eaten-in-jerusalem-during-early-days-of-judaism/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e4ba1ff916de563f231ea4936a6e5bb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEEQADBRIxBhMhImH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAICAwAAAAAAAAAAAAAAAAABESECMZH/2gAMAwEAAhEDEQA/AMh060aOEOshldLtlIIVbvo8pJgKT6zMHgjU/alXGzLuK0QsJkwNjxSlHFKNIvDu30//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BFZVLbb4i5","title":"Are plans for a carbon-negative power plant too costly to be worth it?","shortId":"BFZVLbb4i5","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278434-are-plans-for-a-carbon-negative-power-plant-too-costly-to-be-worth-it/","canonicalUrl":"https://www.newscientist.com/article/2278434-are-plans-for-a-carbon-negative-power-plant-too-costly-to-be-worth-it/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22c07254b72b6701d5fd25bd86603e99","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRMQUGByFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECBANBUv/aAAwDAQACEQMRAD8A3Fv3KUxEzcbxob0FV8A/dVAn61SWaSQWZUOxbCTMAMnQ8apSpCv2Oh1ig9H/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"22UGFVZe1","title":"WHO boss wants 10 per cent of every country vaccinated by September","shortId":"22UGFVZe1","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278519-who-boss-wants-10-per-cent-of-every-country-vaccinated-by-september/","canonicalUrl":"https://www.newscientist.com/article/2278519-who-boss-wants-10-per-cent-of-every-country-vaccinated-by-september/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60ed96112c17d4f23687bbcf579d5870","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAJRAAAQMCAwkAAAAAAAAAAAAAAgABAwQRBQYhBxITFBUxQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAQACAwAAAAAAAAAAAAAAAAEAEgIEBf/aAAwDAQACEQMRAD8AtgW1qDGc2iNZAVN1GblwjYykEbWYbXbR/f3wtFPh75aP3RE1zlokO3MSxP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ImyY7t5aeS","title":"Did you know? Fewer than 100 people have a photographic memory","shortId":"ImyY7t5aeS","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2272135-did-you-know-fewer-than-100-people-have-a-photographic-memory/","canonicalUrl":"https://www.newscientist.com/article/2272135-did-you-know-fewer-than-100-people-have-a-photographic-memory/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70a1285eb998b93fe3bbeb5a80409ac7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBRIhFSJBkZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAASEAAhESMf/aAAwDAQACEQMRAD8AtcsMbZWyX8m2WFtrktpG5KNgNpHAnwPdY3rOFR2JtWClPAneY+aUpmxDLgKDPFP/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JblNqr_0dm","title":"Cities like London and New York have their own unique microbiomes","shortId":"JblNqr_0dm","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278624-cities-like-london-and-new-york-have-their-own-unique-microbiomes/","canonicalUrl":"https://www.newscientist.com/article/2278624-cities-like-london-and-new-york-have-their-own-unique-microbiomes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b0daadb2cc92f3c4a07b20fec584615","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDBAUGEQchIjE1U4H/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAABAzECExT/2gAMAwEAAhEDEQA/AKVHXBik8XinyNPTIao+8+6vs4jWyxpFHH7besoid8mVsvnjVI//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oFMP8NYBg","title":"Interoperability will unleash power of AI for medical imaging","shortId":"oFMP8NYBg","createdAt":"2021-05-26T22:27:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034467,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T22:18:29.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132515&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132515","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ee747c1368238ec6c5384be685c9c80","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEEQADBQYSFCFBUZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAAYDAAAAAAAAAAAAAAAAAAECBBJRESLR/9oADAMBAAIRAxEAPwC9jybzVL993i3FxN145AUkxwSkSQkJiCPczNbgPew547EqV5PSkSfqlKc22NWbA3pEiEa4P//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"JKghdrGu50","title":"Only asteroids that hit a certain mineral trigger a mass extinction","shortId":"JKghdrGu50","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278447-only-asteroids-that-hit-a-certain-mineral-trigger-a-mass-extinction/","canonicalUrl":"https://www.newscientist.com/article/2278447-only-asteroids-that-hit-a-certain-mineral-trigger-a-mass-extinction/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4baa356d20587087fc8fe52e5c0874e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFBiEHERUxYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAQADAQAAAAAAAAAAAAAAAAIAAQMh/9oADAMBAAIRAxEAPwDQ6toWm5uzu3yeEs3mhYKVSAJyfq9qml6TaUZXPhJeSfV04H7SlR00Rd9iANmuT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3O0k4MSbPu","title":"Toxic beetle’s genetics reveals how evolution makes new organs","shortId":"3O0k4MSbPu","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278460-toxic-beetles-genetics-reveals-how-evolution-makes-new-organs/","canonicalUrl":"https://www.newscientist.com/article/2278460-toxic-beetles-genetics-reveals-how-evolution-makes-new-organs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c83fd067461f05eed2e4d15ea83beb2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQFERIhMQYiQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDTGzeZyF5FkvFczHMmwo9jfIRAwPTAqu4MCewdCBp+1aW2XuVt4luFEkwUB3X1DNpyQPnPylKiD//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Dr4XalncRN","title":"Monkeys can change their accent to communicate with another species","shortId":"Dr4XalncRN","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278562-monkeys-can-change-their-accent-to-communicate-with-another-species/","canonicalUrl":"https://www.newscientist.com/article/2278562-monkeys-can-change-their-accent-to-communicate-with-another-species/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c8ac3a9680a0ca7d5f85c0bdfcd83a6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBABAAEDAwUAAAAAAAAAAAAAAQQAAgMREzEFEhQVIf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAhFB/9oADAMBAAIRAxEAPwDBWRuoeX3QSPIhWJu4S5sR5EUKm9tHPjnuE5NrXSlKjrqGaDyHusYBP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"orlzGElCE","title":"Covid-19 news: A third of health burden may come from lasting effects","shortId":"orlzGElCE","createdAt":"2021-05-27T03:31:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-a-third-of-health-burden-may-come-from-lasting-effects/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-a-third-of-health-burden-may-come-from-lasting-effects/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6dd92f947c007ae42e34494a06147475","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERMhElFi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgARIRKx/9oADAMBAAIRAxEAPwDJHy0MdnjCJZ2eW2Ekm+gGBAKj563UZkckbjIXU3HGnJKz+KpoDZJ0B6pSp0Sx0dO+xGNYJ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":8,"description":null,"toc":null,"summary":null},{"id":"5gKwiZyca","title":"‘The Masked Singer’ Finale Recap: Who Is the Winner of Season 5?","shortId":"5gKwiZyca","createdAt":"2021-05-27T01:36:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27034656,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T01:23:17.000Z","url":"https://www.theringer.com/video/2021/5/26/22455585/the-masked-singer-finale-recap-who-is-the-winner-of-season-5","canonicalUrl":"https://www.theringer.com/video/2021/5/26/22455585/the-masked-singer-finale-recap-who-is-the-winner-of-season-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d61dad155e357792ed263c2c512d5a5e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUGB0FR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EAB4RAAICAAcAAAAAAAAAAAAAAAECAAMEERITIUHR/9oADAMBAAIRAxEAPwDIeP8Aky3VrtLm1tpHlneNZFTVlIBwT6bBJIGBVYpikSLIqu6gBm1UbH7jFKU/BILw25zlFG562Gk9eT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qSMy08v36","title":"New Tab Override 15.1 veröffentlicht","shortId":"qSMy08v36","createdAt":"2021-05-26T19:54:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27034314,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:33:04.000Z","url":"https://www.soeren-hentzschel.at/firefox/new-tab-override-15-1/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox/new-tab-override-15-1/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a6a1865aa7676a82bdee9dbbf56861a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgADBBEFQQYSIf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgQSMQP/2gAMAwEAAhEDEQA/ALR5xyN3EYdlWC9qe5bbG1jrfQHQkuCtYA7OSW+mIi8ZFpgPK6vbT//Z","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":3,"description":null,"toc":null,"summary":null},{"id":"y-c9paeMS","title":"Notion API, Ethereum Development, WWDC21 - Picks #181","shortId":"y-c9paeMS","createdAt":"2021-05-26T12:35:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":250,"score":27034627,"tagsStr":"general-programming,react,javascript,css,devtools,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-26T14:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:00:00.000Z","url":"https://daily.dev/blog/notion-api-ethereum-development-wwdc21-picks-181","canonicalUrl":"https://daily.dev/blog/notion-api-ethereum-development-wwdc21-picks-181","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b54fea24b436460efe2240816acfbb0","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAAUDAwUAAAAAAAAAAAAAAQIDBBEABRIGB0ETFCEiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAQD/2gAMAwEAAhEDEQA/ANpum5XaEXuSaygvGTMi6RxNHnusMRiPWOOYCanbdntOXa3Nbk7VfC5eJEcKiXoxmcAMMSn9EaUoNaF//9k=","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hPMsuaGlT","title":"LeBron James may have just proved the unannounced Beats Studio Buds are real","shortId":"hPMsuaGlT","createdAt":"2021-05-27T00:45:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034605,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:41:39.000Z","url":"https://www.theverge.com/2021/5/26/22455747/beats-studio-buds-apple-lebron-james-instagram-photos","canonicalUrl":"https://www.theverge.com/2021/5/26/22455747/beats-studio-buds-apple-lebron-james-instagram-photos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/175249fbaa541c20e993c39e69531e64","ratio":1.91176470588235,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCABESBAYFBxQhMUGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8Axjlsteq2/uRThLKAQxchIjCedhLt5I9VGs4hgyUel0xsSLlUST8pSibJwv/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_wz5shh8F","title":"Google Chrome Canvas Wallpapers","shortId":"_wz5shh8F","createdAt":"2021-05-27T00:39:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27034599,"tagsStr":"google,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/120159483/Google-Chrome-Canvas-Wallpapers","canonicalUrl":"https://www.behance.net/gallery/120159483/Google-Chrome-Canvas-Wallpapers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc2450cbe7533559b873ed3abaa7f579","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAUxBAYREiETQf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxEhEzGx/9oADAMBAAIRAxEAPwCrzYtdtp3jtt71aFh8pCOy9iMnxhwMee4zW1Hvy6xRrGUgYoAvYqfeP3NKUKoaoORsyDO3M1ZOQOs79n//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OONH0i-AJ","title":"Accessible SVGs: Perfect Patterns For Screen Reader Users","shortId":"OONH0i-AJ","createdAt":"2021-05-26T14:04:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":61,"score":27034570,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:20:00.000Z","url":"https://www.smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d691006a7681b67d60c6115a2ad5dd46","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSEyExQXGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAQEAAwEBAAAAAAAAAAAAAAIBAAMhEdH/2gAMAwEAAhEDEQA/ANn01ahAt7rpfU4rby4CQgZCM+PePlXA1jIfgxnlxGdzjaVnqe5ANKUoGO2ruB2u6iSOTz5n/9k=","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"vGO5GIQFA","title":"How to Build a GraphQL API Using Laravel","shortId":"vGO5GIQFA","createdAt":"2021-05-26T16:39:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":34,"score":27034549,"tagsStr":"graphql,laravel","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:34:32.000Z","url":"https://www.freecodecamp.org/news/build-a-graphql-api-using-laravel/","canonicalUrl":"https://www.freecodecamp.org/news/build-a-graphql-api-using-laravel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4a620fed5cfd0b5ed872da63347806e","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAhUQUGERIj/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AMspxdOtUBds1fqAS0asfWU8nWt8ZJbuCdWKxoiID4VQNAcYxi4kV7h2oHN//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@gudabayev","readTime":14,"description":null,"toc":null,"summary":null},{"id":"CDtisKe9W","title":"You can join Twitter’s Clubhouse-like Spaces rooms from a browser starting Wednesday","shortId":"CDtisKe9W","createdAt":"2021-05-26T23:39:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034539,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T23:37:45.000Z","url":"https://www.theverge.com/2021/5/26/22455799/twitter-spaces-web-browser-clubhouse-social-audio-room","canonicalUrl":"https://www.theverge.com/2021/5/26/22455799/twitter-spaces-web-browser-clubhouse-social-audio-room","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04702ec8ec8632ed93b46fa09a1fb7e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACEQMEBgUSURMhMTLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8AvcN1c2WHXViaTn9QVjvD9sS2PEHjlZ0yjSLGks7kT7H6iKnfOZmGl1A//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"34ThQYb0y","title":"The PS5 will be profitable next month — and Uncharted 4 is coming to PC","shortId":"34ThQYb0y","createdAt":"2021-05-26T23:34:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034534,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T23:33:21.000Z","url":"https://www.theverge.com/2021/5/26/22455810/sony-ps5-profitable-uncharted-4-pc-investor-presentation","canonicalUrl":"https://www.theverge.com/2021/5/26/22455810/sony-ps5-profitable-uncharted-4-pc-investor-presentation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ef0ba0674e246f3f155e7046683bd36","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARIQUGBxJBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAEyQf/aAAwDAQACEQMRAD8Aw+r5S7vgjWB+t3pawUq6NO+33999+wI+EHjWRl2w9m5PO7MXlkZyWYsSSd8k8n9OMZc1Gv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ygN6DjCSv","title":"Uber finally recognizes UK driver union in historic agreement","shortId":"ygN6DjCSv","createdAt":"2021-05-26T22:04:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034444,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T22:01:35.000Z","url":"https://www.theverge.com/2021/5/26/22455533/uber-union-uk-gmb-eats-labor","canonicalUrl":"https://www.theverge.com/2021/5/26/22455533/uber-union-uk-gmb-eats-labor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db808632aadc40290ec569f4119b1634","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFBhEHIRIxQZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2TjGWrI8Qs91lpDciTEbecCOh5KSNkffe/2o9w4awWbPkypNjaU++6p1xQWobUokk6B0OzSlB//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ElJYvN6p8","title":"SanDisk’s new card reader dock is all I could ever want and more","shortId":"ElJYvN6p8","createdAt":"2021-05-26T21:54:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T21:50:00.000Z","url":"https://www.theverge.com/2021/5/26/22455534/sandisk-pro-dock-4-video-workflow-lexar-sd-cfast-cards-thunderbolt","canonicalUrl":"https://www.theverge.com/2021/5/26/22455534/sandisk-pro-dock-4-video-workflow-lexar-sd-cfast-cards-thunderbolt","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0bbb8839466d1ee3e4fea0aecb44524","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMCEQAHEyEEBhIxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCw11m5eonbKlPmtfVp25xhKUQaYOTRF1fHqs3ZENtK4WT4xAs/eMYwP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GO48DN89u","title":"UI & UX Micro-Tips: Volume Five","shortId":"GO48DN89u","createdAt":"2021-05-26T21:51:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034431,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:44:25.000Z","url":"https://marcandrew.me/ui-ux-micro-tips-volume-five/","canonicalUrl":"https://marcandrew.me/ui-ux-micro-tips-volume-five/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0fdacd435537f86d33911cffb020bdf8","ratio":1.66333998669328,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAURIQYTIiMxUv/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAHREAAQMFAQAAAAAAAAAAAAAAAgABAwQRIVGBof/aAAwDAQACEQMRAD8AibXwKDFtBj3O0xJkx1CiiQia42EEpwMpCN4O/YzUyOLXKOAz12PH2adWBrXzSlOhmIhe+eMqZYA166//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Q4_KYAPIS","title":"Stadia’s loss is Clubhouse’s gain: the social audio company has poached a longtime Google engineer","shortId":"Q4_KYAPIS","createdAt":"2021-05-26T21:43:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034423,"tagsStr":"tech-news,webdev,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T21:38:14.000Z","url":"https://www.theverge.com/2021/5/26/22455357/clubhouse-google-engineer-webrtc-justin-uberti-stadia","canonicalUrl":"https://www.theverge.com/2021/5/26/22455357/clubhouse-google-engineer-webrtc-justin-uberti-stadia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5568e275082ea9176f0c6528623a6cb6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAAwQhMQYSExYiQuH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EAB0RAAAFBQAAAAAAAAAAAAAAAAABAgMEERMhQWL/2gAMAwEAAhEDEQA/AJ8C5w7PVuiOWhlDIG0t8vb5Myy8hHy7nWitAzsQo2Gu0RLqE2m+8fQDJw2imyH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"etMrxlRYK","title":"Big Oil and Gas had a no good, very bad day","shortId":"etMrxlRYK","createdAt":"2021-05-26T21:31:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034411,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T21:25:15.000Z","url":"https://www.theverge.com/2021/5/26/22455387/big-oil-gas-shell-exxon-chevron-climate-change","canonicalUrl":"https://www.theverge.com/2021/5/26/22455387/big-oil-gas-shell-exxon-chevron-climate-change","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3ec93c9c8b1eeab8eb339304a91f2fc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFESESUQYiQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGxEAAQQDAAAAAAAAAAAAAAAAAAEDBCEyYfD/2gAMAwEAAhEDEQA/AI7nmU+/2sSJ2US1JAaeYVwLRwSCNHI9cYPfdYWXeZZlPEltR5q2tHJR39J2T+mlKaPaWC9l2j//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"A4f124rbu","title":"Happy 18th Birthday WordPress! Featuring 8 WordPress Veterans & Their WordPress Story","shortId":"A4f124rbu","createdAt":"2021-05-26T20:57:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27034377,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:40:23.000Z","url":"https://wp-content.co/wordpress-18/","canonicalUrl":"https://wp-content.co/wordpress-18/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00f56982d4db39a20902f2508f9d7821","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEEgUhQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDNc3kxlQY8ZxY2mJmjnWTu6ydq8dGq+qHZ3soiuplSsQg//9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"nqrpWtvyp","title":"How we worked with you towards a safe and spam-free Search experience in 2020","shortId":"nqrpWtvyp","createdAt":"2021-05-26T20:52:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034372,"tagsStr":"google,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://developers.google.com/search/blog/2021/05/working-with-you-for-safe-and-spam-free-search-2020","canonicalUrl":"https://developers.google.com/search/blog/2021/05/working-with-you-for-safe-and-spam-free-search-2020","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7cb6ef52dfd67db1d8001602509a7ef6","ratio":3.49376558603491,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhABAQACAgIDAAAAAAAAAAAAAQIAAwQRBSEiMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAQABBQAAAAAAAAAAAAAAAAEAAjEyQfD/2gAMAwEAAhEDEQA/ANB+R4ui93MutUtwdTT9g/JPzv31l/WE65mQmQAD0BjGSpu9ojcSf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yXsDK8cMm","title":"ArchivistaBox 2021/V mit Spracherkennung","shortId":"yXsDK8cMm","createdAt":"2021-05-26T05:02:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033422,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T04:41:43.000Z","url":"https://linuxnews.de/2021/05/archivistabox-2021-v-mit-spracherkennung/","canonicalUrl":"https://linuxnews.de/2021/05/archivistabox-2021-v-mit-spracherkennung/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fEQfai67H","title":"The Boring Company tests its ‘Teslas in Tunnels’ system in Las Vegas","shortId":"fEQfai67H","createdAt":"2021-05-26T20:47:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034367,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:44:13.000Z","url":"https://www.theverge.com/2021/5/26/22455365/elon-musk-boring-company-las-vegas-test-lvcc-loop-teslas","canonicalUrl":"https://www.theverge.com/2021/5/26/22455365/elon-musk-boring-company-las-vegas-test-lvcc-loop-teslas","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7a2c65bfd795363fe9b5c45ce05fdae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAgYABwAAAAAAAAAAAAABAgUAAwQGERMSFSQxUXHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8Aqs+2bcq6NyRyOkE6gm6hMWOPYFJC8kHxnHoReGFqAAS0tYA7dN9hCBUl2//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Xy6t9jyS2","title":"Iran bans cryptocurrency mining for four months to stave off blackouts","shortId":"Xy6t9jyS2","createdAt":"2021-05-26T20:36:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034356,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:34:57.000Z","url":"https://www.theverge.com/2021/5/26/22455264/iran-cryptocurrency-mining-ban-annual-summer-bitcoin-spies","canonicalUrl":"https://www.theverge.com/2021/5/26/22455264/iran-cryptocurrency-mining-ban-annual-summer-bitcoin-spies","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/799a1ac629603ec9cda585eea7a0dcfe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABBEhEzEGEmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AI/Ba21j4medHupDYJNAzv68BkchguN41nup05y7EAKCdKOh8pSiv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UA0k1uCGE","title":"Curious Garden","shortId":"UA0k1uCGE","createdAt":"2021-05-11T18:36:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27012636,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/118938053/Curious-Garden","canonicalUrl":"https://www.behance.net/gallery/118938053/Curious-Garden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e7212db7adb3ae3a3a5de069e87e5c9","ratio":1.96353436185133,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEEBUJxodH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAABEv/aAAwDAQACEQMRAD8A1zIxmRTBjbIJA4tVnS4L3deIioWq/9k=","siteTwitter":"@behance","creatorTwitter":"@ArtRusDesign","readTime":null,"description":null,"toc":null,"summary":null},{"id":"r9BB7MeCQ","title":"Wotruba. Himmelwärts","shortId":"r9BB7MeCQ","createdAt":"2021-05-26T20:33:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27034353,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/120170897/Wotruba-Himmelwaerts","canonicalUrl":"https://www.behance.net/gallery/120170897/Wotruba-Himmelwaerts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93aa228fdd9149d6638d1ab76f526ee7","ratio":1.54867256637168,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFBhEhEiIjMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERIf/aAAwDAQACEQMRAD8AqXkNktmPWl+BAWy8pLYdUmO13+Ib9kg8/Kze4ZNAVPklFoY6S6ojaAONmlKNN0WYf//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hloadsukV","title":"Influential panel recommends removing '14-day rule' on lab-grown embryos","shortId":"hloadsukV","createdAt":"2021-05-26T20:26:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034346,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:10:21.000Z","url":"https://www.livescience.com/14-day-rule-extended.html","canonicalUrl":"https://www.livescience.com/14-day-rule-extended.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/31429bc8fc83cd94a23da049e7beefe1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAAUDBAMAAAAAAAAAAAAAAAECAxEEBRIGFDFhISJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgADIUH/2gAMAwEAAhEDEQA/AMrs+olWm1ptbdFSuNvNy4a2yM1SU8n5L5EcdiVq2U7t7GMc1R69gAp6OXSe4XeBMoZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"uooqPibc6","title":"Primavera Sound plots 2022 return with staggering lineup featuring Disclosure, Massive Attack, Black Coffee, Lorde, and many more","shortId":"uooqPibc6","createdAt":"2021-05-26T20:21:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27034341,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:20:57.000Z","url":"https://dancingastronaut.com/2021/05/primavera-sound-is-making-its-return-with-a-massive-lineup-featuring-disclosure-massive-attack-black-coffee-dj-harvey-and-many-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/primavera-sound-is-making-its-return-with-a-massive-lineup-featuring-disclosure-massive-attack-black-coffee-dj-harvey-and-many-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f5167a7898b64df6e0ca75b9a334d0f","ratio":1.50943396226415,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIDBAAFESEGEiJRYXGS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAEFAQAAAAAAAAAAAAAAAAIAAQMEESH/2gAMAwEAAhEDEQA/AI258dLgwXbXaobDDEmCiI4VpzygDGu46ifZ8VlQftiAErfypOiRFzv7pSnyWTfNQIKwC3NX/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"x0vP4vCXf","title":"Sen. Amy Klobuchar calls on Justice Department to probe Amazon-MGM deal","shortId":"x0vP4vCXf","createdAt":"2021-05-26T20:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034338,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:12:58.000Z","url":"https://www.theverge.com/2021/5/26/22455449/amazon-mgm-klobuchar-buck-hawley-antitrust-investigation-probe","canonicalUrl":"https://www.theverge.com/2021/5/26/22455449/amazon-mgm-klobuchar-buck-hawley-antitrust-investigation-probe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33c043f8bba573410405b7e8aa5f1062","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxIEBhFRISIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAgMEEiJhwf/aAAwDAQACEQMRAD8AzGy+uzbVWhGnTMMjG9vLeuR4XoHM89yIy1hiMPhiIdHmTclKgBkbS3fF/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JCzWxypxR","title":"Of course repairing the new Apple TV remote is harder than simply unscrewing it","shortId":"JCzWxypxR","createdAt":"2021-05-26T20:09:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034329,"tagsStr":"apple,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:08:07.000Z","url":"https://www.theverge.com/2021/5/26/22455294/apple-tv-siri-remote-ifixit-teardown","canonicalUrl":"https://www.theverge.com/2021/5/26/22455294/apple-tv-siri-remote-ifixit-teardown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17dfa376ff128149b8493654aa44d202","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQMEAAIFERIhUQYHEyJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAbEQABBQEBAAAAAAAAAAAAAAACAAEDBBESIv/aAAwDAQACEQMRAD8AzfbBRk/drSVCnIuUWzXzhNQmxFwDKOD7XyG9fYtU6DpbmeZdJRyimqTPKnnlgDsC9t25hCGtEBt6bVTZlMM5fNX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7CRJtFW7h","title":"Rockstar Games, CircoLoco announces new label venture and compilation featuring Seth Troxler, Jamie Jones, Bedouin, and more","shortId":"7CRJtFW7h","createdAt":"2021-05-26T20:06:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27034326,"tagsStr":"venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:04:50.000Z","url":"https://dancingastronaut.com/2021/05/rockstar-games-announces-new-label-and-compilation-featuring-seth-troxler-jamie-jones-bedouin-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/rockstar-games-announces-new-label-and-compilation-featuring-seth-troxler-jamie-jones-bedouin-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d32ce6ae1738984eb93c5413e25f62e","ratio":1.49916666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQxBhESIQVxkv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAAMBAAAAAAAAAAAAAAAAAgABBAP/2gAMAwEAAhEDEQA/ANbaaw8U8UrQtbpbJECqNbsWLcgM42z117qI6nsJCXSzXi3Y3iGPqlKU6GbuRvFyZqf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Lyf_sj_rN","title":"PET/MRI advances efforts for virtual biopsy in breast cancer","shortId":"Lyf_sj_rN","createdAt":"2021-05-26T20:06:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034326,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:44:37.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132511&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132511","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f0e2f18a2658cc101cfa00a273c33db","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAAIEBQMREiExUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEBAQEAAAAAAAAAAAAAAAAAADFh/9oADAMBAAIRAxEAPwCRVu66gp58V7mShjIDxrrYPsKbSjuVmJ7PM+fqImFf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"SPU_PXLhC","title":"San Jose approves Google’s gigantic and controversial new downtown campus","shortId":"SPU_PXLhC","createdAt":"2021-05-26T20:04:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034324,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:59:59.000Z","url":"https://www.theverge.com/2021/5/26/22454939/google-san-jose-campus-dwontown-west-wfh","canonicalUrl":"https://www.theverge.com/2021/5/26/22454939/google-san-jose-campus-dwontown-west-wfh","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a60fea41a49e26506001e81a520890ce","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFESExBhITQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABETFR/9oADAMBAAIRAxEAPwCyn6oyD4S8VVtVgtYe1V8ILbMBs3r7WMXeXxy3UwkwySOHYM5mOrHXnilKjbsvBk5h/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MqlFEzWEW","title":"Getting Past the Limitations of Your Design Skills","shortId":"MqlFEzWEW","createdAt":"2021-05-26T19:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034305,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T06:02:39.000Z","url":"https://speckyboy.com/limitations-design-skills/","canonicalUrl":"https://speckyboy.com/limitations-design-skills/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/894c1d003d035a7bd1fbd1712af22fd5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwQFBiERIjKB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAACAAH/2gAMAwEAAhEDEQA/AIuFuHSmqrFrGroocIEPafQ5m0r1LBZFItHIB8G+REaGQL2//9k=","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":4,"description":null,"toc":null,"summary":null},{"id":"e7xcCXV5w","title":"Satellites may have been underestimating the planet's warming for decades","shortId":"e7xcCXV5w","createdAt":"2021-05-26T19:36:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:27:30.000Z","url":"https://www.livescience.com/satellites-underestimated-global-warming.html","canonicalUrl":"https://www.livescience.com/satellites-underestimated-global-warming.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea445a1ab30d2b2e78559751b61b67f0","ratio":1.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQQBBQEAAAAAAAAAAAABAwIABRESBAYUMUFhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAwADAQAAAAAAAAAAAAAAAQIDACHhE//aAAwDAQACEQMRAD8Aj7c11s7ew21fFUlcZJYCoGLpADaU852zn2Pyo1/Sdoa9jMche8jLSEgIxyfA+UpQ5uxqwJ13KlpJ4qQN8Gf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_xxyIcvrx","title":"Microsoft is holding an Xbox and Bethesda showcase on June 13th","shortId":"_xxyIcvrx","createdAt":"2021-05-26T19:06:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034266,"tagsStr":"tech-news,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:02:20.000Z","url":"https://www.theverge.com/2021/5/26/22453024/microsoft-xbox-bethesda-showcase-presentation-event-e3-2021","canonicalUrl":"https://www.theverge.com/2021/5/26/22453024/microsoft-xbox-bethesda-showcase-presentation-event-e3-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6568b12f289fea1e62282c19ead6219","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAEDBBECBTFREhNBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAExQf/aAAwDAQACEQMRAD8AwNO4NG1setVramu6ccel0ah0mhGYp9n5B7wJ0nsACKSY/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lM7wFk8kU","title":"Boost Mobile is offering customers an Android 11 phone for $35","shortId":"lM7wFk8kU","createdAt":"2021-05-26T19:01:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034261,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:56:42.000Z","url":"https://www.theverge.com/2021/5/26/22454954/wiko-ride-3-boost-mobile-price-availability","canonicalUrl":"https://www.theverge.com/2021/5/26/22454954/wiko-ride-3-boost-mobile-price-availability","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0bb5e98c5772d27367c7d41f37ef313","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQFMQcIEVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAjJBgf/aAAwDAQACEQMRAD8AtrPc30u4WzwujZLC5lEC13ZlI5B8ytQHJRFV4LoWf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xMF_AixP6","title":"Facebook plans to bury users who regularly share misinformation","shortId":"xMF_AixP6","createdAt":"2021-05-26T18:45:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034245,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:42:49.000Z","url":"https://www.theverge.com/2021/5/26/22455076/facebook-misinformation-individual-users-hiding-posts","canonicalUrl":"https://www.theverge.com/2021/5/26/22455076/facebook-misinformation-individual-users-hiding-posts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38442298a0b565c75b0ad59f2ca8acdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQRE1GB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8AwKvagjr63UopH4OJC94I8BAUW0jqIjVCXNboHJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8IcbUQJoh","title":"Top Free React Native UI Kits You Need in 2021","shortId":"8IcbUQJoh","createdAt":"2021-05-26T10:38:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":70,"score":27034239,"tagsStr":"react,react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T17:24:19.000Z","url":"https://code.likeagirl.io/top-free-react-native-ui-kits-you-need-in-2021-743cac0c6483","canonicalUrl":"https://code.likeagirl.io/top-free-react-native-ui-kits-you-need-in-2021-743cac0c6483","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae3a57c2e4872043fe9c0d19b3e8185c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFIQYSMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwCev8a45ksGvLtX90jB2anDcIU3DoXO0mNHZERr5upq69iw6sM210WgT0K3E9o9TA80pUQS4zEwnf/Z","siteTwitter":"@code_likeagirl","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"2gC6W-_Nl","title":"Ibex obtains CE Mark for Galen Breast software","shortId":"2gC6W-_Nl","createdAt":"2021-05-26T18:37:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034237,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:26:24.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132510&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132510","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d8ae0cfa976b7e7d28c3c86819f76d1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACIQAAIBBAEEAwAAAAAAAAAAAAECAwAEBREhBhJBURQxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAhEAARIhIv/aAAwDAQACEQMRAD8AyDA9K44YlfnEO8oBLEkbfwq8fW+N+aBl6RxrSOUy+NjUkkIZSSo9b3zUpc313JbQLJdTsqx9qhpCQB6H5wKX1WRgHOLgVRHtqf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"AAZey9cNJ","title":"AI Could Soon Write Code Based on Ordinary Language","shortId":"AAZey9cNJ","createdAt":"2021-05-26T18:18:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27034218,"tagsStr":"general-programming,microsoft,ai,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:15:00.000Z","url":"https://www.wired.com/story/ai-write-code-ordinary-language/","canonicalUrl":"https://www.wired.com/story/ai-write-code-ordinary-language/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b1faa4668304d612350c1ef0a6380d5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMEBRIhBjHC/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAgEQACAAQHAAAAAAAAAAAAAAABAgADBEERISIxUXHB/9oADAMBAAIRAxEAPwDLfGMU39u+Eci8tjOtEueUsoXkwgn0ZA7EddVL3G1pdi2PsC0mYzo+KUpT6VBHJ8iFTkzZxVzkFU74XYW6Ef/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cJqNq_y_b","title":"[ ] Ich bin kein Roboter und/oder visuell beeinträchtiger Mensch","shortId":"cJqNq_y_b","createdAt":"2021-05-26T17:54:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27034194,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:45:37.000Z","url":"https://tuxproject.de/blog/2021/05/ich-bin-kein-roboter-und-oder-visuell-beeintraechtiger-mensch/","canonicalUrl":"https://tuxproject.de/blog/2021/05/ich-bin-kein-roboter-und-oder-visuell-beeintraechtiger-mensch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/252bab8de054a75bd5eed9a62cecd716","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUI/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDBBEABRMhInGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBCEREjFBUf/aAAwDAQACEQMRAD8Azn03WSsnjyVIrcET2p+J1sfXJVMHJnRkMXJUkehxUOxzVmirmZIUDQAq2h+8LbIs1qFq0JLEkljyokRY62G064Muy5PPtXYOZeWbirH/2Q==","siteTwitter":"@hirnfick_20","creatorTwitter":"@tux0r","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bNOJEQzVA","title":"Ultra Music Festival reaches mutual agreement with Miami residents","shortId":"bNOJEQzVA","createdAt":"2021-05-26T17:49:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27034189,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:47:49.000Z","url":"https://dancingastronaut.com/2021/05/ultra-music-festival-reaches-mutual-agreement-with-miami-residents/","canonicalUrl":"https://dancingastronaut.com/2021/05/ultra-music-festival-reaches-mutual-agreement-with-miami-residents/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c7a702ea7bfd8deb79f1504332918b4","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQIEAAMFERIhExUiUWGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMEMaH/2gAMAwEAAhEDEQA/AM1NfYPWEpDhpKQ4QdzzkSoeCBon5E9boKe006cojWXJa/u1tQhDBquTjmGOOh+oPZ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RzNMFkXjv","title":"Andy Jassy will become Amazon’s CEO on July 5th","shortId":"RzNMFkXjv","createdAt":"2021-05-26T17:38:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034178,"tagsStr":"aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:35:01.000Z","url":"https://www.theverge.com/2021/5/26/22455126/amazon-ceo-andy-jassy-jeff-bezos-july-5-birthday","canonicalUrl":"https://www.theverge.com/2021/5/26/22455126/amazon-ceo-andy-jassy-jeff-bezos-july-5-birthday","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e850a902f5f9bc6091fc757e0691f7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQADESECBBIFMv/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEhAv/aAAwDAQACEQMRAD8AwNtjX3PE1mC0cHG8siHMSJPVnqpPzV1Kmpm0RU4gdP/Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Q6ZLC7ahk","title":"1Password’s web extension now supports Touch ID, Windows Hello, and dark mode","shortId":"Q6ZLC7ahk","createdAt":"2021-05-26T17:18:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034158,"tagsStr":"safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:13:08.000Z","url":"https://www.theverge.com/2021/5/26/22454991/1password-for-web-touch-id-windows-hello-dark-mode-chrome-edge-firefox-biometrics","canonicalUrl":"https://www.theverge.com/2021/5/26/22454991/1password-for-web-touch-id-windows-hello-dark-mode-chrome-edge-firefox-biometrics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/329ef298f5721ac407aa231606d1821b","ratio":1.91054313099042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAwQSFFKRotH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAESMf/aAAwDAQACEQMRAD8Ax7MyTbdkpUi0qyjUFJIbuTtzby8j5ERU9DKw/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FhEk6TDjk","title":"Blender OSS and Licenses","shortId":"FhEk6TDjk","createdAt":"2021-05-26T12:22:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"blender","views":12,"score":27034156,"tagsStr":"general-programming,open-source,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:16:41.000Z","url":"https://code.blender.org/2021/05/blender-oss-and-licenses/","canonicalUrl":"https://code.blender.org/2021/05/blender-oss-and-licenses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6eb3d506c83887eeaef5bbbd6c1e9d3","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAAQEBwEAAAAAAAAAAAAAAAECEQMFBxQEEyEiMWGT0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQAEBZEDEyEx/9oADAMBAAIRAxEAPwDchU0khmRrvILq25OIfTt08i0qfyUia4mXsn4ACbMm782G02Y9senGKX//2Q==","siteTwitter":"@blender_org","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"EnJJeTdIV","title":"Google isn’t ready to turn search into a conversation","shortId":"EnJJeTdIV","createdAt":"2021-05-26T17:13:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034153,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:04:43.000Z","url":"https://www.theverge.com/2021/5/26/22454513/google-future-of-search-conversation-ai-mum-lamda","canonicalUrl":"https://www.theverge.com/2021/5/26/22454513/google-future-of-search-conversation-ai-mum-lamda","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43d3bb5282e896c12cbb9ff8e4dba3e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQIEBwAAAAAAAAAAAAAAAQACAxEhIgQSIzJBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMAa9mQaQuBIuNKT9UzFhDdh4bncmZqe0RMI/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"FVNPg1XBr","title":"That Loving (and Frenetic) Knicks Playoff Feeling Is Back","shortId":"FVNPg1XBr","createdAt":"2021-05-26T17:04:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27034144,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:56:51.000Z","url":"https://www.theringer.com/2021/5/26/22454941/new-york-knicks-madison-square-garden","canonicalUrl":"https://www.theringer.com/2021/5/26/22454941/new-york-knicks-madison-square-garden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0466c826c815bddcffda95287690499e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQMCBAAFERIxYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgAEERJR/9oADAMBAAIRAxEAPwCV6uNTvNbVqMaFzgl7JSIMpmbl9BPPnDzmau5siO4vCC/MQ9gAB+D0fzGMN3nZUXD7E9UdOdn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"68Zdkj4_C","title":"COVID-19's impact on radiologist careers differs by gender","shortId":"68Zdkj4_C","createdAt":"2021-05-26T16:14:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034094,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:05:40.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132508&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132508","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96525e69ea44c89e138606d702f0798d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQIH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDAAQRBRIhMRQiQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AN9vrq7uvKgmvPGjZZUaONPZOwoDd5Iwfs546p7TbIQadawh7hRHEiYeTewwAOWPJP7U2KIuqakyqoZjHuIHJ9PmkKD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"3j_CMEVSe","title":"Watch two whole seconds of the increasingly real Uncharted movie","shortId":"3j_CMEVSe","createdAt":"2021-05-26T16:11:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034091,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:06:05.000Z","url":"https://www.theverge.com/2021/5/26/22454836/uncharted-movie-watch-two-seconds-sony","canonicalUrl":"https://www.theverge.com/2021/5/26/22454836/uncharted-movie-watch-two-seconds-sony","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2055e052ca579010f27faf80eda6227","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAgECBAcAAAAAAAAAAAAAAQIDAAQFBhJBERMUITFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQDB/9oADAMBAAIRAxEAPwDHre3ijzxiWDSKzxT3ejmghXXfiO3s/Kihui8MbzNcvIygs3VSDUdz5pSpwyZb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-aMYzHyRx","title":"Nvidia teases GeForce RTX 3080 Ti announcement for May 31st","shortId":"-aMYzHyRx","createdAt":"2021-05-26T16:11:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034091,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:09:05.000Z","url":"https://www.theverge.com/2021/5/26/22454930/nvidia-geforce-rtx-3080-ti-announcement-may-31st-event","canonicalUrl":"https://www.theverge.com/2021/5/26/22454930/nvidia-geforce-rtx-3080-ti-announcement-may-31st-event","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43eff25fb8092afc1b7a6aa60886587f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgQABRESAyExcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhof/aAAwDAQACEQMRAD8AmE/kNhlzbM5Mp+dUBkHCldsHIBB8e/lWQWKWg1F1Y69ZMZKUqVZc6IjKdI3kSgT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"d4hmV6hsc","title":"Merlin Labs wants to fill the sky with pilotless planes carrying cargo and passengers","shortId":"d4hmV6hsc","createdAt":"2021-05-26T16:01:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034081,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:00:00.000Z","url":"https://www.theverge.com/2021/5/26/22453042/merlin-labs-autonomous-flight-startup-stealth-funding","canonicalUrl":"https://www.theverge.com/2021/5/26/22453042/merlin-labs-autonomous-flight-startup-stealth-funding","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b40509d7752bf471d4294b311074ca4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAQQBAgcAAAAAAAAAAAAABAABAgMHEkEGJTEyU3LR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgMEABExcZHR/9oADAMBAAIRAxEAPwCeL8gWDnxvpGKqhDuHrM01WezaHfbZ2Welmkx5PyUPr5JfERBrV0kjBbXs+5StSNHIVTbgZ//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7RJ7aa9_e","title":"Blood Supermoon Lunar Eclipse wows skywatchers around the world","shortId":"7RJ7aa9_e","createdAt":"2021-05-26T15:52:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034072,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:30:33.000Z","url":"https://www.livescience.com/photos-supermoon-total-lunar-eclipse-may-2021.html","canonicalUrl":"https://www.livescience.com/photos-supermoon-total-lunar-eclipse-may-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bee2e88f270f1fc36e47822a792ca1cd","ratio":1.75953079178886,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEEMeH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8Aztx0PZyXhWUDAxBHuH7JciIjtNwv/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DXGUnOBaP","title":"Handwritten Einstein letter containing famous E=mc2 equation sells for $1.2 million","shortId":"DXGUnOBaP","createdAt":"2021-05-26T15:52:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:40:52.000Z","url":"https://www.livescience.com/einstein-letter-emc2-sold-at-auction.html","canonicalUrl":"https://www.livescience.com/einstein-letter-emc2-sold-at-auction.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da6b3611c5005a7073f61f5e11dfdf7b","ratio":1.77897574123989,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQUAAgMAAAAAAAAAAAAAAQACAwQRBQYSIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANtj8ywexA+YpOz0bq9ixLNNw1Z0kji9zsI0k6SiKZf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"08GInc3vH","title":"Ford is making an electric Explorer, boosts EV investment by $8 billion","shortId":"08GInc3vH","createdAt":"2021-05-26T15:45:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034065,"tagsStr":"business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:39:58.000Z","url":"https://www.theverge.com/2021/5/26/22454728/ford-plus-pro-electric-explorer-suv-investment","canonicalUrl":"https://www.theverge.com/2021/5/26/22454728/ford-plus-pro-electric-explorer-suv-investment","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c38c390a27afb9c270194567f07ea1ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDBAARBSEiUVKx0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABACICAxH/2gAMAwEAAhEDEQA/AMU4TdkuulE7ijiLORGxCyHRJJXv0jn7ya9Ri7E2JNk+KfMYxuFgWB20eE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"afQVvf1Yf","title":"1918 flu mutated to become deadlier in later waves, century-old lungs reveal","shortId":"afQVvf1Yf","createdAt":"2021-05-26T15:38:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034058,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:14:58.000Z","url":"https://www.livescience.com/1918-flu-variant-deadlier-later-waves-lung-tissue.html","canonicalUrl":"https://www.livescience.com/1918-flu-variant-deadlier-later-waves-lung-tissue.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff408d258817e8eefc5f9160dff780ff","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQIDBAARBQYSMQcTISIyYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxOW5GGYvMilqM5Hkzubpc8lNgKAbBWCFK27j7NthUq+IbEdamXn8wJdbOhQbnEpBHQ2JNyPtKUH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6vgySHQf9","title":"How to Use React-Hook-Form to Build Beautiful Forms with Chakra UI","shortId":"6vgySHQf9","createdAt":"2021-05-25T20:35:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":1025,"score":27034057,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-26T06:00:00.000Z","discussionScore":6,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:26:38.000Z","url":"https://www.freecodecamp.org/news/how-to-use-react-hook-form-with-chakra-ui/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-react-hook-form-with-chakra-ui/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd992909fc66259894a4f60cedd98b71","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRABAAEDBQAAAAAAAAAAAAAAAQACESESMlGRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAIRAf/aAAwDAQACEQMRAD8A0vQJVmrLfc+cSgsBd7iI5ITV3Z9raf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@BrodasGeo","readTime":7,"description":null,"toc":null,"summary":null},{"id":"HXwnboLJQ","title":"The Lakers May Have Found a Way to Burn Out the Suns","shortId":"HXwnboLJQ","createdAt":"2021-05-26T15:37:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27034057,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:27:55.000Z","url":"https://www.theringer.com/2021/5/26/22454834/lakers-suns-nba-playoffs-lebron-james","canonicalUrl":"https://www.theringer.com/2021/5/26/22454834/lakers-suns-nba-playoffs-lebron-james","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12a931687f58dca6b2117ec25894214e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAREiEFMQYycf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQEBAAICAwAAAAAAAAAAAAABAgARAwUhMWH/2gAMAwEAAhEDEQA/AK3GRGp3lUhqUnPJLg9iE6cyBKb2J338rQRmiIzQzJsgbOz1SlAO1ur5iKfBMOvqO8Xiz6z/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"FQcLBPxrC","title":"Lockheed Martin and GM are working on an electric Moon buggy","shortId":"FQcLBPxrC","createdAt":"2021-05-26T15:34:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034054,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:30:00.000Z","url":"https://www.theverge.com/2021/5/26/22454485/lockheed-martin-general-motors-gm-electric-autonomous-buggy-moon-rover-nasa","canonicalUrl":"https://www.theverge.com/2021/5/26/22454485/lockheed-martin-general-motors-gm-electric-autonomous-buggy-moon-rover-nasa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de36e41599e76d182f67ff3aa530a86c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERIUMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8Aw2fAQd22njYJz1IUK7Xfn3VE1rk5JncZm4QMxPFV0B8A3SlIlwnqnp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IiiOAg6Zw","title":"Looking to leave WordPress behind? You?re not alone","shortId":"IiiOAg6Zw","createdAt":"2021-05-26T15:18:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034038,"tagsStr":"wordpress,cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:49:58.000Z","url":"https://martech.org/looking-to-leave-wordpress-behind-youre-not-alone/","canonicalUrl":"https://martech.org/looking-to-leave-wordpress-behind-youre-not-alone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/efb58fbde2b364d8d03ff02c99f4e99e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQIHAQAAAAAAAAAAAAABAgADEgUGISIxQVHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQMhQf/aAAwDAQACEQMRAD8AjOYK1N8KoXhyHQEDTofZPmdrjuPPsRJ4FTHD/9k=","siteTwitter":"@sengineland","creatorTwitter":"@pamelaparker","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CBcTVfMDS","title":"Amazon Just Bought MGM For Over $8 Billion. Your Move, Netflix","shortId":"CBcTVfMDS","createdAt":"2021-05-26T15:16:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27034036,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:12:00.000Z","url":"https://www.wired.com/story/amazon-mgm-acquisition-streaming","canonicalUrl":"https://www.wired.com/story/amazon-mgm-acquisition-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f854bdd7a276f5456f25119b7a90c918","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDEQAEBSFhEhP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AmJxl7j7hp9rNXy/mZKXFEhW5E7jna3QzbJAK7NXo7Pl8gTwRqlKtMEWlv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yiWQVYsqx","title":"Premiere: Mha Iri parts the sky with latest techno heater, ‘Angels Cry’","shortId":"yiWQVYsqx","createdAt":"2021-05-26T13:55:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033955,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:54:47.000Z","url":"https://dancingastronaut.com/2021/05/premiere-mha-iri-parts-the-sky-with-latest-techno-heater-angels-cry/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-mha-iri-parts-the-sky-with-latest-techno-heater-angels-cry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d83d17dd28c7185714cc234100ddc22","ratio":1.49253731343284,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAgMBAAQFERIhMQYUsf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAgMAAQQRIf/aAAwDAQACEQMRAD8Ao5nFXOM8G95Nql5E1d0Uie01r5k4iZ74nr7pWWWq0asWALdhxBRrp1NKVPPMBMuriy3tSoSDns//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pU0tnjPN4","title":"The ‘Shin Megami Tensei III: Nocturne’ Remaster Refines a Cult Classic","shortId":"pU0tnjPN4","createdAt":"2021-05-26T13:16:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:09:37.000Z","url":"https://www.theringer.com/2021/5/26/22454120/shin-megami-tensei-nocture-review-persona","canonicalUrl":"https://www.theringer.com/2021/5/26/22454120/shin-megami-tensei-nocture-review-persona","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d1edc77dd304557de492a5b6ac45eea","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQQBAQkAAAAAAAAAAAAAAgABAwQFEgYHERUiMUFSgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAgABAwQREiEi/9oADAMBAAIRAxEAPwCj2pylWpvowWELGQTDBHGwWDMtYvZ4i7t46Wj+6n7LTOU1fRESiZXfaimp4sR5Zf/Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"aM6683h-C","title":"You can now hide like counts on Instagram and Facebook","shortId":"aM6683h-C","createdAt":"2021-05-26T13:06:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033906,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:00:00.000Z","url":"https://www.theverge.com/2021/5/26/22454428/facebook-instagram-hide-like-counts-feature-now-available","canonicalUrl":"https://www.theverge.com/2021/5/26/22454428/facebook-instagram-hide-like-counts-feature-now-available","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b51d59365defe82a8548feed505afa9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAwQFESEGIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAICAgMBAAAAAAAAAAAAAAECAwQAEQYhsbL/2gAMAwEAAhEDEQA/ALnwyMV8xXxgirGpWjuPYRFp5JYD7HfR34s/7RENXtSx14ijEbUeDKfxVRLPZL9nY+nz/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HFV2NvSr4","title":"When to Reply on Social Media—and When to Not","shortId":"HFV2NvSr4","createdAt":"2021-05-26T13:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:00:00.000Z","url":"https://www.wired.com/story/when-to-reply-on-social-media-and-when-to-not","canonicalUrl":"https://www.wired.com/story/when-to-reply-on-social-media-and-when-to-not","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79efec6226f14aa469eca72b572dc2bc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAACAgEEAQUAAAAAAAAAAAABAgMEBQAGESEHEhMxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAyGR/9oADAMBAAIRAxEAPwCOPyXYwuzKW4qNFlsXMrJNLCbLe2zRsIx0AOipPI+zx+AagyPk3NR5C0kXpjjWVgqJI4VRyeAO/gaaaoQ0sFH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kfew9rd9T3","title":"Help! My Coworker Always Asks for Advice—Then Ignores It","shortId":"kfew9rd9T3","createdAt":"2021-05-26T13:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:00:00.000Z","url":"https://www.wired.com/story/ooo-my-coworker-ignores-my-advice","canonicalUrl":"https://www.wired.com/story/ooo-my-coworker-ignores-my-advice","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad013ca89be52d8b5f654b3a5beeb132","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQREgUGIQcTFZTi/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQACAQQDAAAAAAAAAAAAAAABAiEAAwRRBRGB/9oADAMBAAIRAxEAPwCncO8azXpbzGQU1NS1C9uSmLEMrA55lcg1jYFbW54Mag9TQST4g+18QhEHd4bCdFQ24UnqSNaM+0wImv/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Bxj8Fo0e2","title":"Lou Elliotte / Brand design for a musician","shortId":"Bxj8Fo0e2","createdAt":"2021-05-26T12:44:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27033884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/113397701/Lou-Elliotte-Brand-design-for-a-musician","canonicalUrl":"https://www.behance.net/gallery/113397701/Lou-Elliotte-Brand-design-for-a-musician","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/209462113397701.6026bbc58dc5f.gif","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgQFIRExUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQEBAQAAAAAAAAAAAAAAAAARAAH/2gAMAwEAAhEDEQA/AN9sVbhLbkFkphDrgLAhJuvX2r0RH3WWF//Z","siteTwitter":"@behance","creatorTwitter":"@yarzatwins","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ioSiwSm0Q","title":"Amazon buys MGM for $8.45 billion","shortId":"ioSiwSm0Q","createdAt":"2021-05-26T12:44:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:41:26.000Z","url":"https://www.theverge.com/2021/5/26/22441644/amazon-mgm-acquisition-prime-video-subscription-service-james-bond","canonicalUrl":"https://www.theverge.com/2021/5/26/22441644/amazon-mgm-acquisition-prime-video-subscription-service-james-bond","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01fe547f548a5fc1e70c6140c5fc586a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFERIhIjHB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAQf/aAAwDAQACEQMRAD8Aw7D3qFTB2a8uOM7pmDlKZQHDfjj29Ne1MytY2V4aHaBIGz8REiQVO6VKhv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pqlUG-fcs","title":"Luka! Plus: The Bucks and Big Tech Craziness With Ben Thompson. Plus: Three Decades of Counting Crows With Adam Duritz.","shortId":"pqlUG-fcs","createdAt":"2021-05-26T12:25:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033865,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:17:51.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/26/22454525/luka-bucks-big-tech-craziness-with-ben-thompson-three-decades-of-counting-crows-with-adam-duritz","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/26/22454525/luka-bucks-big-tech-craziness-with-ben-thompson-three-decades-of-counting-crows-with-adam-duritz","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a56b36b7bb649b45bd7742d836b30f0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwQFESExBmGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDMmH/2gAMAwEAAhEDEQA/ALizyG7K1zC3prV6LRXU/ZUsxVj73UdTQmHJ5P2IkvSoZ0T2Pekn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yF_Wxspyv","title":"Celtics and Clippers Go Down 0-2 While the Lakers Even Their Series With the Suns","shortId":"yF_Wxspyv","createdAt":"2021-05-26T12:18:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033858,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:15:25.000Z","url":"https://www.theringer.com/2021/5/26/22454536/celtics-and-clippers-go-down-0-2-while-the-lakers-even-their-series-with-the-suns","canonicalUrl":"https://www.theringer.com/2021/5/26/22454536/celtics-and-clippers-go-down-0-2-while-the-lakers-even-their-series-with-the-suns","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f0792622d89026276a41d9db4db4287","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQREhMFFSFBQmFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDNHX4bG9U5dS1V69OGOR0YdpAYHE47kknqoVvgIFqYb4OHu8Pf1EQwlK4NT1H/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5ynCu2kkb","title":"Matt LaFleur and Robert Saleh on Reaching the Pinnacle of the Profession and Coaching for and Against Aaron Rodgers","shortId":"5ynCu2kkb","createdAt":"2021-05-26T12:11:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033851,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:08:19.000Z","url":"https://www.theringer.com/2021/5/26/22454288/matt-lafleur-robert-saleh-reaching-the-pinnacle-coaching-for-and-against-aaron-rodgers-and-benihana","canonicalUrl":"https://www.theringer.com/2021/5/26/22454288/matt-lafleur-robert-saleh-reaching-the-pinnacle-coaching-for-and-against-aaron-rodgers-and-benihana","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30a8aeade9d45af7b0681bf82fde2808","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQQCAwAFBhEhEyIyQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEQMC/9oADAMBAAIRAxEAPwDZ2bbTc1ZoQtbXtcXqV8ldvPjBl8oggjn2P13l6duaOnVBaC7MoUxFYMmZckDrv8xjJNcuElEGKH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"m7pOPpgQi","title":"How much energy can be created at one time?","shortId":"m7pOPpgQi","createdAt":"2021-05-26T11:04:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:00.000Z","url":"https://www.livescience.com/how-much-energy-can-be-created-at-once.html","canonicalUrl":"https://theconversation.com/how-much-energy-can-people-create-at-one-time-without-losing-control-156827","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9b06791e7e901f72ba53ee6d68f8f8a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFERIhMRMUQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDF7ZFZHWbp1FtlmrACRL3Ba1u3oc+fik3iPW7EeBnYZ4RFReIGabP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DLTdYQ9oh","title":"Illustrations 2021","shortId":"DLTdYQ9oh","createdAt":"2021-05-24T08:37:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030757,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/119527821/Illustrations-2021","canonicalUrl":"https://www.behance.net/gallery/119527821/Illustrations-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe80dd41c85f85472499c054327066d1","ratio":1.45985401459854,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACBBEhAxMFBgcSInPh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAIRE0FC/9oADAMBAAIRAxEAPwDE63IsQTdOK2M3ZLS7v3PMmsZrAVg6c8IoWJF+34iJsd9yiNJyT//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hnseGDhia","title":"‘60 Songs That Explain the ’90s’: The Eternal Bounce of ‘Back That Azz Up’","shortId":"hnseGDhia","createdAt":"2021-05-26T12:10:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:05:07.000Z","url":"https://www.theringer.com/2021/5/26/22454255/juvenile-back-that-azz-up","canonicalUrl":"https://www.theringer.com/2021/5/26/22454255/juvenile-back-that-azz-up","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/088481b6458528aa55947b112b941614","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAFBiGRMf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADERIiQf/aAAwDAQACEQMRAD8AvyiS1wrZyazW3rVmnTjr20jtsGUuXIAIUL0APfM3jUo1nVU52kYNLCjkdH6oOMYLnbo+xXsaxiznJn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"Nac8EnID5Z","title":"Provisional England Squad, Premier League Final Day, and Flowers for Lewandowski","shortId":"Nac8EnID5Z","createdAt":"2021-05-26T12:10:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:08:10.000Z","url":"https://www.theringer.com/2021/5/26/22454282/provisional-england-squad-premier-league-final-day-flowers-for-lewandowski","canonicalUrl":"https://www.theringer.com/2021/5/26/22454282/provisional-england-squad-premier-league-final-day-flowers-for-lewandowski","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7010baa53b1ea04f480e660d784e6bab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABSEEBhIRE2Gh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AIzdF0mhitojSAHVOqsTBGSFJOMr4+VQvZ9LzbiiAdcDtJj1SlC7pPjLLxM//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EZoS1aiXP","title":"VR Trainings Are Not Going to Fix Corporate Racism","shortId":"EZoS1aiXP","createdAt":"2021-05-26T12:02:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033842,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T08:00:00.000Z","url":"https://www.wired.com/story/vr-trainings-corporate-racism","canonicalUrl":"https://www.wired.com/story/vr-trainings-corporate-racism","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1eae48f703f97c1b73580e4efa10ca77","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQDAAMBAAAAAAAAAAAAAgEDBBEABTEGEhNh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AK8Hymb56PZsOHsje+zLhCqFSDy6VKLnLS80WF48cSGxHLYyniZbFtXTWyNUSvZf1e4xhlCp4f/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"uYEVCu3N4","title":"All Our Favorite Accessories for the Nintendo Switch","shortId":"uYEVCu3N4","createdAt":"2021-05-26T12:02:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033842,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T08:00:00.000Z","url":"https://www.wired.com/gallery/best-nintendo-switch-accessories","canonicalUrl":"https://www.wired.com/gallery/best-nintendo-switch-accessories","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96fa4090023b92b7b3e0ee22ce54a587","ratio":1.91104734576758,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAwACBAURBkESITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEEUFRwf/aAAwDAQACEQMRAD8AnsvZNdyDHuou2LWCPNQHqrRJ+9b7lBEQ3YxIXfUqWNWqPYRyfBP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"1z8CtwSgZ","title":"St. Josef Church","shortId":"1z8CtwSgZ","createdAt":"2021-05-26T04:35:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27033395,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/120112695/St-Josef-Church","canonicalUrl":"https://www.behance.net/gallery/120112695/St-Josef-Church","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3a9312fa334e19714aa06774d0be4d9","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAQhBQYREjFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAESUf/aAAwDAQACEQMRAD8A0c2WrmCy6pa3SLG0cyxuQzHjEnZwPMYz7UF9u7vV2EJ0logeEMnJYj4T+0pVU9CUf//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1CuXllUyY","title":"Meet Your Next Angel Investor. They're 19","shortId":"1CuXllUyY","createdAt":"2021-05-26T11:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033784,"tagsStr":"tech-news,startup,venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:00:00.000Z","url":"https://www.wired.com/story/meet-your-next-angel-investor-theyre-19","canonicalUrl":"https://www.wired.com/story/meet-your-next-angel-investor-theyre-19","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a38d9920515995e79d110c0de2047ae2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQMEEQACEiEFMRMyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQEBAQADAAAAAAAAAAAAAAACAQADEUH/2gAMAwEAAhEDEQA/ANKfouxzfGuw+U8VwuRLaDhMe4gje/s9VawuGisqSNTl3SlLgyJdYfmdRMvm/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Jo9kkLiYF","title":"So You’re Vaccinated! How Can You Let People Know?","shortId":"Jo9kkLiYF","createdAt":"2021-05-26T11:04:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T07:00:00.000Z","url":"https://www.wired.com/story/wear-your-vaccinated-sticker-with-pride","canonicalUrl":"https://www.wired.com/story/wear-your-vaccinated-sticker-with-pride","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/169989386b35fa22bc92a48ca5b1161e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADMRITISJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAECAwAh/9oADAMBAAIRAxEAPwDYwY6bYquW2WNu1ALFdISyvF0eKv6KORSu2snauyHA2OHIZzHHsb8nnGMOrRlHDlozVj0b/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KIqnAQEoo","title":"Madagascar may be a secret stronghold for 'living fossil' fish","shortId":"KIqnAQEoo","createdAt":"2021-05-26T11:04:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:00.000Z","url":"https://www.livescience.com/madagascar-coelacanth-population.html","canonicalUrl":"https://www.livescience.com/madagascar-coelacanth-population.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4270f49c502c250369b68555c5a719f4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQRFSNRYaHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQADAAAAAAAAAAAAAAAAAAEAAyH/2gAMAwEAAhEDEQA/AMDVZVNMROhJsPO3JnA6BHxW6e3hvqIk6g0h9i5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"T0nWujDig","title":"$1.2 million worth of rare, stolen cactuses confiscated and returned to Chile","shortId":"T0nWujDig","createdAt":"2021-05-26T11:04:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:02:00.000Z","url":"https://www.livescience.com/endangered-stolen-cacti-returned-to-chile.html","canonicalUrl":"https://www.livescience.com/endangered-stolen-cacti-returned-to-chile.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09fff92e59392157f3ad87742b5df90a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAGESEFEjFy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAD/9oADAMBAAIRAxEAPwDMQofMWjbqZkTkBIYdeStKHCUkd9YUB7jA3kenVQZtx3CiY+lUhnslxQOFnHvzSlDwYtbm7KFAm//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ZcDJ6YZ_z","title":"ER visits declined during pandemic. But that wasn't a bad thing, study suggests.","shortId":"ZcDJ6YZ_z","createdAt":"2021-05-26T11:04:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:00.000Z","url":"https://www.livescience.com/er-visits-drop-pandemic.html","canonicalUrl":"https://www.livescience.com/er-visits-drop-pandemic.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd76819315029f95bba848a63c93475b","ratio":1.48698884758364,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIEAAMGEQUHEiFBcaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAAxESIf/aAAwDAQACEQMRAD8AuyfM2j8OSJdd48YEM1u0NtdYDW9+B291g25iQlYqsOOFB0B0OdfaUowdnlxV7KhYjwM//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"UI-TzjtKa","title":"6 sacrificial pits filled with artifacts reveal rituals of ancient Chinese kingdom","shortId":"UI-TzjtKa","createdAt":"2021-05-26T11:04:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:00.000Z","url":"https://www.livescience.com/ancient-china-city-treasure-artifacts-saxingdui.html","canonicalUrl":"https://www.livescience.com/ancient-china-city-treasure-artifacts-saxingdui.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ce0b1522c6c076efe6c11e73e5aa735","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQRBhUFBxIiMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAIDERIh/9oADAMBAAIRAxEAPwCZBqWx4tbw6Xu7M7vcTx2LzquICwIUv0hvZGTlT5NaN+SchdjJtBcnuIjYZPylKhbNchFX1Fn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fh-0njKVFW","title":"Great white shark population off California's coast is growing","shortId":"fh-0njKVFW","createdAt":"2021-05-26T11:04:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:39.000Z","url":"https://www.livescience.com/healthy-california-shark-population.html","canonicalUrl":"https://www.livescience.com/healthy-california-shark-population.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f8311ea42fb5f4a9c3e7537a0647c0f","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYSITGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMRUQT/2gAMAwEAAhEDEQA/ALB5fHhwhrosAr6AOKddooJoV1r77IzId2urU6tRjUSSa8GsYxJXQoJbsDWet3xTmAcn/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pf6VYB7D3","title":"The Hostile Takeover of a Microsoft Flight Simulator Server","shortId":"pf6VYB7D3","createdAt":"2021-05-26T11:04:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033784,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T07:00:00.000Z","url":"https://www.wired.com/story/hostile-takeover-microsoft-flight-simulator","canonicalUrl":"https://www.wired.com/story/hostile-takeover-microsoft-flight-simulator","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/302a320e81670128f7c8778b7e46ac73","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBABAAEDAwUAAAAAAAAAAAAAAQIAAxEEBRMGMUGB4f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAABAiEAEf/aAAwDAQACEQMRAD8Axtk6g1l8lZJ8Uskc23EVRcsfR5qed/WE5DdsKPfh+0pTIx6bgdRJv//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"aFi8zOsRU","title":"Bass house belongs to BROHUG—stream ‘Daybreak’","shortId":"aFi8zOsRU","createdAt":"2021-05-26T10:46:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033766,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:45:00.000Z","url":"https://dancingastronaut.com/2021/05/bass-house-belongs-to-brohug-stream-daybreak/","canonicalUrl":"https://dancingastronaut.com/2021/05/bass-house-belongs-to-brohug-stream-daybreak/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f46a72997b86cd40d79175a477008aaa","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhExFCFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACERIhMf/aAAwDAQACEQMRAD8AxbTmurjA27Y/EWsHTF2IM8as7AgAhjz4PHG9SZsjZvNIz2CKzMSQp7A+h8pSj6VOnsSWVwz/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Q8WksWaEv","title":"How Carlos Rodón Went From Non-tendered to Cy Young Contention","shortId":"Q8WksWaEv","createdAt":"2021-05-26T10:38:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033758,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:30:00.000Z","url":"https://www.theringer.com/mlb/2021/5/26/22453796/carlos-rodon-chicago-white-sox-return-to-form","canonicalUrl":"https://www.theringer.com/mlb/2021/5/26/22453796/carlos-rodon-chicago-white-sox-return-to-form","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e913f8706b9341d4e4cd911112c3463e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEMRITIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDWnjnfRhyBE2xyHWHE0b8J1elZEQf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0H022TxxH","title":"Papa Khan clocks in ‘Disabled’ for ‘Malignant Vol.2’ label showcase","shortId":"0H022TxxH","createdAt":"2021-05-26T10:07:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033727,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/papa-khan-clocks-in-disabled-for-malignant-vol-2-label-showcase/","canonicalUrl":"https://dancingastronaut.com/2021/05/papa-khan-clocks-in-disabled-for-malignant-vol-2-label-showcase/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8dc04baa13492e2271fe8763138ac98","ratio":1.78107606679035,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMCBwAAAAAAAAAAAAABAwIABBEhUQUGEhMyQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AhTzu68tYDs9C4LuFMVHAizI0O40z9qcRxB8EriGHAiB4RPrelKso1//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"GQUy73IOf","title":"Introduction to Shell ScriptingRecently I made two presentations on getting started with shell...","shortId":"GQUy73IOf","createdAt":"2021-05-26T10:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27033724,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:00:00.000Z","url":"https://nishalkulkarni.tumblr.com/post/652141928080605184/introduction-to-shell-scripting","canonicalUrl":"https://nishalkulkarni.tumblr.com/post/652141928080605184/introduction-to-shell-scripting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/288fb70991e9d207960ae2c7bc881fd2","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHRABAAICAwEBAAAAAAAAAAAAAQIDABEEBRIGcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8Ak5gX0XlX2tlfm0tIW8JnA36HySVf3eZ8Ow55CJH7mtiGhetjtMYyrgGB6X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZlAyyL4uH","title":"Newcomer Kerala delivers heartfelt single ‘Different Light’ ahead of debut EP","shortId":"ZlAyyL4uH","createdAt":"2021-05-26T09:57:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033717,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:55:00.000Z","url":"https://dancingastronaut.com/2021/05/newcomer-kerala-delivers-heartfelt-single-different-light-ahead-of-debut-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/newcomer-kerala-delivers-heartfelt-single-different-light-ahead-of-debut-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9c20053545f988552f065dc1fcba709","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwYI/8QAJxAAAgECBAQHAAAAAAAAAAAAAQIDAAUEBhEhEiIxQRUjNEJRYpH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMh8P/aAAwDAQACEQMRAD8A0BjMwQQC5uzxmTByKihQfdtv89/yqHDyCWCOTlPEobUdDqKBLo7tNm8MzEC4Raanp5klJmX5ZPAbbzt6aLv9RQmUeuU7Nckie4Z//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Sg9FRntTY","title":"WhatsApp sues Indian government over new rules it says break encryption","shortId":"Sg9FRntTY","createdAt":"2021-05-26T09:45:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033705,"tagsStr":"data-privacy,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:41:13.000Z","url":"https://www.theverge.com/2021/5/26/22454381/whatsapp-indian-government-traceability-lawsuit-break-encryption-privacy","canonicalUrl":"https://www.theverge.com/2021/5/26/22454381/whatsapp-indian-government-traceability-lawsuit-break-encryption-privacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49ef25b7c1d7b9feb73ac6278abeece5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFEhMGITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAhEQABAwEJAAAAAAAAAAAAAAABAAIRIQQGEhMjJEGBsf/aAAwDAQACEQMRAD8AjMneR4kazrGVSXUtNNyG1dTjCUGjxKRVqBok2T+38ynaDxQzdDrZSW9CkPxm3QlepC1DkkGirsFn39oXjGNvBtsGTSZnqngUS2abAW8lf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"THRH-3YNs","title":"Sony’s AI subsidiary is developing smarter opponents and teammates for PlayStation games","shortId":"THRH-3YNs","createdAt":"2021-05-26T09:42:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033702,"tagsStr":"tech-news,ai,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:38:39.000Z","url":"https://www.theverge.com/2021/5/26/22454377/sony-ai-playstation-game-agents-corp-document-presentation-2021-strategy","canonicalUrl":"https://www.theverge.com/2021/5/26/22454377/sony-ai-playstation-game-agents-corp-document-presentation-2021-strategy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9acc5676f24e4e68258e54549b0df17","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFEQYHQRIUQ2Gy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEC/9oADAMBAAIRAxEAPwCht7qKp1Za5c6+yaepbvjTOrSx0NhcqwXgg4I98xpLWSbbSEnwp8iEIo4XIIbf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aqZ43v1Qr","title":"Trino on Nomad","shortId":"aqZ43v1Qr","createdAt":"2021-05-22T08:16:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":13,"score":27028215,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:18:57.000Z","url":"https://itnext.io/trino-on-nomad-79cb398a826","canonicalUrl":"https://itnext.io/trino-on-nomad-79cb398a826","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4294e29eb50f633b603240d825c61ba7","ratio":1.17762512266928,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQMCAAUREgQGITFRcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQADAQEAAAAAAAAAAAAAAAEAAhESIf/aAAwDAQACEQMRAD8AnLd2zlonyGm+IWZOPxkAZAiIYJHoev2tes/dmNtHBY1CGMmiEpT312JiMnGvj6pSljZ9WQ74qYE//9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"0A4X1Q_i_","title":"VERVE MAGAZINE - EDITORIAL ILLUSTRATIONS","shortId":"0A4X1Q_i_","createdAt":"2021-05-26T08:45:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27033645,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/120190099/VERVE-MAGAZINE-EDITORIAL-ILLUSTRATIONS","canonicalUrl":"https://www.behance.net/gallery/120190099/VERVE-MAGAZINE-EDITORIAL-ILLUSTRATIONS","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/075db5672b45d162faed300d68318cf9","ratio":1.48305084745763,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAABAECAwAFERIGMRMhQv/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACA0H/2gAMAwEAAhEDEQA/AJQ6A4zl5sLYjPZEyeJxDcOfuuMrt1WtWV11SzAJHCbog8aNyUnWqY+qUo7KWl1oM//Z","siteTwitter":"@behance","creatorTwitter":"@rohandahotre","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4lZW69INE","title":"Keep Calm and Hack The Box – Valentine","shortId":"4lZW69INE","createdAt":"2021-05-25T22:49:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":116,"score":27033640,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T22:43:11.000Z","url":"https://www.freecodecamp.org/news/keep-calm-and-hack-the-box-valentine/","canonicalUrl":"https://www.freecodecamp.org/news/keep-calm-and-hack-the-box-valentine/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d80d43ab9d5d900e59c7415b9a911362","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQADBAIRBRJBVIGT4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAxEhMWLR/9oADAMBAAIRAxEAPwDDY8iMxGkxmo9QbfADlyCTbQEi44UuTDts72+Iidd7VYIomkkMbnkeL//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@SonyaMoisset","readTime":15,"description":null,"toc":null,"summary":null},{"id":"aIlkODkkB","title":"Ksnip 1.9.0 für X11 und Wayland","shortId":"aIlkODkkB","createdAt":"2021-05-26T08:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T08:14:54.000Z","url":"https://linuxnews.de/2021/05/ksnip-1-9-0-fuer-x11-und-wayland/","canonicalUrl":"https://linuxnews.de/2021/05/ksnip-1-9-0-fuer-x11-und-wayland/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3RaXuI4HEd","title":"Unterstützung für Raspberry Pi GPIO (Header Pins) in Ubuntu 21.04","shortId":"3RaXuI4HEd","createdAt":"2021-05-26T07:23:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T07:05:59.000Z","url":"https://www.bitblokes.de/unterstutzung-fur-raspberry-pi-gpio-header-pins-in-ubuntu-21-04/","canonicalUrl":"https://www.bitblokes.de/unterstutzung-fur-raspberry-pi-gpio-header-pins-in-ubuntu-21-04/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LQ4SibKHf","title":"A Guide To Undoing Mistakes With Git (Part 2)","shortId":"LQ4SibKHf","createdAt":"2021-05-25T14:27:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","tweeted":true,"views":569,"score":27033551,"tagsStr":"webdev,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-25T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/undoing-mistakes-git-part2/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/undoing-mistakes-git-part2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e01fa08d2f148843b8480f293a9423a5","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDBAAFEgYRFCEiIzEyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADIRHR/9oADAMBAAIRAxEAPwDZtMWrgLe+4qSt0nvJGITjsj15fKrb9YyH4EZ1cRnJxpKj1HyQDSlJrUOSW2Btc0qqpg55P//Z","siteTwitter":"@smashingmag","creatorTwitter":"@gntr","readTime":10,"description":null,"toc":null,"summary":null},{"id":"XtEgdN0fw","title":"AI can spot overlooked IVC filters on radiography exams","shortId":"XtEgdN0fw","createdAt":"2021-05-26T07:06:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27033546,"tagsStr":"data-science,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132505&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132505","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ff3ec05f1865a47bf71642b548d8a11","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYHIRRBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAQRH/2gAMAwEAAhEDEQA/AMw0JzDx3uRo44CV8fDPGGZSXAyrej3Vz731K7mkuZFQPMxkYL0AScnH2lKtNNejzGpJBO7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"qe94U0VYC","title":"Knicks Face Must-Win in Game 2","shortId":"qe94U0VYC","createdAt":"2021-05-26T05:51:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033471,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T05:41:34.000Z","url":"https://www.theringer.com/2021/5/26/22454311/knicks-face-must-win-in-game-2","canonicalUrl":"https://www.theringer.com/2021/5/26/22454311/knicks-face-must-win-in-game-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e945104942c40d466a0595424dcd715","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQGEQUHE1ESMdH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRBCEFkeH/2gAMAwEAAhEDEQA/AI1WitimuR6KVbFKtOkziIE5wXKvjybvIPqNNO0dnZONNYDrmb7CELlo247YjFqwb6CngyOlLw/der//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3N3istrI4","title":"US admits Xiaomi isn’t a ‘Communist Chinese military company’ after all","shortId":"3N3istrI4","createdAt":"2021-05-26T05:42:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033462,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T05:34:07.000Z","url":"https://www.theverge.com/2021/5/26/22454292/xiaomi-blacklist-removed-communist-chinese-military-company","canonicalUrl":"https://www.theverge.com/2021/5/26/22454292/xiaomi-blacklist-removed-communist-chinese-military-company","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c556b8b090d1a3aa011310aff73d5a35","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMRBSFEUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMhMf/aAAwDAQACEQMRAD8AxPGuzVmZsNEqVxl0FRAr7BPY+HWpDY40jPkAaroMfET3ES8elSNuE//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WI_SRBxrw","title":"Ken T Takusagawa: [ruimxwha] return value type annotation","shortId":"WI_SRBxrw","createdAt":"2021-05-26T05:06:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"phaskell","views":0,"score":27033426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:00:00.000Z","url":"http://kenta.blogspot.com/2021/05/ruimxwha-return-value-type-annotation.html","canonicalUrl":"http://kenta.blogspot.com/2021/05/ruimxwha-return-value-type-annotation.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"SbGROghSG","title":"Is Data Privacy Evolving Into Data Rights? Checking-In On Data Rights Management...","shortId":"SbGROghSG","createdAt":"2021-05-26T00:15:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":5,"score":27033392,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/is-data-privacy-evolving-into-data-rights-checking-in-on-data-rights-management-drm","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/is-data-privacy-evolving-into-data-rights-checking-in-on-data-rights-management-drm","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ea68e3ad99e550f5acef2feefc808f2","ratio":0.748502994011976,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAhEAACAQQCAgMAAAAAAAAAAAABAgMABAURBhIHITKB8f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Agsb4ja+4m2TSRQVTt8t0VzY0xTSRke1YqfqkPD8+y1rxuSyQqYuuvf5R/NfyyTO7a2zEmlL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0rn-kaqbR","title":"Amnesty International calls for Google to halt cloud business in Saudi Arabia","shortId":"0rn-kaqbR","createdAt":"2021-05-26T04:01:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033361,"tagsStr":"google,cloud,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T04:01:00.000Z","url":"https://www.theverge.com/2021/5/26/22453351/amnesty-international-halt-google-cloud-datacenters-saudi-arabia","canonicalUrl":"https://www.theverge.com/2021/5/26/22453351/amnesty-international-halt-google-cloud-datacenters-saudi-arabia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IgvjntE8d","title":"Mobian auf weitere Smartphones und ein Tablet portiert","shortId":"IgvjntE8d","createdAt":"2021-05-26T03:52:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033352,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://linuxnews.de/2021/05/mobian-auf-weitere-smartphones-und-ein-tablet-portiert/","canonicalUrl":"https://linuxnews.de/2021/05/mobian-auf-weitere-smartphones-und-ein-tablet-portiert/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e7112fd5a299126d730f39bcd9c8178","ratio":1.78934010152284,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAEDBQAAAAAAAAAAAAABAAIDBBIFEzEUFSEiUv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCIO9RaxTrVLFaDSpgJY4xkS2MDI5NI9nn6y5Vt8sge4M3A0HwOofwiIP/Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8XWpHNlPv","title":"What I Learned Building a Word Game App With Nuxt on Google Play","shortId":"8XWpHNlPv","createdAt":"2021-05-25T14:43:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":224,"score":27033350,"tagsStr":"tech-news,webdev,google,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-25T18:30:00.000Z","discussionScore":33,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:25:06.000Z","url":"https://css-tricks.com/what-i-learned-building-a-word-game-app-with-nuxt-on-google-play/","canonicalUrl":"https://css-tricks.com/what-i-learned-building-a-word-game-app-with-nuxt-on-google-play/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc6a8a8c1f6403992db36da81d2b254f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDAAQRBRIGExQVIzEyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAADAAECBAURIRP/2gAMAwEAAhEDEQA/AM40rRO13ActaXPMjVMS22QpBzn691SXgISyvJ1sC7yW2rbMAM/g8lKUZlbJK7x831tIVADIUkJNxn4v/9k=","siteTwitter":"@CSS","creatorTwitter":"@jjcollinsworth","readTime":28,"description":null,"toc":null,"summary":null},{"id":"Op38kYcaH","title":"A New Way To Reduce Font Loading Impact: CSS Font Descriptors","shortId":"Op38kYcaH","createdAt":"2021-05-25T10:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","tweeted":true,"views":650,"score":27033315,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-25T18:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8d6a7ffc9a3ceb1d8679971c5249ccb","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCAAQFBjEREiEiI1Gh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMhEdH/2gAMAwEAAhEDEQA/ANo0/jBaY9rA3iZeYCMAACFjoN/X2rjtYXDsfbNnbK5pqjI9x3IBpSlIocktsDa5qCqmDnk//9k=","siteTwitter":"@smashingmag","creatorTwitter":"@tunetheweb","readTime":8,"description":null,"toc":null,"summary":null},{"id":"kgJDCwMlo","title":"Daft Punk are among Kacey Musgraves’ muses for ‘Golden Hour’ follow-up","shortId":"kgJDCwMlo","createdAt":"2021-05-26T02:10:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033250,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T02:10:01.000Z","url":"https://dancingastronaut.com/2021/05/daft-punk-are-among-kacey-musgraves-muses-for-golden-hour-follow-up/","canonicalUrl":"https://dancingastronaut.com/2021/05/daft-punk-are-among-kacey-musgraves-muses-for-golden-hour-follow-up/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fed2deeff9c69f576c8a0ad331121cbb","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIFAAMEERMhMVEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAD/9oADAMBAAIRAxEAPwDKxMkMuLa0jhF2do3FU96H6I9q0nMNEVXisFmUaFmRiSfTz3SlE8xXVTTMib//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Stl0N3OwG","title":"The Best of Batman With Sean Fennessey","shortId":"Stl0N3OwG","createdAt":"2021-05-25T23:11:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:10:58.000Z","url":"https://www.theringer.com/2021/5/25/22453898/the-best-of-batman-with-sean-fennessey","canonicalUrl":"https://www.theringer.com/2021/5/25/22453898/the-best-of-batman-with-sean-fennessey","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2de91b67df93aaf5d174f0d2cc3de52e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJRAAAAUCBAcAAAAAAAAAAAAAAQIDBBEAEgUTISMGBxQyQWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAABAwIEEQD/2gAMAwEAAhEDEQA/AM85QY47acaJpmNnJKojtni0sBI6R5+VbjhCLwRddS8Tz92wFCiBbtY7fdKVNy6+uQFSzhFRLdM473//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"i9RsUL6de","title":"Octoverse Spotlight 2021: The Good Day Project—Personal analytics to make your work days better","shortId":"i9RsUL6de","createdAt":"2021-05-25T15:14:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"ghblog","views":110,"score":27033224,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:43.000Z","url":"https://github.blog/2021-05-25-octoverse-spotlight-good-day-project/","canonicalUrl":"https://github.blog/2021-05-25-octoverse-spotlight-good-day-project/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66ecf290ae357e29de47c21a07bb9e4f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMBCQAAAAAAAAAAAAAAAQACAxEEBRMVIlNxouH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8Axtl3OZZ3w4sZa81JMWocGqlkw3+nqIqLo4//2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":17,"description":null,"toc":null,"summary":null},{"id":"pJEXOljDa","title":"USB-C is about to go from 100W to 240W, enough to power beefier laptops","shortId":"pJEXOljDa","createdAt":"2021-05-26T00:57:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033177,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:51:27.000Z","url":"https://www.theverge.com/circuitbreaker/2021/5/25/22453936/usb-c-power-delivery-extended-power-range-epr","canonicalUrl":"https://www.theverge.com/circuitbreaker/2021/5/25/22453936/usb-c-power-delivery-extended-power-range-epr","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bd27545107eedbaa579d66dc4a912cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgIABQUAAAAAAAAAAAAAAQIDEQAEBQYhEiIxQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxFBUf/aAAwDAQACEQMRAD8Ar0ja+UG9czqaSSwvE1COFiiv2KR1gGmqyPHIr5zqGemIr3hhgxaxYjfBBtzsxGngn//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"25LyK_pe2","title":"Cabeza Patata x Outsiders Division","shortId":"25LyK_pe2","createdAt":"2021-05-26T00:36:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27033156,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/114494669/Cabeza-Patata-x-Outsiders-Division","canonicalUrl":"https://www.behance.net/gallery/114494669/Cabeza-Patata-x-Outsiders-Division","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2ebd8f82e07360946a8e920796f3a7d","ratio":1.27848101265823,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAwACAgMBAAAAAAAAAAAAAQIDAAQRMQUTInH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAQABBQAAAAAAAAAAAAAAAAIAAREhIjH/2gAMAwEAAhEDEQA/ANEbzLreenDVmnpog2L3VVQKyk8LzwWPXX5k9qzazkbkACxI+FxjEANc2lFa8n//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"geIg-GgOe","title":"Eero 6 and Pro 6 owners are now getting Apple’s HomeKit security features","shortId":"geIg-GgOe","createdAt":"2021-05-26T00:30:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033150,"tagsStr":"security,apple,iot","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:21:00.000Z","url":"https://www.theverge.com/2021/5/25/22453854/eero-pro-6-mesh-wifi-router-homekit-integration","canonicalUrl":"https://www.theverge.com/2021/5/25/22453854/eero-pro-6-mesh-wifi-router-homekit-integration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a460392ac605da45f12147d5cee7d85c","ratio":1.91118421052632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIDBQAEERIGEyEiMVPh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEQQx/9oADAMBAAIRAxEAPwDNoMx0Zw7JxlxEWd8q82Qbp5A5zRBIBbVjt8Z6VLqh4/Y4aexn2/KUplqUHgksnXc265n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7dgqtUa4t","title":"Fastify authentication strategy","shortId":"7dgqtUa4t","createdAt":"2021-05-25T12:05:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":190,"score":27033105,"tagsStr":"general-programming,authentication,fastify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-25T13:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:00:00.000Z","url":"https://daily.dev/blog/fastify-authentication-strategy","canonicalUrl":"https://daily.dev/blog/fastify-authentication-strategy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c7b7027b431763db758c106d2883f9cd","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAACAQIFBQEAAAAAAAAAAAABAwIABgQFERIhEyIxMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAABAiEAA//aAAwDAQACEQMRAD8AZFjQiyrljDDI6aFCK+Du13kEyOvJ7QR40NVBdnZe5cWyY/dMCR9fv5SlJejMKdLpDN//2Q==","siteTwitter":"","creatorTwitter":"@lawrence_eagles","readTime":8,"description":null,"toc":null,"summary":null},{"id":"l8hJAuDQm","title":"Lastlings expand 2021 repertoire with ‘False Reactions’ remix EP","shortId":"l8hJAuDQm","createdAt":"2021-05-25T23:27:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033087,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:26:34.000Z","url":"https://dancingastronaut.com/2021/05/lastlings-expand-2021-repertoire-with-false-reactions-remix-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/lastlings-expand-2021-repertoire-with-false-reactions-remix-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e12359140be27ce364471f019e3b7e3d","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAgIDAAAAAAAAAAAAAQIDBBEABQYSByExYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8Aj+XeZpidxtWtfGWG48lpMYOOnqC0tXdRAo0v0Kv9+M3LScpjbPSwJ62HGlSo7b5QDYSVJCqv6vGMWQLSxH//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2M1jPvHZP","title":"Hundreds of Amazon employees call for Jeff Bezos and Andy Jassy to support Palestine","shortId":"2M1jPvHZP","createdAt":"2021-05-25T23:21:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033081,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:17:11.000Z","url":"https://www.theverge.com/2021/5/25/22453784/amazon-employees-support-palestine-sever-business-contracts","canonicalUrl":"https://www.theverge.com/2021/5/25/22453784/amazon-employees-support-palestine-sever-business-contracts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cce1f39c86aeccaad0210fcea3f8552e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAwQRIUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDM9eRVVjvU+HTa7b1axYMvHQBA9Em3ESD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"dZ66KP9Sq","title":"Jaguar I-Pace is Google’s first electric Street View car","shortId":"dZ66KP9Sq","createdAt":"2021-05-25T23:08:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033068,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:01:00.000Z","url":"https://www.theverge.com/2021/5/25/22453703/jaguar-i-pace-google-street-view-dublin-air-quality","canonicalUrl":"https://www.theverge.com/2021/5/25/22453703/jaguar-i-pace-google-street-view-dublin-air-quality","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6bb842b552dc2b90e2e922b7e9fbfc5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFERITIVKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAID/9oADAMBAAIRAxEAPwCO3GBY9JBivvzgqQpTyXw2k8ijASjUhIO3yt9Gtsx+M06b1NT0QFYDbPjIz6UpUdAAjORUv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3KDRpuXQV","title":"What am I?","shortId":"3KDRpuXQV","createdAt":"2021-05-24T08:04:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27030724,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T22:00:00.000Z","url":"https://blog.jimmac.eu/2021/what-am-i/","canonicalUrl":"https://blog.jimmac.eu/2021/what-am-i/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfb655414604632b0aefab3fd312ad79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADEQYTITElkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgMAAwAAAAAAAAAAAAAAASEAAgMEEmH/2gAMAwEAAhEDEQA/AMPpyVhGkA4jUwrUt3CTvEpKjcOMDJPPHYx0aiMfpbJ8LZ9q+0pTMcTEMVDhu+mhXYr2f//Z","siteTwitter":"@jimmac","creatorTwitter":"@jimmac","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HoeudmTak","title":"Philo is the latest live TV streaming service to get a price hike","shortId":"HoeudmTak","createdAt":"2021-05-25T22:45:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033045,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T22:42:05.000Z","url":"https://www.theverge.com/2021/5/25/22453776/philo-tv-streaming-service-price-increase","canonicalUrl":"https://www.theverge.com/2021/5/25/22453776/philo-tv-streaming-service-price-increase","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1032e39cbf20cb17dfb4f8628f954e04","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgABAxEEBRITUrHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQACAQUBAAAAAAAAAAAAAAABEQIAAyFRcQT/2gAMAwEAAhEDEQA/AMti1mbtQzXPaSRAD8WEAr06ph3cBua3rx+oio/itiBMwS5N5O+0GuXZSJgUglga5X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7MRSBkWpD","title":"UltraSight to conduct International Space Station study","shortId":"7MRSBkWpD","createdAt":"2021-05-25T22:15:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27033015,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T22:05:31.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132503&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132503","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f533d4420ed492b71d1666489f4445e8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwYI/8QAJhAAAgECBQIHAAAAAAAAAAAAAQMCBCEABQYRMRITBwgyM0FCYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxIU/9oADAMBAAIRAxEAPwAV8NdBN1TmKwmBre2INZTLl0kwkSLyOwFwfnjGhljJaVcacuo6cqAWUhSdl7W6faPHHOIDym+rPpfbu00d/wA2ZbDU+lp5OZKSFGRkSSYC98R0OK0QvAqlUz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CcYkTnokJ","title":"Amazon workers demand company quit polluting near communities of color","shortId":"CcYkTnokJ","createdAt":"2021-05-25T22:01:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033001,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:55:23.000Z","url":"https://www.theverge.com/2021/5/25/22453516/amazon-workers-pollution-petition-letter-demand","canonicalUrl":"https://www.theverge.com/2021/5/25/22453516/amazon-workers-pollution-petition-letter-demand","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9319bc8b846b37217c2734dd20f4ce3a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFIRFBYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Az5BkK9ek6vYx0FiSTbJy57Xxk66PBHhCl179REgf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"55mUAWLQ_","title":"PSA for US Congresspeople: Please do not enter your phone’s passcode on TV","shortId":"55mUAWLQ_","createdAt":"2021-05-25T22:01:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033001,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:59:07.000Z","url":"https://www.theverge.com/2021/5/25/22453758/ted-cruz-richard-blumenthal-iphone-passcode","canonicalUrl":"https://www.theverge.com/2021/5/25/22453758/ted-cruz-richard-blumenthal-iphone-passcode","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad1bf1de758e144ae07bcee31480a063","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABBEhBTEGUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAyECQYHB8P/aAAwDAQACEQMRAD8AlNp5Ew42xR7SF3ImAc96jA377zU0llhMrloWLEnJD4GflKUDQnG6lS9AHWC//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2k5pbXqut","title":"KA Imaging signs Alpha as U.S. x-ray distributor","shortId":"2k5pbXqut","createdAt":"2021-05-25T21:58:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:38:38.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132501&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132501","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ff4b3219f95057b7f21451c88d94a34","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAJxAAAgECBAQHAAAAAAAAAAAAAQIDBBEABQYxBxITIRUiQUJDYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAETFB/9oADAMBAAIRAxEAPwDQLp6jzbhws0kwlSpzHryhwqxylFsqNb2+Yn9tfBnLwjhaR28ZeO5J5Ebsv0O+2Fmmo6U6ey2M00JjSnQqvTFlNtwPTFqOipCi3pYNh8YwaqDkZiaF9n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"YdVSCx3I8","title":"Continuous Deployment of Confluent with Ansible Tower","shortId":"YdVSCx3I8","createdAt":"2021-05-25T17:20:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"conf","views":6,"score":27032983,"tagsStr":"aws,infrastructure,git,ansible,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:58:57.000Z","url":"https://www.confluent.io/blog/continuous-deployment-of-confluent-with-ansible-tower/","canonicalUrl":"https://www.confluent.io/blog/continuous-deployment-of-confluent-with-ansible-tower/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Z7msAFzWy","title":"The Dark Mod verabschiedet sich von Grayman (William-Steele-Serie)","shortId":"Z7msAFzWy","createdAt":"2021-05-24T07:17:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T06:54:11.000Z","url":"https://www.bitblokes.de/the-dark-mod-verabschiedet-sich-von-grayman-william-steele-serie/","canonicalUrl":"https://www.bitblokes.de/the-dark-mod-verabschiedet-sich-von-grayman-william-steele-serie/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"mbVCq7Pgx","title":"CT, ultrasound provide chance for fatty liver disease screening","shortId":"mbVCq7Pgx","createdAt":"2021-05-25T21:31:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032971,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:19:07.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132500&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132500","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de32ab03ad1511ac28931bab7e07caf3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMH/8QAIxAAAgECBQUBAAAAAAAAAAAAAQIDABEEBSEiQQYSEzFhNP/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHxEAAgECBwAAAAAAAAAAAAAAAQIAERIhIkFhcZHR/9oADAMBAAIRAxEAPwDGOn8rwwyJfJAtsSi3LMd5LWIOvAPFDp8vVZ5FUSABiALfaT4X8Mo4CxW+b6g4He2g91cyXAAwSyg5a7469e8z/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HjKymC4Zq","title":"Canon debuts online store for medical imaging parts","shortId":"HjKymC4Zq","createdAt":"2021-05-25T21:21:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032961,"tagsStr":"nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:10:22.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132499&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132499","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9ef28d0b3331720378be9d52404198f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQF/8QAJBAAAgEDAwMFAAAAAAAAAAAAAQIDBAURAAYhBxIxEyIjUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiL/2gAMAwEAAhEDEQA/AL7G/TO1WuiIptripNOrGSSikqJGIUZPgjOQc/udYNw3JsWavqZUmpSryswKULquCT4HZwNDtrj1bDSzS++UzHLty3IfPOjryyd7fI/n70M9NQ4Ev//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ocD4PPF6f","title":"The 2017 Movie Draft","shortId":"ocD4PPF6f","createdAt":"2021-05-25T12:17:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:12:51.000Z","url":"https://www.theringer.com/2021/5/25/22452548/the-2017-movie-draft","canonicalUrl":"https://www.theringer.com/2021/5/25/22452548/the-2017-movie-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/243cae5f6a05eb6b76f3c5f0f35987d6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQGEQUSEyExcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhETQf/aAAwDAQACEQMRAD8AyXGrm5hxSyha4dzFMFLnW26hG/WuUfKlnyS5WaRSGYhiCxkOz380pU66tBexs5Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BPJ3E-27u","title":"Government decides pipeline cybersecurity ought to be regulated","shortId":"BPJ3E-27u","createdAt":"2021-05-25T21:17:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032957,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:15:29.000Z","url":"https://www.theverge.com/2021/5/25/22453540/colonial-pipeline-regulations-cybersecurity-ransom-hack","canonicalUrl":"https://www.theverge.com/2021/5/25/22453540/colonial-pipeline-regulations-cybersecurity-ransom-hack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1276fdcc75e668020ac33f03a1bfb1eb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQRMQUGEhORIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAXEQEBAQEAAAAAAAAAAAAAAAABADER/9oADAMBAAIRAxEAPwDXaKil1GEPnnDoZCD0vjDgB8FhfHigS7Yp+x93NycB4HnNERB2DzL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tWp4ANzqd","title":"The greenest team in esports now has the perfect logo","shortId":"tWp4ANzqd","createdAt":"2021-05-25T21:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452962/flyquest-league-of-legends-lcs-esports-team-logo-rebrand","canonicalUrl":"https://www.theverge.com/2021/5/25/22452962/flyquest-league-of-legends-lcs-esports-team-logo-rebrand","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2eb0dcfa54c8578787510c2eae1c1095","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIhMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A0vLjrlpS6ZK4RSXPEAEDkNAfD3VUEEscEaPcySOqgFyBtjr3ylKkmD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6wh01uX2h","title":"Wow, investors actually just gave Turntable.fm $7.5 million","shortId":"6wh01uX2h","createdAt":"2021-05-25T21:07:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032947,"tagsStr":"venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:00:07.000Z","url":"https://www.theverge.com/2021/5/25/22453364/turntable-fm-7-5-million-investment-a16z-vc-hiring","canonicalUrl":"https://www.theverge.com/2021/5/25/22453364/turntable-fm-7-5-million-investment-a16z-vc-hiring","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a00df0e777fcdc6f8d85184ad2c39cc2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAURBAYSISIxgv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwDL7sjWvaml1cJjaXlE3pMjkcn4SRjyOj1UdNua4zTSSPIhd2LHESDs/mlKMGyLyqnU3v/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"K062Px6WE","title":"A New Antitrust Case Cuts to the Core of Amazon’s Identity","shortId":"K062Px6WE","createdAt":"2021-05-25T20:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032939,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:56:00.000Z","url":"https://www.wired.com/story/amazon-antitrust-lawsuit-cuts-to-core-of-identity/","canonicalUrl":"https://www.wired.com/story/amazon-antitrust-lawsuit-cuts-to-core-of-identity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e71eff6a761a875b9a923bc1998d82fa","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFERIhMUFR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAQACAwEAAAAAAAAAAAAAAAEAAhESQeH/2gAMAwEAAhEDEQA/AM6chiDdrRagyFMy46nErB1U0QvT50HGTn2fNQm0wHDuqMklXTmlKCTFRO+xmrso8Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"5QWrM9H8m","title":"ARTMS reports milestone in Ga-68 production","shortId":"5QWrM9H8m","createdAt":"2021-05-25T20:55:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032935,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:45:35.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132497&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132497","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/661ef6277d26ceb6f1cc783fd080baf4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAjEAABAwMEAgMAAAAAAAAAAAABAgMEABEhBQYSkRVBQlJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIxQf/aAAwDAQACEQMRAD8AMrnbN3HosORInPQNUYKkuM8OZeCk2zn0Lqv+WoiqJp5JLUlJb+JVHNyPV7C3VDNNJ8izk5Xno1Q+Svse6qi7CeI//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"2fkYqMO1v","title":"Tesla is already shipping cars without radar sensors","shortId":"2fkYqMO1v","createdAt":"2021-05-25T20:51:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032931,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:49:30.000Z","url":"https://www.theverge.com/2021/5/25/22453518/tesla-vision-radar-autopilot-model-3-y-fsd","canonicalUrl":"https://www.theverge.com/2021/5/25/22453518/tesla-vision-radar-autopilot-model-3-y-fsd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0044125c84e839f14bc9b3460c9a3183","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAACAQMEAAUGMRETUYGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQADAAAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AKCZdsrulxbfZyZ6AwJIQx4sZsR48Euy91eBl1zQURUiqvG+nf2lKZb2EFZP/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"46yQFKOw1m","title":"See inside Apple’s colorful new M1 iMac, thanks to iFixit’s latest teardown","shortId":"46yQFKOw1m","createdAt":"2021-05-25T20:51:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032931,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:50:07.000Z","url":"https://www.theverge.com/2021/5/25/22450876/ifixit-imac-2021-m1-processor-teardown-repairability-score","canonicalUrl":"https://www.theverge.com/2021/5/25/22450876/ifixit-imac-2021-m1-processor-teardown-repairability-score","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4c4737ea41fbab2b614ef4c9213934e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAwUEERITImH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/ANByV1xW9SYdzG7GG3eDJxTL9Pt2CrYraV0THOjj2QCdbRFeQ5C3/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YxjXOOlxG","title":"How to watch the Super Flower Blood Moon Eclipse online","shortId":"YxjXOOlxG","createdAt":"2021-05-25T20:49:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032929,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:40:23.000Z","url":"https://www.livescience.com/how-to-watch-total-lunar-eclipse-online-may-2021.html","canonicalUrl":"https://www.livescience.com/how-to-watch-total-lunar-eclipse-online-may-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42665a7b658376e0749f5164a64cd951","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAwACAQUAAAAAAAAAAAAAAQIDAAQRIjFBcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABIf/aAAwDAQACEQMRAD8AzE+623OctsCjLwqV461HYAnyPf3JV1HnV0LKSpIxjBUmP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HvNQGIODZ","title":"How to Create an Appointment Scheduling Platform: DIY vs. Plugin vs. Trafft","shortId":"HvNQGIODZ","createdAt":"2021-05-25T08:29:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"codrops","views":256,"score":27032924,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-25T11:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:28:25.000Z","url":"https://tympanus.net/codrops/2021/05/25/how-to-create-an-appointment-scheduling-platform-diy-vs-plugin-vs-trafft/","canonicalUrl":"https://tympanus.net/codrops/2021/05/25/how-to-create-an-appointment-scheduling-platform-diy-vs-plugin-vs-trafft/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/482b9bd3b203f81720d4abf0f3b544bf","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQRIVESMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A2NqMt8lrmzQoW0mukVjXh0T7J1v5KSkFQeeR1ESwuxwv/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Cki3G_f_B","title":"reMarkable 2 packaging","shortId":"Cki3G_f_B","createdAt":"2021-05-25T20:34:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27032914,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/107119463/reMarkable-2-packaging","canonicalUrl":"https://www.behance.net/gallery/107119463/reMarkable-2-packaging","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ffbfe8125d0e6e80aa06a36ff5c4e6c6","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAgABAwUREiEVUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANmCvRc7LTAhJ5Y4BPJ7MOREzN7be1QZN0iIj//Z","siteTwitter":"@behance","creatorTwitter":"@goodsoslo","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RIRB2i78k","title":"Report: Valve is secretly building a Switch-esque portable gaming PC","shortId":"RIRB2i78k","createdAt":"2021-05-25T20:22:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032902,"tagsStr":"tech-news,linux,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:15:38.000Z","url":"https://www.theverge.com/2021/5/25/22453584/valve-portable-gaming-pc-switch-rumor-report","canonicalUrl":"https://www.theverge.com/2021/5/25/22453584/valve-portable-gaming-pc-switch-rumor-report","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9d739f0a6e5163f476f388c5c98e54f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBRIhQZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Azzxu8OP1ZoY4VcNaP2Ph1YA0R9yFtCGzXYD0LxjA/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"dGx-kMk-c","title":"Drake at the Billboards, Bennifer in Miami, and Mark Ronson and Grace Gummer Might Be Engaged","shortId":"dGx-kMk-c","createdAt":"2021-05-25T20:10:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032890,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:02:26.000Z","url":"https://www.theringer.com/2021/5/25/22453600/drake-at-the-billboards-bennifer-in-miami-and-mark-ronson-and-grace-gummer-might-be-engaged","canonicalUrl":"https://www.theringer.com/2021/5/25/22453600/drake-at-the-billboards-bennifer-in-miami-and-mark-ronson-and-grace-gummer-might-be-engaged","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5915b4f5b12328acf5673273f9ca011c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFERIGITJhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACEQRR/9oADAMBAAIRAxEAPwDS+S3KZa6O4XSnDGoSUZABc69HIbHrBH2KxXDKG0TsZ8RCETXTUKUzyPVHJ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"UmI5gsxQs","title":"Julio Jones Says He’s Done With the Falcons, Plus Jorge Sedano on the NBA Playoffs and NBA Champion Rick Mahorn on Motivating Charles Barkley","shortId":"UmI5gsxQs","createdAt":"2021-05-25T19:53:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032873,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:49:30.000Z","url":"https://www.theringer.com/2021/5/25/22453552/julio-jones-done-with-falcons-jorge-sedano-on-nba-playoffs-rick-mahorn-on-motivating-charles-barkley","canonicalUrl":"https://www.theringer.com/2021/5/25/22453552/julio-jones-done-with-falcons-jorge-sedano-on-nba-playoffs-rick-mahorn-on-motivating-charles-barkley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d3eaa77814be319e2ee972b709d7abe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACBBIDIQURIhP/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwDeQoEbDx/0gx8EdkN7HjFS7Td1XddnyTY7Ct9t0HAAaAARFH3ZB2LWeR2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"u_4Br0109","title":"Electric vehicle startups hit speed bumps after raising tons of cash","shortId":"u_4Br0109","createdAt":"2021-05-25T18:50:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032810,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:46:37.000Z","url":"https://www.theverge.com/2021/5/25/22453051/ev-startup-spac-lordstown-lucid-canoo-faraday-fisker","canonicalUrl":"https://www.theverge.com/2021/5/25/22453051/ev-startup-spac-lordstown-lucid-canoo-faraday-fisker","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64d9c3340843a73d9cc071fbace49289","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEABEhEhNhBQYHFBX/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCU4IXbHT4ja4LU92O65qddAClAIcWmxsSCNAGSeLVPd8Oe04uR95Q3SV2VFKiL5ydzJ5pShVwmA2//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"zaYT50KrY","title":"Trae Young Is Becoming the NBA’s Next Great Villain. Plus: The Bucks Destroy the Heat in Game 2 and the Clippers and Lakers Disappoint","shortId":"zaYT50KrY","createdAt":"2021-05-25T19:29:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032849,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:16:35.000Z","url":"https://www.theringer.com/2021/5/25/22453505/trae-young-is-nba-next-villain-plus-bucks-destroy-heat-game-2-and-clippers-and-lakers-disappoint","canonicalUrl":"https://www.theringer.com/2021/5/25/22453505/trae-young-is-nba-next-villain-plus-bucks-destroy-heat-game-2-and-clippers-and-lakers-disappoint","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f2ceb3293f6771bdf383b29a68b622c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEQMEBRIiI0JRYv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8AwB1gy5yWQbU07Khkhka8vH0pDjrcGIcY+kRCqPKjBv/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"G3w7sSGez","title":"Going Streaking: The Hottest and Coldest Teams in Baseball Right Now","shortId":"G3w7sSGez","createdAt":"2021-05-25T19:29:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032849,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:20:14.000Z","url":"https://www.theringer.com/2021/5/25/22453530/going-streaking-the-hottest-and-coldest-teams-in-baseball-right-now","canonicalUrl":"https://www.theringer.com/2021/5/25/22453530/going-streaking-the-hottest-and-coldest-teams-in-baseball-right-now","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ae6f39302538edc85ab62663621a1fe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIEAAMFEQYhEmGRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCmbl2sJxbG5F4MWVfkNFt3gwZQwunbAdnXevytmnG5BUFJGNC66DY1SQPZ8hv5SlMrrX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"27XeGBD0T","title":"The affordable Nokia G10 is coming to the US with a great support policy","shortId":"27XeGBD0T","createdAt":"2021-05-25T19:27:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032847,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:23:51.000Z","url":"https://www.theverge.com/2021/5/25/22453332/hmd-nokia-g10-price-availability-security-updates","canonicalUrl":"https://www.theverge.com/2021/5/25/22453332/hmd-nokia-g10-price-availability-security-updates","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1696a9d0bb2912eff91c972f1c317b5d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgMAAAcAAAAAAAAAAAAAAgMAAQQFBwghMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwC9zJSZdQHAE43txu06FCzQkro7E1WNjXrsPn7NFxEu8QI//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ezqn3xJBJ","title":"A courtroom artist’s view of the Epic v. Apple trial","shortId":"Ezqn3xJBJ","createdAt":"2021-05-25T19:12:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032832,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:07:36.000Z","url":"https://www.theverge.com/2021/5/25/22453258/epic-v-apple-trial-courtroom-artist-sketches-tim-cook-sweeney-federighi","canonicalUrl":"https://www.theverge.com/2021/5/25/22453258/epic-v-apple-trial-courtroom-artist-sketches-tim-cook-sweeney-federighi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eee83affb4fb1e422278e91cbd067d34","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFEhUxQWGy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAeEQABBAEFAAAAAAAAAAAAAAADAAEEEQIhI1Fx0f/aAAwDAQACEQMRAD8Apj52dnpN1Zd1lRrr2TqTtrsej46FbNVmhQOWnH2ShPzSlM+QQJaG9aeqmIHCQPda656Zf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8sVmjfjzE","title":"Apple employees are going public about workplace issues — and there’s no going back","shortId":"8sVmjfjzE","createdAt":"2021-05-25T19:08:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032828,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:01:41.000Z","url":"https://www.theverge.com/2021/5/25/22453302/apple-culture-secrecy-leak-antonio-garcia-martinez-letter","canonicalUrl":"https://www.theverge.com/2021/5/25/22453302/apple-culture-secrecy-leak-antonio-garcia-martinez-letter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76360424212e7724032650b3e0faf497","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAbEAACAwEBAQAAAAAAAAAAAAACAwABBEEREv/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhEAAQEJAAAAAAAAAAAAAAAAAgABAwQxM0FysvD/2gAMAwEAAhEDEQA/AKMe5SsOzKeNTDaNFTiu/oPL5yRREWCZdZSqMouMW7Ev/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hgz-wwc74","title":"Matt Fax joins Lane 8’s This Never Happened for new single ‘Obsidian’","shortId":"hgz-wwc74","createdAt":"2021-05-25T18:50:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032810,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:47:12.000Z","url":"https://dancingastronaut.com/2021/05/matt-fax-joins-this-never-happened-to-release-new-single-obsidian/","canonicalUrl":"https://dancingastronaut.com/2021/05/matt-fax-joins-this-never-happened-to-release-new-single-obsidian/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f92066be00591cd85b7167ad0264378","ratio":1.49775336994508,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFERIGISIx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AISpv7bTwqOnopMuOol8kZBHSzGS47SOOv0koiD/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"eBRwwsxjB","title":"Where's Wally? Iceberg-hopping walrus is now 2,600 miles from home","shortId":"eBRwwsxjB","createdAt":"2021-05-25T12:31:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032431,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:17:59.000Z","url":"https://www.livescience.com/wally-the-walrus-appears-in-cornwall.html","canonicalUrl":"https://www.livescience.com/wally-the-walrus-appears-in-cornwall.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bd1bad5687bdc94648cbe91f115928a","ratio":1.61725067385445,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAgABAwQRBTEyYYGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAACElH/2gAMAwEAAhEDEQA/AMut3rnJA52bBSHveQhueh8KEZJ4xYBsSsItjNrdPiIjlcDttP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QRzJbV87C","title":"Low testosterone in men linked to more severe COVID-19","shortId":"QRzJbV87C","createdAt":"2021-05-25T18:49:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032809,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:38:58.000Z","url":"https://www.livescience.com/low-testosterone-men-linked-increased-risk-severe-covid.html","canonicalUrl":"https://www.livescience.com/low-testosterone-men-linked-increased-risk-severe-covid.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3d9010910a7b10aee80eb79f4788c4e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgECBgMAAAAAAAAAAAAAAQIDABEEBQYSISIUMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiIR/9oADAMBAAIRAxEAPwCeU6hgy/LnSPyJIu+JljE7qVXd1UHmwC2HHo/a28OocDPEkoDASKGA23tfmlKorVtMBZlcP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DcqwDVbqs","title":"NorthStar partners with Clarity, Monopar","shortId":"DcqwDVbqs","createdAt":"2021-05-25T18:44:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032804,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:35:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132495&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132495","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a397668cdff65d17f8247c7ae3224eea","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACAQAAIBBAMAAwAAAAAAAAAAAAECAwQFESEAEjEHQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREBAQEAAwAAAAAAAAAAAAAAAQIAAxFx/9oADAMBAAIRAxEAPwChWz3FqWjV7GsEsgWSWapiIVdby7HCge7/ADglX8PtcKqatW7KoqXaYLFPL0HY5wuF83rm3XSCKe52yOeJJYwXYK6hgCF0cH74xHnGOLpVVxdlyAB5v//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pbJvTwdrw","title":"Moby, Aluna, Sofi Tukker, more announced for virtual DGTL LIB 2: 24 Hour Brunchy-Q-Partython","shortId":"pbJvTwdrw","createdAt":"2021-05-25T18:41:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032801,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:40:46.000Z","url":"https://dancingastronaut.com/2021/05/moby-aluna-sofi-tukker-more-announced-for-virtual-dgtl-lib-2-24-hour-brunchy-q-partython/","canonicalUrl":"https://dancingastronaut.com/2021/05/moby-aluna-sofi-tukker-more-announced-for-virtual-dgtl-lib-2-24-hour-brunchy-q-partython/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/840d895c4b308bd95f1c5f22f6217d33","ratio":1.51575456053068,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEBQYSEzEhIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAEEAwAAAAAAAAAAAAAAAAIAAQMEERRR/9oADAMBAAIRAxEAPwCGA1vhbHEO2pS86tyUglkCRtKZPnuKzRzeLdPJy3g3e0JQABPwT1SlNmUXfBKsqsXF/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7c5sl0RTP","title":"Joe Biden opens up California coast to offshore wind","shortId":"7c5sl0RTP","createdAt":"2021-05-25T18:34:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032794,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:29:40.000Z","url":"https://www.theverge.com/2021/5/25/22453282/joe-biden-california-west-coast-offshore-wind","canonicalUrl":"https://www.theverge.com/2021/5/25/22453282/joe-biden-california-west-coast-offshore-wind","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a5be97010cd29b07829aba5aebc9c87","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBAUhBgcREhNxsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAAMAAAAAAAAAAAAAAAABABEhMf/aAAwDAQACEQMRAD8Ah6Y1/dZLbJLWR01Q5p4HaJo+BTJ9wbl5pOGADscB2Bn0iJ4bgIY5f//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BPmyew_j8","title":"LOOPERS finalizes balanced freshman release on Martin Garrix’s STMPD RCRDS with six-track ‘Greed’ EP","shortId":"BPmyew_j8","createdAt":"2021-05-25T18:33:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:32:23.000Z","url":"https://dancingastronaut.com/2021/05/loopers-finalizes-balanced-freshman-release-on-martin-garrixs-stmpd-rcrds-with-six-track-greed-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/loopers-finalizes-balanced-freshman-release-on-martin-garrixs-stmpd-rcrds-with-six-track-greed-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a62aa402c476b0df2a14872911ca1796","ratio":1.39019607843137,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgABAxIEBRFBFCHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQACAgIDAAAAAAAAAAAAAAACAwARAQQFMYH/2gAMAwEAAhEDEQA/AM4888XXS5NAODmriXuz9fVJFsMIogKSMHNxZyevaIja0DkfZVeT2CY6yrqf/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bvlL4o7UI","title":"Rothberg sees AI poised to revolutionize personalized imaging","shortId":"bvlL4o7UI","createdAt":"2021-05-25T18:28:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032788,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:21:03.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132494&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132494","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a36767613f2d62e4cbfdbe0e12cf2c5","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxEEBRIjMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAQIDAP/aAAwDAQACEQMRAD8AzxslqJqEDUq55YyZde5CzdKe/TERiLkJhroDTf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XMHQkAow8","title":"SiriusXM announces three-day virtual event, Dance Again Festival; Diplo, San Holo, deadmau5, Kaskade, and more set to perform","shortId":"XMHQkAow8","createdAt":"2021-05-25T18:27:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032787,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:26:59.000Z","url":"https://dancingastronaut.com/2021/05/siriusxm-announces-three-day-virtual-event-dance-again-festival/","canonicalUrl":"https://dancingastronaut.com/2021/05/siriusxm-announces-three-day-virtual-event-dance-again-festival/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/964015a7cdb1389fab894bf03a60e412","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAMFESESEyMxQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMSBBEhIvH/2gAMAwEAAhEDEQA/AMYtl5h0bbAhNjUXtYHgyC08mZB9Z350pCpTi9R3czs/BRFayJLNbYA+BEjPY64X/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HYd8KfZBO","title":"IBM showcases new iConnect Access at SIIM 2021","shortId":"HYd8KfZBO","createdAt":"2021-05-25T18:08:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032768,"tagsStr":"ibm,ibm-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:57:23.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132492&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132492","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01048bb58ce7be1e3473e21d1609c704","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDBAUhAAYREiIxQXGhsf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAEAxESMZH/2gAMAwEAAhEDEQA/AM92jYts3DbdyatYo9MWKEP3AcYDH0ByPnGjSRWhUUCCkYAccmXJ+9HaSaRLbWIkjqryRlgGIDZ96lVGKiUDx1H90qbXEAhR4IMlNmZt5D3P/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Y0MYwliuz","title":"Bundesliga Season Review: A Striker for All Seasons","shortId":"Y0MYwliuz","createdAt":"2021-05-25T17:45:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032745,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:26:30.000Z","url":"https://www.theringer.com/2021/5/25/22453109/bundesliga-review-robert-lewandowski-goal-record","canonicalUrl":"https://www.theringer.com/2021/5/25/22453109/bundesliga-review-robert-lewandowski-goal-record","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73f3cda2d7d5c1d9af7de85aaf3558e2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDBQAEEQcSQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHBEAAgIDAQEAAAAAAAAAAAAAAQIDEQAFIUHB/9oADAMBAAIRAxEAPwC35Pu7DXtHg15USLvUBjDFGVgOgn6enNnVTmer05nUe8kKOefpUHGMDbmJI4oCigWva96cQa5i8LljdN8z/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"rZuiirmlL","title":"Our Image of an Entrepreneur Desperately Needs an Update","shortId":"rZuiirmlL","createdAt":"2021-05-25T17:40:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032740,"tagsStr":"business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:30:00.000Z","url":"https://www.shopify.com/blog/image-of-an-entrepreneur","canonicalUrl":"https://www.shopify.com/blog/image-of-an-entrepreneur","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aed917fe5f2ac55e985a22f9e80595f7","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQREiEiBqGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAwADAAAAAAAAAAAAAAABAgADBBJRYf/aAAwDAQACEQMRAD8AkWLoT8Psi5QZBF03pnAl02+n1WPa2JbMmHOxzzSlEW10ubiepR0gHPWT7P/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WbRLZ-xfj","title":"The first trailer for Last Night in Soho shows a neon-filled time-traveling ghost story","shortId":"WbRLZ-xfj","createdAt":"2021-05-25T17:36:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032736,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:31:51.000Z","url":"https://www.theverge.com/2021/5/25/22453132/last-night-in-soho-edgar-wright-ghosts-anya-taylor-joy","canonicalUrl":"https://www.theverge.com/2021/5/25/22453132/last-night-in-soho-edgar-wright-ghosts-anya-taylor-joy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3f19c582ca569d275af9516c73a1f9a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAyEEERIFExQVcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAx/9oADAMBAAIRAxEAPwDDOr4vrH4jWyOlZNqTUl8b0R8pS5oi83I4xho7jtAGhaIiBUzL/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Lagn7zUxL","title":"You can now buy Asus’ gaming-ready ROG Phone 5","shortId":"Lagn7zUxL","createdAt":"2021-05-25T17:26:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:22:23.000Z","url":"https://www.theverge.com/2021/5/25/22453190/asus-rog-phone-5-gaming-mobile-available-pro-ultimate-later","canonicalUrl":"https://www.theverge.com/2021/5/25/22453190/asus-rog-phone-5-gaming-mobile-available-pro-ultimate-later","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9dc2aaa5a82ea11e56ad8c15e0cf153d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQMCBBEABRIGBxQhMRX/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAACIQP/2gAMAwEAAhEDEQA/AMh7dbsmv+2jcEWH0GVIrfWr2AgPAkAOR4yPr6CMe9Tevp4vYV7PahAyJjHz84GfmeGmmqMqtG0aH//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fNQKhiS1a","title":"COVID-19 pandemic forced big changes in radiology workflows","shortId":"fNQKhiS1a","createdAt":"2021-05-25T17:18:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032718,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:05:14.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132489&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132489","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a9d84e2b095b2c32d6a361096f119d7","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAgMBAAQFEQYhInGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AnAMwm85iOELG2ylKO4EXK8T6MV79639rZOXhUONUcesChZSMSUTuddd0pR60yoX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"WPs-ww2GI","title":"C++ scripting alternatives: easy-to-bind-in-C++ scripting.","shortId":"WPs-ww2GI","createdAt":"2021-05-25T11:27:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":10,"score":27032715,"tagsStr":"general-programming,c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:09:57.000Z","url":"https://itnext.io/c-scripting-alternatives-easy-to-bind-scripting-binding-chaiscript-and-wren-into-a-small-game-174c86b0ecd7","canonicalUrl":"https://itnext.io/c-scripting-alternatives-easy-to-bind-scripting-binding-chaiscript-and-wren-into-a-small-game-174c86b0ecd7","image":"","ratio":null,"placeholder":"","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"AqeE_TLYU","title":"Microsoft teases a ‘next generation of Windows’ announcement ‘very soon’","shortId":"AqeE_TLYU","createdAt":"2021-05-25T17:14:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032714,"tagsStr":"general-programming,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:08:47.000Z","url":"https://www.theverge.com/2021/5/25/22453222/microsoft-windows-next-generation-announcement-sun-valley-build-2021-keynote","canonicalUrl":"https://www.theverge.com/2021/5/25/22453222/microsoft-windows-next-generation-announcement-sun-valley-build-2021-keynote","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b2d30d0e40549e7b260efe4ab001948","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERIxEyJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDEUH/2gAMAwEAAhEDEQA/ANDz1OhUyFetJVMrH2PExokLGx7G+QA7I+q2MZEAA3iAOvRqIqmNpHV8iirn/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YIsmMBvSX","title":"The founder of lidar maker Velodyne is going to war with his own SPAC","shortId":"YIsmMBvSX","createdAt":"2021-05-25T17:09:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032709,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:03:23.000Z","url":"https://www.theverge.com/2021/5/25/22453138/velodyne-david-hall-spac-letter-board-removal","canonicalUrl":"https://www.theverge.com/2021/5/25/22453138/velodyne-david-hall-spac-letter-board-removal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be94c3024049ae1beec8e35ce24f7577","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQACBAMFERMGBxIUITFRYpL/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCl2YlTr1vMuNR9zuEWJTkZ5OPXLaTtLDcFvg8PUDHcrYdf1P0URBKZf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KVyhqe8RT","title":"New study turns our understanding of ice upside down","shortId":"KVyhqe8RT","createdAt":"2021-05-25T17:02:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032702,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:47:26.000Z","url":"https://www.livescience.com/ice-formation-requires-some-heat.html","canonicalUrl":"https://www.livescience.com/ice-formation-requires-some-heat.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fc130c9e343f80e04b4339c7a0dfee8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQSBSJRMv/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAIQMRQf/aAAwDAQACEQMRAD8A1/kM/Mxaa1xnrZ9m2NoJBA88litFdFbt2AP0YiLRicrDlSbU1uf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cEpA01WYV","title":"Chest x-ray may predict risk of hospitalization in COVID-19","shortId":"cEpA01WYV","createdAt":"2021-05-25T16:48:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032688,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:30:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132487&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132487","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/865885aeecaf2dc570fb82e55e0557ab","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBAMTIQUHCDFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ALnH2gyrs3pUtwF6EJto59c8kHOe1jhEQf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mGMswgzTU","title":"A dozen ultra-high-energy particle accelerators discovered in the Milky Way","shortId":"mGMswgzTU","createdAt":"2021-05-25T16:37:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032677,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:28:16.000Z","url":"https://www.livescience.com/ultra-high-energy-particles.html","canonicalUrl":"https://www.livescience.com/ultra-high-energy-particles.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f9cb922e444bd53ce6abe5eaedd90d0c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAYH/8QAJhAAAAMHAgcAAAAAAAAAAAAAAQIDAAQFBhESExQxBxUhIjJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACESIDEoH/2gAMAwEAAhEDEQA/AIrh5JUvElxd7jgJrPWMFaqG7KCHQCgG9NvbZLEiw/mL1gStSynsCuxajRiat50BUdQthu8Lxt+Mdox24kt1sTMr/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ncn9Dr7is","title":"ISAURA","shortId":"ncn9Dr7is","createdAt":"2021-05-25T16:35:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27032675,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/104450681/ISAURA","canonicalUrl":"https://www.behance.net/gallery/104450681/ISAURA","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6da64dd6fb200f7f16d3d346abe6d8a","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACBAMFERITQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhED/9oADAMBAAIRAxEAPwDG7RNjPiUuWMHP1qFx9IU+blUydQAOhhEVJyUXIaUNZ//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Ww0b6sTlE","title":"DC attorney general launches antitrust suit against Amazon","shortId":"Ww0b6sTlE","createdAt":"2021-05-25T16:25:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:15:36.000Z","url":"https://www.theverge.com/2021/5/25/22453125/dc-attorney-general-amazon-antitrust-lawsuit-favored-nation","canonicalUrl":"https://www.theverge.com/2021/5/25/22453125/dc-attorney-general-amazon-antitrust-lawsuit-favored-nation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aeca2bcfe2031184b11b08b3b291284a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUTMRJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDURL/2gAMAwEAAhEDEQA/AMbuYwOl1VADD94JbQ6EfAwwHhxsHyouTvbaHkruKSxjldJXVpGIyxBOzr9pSpuR6QeR2t2op2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"W5xlCKH-l","title":"We Got Professional Photographers to Judge Our Pokémon Snap Competition","shortId":"W5xlCKH-l","createdAt":"2021-05-25T16:16:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032656,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:02:06.000Z","url":"https://www.theringer.com/2021/5/25/22452084/pokemon-snap-photo-competition-joe-greer-alexis-hunley","canonicalUrl":"https://www.theringer.com/2021/5/25/22452084/pokemon-snap-photo-competition-joe-greer-alexis-hunley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32e6b6a9805f23246f187755589f3bd0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAAUFAQEAAAAAAAAAAAAAAQIDERIABAUhQRQx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIxQSL/2gAMAwEAAhEDEQA/ANcWwNmtk7BcVL0pkGKQoXAxcx5uId2Db5qpy4BNEoJeu4NAIyGLi3flKULipXhU+a0//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"58wTctbZT","title":"Sonos updates the One SL to make it more power efficient and recyclable","shortId":"58wTctbZT","createdAt":"2021-05-25T15:58:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032638,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:54:47.000Z","url":"https://www.theverge.com/2021/5/25/22453033/sonos-one-sl-update-refresh-power-efficient-recyclable-radio-base","canonicalUrl":"https://www.theverge.com/2021/5/25/22453033/sonos-one-sl-update-refresh-power-efficient-recyclable-radio-base","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9b6e51eabd5a4a82373be21e4c06ba7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgICAgIDAAAAAAAAAAAAAQMCBAAFETEGIUOR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEv/aAAwDAQACEQMRAD8AjVk2dnsPArLLrlr2F96JJWSBGMGw4Pfs9/eaMZo0hkgLV7gE/KPzGMFSsSU1T3R//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U7M-R8K34","title":"The Best No-Code Tools for Developers in 2021","shortId":"U7M-R8K34","createdAt":"2021-05-24T15:37:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","tweeted":true,"views":2646,"score":27032635,"tagsStr":"general-programming,nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-25T06:30:01.000Z","discussionScore":4,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:54:42.000Z","url":"https://www.freecodecamp.org/news/best-no-code-tools-for-developers/","canonicalUrl":"https://www.freecodecamp.org/news/best-no-code-tools-for-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/745404829ce9683aaa5d85062412a1c7","ratio":1.80070546737213,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQFERJBMv/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGxEBAAIDAQEAAAAAAAAAAAAAAQIDABGxIVH/2gAMAwEAAhEDEQA/ANYGxxa6zY2tqYhQSO7eSF8tbHZ1qCKx5Cg/IPkRIlZfO6IT158A4GMysg7Ouf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Didicodes","readTime":12,"description":null,"toc":null,"summary":null},{"id":"JUo3VVmuI","title":"Tidal now also offers offline listening on the Apple Watch","shortId":"JUo3VVmuI","createdAt":"2021-05-25T15:54:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032634,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:48:52.000Z","url":"https://www.theverge.com/2021/5/25/22453031/tidal-apple-watch-offline-listening-spotify-deezer","canonicalUrl":"https://www.theverge.com/2021/5/25/22453031/tidal-apple-watch-offline-listening-spotify-deezer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9d3059205c97b9ec4f930390c122080","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFEgYREyGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAABAwACESIx/9oADAMBAAIRAxEAPwDOOByL2hp+FQrIxOwPtu5eDl98QDpTHyIiqOOSlLb0Gpn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q8TFmn1WU","title":"Sling TV announces completely redesigned app, and it looks way nicer","shortId":"q8TFmn1WU","createdAt":"2021-05-25T15:50:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032630,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:43:20.000Z","url":"https://www.theverge.com/2021/5/25/22452993/sling-tv-new-app-features-design-amazon-fire-tv","canonicalUrl":"https://www.theverge.com/2021/5/25/22452993/sling-tv-new-app-features-design-amazon-fire-tv","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ae114b0107846a541a9152df1f4ac2f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAUGESExMv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABAgD/2gAMAwEAAhEDEQA/AJrsFi77DkbxJlR57qaUcT4LMTz35qr4G8MWDx0ZQMUto170jvFFKUV25JDf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aLypKrHeg","title":"Hot summer days are even hotter for many Americans of color","shortId":"aLypKrHeg","createdAt":"2021-05-25T15:03:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452777/hot-summer-weather-race-urban-heat-island-us-cities","canonicalUrl":"https://www.theverge.com/2021/5/25/22452777/hot-summer-weather-race-urban-heat-island-us-cities","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0f897b1abaa4820e5099d175d5f5740","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFERMjMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/ANhFdJ4aU63zYaSMPmc7o49PxTZL1V7Hcjuz6iKdo//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"yqXGOjubz","title":"Microsoft has built an AI-powered autocomplete for code using GPT-3","shortId":"yqXGOjubz","createdAt":"2021-05-25T15:03:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032583,"tagsStr":"general-programming,microsoft,ai,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451144/microsoft-gpt-3-openai-coding-autocomplete-powerapps-power-fx","canonicalUrl":"https://www.theverge.com/2021/5/25/22451144/microsoft-gpt-3-openai-coding-autocomplete-powerapps-power-fx","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b195222561a414d2f278fed83cbd0e1d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQFEQYHMVESIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAABB/9oADAMBAAIRAxEAPwCl3ON+p9fzGtV8ekpHlyQaZpTOoxyVw4wTnr4I3JEXxHqvHUIQin//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"JDLa8TQkH","title":"Microsoft Teams opens up to new collaborative apps that plug into meetings","shortId":"JDLa8TQkH","createdAt":"2021-05-25T15:03:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032583,"tagsStr":"general-programming,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452623/microsoft-teams-new-collaborative-apps-store-platform-iaps-build-2021","canonicalUrl":"https://www.theverge.com/2021/5/25/22452623/microsoft-teams-new-collaborative-apps-store-platform-iaps-build-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af76acb6417febc03ac843ecbcd53fc9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRIhYRMxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8A0TJpW61vh5iXlmkfcwJIB9D6zx1iq8CGKCOMsWKKFySecDs0pRWX/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jOYQX4Z1-","title":"Google Search Console performance report gains practice problems","shortId":"jOYQX4Z1-","createdAt":"2021-05-25T14:42:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032562,"tagsStr":"google,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:43:40.000Z","url":"https://searchengineland.com/google-search-console-performance-report-gains-practice-problems-348840","canonicalUrl":"https://searchengineland.com/google-search-console-performance-report-gains-practice-problems-348840","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa1b1b8e65ba8cc1dd616ebcbab55879","ratio":1.87683284457478,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQRITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAAMBAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/ANP06kNSEsrxhjSS7pOz6SrOM8CIjd0H/9k=","siteTwitter":"@sengineland","creatorTwitter":"@rustybrick","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_MulTMz67","title":"Ravi Vasavan: Designing for Deaf Power","shortId":"_MulTMz67","createdAt":"2021-05-25T14:35:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032555,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:41:06.000Z","url":"https://medium.com/indeed-design/ravi-vasavan-designing-for-deaf-power-baf5842865e9","canonicalUrl":"https://medium.com/indeed-design/ravi-vasavan-designing-for-deaf-power-baf5842865e9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b870fca27a2bdb3715b358b9bc1af7e9","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUEAgMBAAAAAAAAAAAAAQIDBBEABQYSITETFSJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBExEv/aAAwDAQACEQMRAD8AuYzgpW2OuMnWuKrhNgC5VW4l13KjOpAGR+TGKE/nXPNYlrYrg7bJOPZqF8xAU1AxgAJCY7pSidyqhh0yrw7Gd7PR4dT/2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"3WPI8oeby","title":"8 WordPress Tools To Boost Your Website Flexibility","shortId":"3WPI8oeby","createdAt":"2021-05-25T14:35:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032555,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:54:56.000Z","url":"https://marketsplash.com/wordpress-tools/","canonicalUrl":"https://marketsplash.com/wordpress-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d911fa2344ff20fd026f2e70c2931eee","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAMBAgQREiH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwDTpyGrw3ppfSmTHVdR6TgAUodaguHZ/9k=","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":9,"description":null,"toc":null,"summary":null},{"id":"_jBbye_TM","title":"Mary, Queen of Scots' rosary beads stolen in English castle heist","shortId":"_jBbye_TM","createdAt":"2021-05-25T14:18:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032538,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:52:25.000Z","url":"https://www.livescience.com/mary-queen-of-scots-beads-stolen.html","canonicalUrl":"https://www.livescience.com/mary-queen-of-scots-beads-stolen.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6efc3c9ea58bbec7614bd59541f13f6","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAgMAAQQREjEFQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAABAhESEzH/2gAMAwEAAhEDEQA/AM48k9CCHHcBkbOFgY3qh63uvcnsl7FZDV7q+J2PXy4iESVFjZLLp//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"I-DnjYznO","title":"Flexibits’ contact app Cardhop gets fresh revamp, added to Fantastical subscription","shortId":"I-DnjYznO","createdAt":"2021-05-25T14:05:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032525,"tagsStr":"ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451851/flexibits-contact-app-cardhop-refresh-update-subscription-fantastical","canonicalUrl":"https://www.theverge.com/2021/5/25/22451851/flexibits-contact-app-cardhop-refresh-update-subscription-fantastical","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5135d1c3f31d75f90912e9d3ca3fd824","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAwURM2GCof/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDe7cpa7aoXr4Ugj0GWGaYDYB7RED//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SGBubcTCA","title":"TikTok changes text-to-speech voice after voice actor sues","shortId":"SGBubcTCA","createdAt":"2021-05-25T13:56:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032516,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:49:07.000Z","url":"https://www.theverge.com/2021/5/25/22452815/tiktok-voice-change-text-to-speech-lawsuit","canonicalUrl":"https://www.theverge.com/2021/5/25/22452815/tiktok-voice-change-text-to-speech-lawsuit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b401e21674e6628da0030a317d1ff61","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESEGBzEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEBAAMAAAAAAAAAAAAAAAABABFB8P/aAAwDAQACEQMRAD8AxiwGJC6v5FORCacuDr6IJfdwsBtZSrSSMAgtnY39e6wYM+0pSqYDt3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YpifeAS0m","title":"Links on Performance","shortId":"YpifeAS0m","createdAt":"2021-05-24T22:47:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","tweeted":true,"views":371,"score":27032492,"tagsStr":"webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-25T07:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:03:30.000Z","url":"https://css-tricks.com/links-on-performance/","canonicalUrl":"https://css-tricks.com/links-on-performance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2baddae42897cb4ac76317da0d0fc477","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAgIAAwkAAAAAAAAAAAAAAQIAAwUREgQGBxRBVWGU4v/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAwQFESET/9oADAMBAAIRAxEAPwDE7xYPzmMPazbMwsrCabaC+nrmCGGR8yYOHrd0HrfcRJ2XsSVzHyfW06lAEkkgE3Bfi//Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rbhibh6t2","title":"Super Flower Blood Moon eclipse: How to watch early Wednesday morning","shortId":"rbhibh6t2","createdAt":"2021-05-25T13:31:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032491,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:13:17.000Z","url":"https://www.livescience.com/watch-super-flower-blood-moon-lunar-eclipse.html","canonicalUrl":"https://www.livescience.com/watch-super-flower-blood-moon-lunar-eclipse.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3978bd8d12b6c8420b1f8eb55ee7d74","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBREAEgQhBjFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAICAwAAAAAAAAAAAAAAAAABAnEyM8H/2gAMAwEAAhEDEQA/AMB8alopcauJl4pDxcGrPLa6cbUSSSR9voXY6GSruocXpelmr91jGGs3Q0tSt8P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6KOQvTI1d","title":"Moderna says its COVID-19 vaccine is effective in teens","shortId":"6KOQvTI1d","createdAt":"2021-05-25T13:08:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032468,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:04:43.000Z","url":"https://www.theverge.com/2021/5/25/22452761/moderna-covid-vaccine-teens-fda","canonicalUrl":"https://www.theverge.com/2021/5/25/22452761/moderna-covid-vaccine-teens-fda","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b6ccb0ac92ccb0df72be1da19841a6a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQMCAAQhBQYREkExYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxEEIUH/2gAMAwEAAhEDEQA/AJru42M2lol9JboTvUwlCSXlbESHomBkZGOPP2tlrve9lapk5C2NMAZz7Edjxk8D5SlU/FpSxNYbBT0xXwGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uBqdHJgplX","title":"Many of the best Nintendo Switch games are $40 at GameStop right now","shortId":"uBqdHJgplX","createdAt":"2021-05-25T13:08:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032468,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:45.000Z","url":"https://www.theverge.com/good-deals/2021/5/25/22451937/nintendo-switch-memorial-day-games-sale-dell-monitor-surface-duo-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/25/22451937/nintendo-switch-memorial-day-games-sale-dell-monitor-surface-duo-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f91709ab6aba1180d89d6bf1733c1147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAACAQMEBQARBjEHcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAICAwAAAAAAAAAAAAAAAAACAxEUMVH/2gAMAwEAAhEDEQA/ALTkVlMrKKwlMOArjMczHbadp0v3IKD5GujhRzcMSMmxUl0ibXXrGMmyJOgJGtaP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"nOWiJAzJk","title":"The Unearned Reinvention of ‘Master of None’","shortId":"nOWiJAzJk","createdAt":"2021-05-25T13:05:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:56:06.000Z","url":"https://www.theringer.com/tv/2021/5/25/22452313/master-of-none-season-3-review","canonicalUrl":"https://www.theringer.com/tv/2021/5/25/22452313/master-of-none-season-3-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/943e50fb422a76df48a4e22e410a24cb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBRIhExQVgZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A3+nPdqWMcgyTQyP3hmwtPSNVYse+bU+beOO3Z9KIpaWP/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"w0TZPdHKK","title":"The Walls Are Closing in on the Heat","shortId":"w0TZPdHKK","createdAt":"2021-05-25T13:05:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:53:34.000Z","url":"https://www.theringer.com/2021/5/25/22452769/heat-bucks-nba-playoffs-jimmy-butler","canonicalUrl":"https://www.theringer.com/2021/5/25/22452769/heat-bucks-nba-playoffs-jimmy-butler","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/555f0b872ee3f25167bf20bef8205775","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAJBAAAgECAwkAAAAAAAAAAAAAAQMCAAUEEUEGBxIVISIxNOH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxFR/9oADAMBAAIRAxEAPwCuLuN0dhLi6dyfxIdh2qlHtnGUFhgzkPIJIBGuWlZu3eHtDJszza49ST7HylKJLYvGlVVtcP/Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"Xd2_SBZqv","title":"This 'Post-Soviet Sad 3D' Game Is Not About Having Fun","shortId":"Xd2_SBZqv","createdAt":"2021-05-25T13:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032463,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:00:00.000Z","url":"https://www.wired.com/story/its-winter-post-soviet-walking-simulator","canonicalUrl":"https://www.wired.com/story/its-winter-post-soviet-walking-simulator","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33993156bb39ca07db50402eab5b9ee1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMAAhExEyEyof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8AxK8IXzNotwNbVFLA4HW9yMWDPn7EQaSpC0//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cil3i9v_YQ","title":"The Best Vinyl Accessories to Jazz Up Your Analog Audio","shortId":"cil3i9v_YQ","createdAt":"2021-05-25T13:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032463,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:00:00.000Z","url":"https://www.wired.com/gallery/best-vinyl-accessories/","canonicalUrl":"https://www.wired.com/gallery/best-vinyl-accessories/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/005bc33241298b13e352687fe8dff1b3","ratio":1.91095066185319,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIABQUAAAAAAAAAAAAAAQIAAwQFBxESExQhImH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMhccH/2gAMAwEAAhEDEQA/ANtz2jFNqDlHbYpalsq6jhq+Z2RiCq+fXkG2J+SziIQ2yuQCtees/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"IKDgZzxy6","title":"Arm introduces its first Armv9 architecture CPUs and GPUs, previewing 2022’s Android flagships","shortId":"IKDgZzxy6","createdAt":"2021-05-25T13:00:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032460,"tagsStr":"tech-news,hardware,architecture","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22448107/arm-armv9-architecure-cortex-x2-a710-cpu-mali-g710-gpu-android-2022-designs","canonicalUrl":"https://www.theverge.com/2021/5/25/22448107/arm-armv9-architecure-cortex-x2-a710-cpu-mali-g710-gpu-android-2022-designs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f3e0378fbbca92037f0fe7473c3d361","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQRIRMiQVGhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABBBEDIVH/2gAMAwEAAhEDEQA/AMbuguDoRbb27JsjyxmYkFYIGgM4yPJH2qCy8J6nqke5KRv3SlUOHFxWWuIczemX/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YRwpX5Tsg","title":"SteelSeries’s new Prime accessories are streamlined for high-level play","shortId":"YRwpX5Tsg","createdAt":"2021-05-25T13:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032460,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22445746/steelseries-prime-arctis-headset-wireless-plus-gaming-mouse-features-price","canonicalUrl":"https://www.theverge.com/2021/5/25/22445746/steelseries-prime-arctis-headset-wireless-plus-gaming-mouse-features-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3f3639e902763105e70fa05b2619b5a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDIQARBBIUMlHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDMGkScSpGhi5DyKxlLddXWiPR1vL55EDEnthd+XzGMaH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5WlBYxpd-","title":"Flex manufactures everything from hair dryers to the Mac Pro — what’s next?","shortId":"5WlBYxpd-","createdAt":"2021-05-25T13:00:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032460,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:00.000Z","url":"https://www.theverge.com/22451309/flex-revathi-advaithi-interview-decoder-manufacturing-covid-19","canonicalUrl":"https://www.theverge.com/22451309/flex-revathi-advaithi-interview-decoder-manufacturing-covid-19","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69b120f620af00f47a8f424209de8232","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAURBiETInH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAQAABgMAAAAAAAAAAAAAAAEAAgMEETEFsfD/2gAMAwEAAhEDEQA/AJXMZu5h5bIAFbxWkBj3v0LXKqxH0HVVrZCUMR11SlCNKTOvYioccE1zXHQnbH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4VtqZkg5E","title":"How to Use Node Environment Variables with a DotEnv File for Node.js and npm","shortId":"4VtqZkg5E","createdAt":"2021-05-25T00:59:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":207,"score":27032451,"tagsStr":"general-programming,webdev,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:48:45.000Z","url":"https://www.freecodecamp.org/news/how-to-use-node-environment-variables-with-a-dotenv-file-for-node-js-and-npm/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-node-environment-variables-with-a-dotenv-file-for-node-js-and-npm/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34b458131ba56b27cdb7fdf496b3b464","ratio":2.10748155953635,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFBhESITET/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhIx/9oADAMBAAIRAxEAPwDb5rYLwmPNnNZNJaAAX824zafTrXIaIq5Dw+5mGwXMnkqWW08lGFH7Ove0UpSnwPMrTP/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@veewren","readTime":3,"description":null,"toc":null,"summary":null},{"id":"z3U80Sojd","title":"Dashing Diva Glaze","shortId":"z3U80Sojd","createdAt":"2021-05-25T12:46:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27032446,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/119920061/Dashing-Diva-Glaze","canonicalUrl":"https://www.behance.net/gallery/119920061/Dashing-Diva-Glaze","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d07392ffc5a6f34a0f2a8961fa9a5101","ratio":1.4,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAwEAAwAAAAAAAAAAAAAAAAECAwQRQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDR9zyXq3N5zHia7ZQAB//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"AG9Bb2_W8","title":"Discussing the Best Pillsbury Tube Dough Recipe","shortId":"AG9Bb2_W8","createdAt":"2021-05-25T12:34:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032434,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:27:51.000Z","url":"https://www.theringer.com/2021/5/25/22452765/discussing-the-best-pillsbury-tube-dough-recipe","canonicalUrl":"https://www.theringer.com/2021/5/25/22452765/discussing-the-best-pillsbury-tube-dough-recipe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4cf47c21dc7d164c8ca601e31a069be6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgIABQUAAAAAAAAAAAAAAQMAAgQFESGhBhITUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAIBEAAQMCBwAAAAAAAAAAAAAAAQIDEQAEBRITITGBof/aAAwDAQACEQMRAD8Au9Mhl8jxLLMJWAa+Mjb3ryB8mSbh1UbepLrEEjXvG/ERC2FnVcfz7woDymVypTFwQ0YmeOq//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"vM7yEwUcb","title":"Cool Hand Luke and the Big Lozowski","shortId":"vM7yEwUcb","createdAt":"2021-05-25T12:34:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:29:09.000Z","url":"https://www.theringer.com/2021/5/25/22452762/cool-hand-luke-and-the-big-lozowski","canonicalUrl":"https://www.theringer.com/2021/5/25/22452762/cool-hand-luke-and-the-big-lozowski","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0aecccccac04abbdd46ee563f221ca1a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEFIQQTBxJB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAAMEEcEhQVL/2gAMAwEAAhEDEQA/AMUxuP4b/F2RnfxozOJOwS79w5rg0buqpx1X0qF6giI9ty1TPrQirwBVpY7XZn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-SUoz3Zbk","title":"The Bucks Blew the Heat Away in Game 2. Will These Playoffs Be Different for Milwaukee?","shortId":"-SUoz3Zbk","createdAt":"2021-05-25T12:34:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:17:00.000Z","url":"https://www.theringer.com/2021/5/25/22452741/bucks-heat-game-2-knicks-lakers-vent-session","canonicalUrl":"https://www.theringer.com/2021/5/25/22452741/bucks-heat-game-2-knicks-lakers-vent-session","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d221235180687935482d0672c887494","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEABEhBQYSMRORof/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AJLStGgp2puiY6z5lxGWeAUc3Uo3N+xgY+36qUegxg8sIDoSFEAFQNh6pSmlIlN9P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6A9FWoVSu","title":"Remembering George Floyd, One Year Later","shortId":"6A9FWoVSu","createdAt":"2021-05-25T12:34:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:22:53.000Z","url":"https://www.theringer.com/2021/5/25/22452755/remembering-george-floyd-one-year-later","canonicalUrl":"https://www.theringer.com/2021/5/25/22452755/remembering-george-floyd-one-year-later","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4bf9715edfd932b2e49d0e5d13a94d26","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAMFBhEhEhVBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMREv/aAAwDAQACEQMRAD8AjZDlki1RotK2xqEZki0mfTLGjroveWnhxGzoDW/PpZWM9ysADvko/SeSiKNY3ROwqjAJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MbI8m5UVu","title":"The Bucks Blow the Heat Away in Game 2. Plus: The Knicks-Hawks Series Is the Highlight of Round 1 and Lakers Vent Session.","shortId":"MbI8m5UVu","createdAt":"2021-05-25T12:17:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:17:00.000Z","url":"https://www.theringer.com/2021/5/25/22452741/bucks-blow-heat-away-game-2-plus-knicks-hawks-series-highlight-round-1-lakers-vent-session","canonicalUrl":"https://www.theringer.com/2021/5/25/22452741/bucks-blow-heat-away-game-2-plus-knicks-hawks-series-highlight-round-1-lakers-vent-session","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d221235180687935482d0672c887494","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEABEhBQYSMRORof/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AJLStGgp2puiY6z5lxGWeAUc3Uo3N+xgY+36qUegxg8sIDoSFEAFQNh6pSmlIlN9P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kEI11PwrF","title":"Olivia Rodrigo’s ‘Sour’ Review. Plus: Is Pop-Punk Back?","shortId":"kEI11PwrF","createdAt":"2021-05-25T12:17:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:14:32.000Z","url":"https://www.theringer.com/2021/5/25/22452544/olivia-rodrigos-sour-review-plus-is-pop-punk-back","canonicalUrl":"https://www.theringer.com/2021/5/25/22452544/olivia-rodrigos-sour-review-plus-is-pop-punk-back","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e81ddd293cfa6327f3d3beb32c02a01b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEFFDFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACEWGx/9oADAMBAAIRAxEAPwDD+Ata+y5SSvXDNXnrFJHn6ok9XZ1DknWGnIiG5iyoFtUXvs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6ZGU5IEl3","title":"Nature Can Save Humanity From Climate Doom—but Not On Its Own","shortId":"6ZGU5IEl3","createdAt":"2021-05-25T12:09:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032409,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:00:00.000Z","url":"https://www.wired.com/story/nature-can-save-humanity-from-climate-doom-but-not-on-its-own","canonicalUrl":"https://www.wired.com/story/nature-can-save-humanity-from-climate-doom-but-not-on-its-own","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8c58748b56ddd4b89a50b89a9a76eec","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACEQMFEgQGByExgfD/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/AMRbuTdy0manO4aio4OacjVIIiQYjxMD4qweWN2NJa24mB0MmNJ99IiBXW9DZ//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"K0XJmQway","title":"How to Buy Movies Online and Watch Them Anywhere","shortId":"K0XJmQway","createdAt":"2021-05-25T12:09:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032409,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:00:00.000Z","url":"https://www.wired.com/story/how-to-buy-movies-online-watch-them-anywhere","canonicalUrl":"https://www.wired.com/story/how-to-buy-movies-online-watch-them-anywhere","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6763098ef5f1112ba95a64cacdb34f76","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgMABBESBQYhMXHx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAARIUH/2gAMAwEAAhEDEQA/AIjq+NprmyjnnuWQ20Q0WTVSQMbMvgk/c1Dz8Nx6zyKq3QAYgATYA7+qUoizj//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"vLrq_JHJx","title":"STEM’s Racial Reckoning Just Entered Its Most Crucial Phase","shortId":"vLrq_JHJx","createdAt":"2021-05-25T12:09:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032409,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:00:00.000Z","url":"https://www.wired.com/story/stems-racial-reckoning-just-entered-its-most-crucial-phase/","canonicalUrl":"https://www.wired.com/story/stems-racial-reckoning-just-entered-its-most-crucial-phase/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4dfae12bef3bbbbd4c48cebdd60ae354","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFEQYSIQcTFCIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAZEQACAwEAAAAAAAAAAAAAAAAAMQECUfD/2gAMAwEAAhEDEQA/ALupd5r7Obmaaqm9+fXeM0zeR6Os7AAzxtKqQRj5G96epVWwWwOzuwpZQLEkljsHJzCEWz7BCP/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"tpBR3jc-O","title":"Microsoft and Qualcomm team up to create a Windows on ARM developer PC","shortId":"tpBR3jc-O","createdAt":"2021-05-25T11:39:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032379,"tagsStr":"general-programming,microsoft,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:35:55.000Z","url":"https://www.theverge.com/2021/5/25/22452710/microsoft-qualcomm-windows-on-arm-dev-kit-pc-features-release-date","canonicalUrl":"https://www.theverge.com/2021/5/25/22452710/microsoft-qualcomm-windows-on-arm-dev-kit-pc-features-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a232b0ed27438f9acb23e4bdab6b96a","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIAAwUGBBESIWEi/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMEQXH/2gAMAwEAAhEDEQA/AM9eMwyzU3dVXI9dSp1PrijEcfB3LKZhf1RVNzrsQNixPZ9iI4y46VewhewHr23slYLc8n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qnNYYTkdc","title":"Which Julio Jones Trade Partners Make Sense?","shortId":"qnNYYTkdc","createdAt":"2021-05-25T11:32:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032372,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:20:00.000Z","url":"https://www.theringer.com/nfl/2021/5/25/22452223/julio-jones-trade-partners","canonicalUrl":"https://www.theringer.com/nfl/2021/5/25/22452223/julio-jones-trade-partners","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ccb8d0ece086af2b275f9e3727cd0452","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDBAAREgYFBxMUISMlUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECACEDBBET/9oADAMBAAIRAxEAPwCM0ntjyEsOMZwpUVwqjcQgDBNxY+/ta0ncfImgSmtWSGG3+6lrlArAK6hN8xe17UpQeKM1iUjay23bM//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"XSqY5w9cP","title":"Most kids with inflammatory COVID-19 syndrome are recovered by 6 months","shortId":"XSqY5w9cP","createdAt":"2021-05-25T11:19:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:00:00.000Z","url":"https://www.livescience.com/children-inflammatory-syndrome-covid-19-recovery.html","canonicalUrl":"https://www.livescience.com/children-inflammatory-syndrome-covid-19-recovery.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3efc755242ac49580c740d67ce57679b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACBAUREgMTIUEVMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/ANRkxI8KlydoAU8Q3DFjGtDSDxYAdi/zhQfD0ce4ukT2cERHcKvI2as//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"21ssxMc4b","title":"Flowers use the smell of death to lure and imprison coffin flies","shortId":"21ssxMc4b","createdAt":"2021-05-25T11:19:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:00:00.000Z","url":"https://www.livescience.com/flower-scent-of-dead-insect-attract-coffin-flies.html","canonicalUrl":"https://www.livescience.com/flower-scent-of-dead-insect-attract-coffin-flies.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b70c345d70c3f9232e97e29ebf87da7","ratio":1.40679953106682,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQhETFRBhITIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEiH/2gAMAwEAAhEDEQA/AI7eW2u2NyRI0lwHXxFsFVOpB4yATnbG9ZabqC0EriSO+Rwx7ljm9VPA1+UpRcmoiileT//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yw1pB1tA6","title":"Spherical UFO plunges into the ocean in US Navy footage","shortId":"yw1pB1tA6","createdAt":"2021-05-25T11:19:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:00:02.000Z","url":"https://www.livescience.com/ufo-flies-and-dives-navy-footage.html","canonicalUrl":"https://www.livescience.com/ufo-flies-and-dives-navy-footage.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3700bd001bde1ceecdbeffbc12ffd91d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAgUFAAAAAAAAAAAAAAACAAMBBAUHERIhJDFS/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCbpNz55pwACSZxtjJRV6FyaloHhy3XokROUH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OXaxxDEVu","title":"NIGHTMODE notches first techno undertaking with KILL SCRIPT’s ‘FIRST CONTAKT’ EP","shortId":"OXaxxDEVu","createdAt":"2021-05-25T10:02:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032282,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/kill-script-touches-down-with-first-contakt-ep-via-nightmode/","canonicalUrl":"https://dancingastronaut.com/2021/05/kill-script-touches-down-with-first-contakt-ep-via-nightmode/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbd7bce575b9ebeecb7b532b6f7b5c95","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIhAAAgECBQUAAAAAAAAAAAAAAQMCAAQFBxIhURETMWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDSzN7EXud3Ly7Tb6hJRQuEZDbcS5HH2rGdt1ECJLJkbaiiHU+/NKUEM//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zlwZwNdYc","title":"Instagram exchange gives way to Gibson Parker, offrami’s ‘Complicated’","shortId":"zlwZwNdYc","createdAt":"2021-05-25T09:01:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032221,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/instagram-exchange-gives-way-to-gibson-parker-offramis-complicated/","canonicalUrl":"https://dancingastronaut.com/2021/05/instagram-exchange-gives-way-to-gibson-parker-offramis-complicated/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48ea4cda34699d580fb27ededc1693b7","ratio":1.50300601202405,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECBAUDBiESMkFxof/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQADEQIFBiFRYcH/2gAMAwEAAhEDEQA/AM1/z72NnrfjmekqTqopVbgzTtMus+ChucgAO3vb4nhUHGhDFY78C//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"JZhWr67ke","title":"Google’s new Fuchsia OS arrives first on old Nest Hub","shortId":"JZhWr67ke","createdAt":"2021-05-25T08:49:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032209,"tagsStr":"general-programming,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:47:40.000Z","url":"https://www.theverge.com/2021/5/25/22452620/google-fuchsia-os-nest-hub-smart-display-update-operating-system-linux-kernal","canonicalUrl":"https://www.theverge.com/2021/5/25/22452620/google-fuchsia-os-nest-hub-smart-display-update-operating-system-linux-kernal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb008abb532fc7f0b47b9ec33a8834c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMRAAQFBhIUIf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEh/9oADAMBAAIRAxEAPwCc6l3qc9U4jhdTTTT+ef1NLDJ+bCemtCCCaNi7JusnZVSSR3pl9EmgxoXjGOHptlbVCyT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1aAUymvrS","title":"?? - Chilseok","shortId":"1aAUymvrS","createdAt":"2021-05-25T08:33:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27032193,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/118778709/-Chilseok","canonicalUrl":"https://www.behance.net/gallery/118778709/-Chilseok","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5141d5bf160e6583ff6d7ddb11937bda","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQMAEQIEBTFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AwvTOUNoelgo5MGQqrJA74Av25PiIRa//2Q==","siteTwitter":"@behance","creatorTwitter":"@nastplas","readTime":0,"description":null,"toc":null,"summary":null},{"id":"QrYRWTrk0","title":"Astro Arcade: Slushii sonically brings Hi Rez Studios’ SMITE to life with ‘Valhalla’","shortId":"QrYRWTrk0","createdAt":"2021-05-25T08:32:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032192,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:30:00.000Z","url":"https://dancingastronaut.com/2021/05/astro-arcade-slushii-sonically-brings-hi-rez-studios-smite-to-life-with-valhalla/","canonicalUrl":"https://dancingastronaut.com/2021/05/astro-arcade-slushii-sonically-brings-hi-rez-studios-smite-to-life-with-valhalla/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fa2902bf1cdb6d9e5335399a4d92396","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAAUCBwAAAAAAAAAAAAABAgADBAURBhIhIjEyQWHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIRAxIiYbH/2gAMAwEAAhEDEQA/AJgU+nZWnKBLtINXd7hsZpYTaxBXkCOuAvDrkHz6iPm2qxLNcCirsBiO9fqEIrr4vga4jYbmyV//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"akZ58y6_H","title":"proxy-www","shortId":"akZ58y6_H","createdAt":"2021-05-24T19:43:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":213,"score":27032189,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-24T21:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T12:00:00.000Z","url":"https://github.com/justjavac/proxy-www","canonicalUrl":"https://github.com/justjavac/proxy-www","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962b528d4e672c1942611d2e28c82cfa","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGhAAAwADAQAAAAAAAAAAAAAAAQIDABEhI//EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECERNR/9oADAMBAAIRAxEAPwDTSKoYj0JO+mh33IhKUYTkgqVRQoLWZjoDXST04xkdrtEhD//Z","siteTwitter":"@github","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"c0dO6TR9M","title":"New Standards to Access User Device Hardware using JavaScript","shortId":"c0dO6TR9M","createdAt":"2021-05-24T22:25:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":128,"score":27032180,"tagsStr":"javascript,hardware,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:24:54.000Z","url":"https://blog.bitsrc.io/new-standards-to-access-user-device-hardware-using-javascript-86b0c156dd3d","canonicalUrl":"https://blog.bitsrc.io/new-standards-to-access-user-device-hardware-using-javascript-86b0c156dd3d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18dccd6fe55d509b67cec1214d01a232","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIFAAMEITFBBxESFSL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMRIf/aAAwDAQACEQMRAD8AqdG4uJuT75sXB4mOyA2nc3SHCtuB2XUbcitj9BLJ8WsmPS2uiqMcnxHApSpLFr0WmXD/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Gwv3nWwA9","title":"How to Use CSS Media Queries to Create Responsive Websites","shortId":"Gwv3nWwA9","createdAt":"2021-05-24T20:45:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":175,"score":27032167,"tagsStr":"career,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T20:36:07.000Z","url":"https://www.freecodecamp.org/news/how-to-use-css-media-queries-to-create-responsive-websites/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-css-media-queries-to-create-responsive-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8027e2be8c828988b0b910cc941dd066","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIEAAMRBQYTIRIUMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EAB8RAAIBAwUBAAAAAAAAAAAAAAECAwAhMQQRIlFxsf/aAAwDAQACEQMRAD8Az8XU9uy9uRYJ0+UshUZbklQitde2it9HagkjJyTgH9qFN0KR7l/iuW1t8jeKlySBnoZx3SlOkZo2IUm4Bzvc+1akSTrzGLdfK//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o4yunnjCB","title":"Mabox Linux – Sehr schlankes Manjaro – Alternative zu MX Linux","shortId":"o4yunnjCB","createdAt":"2021-05-25T07:50:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27032150,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T07:36:30.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/25/mabox-linux-sehr-schlankes-manjaro-alternative-zu-mx-linux/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/25/mabox-linux-sehr-schlankes-manjaro-alternative-zu-mx-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"awXBYaXc1","title":"How benchmarking helps radiology practices evaluate performance","shortId":"awXBYaXc1","createdAt":"2021-05-25T07:12:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032112,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132458&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132458","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/03616d419b342dd79c344d8be18ea9f6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAgIBAwMFAAAAAAAAAAAAAQIDEQAEBQYHIUESIzFCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQMAAhEEQf/aAAwDAQACEQMRAD8Ai9HuRrLHuGkRVVWieZ3lRQij6qL8nvmnEOysLfdI/We5qA/OEvTUAScioAVo2qvHvR4vqihQAoqvzFS610j2Vz2swCf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"yzjSYJ9KY","title":"Popular Elitism In Programming","shortId":"yzjSYJ9KY","createdAt":"2021-05-24T20:12:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":136,"score":27032077,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:50:23.000Z","url":"https://itnext.io/popular-elitism-in-programming-d11447bc60dd","canonicalUrl":"https://itnext.io/popular-elitism-in-programming-d11447bc60dd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32dee1a38d8acb411158345f1d6a15ad","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIRAAMEEgUGIRP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/ALuX2/P+FwhbOt9CjSg2iY8MVl175zKqFXIfUeCWkxSlBVd2UXACf//Z","siteTwitter":"@itnext_io","creatorTwitter":"@FagnerBrack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"7gzZJBjqn","title":"Huawei founder says company should dodge sanctions by pivoting to software","shortId":"7gzZJBjqn","createdAt":"2021-05-25T06:12:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T06:08:40.000Z","url":"https://www.theverge.com/2021/5/25/22452580/huawei-software-pivot-us-sanctions-ren-zhengfei","canonicalUrl":"https://www.theverge.com/2021/5/25/22452580/huawei-software-pivot-us-sanctions-ren-zhengfei","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c3eb78dcec3f77c31c9e06259970189","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYTISMxQVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDEUHB/9oADAMBAAIRAxEAPwDL7OxEe0xdbjtOiRHdbShRcBIyR24x59VRLalJBMmXkjJ6g+UpRoAlTlu2sL3wn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AryfBxM7G","title":"How to Use Small and Sustainable Habits to Get Your First Dev Job","shortId":"AryfBxM7G","createdAt":"2021-05-24T21:38:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":38,"score":27031978,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:30:43.000Z","url":"https://www.freecodecamp.org/news/how-to-use-small-sustainable-habits-to-get-your-first-dev-job/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-small-sustainable-habits-to-get-your-first-dev-job/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fd59125337c336127600baf84b1e24d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAQRBQYSYRQhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQABAwQDAAAAAAAAAAAAAAABAAURAgMEElJxsf/aAAwDAQACEQMRAD8AqbC1Aq3KuWnW6IXZt2RUxw5Bc+OeWB0CPtaB8W+PstXnqcsUpSLiIuDpBMB2xqp5HwL/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@KenTheRogers","readTime":8,"description":null,"toc":null,"summary":null},{"id":"8-rVwq7IG","title":"Popular UI architectures compared & how Blazor+Fusion UI fits in there","shortId":"8-rVwq7IG","createdAt":"2021-05-24T20:12:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":77,"score":27031974,"tagsStr":"architecture,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T02:51:04.000Z","url":"https://itnext.io/the-most-popular-ui-architectures-and-how-fusion-based-ui-fits-in-there-fb47e45038a7","canonicalUrl":"https://itnext.io/the-most-popular-ui-architectures-and-how-fusion-based-ui-fits-in-there-fb47e45038a7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82552def05fc2b3c67754f34c6d5b4c7","ratio":2.0442930153322,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFETFBEhNhcv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQADAiEx/9oADAMBAAIRAxEAPwDQeSx/uvoslK4N1DBIsbKZFC8dB9HvkE/RVtMrkZLWF3e082RSdQsBvX7pSnXsk7Mlez//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@alexyakunin","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BvlfF2FoG","title":"How can I define an enum in JavaScript?","shortId":"BvlfF2FoG","createdAt":"2021-05-24T19:17:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"30seconds","views":107,"score":27031963,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-enum","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-enum","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87df6046544471b3d8b9ca3d1d12672f","ratio":1.24804992199688,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAwEBAAAAAAAAAAAAAQIDBBEABQYSIUEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwDQdXynXyec7fQyGWEJiJbDBUyEoWurPVRHqv0LHyhWT5nCpEmW++rajs6tSz1sCyb8HzGMnuledykkghv/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Qyq1-E7KO","title":"What The Cyber Security Executive Order Means for CISOs","shortId":"Qyq1-E7KO","createdAt":"2021-05-25T00:13:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":7,"score":27031961,"tagsStr":"security,cloud,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/what-the-cyber-security-executive-order-means-for-cisos","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/what-the-cyber-security-executive-order-means-for-cisos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94ea41fec4762b5d1c0bfd7b6794bb3f","ratio":1.76056338028169,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAIDAQAAAAAAAAAAAAABAgMEBQASESExUf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQADBJEUQlL/2gAMAwEAAhEDEQA/AIKosoC6GxkzK5tTsVOqQ2VALJ5CSTt9968yYcvGi4rWGkDk8Dc9YxjEx/s2psVk6Cl//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oPbMniv_C","title":"Inkscape 1.1 vereinfacht den PNG-Export","shortId":"oPbMniv_C","createdAt":"2021-05-25T04:40:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27031960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T04:20:00.000Z","url":"https://linuxnews.de/2021/05/inkscape-1-1-vereinfacht-den-png-export/","canonicalUrl":"https://linuxnews.de/2021/05/inkscape-1-1-vereinfacht-den-png-export/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88ae80ff9c49893e1a658be99c201007","ratio":1.27464788732394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxABAAEEAQUAAAAAAAAAAAAAAQIAAxExBQQSISJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AzLjrdk4W/C5LplujJMRZqHqdyZhh2GyoL4U39KUq6C//2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"81okTh1ia","title":"‘The Rock’ With Bill Simmons, Chris Ryan, and Mina Kimes","shortId":"81okTh1ia","createdAt":"2021-05-25T04:40:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T04:33:57.000Z","url":"https://www.theringer.com/2021/5/25/22451755/the-rock-with-bill-simmons-chris-ryan-and-mina-kimes","canonicalUrl":"https://www.theringer.com/2021/5/25/22451755/the-rock-with-bill-simmons-chris-ryan-and-mina-kimes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b372829e750c6f7c86c97fe2cce5fda7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIRAAAgEDAwUAAAAAAAAAAAAAAgMBAAQFERIxISNBUdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAES/9oADAMBAAIRAxEAPwDM11ln3S1C4VlK46Tt8+9OOKleVulgIDK9oxER2x+UpTTCUf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cbaLW5BM4","title":"Tulip Mania","shortId":"cbaLW5BM4","createdAt":"2021-05-25T04:39:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27031959,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/120120383/Tulip-Mania","canonicalUrl":"https://www.behance.net/gallery/120120383/Tulip-Mania","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96dbcffcb6a322faf3aad3a46bfceba2","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwQRBQYSUSElMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREBAQADAQAAAAAAAAAAAAAAAQIAAxFh/9oADAMBAAIRAxEAPwDLLPetvStnQ6HpwZ1wzcqng94BxmQNu6kWPqrX72YiXqqXq4nYyEnOHmf/2Q==","siteTwitter":"@behance","creatorTwitter":"@albertdrosphoto","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Q5j58StZo","title":"How to Generate a Code Coverage Report with CodeCov and GitHub Actions","shortId":"Q5j58StZo","createdAt":"2021-05-24T19:51:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":27,"score":27031841,"tagsStr":"general-programming,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:40:36.000Z","url":"https://www.freecodecamp.org/news/how-to-generate-code-coverage-report-with-codecov-and-github-actions/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-generate-code-coverage-report-with-codecov-and-github-actions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6e7739f905e6cbc1b6192394173fc8d","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBABAAIDAAMAAAAAAAAAAAAAAQACAxEhBDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8Azf5eSrkw1BOdfu2QsDZdPuIhhykxNBf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@MJMAWA","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Az8QPBplZ","title":"10 Best Marketplace WordPress Themes","shortId":"Az8QPBplZ","createdAt":"2021-05-25T02:34:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27031834,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:39:04.000Z","url":"https://www.wpexplorer.com/marketplace-wordpress-themes/","canonicalUrl":"https://www.wpexplorer.com/marketplace-wordpress-themes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4e1f6dbb2f2aeecfb8e20fe26f5015d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACAwQREhMhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAMBcREhQf/aAAwDAQACEQMRAD8A0JQdNXsGlNZms84xJ2l1DnZJ8OoAwPivRFKzlQOvebP/2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@digitalinkwell","readTime":6,"description":null,"toc":null,"summary":null},{"id":"hJRsH1WgV","title":"Notify.Events Ultimate WordPress Notifications","shortId":"hJRsH1WgV","createdAt":"2021-05-25T02:34:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27031834,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:19:37.000Z","url":"https://www.wpexplorer.com/notify-events-ultimate-wordpress-notifications/","canonicalUrl":"https://www.wpexplorer.com/notify-events-ultimate-wordpress-notifications/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d5f7212f3d27b54b0023bd4971c6cc6","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAAYCAQUAAAAAAAAAAAAAAQIDBAURABIGFDFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIDABH/2gAMAwEAAhEDEQA/AJTXKpiH5W1LFuunJsodQlCJFRMmQo7FuhGgCvXjMg5hVnzhV2Mo+TFwcVdAVNRdhuu/3GMMrV1C8OTjJGJ6N//Z","siteTwitter":"@wpexplorer","creatorTwitter":"@wpexplorer","readTime":23,"description":null,"toc":null,"summary":null},{"id":"3BWiClYY3","title":"Class Eval & Instance Eval In Ruby Metaprogramming","shortId":"3BWiClYY3","createdAt":"2021-05-24T20:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":17,"score":27031825,"tagsStr":"ruby","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:58:17.000Z","url":"https://itnext.io/class-eval-instance-eval-in-ruby-metaprogramming-7fef0f0e163e","canonicalUrl":"https://itnext.io/class-eval-instance-eval-in-ruby-metaprogramming-7fef0f0e163e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa556147fa26fac7175d8b461691d856","ratio":1.2591815320042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQAEEQIDEjFRFP/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAwURISLw/9oADAMBAAIRAxEAPwDC3pfF3ewqcxmdGrquNC58tmTfnCmd8RFQRjKUp8dpX7Hiv//Z","siteTwitter":"@itnext_io","creatorTwitter":"@huzub","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LumBrAlQl","title":"Shirish Agarwal: Pandemic, Toolkit and India","shortId":"LumBrAlQl","createdAt":"2021-05-25T02:22:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27031822,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T02:06:46.000Z","url":"https://flossexperiences.wordpress.com/2021/05/25/pandemic-toolkit-and-india/","canonicalUrl":"https://flossexperiences.wordpress.com/2021/05/25/pandemic-toolkit-and-india/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6741a4310f222e55ad45e4464c609c2d","ratio":0.944444444444444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgEH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYhMQcSUWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECUf/aAAwDAQACEQMRAD8ARsdX9Sw7pKjPWqCmI2tSUEpcKtlEbnu5xvWmWrWE6XbIclyIkLeZQ4oBtWASkHz7pwABxn7VHFTWNW0VXD//2Q==","siteTwitter":"@shirishag75","creatorTwitter":"@shirishag75","readTime":7,"description":null,"toc":null,"summary":null},{"id":"mgAfH0D3IJ","title":"Notes on Migrating Angular Project to Nx Workspace & Angular v12 & Github Pages","shortId":"mgAfH0D3IJ","createdAt":"2021-05-24T20:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":13,"score":27031811,"tagsStr":"webdev,github,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T14:38:13.000Z","url":"https://itnext.io/notes-on-migrating-angular-project-to-nx-workspace-angular-v12-github-pages-235e09f6b8cb","canonicalUrl":"https://itnext.io/notes-on-migrating-angular-project-to-nx-workspace-angular-v12-github-pages-235e09f6b8cb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ec821e63a33b7189c7ad4879b3426d32","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAQMEAgIDAAAAAAAAAAAAAQIDBAAGERIFEwchUWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAExQf/aAAwDAQACEQMRAD8AwNseUXofFz2ufRIlPOubROtY20O2UlZ+DgZIzjNS1ddtONoWu3oiVKAJCuxRB+zv7/aUqSavYiDXJ//Z","siteTwitter":"@itnext_io","creatorTwitter":"@dale_nguyen","readTime":3,"description":null,"toc":null,"summary":null},{"id":"zIq1Wf6CN","title":"J.J. Abrams says the Valve Portal movie is ‘finally on the rails’","shortId":"zIq1Wf6CN","createdAt":"2021-05-25T01:50:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031790,"tagsStr":"rails","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T01:44:14.000Z","url":"https://www.theverge.com/2021/5/24/22452272/jj-abrams-portal-movie-valve-half-life-2013-script-production","canonicalUrl":"https://www.theverge.com/2021/5/24/22452272/jj-abrams-portal-movie-valve-half-life-2013-script-production","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ff62eca7bd04d5bd8ebc1849fada703","ratio":1.90972222222222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQGBRESFCEyQdHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMb0HFbO+s5TK7FpY2AO3VCCNiPvNQZcZRJXXmWPCSOwe6Up5TF2/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dlP3dt2Ug","title":"Evidence is piling up that Netflix wants to be the Netflix of games","shortId":"dlP3dt2Ug","createdAt":"2021-05-25T00:41:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031721,"tagsStr":"apple,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:36:00.000Z","url":"https://www.theverge.com/2021/5/24/22452173/netflix-gaming-subscription-service-executive-2022","canonicalUrl":"https://www.theverge.com/2021/5/24/22452173/netflix-gaming-subscription-service-executive-2022","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d8000f66f7ab8d852e0e638898a1a454","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxESISIxQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACIVH/2gAMAwEAAhEDEQA/AM85WuuxAoOogKx7XB8+yNm5HaIiIuS65f/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"zeiAQhN6N","title":"Door Dash X T Brand","shortId":"zeiAQhN6N","createdAt":"2021-05-25T00:37:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27031717,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/120029627/Door-Dash-X-T-Brand","canonicalUrl":"https://www.behance.net/gallery/120029627/Door-Dash-X-T-Brand","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/9a7556120029627.60a9bbc657515.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDABESBAUTIQZBFCKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EAB0RAQABBAMBAAAAAAAAAAAAAAERAgMhQQAEElH/2gAMAwEAAhEDEQA/AGoJubTTbhNEWVbnLPFZRcLkoBNvXuo/mRN2sciqewOJOv0g1pNmhifx7Uh40YB0tdQbfU0Kyi56FA3vNBUEyuGcRjScfstNry3JV2MaHOH7z//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"tj5A93Qvm","title":"Julio Jones Wants Out and Unpopular Opinions on the 2021 Season","shortId":"tj5A93Qvm","createdAt":"2021-05-25T00:24:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:21:11.000Z","url":"https://www.theringer.com/2021/5/24/22452242/julio-jones-wants-out-and-unpopular-opinions-on-the-2021-season","canonicalUrl":"https://www.theringer.com/2021/5/24/22452242/julio-jones-wants-out-and-unpopular-opinions-on-the-2021-season","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7bd77ee030df4b6c27dba7bb2176a233","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAgAFAgcAAAAAAAAAAAAAAQIAAwQFEQZBEhMhMWFi0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEUH/2gAMAwEAAhEDEQA/AJr3qC6LrSROSqZTSyg8pMZUcXRwdzkedo1Zv9wBI5/b1HyEIHaxGYeQ7scE/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WdJv8b1ua","title":"CT shows shift from teeth to baleen in ancient whales","shortId":"WdJv8b1ua","createdAt":"2021-05-25T00:14:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031694,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:12:10.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132485&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132485","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7544d847ce9be279ec813bb09818a305","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwAB/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQIEBQADBhESEwcUIjFBUYL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AGIGJ4fXmOt7OSnPCyV7S2oQnWB2ABOofQJqkojCCJF0ls7QLCbqxbG8T05nLz6o8rKD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ey2AgEXN9","title":"Wrangling Control Over PDFs with the Adobe PDF Embed API","shortId":"ey2AgEXN9","createdAt":"2021-05-24T14:40:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":34,"score":27031678,"tagsStr":"adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:57:21.000Z","url":"https://css-tricks.com/wrangling-control-over-pdfs-with-the-adobe-pdf-embed-api/","canonicalUrl":"https://css-tricks.com/wrangling-control-over-pdfs-with-the-adobe-pdf-embed-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4dcbcebfd6fbd0cfc852358de97693ec","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBQYSFCEjcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQABAwQDAAAAAAAAAAAAAAADAQIEAAURIRJB8P/aAAwDAQACEQMRAD8AxuoRXOtX5TdW60m2LfG9GDBPOcgAiom2RyYt2Ya5OcLDIA+eylKLucgkfgglxn3dIxQMIYrXJpF1X//Z","siteTwitter":"@CSS","creatorTwitter":"@raymondcamden","readTime":11,"description":null,"toc":null,"summary":null},{"id":"0Vl7nRC2q","title":"SNMMI urges Congress to continue support for medical research","shortId":"0Vl7nRC2q","createdAt":"2021-05-24T23:50:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031670,"tagsStr":"startup,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T23:33:15.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132484&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132484","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd88728be67ce0df4e5b6be394b42a7f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQME/8QAIxAAAAQEBwEAAAAAAAAAAAAAAQIDBAASEyEFESIxQWGSgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIREiEi/9oADAMBAAIRAxEAPwB3A8LQYoKkalpJqGnPkG9rfOu84iq1xeqem4aCSYZRy49QkTW/XKfUUoBKA3ALcRmrKhsof0MEsrl7F5K6hP/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"75WeZH0OQ","title":"An update on Responsible AI at LinkedIn","shortId":"75WeZH0OQ","createdAt":"2021-05-24T13:11:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"linkedin","views":83,"score":27031661,"tagsStr":"tech-news,ai,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://engineering.linkedin.com/blog/2021/responsible-ai-update","canonicalUrl":"https://engineering.linkedin.com/blog/2021/responsible-ai-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21d893fe7bb606288183f51a8f3691af","ratio":1.77215189873418,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwQFEQYSITFRsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAABAgMAMf/aAAwDAQACEQMRAD8A3bI8jno5jHY8KQStZ7DI9hw1rzsel/qpHK5GRe32iJloIqIQOjElV2ZwTw7/2Q==","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"WXdghp0VM","title":"Google now lets you password-protect the page that shows all your searches","shortId":"WXdghp0VM","createdAt":"2021-05-24T23:38:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031658,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T23:32:23.000Z","url":"https://www.theverge.com/2021/5/24/22452122/google-my-activity-page-password-privacy-verification-web-and-app-history","canonicalUrl":"https://www.theverge.com/2021/5/24/22452122/google-my-activity-page-password-privacy-verification-web-and-app-history","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06f5cee09e3681f966314935df239bfd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBAxESEyEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANPPVvdyS07I2F86KwAP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sImtKnlFJ","title":"Potion - Create custom websites in minutes, all on Notion","shortId":"sImtKnlFJ","createdAt":"2021-05-24T19:40:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":1,"score":27031654,"tagsStr":"devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:34:00.000Z","url":"https://potion.so","canonicalUrl":"https://potion.so","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f0138bc47ba0a5347693c66aa6cb327a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEBSFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAEREiH/2gAMAwEAAhEDEQA/ANJZOpbkyySGSi8gkFgdVCu1QHA9RFSzeMUn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FvrZEWOUo","title":"RSNA R&E grant study identifies new biomarker for NSCLC","shortId":"FvrZEWOUo","createdAt":"2021-05-24T23:28:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031648,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:58:33.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132483&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132483","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d512689f651da1d080bd96437e127cc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJBAAAgECBQQDAAAAAAAAAAAAAQIDBBEABQYSYRMUQVEiIzH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxEhQf/aAAwDAQACEQMRAD8Aqos5zeag0/XV2lsw7bqI6mlH1kG4BZQTfwQp5vhZFquQRIH0fm24KL9OlJW/B9YzRJ5YIMmEEskYJS+xiPHGE6O2xfkfz3hJUjVhXUEDc3vsJcg8n//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"a3FpTweNK","title":"A Surprise Appearance From Bill Simmons, Plus NFL Buy and Sells","shortId":"a3FpTweNK","createdAt":"2021-05-24T23:11:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T23:08:47.000Z","url":"https://www.theringer.com/2021/5/24/22452163/a-surprise-appearance-from-bill-simmons-plus-nfl-buy-and-sells","canonicalUrl":"https://www.theringer.com/2021/5/24/22452163/a-surprise-appearance-from-bill-simmons-plus-nfl-buy-and-sells","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da5f48c86d49c4d59316a392b94b491b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgIBBAEFAAAAAAAAAAAAAQMCBAAREhMhBSIyQVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEC/9oADAMBAAIRAxEAPwDGT5FNazWTaqmymW4vhycYaYgEH0jr3H7/AHJu3fYLTggsWoTkIQLCdsdehr84xlTkzYt//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KvYh0EPQU","title":"CSS Container Queries: Use-Cases And Migration Strategies","shortId":"KvYh0EPQU","createdAt":"2021-05-24T11:45:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":125,"score":27031628,"tagsStr":"general-programming,webdev,css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9bd55b1cbbdfe27c649fa49818809442","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDBAAFETEGEhMiof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAIRH/2gAMAwEAAhEDEQA/ANh4rYytcWVJKc8/5cPoCigiGA0ONZz8SqLfzCQ/AjOnGa7ONCa+y7VEWlKUgFGJfuDVjFVWfB5v/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@AdrianBeceDev","readTime":11,"description":null,"toc":null,"summary":null},{"id":"7VcAiYuVS","title":"Carestream launches floor-mount option for DRX-Compass","shortId":"7VcAiYuVS","createdAt":"2021-05-24T23:04:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031624,"tagsStr":"rails","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:36:50.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132482&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132482","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb9a6304c8dfde37d035c948995cb41c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMECP/EACIQAAEEAQIHAAAAAAAAAAAAAAEAAgMRBCGRBRITIlFScf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDS0/FDjwY75o+6Z5ZpZDdasmviv6zPdm4TChyt8DZB/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"UK_XC9_AT","title":"gRPC vs. REST: pros and cons and technical comparison","shortId":"UK_XC9_AT","createdAt":"2021-05-24T12:05:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":138,"score":27031593,"tagsStr":"grpc","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-24T14:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:00:00.000Z","url":"https://daily.dev/blog/grpc-vs-rest","canonicalUrl":"https://daily.dev/blog/grpc-vs-rest","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de6518752792abd5070ac034a99c85bb","ratio":1.36952380952381,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFESExBhIiI3H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHxEAAQIGAwAAAAAAAAAAAAAAAQIDAAQFETFBIaHR/9oADAMBAAIRAxEAPwDPMdfWlvjIhb2zjIO/teUq/ezchiQSw0+c1LdOvMxlitQY38lIkVQQeNtNqUpSpvqkRdrZOb+9YgWYeUw6UDkDF9bj/9k=","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"yNKF7gDTz","title":"Florida’s New Social Media Law Will Be Laughed Out of Court","shortId":"yNKF7gDTz","createdAt":"2021-05-24T22:24:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27031584,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:20:00.000Z","url":"https://www.wired.com/story/florida-new-social-media-law-laughed-out-of-court","canonicalUrl":"https://www.wired.com/story/florida-new-social-media-law-laughed-out-of-court","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/881e52c5dae51ef2230c664bc1befeb5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEgMEEUEFBhMUIf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwDPPU7by8dz1YvEKdoGOZEGUnjGDrBAKi9anoEDX1EVnMisp0QbmIzJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Wmvh_hxud","title":"Apple stayed on message while Epic filled out the record","shortId":"Wmvh_hxud","createdAt":"2021-05-24T22:19:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031579,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:10:32.000Z","url":"https://www.theverge.com/2021/5/24/22452035/epic-apple-antitrust-trial-final-arguments","canonicalUrl":"https://www.theverge.com/2021/5/24/22452035/epic-apple-antitrust-trial-final-arguments","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f961378b0b5d43f5fc76fec3015737c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUxEyFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABAcAAAAAAAAAAAAAAAAAAQIDBRESIlFS0f/aAAwDAQACEQMRAD8AzzJlsMq5GG5CZefkuI8UpalbxtVWdQDR26Nj56rL0OlKEjuhVk4xlfD7X3zLboRZOla5ZH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"sw7a2K2Id","title":"‘Eternals’ Teaser Trailer Instant Reactions","shortId":"sw7a2K2Id","createdAt":"2021-05-24T22:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031572,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:04:33.000Z","url":"https://www.theringer.com/2021/5/24/22452065/eternals-teaser-trailer-instant-reactions","canonicalUrl":"https://www.theringer.com/2021/5/24/22452065/eternals-teaser-trailer-instant-reactions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/096ebc86c41601cf2c052533cbcf1dbf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFESEGByJB4f/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AMpn+5udc5N4zBEYruFowq8KBH5Lr2CeatJ13dMis1quyNnT/KUpwNP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6wTnhyNNw","title":"Elon Musk and Bitcoin miners say they want to address crypto’s sustainability problem","shortId":"6wTnhyNNw","createdAt":"2021-05-24T22:00:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031560,"tagsStr":"crypto,blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:54:28.000Z","url":"https://www.theverge.com/2021/5/24/22451900/elon-musk-bitcoin-miners-council-sustainability","canonicalUrl":"https://www.theverge.com/2021/5/24/22451900/elon-musk-bitcoin-miners-council-sustainability","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22bc727453856d295b2ccc2ebe6046a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAEQMEEhQhMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDOWk2cTMrYkYooez5N9D5JrGmIF1fuIl9Ygs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ooabs1VJe","title":"Tim Sweeney concludes Epic v. Apple trial by repping fried chicken","shortId":"Ooabs1VJe","createdAt":"2021-05-24T21:57:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031557,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:49:58.000Z","url":"https://www.theverge.com/tldr/2021/5/24/22451936/tim-sweeney-popeyes-fried-chicken-epic-apple","canonicalUrl":"https://www.theverge.com/tldr/2021/5/24/22451936/tim-sweeney-popeyes-fried-chicken-epic-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9fed4b870db2b76edf61c8e0e8af760","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAACAQIFBQAAAAAAAAAAAAABAhEAAwQFBhMhEhYiMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwARIf/aAAwDAQACEQMRAD8AnaQ3bea4u9v3GTDuQqMZMAwB1HmIq72Vp1/MZbaAbmPcfKUoeTEOwGonmpmjc93/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"05t-UPaEK","title":"Why the AP Fired Emily Wilder","shortId":"05t-UPaEK","createdAt":"2021-05-24T21:41:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031541,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:40:42.000Z","url":"https://www.theringer.com/2021/5/24/22452032/why-the-ap-fired-emily-wilder","canonicalUrl":"https://www.theringer.com/2021/5/24/22452032/why-the-ap-fired-emily-wilder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6cb44fff1a1adc365bd192d80555611","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEIgUTUTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABcRAQADAAAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/ANK4HtmxGA5MwEm9U3UeDX4qDI+zbrPtBEUtSyORR2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cZXdvVrUQ","title":"KSHMR, Armaan Malik, and Eric Nam celebrate Asian American Pacific Islander Heritage Month with ‘Echo’","shortId":"cZXdvVrUQ","createdAt":"2021-05-24T21:32:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031532,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:28:04.000Z","url":"https://dancingastronaut.com/2021/05/kshmr-armaan-malik-and-eric-nam-celebrate-asian-american-pacific-islander-heritage-month-with-echo/","canonicalUrl":"https://dancingastronaut.com/2021/05/kshmr-armaan-malik-and-eric-nam-celebrate-asian-american-pacific-islander-heritage-month-with-echo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1fc942b42509bf9877d11ed68f39998","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBQYSUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAEDIQL/2gAMAwEAAhEDEQA/AL7e6vsjzo8SOCYsRyrK/iWKJfoAVeZOK7TC28XD2SyRJfSjbQENBiouvt4xh2ny9ElRrD//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Aq1HCtlfA","title":"CT helps award-winning violin maker design instruments","shortId":"Aq1HCtlfA","createdAt":"2021-05-24T21:27:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031527,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:01:43.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132481&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132481","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b8d4e1e5038f1f83e7d984f9de555b6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwT/xAAnEAACAQEHAgcAAAAAAAAAAAABAwIEAAUGBxIhMRETFDRBUmGB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQACAgMAAAAAAAAAAAAAAAACAwERAAQx/9oADAMBAAIRAxEAPwCXB+duIFXzTIv91BW3ZE6XskntPXEestPMvrf45sujNnBkgD45++/k2/lirOWmRGVx1EUKFQ+nmWtEBqYdK95Hk8nmxfGkpzEEoUT09gsVOwYFI9xsdRTlwyqu+Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ROyo4fjtT","title":"The ‘Eternals’ Trailer, Prequel Problems, and ‘Mare of Easttown’ Episode 6","shortId":"ROyo4fjtT","createdAt":"2021-05-24T21:24:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031524,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:15:04.000Z","url":"https://www.theringer.com/2021/5/24/22451960/the-eternals-trailer-prequel-problems-and-mare-of-easttown-episode-6","canonicalUrl":"https://www.theringer.com/2021/5/24/22451960/the-eternals-trailer-prequel-problems-and-mare-of-easttown-episode-6","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2f97fd7a4438e2135783d1f2e40a205","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAwQRITFBcqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzRVnqNCQFSYi5J5N/NFG5xZfEWG7IiD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ku3TZMsVR","title":"ARMNHMR, Maazel, and Zack Gray get angsty on ‘Everybody Feels’","shortId":"Ku3TZMsVR","createdAt":"2021-05-24T21:09:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031509,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:09:02.000Z","url":"https://dancingastronaut.com/2021/05/armnhmr-maazel-and-zack-grey-get-angsty-on-everybody-feels/","canonicalUrl":"https://dancingastronaut.com/2021/05/armnhmr-maazel-and-zack-grey-get-angsty-on-everybody-feels/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/edc7fba52586a825633f47a3b2efab5b","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwQBBQEAAAAAAAAAAAABAgMEAAUREiETFDEyQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxESQf/aAAwDAQACEQMRAD8ApnbCGIsmO2lvqRnmkshKApQII9tiAQdj9/MGjlktEdamVdls2Sg7R1E5HHJx5pSkNgCCrvYwPJ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cJqrQlovE","title":"Tickets to Burning Man’s second Virtual Burn are available now","shortId":"cJqrQlovE","createdAt":"2021-05-24T19:25:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031405,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:18:53.000Z","url":"https://dancingastronaut.com/2021/05/tickets-to-burning-man-s-second-virtual-burn-are-available-now/","canonicalUrl":"https://dancingastronaut.com/2021/05/tickets-to-burning-man-s-second-virtual-burn-are-available-now/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/baab0f2aff1a63cdc320a1cd3b252ca2","ratio":1.50352388410337,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMREwUhQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIEkQMREv/aAAwDAQACEQMRAD8AzJq9LSgnCtgZQ+22FIK68fZDfLQDsOHJ2PsREFiUtQQu7lzK5B6fJqf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"FFNbbQvVd","title":"Anabel Englund releases ‘Deluxxe’ cut of ‘Messing With Magic,’ adding five new tracks to formidable debut album","shortId":"FFNbbQvVd","createdAt":"2021-05-24T20:59:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031499,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T20:58:31.000Z","url":"https://dancingastronaut.com/2021/05/anabel-englund-releases-deluxxe-cut-of-messing-with-magic-adding-five-new-tracks-to-formidable-debut-album/","canonicalUrl":"https://dancingastronaut.com/2021/05/anabel-englund-releases-deluxxe-cut-of-messing-with-magic-adding-five-new-tracks-to-formidable-debut-album/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2344301928c85c474e1607579a32a9f1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAIDAQEAAAAAAAAAAAABAgMEEQAFBiExQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRYcGB/9oADAMBAAIRAxEAPwBA4NDg8Balztm3JQy2iZUdpSSi0E9FQ9+dehPdXkqY3G9Uw2URmykpBBtIsV+4xkwqFtbzsZkmpc75P//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"a_2BudZBB","title":"AI boosts imaging clinical decision-support software","shortId":"a_2BudZBB","createdAt":"2021-05-24T20:54:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031494,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T20:47:32.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132480&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132480","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca92916918348d6e874e7620986da5fc","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSITEyUWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADEjFB/9oADAMBAAIRAxEAPwCS96inQrxp9KFgplMNvyUntdWtJJyPWABjpWixLsVRGDsc5Qk8uDx8pSrXsQwUahWoK5dn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pYkXjh9ZD","title":"Lime Alaçat?","shortId":"pYkXjh9ZD","createdAt":"2021-05-24T20:34:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27031474,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/120063647/Lime-Alacat","canonicalUrl":"https://www.behance.net/gallery/120063647/Lime-Alacat","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9428bac81928c75b57953041481379c7","ratio":1.51515151515152,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBABAQACAQMFAAAAAAAAAAAAAQIAEQMEEyExQWFxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAARFB/9oADAMBAAIRAxEAPwDeOV4etY7fLZKULCyprT59T7+MtDERMkiSa3Xl/X3xjAbGmH//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1SwW2TVFJ","title":"Mixed Rice, Sesame Oil, and Avocado Toast | #AskDave","shortId":"1SwW2TVFJ","createdAt":"2021-05-24T20:11:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031451,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T20:10:33.000Z","url":"https://www.theringer.com/2021/5/24/22451830/mixed-rice-sesame-oil-avocado-toast-askdave","canonicalUrl":"https://www.theringer.com/2021/5/24/22451830/mixed-rice-sesame-oil-avocado-toast-askdave","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71ba7307ac241b428a81763bd2583ac4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQFESFRBv/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADIRH/2gAMAwEAAhEDEQA/AIXM3VhYfLWkoxiM0sWtLIUAYHRbg33XvKzMZq/UAJdTqg4FEh0B5SlBrMlB1ez/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HM7aGmPDL","title":"Genes from algae helped a blind man recover some of his vision","shortId":"HM7aGmPDL","createdAt":"2021-05-24T20:03:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031443,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:41:15.000Z","url":"https://www.livescience.com/man-partially-recovers-sight-after-gene-therapy.html","canonicalUrl":"https://www.livescience.com/man-partially-recovers-sight-after-gene-therapy.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00332042579b9555fa9a1bdffd0720ad","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBSEHEjEU/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAMAAgMAAAAAAAAAAAAAAAECAwAxBBHR/9oADAMBAAIRAxEAPwCTf8baia2gP27DxXINl3di70tBV7oAdG/t5hp+I4sTSCKAmP2PqXUFqvq+/uMYvhJajpxr3CJ5dpsSrbz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yeRMUeywC","title":"‘Rogue’ Commerce unit scanned social media for Census disinformation","shortId":"yeRMUeywC","createdAt":"2021-05-24T19:39:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031419,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:36:07.000Z","url":"https://www.theverge.com/2021/5/24/22451494/commerce-unit-surveillance-privacy-social-media-twitter-senate","canonicalUrl":"https://www.theverge.com/2021/5/24/22451494/commerce-unit-surveillance-privacy-social-media-twitter-senate","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/705381899cd31cbb269820582c06634d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAAgQREiEiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Azph5C6YbV2xVXYwDi2xtyXr1o67+gyebjZ8RERD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sC4rdjPBw","title":"Sony’s brilliant, 75-inch LED TV is $600 off at several retailers","shortId":"sC4rdjPBw","createdAt":"2021-05-24T19:33:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031413,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:32:36.000Z","url":"https://www.theverge.com/good-deals/2021/5/24/22451512/sony-4k-tv-noise-canceling-headphones-apple-airpods-pro-amazon-echo-dot-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/24/22451512/sony-4k-tv-noise-canceling-headphones-apple-airpods-pro-amazon-echo-dot-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d6f23e2761b6a49acb79848bd548501","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQMCAAQGEQUSQTL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAREA/9oADAMBAAIRAxEAPwDM8zm3JWWOWnGpikWN2hkmLEI9iSTH61vwGolvm1ki3UlmPobNcRCTC8gzIGiddfaUozKqTf/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Te94WBBFR","title":"Amnesia Ibiza announces annual closing party led by Adam Beyer, Jamie Jones, and more","shortId":"Te94WBBFR","createdAt":"2021-05-24T19:16:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031396,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:15:47.000Z","url":"https://dancingastronaut.com/2021/05/amnesia-ibiza-announces-annual-closing-party-led-by-adam-beyer-jamie-jones-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/amnesia-ibiza-announces-annual-closing-party-led-by-adam-beyer-jamie-jones-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e8c9dcf32ce77851931166f30401fa5","ratio":1.50245098039216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAAGEhMhIjFBYcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERMf/aAAwDAQACEQMRAD8AxylZjtVlq2ZrDTSEM5B7Dx9yiXTsayOo4jAEjd08/eMYKo7kw//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"CAiMDDoH2","title":"A broader picture: A guide on imgproxy for businesses","shortId":"CAiMDDoH2","createdAt":"2021-05-24T12:59:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"evilmartians","views":16,"score":27031395,"tagsStr":"data-science,business,open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://evilmartians.com/chronicles/a-broader-picture-a-guide-on-imgproxy-for-businesses","canonicalUrl":"https://evilmartians.com/chronicles/a-broader-picture-a-guide-on-imgproxy-for-businesses","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37fe45e06bdade5111514a367efeedba","ratio":1.2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDEQAEBQYhMTNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8An6FuunM6njcfnshcN3LQQh5tyzC20pSIhJA6CB2fpNYTeyu8fW161OKKY8RPKUpFf//Z","siteTwitter":"@evilmartians","creatorTwitter":"@darth_sim","readTime":0,"description":null,"toc":null,"summary":null},{"id":"kHG4rIyr_","title":"Google Photos finally stops pretending its compressed photos are ‘high quality’","shortId":"kHG4rIyr_","createdAt":"2021-05-24T19:12:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031392,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:02:08.000Z","url":"https://www.theverge.com/2021/5/24/22451607/google-photos-high-quality-storage-saver-tool-free-space-blurry-screenshots","canonicalUrl":"https://www.theverge.com/2021/5/24/22451607/google-photos-high-quality-storage-saver-tool-free-space-blurry-screenshots","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39fa7979adb9e7d1204d02011aa91546","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIAAwQhBTMGERITMVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQADAQEAAAAAAAAAAAAAAAEAAxECIf/aAAwDAQACEQMRAD8AmXoCpwddXKnpajYMWxu+Bzb2fsyIa46gDtPjG80RDVh0exd5iZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"dBtavQ9Tb","title":"How parameter expansion helps to not accidentally delete all the files on your machine (#tilPost)","shortId":"dBtavQ9Tb","createdAt":"2021-05-24T19:08:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27031388,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T22:00:00.000Z","url":"https://www.stefanjudis.com/today-i-learned/how-parameter-expansion-helps-to-not-accidentally-delete-all-the-files-on/","canonicalUrl":"https://www.stefanjudis.com/today-i-learned/how-parameter-expansion-helps-to-not-accidentally-delete-all-the-files-on/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/410aac1d3dd46c94358b658a57c4f857","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIiMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/ANEWeMuzEJpMrctxYtwAAUgeA+1DgzszwRvIgLsoJPUbOvlKUjioYm43dysm/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TXhNMpxbW","title":"Atleti and Lille Get Over the Line","shortId":"TXhNMpxbW","createdAt":"2021-05-24T18:13:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031333,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:09:56.000Z","url":"https://www.theringer.com/2021/5/24/22451568/atleti-and-lille-get-over-the-line","canonicalUrl":"https://www.theringer.com/2021/5/24/22451568/atleti-and-lille-get-over-the-line","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a500a39e87e6c89b289ef2864c091aec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAQFESEGEhP/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAECABESMuH/2gAMAwEAAhEDEQA/AJF5HcrjcVFYA2jQqUV1b24Se6I1vp6az1zmJ7e4lgiMgjjcoo+rcAOhSlHJtUqgiuuTCz0z/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"qe3Q66eTy","title":"The Cat?s Meow: 8 CSS and JavaScript Code Snippets Celebrating Our Feline Friends","shortId":"qe3Q66eTy","createdAt":"2021-05-24T15:05:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":1,"score":27031380,"tagsStr":"general-programming,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T18:05:10.000Z","url":"https://speckyboy.com/css-javascript-code-snippets-celebrating-cats/","canonicalUrl":"https://speckyboy.com/css-javascript-code-snippets-celebrating-cats/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e74f6cd5444dc68598ee5d8997795e6e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAgABBAMFERMUITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8A2mbTup3mEUWrGG2iz7gSd9Qn8xxjHSpoiPpJVAv/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SOt7swHDE","title":"Wuhan lab workers were sick in November 2019, intelligence suggests","shortId":"SOt7swHDE","createdAt":"2021-05-24T18:56:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031376,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:54:12.000Z","url":"https://www.livescience.com/covid-lab-leak-wuhan.html","canonicalUrl":"https://www.livescience.com/covid-lab-leak-wuhan.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14db697b34a9466c34ed59280fb0750b","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBUEGIVH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAlH/2gAMAwEAAhEDEQA/AIyXyg1aliWSNtwWmrMAo6UsO/gzSqnF8vZqQzx0txyorruwg9EbHWMZTBp7f//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OPtJAR2M0","title":"Covid-19 news: China denies reports of sick staff at Wuhan lab in 2019","shortId":"OPtJAR2M0","createdAt":"2021-05-24T18:24:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27031344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-china-denies-reports-of-sick-staff-at-wuhan-lab-in-2019/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-china-denies-reports-of-sick-staff-at-wuhan-lab-in-2019/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bde662edb4795fb8a1f35d04c9feae5e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBBEFBhIhcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMREv/aAAwDAQACEQMRAD8Ag+juXfkrLKMutashHdS4YlRo69yqq7rKkcMgDKCAS3jfyIhXdMoxrzP/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":70,"description":null,"toc":null,"summary":null},{"id":"VX3nKPmrA","title":"2021年第1四半期におけるDDoS攻撃の傾向","shortId":"VX3nKPmrA","createdAt":"2021-05-24T13:38:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cloudflare","views":10,"score":27031342,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-19T13:28:00.000Z","url":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-ja-jp/","canonicalUrl":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-ja-jp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fb7ffd24f6869c81553b5cbf4e8229b","ratio":1.9351403678606,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABgICAwAAAAAAAAAAAAAAAQIDBBEFBiExEhNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwCD17JYeNrGRiT9fYnT3vP0zlvGlTFpoqTXNHz2Jg26Myvr4ACsDFhF4X//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@OmerYoahimik","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Z_Hy24A-r","title":"Elon Musk called lidar a ‘crutch,’ but now Tesla is reportedly testing Luminar’s laser sensors","shortId":"Z_Hy24A-r","createdAt":"2021-05-24T18:21:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031341,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:19:30.000Z","url":"https://www.theverge.com/2021/5/24/22451404/tesla-luminar-lidar-elon-musk-autonomous-vehicles","canonicalUrl":"https://www.theverge.com/2021/5/24/22451404/tesla-luminar-lidar-elon-musk-autonomous-vehicles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ce69cee05758240d238d9ee2f87242e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHhABAAIBBAMAAAAAAAAAAAAAAQACEQMEEiExQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABcRAAMBAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/AJsC5sqVzR51O2gtcGen74mZq2satxVRfeIiGJWsskvT/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gTVnzZtVJ","title":"Peloton is planning a new $400 million factory in Ohio","shortId":"gTVnzZtVJ","createdAt":"2021-05-24T18:21:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031341,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:18:58.000Z","url":"https://www.theverge.com/2021/5/24/22451515/peloton-400-million-factory-ohio-treadmill-bikes","canonicalUrl":"https://www.theverge.com/2021/5/24/22451515/peloton-400-million-factory-ohio-treadmill-bikes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51588ee1b5117b0bd302486257779bd9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAgYCAwAAAAAAAAAAAAACAQQAAwUGERITITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ALS+Kk9G4LbbMnBNeeecs1HBIvIJD4Xpca57++opqcyCVT2svYj0lCOxKuVwidrCEBuv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"O91O4jTmW","title":"Ultrasound AI model can help evaluate chronic kidney disease","shortId":"O91O4jTmW","createdAt":"2021-05-24T18:17:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031337,"tagsStr":"data-science,ai,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:06:57.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132479&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132479","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0107283f64f7e24a31fd8adf8e8983c9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIEEQADEhQhBhMxQVFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABBAMBAAAAAAAAAAAAAAACAAQREgEDMeH/2gAMAwEAAhEDEQA/ACmDlinhnF+WFpJtRhEKKiQZVPoxsO1Ze4uW9Rd5Mi1kcZ6xO1NPVq0SzkqQkQZ+1OknzSWeqljmZS3brBiIV54v/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"x5QLRafav","title":"Partial sight restored for man who is blind thanks to optogenetics","shortId":"x5QLRafav","createdAt":"2021-05-24T17:43:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27031303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.newscientist.com/article/2278405-partial-sight-restored-for-man-who-is-blind-thanks-to-optogenetics/","canonicalUrl":"https://www.newscientist.com/article/2278405-partial-sight-restored-for-man-who-is-blind-thanks-to-optogenetics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1eeb788a1c7540cd8a44954a5417ec42","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxABAAIDAQEAAAAAAAAAAAAAAQIDABESMQT/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABEQP/2gAMAwEAAhEDEQA/AMT8FVdVtFsqRqiiO9SXzWWXR6tmggyXXXmMZLdxqAp//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"I0EqVblDw","title":"Greenland’s ice sheet is releasing huge amounts of mercury into rivers","shortId":"I0EqVblDw","createdAt":"2021-05-24T17:43:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27031303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.newscientist.com/article/2278370-greenlands-ice-sheet-is-releasing-huge-amounts-of-mercury-into-rivers/","canonicalUrl":"https://www.newscientist.com/article/2278370-greenlands-ice-sheet-is-releasing-huge-amounts-of-mercury-into-rivers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4d6133419c551d4c19c499ba868b6e54","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQhBRMREiIjMUGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAERAAMEAv/aAAwDAQACEQMRAD8AzLueJ1mhmkVjht7ZBbHoeOFWOx5o1ZNU6CAR22GPlKUWrZaWy4zrFUAEJ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"94TXC1jMx","title":"Anonymously Benchmark Against Your Cyber Security Peers","shortId":"94TXC1jMx","createdAt":"2021-05-24T13:32:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":2,"score":27031292,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/anonymously-benchmark-against-your-cyber-security-peers","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/anonymously-benchmark-against-your-cyber-security-peers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c518ccb0a8dae18461dbb23df7706b2","ratio":1.50602409638554,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEAAYFEQcSIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABoRAQEAAgMAAAAAAAAAAAAAAAECAAMiQcH/2gAMAwEAAhEDEQA/ALvGm28fs2zrTu8JxsVGtXkeGvDB89mZB2Sx7JA/Tk2yW6tXYuVrx141SK3LGqqvQADkADGMVJVI5Rx1lHa+Z//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"T54p0zl9R","title":"How Did a One-Armed Chris Paul Beat the Lakers? They Let Him.","shortId":"T54p0zl9R","createdAt":"2021-05-24T17:26:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031286,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:16:56.000Z","url":"https://www.theringer.com/2021/5/24/22451266/chris-paul-injury-lakers-suns","canonicalUrl":"https://www.theringer.com/2021/5/24/22451266/chris-paul-injury-lakers-suns","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70c9be564dc4251d2220a278c91e948a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBRIhMQYWImH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAREAAwIFMcH/2gAMAwEAAhEDEQA/AIeMaLZ+spfWglt9Rntk3ziQkfTrnAGMccd1uC7o1CFy5UYLN2f00pQOzJvsVpaOXkb4Sp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"1wmwnKloo","title":"iOS 14.6 now available with new Apple Podcasts subscriptions","shortId":"1wmwnKloo","createdAt":"2021-05-24T17:17:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031277,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T17:13:07.000Z","url":"https://www.theverge.com/2021/5/24/22441743/apple-ios-ipados-14-6-podcasts-subscriptions-music-lossless-support","canonicalUrl":"https://www.theverge.com/2021/5/24/22441743/apple-ios-ipados-14-6-podcasts-subscriptions-music-lossless-support","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86172946fca9265420d942cbd0ce681e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQMCBAARBSESQUKBwf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADEyJRwXH/2gAMAwEAAhEDEQA/AJifCurclQbG8TetSgxlgr+Wz2Bv99ZsdapA11F6qjXGA82GtHc5a7P2cYwmypoTrpiOouv7xZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LeqeHYdXI","title":"2021 年第一季 DDoS 攻擊趨勢","shortId":"LeqeHYdXI","createdAt":"2021-05-24T13:22:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cloudflare","views":1,"score":27031276,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:12:25.000Z","url":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-zh-tw/","canonicalUrl":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-zh-tw/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fb7ffd24f6869c81553b5cbf4e8229b","ratio":1.9351403678606,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABgICAwAAAAAAAAAAAAAAAQIDBBEFBiExEhNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwCD17JYeNrGRiT9fYnT3vP0zlvGlTFpoqTXNHz2Jg26Myvr4ACsDFhF4X//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@OmerYoahimik","readTime":3,"description":null,"toc":null,"summary":null},{"id":"EYayRm9lk","title":"Qualcomm’s refreshed Snapdragon 7c Gen 2 is designed for entry-level laptops","shortId":"EYayRm9lk","createdAt":"2021-05-24T17:01:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031261,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:56:47.000Z","url":"https://www.theverge.com/2021/5/24/22451392/qualcomm-snapdragon-7c-gen-2-arm-processor","canonicalUrl":"https://www.theverge.com/2021/5/24/22451392/qualcomm-snapdragon-7c-gen-2-arm-processor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dd35260500dd11d1117377ce21cd3d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABSExEhMUQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABsRAAICAwEAAAAAAAAAAAAAAAEhABEDEjFB/9oADAMBAAIRAxEAPwCo7LlCUvofU327WA2AnYkUL5sc2CPt5s4+oyww2PJeVSRupVk7ezjGLqLMjMZNpIcXRfk//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BrhKizCR0","title":"COVID-19 widens disparities in breast screening","shortId":"BrhKizCR0","createdAt":"2021-05-24T16:57:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031257,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:46:08.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132478&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132478","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ec6395d2a0d1f97ab0ae6ace70558d9d","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABAwQREgYTFnEhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAEC/9oADAMBAAIRAxEAPwDb1jNJwfUAwGUG3T5jg/ptu9rds/n6o0VSM1HBKcIZHGJP27IibCDWz//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PzG4JCKTk","title":"Florida governor signs law to block ‘deplatforming’ of Florida politicians","shortId":"PzG4JCKTk","createdAt":"2021-05-24T16:56:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031256,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:54:42.000Z","url":"https://www.theverge.com/2021/5/24/22451425/florida-social-media-moderation-facebook-twitter-deplatforming","canonicalUrl":"https://www.theverge.com/2021/5/24/22451425/florida-social-media-moderation-facebook-twitter-deplatforming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/557b1dde46f13f45b7517cc9f3aa8743","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUSEwcx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDERIhQf/aAAwDAQACEQMRAD8Az3nJwbDko2DyLBe2yr6v6E+kTZ2RnXQY3+aqyf53xUTtGWdip6k9QM4pSqD420NJCci6+Ff/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"f5Y3W9ocu","title":"Police in India raid Twitter offices in probe of tweets with ‘manipulated media’ label","shortId":"f5Y3W9ocu","createdAt":"2021-05-24T16:45:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031245,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:43:02.000Z","url":"https://www.theverge.com/2021/5/24/22451271/police-india-raid-twitter-tweets-government-manipulated-media","canonicalUrl":"https://www.theverge.com/2021/5/24/22451271/police-india-raid-twitter-tweets-government-manipulated-media","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/100d41e220388bd674c7c86580fce332","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQhERIiMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgNRBBMh/9oADAMBAAIRAxEAPwDPOdWcbNcK58bAvKgKfQ3rQ+SfZYyWMqk9QSBuIgh60E0qs8a5XBtlf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"f6amvQmb4","title":"Oldest spiral galaxy in the universe captured in fuzzy photo","shortId":"f6amvQmb4","createdAt":"2021-05-24T16:29:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031229,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:25:43.000Z","url":"https://www.livescience.com/oldest-spiral-galaxy-in-universe.html","canonicalUrl":"https://www.livescience.com/oldest-spiral-galaxy-in-universe.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/011d93a9738c0e0becf528ec8b610e0d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAwABBAIFERMSQlH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/AMxRJMMVvlCPDcsknHSZiPTq9zT2yyhREBi1dOhf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1SsSdhzL-","title":"Web Weekly #20 (#blogPost)","shortId":"1SsSdhzL-","createdAt":"2021-05-24T08:26:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27030746,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-20/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-20/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/194d27947811c42cde915747ce5e4afd","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxESBAVBExQhIjH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwDSsUsvZzSP6PowluMdG+PpKgN38saGy6cSSAU5+QGR5NV4REihQxOw3QxUDJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"83K6v22YE","title":"Anker’s second-generation Nano II GaN chargers are even smaller than before","shortId":"83K6v22YE","createdAt":"2021-05-24T16:02:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031202,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:00:00.000Z","url":"https://www.theverge.com/2021/5/24/22450999/anker-second-generation-nano-ii-gan-chargers-smaller","canonicalUrl":"https://www.theverge.com/2021/5/24/22450999/anker-second-generation-nano-ii-gan-chargers-smaller","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/174651701d8188495d2bba22fe739780","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDEQAEBQYSEyEHQWFxwv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8At2edbzDLZdvYsoS0S4tsOq17cwUgeBz7ntFaBHUpehOrDATHJ34+aUpQDhG5K7b/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7FKAzOZAv","title":"This picture of cheese helped send a man to prison for 13 years","shortId":"7FKAzOZAv","createdAt":"2021-05-24T16:01:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031201,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:00:54.000Z","url":"https://www.theverge.com/tldr/2021/5/24/22451278/cheese-encrochat-drug-dealer-jailed-conviction","canonicalUrl":"https://www.theverge.com/tldr/2021/5/24/22451278/cheese-encrochat-drug-dealer-jailed-conviction","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7dd4ac8122291fc3bd24673728a71a86","ratio":1.91150442477876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQFEgYRITEHExT/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAA3H/2gAMAwEAAhEDEQA/AKLUNJ9PjipulU/sp3tzM1IBsDk2PD7kg899xjr2kSnaWk0BUOIGA6EIQDypZMnUhVeu/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RAP9Av7rz","title":"Lenovo’s Tab P11 Pro is great for watching movies, not doing work","shortId":"RAP9Av7rz","createdAt":"2021-05-24T15:46:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031186,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:44:01.000Z","url":"https://www.theverge.com/22451264/lenovo-tab-p11-pro-tablet-review","canonicalUrl":"https://www.theverge.com/22451264/lenovo-tab-p11-pro-tablet-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5784323543db7a43880e963c3ead6d7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAACAwEABAUREiEUInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQIDMQAEIREScYGx/9oADAMBAAIRAxEAPwCQz+SZgXHaoGGhcRBSTPYomR77LdSb7y9S9ivLYXApHe571P2lKSrp15tIWY1AwB5PdNNs20pWwTk81//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"vTPIKqJiW","title":"How to remove your account from someone else’s Twitter list","shortId":"vTPIKqJiW","createdAt":"2021-05-24T15:46:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031186,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:44:05.000Z","url":"https://www.theverge.com/22451108/twitter-list-remove-account-harassment-security","canonicalUrl":"https://www.theverge.com/22451108/twitter-list-remove-account-harassment-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8886cace4d9b489a4ddee705e5bf4840","ratio":1.90887290167866,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAABAwQDAAAAAAAAAAAAAAABAAIDBAUREjFBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAiEQEAAQEHBQAAAAAAAAAAAAABEQIAAwUhMUGBBBITInH/2gAMAwEAAhEDEQA/AL9wzU3uOjmdtTHEmvBa4dgjw5V1ESHDs676p1704NDiWwLHPW66SinI8YxtKsv1gl3i3//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jhOrhiKgU","title":"Barry Jenkins on ‘The Underground Railroad’","shortId":"jhOrhiKgU","createdAt":"2021-05-24T15:44:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031184,"tagsStr":"jenkins","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:37:05.000Z","url":"https://www.theringer.com/2021/5/24/22451318/barry-jenkins-on-the-underground-railroad","canonicalUrl":"https://www.theringer.com/2021/5/24/22451318/barry-jenkins-on-the-underground-railroad","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/437250aa240932e950105030097c0efa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAREgUGE1EUISIx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwCg3duibp24Z3jpaSzoseGqO1iMSJLwbeCu7pNh1a9a1HQ/wN8ckoRiMU8afkW9D8pSqEys0HTZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"S8eG7YXw-","title":"20 Best New Websites, May 2021","shortId":"S8eG7YXw-","createdAt":"2021-05-24T15:28:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27031168,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:45:19.000Z","url":"https://www.webdesignerdepot.com/2021/05/20-best-new-websites-may-2021/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/20-best-new-websites-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f2428bb5091229d96aafa1942de8d89","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAwQFESESQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABESEC/9oADAMBAAIRAxEAPwDTs1djzUFCvAJI3Nusl8pQHAjuwR7474rYg7RFKW0O8iP/2Q==","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5W3gjw222","title":"How to Get Started in the Creator Economy","shortId":"5W3gjw222","createdAt":"2021-05-24T15:28:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27031168,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:26:24.000Z","url":"https://ghost.org/blog/creator-economy/","canonicalUrl":"https://ghost.org/blog/creator-economy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b96c14d003f27ffcbb14ca477addc321","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAwECBAAGEQUSIjETIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8AjTz7P0rbcUwtwRCsbtG93j2jxyZ6TpftYnN06DJmyDimzo4ykc9oWhbgaKuUanLpOqUpcynoe6c4f//Z","siteTwitter":"","creatorTwitter":"@RamosAuthor","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8GfjYZ9kg","title":"Immaculate Rejection: The Block That Put Bam on the Map","shortId":"8GfjYZ9kg","createdAt":"2021-05-24T14:43:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031123,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:39:16.000Z","url":"https://www.theringer.com/nba/2021/5/24/22451120/bam-adebayo-miami-heat-nba-playoffs","canonicalUrl":"https://www.theringer.com/nba/2021/5/24/22451120/bam-adebayo-miami-heat-nba-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86c4b0da4cb4cd9977f798fbe0e3a6d6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYxEhOC/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRBCFRcaH/2gAMAwEAAhEDEQA/AKeXY9MKczeY5yt49wJWklUOCzSFd+P0awi79TXUxkgiZy7Fm0Rs777pSi+C4ufLfKcTaA6Htr//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rPD32mmEP","title":"Tesla faces a huge fine in Norway for throttling battery charging speeds","shortId":"rPD32mmEP","createdAt":"2021-05-24T14:26:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031106,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:18:49.000Z","url":"https://www.theverge.com/2021/5/24/22451101/tesla-fine-norway-throttle-battery-charging-speed","canonicalUrl":"https://www.theverge.com/2021/5/24/22451101/tesla-fine-norway-throttle-battery-charging-speed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6da1d345e66b21bd42f08304ba180719","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAIBBQEAAAAAAAAAAAABAgMEEQAFEgYhIjFBMv/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEQMhMf/aAAwDAQACEQMRAD8AnafcS2+uJGngPPRHQEAyUrv9Ub412IsffmXTD2LpLju05uL8lKMZFkn2cYyUscUloXfT/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"L19XrEAdG","title":"The Best Multi-Tools for Any Task","shortId":"L19XrEAdG","createdAt":"2021-05-16T13:03:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27019503,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T09:00:00.000Z","url":"https://www.wired.com/gallery/best-multi-tools/","canonicalUrl":"https://www.wired.com/gallery/best-multi-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e02061183cb1985e1b019c96c6820671","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHhAAAgEDBQAAAAAAAAAAAAAAAQIAAxEhEhMjMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAIDAQEAAAAAAAAAAAAAAAECAANBESH/2gAMAwEAAhEDEQA/ANJ9wleQiiuTTUAamvglu7DwWlREWKoUnmyVWWs6KGzwT//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"dL0lApIo-","title":"Verizon is offering customers free Apple Arcade or Google Play Pass for up to a year","shortId":"dL0lApIo-","createdAt":"2021-05-24T13:08:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031028,"tagsStr":"google,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:00:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/24/22448129/verizon-unlimited-plans-free-apple-arcade-google-play-pass","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/24/22448129/verizon-unlimited-plans-free-apple-arcade-google-play-pass","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23dd8cd7a655a293c9a2b5a2eb5d56e9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQDAQEAAAAAAAAAAAABAgMABBESExQhBTL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB4RAAIBBAMBAAAAAAAAAAAAAAECEQADBEEFgbHB/9oADAMBAAIRAxEAPwCAttI7douCFiCEjkbfZMj9eMBn2p25+517iWHqo/G5TZmOTg4yaUoHFUXmIfVU/mrj4CK+OYJJnfsx18r/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0369g9mpL","title":"This Evolutionary Gift May Protect Coral From Climate Change","shortId":"0369g9mpL","createdAt":"2021-05-24T13:05:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27031025,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://www.wired.com/story/this-evolutionary-gift-may-protect-coral-from-climate-change","canonicalUrl":"https://www.wired.com/story/this-evolutionary-gift-may-protect-coral-from-climate-change","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bee255aac5b2488bf561bc024fcc42b","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwQBBQAAAAAAAAAAAAABAAIEAwUREjETIUFRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQADAAMBAAAAAAAAAAAAAAABAgMABAXx/9oADAMBAAIRAxEAPwCCwiPcbTHkTo4qOrGo0Gm7plmoOO454HhRnIOBqR7c3J+oia4+xV6UDMT6cD7etFJSZVAOf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"I3Ai4QAVE","title":"In Apple’s War On Developers, Users Are the Biggest Losers","shortId":"I3Ai4QAVE","createdAt":"2021-05-24T13:05:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27031025,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://www.wired.com/story/opinion-in-apples-war-on-developers-users-are-the-biggest-losers/","canonicalUrl":"https://www.wired.com/story/opinion-in-apples-war-on-developers-users-are-the-biggest-losers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6b552a953be3285b1eae6181b46db05","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFETEGBxIVIf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8AsZHpXG5fA3UsiSRq+YtrO3USuTCBIgZiS2mJDa4HG+ftaZO3UTore2uR5DehGuhSlFuUVJpn/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"v1wrpPlR8","title":"The Power of a Non-Stereotypical Asian Character in Gaming","shortId":"v1wrpPlR8","createdAt":"2021-05-24T13:05:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27031025,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://www.wired.com/story/the-power-of-non-stereotypical-asian-characters-gaming/","canonicalUrl":"https://www.wired.com/story/the-power-of-non-stereotypical-asian-characters-gaming/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6659338ae690369debd4c352dc52da2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAgMRAAQFIRMVUf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIDERJBgf/aAAwDAQACEQMRAD8AqJ9aWTR9Qm1Mg5WRFaWyfChtgiC+hS0bPdnJafk9dJpFbUmJDEEjckF9/LxjANDQit1pm4nYPu2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"4ja9YoAsk","title":"Give in to the Blockbuster Excess of Zack Snyder’s ‘Army of the Dead’","shortId":"4ja9YoAsk","createdAt":"2021-05-24T12:56:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031016,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:52:38.000Z","url":"https://www.theringer.com/movies/2021/5/24/22447995/zack-snyder-army-of-the-dead-netflix-review","canonicalUrl":"https://www.theringer.com/movies/2021/5/24/22447995/zack-snyder-army-of-the-dead-netflix-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c65449a1d9377cf090d421f7d882385a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUGIUEEERIiI//EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACBCERcbH/2gAMAwEAAhEDEQA/AMtxep8quPbv1drJU5UozAiwEA+225HB4linXmYSlEW+3xVQB9DESjDurZtvvfsMXln/2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"ypqJ0ci6R","title":"What Does “Iconic” Mean to Ziwe? Let Her Tell You","shortId":"ypqJ0ci6R","createdAt":"2021-05-24T12:56:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031016,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:44:16.000Z","url":"https://www.theringer.com/tv/2021/5/24/22450335/ziwe-fumudoh-showtime-show-iconic-interview","canonicalUrl":"https://www.theringer.com/tv/2021/5/24/22450335/ziwe-fumudoh-showtime-show-iconic-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1e4867616a6cdd1019b4f7886feeb0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQGEQUHEiEyQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIxQcHR/9oADAMBAAIRAxEAPwCLZ1vUtftzcuq1DpOcEZkbG3ABc3PEnp49LNwW47B9KIqFMsFlUdeD2f/Z","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"DiEMbvd1P","title":"Verschlüsselung um BitLocker ergänzt","shortId":"DiEMbvd1P","createdAt":"2021-05-24T12:38:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:04:47.000Z","url":"https://curius.de/2021/05/verschluesselung-um-bitlocker-ergaenzt/","canonicalUrl":"https://curius.de/2021/05/verschluesselung-um-bitlocker-ergaenzt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd9119f6ec5a894a600aece67e7f4736","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBRESFRQhUWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANGy+bzcc6OtxzSdU0htXA8Emu3XquIiD//Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"gtARCuiBo","title":"Cryptsetup und BitLocker To Go","shortId":"gtARCuiBo","createdAt":"2021-05-24T12:38:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:24:33.000Z","url":"https://curius.de/2021/05/cryptsetup-und-bitlocker-to-go/","canonicalUrl":"https://curius.de/2021/05/cryptsetup-und-bitlocker-to-go/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d38300c7db20f9bb7f551ad42631910a","ratio":1.42857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQxBRESBiEjQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABEUH/2gAMAwEAAhEDEQA/AMz6dh0fUdMR75nmvYFWJLc8lDgYXkBsMn392qJmIWaQHxkMQUzx743pSm0iUP/Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"9kCkIt5BK","title":"Presence","shortId":"9kCkIt5BK","createdAt":"2021-05-24T12:32:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030992,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/119057563/Presence","canonicalUrl":"https://www.behance.net/gallery/119057563/Presence","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/193eb64e8109e9df0205e92855f7c1d5","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAJRABAAEDAwEJAAAAAAAAAAAAAQIDBCEABREGBwgSEyIxQXGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEiH/2gAMAwEAAhEDEQA/AD/a7ee99N7aWVxOFA24t6khfBCojB54+Rz9ay72SdTihCykGOS4M/mr3d/fNrbpQq+uiNJKcsxFXl406ESOIgBgA9tVIu+tBY2QAon/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"p9t4GvJMs","title":"1st measurement of a neutron 'skin' is unlocking the secrets of exploded stars","shortId":"p9t4GvJMs","createdAt":"2021-05-24T12:26:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030986,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:33:08.000Z","url":"https://www.livescience.com/neutron-stars-probed-by-lead-skin.html","canonicalUrl":"https://www.livescience.com/neutron-stars-probed-by-lead-skin.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78f6f731dc3cb8b4766ca48a968d6aa6","ratio":1.57538461538462,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQIEBwAAAAAAAAAAAAAAAQAEAgMFEhEUFVWSwdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAhH/2gAMAwEAAhEDEQA/AMAbVyn5GY3dUwTcQLYxHaQe1L1Brt8rkfURXu28B//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LwkoxYzof","title":"Was Einstein wrong? Why some astrophysicists are questioning the theory of space-time","shortId":"LwkoxYzof","createdAt":"2021-05-24T11:10:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:00.000Z","url":"https://www.livescience.com/end-of-einstein-space-time.html","canonicalUrl":"https://www.space.com/end-of-einstein-space-time","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8021be8e14d75ae7934eafbf38307499","ratio":1.558599695586,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxEEEhNBIWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQACAwAAAAAAAAAAAAAAAAAAMQIDIf/aAAwDAQACEQMRAD8Ay1DpaLaWVHYYyyMBjx77+SFvC9jsKtoYk4HURDFF7MR//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"u6OGGOX7r","title":"Why do we grow more hair on our heads than on our bodies?","shortId":"u6OGGOX7r","createdAt":"2021-05-24T11:10:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:53.000Z","url":"https://www.livescience.com/why-hair-on-head.html","canonicalUrl":"https://www.livescience.com/why-hair-on-head.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/128dcd41320478895cad09a51a6b176b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAJBAAAQIEBQUAAAAAAAAAAAAAAQIDAAQFEQYHEhMhFCIxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAEFAQAAAAAAAAAAAAAAAAEAAhEhMfD/2gAMAwEAAhEDEQA/AMZ/HS8watWqQGH5FU+1pad6gqDYbUCk6Ra1ufH0xWnFS6ckSLztQedlhsqc3x3lPBPKfdrwhFBTjCG2iexf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Kr6pn--Mu","title":"Clint Smith on the Importance of Critical Race Theory and His New Book, ‘How the World Is Passed’","shortId":"Kr6pn--Mu","createdAt":"2021-05-24T12:25:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030985,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:17:47.000Z","url":"https://www.theringer.com/2021/5/24/22451010/clint-smith-on-the-importance-of-critical-race-theory-and-his-new-book-how-the-world-is-passed","canonicalUrl":"https://www.theringer.com/2021/5/24/22451010/clint-smith-on-the-importance-of-critical-race-theory-and-his-new-book-how-the-world-is-passed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/25492cded2d2549576c0a4f70c46e413","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFBhITITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAQACAgMAAAAAAAAAAAAAAAECAwAEERIx/9oADAMBAAIRAxEAPwCD4bLejbfkrrJSBC1ipa0kE+bpagkm/QsZU6/kaZkCNJMLoXmkudQ7dWAa+fuMYVrj1HjHbFkm6Qvmf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"VhPnxl_mm","title":"Metro Exodus on PC adds support for PS5 controller’s amazing adaptive triggers","shortId":"VhPnxl_mm","createdAt":"2021-05-24T11:13:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030913,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:08:04.000Z","url":"https://www.theverge.com/2021/5/24/22450915/metro-exodus-ps5-dualsense-controller-adaptive-triggers-pc","canonicalUrl":"https://www.theverge.com/2021/5/24/22450915/metro-exodus-ps5-dualsense-controller-adaptive-triggers-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e5184bcaefe760b7a3f0b4bd4aa3da6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABBAUSAzEGERMhQVPR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwCtpxXbxbS2ixDiBW1OjH1njHGE+uOAZg5btlnv45LVToKBjJmoa3s/oH4iK7YHL//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tMTwzloIj","title":"The Long, Strange Life of the World’s Oldest Naked Mole Rat","shortId":"tMTwzloIj","createdAt":"2021-05-24T11:12:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27030912,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T07:00:00.000Z","url":"https://www.wired.com/story/long-strange-life-worlds-oldest-naked-mole-rat","canonicalUrl":"https://www.wired.com/story/long-strange-life-worlds-oldest-naked-mole-rat","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/347a54d4948cb9c0ded51f3554f057bd","ratio":1.91162790697674,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEFAAMBAAAAAAAAAAAAAQIDAAQFESEGEjFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMP8azsWNw99bxYbE3DSMrPLd2wnbWuKC2/Ub7z7UncrHLcyyLGIldywRDxQT8H4KUqQxZXQv//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"UQE4BjIXb","title":"AI Can Write Disinformation Now—and Dupe Human Readers","shortId":"UQE4BjIXb","createdAt":"2021-05-24T11:12:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27030912,"tagsStr":"data-science,ai,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T07:00:00.000Z","url":"https://www.wired.com/story/ai-write-disinformation-dupe-human-readers","canonicalUrl":"https://www.wired.com/story/ai-write-disinformation-dupe-human-readers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f52222405a91edec0beb9e9f7b85c4e8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMRAAQFBgcSIRUxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIBA1H/2gAMAwEAAhEDEQA/AGK1Pn/CtvIy9w0HrrkhLcANqmSfXcz2DUV1uJq9Ny8EZ19KAsgDggwJ+UpUTWNokH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JKhdRuHr9","title":"Huge cemetery with at least 250 rock-cut tombs discovered in Egypt","shortId":"JKhdRuHr9","createdAt":"2021-05-24T11:10:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:00.000Z","url":"https://www.livescience.com/250-tombs-ancient-egypt.html","canonicalUrl":"https://www.livescience.com/250-tombs-ancient-egypt.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/493bb95570557e9f3fb890b503a8da57","ratio":1.7775,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAEQMEIQZx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A08XmtKywOQKvQoY1LRrLXLA+mIhYshl//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5pwRqoE1t2","title":"US investigating handful of myocarditis cases following COVID-19 vaccination","shortId":"5pwRqoE1t2","createdAt":"2021-05-24T11:10:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:11.000Z","url":"https://www.livescience.com/myocarditis-covid-19-vaccines.html","canonicalUrl":"https://www.livescience.com/myocarditis-covid-19-vaccines.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c91a46d11b407d57290eedf1cfce3430","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSIRMiMTJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwDE6ct1qnRIUW9MuRI2w7Us4UQ6MI6i8ex7wfP0ccVOueiLwm5SkxXYz0cOrDbilYK05OCRjgkUpR4FYy7mT//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"X7zb0Ez-X","title":"Revealed Recordings celebrates 10 years with updates of Hardwell classics from Ryos, Maddix, KAAZE, and more","shortId":"X7zb0Ez-X","createdAt":"2021-05-24T11:01:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030901,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/revealed-recordings-celebrates-10-years-with-updates-of-hardwell-classics-from-ryos-maddix-kaaze-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/revealed-recordings-celebrates-10-years-with-updates-of-hardwell-classics-from-ryos-maddix-kaaze-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0af256c811d5ae58a422f82d0449ee1","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEITFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACETH/2gAMAwEAAhEDEQA/AM9SxI8xO81zmrAHjnzhyd49pHZRssADVesYym1lNYB3J//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"qRJj2qCmy","title":"Ford’s F-150 Lightning Pro is an electric pickup truck for businesses","shortId":"qRJj2qCmy","createdAt":"2021-05-24T10:02:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030842,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:00:00.000Z","url":"https://www.theverge.com/2021/5/24/22450563/ford-f150-lightning-pro-electric-pickup-truck-commercial-fleets","canonicalUrl":"https://www.theverge.com/2021/5/24/22450563/ford-f150-lightning-pro-electric-pickup-truck-commercial-fleets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/891ffdf19372449b43f0c5a290e4fcd3","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGByRB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAREAIf/aAAwDAQACEQMRAD8AwszsG4SkuOG3WZLricKWILewD7wN73UdPL5JSCYFsydnxEfKUqdYdxBam//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"WROT--Y-1","title":"DubVision have no ‘Bad Blood’ on top-tier STMPD RCRDS pairing with Deep Vice","shortId":"WROT--Y-1","createdAt":"2021-05-24T10:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030841,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/dubvision-have-no-bad-blood-on-top-tier-stmpd-rcrds-pairing-with-deep-vice/","canonicalUrl":"https://dancingastronaut.com/2021/05/dubvision-have-no-bad-blood-on-top-tier-stmpd-rcrds-pairing-with-deep-vice/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9360df83003cd2450fdb60f2f2f8d42","ratio":1.49147286821705,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAACAgMBAQEAAAAAAAAAAAABAgMEAAURBhNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAAAEQECIRL/2gAMAwEAAhEDEQA/AK2l6XSej0sfn9iy2aMtSGMOolRvoqqHXoAKgFegjIu3Skq25q9Ry1eJ2jiLgMxUHg6Sek8/TjGVxC0G1uliP//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fyswLYBno","title":"TroyBoi shares a tuneful souvenir from his time in Los Cabos","shortId":"fyswLYBno","createdAt":"2021-05-24T10:01:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030841,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/troyboi-shares-a-tuneful-souvenir-from-his-time-in-los-cabos/","canonicalUrl":"https://dancingastronaut.com/2021/05/troyboi-shares-a-tuneful-souvenir-from-his-time-in-los-cabos/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45d462d4347dd8641028255e1c4bc52c","ratio":1.95818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEBSEGBxJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIQP/2gAMAwEAAhEDEQA/AMk0WEunxc7KtN5XsZBdDFFJMiQBIIEHmYPNVDuWgADdN6p29syCT9PFKVdVuMQPpE4z/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lYrxXRckO","title":"PET imaging shows how COVID vaccines confound cancer detection","shortId":"lYrxXRckO","createdAt":"2021-05-24T07:08:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27030668,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132476&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132476","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15938196070966d4379f17c1ea2c4408","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIxAAAAUDAwUAAAAAAAAAAAAAAAECAwQFBiEHETESFTZRs//EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCm6bUpyfo/QG2Zi4y36XAInEoSo0dKyPg+d8ln2MTX/wCeXJtgu5SfqoAAf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"7YsWO5pne","title":"Qoppa PDF Studio für Linux","shortId":"7YsWO5pne","createdAt":"2021-05-24T06:27:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030627,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T05:39:09.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/24/qoppa-pdf-studio-fuer-linux/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/24/qoppa-pdf-studio-fuer-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"D543Ce91U","title":"Knicks Lose Game 1 to the Hawks","shortId":"D543Ce91U","createdAt":"2021-05-24T06:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030607,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T05:57:51.000Z","url":"https://www.theringer.com/2021/5/24/22450847/knicks-lose-game-1-to-the-hawks","canonicalUrl":"https://www.theringer.com/2021/5/24/22450847/knicks-lose-game-1-to-the-hawks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7a1788f574b3868feb5a8698bacdb7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQGESEFEyQx0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDErH/2gAMAwEAAhEDEQA/AMxx/C4bu8ltnuV1LGULmHZU9tX2OePeqpbApUYqOsvpToeOPtKUbbRLoeEZnQ4J/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"j7x14vVWm","title":"Samsung announces bigger and smaller versions of its TV-like Smart Monitor","shortId":"j7x14vVWm","createdAt":"2021-05-24T04:48:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030528,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T04:45:08.000Z","url":"https://www.theverge.com/2021/5/24/22450796/samsung-smart-monitor-m5-m7-new-sizes-43-inch","canonicalUrl":"https://www.theverge.com/2021/5/24/22450796/samsung-smart-monitor-m5-m7-new-sizes-43-inch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e10350cae35c08b73117669ee7236e3a","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQRMQUSFBP/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANgno2ZprHJnkbAi85h8gJ+eQSO29lXY/oxrQMgDGTtESj//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o_rQZVIQe","title":"After Earth","shortId":"o_rQZVIQe","createdAt":"2021-05-24T04:33:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/118655991/After-Earth","canonicalUrl":"https://www.behance.net/gallery/118655991/After-Earth","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/265e819a731d33ba494f839393b154e4","ratio":1.64512338425382,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERIxIVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AI5KLBWcSyOpVfUkbBoSNhY48h24gnyT6WfNKiCQ5myOyIgN/NoiD//Z","siteTwitter":"@behance","creatorTwitter":"@RTalibart","readTime":null,"description":null,"toc":null,"summary":null},{"id":"FDzgb6i0l","title":"Be An Upstander With These Phrases, and Other Actions for Allies","shortId":"FDzgb6i0l","createdAt":"2021-05-23T23:57:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":7,"score":27030506,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:32:44.000Z","url":"https://code.likeagirl.io/be-an-upstander-with-these-phrases-and-other-actions-for-allies-38df94388f9c","canonicalUrl":"https://code.likeagirl.io/be-an-upstander-with-these-phrases-and-other-actions-for-allies-38df94388f9c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7fd5829ca8d7088f88b9014993e30851","ratio":1.01522842639594,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAMGB//EACMQAAIBAwIHAQAAAAAAAAAAAAECAwAEERQhBRMkMTJDUZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAIBEgMRIf/aAAwDAQACEQMRAD8A38hBconKgzINy4ySf2jUQDZZ4cDYYcU+0ULwiRlADKrYI7io63sbTTxdLB4j1j5Q7rFYE8SX30//2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":3,"description":null,"toc":null,"summary":null},{"id":"RoWEnPf3h","title":"Part 1: Trae Grows Up, MSG’s Revival, and Milwaukee’s Must-Win","shortId":"RoWEnPf3h","createdAt":"2021-05-24T03:57:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030477,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T03:52:27.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/23/22450781/part-1-trae-grows-up-msgs-revival-and-milwaukees-must-win","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/23/22450781/part-1-trae-grows-up-msgs-revival-and-milwaukees-must-win","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87db5510c39ea4e2211617c89585ad69","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBhMFEkGhov/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAA0HBEf/aAAwDAQACEQMRAD8AzndOhnVY8DCyQyQJncQ7i43Y6A82b9KVMVpN38hEVFSq2BmcbyAZivgBzs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"AOAJfWvnq","title":"Phil Mickelson Makes Major History, As Only He Could","shortId":"AOAJfWvnq","createdAt":"2021-05-24T03:12:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030432,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T02:58:42.000Z","url":"https://www.theringer.com/2021/5/23/22450565/phil-mickelson-wins-pga-championship-oldest-winner-kiawah","canonicalUrl":"https://www.theringer.com/2021/5/23/22450565/phil-mickelson-wins-pga-championship-oldest-winner-kiawah","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7909443dc1b95efad0c33577ce295744","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAhEAAwQGBRIUIVFy/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAcEQABBQADAAAAAAAAAAAAAAACAAEDBCERElH/2gAMAwEAAhEDEQA/AKrl9h2TC2HvLHNMccKqriXLIZF8wSDMyR7q0Xa+S6RL2yfmlKlbFqYRDqXGJ9WEJGJy3fXX/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"YHrjQkRD9","title":"Phil Mickelson Makes History at the PGA Championship","shortId":"YHrjQkRD9","createdAt":"2021-05-24T02:13:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030373,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T02:12:40.000Z","url":"https://www.theringer.com/2021/5/23/22450675/phil-mickelson-makes-history-at-the-pga-championship","canonicalUrl":"https://www.theringer.com/2021/5/23/22450675/phil-mickelson-makes-history-at-the-pga-championship","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/102d2f83f3a274b1ec43a51eb8d6e189","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBAARBQYHEhMhIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxHw/9oADAMBAAIRAxEAPwDL2fvPIz05KqhUmivr7cvwV9KAsAya+x2u9gjJt+WuXitzRipUIR2Xej+HGMDU7EnY66pQowdgn//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DzekYx4Ox","title":"?????","shortId":"DzekYx4Ox","createdAt":"2021-05-24T00:42:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030282,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/120031753/_","canonicalUrl":"https://www.behance.net/gallery/120031753/_","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b91b4ce2a10e365f19246ca0dfbd2fe","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAjEAABAwMEAgMAAAAAAAAAAAABAgMEBRESAAYhMRNBFBVh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECA//aAAwDAQACEQMRAD8ANkbvqu4d2w6ZTFfXxI1SIddy4kMote6jwPdx+jTcqQ/8p60ggZmw8nXOgqVR6Y/u+MXqdDcK6nUMythJyxxIvcc2PWrNxCQ4qyR2fWpHTKzIhk6f/9k=","siteTwitter":"@behance","creatorTwitter":"@GuodongZoo","readTime":null,"description":null,"toc":null,"summary":null},{"id":"mGMVI4dON","title":"Creative Ways to Choose More Inclusive Imagery for Websites","shortId":"mGMVI4dON","createdAt":"2021-05-23T22:55:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27030175,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:33:31.000Z","url":"https://mediatemple.net/blog/design-creative/creative-ways-to-choose-more-inclusive-imagery-for-websites/","canonicalUrl":"https://mediatemple.net/blog/design-creative/creative-ways-to-choose-more-inclusive-imagery-for-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e708839b780a0bb0209a59fd124c32f","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAECISIxMlFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDXZq51eel46rwAREKsR//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"--9w6c7Za","title":"Congo's Mount Nyiragongo volcano blows its top, sending thousands fleeing across border","shortId":"--9w6c7Za","createdAt":"2021-05-23T16:38:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27029798,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T16:16:46.000Z","url":"https://www.livescience.com/congo-volcano-mount-nyiragongo-erupts.html","canonicalUrl":"https://www.livescience.com/congo-volcano-mount-nyiragongo-erupts.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94db36825ddc77e350e76b9909255f29","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIABAURIRIDExYiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAEQMEMUFR/9oADAMBAAIRAxEAPwDIbLf6Xxm4rWJUdSsTh2CAOKEne85+a3JJrkGYlgck5PoIiDCzBmF9yhsBWVLA48E//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"92czeDEVv","title":"Facebook reportedly hit with campaign by pro-Palestinian activists leaving 1-star app store ratings","shortId":"92czeDEVv","createdAt":"2021-05-23T21:47:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030107,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T21:42:17.000Z","url":"https://www.theverge.com/2021/5/23/22450319/facebook-campaign-pro-palestine-activists-1-star-app-store-ratings-apple-google","canonicalUrl":"https://www.theverge.com/2021/5/23/22450319/facebook-campaign-pro-palestine-activists-1-star-app-store-ratings-apple-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4914e4f0396ef49a30f4751f1d2d783e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAUhABEGQRJRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAyEiMf/aAAwDAQACEQMRAD8Az7wRqmbpY/A5OmJKaWLFgtG5jdmKIB2RvXR/R9bgc1ElfM34awKQR2JEjVj8iFDEAE+9e+OOX9WpxCKmLOVPABP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q6RKDhFCS","title":"Class Eval & Instance Eval In Ruby Metaprogramming","shortId":"q6RKDhFCS","createdAt":"2021-05-23T13:58:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":26,"score":27030039,"tagsStr":"ruby","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T16:02:59.000Z","url":"https://huzefabiyawarwala.medium.com/class-eval-instance-eval-in-ruby-metaprogramming-7fef0f0e163e","canonicalUrl":"https://huzefabiyawarwala.medium.com/class-eval-instance-eval-in-ruby-metaprogramming-7fef0f0e163e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa556147fa26fac7175d8b461691d856","ratio":1.2591815320042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQAEEQIDEjFRFP/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAwURISLw/9oADAMBAAIRAxEAPwDC3pfF3ewqcxmdGrquNC58tmTfnCmd8RFQRjKUp8dpX7Hiv//Z","siteTwitter":"@Medium","creatorTwitter":"@huzub","readTime":1,"description":null,"toc":null,"summary":null},{"id":"4Rmk6E9Ql","title":"DJ S.K.T formalizes Stashed’s 100th release alongside Josh Parkinson, ‘Off My Mind’","shortId":"4Rmk6E9Ql","createdAt":"2021-05-23T20:26:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030026,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T20:25:17.000Z","url":"https://dancingastronaut.com/2021/05/dj-s-k-t-formalizes-stasheds-100th-release-alongside-josh-parkinson-on-off-my-mind/","canonicalUrl":"https://dancingastronaut.com/2021/05/dj-s-k-t-formalizes-stasheds-100th-release-alongside-josh-parkinson-on-off-my-mind/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd9b48f4f27501778ef850dddc6f956c","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESESFUFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEiH/2gAMAwEAAhEDEQA/AMdGk26OQWGy3JSpe3W0qcUOIyVgjA87qO9hDSpF3yNHgpIHz1SlUJrC4htM/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"z0NOZj8rb","title":"Jon Suarez consummates Darklight Recordings run with ‘Worry ‘Bout’","shortId":"z0NOZj8rb","createdAt":"2021-05-23T20:02:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030002,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:00:00.000Z","url":"https://dancingastronaut.com/2021/05/jon-suarez-consummates-darklight-recordings-run-with-worry-bout/","canonicalUrl":"https://dancingastronaut.com/2021/05/jon-suarez-consummates-darklight-recordings-run-with-worry-bout/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/327a43511ff04c3819b929f690f1fb94","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAREwUGElEhIqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEkH/2gAMAwEAAhEDEQA/AM/V92MQnIkAMZMhSefXtbwLd/KlejAurJirJKib5Ei9KUZCJE9yYmekTf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"v0r8gkm5k","title":"New trailers: Trese, Respect, Friends: The Reunion, and more","shortId":"v0r8gkm5k","createdAt":"2021-05-23T18:10:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029890,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T18:05:34.000Z","url":"https://www.theverge.com/2021/5/23/22440369/new-trailers-trese-respect-friends-reunion-netflix-disney-hbo","canonicalUrl":"https://www.theverge.com/2021/5/23/22440369/new-trailers-trese-respect-friends-reunion-netflix-disney-hbo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c105d0937027539a52f46f82e45ef93","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQMCAAQFBhFBUQcSEyKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDIUHw/9oADAMBAAIRAxEAPwCHL+WsAu+lrHRwlCnNsexjQSZzmsy9yeSdT84rElWCvFDUbDalKaZLQ3nts//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DFS-_1BM6","title":"Best Things for Everything","shortId":"DFS-_1BM6","createdAt":"2021-05-23T17:20:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27029840,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.awwwards.com/sites/best-things-for-everything","canonicalUrl":"https://www.awwwards.com/sites/best-things-for-everything","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ee1593968d74d1ba2d92372f964752b","ratio":1.84285714285714,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQFITEGByIjQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/ANRj4roVeX9jMw4CrHXhyLq5oxljY3kvHUe37128bq5nxNR80j3VKhc5xJJiJJ1+oiJmbco3kKZNlzv/2Q==","siteTwitter":"@awwwards","creatorTwitter":"@awwwards","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hEw-Jg7f7","title":"Utkarsh Gupta: Hello, Canonical! o/","shortId":"hEw-Jg7f7","createdAt":"2021-05-23T15:53:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27029753,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:30:00.000Z","url":"https://utkarsh2102.com/posts/hello-canonical/","canonicalUrl":"https://utkarsh2102.com/posts/hello-canonical/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5be5534dfe17f5025b86043fee4b5423","ratio":1.04246284501062,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACMQAAIBBAEDBQAAAAAAAAAAAAECAwQFERIABiFRFCIxQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAAMBAQAAAAAAAAAAAAAAAAABMRIh/9oADAMBAAIRAxEAPwAQr6i3mjguKTxLIyzl6iR2hjK+4gb6llHkg98DHM5qOlrG1RKTd6SMlidN869/jOxz+8m7LUTQ2arjimkSOQSB0ViAw0HYj74gwPA4b0+lkP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DXrf2bQPL","title":"Project \"Mo\"","shortId":"DXrf2bQPL","createdAt":"2021-05-23T15:18:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27029718,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/113835451/Project-Mo","canonicalUrl":"https://www.behance.net/gallery/113835451/Project-Mo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29c4a157aaed3dab5806b7e436a07717","ratio":1.21317157712305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFERIhFCOh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAxFB/9oADAMBAAIRAxEAPwDZXy4uyLIpUZyKl5hwN+tobgBJzkEdA5mpaytdsiLlFvyFMoLmDzbUZ+0pSVCprBr+E//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"KHcol9gDr","title":"Faster Integration with Web Components","shortId":"KHcol9gDr","createdAt":"2021-05-23T15:07:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27029707,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:57:09.000Z","url":"https://cloudfour.com/thinks/faster-integration-with-web-components/","canonicalUrl":"https://cloudfour.com/thinks/faster-integration-with-web-components/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/551d5d570f2764f334d93dda6dec4617","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgIBBQEAAAAAAAAAAAAAAREAAwISITEyQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/ANOu2nAYiynUUcWD2f1rZojgqRLZRQ8CcRKHJylzeTlLv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"C9IP1v1O5","title":"The needless drama of buying a PS5","shortId":"C9IP1v1O5","createdAt":"2021-05-23T15:07:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029707,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T15:00:00.000Z","url":"https://www.theverge.com/2021/5/23/22434905/ps5-restock-best-buy-walmart-sony-playstation-5","canonicalUrl":"https://www.theverge.com/2021/5/23/22434905/ps5-restock-best-buy-walmart-sony-playstation-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80b3de8d8fbd30d5aae40210be570734","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIxBiFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB4RAAIBAwUAAAAAAAAAAAAAAAECAAMEESJBUbLB/9oADAMBAAIRAxEAPwDKWxtl7pW5RltnLkqPq4CNkBDa1EDtwc8fKgKlM5O1vhqV5UUHJ980pVksNVe4B2YdFhisoITPHpn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kUMsOI6hX","title":"A custom \"dev\" command with auto-completion (#snippet)","shortId":"kUMsOI6hX","createdAt":"2021-05-23T15:04:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27029704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T22:00:00.000Z","url":"https://www.stefanjudis.com/snippets/a-custom-dev-command-with-auto-completion/","canonicalUrl":"https://www.stefanjudis.com/snippets/a-custom-dev-command-with-auto-completion/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b4bd7377add865242df70724768820c","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQIAAxEEBRNBccH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAhEAAQP/2gAMAwEAAhEDEQA/ANI0JzGAZuRT2xpKijDg8bvyTdHXbnorexQXZQWOKNOeoiIxGibhtzsUp//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JxLP9W1bd","title":"Kyocera DuraForce Ultra 5G UW review: extreme durability for an extreme price","shortId":"JxLP9W1bd","createdAt":"2021-05-23T14:04:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029644,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T14:00:00.000Z","url":"https://www.theverge.com/22446490/kyocera-duraforce-ultra-5g-uw-review-price-specs-screen-camera","canonicalUrl":"https://www.theverge.com/22446490/kyocera-duraforce-ultra-5g-uw-review-price-specs-screen-camera","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/920f067c049594ed220ca30252ca7c1e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACBBESEyEDBQYHMf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERQf/aAAwDAQACEQMRAD8AjeO9hLPunnfAlc8SNhyOitcMRFlLLQALfhGtUW0t7NpaKwohNNnGERStSHrP/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yAIfMcx0_","title":"7 Elements of a Highly Usable Landing Page","shortId":"yAIfMcx0_","createdAt":"2021-05-23T13:53:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27029633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:52:44.000Z","url":"https://designshack.net/articles/ux-design/elements-of-a-highly-usable-landing-page/","canonicalUrl":"https://designshack.net/articles/ux-design/elements-of-a-highly-usable-landing-page/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82c205259598fa9ddd9aea9290163962","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBBEABiEFB//EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHREAAQMFAQAAAAAAAAAAAAAAAgABAwQRISMxof/aAAwDAQACEQMRAD8Aidb+S7X7Wutz/OgxX2JaA4wsyEJNX2we5nMmOuPIdYdoONrKFAG+g0cYysYsYXdGq0zvGPM+L//Z","siteTwitter":"@designshack","creatorTwitter":"@designshack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FIH-JMfm40","title":"Tips for UI Design Colors and Color Matching Techniques","shortId":"FIH-JMfm40","createdAt":"2021-05-23T13:53:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27029633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:45:00.000Z","url":"https://www.vandelaydesign.com/ui-design-colors/","canonicalUrl":"https://www.vandelaydesign.com/ui-design-colors/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/794a5b18360ec556b489eb65f60a8659","ratio":1.90789473684211,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBgMBAAAAAAAAAAAAAQIDAAQFBhESIjEhMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBHBBRITQWH/2gAMAwEAAhEDEQA/AMozCltDhK3As7cFYEZxHGELB1Rx5HRG7TXs/tVOGZZjkw20ffbcoUPK1Un1HZ+0pUfWZ5KdreI2ucBOpIWTE7xjvxf/2Q==","siteTwitter":"@vandelaydesign","creatorTwitter":"@vandelaydesign","readTime":8,"description":null,"toc":null,"summary":null},{"id":"gd4KuJXyh","title":"India reportedly orders social media platforms to remove references to “Indian variant” of COVID-19","shortId":"gd4KuJXyh","createdAt":"2021-05-23T13:53:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:51:08.000Z","url":"https://www.theverge.com/2021/5/23/22449898/india-social-media-platforms-remove-indian-variant-covid-19-coronavirus","canonicalUrl":"https://www.theverge.com/2021/5/23/22449898/india-social-media-platforms-remove-indian-variant-covid-19-coronavirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2514f29855acd3ea2874c112d2dc4215","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgIABwAAAAAAAAAAAAAAAQIAAxITIUFhcZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFR/9oADAMBAAIRAxEAPwDN7XLRnVrWrMxBFjasvR2ksXL+oiBIp3dbnD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"COejWy5c5","title":"The Clippers Wanted the Mavericks. Now They’ve Got ‘Em.","shortId":"COejWy5c5","createdAt":"2021-05-23T13:51:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27029631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:42:01.000Z","url":"https://www.theringer.com/2021/5/23/22449938/clippers-mavericks-nba-playoffs-luka-doncic","canonicalUrl":"https://www.theringer.com/2021/5/23/22449938/clippers-mavericks-nba-playoffs-luka-doncic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a689dba521ef1a9b371e5ea12881609b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAUGESEHEjJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEx/9oADAMBAAIRAxEAPwCy6k4PG2WjMg1nZWsEiyQRRmOFVVC0igNsByR3H3zVFHp3BKih8JjJGAALm0j3Y/fGlKl5L2A0xwD2f//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"WOBRWr3gw","title":"Google’s new Samsung smartwatch partnership looks a lot like giving up","shortId":"WOBRWr3gw","createdAt":"2021-05-23T13:33:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029613,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:30:00.000Z","url":"https://www.theverge.com/2021/5/23/22448165/google-samsung-wearable-partnership-wear-os-tizen-merge-smartwatch","canonicalUrl":"https://www.theverge.com/2021/5/23/22448165/google-samsung-wearable-partnership-wear-os-tizen-merge-smartwatch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfe68abe7576e80527e673709e6db270","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDERIABAYhBxQxYoH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgQRAyIyUWH/2gAMAwEAAhEDEQA/AIu4n9QOqCGGX3EBLLWoEqJTFq0rMR5P3NE7Vk81PPscYwpe4m7Vrggx99ByPvS//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oRjCtZJpW","title":"Today I learned about the band making a giant marble-based instrument","shortId":"oRjCtZJpW","createdAt":"2021-05-23T13:09:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029589,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:00:00.000Z","url":"https://www.theverge.com/2021/5/23/22447987/til-wintergatan-marble-machine-x-instrument-music","canonicalUrl":"https://www.theverge.com/2021/5/23/22447987/til-wintergatan-marble-machine-x-instrument-music","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3221bdaf995fa26e02f95a3888013334","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFBiESQRMi0f/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEC/9oADAMBAAIRAxEAPwDSrrMZM+orjxAMTNxdO9e1JLlrzK8ikaAXHXkPxERiKP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U_UhBNXKb","title":"Climate Change Is Erasing Humanity’s Oldest Art","shortId":"U_UhBNXKb","createdAt":"2021-05-23T13:03:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T09:00:00.000Z","url":"https://arstechnica.com/science/2021/05/climate-change-is-erasing-humanitys-oldest-art/","canonicalUrl":"https://arstechnica.com/science/2021/05/climate-change-is-erasing-humanitys-oldest-art/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92709ca112b05ae43a2913bc1ed84041","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAACAgIDAQEAAAAAAAAAAAABAwIEAAURMUESIf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADBBESMTL/2gAMAwEAAhEDEQA/AId5tbVsjYXTU649hMWOP1FYHgj0e/cjS3m2lIyOytcn9PDCBjGN2tFFTIHYIx29T//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"a1P9Jvk88","title":"This $120 Point-and-Shoot Digital Camera Is for Film Lovers","shortId":"a1P9Jvk88","createdAt":"2021-05-23T13:03:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T09:00:00.000Z","url":"https://www.wired.com/review/paper-shoot-camera/","canonicalUrl":"https://www.wired.com/review/paper-shoot-camera/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0ae01495788cf5128cb90385a352483","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFERIhIjFBof/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAEhA//aAAwDAQACEQMRAD8A29jJWJ8FbnLa7KNaJs0dVkXgab28iT7OwdKpNBkTM8tzNpoLjocWdPiIjmCq2otWVk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"TdvlzuHYY","title":"A New Math Shortcut Helps Describe Black Hole Collisions","shortId":"TdvlzuHYY","createdAt":"2021-05-23T12:03:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029523,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T08:00:00.000Z","url":"https://www.quantamagazine.org/new-black-hole-math-closes-cosmic-blind-spot-20210513/","canonicalUrl":"https://www.quantamagazine.org/new-black-hole-math-closes-cosmic-blind-spot-20210513/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5be715f491eae5cbc0882e7f632e26e0","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAGxABAAICAwAAAAAAAAAAAAAAAQAhAjERYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AwAxUOEBprqS7deRED//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"azKrpoiwB","title":"IBM Security Brand Identity","shortId":"azKrpoiwB","createdAt":"2021-05-23T11:12:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27029472,"tagsStr":"security,ibm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/119949381/IBM-Security-Brand-Identity","canonicalUrl":"https://www.behance.net/gallery/119949381/IBM-Security-Brand-Identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bd87d4651420e1f62a72f8f3a45b43c","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAxEEBRIhU5H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDOrZ08AEAyE91T7n4UH1LK7S9RFRdR5BKVTcn/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VlEAyybJQ","title":"What determines a person's height?","shortId":"VlEAyybJQ","createdAt":"2021-05-23T11:08:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27029468,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T11:00:25.000Z","url":"https://www.livescience.com/what-determines-height.html","canonicalUrl":"https://www.livescience.com/what-determines-height.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d1c58fdc82c23271d6f5de966790bd9","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAUhBhESEzH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMv/aAAwDAQACEQMRAD8Ap+HZy/ydjm1e8lRorzoIw9ixhQGKqSQfHXyrMyMpIM0vY1oAUpTemE5TP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Fp5M7qGC6","title":"Forest ranger stumbles onto garden of ancient beasts in California foothills","shortId":"Fp5M7qGC6","createdAt":"2021-05-23T11:08:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27029468,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T11:00:42.000Z","url":"https://www.livescience.com/bones-ancient-beasts-california-fossil-forest.html","canonicalUrl":"https://www.livescience.com/bones-ancient-beasts-california-fossil-forest.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0667633f49cdedba96b8c61fff11d99","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBSExQZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEhMxQf/aAAwDAQACEQMRAD8Aqsc5fsVHsQVVSodqsjyl5CN+dbABzBbkpSxKSXQvoGduh94xgMklpjqRfD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"S-Lth2_DU","title":"Pure by Giahi","shortId":"S-Lth2_DU","createdAt":"2021-05-11T14:48:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27012408,"tagsStr":"crm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/119226749/Pure-by-Giahi","canonicalUrl":"https://www.behance.net/gallery/119226749/Pure-by-Giahi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16dec39e57b8aea9915e774590945470","ratio":1.4,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMAAgQSETFBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDb23dZJUp11YwJpqo62AHZB47lPTMXpX56OTEQP//Z","siteTwitter":"@behance","creatorTwitter":"@LaTortilleria","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NMsB0kuuA","title":"CentOS Nachfolger AlmaLinux angetestet","shortId":"NMsB0kuuA","createdAt":"2021-05-23T11:05:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27029465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T11:00:15.000Z","url":"https://curius.de/2021/05/centos-nachfolger-almalinux-angetestet/","canonicalUrl":"https://curius.de/2021/05/centos-nachfolger-almalinux-angetestet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73b08d3f4aacf0d8595c793d72ba390d","ratio":1.25515210991168,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAgAEBwAAAAAAAAAAAAABAwACBAUGEgcRISQxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAEBREjcXL/2gAMAwEAAhEDEQA/AIfK+IWPRSqnNW1fuj1VvuHzqJS11zp41BvlGB3Ecz248xEVJiLdztdp5JG6orciUcsat2or/9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":6,"description":null,"toc":null,"summary":null},{"id":"oa9O-TuX6-","title":"8 Free Streaming Services to Save You From Subscription Hell","shortId":"oa9O-TuX6-","createdAt":"2021-05-23T11:04:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T07:00:00.000Z","url":"https://www.wired.com/story/free-streaming-services","canonicalUrl":"https://www.wired.com/story/free-streaming-services","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ceac317284bbb795462156caa860461","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQCAwEAAAAAAAAAAAABAwQFAAIREgZRFCExUv/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAESEDIv/aAAwDAQACEQMRAD8AhISZaJRKcwhEt7HUplNzbudMC8gagYNp7IPv5Ua95iu2eLoCF48QkpdYD4PRx+qUqeLH016TDoppSMAn/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"gLGOP1uUk","title":"Gnome 40, Tablet & RDP","shortId":"gLGOP1uUk","createdAt":"2021-05-23T10:05:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27029405,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T10:00:37.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/23/gnome-40-tablet-rdp/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/23/gnome-40-tablet-rdp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19c906de0ab5d9a189fd843b6963474a","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRABAAICAgMAAAAAAAAAAAAAAQIDABEFIVGh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzhLk65wtN3BN2dHXvJvIxVS28PGj7jGNEf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-8MMjJxtd","title":"Citrix WX Illustrations","shortId":"-8MMjJxtd","createdAt":"2021-05-23T09:52:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27029392,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119948339/Citrix-WX-Illustrations","canonicalUrl":"https://www.behance.net/gallery/119948339/Citrix-WX-Illustrations","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ce29d8fe460adc63404c5ecee11693a","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBQEBAAAAAAAAAAAAAwECBAAFEQYSFCExQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIRABIhQbH/2gAMAwEAAhEDEQA/ANTpSBLlafJc2EacUMxuVySKr5rtvrl2rjz4vX7UUO53qTEAeLqq8gjlY14xK1i7GqmUbn7hOqUpUs3egHnsA+4dd2VVKmXP/9k=","siteTwitter":"@behance","creatorTwitter":"@union_haus","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_ij4QKlxo","title":"Chris Smith 2: Gibbard’s Theorem vs Stable Matching","shortId":"_ij4QKlxo","createdAt":"2021-05-23T00:00:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"phaskell","views":13,"score":27029243,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T23:09:44.000Z","url":"https://cdsmithus.medium.com/gibbards-theorem-vs-stable-matching-22b55732ee5e","canonicalUrl":"https://cdsmithus.medium.com/gibbards-theorem-vs-stable-matching-22b55732ee5e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/adaee19c2ec03b90dfcd51fbba23fba7","ratio":1.75739644970414,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAkEAABAgUCBwAAAAAAAAAAAAABAgMABAYREgUhBxYiMWGCkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8Aj6DqXQpXhLr2Um8GGi2JqUEqytD7hAF81EqsSPW23cxJc80inpFFSywNgolAJ82xNvsIQNDZRdyf/9k=","siteTwitter":"@Medium","creatorTwitter":"@cdsmithus","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WFsmeCsV4","title":"Namibia - Full of life","shortId":"WFsmeCsV4","createdAt":"2021-05-22T03:35:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27027575,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119356953/Namibia-Full-of-life","canonicalUrl":"https://www.behance.net/gallery/119356953/Namibia-Full-of-life","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e0b526388b9c41159eee7b9eab723208","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAABAAYCAwQFIQcREyIVY4H/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIDABH/2gAMAwEAAhEDEQA/AJd06vuG6R8lHd6qmG3aXL6j5hR8T+dJJPn7nn3lESqoQcGKtWo3Tv/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"cmuYn6J2z","title":"24 Stunning Examples of Movie Industry Websites","shortId":"cmuYn6J2z","createdAt":"2021-05-22T22:26:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27028706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://qodeinteractive.com/magazine/stunning-examples-of-movie-industry-websites/","canonicalUrl":"https://qodeinteractive.com/magazine/stunning-examples-of-movie-industry-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/301a9800a5d2e424a91a013bb456c191","ratio":1.99036918138042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMCBwEAAAAAAAAAAAAAAQACBAMSBRYxQWFkk9L/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAgMBAAAAAAAAAAAAAAAAADEBERIh/9oADAMBAAIRAxEAPwDAYVYzpVGjIAeXmy47DgaKnyxhfc9m/KIjPEK9M//Z","siteTwitter":"","creatorTwitter":"","readTime":24,"description":null,"toc":null,"summary":null},{"id":"978Z06Xdj","title":"Five Realities That Sum Up The Struggles of Entrepreneurship-And How to Overcome Them","shortId":"978Z06Xdj","createdAt":"2021-05-22T20:42:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27028602,"tagsStr":"business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:57:10.000Z","url":"https://www.shopify.com/blog/challenges-of-entrepreneurship","canonicalUrl":"https://www.shopify.com/blog/challenges-of-entrepreneurship","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10c0ab9a1f7b60e683ce3dd3deded3c1","ratio":1.90515463917526,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAERAhIhIlGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDX3N6pnVqfS89YA6Q//9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"2BKjYZp_5","title":"The reality of PHP WebSockets","shortId":"2BKjYZp_5","createdAt":"2021-05-22T08:16:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":168,"score":27028519,"tagsStr":"webdev,php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:02:50.000Z","url":"https://itnext.io/the-reality-of-php-websockets-4c680bc2bc60","canonicalUrl":"https://itnext.io/the-reality-of-php-websockets-4c680bc2bc60","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c2e810df84c3e7a425d0887178fa46e","ratio":1.38248847926267,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACAxJBBAURMTKhwv/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAWEQEBAQAAAAAAAAAAAAAAAAABAgD/2gAMAwEAAhEDEQA/ANM7GPaadSSATvYB58dqaXN5IpXx0g0OLeRsiIfEjlVUm//Z","siteTwitter":"@itnext_io","creatorTwitter":"@DarkGhostHunter","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5274bFnp4","title":"Chinese startup Pony.ai gets approval to test driverless vehicles in California","shortId":"5274bFnp4","createdAt":"2021-05-22T19:12:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028512,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T19:09:49.000Z","url":"https://www.theverge.com/2021/5/22/22449084/chinese-startup-pony-ai-autonomous-vehicles-california","canonicalUrl":"https://www.theverge.com/2021/5/22/22449084/chinese-startup-pony-ai-autonomous-vehicles-california","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/434eeffee6bc50a0d0f5c680b28b399c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADMQUGEiFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AkdqtpgEQpeiPHN+esRFYuORbE8gjkVmavSdqqFeazMBRYKRZ+1frGMkUj//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aqy8eO7Xs","title":"Application based themed styling for your components","shortId":"aqy8eO7Xs","createdAt":"2021-05-22T08:16:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":91,"score":27028407,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:29:33.000Z","url":"https://itnext.io/application-based-themed-styling-for-your-components-d8becd1217a9","canonicalUrl":"https://itnext.io/application-based-themed-styling-for-your-components-d8becd1217a9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61409f68c4e20c5ed98e3a34d78e868d","ratio":0.485074626865672,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAVAAoDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAwACB//EACIQAAEDAwMFAAAAAAAAAAAAAAEAAhEDEhMEQVEhM2KSsf/EABYBAQEBAAAAAAAAAAAAAAAAAAIBA//EABcRAQEBAQAAAAAAAAAAAAAAAAABERL/2gAMAwEAAhEDEQA/AOZV3tspyx2S3qbz8Q5PF3sVut2aZcTkI522QSeStOqGQ2oMhgEgAAQgUpFX/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"gGz3cWOkz","title":"Weird Things I Encountered In My Development Journey Explained","shortId":"gGz3cWOkz","createdAt":"2021-05-22T08:16:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":83,"score":27028389,"tagsStr":"general-programming,ruby","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:08:18.000Z","url":"https://itnext.io/weird-things-i-encountered-in-my-development-journey-explained-545de8b5ac31","canonicalUrl":"https://itnext.io/weird-things-i-encountered-in-my-development-journey-explained-545de8b5ac31","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2df303b976893cf349ee61d82592b009","ratio":3.71517027863777,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAsDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECAwQSMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERElH/2gAMAwEAAhEDEQA/AMt7FOc1JdJkudegBA2en//Z","siteTwitter":"@itnext_io","creatorTwitter":"@shan9645","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q_XFmXgYC","title":"Virgin Galactic spaceplane VSS Unity completes successful flight","shortId":"q_XFmXgYC","createdAt":"2021-05-22T17:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028383,"tagsStr":"game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T16:57:33.000Z","url":"https://www.theverge.com/2021/5/22/22448928/virgin-galactic-spaceplane-vss-unity-space-branson","canonicalUrl":"https://www.theverge.com/2021/5/22/22448928/virgin-galactic-spaceplane-vss-unity-space-branson","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ec7125cf2fc8bc205547ca6632b5182","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhABAAIBBAMAAAAAAAAAAAAAAQIDAAURMVETYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMhMf/aAAwDAQACEQMRAD8A0Glt8bIWl60zE8MjcJd78/OMslig9+8YyaZLW2sU1Dk//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"l8l_zX3An","title":"LibreOffice Calc Guide 7.1 kostenlos – Leitfaden für Tabellenkalkulation","shortId":"l8l_zX3An","createdAt":"2021-05-21T15:50:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27026870,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:39:48.000Z","url":"https://www.bitblokes.de/libreoffice-calc-guide-7-1-kostenlos-leitfaden-fur-tabellenkalkulation/","canonicalUrl":"https://www.bitblokes.de/libreoffice-calc-guide-7-1-kostenlos-leitfaden-fur-tabellenkalkulation/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lq4LvBvGA","title":"Apple says HomePod and HomePod Mini will support lossless audio after future update","shortId":"lq4LvBvGA","createdAt":"2021-05-22T16:15:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028335,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T16:08:14.000Z","url":"https://www.theverge.com/2021/5/22/22448933/apple-music-lossless-homepod-mini-support-confirmed","canonicalUrl":"https://www.theverge.com/2021/5/22/22448933/apple-music-lossless-homepod-mini-support-confirmed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef504e99d6f038c5a3c367888e25e623","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQYSIVHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMR/9oADAMBAAIRAxEAPwDH3HHGdTW6tKKGOChCroDGCzl0Gwza2R685dFzVtYkVRCAFAA7PuMYWl0twjZ1E6z/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wCO_0e1Jw","title":"Tim Cook’s Fortnite trial testimony was unexpectedly revealing","shortId":"wCO_0e1Jw","createdAt":"2021-05-22T15:41:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028301,"tagsStr":"apple,ios,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T15:35:56.000Z","url":"https://www.theverge.com/2021/5/22/22448139/tim-cook-epic-fortnite-trial-testimony-privacy-iap-antitrust","canonicalUrl":"https://www.theverge.com/2021/5/22/22448139/tim-cook-epic-fortnite-trial-testimony-privacy-iap-antitrust","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/edb01bbc679ae60a68284d5ad08c3ddb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAACAAUCBwAAAAAAAAAAAAABAgADBAUREiEGFyMkMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDITL/2gAMAwEAAhEDEQA/AIVhvdVaOErHMoxL1GonM+sEhkDnK4BGCc+d8eou8uqe5d9Mudaj1PWZVY4Bbcgb/YQgr5RU3rP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SmiMO56cB","title":"The League of Legends 2021 World Championship will be in Shenzhen, China","shortId":"SmiMO56cB","createdAt":"2021-05-22T15:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T15:04:32.000Z","url":"https://www.theverge.com/2021/5/22/22448865/league-of-legends-2021-world-championship-shenzhen-china-esports","canonicalUrl":"https://www.theverge.com/2021/5/22/22448865/league-of-legends-2021-world-championship-shenzhen-china-esports","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc4602586549dfdb6f9fa71d655c84cd","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACBAMREiEFBgcVUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQACAgMBAAAAAAAAAAAAAAABAwACBBIhMv/aAAwDAQACEQMRAD8AwUDyNUgRHx6HDQsAXAkufc2F/qmDu9aoM/XRBlu29IifXJcD6ME1VNRyf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mKZDjOfas","title":"Home Sick Pilots is a haunted house story with a punk rock edge","shortId":"mKZDjOfas","createdAt":"2021-05-22T15:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T15:00:00.000Z","url":"https://www.theverge.com/22447405/home-sick-pilots-review-image-comics","canonicalUrl":"https://www.theverge.com/22447405/home-sick-pilots-review-image-comics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ea9cafd74698e7c291ca9f07b0ae50d","ratio":1.91176470588235,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDEQAEBRITITEVIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABwRAQABBAMAAAAAAAAAAAAAAAECAAMh8AQRwf/aAAwDAQACEQMRAD8Az/FWDLGHHGKpn5kVLd9ZY0Dq4lFmeu0qcdsBZcNoXDgFUU5+UpVW6AY3BRcaSzl3uU8r/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ScifeFzBY","title":"Some of the universe's stars have gone missing. But where did they go?","shortId":"ScifeFzBY","createdAt":"2021-05-22T14:52:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27028252,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:31:39.000Z","url":"https://www.livescience.com/hunt-for-universe-missing-stars.html","canonicalUrl":"https://www.space.com/hunt-for-universe-missing-stars-space-mysteries","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ca8ee6e6866fe39332cde3e777f4210","ratio":1.35809018567639,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIRAAMEBhIhBQciUf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQABBQEAAAAAAAAAAAAAAAACAAEDBBFB/9oADAMBAAIRAxEAPwCO7M4+yaS2eHqbaQsV3lZC0rOQbeYVp8vmmjIpkyWuYpTD0SdBoQhy5GInjI2jpRvr9X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"zjPxrfj-6","title":"Start your Saturday with these wallet-friendly tech deals","shortId":"zjPxrfj-6","createdAt":"2021-05-22T14:39:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028239,"tagsStr":"apple,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:30:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/22/22447479/tile-mate-blueooth-tracker-apple-pencil-razer-pc-gaming-bundle-jabra-85t-earbuds-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/22/22447479/tile-mate-blueooth-tracker-apple-pencil-razer-pc-gaming-bundle-jabra-85t-earbuds-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9bc209b2ef7acb3ae4e45713fc1beb6c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgICAwEAAAAAAAAAAAABAgMRAAUSIQQHQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIABAURIv/aAAwDAQACEQMRAD8Asbn1jqtVoF06yvIJJlij8kLwkjNWzdGjYsV+5ai1EMcSJGkARQAoZGJA+WeXeMYFlnYMoBi1Icbn/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"JgdEgWL06","title":"The Warriors Still Have Championship DNA, but Also an Uncertain Future","shortId":"JgdEgWL06","createdAt":"2021-05-22T14:36:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27028236,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:30:24.000Z","url":"https://www.theringer.com/2021/5/22/22448778/golden-state-warriors-play-in-stephen-curry-ja-morant","canonicalUrl":"https://www.theringer.com/2021/5/22/22448778/golden-state-warriors-play-in-stephen-curry-ja-morant","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f021ac8521bbfd05bff4e9d72fcd168","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAABAwQRAAIFBgcSFCEiMTJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBExQf/aAAwDAQACEQMRAD8AhtQt22Gy2H5NCA8Sj3uBtlQJzIPUwflXDbZPGOGyS1+We8algvPaPJE0pQKSVrQj0SpkuzWvs8M//9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"eKQQpZaKr","title":"Poll: Will You Adopt Google?s Material You?","shortId":"eKQQpZaKr","createdAt":"2021-05-22T14:10:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27028210,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:05:49.000Z","url":"https://www.webdesignerdepot.com/2021/05/poll-will-you-adopt-googles-material-you/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/poll-will-you-adopt-googles-material-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c6329ac9fcc596dbc665d05bcfa94b0","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAACAwEAAwAAAAAAAAAAAAABAgADEQQFUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIDESEB/9oADAMBAAIRAxEAPwCjqvGtVymunrsRDpAKKc37kDkTBrMT7iId4kar4JWRt0//2Q==","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"wRhQANwTs","title":"‘Transgender’ will be among more than 350 new tags Twitch is adding next week","shortId":"wRhQANwTs","createdAt":"2021-05-22T14:03:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028203,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T13:58:58.000Z","url":"https://www.theverge.com/2021/5/22/22448809/transgender-twitch-tags-lgbt-streaming-identity","canonicalUrl":"https://www.theverge.com/2021/5/22/22448809/transgender-twitch-tags-lgbt-streaming-identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/62192ce83c8ab416b64217c3db926e42","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGRAAAwEBAQAAAAAAAAAAAAAAAAECEhFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOkqc5c9dNcfknkAsD/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fANhxF5fK","title":"Time, money, and the new vaccination push","shortId":"fANhxF5fK","createdAt":"2021-05-22T14:03:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:00:00.000Z","url":"https://www.theverge.com/2021/5/22/22448112/money-paid-leave-covid-vaccines-work-antivirus","canonicalUrl":"https://www.theverge.com/2021/5/22/22448112/money-paid-leave-covid-vaccines-work-antivirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d01d472811054a67ac5d40b795da5df","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwMFAQAAAAAAAAAAAAACAQMRAAQFBhITITEU/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhESMf/aAAwDAQACEQMRAD8AkLOQIsbZNgHGLhOuyJrKLuXqffe6v2D0+Nzhce/9943y27Z7BIYGRRYTqlKNbhG4Nkn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9fSxfel6S","title":"Pinephone: SuspendGuardian Update","shortId":"9fSxfel6S","createdAt":"2021-05-22T14:03:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27028203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T13:40:17.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/22/pinephone-suspendguardian-update/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/22/pinephone-suspendguardian-update/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jEWg8lFpn","title":"Apple Exec Calls Mac Malware Levels Unacceptable Under Oath","shortId":"jEWg8lFpn","createdAt":"2021-05-22T13:34:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028174,"tagsStr":"security,apple,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T09:29:00.000Z","url":"https://www.wired.com/story/apple-macos-malware-ireland-ransomware-security-news","canonicalUrl":"https://www.wired.com/story/apple-macos-malware-ireland-ransomware-security-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c43fe3e378a1cd8f7ef6412765c876c7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQCAgMAAAAAAAAAAAABAgMABAURBhMhUQciQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCEiH/2gAMAwEAAhEDEQA/AIPyPyuTifKMxxHH4+0fD29zNJ1OX1J2JG5DfbyASx97I8jWqsw29rHCiQQdUKqAkauSEX8A36FKUVuJqRqnrP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EBdrltnR1","title":"China drives its rover on the surface of Mars","shortId":"EBdrltnR1","createdAt":"2021-05-22T13:13:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028153,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T13:05:58.000Z","url":"https://www.theverge.com/2021/5/22/22448781/china-drives-rover-mars-nasa-space","canonicalUrl":"https://www.theverge.com/2021/5/22/22448781/china-drives-rover-mars-nasa-space","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c7c983a7b2aab76d263f859d6ad0294","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFERITITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEBAQEAAAAAAAAAAAAAAAECACED/9oADAMBAAIRAxEAPwDN6CsmsbyGTS1MJc6MxTuy0kffOlFPf6znk14wNjgaA47RECYl6ma+lHB3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"396lMS15i","title":"Illustrations for VR","shortId":"396lMS15i","createdAt":"2021-05-19T08:07:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27023527,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/119657121/Illustrations-for-VR","canonicalUrl":"https://www.behance.net/gallery/119657121/Illustrations-for-VR","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15cb31b5c0ffdd905c6e81393a3866a9","ratio":2.01729106628242,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDEQAEBQYSEyIhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAwIxBBFh/9oADAMBAAIRAxEAPwDbLzSzxZFwxy1wKPOEe2C6yqrCdvUok/KorTHixass8zp8YCG5SWVhInytKVPXx661cTfrC6DU/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"W0ZZdrGHP","title":"Vox Media’s Eric Arredondo on working as IT support","shortId":"W0ZZdrGHP","createdAt":"2021-05-22T13:07:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T13:00:00.000Z","url":"https://www.theverge.com/22444109/it-support-slack-macbook-keychron-zendesk","canonicalUrl":"https://www.theverge.com/22444109/it-support-slack-macbook-keychron-zendesk","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/304df3ff110b45235352a1a55cc1a06c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAATIQUGETESI0H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMSIf/aAAwDAQACEQMRAD8AxW79EibKtq0lckRrpdsXMKCVgALJBJPI7HGMcfaotT1yWkPuFzzdSFq9h7OaUoliK4GuyrQxRjmf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"u3YasOKBr","title":"Apple's Latest iPad Pro Is Overburdened With Power","shortId":"u3YasOKBr","createdAt":"2021-05-22T13:01:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028141,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T09:00:00.000Z","url":"https://www.wired.com/review/apple-ipad-pro-2021/","canonicalUrl":"https://www.wired.com/review/apple-ipad-pro-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e18ced3b3e5ad4cac474f349f8db1077","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAERBBIxEyEiJHH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRQXHB/9oADAMBAAIRAxEAPwDO1bXWViv1lzlylGNnj0sABrDlV5LHQoD2EbPgn//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"UEGbpngsG","title":"Audio/Sound@Teams & Webex Client mit Fedora 34 & SOF","shortId":"UEGbpngsG","createdAt":"2021-05-22T12:33:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27028113,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:17:05.000Z","url":"https://www.sagrland.de/2021/05/22/audio-soundteams-webex-client-mit-fedora-34-sof/","canonicalUrl":"https://www.sagrland.de/2021/05/22/audio-soundteams-webex-client-mit-fedora-34-sof/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SFgokRSzh","title":"How to Avoid Those Infuriating Cookie Pop-Ups","shortId":"SFgokRSzh","createdAt":"2021-05-22T12:15:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028095,"tagsStr":"google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T08:00:00.000Z","url":"https://www.wired.co.uk/article/cookie-popup-blocker-gdpr","canonicalUrl":"https://www.wired.co.uk/article/cookie-popup-blocker-gdpr","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/31afe2d0764d5dac498dd34dabd98cc1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAEDBQAAAAAAAAAAAAACAAEDBAUGERIUIVFSgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgIDAQAAAAAAAAAAAAAAAgMBEQAEIXH/2gAMAwEAAhEDEQA/AGE1Fcv1pq8QV4ZotyecweVy+E+ynnq+9XMoRp4pxjfgz9N47eyIpkoBOywA5Hs4IPPYG2zdTn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_oVBoFvaq","title":"Walden Pond Is Now Teeming With Jellyfish—but Don't Panic","shortId":"_oVBoFvaq","createdAt":"2021-05-22T12:15:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028095,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T08:00:00.000Z","url":"https://www.wired.com/story/walden-pond-is-now-teeming-with-jellyfish-but-dont-panic/","canonicalUrl":"https://www.wired.com/story/walden-pond-is-now-teeming-with-jellyfish-but-dont-panic/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ABZrb6bpJ","title":"How to Back Up Your Digital Life","shortId":"ABZrb6bpJ","createdAt":"2021-05-22T12:15:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028095,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T08:00:00.000Z","url":"https://www.wired.com/story/how-to-back-up-your-digital-life","canonicalUrl":"https://www.wired.com/story/how-to-back-up-your-digital-life","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58f26941eb5a31ca2cb935af32bce600","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBREABAYyMRITFSFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/AL+V4is7urc9i83aCylwRFZMgB0nMUdwCYDWYgeaxh5yV78xfS9Os99TW7MUNh4APQfKUoN6OD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"TLgqChX7M","title":"Citrix WX Experience","shortId":"TLgqChX7M","createdAt":"2021-05-22T11:45:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27028065,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119948339/Citrix-WX-Experience","canonicalUrl":"https://www.behance.net/gallery/119948339/Citrix-WX-Experience","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ce29d8fe460adc63404c5ecee11693a","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBQEBAAAAAAAAAAAAAwECBAAFEQYSFCExQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIRABIhQbH/2gAMAwEAAhEDEQA/ANTpSBLlafJc2EacUMxuVySKr5rtvrl2rjz4vX7UUO53qTEAeLqq8gjlY14xK1i7GqmUbn7hOqUpUs3egHnsA+4dd2VVKmXP/9k=","siteTwitter":"@behance","creatorTwitter":"@union_haus","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Jp34eD_Ty","title":"Goodbye Internet Explorer—and Good Riddance","shortId":"Jp34eD_Ty","createdAt":"2021-05-22T11:12:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028032,"tagsStr":"microsoft,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T07:00:00.000Z","url":"https://www.wired.com/story/internet-explorer-browser-dead/","canonicalUrl":"https://www.wired.com/story/internet-explorer-browser-dead/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fada9996cb051cdceaafd897ef158809","ratio":1.91002044989775,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAwABAhEEQQYTFCH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAQACAwAAAAAAAAAAAAAAAgEAIUHR8P/aAAwDAQACEQMRAD8Az7HKDH4+YXmjMhySZyPVtTNWr+W+1F6YoiRStJl9vDwIUrOes//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BBSH-3BY_","title":"The 16 Best Weekend Deals on Headphones, TVs, and Outdoor Gear","shortId":"BBSH-3BY_","createdAt":"2021-05-22T11:12:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T07:00:00.000Z","url":"https://www.wired.com/story/weekend-deals-may-22-2021/","canonicalUrl":"https://www.wired.com/story/weekend-deals-may-22-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d6b3f9ca5808d3937e0815c2ea1849c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABBAIDAAAAAAAAAAAAAAABAAIDBAUxBhKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAZEQEBAAMBAAAAAAAAAAAAAAACAQARQQP/2gAMAwEAAhEDEQA/AKnkWPtT5GnZjyMsVdj2A1mghrz22SCPFRHZRFOfRpAy83iMmFXXc//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QbryOriaQ","title":"The Ford Lightning F-150 Is the Electric Vehicle of Dystopia","shortId":"QbryOriaQ","createdAt":"2021-05-22T11:12:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T07:00:00.000Z","url":"https://www.wired.com/story/ford-lightning-f150-electric-vehicle-dystopia/","canonicalUrl":"https://www.wired.com/story/ford-lightning-f150-electric-vehicle-dystopia/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76907373cc4660b33db14b9eca2a1114","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMFESExNHGU/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMREjL/2gAMAwEAAhEDEQA/AMxe2F7VKNLiyVclVQzqz1lLKxfklT3HrrKRf58vD8qxEAlzoByc2MetH9Cf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lYh56cjlR","title":"Moore Kismet and Laxcity ‘Flourish’ on experimental collaboration","shortId":"lYh56cjlR","createdAt":"2021-05-22T10:10:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027970,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/moore-kismet-laxcity-flourish-on-an-experimental-collaboration/","canonicalUrl":"https://dancingastronaut.com/2021/05/moore-kismet-laxcity-flourish-on-an-experimental-collaboration/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1768e99241d1b23d0ca8a2f218ee3c90","ratio":1.42857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIABAURAwcxEhQhInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAwQRE3HB/9oADAMBAAIRAxEAPwCT3Lu9uW4UPYUmmPY9aOpOVKnBPzB4mUvVqXYqXCk+OIiKmcQ6wQKGNuMa6V//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"II82sK3uB","title":"Maschinelle Übersetzungen ohne Cloud: Firefox Translations 0.4 veröffentlicht","shortId":"II82sK3uB","createdAt":"2021-05-22T10:03:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27027963,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T09:54:13.000Z","url":"https://www.soeren-hentzschel.at/firefox/bergamot-firefox-translations-0-4/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox/bergamot-firefox-translations-0-4/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a6a1865aa7676a82bdee9dbbf56861a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgADBBEFQQYSIf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgQSMQP/2gAMAwEAAhEDEQA/ALR5xyN3EYdlWC9qe5bbG1jrfQHQkuCtYA7OSW+mIi8ZFpgPK6vbT//Z","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":6,"description":null,"toc":null,"summary":null},{"id":"or7qjN95p","title":"In Silico review: The ambitious project to recreate the human brain","shortId":"or7qjN95p","createdAt":"2021-05-22T08:52:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27027892,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033352-100-in-silico-review-the-ambitious-project-to-recreate-the-human-brain/","canonicalUrl":"https://www.newscientist.com/article/mg25033352-100-in-silico-review-the-ambitious-project-to-recreate-the-human-brain/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a190d8ea0d05be8ba89a14226423e741","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABRJBBgch/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwC71vNkv+ISNhtnXZClCQ4mqtKQTaAeiKq8xHjOcdWtuLH4KUSnkok11f3GMSDr/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"j6T7KbTs8","title":"GPS-Mäuse und Sticks unter Linux – Stemedu VK-172","shortId":"j6T7KbTs8","createdAt":"2021-05-22T07:53:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27027833,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T07:17:53.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/22/gps-maeuse-und-sticks-unter-linux-stemedu-vk-172/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/22/gps-maeuse-und-sticks-unter-linux-stemedu-vk-172/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mKbgeCn0F","title":"Reklima","shortId":"mKbgeCn0F","createdAt":"2021-05-22T07:32:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27027812,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119856507/Reklima","canonicalUrl":"https://www.behance.net/gallery/119856507/Reklima","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29711c7584e974abd3d36c42ad4c78c3","ratio":1.68471720818291,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMABAYFESEiBxMxUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8AqmR5HDj+pJFPNcd09gSK2RwAPnsWB52+qjWoeYLV7+5aM5GiGViqreqoA3PAG3H5SlDtui4SlP/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"AauHB7oxs","title":"Building A Rich Text Editor (WYSIWYG) From Scratch","shortId":"AauHB7oxs","createdAt":"2021-05-21T12:05:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":823,"score":27027742,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T21:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ccbb8d148bf5191f1f7f14f03d434b1","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDBAASBQYxInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDZur8SePpWJ2stLuBMqaBQhCeD9y0O22J6FaZ667SRq5+z6QDjGKRRRiW7g1YxVVnweb//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@shalabhvyas","readTime":37,"description":null,"toc":null,"summary":null},{"id":"rVqzIZ7I9","title":"Svelte for the Experienced React Dev","shortId":"rVqzIZ7I9","createdAt":"2021-05-21T15:30:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":280,"score":27027682,"tagsStr":"react,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:30:59.000Z","url":"https://css-tricks.com/svelte-for-the-experienced-react-dev/","canonicalUrl":"https://css-tricks.com/svelte-for-the-experienced-react-dev/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4563e8b74b5d85062a42311aaf97120e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMRBQYhEhMVInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgICAwEAAAAAAAAAAAAAAQMCEQAEBSEx8P/aAAwDAQACEQMRAD8Aym7dPaZuK7JQxFa8ijpuxu6EzzwCwqK+wWdi3kLIyc4WLgD570pRPI7DNYQCjVj73FEpg3YaJi6PWf/Z","siteTwitter":"@CSS","creatorTwitter":"@AdamRackis","readTime":9,"description":null,"toc":null,"summary":null},{"id":"AQImvd1N5","title":"My takeaways from Google I/O Event 2021 as a developer","shortId":"AQImvd1N5","createdAt":"2021-05-21T15:00:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","tweeted":true,"views":332,"score":27027642,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-21T18:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:00:00.000Z","url":"https://daily.dev/blog/my-takeaways-from-google-i-o-event-2021","canonicalUrl":"https://daily.dev/blog/my-takeaways-from-google-i-o-event-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4697efc4e4d041b25450278bdd8f0f4c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgIABwEAAAAAAAAAAAAAAQIAAwQSFCFRUpKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQEAAgMAAAAAAAAAAAAAAAABABESMUH/2gAMAwEAAhEDEQA/AMGmMvNLuXGYHou/yT6q3lfAiIYhyXa7n//Z","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":14,"description":null,"toc":null,"summary":null},{"id":"1ZPyseA8F","title":"Testing Frontend Apps — what, where, how?","shortId":"1ZPyseA8F","createdAt":"2021-05-21T06:38:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","tweeted":true,"views":640,"score":27027308,"tagsStr":"general-programming,webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T10:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-21T06:38:44.000Z","url":"https://itnext.io/testing-frontend-apps-what-where-how-1c2ab228f8f2","canonicalUrl":"https://itnext.io/testing-frontend-apps-what-where-how-1c2ab228f8f2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/001bf8b9478520c467397ac669337e0b","ratio":1.41843971631206,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQMCEQAEBXHx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQACAQQDAAAAAAAAAAAAAAABAgADBBExEhNh/9oADAMBAAIRAxEAPwDO9ThoXuS1Z8xTptnALp1UJGgLI+ZA/i66nMXPWkJwkYkBoqwfMYysc8sAjUFtFFVOx9n0z//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"1t5UL1Mhk","title":"JSON in CSS","shortId":"1t5UL1Mhk","createdAt":"2021-05-20T23:35:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":2302,"score":27027307,"tagsStr":"webdev,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T11:30:09.000Z","discussionScore":13,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:29:53.000Z","url":"https://css-tricks.com/json-in-css/","canonicalUrl":"https://css-tricks.com/json-in-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/174b7eb268d4189a2b0db58a6035901b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAAQEBwAAAAAAAAAAAAAAAAECBAMREiIGBzE1cZTi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQABBAMBAAAAAAAAAAAAAAACAAEDBAURIRP/2gAMAwEAAhEDEQA/AM0eYbXHd1rdQTNaZXN508Xaiiy9VLdC63sAE3LWZYCHzfW0+nXjOWQCbgvxf//Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pxoLpD1gB","title":"Epic Grills Tim Cook: Does Apple Put Greed Before Gamers?","shortId":"pxoLpD1gB","createdAt":"2021-05-21T22:50:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27027290,"tagsStr":"tech-news,apple,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:47:00.000Z","url":"https://www.wired.com/story/epic-v-apple-tim-cook-testimony/","canonicalUrl":"https://www.wired.com/story/epic-v-apple-tim-cook-testimony/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c63f0737d2f11f8fc324c590937345ea","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFBgcREiETMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAyEiBBHw/9oADAMBAAIRAxEAPwCS0ty64WuPGbfB4zDW1FU+cu33dxa0Afe1oKO5yGNp4DsA+0RTMmpGulMbsJX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"CBoTPMRg6","title":"A 20-year-old Xbox Easter egg has been revealed, and there may still be more","shortId":"CBoTPMRg6","createdAt":"2021-05-21T22:47:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027287,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T22:42:07.000Z","url":"https://www.theverge.com/2021/5/21/22448039/20-year-old-xbox-easter-egg-developer-revealed","canonicalUrl":"https://www.theverge.com/2021/5/21/22448039/20-year-old-xbox-easter-egg-developer-revealed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0770bec28ee3860b85be0715370c07c4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEDBBEAEhMhBQZB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADBBES/9oADAMBAAIRAxEAPwDFR/a343kAmuQoko2Qvjkju2VJXY5QtpBK9Yt8i76NjQjfdInxMYx8ChkJIkbVWtfPA5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"H9vylRrkt","title":"Were the Play-in Games a Success?","shortId":"H9vylRrkt","createdAt":"2021-05-21T20:08:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027128,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:58:07.000Z","url":"https://www.theringer.com/2021/5/21/22448006/were-nba-play-in-games-success","canonicalUrl":"https://www.theringer.com/2021/5/21/22448006/were-nba-play-in-games-success","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98c225027e7d879b7640e5b180e4a6a5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDEQAFBBMxEiL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECIUH/2gAMAwEAAhEDEQA/AMa4XVJrNjIyyGSCJnV/v9FuxF9A8pjl4NY88Mco5cyh1DUWJqxft4xhRVsd4f/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dWvqqd_Dh","title":"Pinephone: Megapixels 1.0.1 im Daily Driver","shortId":"dWvqqd_Dh","createdAt":"2021-05-21T22:41:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27027281,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T22:24:42.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/22/pinephone-megapixels-1-0-1-im-daily-driver/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/22/pinephone-megapixels-1-0-1-im-daily-driver/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca7c25495af1cd97c278df8152e46e10","ratio":0.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwEF/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDBAURAAYSFCExMkFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgAREjL/2gAMAwEAAhEDEQA/ANaW+1l62t0U1NboaSpQQrMWLt99lPjBHfQ7PYZo5pEWjkkVWIDggBsHzjU2/uC4XHcQFTOW54Z+wHIrjBOPv7pJcszsxd8k59jqOmZjowNheRU//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RuFujjbOn","title":"‘Black Panther’ Midnight Court, ‘Army of the Dead’, and Nerd News","shortId":"RuFujjbOn","createdAt":"2021-05-21T22:34:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027274,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T22:25:34.000Z","url":"https://www.theringer.com/2021/5/21/22448202/black-panther-midnight-court-army-of-the-dead-and-nerd-news","canonicalUrl":"https://www.theringer.com/2021/5/21/22448202/black-panther-midnight-court-army-of-the-dead-and-nerd-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2698653e8dc813956af3e2cb48aa064","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQRBRIWITJBUVJx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AM2nPc2NjmtySw2HtY2N3SwAbRn2HfH1VcT6sORu2CR4fhEQyyZE2B2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bHok7r2Sr","title":"What’s new in Flutter 2.2","shortId":"bHok7r2Sr","createdAt":"2021-05-21T04:42:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"flutter","views":685,"score":27027223,"tagsStr":"flutter,game-development,.net","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T15:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:32:18.000Z","url":"https://medium.com/flutter/whats-new-in-flutter-2-2-fd00c65e2039","canonicalUrl":"https://medium.com/flutter/whats-new-in-flutter-2-2-fd00c65e2039","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d1377a168b65259aa7af3240167a308","ratio":1.70940170940171,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQIFBQEAAAAAAAAAAAAAAQACBAUREyEDBggSMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERMf/aAAwDAQACEQMRAD8ApeQMxl2ttqWNgYSy8RlSbTW1HQ4wVg1xp8bj4iJW6CJH/9k=","siteTwitter":"@flutterdev","creatorTwitter":"","readTime":29,"description":null,"toc":null,"summary":null},{"id":"a97UyhWtj","title":"Error Handling Patterns for Apache Kafka Applications","shortId":"a97UyhWtj","createdAt":"2021-05-21T16:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"conf","views":15,"score":27027199,"tagsStr":"kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:55:16.000Z","url":"https://www.confluent.io/blog/error-handling-patterns-in-kafka/","canonicalUrl":"https://www.confluent.io/blog/error-handling-patterns-in-kafka/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sA_12_ZHT","title":"Tim Cook faces harsh questions about the App Store from judge in Fortnite trial","shortId":"sA_12_ZHT","createdAt":"2021-05-21T21:13:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027193,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T21:03:33.000Z","url":"https://www.theverge.com/2021/5/21/22448023/epic-apple-fortnite-antitrust-lawsuit-judge-tim-cook-app-store-questions","canonicalUrl":"https://www.theverge.com/2021/5/21/22448023/epic-apple-fortnite-antitrust-lawsuit-judge-tim-cook-app-store-questions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3bcb7f61d7b4b2356413ac06e20e879c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABBAEDBQAAAAAAAAAAAAACAQMEEQAFExQGEkFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAMf/aAAwDAQACEQMRAD8AnmukZRNGLmqiTagCKPGq6rz3fMsdKiy4+mQ2eWBbbIBeyiXQonvGMhdL3MAb/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"tDPsHeSNE","title":"New coronavirus found, and it jumped from dogs to people","shortId":"tDPsHeSNE","createdAt":"2021-05-21T21:05:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27027185,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T20:59:35.000Z","url":"https://www.livescience.com/new-coronavirus-dogs-people.html","canonicalUrl":"https://www.livescience.com/new-coronavirus-dogs-people.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d77d72fe1a983a596bb8600d8343b96b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAEAAQQCAgMAAAAAAAAAAAABAwACBBEFBhJBIiNR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AJej9NuyuHk5DI8sqUgbI4IriIimuPr3t+exF2gH61ZF0GNjsZp8NlQ80x0F9+6UoaKJc5zTN//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5M39Y_91o","title":"Radiologist participation in smaller ACOs grows","shortId":"5M39Y_91o","createdAt":"2021-05-21T20:31:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27027151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T20:25:59.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132473&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132473","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d698cbe3079b81676aab441b0dcdc090","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgEH/8QAJRAAAQMEAQIHAAAAAAAAAAAAAQIDBAAFBiEREiMTFTE0QlFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMAEQQTMf/aAAwDAQACEQMRAD8AlpRi9ufvDMsJQ/GipBIZSQlwpSehRIO9n0pBbcXgS7dFk+PF7zSHNNHjYBrCs2cWnJMn6VqHMx/ng/R1TSwyX/I7d3nPbN/I/kUK8jpUMBveURgLMVJ8z//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"tXJjSctHy","title":"New research shows how many important links on the web get lost to time","shortId":"tXJjSctHy","createdAt":"2021-05-21T20:06:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027126,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T20:00:51.000Z","url":"https://www.theverge.com/2021/5/21/22447690/link-rot-research-new-york-times-domain-hijacking","canonicalUrl":"https://www.theverge.com/2021/5/21/22447690/link-rot-research-new-york-times-domain-hijacking","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e076a4798f7dfb073cf20a49c29d6388","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAFBhEhMVFy/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADQf/aAAwDAQACEQMRAD8A1lnl9qHZ7ig1OlKqyEJI8fbKDKYyO/yo6+HzlnR8isWNJr55Y1aSSvG7En2SoJxjFoAVNM96WZHw3//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"M0NpzgeZY","title":"Have No-hitters Lost Their Appeal?","shortId":"M0NpzgeZY","createdAt":"2021-05-21T19:51:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:42:20.000Z","url":"https://www.theringer.com/2021/5/21/22447976/have-no-hitters-lost-their-appeal","canonicalUrl":"https://www.theringer.com/2021/5/21/22447976/have-no-hitters-lost-their-appeal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bf8983bf6c0e93fe81ec3c1ef5db7f4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQCAQUBAAAAAAAAAAAAAQIDBAUAEQYSEyExUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDOpEauZ5VT1MGNJjmQliJIeEnfdQvysFISN9XrRJHzKdzx1yuuJ0KNd3CGIz7jLaRKVoJSogD8GMZRErdDqm+n/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QyhJU6PU7","title":"Why does the moon turn red during a total lunar eclipse?","shortId":"QyhJU6PU7","createdAt":"2021-05-21T19:48:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27027108,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:31:05.000Z","url":"https://www.livescience.com/why-moon-turns-red-total-lunar-eclipse.html","canonicalUrl":"https://www.livescience.com/why-moon-turns-red-total-lunar-eclipse.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df3c5705bd35b0549799655dffbfb2e1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFERIhYRQiIzFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AMIobHNJOOmfEzx4cXnVnbu+c7K6KjqmRMayltpYAANQcTjk49oiI2XY0qGT/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"WRSoR8-66","title":"San Holo, Chet Porter link for forthright new single, ‘you’ve changed, i’ve changed’","shortId":"WRSoR8-66","createdAt":"2021-05-21T19:46:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027106,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:45:39.000Z","url":"https://dancingastronaut.com/2021/05/san-holo-and-chet-porter-link-up-for-forthright-new-single-youve-changed-ive-changed/","canonicalUrl":"https://dancingastronaut.com/2021/05/san-holo-and-chet-porter-link-up-for-forthright-new-single-youve-changed-ive-changed/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40bf0820683bb3719e9dfe59b58afd7f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQcTQWFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwARIf/aAAwDAQACEQMRAD8Aqdbqk12pJxEMUAetbjC9pAokd4iSzfAAu/WZZLxtCOV0mbUikhgE3o+cYxCuW9OJSKT4FG//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"57qiwf2Ov","title":"SeaSpine announces closing of 7D Surgical acquisition","shortId":"57qiwf2Ov","createdAt":"2021-05-21T19:41:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27027101,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:19:11.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132471&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132471","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80c7800bb10ce3b8e27c0259fef718ea","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwAG/8QAIxAAAQMDBAIDAAAAAAAAAAAAAQIDEQAFIQQGEhMHFjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAgMAAAAAAAAAAAAAAAAAAQIAESH/2gAMAwEAAhEDEQA/ANzsXcxulsJtGnWz1p7+hUcVSDxkiSYI+YzH1V7jfFZNvRnOXaL/AAw+81ZrmWnXEEOJgpURGDTvpUg6ZkkAkoEk/lGJvDLQLWif/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"T3RBGsUp4","title":"Twitch launches a dedicated ‘hot tubs’ category after advertiser pushback","shortId":"T3RBGsUp4","createdAt":"2021-05-21T19:33:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027093,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:31:15.000Z","url":"https://www.theverge.com/2021/5/21/22447898/twitch-hot-tub-category-launches-amouranth-advertising","canonicalUrl":"https://www.theverge.com/2021/5/21/22447898/twitch-hot-tub-category-launches-amouranth-advertising","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83daaac8728597ba485960be7c38535f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQYHIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIRA2H/2gAMAwEAAhEDEQA/AN6Our/Hlq9SrVVY5WjBcyOdbP0tveQ0e8vIT0a8zcRSDSRq5829kbxjK5GmsVdsj5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wSNC1xLJP","title":"Juelz, JAWNS team up for new Sable Valley release, ‘Enter The World’","shortId":"wSNC1xLJP","createdAt":"2021-05-21T19:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027091,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:31:03.000Z","url":"https://dancingastronaut.com/2021/05/juelz-and-jawns-team-up-for-new-sable-valley-release/","canonicalUrl":"https://dancingastronaut.com/2021/05/juelz-and-jawns-team-up-for-new-sable-valley-release/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b34f91814e7cbce9d3bbe636efee5e80","ratio":1.48809523809524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBAUABhEhQRITIjFC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAdEQACAgEFAAAAAAAAAAAAAAABAwACBAUREzFB/9oADAMBAAIRAxEAPwCZMXxalrPWsC2jnosYhEiDspRApVzmAO4PT9a5HGcax7rIyljw7iTdrMBWBmosc6AZx4CYRLrjWKUqtpWMtzWBg3HcfIbUqD5P/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"eAuOHVCnP","title":"FDA warns patients about NJ facility's mammograms","shortId":"eAuOHVCnP","createdAt":"2021-05-21T19:30:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27027090,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:07:28.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132470&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132470","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c98a6cf5d02bbc7e061acf2826c0c266","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABQYHCP/EACMQAAIBAwMEAwAAAAAAAAAAAAECAwQFEQAGMQgSIaETFWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRMUFx/9oADAMBAAIRAxEAPwC77jvS7evUtyuM/wAVsijAmdie1EI5wM5IP5pYbqA2CGI+wqzg8ijk8+tAupKWRaSqVXcKKDIAPjJZgfWsgtydCMZ6qJSHBprS/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Ils2cyLvP","title":"Duke Dumont releases steaming two-track ‘For Club Play Only, Pt. 7’ EP","shortId":"Ils2cyLvP","createdAt":"2021-05-21T19:22:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027082,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:19:15.000Z","url":"https://dancingastronaut.com/2021/05/duke-dumont-releases-steaming-two-track-for-club-play-only-pt-7-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/duke-dumont-releases-steaming-two-track-for-club-play-only-pt-7-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d29f605491bd58c2d3b6325b8c603d20","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRIxQQYhYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAwRB/9oADAMBAAIRAxEAPwDCnTofC2k0i7Z7W/jZF3QgM0zsOC3GMH11k5NQkt1jkZCrIVJG0tnb8z3SlNaua1VCTm3gqlXr2f/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OCeEMr9bS","title":"Citizen, the vigilante justice app, has a plan to deploy private security forces, too","shortId":"OCeEMr9bS","createdAt":"2021-05-21T19:17:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027077,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:13:29.000Z","url":"https://www.theverge.com/2021/5/21/22447756/citizen-app-private-security-securitas-los-angeles-professional","canonicalUrl":"https://www.theverge.com/2021/5/21/22447756/citizen-app-private-security-securitas-los-angeles-professional","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/838038f893d30c13baff06569aa18950","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgABAxEEBQYhMUJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwC3IGk1GQWLGQHGDv6Vf3yssdkRCxPBDbtfYoinlUlOX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SpzYz-m6x","title":"How to create an Instagram carousel","shortId":"SpzYz-m6x","createdAt":"2021-05-21T19:17:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027077,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:13:45.000Z","url":"https://www.theverge.com/22447686/instagram-carousel-how-to-post-select-photos-multiple","canonicalUrl":"https://www.theverge.com/22447686/instagram-carousel-how-to-post-select-photos-multiple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d00b972afd9545e263068335d09883dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQTBQcRISIygf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACAxIRMZH/2gAMAwEAAhEDEQA/AKdt5Y7/AEd3xGJcKXgRHPALKPH5x0a3Mdwrxq2M9gH2pSnGsnazrodC8ez/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"v5_GVT1jN","title":"I do not understand this chair","shortId":"v5_GVT1jN","createdAt":"2021-05-21T19:12:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:02:13.000Z","url":"https://www.theverge.com/tldr/22447749/penn-executive-chair-office-recliner-design-price","canonicalUrl":"https://www.theverge.com/tldr/22447749/penn-executive-chair-office-recliner-design-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/109361d9a3013e505f81543197693cc3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAADAAECBAURBhQhIiRBk9H/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABkRAQEBAAMAAAAAAAAAAAAAAAECABEx0f/aAAwDAQACEQMRAD8AqYHrSaqslPuoxGdyMTAYdWG48K9exvl+9J6h/ERXaVTnLEkyh367/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Kek8TxdT1","title":"HBO’s Pause with Sam Jay turns the stuffy late-night talk show into a party","shortId":"Kek8TxdT1","createdAt":"2021-05-21T19:12:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:12:13.000Z","url":"https://www.theverge.com/22447687/hbo-pause-with-sam-jay-late-night-reinvention-party","canonicalUrl":"https://www.theverge.com/22447687/hbo-pause-with-sam-jay-late-night-reinvention-party","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5516a11df06b1ab1e9c6fae157e0bf24","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQUSE0GS/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwDG4FS5CzTdye1EuKa50YM6FsoO1k4ONEDW9VMrscnrbNjH0PMDgfNKUM4hyWHbf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"NV5XpsR0t","title":"Ransomware attacks are becoming more common – how do we stop them?","shortId":"NV5XpsR0t","createdAt":"2021-05-21T19:00:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27027060,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.newscientist.com/article/2278323-ransomware-attacks-are-becoming-more-common-how-do-we-stop-them/","canonicalUrl":"https://www.newscientist.com/article/2278323-ransomware-attacks-are-becoming-more-common-how-do-we-stop-them/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/527ec30fa78bdda5672c3b6ed0a78260","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAxEEBxJRgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRBP/aAAwDAQACEQMRAD8A1otrOML2Z0RYRTXdEkX6sqB2ThWayIgPHEpr4iKBu60HBDYgU5P/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PbDgNarSK","title":"Covid-19 news: England sees rise in cases for first time in 5 weeks","shortId":"PbDgNarSK","createdAt":"2021-05-21T19:00:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27027060,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-england-sees-rise-in-cases-for-first-time-in-5-weeks/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-england-sees-rise-in-cases-for-first-time-in-5-weeks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/313542cca8e55ff679b3b81f70ee90db","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQMFAAIEESEGExRxgbH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwCCJTIbByy43F8lSY9jGXlpV2BaAdDnd3wa591uensuzMgI3JdEKLXYymXEXADZsBP7SlVErAb6f//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":68,"description":null,"toc":null,"summary":null},{"id":"521ANWZvV","title":"Listener Mail. Plus, Author Jeff Guinn on His Book ‘War on the Border.’","shortId":"521ANWZvV","createdAt":"2021-05-21T18:52:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:50:17.000Z","url":"https://www.theringer.com/2021/5/21/22447885/listener-mail-plus-author-jeff-guinn-on-his-book-war-on-the-border","canonicalUrl":"https://www.theringer.com/2021/5/21/22447885/listener-mail-plus-author-jeff-guinn-on-his-book-war-on-the-border","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6765d623e8c233c540ad09ac0819cfd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQSIWEGIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAEEAwEAAAAAAAAAAAAAAAEABAURAgNRUv/aAAwDAQACEQMRAD8AyXzLNW5KsA41IVNbFsA9hwRqOupEvSm7cfYiGaABvhXFbnSTI7r9Ff/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"f1OYRDgLo","title":"Previewing the First-Round NBA Playoff Matchups. Plus: Do the Grizzlies Have a Chance at Beating the Warriors?","shortId":"f1OYRDgLo","createdAt":"2021-05-21T18:38:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027038,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:37:54.000Z","url":"https://www.theringer.com/2021/5/21/22447850/previewing-the-first-round-nba-playoff-matchups-plus-grizzlies-warriors","canonicalUrl":"https://www.theringer.com/2021/5/21/22447850/previewing-the-first-round-nba-playoff-matchups-plus-grizzlies-warriors","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0401a19670d5fa2bce2588cb5a34abb1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAUREgcUIVFhcv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAACAwABETH/2gAMAwEAAhEDEQA/AK25ao0CTEfZQENsMOgtNgJSvKSe+PnxUsu/KDUG7TYgsQWI762tuqxtqojONPVKUFSQLtRzHHu7P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Orb0dEOLb","title":"The D’Amelios Get a Show, Ariana Grande Gets Married, and Please Someone Get Amy Adams an Oscar","shortId":"Orb0dEOLb","createdAt":"2021-05-21T18:38:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027038,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:30:17.000Z","url":"https://www.theringer.com/2021/5/21/22447831/the-damelios-get-a-show-ariana-grande-gets-married-and-please-someone-get-amy-adams-an-oscar","canonicalUrl":"https://www.theringer.com/2021/5/21/22447831/the-damelios-get-a-show-ariana-grande-gets-married-and-please-someone-get-amy-adams-an-oscar","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/428c082b0dc8e7a731baa55cae33df07","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAgMBAAQFBhETMVFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAwQRQf/aAAwDAQACEQMRAD8Az7CZS8Vp3PtN3M62JYJNgwUrHjYWw+PvqrovnElZMhRnIxJFIdzt3SlUsZbskKg+H//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kM8Tqpvs2","title":"Here are the features I actually want from my pregnancy tracking app","shortId":"kM8Tqpvs2","createdAt":"2021-05-21T18:21:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027021,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:17:45.000Z","url":"https://www.theverge.com/22447692/pregnancy-app-ovia-what-to-expect-tracking-features","canonicalUrl":"https://www.theverge.com/22447692/pregnancy-app-ovia-what-to-expect-tracking-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6229e4ba5a06d496a05d930c2c36f8b8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgZBFFJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAASEx/9oADAMBAAIRAxEAPwDEOHT2oTUMLhMyGn5PiuNuE0rcUFGvW7HzJUoBRGvfZxjBNqY//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"285NRocBc","title":"An online community’s shared stories against anti-Asian hate","shortId":"285NRocBc","createdAt":"2021-05-21T18:11:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027011,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:08:09.000Z","url":"https://www.theverge.com/2021/5/21/22447553/anti-asian-american-hate-story-aapi-belong","canonicalUrl":"https://www.theverge.com/2021/5/21/22447553/anti-asian-american-hate-story-aapi-belong","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d662053ae1c23192f85043a4dd651a52","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAQQABAcAAAAAAAAAAAAAAQACAwUEBgcSExQhY5Gh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQACAwAAAAAAAAAAAAAAAAAAAwExQf/aAAwDAQACEQMRAD8A12pOesfSZXktK+CFsvPxYctcNw2cQh3kN9qQ6gyAkCti6d0/ERNGgfcH/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xuHjDU32f","title":"Filharmonia Sudecka","shortId":"xuHjDU32f","createdAt":"2021-05-15T19:06:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27018426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/119507107/Filharmonia-Sudecka","canonicalUrl":"https://www.behance.net/gallery/119507107/Filharmonia-Sudecka","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a71ee7eead623d5e0e12243a57d715c","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAUBCQAAAAAAAAAAAAAAAAECAwYFBBMUFzFVlLHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDMqVFpPVzLBWJa2j0K/aT2KWVc021nlt+gAnTGI//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iMOT7RzSP","title":"Shots for Countries in Need, a Surge in Japan, and More News","shortId":"iMOT7RzSP","createdAt":"2021-05-21T18:09:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27027009,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:59:00.000Z","url":"https://www.wired.com/story/vaccines-countries-in-need-surge-in-japan-coronavirus-news","canonicalUrl":"https://www.wired.com/story/vaccines-countries-in-need-surge-in-japan-coronavirus-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d1a1afaf2e811679c5a3956df6f8685","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFERIhUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAhMf/aAAwDAQACEQMRAD8AzqfBWasLpJMrYlJYXaALR0N+lTVnIXBZlDZWAB50OH1ERl5LF2//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8Dz0FzrVp","title":"How to Tell a Job Offer from an ID Theft Trap","shortId":"8Dz0FzrVp","createdAt":"2021-05-21T17:45:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27026985,"tagsStr":"tech-news,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/how-to-tell-a-job-offer-from-an-id-theft-trap/","canonicalUrl":"https://krebsonsecurity.com/2021/05/how-to-tell-a-job-offer-from-an-id-theft-trap/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1069515c994773b31330e43220091cf","ratio":1.55756207674944,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDEQQFAAYSMRMWIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCbs/tWm7Tmb1do3zQFnMhzZHZlWQnxKlQGFACiaoVzZdL3LtuZp8DJbG0bNNBHIWLSqTag3QH579cccD//2Q==","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xejRsCdhV","title":"Calamante: Nothing compares to in-person congresses","shortId":"xejRsCdhV","createdAt":"2021-05-21T17:44:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:29:33.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132469&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132469","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e05632d07caf99405fb667f928dd3483","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwYI/8QAIhAAAgIBAwQDAAAAAAAAAAAAAQIDBAUABhETISKBBzFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAx/9oADAMBAAIRAxEAPwBv3LlslS3tTrLIsdKWuGjJYhSwbz59EetXIYMAQeQe/I1lPb2VyFz5E3qbd+3OYFsJF1ZmbpqK8pAXk9h+DRmNw5qMCOPL5FEXxVVsuAAPoAc6NVhJvcruGVROb//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pe_uc-Flm","title":"Wassu, djimboh weave ‘From Afar’","shortId":"pe_uc-Flm","createdAt":"2021-05-21T16:17:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026897,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/wassu-djimboh-weave-from-afar/","canonicalUrl":"https://dancingastronaut.com/2021/05/wassu-djimboh-weave-from-afar/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51eb3a347e58d09b120b5d6f5e343452","ratio":1.50966183574879,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIDEQAEBQYSExQhMkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIEIRH/2gAMAwEAAhEDEQA/AJLUNmshsGwOvN5Bar/JOOBKHy2OBRUAVQfMEpI9RIrZWcKu6ZbuOtjmpDkFgE9xP2lKnsLksGGo/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"U4rvTlpAj","title":"Illenium announces one-night album trilogy event at Las Vegas’ Allegiant Stadium","shortId":"U4rvTlpAj","createdAt":"2021-05-21T17:35:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026975,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:27:54.000Z","url":"https://dancingastronaut.com/2021/05/illenium-announces-one-night-album-trilogy-event-at-las-vegas-allegiant-stadium/","canonicalUrl":"https://dancingastronaut.com/2021/05/illenium-announces-one-night-album-trilogy-event-at-las-vegas-allegiant-stadium/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54f24931850b45da10b277470d2383e0","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEFBAYhMRJRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AMMwzNIJhisjpSJxM6MSQeIex9Dkk3dUeOj7Havk2Tk2yODJoHMBIBIokfLRE+hA40wtzlDyf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"yCufPixYi","title":"House meets Middle Eastern inflection in sweltering fashion on Dayna Roman’s ‘Petra’","shortId":"yCufPixYi","createdAt":"2021-05-21T17:26:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026966,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:25:50.000Z","url":"https://dancingastronaut.com/2021/05/house-meets-middle-eastern-inflection-in-sweltering-fashion-on-dayna-romans-petra/","canonicalUrl":"https://dancingastronaut.com/2021/05/house-meets-middle-eastern-inflection-in-sweltering-fashion-on-dayna-romans-petra/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a6628976301183a6537fb617ca763472","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIAAwQGEQUTISNBkv/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAEEBQJDU//aAAwDAQACEQMRAD8A3rvBbMNQFrQVqZcdVnfWl96Gu5kOE8MCfHU+hESe7WX0YrCqhrWj/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OhFS3gUsn","title":"Twitter labels some Indian politicians’ tweets about COVID-19 as manipulated media","shortId":"OhFS3gUsn","createdAt":"2021-05-21T17:08:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026948,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:05:53.000Z","url":"https://www.theverge.com/2021/5/21/22447379/twitter-india-covid19-politician-tweets-manipulated-media","canonicalUrl":"https://www.theverge.com/2021/5/21/22447379/twitter-india-covid19-politician-tweets-manipulated-media","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/100d41e220388bd674c7c86580fce332","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQhERIiMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgNRBBMh/9oADAMBAAIRAxEAPwDPOdWcbNcK58bAvKgKfQ3rQ+SfZYyWMqk9QSBuIgh60E0qs8a5XBtlf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JoN_5MncD","title":"SNL Helped Create the Age of Memes. Now It Can't Keep Up","shortId":"JoN_5MncD","createdAt":"2021-05-21T17:07:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:00:00.000Z","url":"https://www.wired.com/story/saturday-night-live-meme-comedy/","canonicalUrl":"https://www.wired.com/story/saturday-night-live-meme-comedy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3dae288ea5d51385ab7bdb7efcf55111","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgABAwQFBhEhExQxQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAyEEQdH/2gAMAwEAAhEDEQA/AIHJr1UY1nlro7eIdrN0nmA228jPKY6364+rSDw6gEnZjl4fXlETuJa63MwO+HIynsT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"86iMyb5vT","title":"The Amazon union case has come down to a mailbox","shortId":"86iMyb5vT","createdAt":"2021-05-21T17:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026943,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22445940/amazon-union-nlrb-hearing-mailbox-bessemer","canonicalUrl":"https://www.theverge.com/2021/5/21/22445940/amazon-union-nlrb-hearing-mailbox-bessemer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f8d44ad2b983d8dff2d1fbcd97a4c69","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDEQAEBUEUISMxc4H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMEERMh/9oADAMBAAIRAxEAPwDJNt3eJNSwi0SoAAFpgaur9qeL/e+XPvJknkduqtmLHypyfnjGBk2t6WMnjWo0FE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9LyyuWlce","title":"The new Apple TV 4K lets you play any TV audio through a HomePod","shortId":"9LyyuWlce","createdAt":"2021-05-21T16:52:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026932,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:50:02.000Z","url":"https://www.theverge.com/2021/5/21/22447590/apple-tv-4k-homepod-hdmi-arc-audio-support","canonicalUrl":"https://www.theverge.com/2021/5/21/22447590/apple-tv-4k-homepod-hdmi-arc-audio-support","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1526e3a0072cdfa4cc092f2ee7adf0e1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBTEGEnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDKOY8m5DbOc63XVTuhCi7oCu8swZcp4Ud33ks2tST6juvmMZYV/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pzH9ESo9a","title":"MGMA poll shows prior authorization on the rise despite pandemic","shortId":"pzH9ESo9a","createdAt":"2021-05-21T16:50:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026930,"tagsStr":"authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:38:04.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132468&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132468","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6728d6e69ca0031429dd0cc641c5eb0d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMH/8QAJRAAAgEDAgUFAAAAAAAAAAAAAQIDBAURABIGISIxkQcjQWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAABAwACEQT/2gAMAwEAAhEDEQA/AF1v4veuqrbequ4R2+kihdThSFMkgTYm37BY57dBPxqA9bIKcCGZUlkj6GccwxHIn91jVgZn4b4j3EttpKcrk5x7w7eT5Oh7c2JPfOqg41rGHTDLbXn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"A8G9CkmEY","title":"Laurel Bridge announces support for RESTful DICOMweb","shortId":"A8G9CkmEY","createdAt":"2021-05-21T16:41:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026921,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:29:39.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132467&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132467","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ab8147639e4f7616ac468164f9601e1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQI/8QAJRAAAgIBAwEJAAAAAAAAAAAAAQIDBAUAEiExBhEiI0FRcaHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAMRE//aAAwDAQACEQMRAD8AbA9gFs4EZuxkmp2rdqeSpVCDzgN2wevLBW6dOPjU6SwBQCsoIHcQW/NaHqVa7RoGgiIifdGCg8BHQj20xxGNY7mx1MseSTAvP1qh0RxgSvSf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ph6SlohX0","title":"AI predicts cardiovascular risk on LDCT lung cancer screening","shortId":"ph6SlohX0","createdAt":"2021-05-21T16:41:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026921,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:30:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132464&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132464","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f0c87dcdd3ec6cf674f1d57e3cc8c396","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQRIQUSYWNxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAACAAERIQMSUXH/2gAMAwEAAhEDEQA/AAlS4nPIlIJQhlCgJrquCBr8FXQXto0EZntLVpioLlkXJbG8+aClkdo+ZLOxPcbJ9rVsrXdtETslBkn5T4hDuXUEefYBxxDjN9m78X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"lJHHLY2c_","title":"Scientists just dug the deepest ocean hole in history","shortId":"lJHHLY2c_","createdAt":"2021-05-21T16:41:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026921,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:28:21.000Z","url":"https://www.livescience.com/deepest-borehole-ever-pacific-ocean-2021.html","canonicalUrl":"https://www.livescience.com/deepest-borehole-ever-pacific-ocean-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf0d0c130c81be65f2d33d568f03805b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQIEBwAAAAAAAAAAAAAAAQACAwQHEgUTFDFBUnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AKYRVSbfCcImbqGkgAQ2WH3laJtRZ4tBtbt0CIlg6//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TkpTh14CV","title":"Doctor Nieman defies genre constraints with a fury on ‘Wait For Me’","shortId":"TkpTh14CV","createdAt":"2021-05-21T16:39:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026919,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/doctor-nieman-defies-genre-constraints-with-a-fury-on-wait-for-me/","canonicalUrl":"https://dancingastronaut.com/2021/05/doctor-nieman-defies-genre-constraints-with-a-fury-on-wait-for-me/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4fb1c05c5d384661f09ff271843ec39","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRABAAICAgMAAAAAAAAAAAAAAQIDACEEETFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREBAAMBAQAAAAAAAAAAAAAAAgABAxHR/9oADAMBAAIRAxEAPwDOLOuriTo5Fcy5BhKMjQ9eT3o+5KX3RAhfYRNB26MYyzTZLivyNWRKVT//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"K8TFS9xHa","title":"Fisker is building an electric popemobile","shortId":"K8TFS9xHa","createdAt":"2021-05-21T16:36:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:31:42.000Z","url":"https://www.theverge.com/2021/5/21/22447399/fisker-inc-electric-popemobile-vatican-pope-francis-ocean-suv","canonicalUrl":"https://www.theverge.com/2021/5/21/22447399/fisker-inc-electric-popemobile-vatican-pope-francis-ocean-suv","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f2878a7418897e753ebaf8544c9cc20","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACAwQFEQZBBxIUFiFRwf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEREv/aAAwDAQACEQMRAD8Aw1x4r6jLWU89ZUPnOHmVs5jac7cjcDAB+qX3xfd7ncCffVP8oiNMuI//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"J8E-wVj_Y","title":"CHS takes plunge into AI development","shortId":"J8E-wVj_Y","createdAt":"2021-05-21T16:25:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026905,"tagsStr":"general-programming,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:19:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132466&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132466","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc988fbca8947d48e7a58bdf49483c8a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACYQAAIBAQYGAwAAAAAAAAAAAAECBAMABQYREkEHEyExUWEUIjL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAEDABExIf/aAAwDAQACEQMRAD8AhcO0LjHDq/pF4wKr1I4ULJUdFZm0gHyMz32ysPdfEyZBu2JE+Gj8iilLUVHXSoGfb1Zhg8kYbmICQlSFVDrsw0VDkfNsmju3Ip/ZvyN/VqlWvicwyJaR7n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Y68X_C-qs","title":"Human-like robot creates creepy self-portraits","shortId":"Y68X_C-qs","createdAt":"2021-05-21T16:22:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026902,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:08:25.000Z","url":"https://www.livescience.com/robot-artist-self-portraits.html","canonicalUrl":"https://www.livescience.com/robot-artist-self-portraits.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6cc225a2d06522460def9a735a33f001","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAwABAwUAAAAAAAAAAAAAAQIDAAQFEQYhMkHB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EAB4RAAAEBwAAAAAAAAAAAAAAAAADBBIBAgURIWHB/9oADAMBAAIRAxEAPwCjc712vquM7qLtJ5LwrFR48n18zW3DT2fX6lleAVqsQDAEjucYwtUixIQ3fA5Jk2e4/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QxAEO1kuV","title":"Resist the Impulse to Label ‘The Underground Railroad’ As Trauma Porn","shortId":"QxAEO1kuV","createdAt":"2021-05-21T16:12:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026892,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:07:02.000Z","url":"https://www.theringer.com/tv/2021/5/21/22447443/underground-railroad-barry-jenkins-black-trauma","canonicalUrl":"https://www.theringer.com/tv/2021/5/21/22447443/underground-railroad-barry-jenkins-black-trauma","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/727fb09f04be64af29cb9a5343778e3a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABRMiQWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAfEQACAQIHAAAAAAAAAAAAAAABAgAEBRESEyExscH/2gAMAwEAAhEDEQA/AII+v183fbEyYLS1L5HHCSe5BsXR9/M30BzjgxkISAlLaQBfihjGBZiap1J2wHsorQobULc5j3P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"AfBjKNPXR","title":"Rules of attraction: Strange chemical bonds that defy the textbooks","shortId":"AfBjKNPXR","createdAt":"2021-05-21T16:06:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-600-rules-of-attraction-strange-chemical-bonds-that-defy-the-textbooks/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-600-rules-of-attraction-strange-chemical-bonds-that-defy-the-textbooks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b209305cdcd4bd899b74c5010cd24bd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACBRExEiEiM6L/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAECABEEBRIhsf/aAAwDAQACEQMRAD8AwWyel/GmMoAkbXWLAyVAyDrPX6RE4Kt3UmtssrjQcjs+Cf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SUXMfImf1","title":"Don't Miss: Netflix original anime Eden is a sci-fantasy with robots","shortId":"SUXMfImf1","createdAt":"2021-05-21T16:06:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033352-000-dont-miss-netflix-original-anime-eden-is-a-sci-fantasy-with-robots/","canonicalUrl":"https://www.newscientist.com/article/mg25033352-000-dont-miss-netflix-original-anime-eden-is-a-sci-fantasy-with-robots/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57b8a9b7b8dbc8b0f89a150fb358a748","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgMABAUREgYyQWHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EAB0RAAICAQUAAAAAAAAAAAAAAAECAxEABAUhseH/2gAMAwEAAhEDEQA/AL3L4xbHqi2ggIEUKiR+BKPC3IBZAR3eRr3VwsFzIocTSEMNg6X7SlLSyl3kZhzeLcIBHFAqk1R79z//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Gqh6ztP5A","title":"Solos review: Star-studded sci-fi that is let down by the material","shortId":"Gqh6ztP5A","createdAt":"2021-05-21T16:06:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.newscientist.com/article/2278333-solos-review-star-studded-sci-fi-that-is-let-down-by-the-material/","canonicalUrl":"https://www.newscientist.com/article/2278333-solos-review-star-studded-sci-fi-that-is-let-down-by-the-material/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/074eed93c1f9cb6d268c526a83843338","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFERIGBxQTITFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxES/9oADAMBAAIRAxEAPwDOdwpGZ07qttsLRyXJhb/XyObiVkEBZ9WIt9iBNVyi8p7Ol5rzN1Yp7m/mEIaPWxlMoFapP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DMtkdUR1T","title":"Stone Age South Africans built huge rock funnels to trap animals","shortId":"DMtkdUR1T","createdAt":"2021-05-21T16:06:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.newscientist.com/article/2278328-stone-age-south-africans-built-huge-rock-funnels-to-trap-animals/","canonicalUrl":"https://www.newscientist.com/article/2278328-stone-age-south-africans-built-huge-rock-funnels-to-trap-animals/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93b1f48449a8cd198c96a281bbcf333c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAABBAEEAwAAAAAAAAAAAAABAAIDBBEFByFBBhJR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAECAAOREv/aAAwDAQACEQMRAD8Akv7s+QV7BdIacUHqSwzV2lzzg9MGByPqmG9etY4mrOHRFNoyiItbVSLT1x7iCk8nM//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"V_56V_rdh","title":"Cicadas set to emerge in once in every 17-year event","shortId":"V_56V_rdh","createdAt":"2021-05-21T16:06:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033351-700-cicadas-set-to-emerge-in-once-in-every-17-year-event/","canonicalUrl":"https://www.newscientist.com/article/mg25033351-700-cicadas-set-to-emerge-in-once-in-every-17-year-event/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b8a3d8bcb536bb9ae95eb207a1ff738","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBAUAERIhEyIxMsL/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAgAB/9oADAMBAAIRAxEAPwDGU2dXBra4xY8oWCwtp/cUqaWT6kDyMvdV9fcYMTU88OqHzjGJMLb/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"AtUCZjXMT","title":"The World Needs a Chronicles of Amber TV Show","shortId":"AtUCZjXMT","createdAt":"2021-05-21T16:05:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:34:37.000Z","url":"https://www.wired.com/2021/05/geeks-guide-roger-zelazny/","canonicalUrl":"https://www.wired.com/2021/05/geeks-guide-roger-zelazny/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b82e94b7995c5b8fdac583159e00ad8","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAwEBAAAAAAAAAAAAAgMBAAQFEgYRITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMiy9TZ5GcbaWaxsitDaxbDJknqUa+z897nuKgHzbHpMllxTGsIJ1k5c6Npj962pSg//2Q==","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":4,"description":null,"toc":null,"summary":null},{"id":"E7W_ry6IF","title":"An FTC Lawsuit Says Frontier Lied About Internet Speeds","shortId":"E7W_ry6IF","createdAt":"2021-05-21T16:05:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:00:00.000Z","url":"https://arstechnica.com/tech-policy/2021/05/frontier-knowingly-sold-internet-speeds-it-cant-deliver-ftc-lawsuit-says/","canonicalUrl":"https://arstechnica.com/tech-policy/2021/05/frontier-knowingly-sold-internet-speeds-it-cant-deliver-ftc-lawsuit-says/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b5a147fae9f596a4acbff45d30fe54d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECAwQRBSEGEhMicf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAwADAAAAAAAAAAAAAAAAAAEDAiEy/9oADAMBAAIRAxEAPwDCw25k3jGVyi8lJQUdxlpTKT9XO5ns/lC01MV40Wmzot2ACvTlB4ayZ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"2f2gxAvaZ","title":"ACR urges radiologists to submit comments on lung screening","shortId":"2f2gxAvaZ","createdAt":"2021-05-21T16:05:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026885,"tagsStr":"azure,cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:59:25.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132465&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132465","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d00e7bc2a377839348f8bddb69181e1f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQUGB//EACMQAAIBAwIHAQAAAAAAAAAAAAECEQADBAUhBhITMUFCUbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAgMAAAAAAAAAAAAAAAAAAGEBAhL/2gAMAwEAAhEDEQA/ANlyOKNfcv0cZLXsk47kAFuzSJkL8G58U9w8zWrmJYe7yC4yKzBcYxJG8Sw/KpqNLSBFGf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"7pb8iAZcR","title":"CDN-Cache-Control: Precision Control for your CDN(s)","shortId":"7pb8iAZcR","createdAt":"2021-05-21T11:06:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cloudflare","views":13,"score":27026884,"tagsStr":"cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:00:02.000Z","url":"https://blog.cloudflare.com/cdn-cache-control/","canonicalUrl":"https://blog.cloudflare.com/cdn-cache-control/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18cd947dac7bd9552f2484eb986c37f8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhABAAMBAQEAAAAAAAAAAAAAAQADEQISQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDUNFaV9ebbNfvTuS4IGuxEkwr/2Q==","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"i4cn_vO54","title":"Citizen CEO offered to personally fund LA arson manhunt — for the wrong person","shortId":"i4cn_vO54","createdAt":"2021-05-21T16:03:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026883,"tagsStr":"tech-news,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:00:06.000Z","url":"https://www.theverge.com/2021/5/21/22447446/citizen-app-internal-slack-palisades-fire-arson-bounty-manhunt-los-angeles","canonicalUrl":"https://www.theverge.com/2021/5/21/22447446/citizen-app-internal-slack-palisades-fire-arson-bounty-manhunt-los-angeles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46239eca56b3021affa76b89c117a2c6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABAwQFERMhBhQxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAECACH/2gAMAwEAAhEDEQA/AMLgcecolG12yLMLHwb+1Jm6itwTSQ79wtsnDXuPOnHxEUwta7lVSAjv/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VDHbzWdOb","title":"Petit Biscuit packages ‘Pick Your Battles’ EP rife with reworks","shortId":"VDHbzWdOb","createdAt":"2021-05-21T15:55:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026875,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:51:57.000Z","url":"https://dancingastronaut.com/2021/05/petit-biscuit-packages-pick-your-battles-ep-rife-with-reworks/","canonicalUrl":"https://dancingastronaut.com/2021/05/petit-biscuit-packages-pick-your-battles-ep-rife-with-reworks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a55d4d6bd8ff16275b67fba32197b34","ratio":1.51181102362205,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAREoEFFCIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECACEDEWH/2gAMAwEAAhEDEQA/AMVqS+Nr1IaUCv7FmyrmbjqRIih+Q/Y2NaPWSc0TxTPGRyKsV2D+6xjFOgswGN2oc3P/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"H5bfc0BKQ","title":"Citroën | Créateurs de Comfort","shortId":"H5bfc0BKQ","createdAt":"2021-05-21T15:42:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27026862,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/119791417/Citroen-Crateurs-de-Comfort","canonicalUrl":"https://www.behance.net/gallery/119791417/Citroen-Crateurs-de-Comfort","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/033d664a52055cedd179ce2e8dac95d6","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwUSIUERFFFh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACETEy/9oADAMBAAIRAxEAPwDPMhpcIt6b3OkgvDi/Dd4Hn2o7KcciKYA65+oip5cEFltuf//Z","siteTwitter":"@behance","creatorTwitter":"@madebyradio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZTBvyqNqU","title":"JavaScript API to Recognize Humans vs Bots in Chrome","shortId":"ZTBvyqNqU","createdAt":"2021-05-21T04:06:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":212,"score":27026860,"tagsStr":"general-programming,javascript,data-privacy,google-chrome,bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:25:59.000Z","url":"https://blog.bitsrc.io/javascript-api-to-recognize-humans-vs-bots-in-chrome-db78f6a9963e","canonicalUrl":"https://blog.bitsrc.io/javascript-api-to-recognize-humans-vs-bots-in-chrome-db78f6a9963e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/206a6761616de1ca275140b54bba5223","ratio":2.00333889816361,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAQUAAwAAAAAAAAAAAAAAAQACAwQRBUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAbEQABBAMAAAAAAAAAAAAAAAACAAEDERIh8P/aAAwDAQACEQMRAD8A1O02WvyNKCOYmtZMgkY4a7c0EO6VYNAAA3PURT6WQiEbfrSLFm2v/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JTt53Bd3q","title":"Twitter previews Ticketed Spaces, says it’ll take a 20 percent cut of sales","shortId":"JTt53Bd3q","createdAt":"2021-05-21T15:10:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026830,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:02:16.000Z","url":"https://www.theverge.com/2021/5/21/22447328/twitter-ticketed-spaces-monetization-stripe-approval","canonicalUrl":"https://www.theverge.com/2021/5/21/22447328/twitter-ticketed-spaces-monetization-stripe-approval","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7fae5f7c2717de9b4e45228bfba1679e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgMAAAcAAAAAAAAAAAAAAgMAAQQSEyEiMUJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AN0bjzP2q0MQstCkJFbCGiIO/wBbvxK3hy3MASLhErGuvy4iVtof/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"P_CZMyouO","title":"Garmin Enduro review: marathon runner","shortId":"P_CZMyouO","createdAt":"2021-05-21T15:09:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026829,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:00:00.000Z","url":"https://www.theverge.com/22446410/garmin-enduro-review","canonicalUrl":"https://www.theverge.com/22446410/garmin-enduro-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44d725676391665768f1cfade2a77b6c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAAABwABBQAAAAAAAAAAAAAAAQIDBAUhERIWIjKB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAIDAAAAAAAAAAAAAAAAAAACAREx/9oADAMBAAIRAxEAPwCVdbWrsaHeKsXzdgNvdDKtQrCI+fgh3/YL8jjRd31AAKtNaIx//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TwpY2wOTU","title":"Powered by WordPress Footer entfernen","shortId":"TwpY2wOTU","createdAt":"2021-05-10T09:04:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010624,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://seeseekey.net/archive/126611/","canonicalUrl":"https://seeseekey.net/archive/126611/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3adf1789d47c6643a0759879d348871e","ratio":8.63050847457627,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADABkDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAIBB//EACAQAAEDAwUBAAAAAAAAAAAAAAABAhEDIXESEzFSYZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AO+06bb2nKyXts6oAEqX02xxGLGaE9+gAf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PRGjRs1lm","title":"ZHU provides deep house remix of Coldplay’s ‘Higher Power’","shortId":"PRGjRs1lm","createdAt":"2021-05-21T15:05:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:59:47.000Z","url":"https://dancingastronaut.com/2021/05/zhu-provides-deep-house-remix-of-coldplays-higher-power/","canonicalUrl":"https://dancingastronaut.com/2021/05/zhu-provides-deep-house-remix-of-coldplays-higher-power/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/318af1edc166c5f6b4fcaee995a9b7f7","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQGIQUHERJBcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMS/9oADAMBAAIRAxEAPwDKcQwF7qaNeKRHslVGVkkHRQd7Ho+KpJeXtskjqtvIyqSAQV39pSlLcKBJ3E1BVn//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2LwKa5MQg","title":"DeepMind reportedly lost a yearslong bid to win more independence from Google","shortId":"2LwKa5MQg","createdAt":"2021-05-21T14:47:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026807,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:42:18.000Z","url":"https://www.theverge.com/2021/5/21/22447272/deepmind-google-independence-tensions-negotiations-wsj-report","canonicalUrl":"https://www.theverge.com/2021/5/21/22447272/deepmind-google-independence-tensions-negotiations-wsj-report","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/446cc8886e3c07b9f9d4b62f03bdc67b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDEQAFBhIEFCHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIREv/aAAwDAQACEQMRAD8AymzZQDhvJbRwGQ/b0skvK1UXkEnZJBT5IEbAzUtWZWzYxjbIE+DsH5pShxNFXTf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ABRHRFklw","title":"The Wizards Show There’s Always Something to Play For","shortId":"ABRHRFklw","createdAt":"2021-05-21T14:37:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:33:18.000Z","url":"https://www.theringer.com/2021/5/21/22447340/wizards-nba-playoffs-sixers-preview","canonicalUrl":"https://www.theringer.com/2021/5/21/22447340/wizards-nba-playoffs-sixers-preview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78cc0df30805f70cb48380a5663dc2e2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgMAAQMFAAAAAAAAAAAAAQIDBBEABSEiEhMjMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAPwBBH/2gAMAwEAAhEDEQA/ANRFWh9uF40KBaq2UyRwyepVlGFWAB1zpAzdICk7yO/1iPp16zSCW8rSND8UsKJ4kjxUxEgduwJOfp++OOBsJ8ErOdFaxgw2M//Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"3Gqk7sEjG","title":"Better in black: Rethinking our most important buttons","shortId":"3Gqk7sEjG","createdAt":"2021-05-21T14:33:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27026793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:26:00.000Z","url":"https://spotify.design/article/better-in-black-rethinking-our-most-important-buttons","canonicalUrl":"https://spotify.design/article/better-in-black-rethinking-our-most-important-buttons","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c53107ea1d1c725a9701bd7ccca12f2","ratio":1.53422222222222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIABAMRBRITITFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8Azxg4gK+exZKixZ6emXOgZANjuPY+STOCxPIo2fERJyNbKYz/2Q==","siteTwitter":"@spotifydesign","creatorTwitter":"@spotifydesign","readTime":null,"description":null,"toc":null,"summary":null},{"id":"azbiWoj4N","title":"UFOs are Real, Kwame Claps Back, and JB Smoove on Being White Famous","shortId":"azbiWoj4N","createdAt":"2021-05-21T14:21:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026781,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:14:16.000Z","url":"https://www.theringer.com/2021/5/21/22447332/ufos-are-real-kwame-claps-back-and-jb-smoove-on-being-white-famous","canonicalUrl":"https://www.theringer.com/2021/5/21/22447332/ufos-are-real-kwame-claps-back-and-jb-smoove-on-being-white-famous","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea72c8bbe3c3c1720fb5b03b339ebe78","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQFERITMUFCUWFi/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECABEhAzH/2gAMAwEAAhEDEQA/AMDBdLmIMNxllW1vJtjQiXUqEK92nUknl6qGSxcceRukW4udqysBqU8n5pSnP0aw16RsGPAJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ye28pa-mY","title":"Must-stream: Jason Ross and Ophelia Records make for melodic ‘Convergence’","shortId":"ye28pa-mY","createdAt":"2021-05-21T14:15:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026775,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:14:35.000Z","url":"https://dancingastronaut.com/2021/05/must-stream-jason-ross-and-ophelia-records-make-for-melodic-convergence/","canonicalUrl":"https://dancingastronaut.com/2021/05/must-stream-jason-ross-and-ophelia-records-make-for-melodic-convergence/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2283cbb9e93b3f006e96ca3e43971d94","ratio":1.45530145530146,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIEEQADBQYTIRIUFjGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDIv5vU2PttMU2wTVsycbw7RF5BsqSAkwBMiI5n3NSrDq2tSPA8AOkxG8ePtKVWQrj/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ujjlgyJ8j","title":"There’s Joy in Tom Thibodeau and the Playoff-Bound Knicks","shortId":"ujjlgyJ8j","createdAt":"2021-05-21T14:14:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026774,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:57:15.000Z","url":"https://www.theringer.com/2021/5/21/22447241/tom-thibodeau-new-york-knicks-playoff-run","canonicalUrl":"https://www.theringer.com/2021/5/21/22447241/tom-thibodeau-new-york-knicks-playoff-run","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc5c9471bfcfb1c2f9e4d83812daa5ff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgQAAxEFIUEGEhMiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACgbEDESH/2gAMAwEAAhEDEQA/AIbpjV5ECFoiR7t4NNKRWbybKO5iCAPuMY34qpmC4ku+qyZICuwAVlAG/HrSlV3gbE2njJ7FL//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"33Ly9gUT_","title":"YouTube pulled its community captions feature, so now more creators are making their own","shortId":"33Ly9gUT_","createdAt":"2021-05-21T14:05:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026765,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22443577/youtube-captions-increased-deaf-campaigners","canonicalUrl":"https://www.theverge.com/2021/5/21/22443577/youtube-captions-increased-deaf-campaigners","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c14b83cf0af24ee620213b45e301aabd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwQFERITIoGhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAIG/8QAHREAAQMFAQAAAAAAAAAAAAAAAQACIQMEBRJRwf/aAAwDAQACEQMRAD8AyDA5OKHH0ICqCRdMe/bN64/VAXjY7tguLNuQn15RFVZiLeiRzxPdzoJX/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"mldl5_Ru0","title":"David Guetta, Galantis, and Little Mix form a power trio on ‘Heartbreak Anthem’","shortId":"mldl5_Ru0","createdAt":"2021-05-21T13:57:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026757,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:56:38.000Z","url":"https://dancingastronaut.com/2021/05/david-guetta-and-galantis-team-up-with-little-mix-for-soaring-new-single-heartbreak-anthem/","canonicalUrl":"https://dancingastronaut.com/2021/05/david-guetta-and-galantis-team-up-with-little-mix-for-soaring-new-single-heartbreak-anthem/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a5aa4a92982a1c07106ad598dec58abd","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMCBQAREgQhIjGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQACAwAAAAAAAAAAAAAAAAEAEQIDIv/aAAwDAQACEQMRAD8AyaobTwqJyYjq5WCmIgowYNyEuWyCfXfiNHKOtnSbORc7ZkT5MJP04xjXNAYnX1dz/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"eI1a90s7o","title":"Spotify Dok - Branding & Identity","shortId":"eI1a90s7o","createdAt":"2021-05-21T11:39:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27026619,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/119704359/Spotify-Dok-Branding-Identity","canonicalUrl":"https://www.behance.net/gallery/119704359/Spotify-Dok-Branding-Identity","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/91e523119704359.60a3754165a12.gif","ratio":1.57835400225479,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDEQAEBRIhQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzZYZpq0abQvDYq60Trs+hwlXZkwsd8qQTJJgD4KUoP/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"j8slu5fhB","title":"Spotify finally adds offline music downloads on Apple Watch","shortId":"j8slu5fhB","createdAt":"2021-05-21T13:54:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026754,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:50:01.000Z","url":"https://www.theverge.com/2021/5/21/22447222/spotify-adding-feature-music-downloads-offline-apple-watch","canonicalUrl":"https://www.theverge.com/2021/5/21/22447222/spotify-adding-feature-music-downloads-offline-apple-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ea8705930017cd6fe131075ddd3c318","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARBRITITFRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREBAAIABwAAAAAAAAAAAAAAAQACBAURUWLBwv/aAAwDAQACEQMRAD8Ax2tft8tU5m3asymTul1HUdIZHLvr5s6/Mr6cZFOAF2YiNdkn34xjFcDQqAbdsqsoqaDx9Wn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fXHXypiVg","title":"Apple TV Siri Remote review: pushing all the right buttons","shortId":"fXHXypiVg","createdAt":"2021-05-21T13:49:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026749,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:45:38.000Z","url":"https://www.theverge.com/22446699/apple-tv-4k-hd-siri-remote-review-features-price","canonicalUrl":"https://www.theverge.com/22446699/apple-tv-4k-hd-siri-remote-review-features-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/055af6420b8e07773e430ee77fa42753","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIRAAMFBDEHEhMhQaHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAAAAQIREjFhcf/aAAwDAQACEQMRAD8Ay+Lyj4bX602hcY9CbcXOUI0bxBnt491H4i5pHZQymDG7faUoFzpFaKWG+n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1TOZNJ8rT","title":"Using Your Emotions to Power Your Creativity","shortId":"1TOZNJ8rT","createdAt":"2021-05-20T21:06:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025746,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T20:20:59.000Z","url":"https://design.org/using-your-emotions-to-power-your-creativity/","canonicalUrl":"https://design.org/using-your-emotions-to-power-your-creativity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81026af80469bcb7c849261a7cbbd6fd","ratio":2.425,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAgADERMBQQQiUv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAx/9oADAMBAAIRAxEAPwDB23q+O81U0VkdyGSCPOdTtRlESmtGcL//2Q==","siteTwitter":"@designdotorg","creatorTwitter":"@wardandrews","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tunHbEslt","title":"Martin Garrix, Maejor uphold AREA21’s lack of predictability on alias’ second album piece, ‘Pogo’","shortId":"tunHbEslt","createdAt":"2021-05-21T13:41:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026741,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:36:35.000Z","url":"https://dancingastronaut.com/2021/05/martin-garrix-maejor-uphold-area21s-lack-of-predictability-on-alias-second-album-piece-pogo/","canonicalUrl":"https://dancingastronaut.com/2021/05/martin-garrix-maejor-uphold-area21s-lack-of-predictability-on-alias-second-album-piece-pogo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6eccc307d809283dab5702529418da01","ratio":1.48967551622419,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDBAAGERIhMUEFUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIDAP/aAAwDAQACEQMRAD8Ajh2xa8G0vDzY8Yinpolum6RKjjeMnkeMD0nf2sfKi247KecYnSRZM1IB0LsKrsnHqlKU5y0icdNrmRHv/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-UtJoBJVf","title":"Boombox Cartel is back with statement-making extension of ‘Cartel’ EP series, ‘Cartel II’","shortId":"-UtJoBJVf","createdAt":"2021-05-21T13:31:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026731,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:28:59.000Z","url":"https://dancingastronaut.com/2021/05/boombox-cartel-reaches-into-the-darkness-with-cartel-ii-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/boombox-cartel-reaches-into-the-darkness-with-cartel-ii-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5818bca94de113aa0d2cc322b0e1bbb","ratio":1.40350877192982,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBxIUEyEiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAES/9oADAMBAAIRAxEAPwDB2msPBt7Wz4kQhiiWNj0vJgqADvn2M1JJqvukZllZVJJC8OI4+ZxSlCEO2f/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Qqs60J0jx","title":"Contributing to Open Source — Wechaty Website","shortId":"Qqs60J0jx","createdAt":"2021-05-21T07:42:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":22,"score":27026718,"tagsStr":"open-source,github,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:19:59.000Z","url":"https://code.likeagirl.io/contribute-to-wechaty-website-422d490aa7cf","canonicalUrl":"https://code.likeagirl.io/contribute-to-wechaty-website-422d490aa7cf","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ed657a25f05fb9261af9d07c92d56a3","ratio":2.87769784172662,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHBABAQACAgMAAAAAAAAAAAAAAQIAAwQhBREi/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABcRAQADAAAAAAAAAAAAAAAAAAEAEjH/2gAMAwEAAhEDEQA/ALcjyvM33Nbdw1MECRJ8h6DozO7rpVRXt6MYwnZdhGy6z//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1bm97I4h6","title":"Sign up for the Live Science newsletter","shortId":"1bm97I4h6","createdAt":"2021-05-10T19:54:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011274,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:27:23.000Z","url":"https://www.livescience.com/sign-up-live-science-newsletter.html","canonicalUrl":"https://www.livescience.com/sign-up-live-science-newsletter.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ySRBwH_U6","title":"HBO’s Pioneering ‘In Treatment’ Is Back for Another Therapy Session","shortId":"ySRBwH_U6","createdAt":"2021-05-21T13:15:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026715,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:05:15.000Z","url":"https://www.theringer.com/tv/2021/5/21/22446593/in-treatment-season-4-uzo-aduba-jennifer-schuur","canonicalUrl":"https://www.theringer.com/tv/2021/5/21/22446593/in-treatment-season-4-uzo-aduba-jennifer-schuur","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6ee9357f2161f24ff2eca9a474904f8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEEwUGEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQEAAgIDAAAAAAAAAAAAAAABAgMAMQQRof/aAAwDAQACEQMRAD8Aku2cueE71jxxw7ZcjGhcyTY5ur3PmAAaIcGgV9WjRzbI2vDaDgDV3SIrLbJEt4nBphIVNdnrn//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"uG1p_lUqG","title":"Fender's Mustang Micro Is the Perfect Portable Amp","shortId":"uG1p_lUqG","createdAt":"2021-05-21T13:06:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T09:00:00.000Z","url":"https://www.wired.com/review/fender-mustang-micro/","canonicalUrl":"https://www.wired.com/review/fender-mustang-micro/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a6e5f4bf2da845bce9597643eeb71ab","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBSEGBxJhof/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEf/aAAwDAQACEQMRAD8Ak9c8rFh1kt5vG26r3BvqKHzBLzaiVeCpTI2qZBnQ91iMTs/KUp8SFVzU4AXf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vdNN73BUe","title":"WarnerMedia, Discovery, and the New Age of Media Consolidation","shortId":"vdNN73BUe","createdAt":"2021-05-21T13:06:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T09:00:00.000Z","url":"https://www.wired.com/story/media-consolidation-streaming-wars/","canonicalUrl":"https://www.wired.com/story/media-consolidation-streaming-wars/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdca622a2fefd825f79420dc88960da1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQACAxEEBRITIWFicYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABoRAAIDAQEAAAAAAAAAAAAAAAIDAAERBOH/2gAMAwEAAhEDEQA/AMVwmcGv2IhDWwBodynAuF+77qhg45Fkzg+MlD50RFRWoDrSqPW9icECyvKn/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"REUlh7J3R","title":"Mass Effect’s legendary Normandy starship is coming to No Man’s Sky, if you snag it soon","shortId":"REUlh7J3R","createdAt":"2021-05-21T13:01:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026701,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22446499/no-mans-sky-mass-effect-normandy-starship","canonicalUrl":"https://www.theverge.com/2021/5/21/22446499/no-mans-sky-mass-effect-normandy-starship","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f58767d5476e52d841a76a273443e989","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEEEQADBQYSEyIhMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAQACAgMAAAAAAAAAAAAAAAEAAgQRITHw/9oADAMBAAIRAxEAPwCE01qC+xducm2Z48X21VO/wdyAlQSCZhEWZ9TW1BlXSAPHeuWwjqA7YFPieKUqFlKIHuoXbbm0/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JLgcEvH7I","title":"Snap is buying its AR display supplier for more than $500 million","shortId":"JLgcEvH7I","createdAt":"2021-05-21T13:01:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026701,"tagsStr":"ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22447150/snap-waveoptics-acquisition-500m-spectacles-waveguides","canonicalUrl":"https://www.theverge.com/2021/5/21/22447150/snap-waveoptics-acquisition-500m-spectacles-waveguides","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1a1cce1346342a8ca244da1004209b0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBQARBDEGEyGS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDEnH/2gAMAwEAAhEDEQA/AJSr8tvr+SplsLXltPDygOO6uAYgQd7Ott1r6es1iKl5EkSPJYMzsoLH19n9YxkTRbWRYzEOTyf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Ax7K1neXN","title":"This is Microsoft’s vision for the future of meetings","shortId":"Ax7K1neXN","createdAt":"2021-05-21T13:01:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026701,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22447048/microsoft-teams-future-meetings-features","canonicalUrl":"https://www.theverge.com/2021/5/21/22447048/microsoft-teams-future-meetings-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3e7b92218eae6d9c9bb8a062e7efff2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAREjFBEyFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDV7AjuWLKT+ZWijChoZdhIb7z7HR5GXVSxEojiskRoNqhkDEAcanvGMcdf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vfVuLfrTA","title":"The Mac Mini with the M1 processor is $100 off at multiple retailers","shortId":"vfVuLfrTA","createdAt":"2021-05-21T12:51:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026691,"tagsStr":"apple,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:47:13.000Z","url":"https://www.theverge.com/good-deals/2021/5/21/22446118/mac-mini-m1-amc-plus-streaming-service-asus-gaming-monitor-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/21/22446118/mac-mini-m1-amc-plus-streaming-service-asus-gaming-monitor-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b171cd2caf9e89added73a1419d45b95","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBBAIDAAAAAAAAAAAAAQIDBBEABQYSIQgxQVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ANrx8kQBs+LNa0xsSHJL4UpxfM80muQsdWK6H17yafuNuRPkvHS2LccUs287fZJ+FAfgxjHJSt//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"9BAuQuGPx","title":"42 Dugg Is Working on Freedom—for Himself and His Partners","shortId":"9BAuQuGPx","createdAt":"2021-05-21T12:37:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:28:05.000Z","url":"https://www.theringer.com/2021/5/21/22446940/42-dugg-interview-free-dem-boyz","canonicalUrl":"https://www.theringer.com/2021/5/21/22446940/42-dugg-interview-free-dem-boyz","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eee14e7654a0a47a0fe330e6eef55fdf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAwECBAAFERIGITFBUWL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEDBAMAAAAAAAAAAAAAAAIAAzEBBBITIcHw/9oADAMBAAIRAxEAPwCiyxxXKNCIZugo5xgQYl12Vy5Vyr78VuXDjTBz5LGlDq0rkTMfr3X6pSqDpk1eu0GOOkjMtIehf//Z","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"cF-qyymso","title":"‘Army of the Dead’ and Top Five Zombie Movies","shortId":"cF-qyymso","createdAt":"2021-05-21T12:20:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026660,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:11:37.000Z","url":"https://www.theringer.com/2021/5/21/22447153/army-of-the-dead-and-top-five-zombie-movies","canonicalUrl":"https://www.theringer.com/2021/5/21/22447153/army-of-the-dead-and-top-five-zombie-movies","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a22f3f4e745fe3c416a913b416989cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAECBwAAAAAAAAAAAAABAgMEEQAFEgYTFCIxMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQADAAAAAAAAAAAAAAAAAAABITH/2gAMAwEAAhEDEQA/AJZ3TIunxgrkMvGG6tA3IoOAKvuAy6i8Zy+mauJEvYPVFDx8GMZFNG1//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vSupMgLXC","title":"More Accessibility Options Only Make Games Better","shortId":"vSupMgLXC","createdAt":"2021-05-21T12:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026648,"tagsStr":"accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:00:00.000Z","url":"https://www.wired.com/story/more-accessibility-options-make-games-better/","canonicalUrl":"https://www.wired.com/story/more-accessibility-options-make-games-better/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3badf2a2e8668876beb2078661af595d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABRIGUVJh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAMBAQAAAAAAAAAAAAAAAgABAyEx/9oADAMBAAIRAxEAPwDKo/Ve5eivwTJSI7DT7iUhseCRXztZrLDWvLjSF3HHIA0WSav3yxjA9We1ctmCvan/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"aovQOpdl6w","title":"Our 19 Favorite Outdoor Deals at REI's Big Anniversary Sale","shortId":"aovQOpdl6w","createdAt":"2021-05-21T12:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026648,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:00:00.000Z","url":"https://www.wired.com/story/rei-anniversary-sale-outdoor-deals-2021/","canonicalUrl":"https://www.wired.com/story/rei-anniversary-sale-outdoor-deals-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf2cb622f92b79e07a2dcbf1718a8d50","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwQFBiERInH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAEEAwAAAAAAAAAAAAAAAAABAgMRIXHR/9oADAMBAAIRAxEAPwDVrwJZ80s9MJGtibGag9SSS0nQ3rnwqmREliVZJnTDNdP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"uICpquozP","title":"Android’s Getting Brighter and Bubblier, and We Can’t Wait","shortId":"uICpquozP","createdAt":"2021-05-21T12:08:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026648,"tagsStr":"tech-news,google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-505/","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-505/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c15d42e64d357d117628684cd82cad7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAEAAQIEBwAAAAAAAAAAAAABAgADBAURIRITIjFBUaL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABERLh/9oADAMBAAIRAxEAPwC2WW4tv8xzO91rxRBDTsBvtp781XZws42oDfuKRDVlLf6pSlkIducR/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ELx4nIGfR","title":"Go read this feature on the 2011 RSA hack that redefined cybersecurity","shortId":"ELx4nIGfR","createdAt":"2021-05-21T11:58:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026638,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:55:11.000Z","url":"https://www.theverge.com/2021/5/21/22447129/go-read-this-wired-rsa-hack-feature-cybersecurity-supply-chain-attack","canonicalUrl":"https://www.theverge.com/2021/5/21/22447129/go-read-this-wired-rsa-hack-feature-cybersecurity-supply-chain-attack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_O5ZAruKG","title":"Scientists find 'missing link' behind first human languages","shortId":"_O5ZAruKG","createdAt":"2021-05-21T11:52:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026632,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:33:02.000Z","url":"https://www.livescience.com/iconic-vocalizations-lead-to-human-languages.html","canonicalUrl":"https://www.livescience.com/iconic-vocalizations-lead-to-human-languages.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/08c8ef74420d799f74158f0aa3bdbbc5","ratio":1.85873605947955,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAwACAQUBAAAAAAAAAAAAAQIDAAQFBhESISNR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhM//aAAwDAQACEQMRAD8AxroZdWk3066c6szmrVckkgegvYZffmhO9EXj9HxViB8vw4xj1eUqRB36sJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vlEFpuMXA","title":"Learn JavaScript - A Free 7-hour Interactive Tutorial","shortId":"vlEFpuMXA","createdAt":"2021-05-20T14:58:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","tweeted":true,"views":1411,"score":27026626,"tagsStr":"general-programming,javascript,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T01:30:00.000Z","discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:53:38.000Z","url":"https://www.freecodecamp.org/news/learn-javascript-interactive-course/","canonicalUrl":"https://www.freecodecamp.org/news/learn-javascript-interactive-course/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/595fa0bdbc82d2b8a4a659e8b62eccd2","ratio":1.77611940298507,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAJBAAAQQBAAsAAAAAAAAAAAAAAQACBBEDBQYHEhMhIjEyUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAEQMxI0Jh/9oADAMBAAIRAxEAPwCtnOnJ87XaHjkSMjycoJDzvNZ0XTAfGw6iRz7+1v3EH1ER30p8Ec55MgAqmbQrsZ//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@perborgen","readTime":5,"description":null,"toc":null,"summary":null},{"id":"GIn8Ohsou","title":"Watch this stunning new simulation of a star being born","shortId":"GIn8Ohsou","createdAt":"2021-05-21T11:32:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026612,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:22:34.000Z","url":"https://www.livescience.com/new-simulation-captures-star-birth.html","canonicalUrl":"https://www.livescience.com/new-simulation-captures-star-birth.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44ea5506ffe2e26c6705034cacf8410d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFBhMxITKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgAREgP/2gAMAwEAAhEDEQA/AJXXr3GX2qLXnbRy5cZY4UuJA9e5ie+4M1Bva3hHHVrQLoJUokAx4H2lKYRFYnQuUr81cDQuf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LIWqfuodc","title":"Total lunar eclipse this Wednesday will make supermoon turn blood red","shortId":"LIWqfuodc","createdAt":"2021-05-21T11:32:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026612,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:23:48.000Z","url":"https://www.livescience.com/supermoon-lunar-eclipse-may-2021.html","canonicalUrl":"https://www.livescience.com/supermoon-lunar-eclipse-may-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87a7bc65068fb00efb048e2d5afcf385","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRABAAIBBQEAAAAAAAAAAAAAAQARIQIDBBQxMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAzET/9oADAMBAAIRAxEAPwDCukgXufWm8Ek8FWxKfMsREtztpl+SgZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"D56HX0TkG","title":"Philips Hue Wall Switch Module review: smart-ish, at last","shortId":"D56HX0TkG","createdAt":"2021-05-21T11:30:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026610,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:03:22.000Z","url":"https://www.theverge.com/2021/5/21/22447008/hue-wall-module-make-any-switch-smart","canonicalUrl":"https://www.theverge.com/2021/5/21/22447008/hue-wall-module-make-any-switch-smart","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1d651c968d528c634009767f44d4d32","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgIDAQAAAAAAAAAAAAABAgMEABEFByFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8At/OUo7teaGcs0MqGN034QckFjrLgGsSsIAoLE6G9D37jGToaSn0//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"15x-DkXwI","title":"3 Ways to Integrate Disqus Comments with Ghost","shortId":"15x-DkXwI","createdAt":"2021-05-21T11:20:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27026600,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T22:46:15.000Z","url":"https://t2themes.com/blog/3-ways-to-integrate-disqus-comments-with-ghost/","canonicalUrl":"https://t2themes.com/blog/3-ways-to-integrate-disqus-comments-with-ghost/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d9871165498c1b8ca216732f4eeecc4","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAQIDCQAAAAAAAAAAAAAAAAEDAgQFBhESFiFDUpPh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABoRAAICAwAAAAAAAAAAAAAAAAEEAJEUUlP/2gAMAwEAAhEDEQA/AM2CydJRpxMExrdu+E8pUrg/2qAPwgtzFQFnMbm5/9k=","siteTwitter":"@t2themes","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MxyuSOcos","title":"A Series of Monochrome Logo Marks Designed by The Logo Smith","shortId":"MxyuSOcos","createdAt":"2021-05-21T11:13:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27026593,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:11:10.000Z","url":"https://imjustcreative.com/a-series-of-monochrome-logo-marks-designed-by-the-logo-smith/2021/05/20","canonicalUrl":"https://imjustcreative.com/a-series-of-monochrome-logo-marks-designed-by-the-logo-smith/2021/05/20","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/352831551cfc8f2f9f2b7a30947e1610","ratio":1.91228070175439,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhAAAwEAAwAAAAAAAAAAAAAAAQIDABEiYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8Az1kZWrQ2q4oQQjHqngGvzmYdqsGcL//Z","siteTwitter":"@thelogosmith","creatorTwitter":"@thelogosmith","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fx-ceFQ71","title":"How To Use React Native Flatlist","shortId":"fx-ceFQ71","createdAt":"2021-05-21T11:13:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27026593,"tagsStr":"react,react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:17:23.000Z","url":"https://flatlogic.com/blog/how-to-use-react-native-flatlist/","canonicalUrl":"https://flatlogic.com/blog/how-to-use-react-native-flatlist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1e5c1b11f4b8a0222d3b67fe447c034","ratio":1.91570881226054,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBgcSEyFRUv/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEQQGEyFB/9oADAMBAAIRAxEAPwCz2TBx9MtkYbM2bxlDhYcCKFeiPC1vpj+URTLkY3NMdKdKTtf/2Q==","siteTwitter":"@flatlogic","creatorTwitter":"@flatlogic","readTime":null,"description":null,"toc":null,"summary":null},{"id":"A404bPbQO","title":"Florida airport monkeys are the descendants of zoo escapees","shortId":"A404bPbQO","createdAt":"2021-05-21T11:07:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026587,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:00:53.000Z","url":"https://www.livescience.com/african-monkeys-florida-zoo-escapees.html","canonicalUrl":"https://www.livescience.com/african-monkeys-florida-zoo-escapees.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43b49531c848b669735644fa20df7ce3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEEiEiQlGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADIVH/2gAMAwEAAhEDEQA/ALl9CFTDtwWpjYTLCeJeu2ZeqHZJq/Y5r1dTlqwsmvIFKAjyjHVfOJr9OMZOvrQEZDdF5P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BmMT0PNU1","title":"How a weird theory of gravity could break cause-and-effect","shortId":"BmMT0PNU1","createdAt":"2021-05-21T11:07:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026587,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:00:00.000Z","url":"https://www.livescience.com/modified-gravity-faster-than-light-travel.html","canonicalUrl":"https://www.livescience.com/modified-gravity-faster-than-light-travel.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab9b727d37ae62156409a28f8c45782b","ratio":1.46520146520147,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwUEERNRcYGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAiEx/9oADAMBAAIRAxEAPwDO9Sa1tVYR5kEkmY9gMEjToG9/Cpe6eHH0IiJRGsf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"beo2GvFn-","title":"Philips Hue Wall Switch Module review: smart-ish, at last","shortId":"beo2GvFn-","createdAt":"2021-05-21T11:07:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026587,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:03:22.000Z","url":"https://www.theverge.com/2021/5/21/22447008/philips-hue-wall-switch-module-review-smart-ish-at-last","canonicalUrl":"https://www.theverge.com/2021/5/21/22447008/philips-hue-wall-switch-module-review-smart-ish-at-last","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1d651c968d528c634009767f44d4d32","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgIDAQAAAAAAAAAAAAABAgMEABEFByFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8At/OUo7teaGcs0MqGN034QckFjrLgGsSsIAoLE6G9D37jGToaSn0//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"H-7jqe28V","title":"We Hiked Along With Cicada Biologists So You Don’t Have To","shortId":"H-7jqe28V","createdAt":"2021-05-21T11:06:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026586,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.wired.com/story/we-hiked-along-with-cicada-biologists-so-you-dont-have-to/","canonicalUrl":"https://www.wired.com/story/we-hiked-along-with-cicada-biologists-so-you-dont-have-to/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce516559b4737c2cd861596c595064dc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIEEQADEiGBFHH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQADAAAAAAAAAAAAAAAAAAEAAiL/2gAMAwEAAhEDEQA/AMI5sosuW6b4DgOchkpIChCYEmNgc5UoeFQlTdzkdmHJAn5jqlKBYyMoVdJP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"bsyvF7w8N","title":"Microsoft Office for Android finally gets a dark mode","shortId":"bsyvF7w8N","createdAt":"2021-05-21T10:56:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026576,"tagsStr":"tech-news,microsoft,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:50:39.000Z","url":"https://www.theverge.com/2021/5/21/22447087/microsoft-office-android-dark-mode-available-download","canonicalUrl":"https://www.theverge.com/2021/5/21/22447087/microsoft-office-android-dark-mode-available-download","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/861101e8fd03ed853db81ee11d12bf0a","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAwABBAMAAAAAAAAAAAAAAQIDAAQRFDEiI0H/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwDOlFaL1tCtZ004UqVb6R3lOVWvsoQzv5MxUbkns4xhAQWbpFC//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bRblpSKKu","title":"28 Best Plugins to Customise WordPress Admin Dashboard","shortId":"bRblpSKKu","createdAt":"2021-05-21T10:52:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27026572,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:39:42.000Z","url":"https://wp-content.co/plugins-to-customize-wordpress-admin-dashboard/","canonicalUrl":"https://wp-content.co/plugins-to-customize-wordpress-admin-dashboard/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4de04489342cc1927dd8d1f2757590be","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIhMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AM0kyEDWlrCcbaAwKytKnIPKSd7c77I8HlRFyTsdD5SlXRkOSL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"O5usrInXy","title":"The Five Most Interesting Players of the NBA’s First Round","shortId":"O5usrInXy","createdAt":"2021-05-21T10:39:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:30:00.000Z","url":"https://www.theringer.com/2021/5/21/22446753/the-five-most-interesting-players-of-the-nbas-first-round","canonicalUrl":"https://www.theringer.com/2021/5/21/22446753/the-five-most-interesting-players-of-the-nbas-first-round","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f2156da7c39d4feba1d4e2867afe2f2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFERIxQVEGB2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAxEABCFB/9oADAMBAAIRAxEAPwCFqCJ/iarrJcU7NmvBTinBqG5AGOhxjnHVZWP7NvjUdpspjOFCQnWtGVKwNz9pSqmvBHK7hxdHBPsywIhjYgkdr33uf//Z","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"timkuorXs","title":"Has science fiction become too serious?","shortId":"timkuorXs","createdAt":"2021-05-21T09:32:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026492,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033351-900-has-science-fiction-become-too-serious/","canonicalUrl":"https://www.newscientist.com/article/mg25033351-900-has-science-fiction-become-too-serious/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/356d0c47284680e6cb1c3b7e3d43e278","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwURMQYSFCGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADEf/aAAwDAQACEQMRAD8AyzEJ5+MoWuvsdVZNg+jyR9lr02CoJs2dcxEcgV1FEnOXzf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SwurX0nSf","title":"Smaller Pixel 6 leaks with flat screen and fewer cameras","shortId":"SwurX0nSf","createdAt":"2021-05-21T08:16:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026416,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:08:03.000Z","url":"https://www.theverge.com/2021/5/21/22447011/google-pixel-6-leaks-renders-pics-specs","canonicalUrl":"https://www.theverge.com/2021/5/21/22447011/google-pixel-6-leaks-renders-pics-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c65870d535d94d83c4367f83619eba6c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAQQBBQEAAAAAAAAAAAABAgMABAURBhITFTFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwCi8j5NkZeVZ2ws5Ra+LtWeKQKHJcxbDEEfC29flVHHHu4+1klHVI8SszetkgbNKUVK4f/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0l_nVH-QK","title":"Cicadas like this one set to emerge in once in every 17-year event","shortId":"0l_nVH-QK","createdAt":"2021-05-21T09:31:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026491,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033351-700-cicadas-like-this-one-set-to-emerge-in-once-in-every-17-year-event/","canonicalUrl":"https://www.newscientist.com/article/mg25033351-700-cicadas-like-this-one-set-to-emerge-in-once-in-every-17-year-event/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b8a3d8bcb536bb9ae95eb207a1ff738","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBAUAERIhEyIxMsL/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAgAB/9oADAMBAAIRAxEAPwDGU2dXBra4xY8oWCwtp/cUqaWT6kDyMvdV9fcYMTU88OqHzjGJMLb/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"2MrhxA_6b","title":"Some bird embryos know to hide from predators even inside their eggs","shortId":"2MrhxA_6b","createdAt":"2021-05-21T09:31:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026491,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.newscientist.com/article/2278294-some-bird-embryos-know-to-hide-from-predators-even-inside-their-eggs/","canonicalUrl":"https://www.newscientist.com/article/2278294-some-bird-embryos-know-to-hide-from-predators-even-inside-their-eggs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54efaa818bff4be6c164c1ae5e72b7a2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFEQYSEyEiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDBAX/2gAMAwEAAhEDEQA/AI+UclvstmLDJ2kEUXdVXjgiRVVh7AhgTrpPqf0/az+S5tdJkbpYMpkEhWVgipHGFVdnQHj5qlKaDklrlHQxKgWp/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7wacAwLKQ","title":"Dating apps are encouraging users to get vaccinated with the promise of more matches","shortId":"7wacAwLKQ","createdAt":"2021-05-21T09:26:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026486,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T09:19:23.000Z","url":"https://www.theverge.com/2021/5/21/22447028/dating-apps-covid-19-vaccine-tinder-hinge-match-okcupid-blk-chispa-plenty-of-fish-bumble-badoo","canonicalUrl":"https://www.theverge.com/2021/5/21/22447028/dating-apps-covid-19-vaccine-tinder-hinge-match-okcupid-blk-chispa-plenty-of-fish-bumble-badoo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8ae0805882cdc950c6cedce3f6491d3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBAARBRIGEyExQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERQf/aAAwDAQACEQMRAD8A1JqsV/hPIkpolKxsRiYL2IkZmBkHx7/m8s8HBYrcLx8Elr1Xirxo0hTXchQCdb+8Yxmi24f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"96e-Ixa35","title":"5 Strategies to Reduce Frontend Build Time with CI/CD","shortId":"96e-Ixa35","createdAt":"2021-05-20T20:26:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":290,"score":27026483,"tagsStr":"webdev,cicd,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-21T02:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:26:24.000Z","url":"https://blog.bitsrc.io/5-strategies-to-reduce-frontend-build-time-with-ci-cd-3ce429304d1a","canonicalUrl":"https://blog.bitsrc.io/5-strategies-to-reduce-frontend-build-time-with-ci-cd-3ce429304d1a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce395b698177ab515a00a4b5014e91f6","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEMQUSIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAICAwAAAAAAAAAAAAAAAAECABExUbH/2gAMAwEAAhEDEQA/ANNyTppo2x40gib4PctHYUDYFDWtk3SjEuRXtmOXfTR2iKRIAyixrkT4n//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WhpuWRnWn","title":"Amazon is shutting down Prime Now and folding two-hour deliveries into its main app","shortId":"WhpuWRnWn","createdAt":"2021-05-21T08:20:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026420,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:15:14.000Z","url":"https://www.theverge.com/2021/5/21/22447020/amazon-shutting-down-prime-day-delivery-app-2021","canonicalUrl":"https://www.theverge.com/2021/5/21/22447020/amazon-shutting-down-prime-day-delivery-app-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf7b1c93a552a646c85a1ff72721e784","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAwQRISKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAYEQEBAAMAAAAAAAAAAAAAAAABABESIf/aAAwDAQACEQMRAD8A0RsS621bEzsiqvQ3UgTXpUmWY9jxESFbLxmoYW//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"peCpQkX4E","title":"CHILDREN'S BOOK | H?P?TO LÜTFEN KA?INMA","shortId":"peCpQkX4E","createdAt":"2021-05-21T07:45:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27026385,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/118940019/CHILDRENS-BOOK-HPTO-LUETFEN-KASINMA","canonicalUrl":"https://www.behance.net/gallery/118940019/CHILDRENS-BOOK-HPTO-LUETFEN-KASINMA","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c330ee1f0ce02a9e8496f5fce1450a2","ratio":1.43295803480041,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwQRBQYSIRNRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAhAxFB/9oADAMBAAIRAxEAPwDRatqNsm1WtHtTVuvIWpVCQAhJUch1nI7+yFmPI49xEHHKXGjyIEpjc//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iuDpsCW75","title":"Kensington’s $399 StudioDock won’t fit the new, slightly thicker 12.9-inch iPad Pro","shortId":"iuDpsCW75","createdAt":"2021-05-21T07:35:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026375,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:30:33.000Z","url":"https://www.theverge.com/2021/5/21/22446998/kensington-studiodock-2021-ipad-pro-compatibility-new-version","canonicalUrl":"https://www.theverge.com/2021/5/21/22446998/kensington-studiodock-2021-ipad-pro-compatibility-new-version","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e96cec2458625bdc66ef1e4578efb57c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAUHERIhIjFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AubzBwXeqEGWeWVZrcKyqp2B4AgA/O87j3Vm103I9B5pSmnpSP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PI6nhD9Bq","title":"Angular 11 Tutorial: Code a Project from Scratch","shortId":"PI6nhD9Bq","createdAt":"2021-05-20T19:24:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":203,"score":27026354,"tagsStr":"general-programming,career,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-20T21:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:14:48.000Z","url":"https://www.freecodecamp.org/news/angular-11-tutorial-code-a-project-from-scratch/","canonicalUrl":"https://www.freecodecamp.org/news/angular-11-tutorial-code-a-project-from-scratch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf71c3edf40718e9b99d906291c7167c","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIDAQADAAAAAAAAAAAAAQMCBAAFESESMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAERAAIDBBL/2gAMAwEAAhEDEQA/AMu0O4pJsJubTT0ryVCZaJLHzmBHnffCR0EdH2Pch7CwixfsuRr6tdLGynBMe8XEkkRH4B5jGVNMdNwucmqU/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aOoCcctuu","title":"Lumbar spine x-ray may not be needed for lower back pain","shortId":"aOoCcctuu","createdAt":"2021-05-21T07:06:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026346,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132444&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132444","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d04f24233ac307760e08c0ee38d4bfb9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EACMQAAEEAgIABwAAAAAAAAAAAAECAwQRAAYFEhMxN0FRgbL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB4RAAICAAcAAAAAAAAAAAAAAAERAAIEEiFRodHw/9oADAMBAAIRAxEAPwBU3HcJkPeuNZa42TURbiW2lKWgy+462ABRF3187PxibGlB+M08WXmi4gL8NxFKTYuiPYjDrefVbUPv9HE3LMQa5KILT3LgrVF79mf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"v8KfPh6cv","title":"Is mpMRI equally available to all men at risk of prostate cancer?","shortId":"v8KfPh6cv","createdAt":"2021-05-21T07:06:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026346,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132451&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132451","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1039d404e3ad94c7c5246aae29c302bb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACMQAAIBAgYCAwAAAAAAAAAAAAECAwQhAAUGERIxIkETUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEDBAMAAAAAAAAAAAAAAAECESEAAwQxBRLw/9oADAMBAAIRAxEAPwDMMlyvTc2kKurqsxkWenA4xKo5PITba9wd/XWIopU7+NVOg9J8ch4/nWBUDscwpVLMV2NibdYeJI/EebdfeEZOSGSnqIHnq/x+AbpuLKzvUxALCXaa/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bP00Hw2cz","title":"Does digital mammography fall short for surveillance imaging?","shortId":"bP00Hw2cz","createdAt":"2021-05-21T07:06:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026346,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132455&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132455","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/357f51322cb096b31cd19796713d32b9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACQQAAICAQMDBQEAAAAAAAAAAAECAwQFABIhERNRBgciMWGS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAbEQACAgMBAAAAAAAAAAAAAAACAwARAQUSUf/aAAwDAQACEQMRAD8AQUYmVcPjI8zZsWb1d5HsRvIe2zBSFA3fIrzz+nRr+iM5Kxkkow73O5t1pOvU+edQft8BLj7s0g3zKqgO3LAE+daD35h9Syf0dTsWLafOAqo1qmKDJEfV+z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"B1C3HfuIA","title":"Boost Your Skills Online: Smashing Workshops On Front-End and Design","shortId":"B1C3HfuIA","createdAt":"2021-05-20T14:48:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","tweeted":true,"views":470,"score":27026309,"tagsStr":"webdev,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-20T21:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:20:00.000Z","url":"https://www.smashingmagazine.com/2021/05/new-online-workshops-front-end-ux/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/new-online-workshops-front-end-ux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be808b391d1d1cbc4b1606341f274917","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQRIWEFUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRQVFh/9oADAMBAAIRAxEAPwDTeTuuroV6WRGG02AeQR0epGJlWNi0llrJKKTwfX2IjBQGMk3uZ6Vz3gGvJ//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TEoZSz9Hk","title":"Firefox rollt verschärfte Seiten-Isolierung aus","shortId":"TEoZSz9Hk","createdAt":"2021-05-21T05:49:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27026269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T05:32:00.000Z","url":"https://linuxnews.de/2021/05/firefox-rollt-verschaerfte-seiten-isolierung-aus/","canonicalUrl":"https://linuxnews.de/2021/05/firefox-rollt-verschaerfte-seiten-isolierung-aus/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c6ab1f21bea96090a0056157f819636","ratio":0.971153846153846,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACIQAAIBAwQDAQEAAAAAAAAAAAECAwQFEQAGEjEHIVEjgf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxEAAQQCAgMAAAAAAAAAAAAAAQIDBBEhMQAFEkFR/9oADAMBAAIRAxEAPwCZ2NbbHaJrNNFZaW4GbCSmUK5lDrxOFOT0SfXrQ948W7KN3rjHuRaRDO/Gn5r+I5HCe/nX80h8Z1lSm1ZylRMpRZApDkccdY+aySWaWWV5JZHeRyWZmYksT2SdBrD0l8tocKC2KvZUCSRdmsWQK9coeyiMRimQlOHaV46CcDVfef/Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CIt_LnlEKA","title":"»Im Fokus stehen darüber hinaus (…) Open-Source-Ansätze«","shortId":"CIt_LnlEKA","createdAt":"2021-05-21T05:49:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27026269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T05:36:00.000Z","url":"https://linuxnews.de/2021/05/im-fokus-stehen-darueber-hinaus-open-source-ansaetze/","canonicalUrl":"https://linuxnews.de/2021/05/im-fokus-stehen-darueber-hinaus-open-source-ansaetze/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af26106a678ad80c1a8a86dbf14db9fc","ratio":1.58071748878924,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxESIQQikf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AMlj5WDWgQw6FZY9vVUzvs7pESqimv/Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0_0P4M7ts","title":"Covid-19 news: Test and Trace delay let variant spread in England","shortId":"0_0P4M7ts","createdAt":"2021-05-21T05:17:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026237,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-test-and-trace-delay-let-variant-spread-in-england/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-test-and-trace-delay-let-variant-spread-in-england/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebae5a8d7d512a3e85a61281e79fad85","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIDAAMAAAAAAAAAAAABAgMEABEFBhIhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAABEBAAL/2gAMAwEAAhEDEQA/AISl3DlYZK1Gry1xIFRUMRZj4YnWh861lhFR7C8SO9yT0wBP2H7jGSWQc9HVTf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":66,"description":null,"toc":null,"summary":null},{"id":"vjtsmClge","title":"Tiny self-propelling submarines could help clean up toxic waste","shortId":"vjtsmClge","createdAt":"2021-05-21T05:16:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026236,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278003-tiny-self-propelling-submarines-could-help-clean-up-toxic-waste/","canonicalUrl":"https://www.newscientist.com/article/2278003-tiny-self-propelling-submarines-could-help-clean-up-toxic-waste/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f962ec0f9d978ec8c207017637cc027","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQIGAQUAAAAAAAAAAAAAAgQRAAEDBQYSISIxUXHx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAIDAQEAAAAAAAAAAAAAAAMRAAEEErH/2gAMAwEAAhEDEQA/AIWHXfHkiYCUWuiCnVi3puJTn4Z+PfaNYeSIKZkE7Il6Ztx8hCAHsKld+xS4w9NT/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"G7cZjKo9S","title":"Common swifts can fly more than 800 kilometres a day during migration","shortId":"G7cZjKo9S","createdAt":"2021-05-21T05:16:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026236,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278226-common-swifts-can-fly-more-than-800-kilometres-a-day-during-migration/","canonicalUrl":"https://www.newscientist.com/article/2278226-common-swifts-can-fly-more-than-800-kilometres-a-day-during-migration/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c015aced87678fc4098a1c1cbba0e0fb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxEhBBJRYbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwDFZXymvUpbUlIO1KElhjznW/kt0PqIjgMhy7f/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0rpT0Iv6n","title":"More people are going to space, but diversity is still grounded","shortId":"0rpT0Iv6n","createdAt":"2021-05-21T05:16:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026236,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278309-more-people-are-going-to-space-but-diversity-is-still-grounded/","canonicalUrl":"https://www.newscientist.com/article/2278309-more-people-are-going-to-space-but-diversity-is-still-grounded/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/77fe1c039bb1865c06ce0cfe99bcc243","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQdBBhIhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQADAQEAAAAAAAAAAAAAAAEAAgMRMf/aAAwDAQACEQMRAD8Ap9ZbiMmJFlsQExmTKZCg6srK091OJoChYujfAsecyL25s1LziW9J04thRCSpKrI4v2+4xlLb6hwswGNH0n//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"w8ptNgpfS","title":"Shine selects Netherlands site for new facility","shortId":"w8ptNgpfS","createdAt":"2021-05-21T00:05:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025925,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:59:52.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132462&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132462","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09de17b0ba31df894eb2240013a9d331","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQI/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQREiExIjI1YXGC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADIRH/2gAMAwEAAhEDEQA/ANC393dG+TEZ0I/cWC6QGODxtnj5vTcEkjQxsWbJUE9Hqp73yll+qRqSmllZiW7Ao07P/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"TQDwv_1Yk","title":"Breaking Down the Restaurant Wars on ‘Top Chef: Portland’ and a Conversation With ‘For All Mankind’ Showrunner Ron Moore","shortId":"TQDwv_1Yk","createdAt":"2021-05-21T04:58:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026218,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:56:05.000Z","url":"https://www.theringer.com/2021/5/21/22446635/the-restaurant-wars-top-chef-portland-and-a-conversation-with-for-all-mankind-showrunner-ron-moore","canonicalUrl":"https://www.theringer.com/2021/5/21/22446635/the-restaurant-wars-top-chef-portland-and-a-conversation-with-for-all-mankind-showrunner-ron-moore","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/272b9e0e22dbffdff244888496cd806a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBQAEByEGYRFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgAhMf/aAAwDAQACEQMRAD8Aiwyy1kSHRx2XLrVpbjRZXohRBUPBHWvndaUliHiTUjdNhqRIQ6tIJuz6J6pSldNU0+4HJA3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WG-vSrRK6","title":"Learn Modern C++ by Building an Audio Plugin","shortId":"WG-vSrRK6","createdAt":"2021-05-20T17:24:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":192,"score":27026211,"tagsStr":"career,c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:12:29.000Z","url":"https://www.freecodecamp.org/news/learn-modern-cpp-by-building-an-audio-plugin/","canonicalUrl":"https://www.freecodecamp.org/news/learn-modern-cpp-by-building-an-audio-plugin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbe2832ae86dba685fe736875f4e3325","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQREwUhEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8AxrlLteSo6tDTjr2Iw1u2Ikdt6J+qGIM1M8jITgZ9iiKjWkMcP//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pfd9-yMFY","title":"Former Knicks Coach Mike Woodson and How to Bet the NBA Playoffs With Jared Smith","shortId":"pfd9-yMFY","createdAt":"2021-05-21T04:42:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:34:33.000Z","url":"https://www.theringer.com/2021/5/21/22446912/former-knicks-coach-mike-woodson-and-how-to-bet-the-nba-playoffs-with-jared-smith","canonicalUrl":"https://www.theringer.com/2021/5/21/22446912/former-knicks-coach-mike-woodson-and-how-to-bet-the-nba-playoffs-with-jared-smith","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90adaf43d27e1c82778f66810ec00a81","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMEAQUBAAAAAAAAAAAAAQIDBAAFERIhEyIkMVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDEUH/2gAMAwEAAhEDEQA/AI0a6MovGsSAyy8z4b7mxIkKzt1CngD3jH58rSqtUBSiTH5Jye80pU7Sg1Lex2a9Sf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"rdkVDakGac","title":"Cabo With the Staffords (?), Dinner With Wolfgang Puck, and Being the Youngest Ones in the Room","shortId":"rdkVDakGac","createdAt":"2021-05-21T04:25:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026185,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:20:53.000Z","url":"https://www.theringer.com/2021/5/21/22443699/cabo-with-the-staffords-dinner-with-wolfgang-puck-and-being-the-youngest-ones-in-the-room","canonicalUrl":"https://www.theringer.com/2021/5/21/22443699/cabo-with-the-staffords-dinner-with-wolfgang-puck-and-being-the-youngest-ones-in-the-room","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/363faf010f2c5d7d08046526973faee4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxEEBQYhE3GS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQEAAQUBAAAAAAAAAAAAAAABAAIDBBFxsf/aAAwDAQACEQMRAD8Avjt1y7vq/Ja1gtyqqeggRioA95mgLHJ6T5iJFywbhw8gVGp//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ZfeorZnPf","title":"Common HTTP status codes Cheat Sheet","shortId":"ZfeorZnPf","createdAt":"2021-05-20T19:09:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"30seconds","views":37,"score":27026030,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/http-status-codes-cheatsheet","canonicalUrl":"https://www.30secondsofcode.org/blog/s/http-status-codes-cheatsheet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64336c887e29e7e941f7ead9e03f5233","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACEQMFBgQHExQhIiRh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8Azm259c9KxvJkD/Egz0DHxB+qoNxLq4AjJK0HuPQpoiXTxForrP/Z","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1xJ4m2EmH","title":"duf (Disk Usage / Free Utility) – Belegung der Partitionen unter Linux am Terminal anzeigen","shortId":"1xJ4m2EmH","createdAt":"2021-05-20T23:19:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025879,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:11:00.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/21/duf-disk-usage-free-utility-belegung-der-partitionen-unter-linux-am-terminal-anzeigen/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/21/duf-disk-usage-free-utility-belegung-der-partitionen-unter-linux-am-terminal-anzeigen/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wHkWTmHqC","title":"Is Curry a Pantheon Guy? Plus: Knicks and Lakers Predictions With Dave Jacoby and Alan Yang","shortId":"wHkWTmHqC","createdAt":"2021-05-21T04:18:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026178,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:14:16.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/21/22446710/is-curry-a-pantheon-guy-plus-knicks-and-lakers-predictions-with-dave-jacoby-and-alan-yang","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/21/22446710/is-curry-a-pantheon-guy-plus-knicks-and-lakers-predictions-with-dave-jacoby-and-alan-yang","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa9da8fcbcd0942b1be6e03d62150257","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESITJh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AMY04sULwywQJHLcXAQsCQVVm47Dvr6ag5fHtHlr1FuZOKzuBuST5H3SlErKLV2Uf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"D8swHGi9A","title":"IOTW: Scripps Health Malware Attack Could Cost Lives","shortId":"D8swHGi9A","createdAt":"2021-05-21T00:05:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":4,"score":27026177,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-scripps-health-malware-attack-could-cost-lives","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-scripps-health-malware-attack-could-cost-lives","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/315d403840e3ef5e20ac49de0a92ec6f","ratio":1.50602409638554,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgMAAwEAAAAAAAAAAAABAgMRAAQFEyExof/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8As+Fzu7xJdldmPcCTFWQarwlaoWCSwJoj7Qu8sV6WwFAacK1ex4rr9xjBAkb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MbI9Tug0e","title":"How to Get Started with Version Control Using Git","shortId":"MbI9Tug0e","createdAt":"2021-05-20T15:23:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":216,"score":27026122,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:20:53.000Z","url":"https://www.freecodecamp.org/news/get-started-with-version-control-and-git/","canonicalUrl":"https://www.freecodecamp.org/news/get-started-with-version-control-and-git/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/947d248e224b472f748920db52de4187","ratio":1.50943396226415,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAECAyExQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMcpadc476sEHHOn4AVjf//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@coderslang","readTime":7,"description":null,"toc":null,"summary":null},{"id":"0DqbrD9Iz","title":"Can We Create a “Resize Hack” With Container Queries?","shortId":"0DqbrD9Iz","createdAt":"2021-05-20T15:23:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":98,"score":27026060,"tagsStr":"security,webdev,css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:24:12.000Z","url":"https://css-tricks.com/can-we-create-a-resize-hack-with-container-queries/","canonicalUrl":"https://css-tricks.com/can-we-create-a-resize-hack-with-container-queries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d4b38c9df03ba898edae707dbd1b831","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQREgUGFCEiI0H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHhEAAgEEAwEAAAAAAAAAAAAAAQMCAAQRIQUSMfD/2gAMAwEAAhEDEQA/AMAOEGK9WRujmLxBCs1tsAc52HkO9WTklJJGkE9qmxLarbNgZ+D2UpRfKXDLfqFHGR97SFqiDHNhIaB1X//Z","siteTwitter":"@CSS","creatorTwitter":"@jh3yy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"nIatSlVbN","title":"Notion API","shortId":"nIatSlVbN","createdAt":"2021-05-20T00:05:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","tweeted":true,"views":3342,"score":27026038,"tagsStr":"general-programming,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-20T18:30:01.000Z","discussionScore":55,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:18:42.000Z","url":"https://css-tricks.com/notion-api/","canonicalUrl":"https://css-tricks.com/notion-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e36a2b08396b2bf4dc16439a7c0a44d8","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwUHEQQGIRIjNZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AytwqLJUtyyzSaprnSNx3oesjJzwQRyoAt67HlB632iIvKWJK5b5HW0hVgZJNI1w4Dxf/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":4,"description":null,"toc":null,"summary":null},{"id":"m4PzBhpwv","title":"Get Ready for ‘Flying Coach With Sean McVay and Peter Schrager’!","shortId":"m4PzBhpwv","createdAt":"2021-05-21T00:27:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:21:19.000Z","url":"https://www.theringer.com/2021/5/20/22446641/get-ready-for-flying-coach-with-sean-mcvay-and-peter-schrager","canonicalUrl":"https://www.theringer.com/2021/5/20/22446641/get-ready-for-flying-coach-with-sean-mcvay-and-peter-schrager","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13474d642ba4c4753959152299817007","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIEAAMFERIGEzEUFSFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxEAAgECBwAAAAAAAAAAAAAAAQIAAwQRITFBkbHw/9oADAMBAAIRAxEAPwDYalqTuhVNiyUqU7UoDGctJCkgmwA8nj1Eah17R+5bdycL2ZqpeWShexIvz8hCGtqcVUncHuTe4oopZQMlIA49rP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Et5DgNbvr","title":"How To Implement Authentication In Next.js With Auto0","shortId":"Et5DgNbvr","createdAt":"2021-05-20T11:22:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":213,"score":27025936,"tagsStr":"webdev,authentication,nextjs,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-20T12:30:08.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/implement-authentication-nextjs-auto0/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/implement-authentication-nextjs-auto0/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ab171aef444d1ce93ab65283c32402c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQQCAAMRBQYSEzEycbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAQADAQAAAAAAAAAAAAAAAgEAAyER/9oADAMBAAIRAxEAPwDYNp6HPS1G2Ju3GOqQxGHCMBDEPEY++qqQ3iwwitemrZ5XLcZnBPcgGlKSDHbV3A7XdMJHJ5n/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@facundozurdo","readTime":8,"description":null,"toc":null,"summary":null},{"id":"iR5EiCYfj","title":"RapidAI launches new stroke app","shortId":"iR5EiCYfj","createdAt":"2021-05-20T23:56:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025916,"tagsStr":"general-programming,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:40:44.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132461&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132461","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34921cc5747b2130867b10eac4124119","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIxAAAgIBAgYDAAAAAAAAAAAAAQIDBAAFEgYRITFBUUJhof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQACAQUBAAAAAAAAAAAAAAACAwEABBEhMaH/2gAMAwEAAhEDEQA/AMci12zpxtQwUGkUDYrKu4DoG59vRH7ierxVws9WFrMdoTlAZAKxIDcuvb7wboliZNV2JLIqPZiDqGIDDZ5HnJdieYWJQJZAAx+R94+17EFJhPZnygSUF6ApbnARrGu7mv/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"b1u8lrUCR","title":"gRPC: detailed guide to the core concepts","shortId":"b1u8lrUCR","createdAt":"2021-05-20T14:50:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":77,"score":27025907,"tagsStr":"backend,grpc","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:45:00.000Z","url":"https://daily.dev/blog/introduction-to-grpc","canonicalUrl":"https://daily.dev/blog/introduction-to-grpc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3b83e1f068294fc633feda283c2a5af","ratio":1.49480249480249,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDABESMQQGIWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHhEAAQMFAQEAAAAAAAAAAAAAAQIhMQADBAURElH/2gAMAwEAAhEDEQA/ANaDNY4eRMYoo2d3R8C1ypxYkKykX3f3WqvXvHGVQHadmAsSoIBPwX8pSkGu0+PszcVd6ClSgPLQoh5+Ci2TtsnDRbKFd6kTAYFo45Nf/9k=","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"LgIADKNj2","title":"Ratchet & Clank: Rift Apart’s accessibility features try to make a hectic game easier to play","shortId":"LgIADKNj2","createdAt":"2021-05-20T23:40:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025900,"tagsStr":"tech-news,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:36:48.000Z","url":"https://www.theverge.com/2021/5/20/22445828/ratchet-clank-rift-apart-ps5-accessibility-toggles","canonicalUrl":"https://www.theverge.com/2021/5/20/22445828/ratchet-clank-rift-apart-ps5-accessibility-toggles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c7b01115b2fea99c7a078f596a96e0a3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDBAUGERMUI0FRcdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwRxESEx/9oADAMBAAIRAxEAPwCA03lOTxGRqS1orUNlrduKSHRgDs4EH6pWxqW26xKXQ1CS4k9Bvn0iJGVfYhVFPA782Yt6a7UVnUE6E//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LzDwMJa23","title":"Groupe Cheval - Brand design","shortId":"LzDwMJa23","createdAt":"2021-05-20T23:39:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27025899,"tagsStr":"c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.behance.net/gallery/119809319/Groupe-Cheval-Brand-design","canonicalUrl":"https://www.behance.net/gallery/119809319/Groupe-Cheval-Brand-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d2bc7530554420137880d5a5eb26fda","ratio":1.62224797219003,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAgMAEQESIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDOlmsUNE1ZJhVoe1ad7z25OIhi+yP/2Q==","siteTwitter":"@behance","creatorTwitter":"@grapheine","readTime":0,"description":null,"toc":null,"summary":null},{"id":"r6N7FjIWD","title":"Exclusive: Brazilian duo Cat Dealers announce debut North American tour","shortId":"r6N7FjIWD","createdAt":"2021-05-20T23:11:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025871,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:00:00.000Z","url":"https://dancingastronaut.com/2021/05/exclusive-brazilian-duo-cat-dealers-announce-debut-north-american-tour/","canonicalUrl":"https://dancingastronaut.com/2021/05/exclusive-brazilian-duo-cat-dealers-announce-debut-north-american-tour/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c96fc25371e6c40570379aee2efe0ff","ratio":1.52027027027027,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAIREDBBIUMTNBQv/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAAMBAAAAAAAAAAAAAAAAAgABMSL/2gAMAwEAAhEDEQA/AMC6rR47cHTLlfLy+r9HuKwJF9zl2KgquaFUIiWXZyF1s//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qNdi9fI34","title":"Contributing to Open Source — Wechaty Website","shortId":"qNdi9fI34","createdAt":"2021-05-20T17:20:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":25,"score":27025867,"tagsStr":"open-source,github,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:18:03.000Z","url":"https://soumibardhan10.medium.com/contribute-to-wechaty-website-422d490aa7cf","canonicalUrl":"https://soumibardhan10.medium.com/contribute-to-wechaty-website-422d490aa7cf","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ed657a25f05fb9261af9d07c92d56a3","ratio":2.87769784172662,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHBABAQACAgMAAAAAAAAAAAAAAQIAAwQhBREi/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABcRAQADAAAAAAAAAAAAAAAAAAEAEjH/2gAMAwEAAhEDEQA/ALcjyvM33Nbdw1MECRJ8h6DozO7rpVRXt6MYwnZdhGy6z//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"s5nakKqLN","title":"NBA Play-in Game Reactions, Round 1 Picks, and Mailbag Questions","shortId":"s5nakKqLN","createdAt":"2021-05-20T23:00:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025860,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:54:59.000Z","url":"https://www.theringer.com/2021/5/20/22446537/nba-play-in-game-reactions-round-1-picks-and-mailbag-questions","canonicalUrl":"https://www.theringer.com/2021/5/20/22446537/nba-play-in-game-reactions-round-1-picks-and-mailbag-questions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61be47287b386f19b611b72fbfa927d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBSESInH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEi/9oADAMBAAIRAxEAPwDC+Kr114cg14mnN2B1mZdlR4vtfh0MkWOLiNiTTyD2PQI0O8YxqGsqzzP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"AoQLLPl1e","title":"LeBron Outshines Steph in the Play-in, Plus Tony Allen and Jeff Garlin","shortId":"AoQLLPl1e","createdAt":"2021-05-20T23:00:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025860,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:54:58.000Z","url":"https://www.theringer.com/2021/5/20/22446372/lebron-outshines-steph-in-the-play-in-plus-tony-allen-and-jeff-garlin","canonicalUrl":"https://www.theringer.com/2021/5/20/22446372/lebron-outshines-steph-in-the-play-in-plus-tony-allen-and-jeff-garlin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/35fc1bd0183ddbd7294a1d28a3d3e5d1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgEFAAMAAAAAAAAAAAABAgMRAAQFBhQhEzGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAICAgMAAAAAAAAAAAAAAAECAxEABRMhof/aAAwDAQACEQMRAD8Aldv4ntO6cVmXrrFJ1kn+SgzBytkj6oeH8NWayCk0yaaR4FjhYREoCYxZrzGMO10zmeZCbAr0DE5EXjVq7z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WC1eoy319","title":"Building a faster web experience with the postTask scheduler","shortId":"WC1eoy319","createdAt":"2021-05-20T17:14:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"airbnb","views":22,"score":27025850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:13:59.000Z","url":"https://medium.com/airbnb-engineering/building-a-faster-web-experience-with-the-posttask-scheduler-276b83454e91","canonicalUrl":"https://medium.com/airbnb-engineering/building-a-faster-web-experience-with-the-posttask-scheduler-276b83454e91","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/342c86803582c1f8731a61bcfd2a8b68","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAcEAEAAgMAAwAAAAAAAAAAAAABAgMAESEEcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB8RAAIBAwUBAAAAAAAAAAAAAAEDAgAFEQQSEyExUf/aAAwDAQACEQMRAD8Ao7c0zsvYwsuqiMGZwIuta9Yu8QbrEmgyXWjnzGMgLGqGo5A2Ilgn3v5TFycxO0rOK//Z","siteTwitter":"@AirbnbEng","creatorTwitter":"@calinoracation","readTime":12,"description":null,"toc":null,"summary":null},{"id":"5TZT2qdSL","title":"One of the US’s largest insurance companies reportedly paid $40 million to ransomware hackers","shortId":"5TZT2qdSL","createdAt":"2021-05-20T22:10:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025810,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:06:56.000Z","url":"https://www.theverge.com/2021/5/20/22446388/cna-insurance-ransomware-attack-40-million-dollar-ransom","canonicalUrl":"https://www.theverge.com/2021/5/20/22446388/cna-insurance-ransomware-attack-40-million-dollar-ransom","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GY7nGkjec","title":"Slack’s newest feature will help me remember to pause notifications before calls","shortId":"GY7nGkjec","createdAt":"2021-05-20T21:52:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025792,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:50:57.000Z","url":"https://www.theverge.com/2021/5/20/22446385/slack-pause-notifications-set-status-menu","canonicalUrl":"https://www.theverge.com/2021/5/20/22446385/slack-pause-notifications-set-status-menu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79d69684fe88e9493c6974a1abf8c803","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgQREiIxcf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzlWtDDRtAJUCWZ2joaWdxOz54+qN+3REoNf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"h-IFLWWsy","title":"Introducing Cluster RBAC, Audit Logs, and BYOK for Enterprise-Grade Security","shortId":"h-IFLWWsy","createdAt":"2021-05-20T17:30:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"conf","views":4,"score":27025782,"tagsStr":"security,cloud,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:17:06.000Z","url":"https://www.confluent.io/blog/introducing-cluster-rbac-audit-logs-and-byok-in-confluent-cloud/","canonicalUrl":"https://www.confluent.io/blog/introducing-cluster-rbac-audit-logs-and-byok-in-confluent-cloud/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"dUxgLO4-C","title":"Blizzard shows off Overwatch 2’s new 5 vs. 5 multiplayer and a trio of maps","shortId":"dUxgLO4-C","createdAt":"2021-05-20T21:39:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025779,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:35:29.000Z","url":"https://www.theverge.com/2021/5/20/22446374/overwatch-2-preview-five-player-multiplayer-new-maps-changes","canonicalUrl":"https://www.theverge.com/2021/5/20/22446374/overwatch-2-preview-five-player-multiplayer-new-maps-changes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98ff48c8e951908aa42ef298dfa32d07","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhEzGC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQADAAMAAAAAAAAAAAAAAAAAAgMBIjH/2gAMAwEAAhEDEQA/AMvzU0ln5hFHbbuEIJjY4XUNjtj3k+6qvPXkKiNYLAhBqCYpM9fdKUjNXxsWo7Lw/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"iPINygkl0","title":"US Treasury wants cryptocurrency transfers over $10,000 to be reported to the IRS","shortId":"iPINygkl0","createdAt":"2021-05-20T21:35:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025775,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:28:56.000Z","url":"https://www.theverge.com/2021/5/20/22446364/treasury-cryptocurrency-irs-fraud-tax-evasion","canonicalUrl":"https://www.theverge.com/2021/5/20/22446364/treasury-cryptocurrency-irs-fraud-tax-evasion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8aa7a195bd69a62275789722a32f19d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAEQMEFCExUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAyH/2gAMAwEAAhEDEQA/AM6aUptcytjViqhrPZvj5J7GmIF1fsRCK3R4X//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qU3GSsEaq","title":"Jane Goodall says humanity's 'disrespect of the natural world' brought on the pandemic","shortId":"qU3GSsEaq","createdAt":"2021-05-20T21:33:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025773,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:17:35.000Z","url":"https://www.livescience.com/jane-goodall-templeton-prize-sustainability-nature.html","canonicalUrl":"https://www.livescience.com/jane-goodall-templeton-prize-sustainability-nature.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2859ec0fd7039bdf708e353cd8a85a1e","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAAYBBAMAAAAAAAAAAAAAAQIDBAURAAYSITEHE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAQDESH/2gAMAwEAAhEDEQA/ALPMcy3023iouFblauJUpgFZK9xEy1xQjQiNj8rvvMpZz8wVogVJ8r6wIUC7lTXVcXjGTqKLkrqzDpgnZn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0NGJ3W2dy","title":"Lamar Odom on His Journey Through the NBA, Addiction, and Being Reborn","shortId":"0NGJ3W2dy","createdAt":"2021-05-20T21:19:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025759,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:14:41.000Z","url":"https://www.theringer.com/2021/5/20/22446394/lamar-odom-on-his-journey-through-the-nba-addiction-and-being-reborn","canonicalUrl":"https://www.theringer.com/2021/5/20/22446394/lamar-odom-on-his-journey-through-the-nba-addiction-and-being-reborn","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/31fc122d41571d35c8dbff6d76f0379d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAgIBAQkBAAAAAAAAAAAAAQIDBAARBQYHEhMhIlFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRQf/aAAwDAQACEQMRAD8A3eGli0rbjbRuXJ7cl+K5UhjcgJVjQqiqoA8vZ1+Dtplda71a8UjRLzMoY6fR+YxgWlos8P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"GJqk7vFhy","title":"Apple employees call for company to support Palestinians in internal letter","shortId":"GJqk7vFhy","createdAt":"2021-05-20T21:12:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025752,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:05:06.000Z","url":"https://www.theverge.com/2021/5/20/22446059/apple-employees-palestinians-support-internal-letter-tim-cook","canonicalUrl":"https://www.theverge.com/2021/5/20/22446059/apple-employees-palestinians-support-internal-letter-tim-cook","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f65cf3f1649950cfdf1aa7e38d23aca9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAEQIEEiEiYWL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDPCnLVrvTnrLYxpxGDiSCribNAGjY6Ng+pMKsA+PfyIiPuDx//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yOz4nnt02","title":"Urban Meyer Can’t Stop Believing in Tim Tebow","shortId":"yOz4nnt02","createdAt":"2021-05-20T21:05:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025745,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:52:25.000Z","url":"https://www.theringer.com/nfl/2021/5/20/22446298/tim-tebow-urban-meyer-reunited-jacksonville-jaguars","canonicalUrl":"https://www.theringer.com/nfl/2021/5/20/22446298/tim-tebow-urban-meyer-reunited-jacksonville-jaguars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9679786d756c5535e278295cbaf38ddb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQUAAwEAAAAAAAAAAAABAgMABAUGERIhcSL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAQACAwEAAAAAAAAAAAAAAAECAwAEIYH/2gAMAwEAAhEDEQA/ALzVdan2XFZm2v8AMXZBjSNHP7KMwDFx5E/ODgqsj1C3t41hiXGiOMBF8sbEx4PQ6SOn7SlJtlGaj3J69atqIpz3P//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"2fYRFWHq2","title":"Belkin’s $99 SoundForm Connect Audio lets you add AirPlay 2 to any speaker","shortId":"2fYRFWHq2","createdAt":"2021-05-20T21:01:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025741,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:58:35.000Z","url":"https://www.theverge.com/2021/5/20/22446088/belkin-soundform-connect-audio-airplay-2-adapter-dongle","canonicalUrl":"https://www.theverge.com/2021/5/20/22446088/belkin-soundform-connect-audio-airplay-2-adapter-dongle","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad72b79ead1112e755321720a603a848","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABBAICAgMAAAAAAAAAAAABAgMEEQAGBRMHISIxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAwACIQT/2gAMAwEAAhEDEQA/AC5mxN7JxnLztkmT5ETtYZS6hKQkOoKVH4V7H2CbojKWH5Q2RiGw0Xo7pbbSjscatSqFWT+k4xhaXXsNMYZzrqcE/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dG7BHdVri","title":"Full Stack Ethereum Development – a Complete Guide","shortId":"dG7BHdVri","createdAt":"2021-05-19T20:55:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":2316,"score":27025709,"tagsStr":"general-programming,react,crypto,blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-20T13:00:00.000Z","discussionScore":10,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:45:00.000Z","url":"https://www.freecodecamp.org/news/full-stack-ethereum-development/","canonicalUrl":"https://www.freecodecamp.org/news/full-stack-ethereum-development/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9c748520cc33c598a98fc17a7cdd518","ratio":1.63541666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACAwQREhMhIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDUIaiUyvjkDdricYcdQeBbqytmO9KIozh0/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@dabit3","readTime":18,"description":null,"toc":null,"summary":null},{"id":"ZaoL0XSaC","title":"Apple’s new privacy ad imagines Thanos-snapping your stalkers out of existence","shortId":"ZaoL0XSaC","createdAt":"2021-05-20T20:23:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025703,"tagsStr":"apple,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:21:43.000Z","url":"https://www.theverge.com/2021/5/20/22446220/apple-privacy-ad-video-ad-tracking-transparency","canonicalUrl":"https://www.theverge.com/2021/5/20/22446220/apple-privacy-ad-video-ad-tracking-transparency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/116ddb5fafd09e3e669f7ea59a9e1eeb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAgMRAAEEBRIhBjEzQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDOs3JewE5zyWw9RXEXDx3kBK8+5tHyIqjkdM6SrIat+GLmgVxNu8x3la/JRPE94pSicFP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cq7Ey1697","title":"‘WrestleMania Backlash’ Reactions","shortId":"cq7Ey1697","createdAt":"2021-05-20T20:20:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025700,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:11:52.000Z","url":"https://www.theringer.com/2021/5/20/22446279/wrestlemania-backlash-reactions","canonicalUrl":"https://www.theringer.com/2021/5/20/22446279/wrestlemania-backlash-reactions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4e2cef2c5a05a948eb6f4ce3b720cea1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABBAEDBQAAAAAAAAAAAAABAgMEESEABQYSE0FRcv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwCa8c4pGlx90TIkvrZDZdZawUoUCKuwbFE4FeM+5zI3ANvuI7CD0qKbKU5o/Ommnjtdt0y70Ayf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9otmFBVoY","title":"Börsengang von SUSE – Ein paar Bemerkungen","shortId":"9otmFBVoY","createdAt":"2021-05-20T20:08:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025688,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:56:37.000Z","url":"https://curius.de/2021/05/boersengang-von-suse-ein-paar-bemerkungen/","canonicalUrl":"https://curius.de/2021/05/boersengang-von-suse-ein-paar-bemerkungen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f632dc66399a445ea3b14951152c5e0","ratio":1.6141235813367,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwQFESETQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDQNnuDrjFVOLRHw1MkGuw3G1eWjJ271ESw1WyJn//Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Yz5Uq6KD3","title":"FDA issues mammography alert for Md facility","shortId":"Yz5Uq6KD3","createdAt":"2021-05-20T20:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025686,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:51:44.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132454&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132454","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30295ee8c525317ff5b1118c82ce8562","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgAF/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEhEhUQYi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwAPDgfkJraFjnnhk0Qy7SKTvqpKKpUekbc8Ajujd7ibWK8njt8zYSQpIyo52/Sg9HoeVkVVcMp2K//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"zrEsno93y","title":"The Pixel 6 Pro could have a curved screen and a triple rear camera, new leak suggests","shortId":"zrEsno93y","createdAt":"2021-05-20T20:01:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025681,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:00:10.000Z","url":"https://www.theverge.com/2021/5/20/22446078/google-pixel-6-pro-leak-specs-camera-screen","canonicalUrl":"https://www.theverge.com/2021/5/20/22446078/google-pixel-6-pro-leak-specs-camera-screen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6af50949b12e67a16f5cd2e87d0d0bdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEBRMUQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A3ruq3Tn8TwWsnt211XaS2oNOKCcUn6cluIiFf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ojmFECXT7","title":"Biofuel \"Fuel Beyond\"","shortId":"ojmFECXT7","createdAt":"2021-05-20T19:40:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27025660,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.behance.net/gallery/119641177/Biofuel-Fuel-Beyond","canonicalUrl":"https://www.behance.net/gallery/119641177/Biofuel-Fuel-Beyond","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/d97909119641177.60a252396a050.gif","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQACBAMFBgcRITIzkrHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQACAwAAAAAAAAAAAAAAAAAAAhESUf/aAAwDAQACEQMRAD8AxmLmPc2B4rxIkhzxyeCPX2ymnGN217KfgERJJouH/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"e6g9SrroX","title":"??? TO DAYS","shortId":"e6g9SrroX","createdAt":"2021-05-20T15:48:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27025428,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.behance.net/gallery/118038047/-TO-DAYS","canonicalUrl":"https://www.behance.net/gallery/118038047/-TO-DAYS","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3e9ca45278a90849713f105339a9385","ratio":1.41414141414141,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAyEEEQUSUXHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAiEQAAAwcFAAAAAAAAAAAAAAABAhEAAwQFEiFRBjFCkbH/2gAMAwEAAhEDEQA/ANFgc9DyMzegnjc4U6tN817pVBmaOolytCht7PlEUzUTwZc+KVxyVVvsiesEpqjIcKzCCYt3lv/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1KMmXLRA4","title":"Numbers won’t tell us when the pandemic is over","shortId":"1KMmXLRA4","createdAt":"2021-05-20T19:38:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025658,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:31:19.000Z","url":"https://www.theverge.com/22445906/social-end-pandemic-covid-adjustment-death-vibes","canonicalUrl":"https://www.theverge.com/22445906/social-end-pandemic-covid-adjustment-death-vibes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ada4d3e8c53dcbd2c7a03f2e51207d86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgIDAQADAAAAAAAAAAAAAQMCBAAFMREGIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQAEERJBIf/aAAwDAQACEQMRAD8A1Kb7L/xrY1D6tE0y8jHsTKHQQAfruW0N179FrnWWFr2VlzYwwiDORiCTz9OMYKqDkeRdrzVOz//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5GmJ9tqv6","title":"Vaginal birth vs. C-Section: Pros & cons","shortId":"5GmJ9tqv6","createdAt":"2021-05-20T19:17:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025637,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:05:17.000Z","url":"https://www.livescience.com/45681-vaginal-birth-vs-c-section.html","canonicalUrl":"https://www.livescience.com/45681-vaginal-birth-vs-c-section.html","image":"https://cdn.mos.cms.futurecdn.net/i7nrpPUEUYprAJ9SUrdHfR-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"gZLNJlKx0","title":"Carestream picks cloud platform to deliver AI apps","shortId":"gZLNJlKx0","createdAt":"2021-05-20T19:11:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025631,"tagsStr":"cloud,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:48:57.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132453&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132453","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3d0c12d0564cc6d342c44323c6a894d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACcQAAEDAwMBCQAAAAAAAAAAAAECAwQFBhEAITFBBxITIiMzUmGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAOhIkH/2gAMAwEAAhEDEQA/AIs2wLVq1NfqLT9Vt9loeomXHDjCTsPcz1OOT11n0dntqKQlRuvcjPljgj8Pe3GmZFQmyWnBJlyHgqPv4jqlZ55yfoaEqOwFEBlsDPxGjKbCT1kU6VjzZ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"xxEp9d9pq","title":"The PlayStation 5 is available at Walmart","shortId":"xxEp9d9pq","createdAt":"2021-05-20T19:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025626,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:00:12.000Z","url":"https://www.theverge.com/2021/5/20/22445559/playstation-5-ps5-restock-walmart","canonicalUrl":"https://www.theverge.com/2021/5/20/22445559/playstation-5-ps5-restock-walmart","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80b3de8d8fbd30d5aae40210be570734","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIxBiFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB4RAAIBAwUAAAAAAAAAAAAAAAECAAMEESJBUbLB/9oADAMBAAIRAxEAPwDKWxtl7pW5RltnLkqPq4CNkBDa1EDtwc8fKgKlM5O1vhqV5UUHJ980pVksNVe4B2YdFhisoITPHpn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oGReG8JoP","title":"How Ford’s F-150 Lightning stacks up against the Tesla Cybertruck and Hummer EV","shortId":"oGReG8JoP","createdAt":"2021-05-20T18:49:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025609,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:42:36.000Z","url":"https://www.theverge.com/2021/5/20/22445725/ford-f150-lightning-ev-truck-specs-cybertruck-hummer-rivian","canonicalUrl":"https://www.theverge.com/2021/5/20/22445725/ford-f150-lightning-ev-truck-specs-cybertruck-hummer-rivian","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b4bf5e25f5eae13ca0878fd7fe2658e","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCABEhBAWBBgcSIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAQEBAQEAAAAAAAAAAAAAAAECABED/9oADAMBAAIRAxEAPwCdSdxt9ZuaZIYlK0yPmsKiQy+M4xbmtw3/AFzQGGcQZ+1hf7zSlHpVSHHVIlXpv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"lWA6dVYER","title":"Brace yourself for an 'above normal' hurricane season in 2021, NOAA predicts","shortId":"lWA6dVYER","createdAt":"2021-05-20T18:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025605,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:28:05.000Z","url":"https://www.livescience.com/atlantic-hurricane-season-noaa-2021.html","canonicalUrl":"https://www.livescience.com/atlantic-hurricane-season-noaa-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17ba71884148d5409dd7c3194bc782b2","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFERIhBjEWMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAABAiEi/9oADAMBAAIRAxEAPwDHzuJvYMjZXUuSke3EgaQKvFtKgGwv12ATrobPuqU+PTIssni2OndxyaWYsXcnss2v0+zSlPHSslnl0f/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8j6LEnTYz","title":"ASRT announces education awards","shortId":"8j6LEnTYz","createdAt":"2021-05-20T18:31:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025591,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:24:14.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132452&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132452","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee40173abaed7026bed3b2fd4d014655","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAH/8QAJRAAAQIFAwQDAAAAAAAAAAAAAQIDAAQFBhIRISIHMUFxCBMW/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMEEv/aAAwDAQACEQMRAD8Arw6m1eVo9Rtudk5V6aebRvLrUTLtq5YlQAyIAA8d4QY+QlXbYbQq22FFKQCQ+rfQeoxK+3F/oMs1ZKZ5HXc+4Kbdc+tPNXYeYfXhWg898pH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"JzZNNmO5qv","title":"Snap’s new Spectacles let you see the world in augmented reality","shortId":"JzZNNmO5qv","createdAt":"2021-05-20T18:10:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025570,"tagsStr":"ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:03:41.000Z","url":"https://www.theverge.com/2021/5/20/22445481/snap-spectacles-ar-augmented-reality-announced","canonicalUrl":"https://www.theverge.com/2021/5/20/22445481/snap-spectacles-ar-augmented-reality-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f9350ed33d3fc98e8dd1b8c2e3c7e068","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAARBQYHISIxUfD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMEEjL/2gAMAwEAAhEDEQA/AMl3J6pk5yCB60DUJ6NgTwypKWIIOvofjl4K1y9BHbfl76NOolKqy6UsN6Hr8ecYyDJvdOTDRFcDYT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"gim1yP_Z-","title":"GMMK: RGB-Beleuchtung per Skript steuern – auch für andere Tastaturen","shortId":"gim1yP_Z-","createdAt":"2021-05-20T18:08:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025568,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:36:04.000Z","url":"https://www.tutonaut.de/gmmk-rgb-beleuchtung/","canonicalUrl":"https://www.tutonaut.de/gmmk-rgb-beleuchtung/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7a2f9d92fdf6bb82a6a803bdffdf35a","ratio":1.33184523809524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAkEAABAgMIAwAAAAAAAAAAAAABAgQABREDBgcSEyJBcSFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARMf/aAAwDAQACEQMRAD8AmV0JlcqynbNvMS6DDUGpbb6Zek+fVeotQZ4SAbpkkK5yPllNfh5EIQCo7t//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":8,"description":null,"toc":null,"summary":null},{"id":"weYLjmfpj","title":"This Brain-Controlled Robotic Arm Can Twist, Grasp—and Feel","shortId":"weYLjmfpj","createdAt":"2021-05-20T18:04:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025564,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:00:00.000Z","url":"https://www.wired.com/story/this-brain-controlled-robotic-arm-can-twist-grasp-and-feel/","canonicalUrl":"https://www.wired.com/story/this-brain-controlled-robotic-arm-can-twist-grasp-and-feel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b16ab9197a4b537d8d759673a80749a8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEAAURMQYHEkH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAABEBAAL/2gAMAwEAAhEDEQA/AIYN7HJo4qzauksyyn6sRoFeReOmPHJ77yp0Pd3mFehWhhfXCOONUUGoCQAAB+4xgkHU6qO//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"r-BcLXcg9","title":"Axonics gets FDA nod for using extremity MRI with r-SNM","shortId":"r-BcLXcg9","createdAt":"2021-05-20T18:01:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025561,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:40:51.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132450&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132450","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30295ee8c525317ff5b1118c82ce8562","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgAF/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEhEhUQYi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwAPDgfkJraFjnnhk0Qy7SKTvqpKKpUekbc8Ajujd7ibWK8njt8zYSQpIyo52/Sg9HoeVkVVcMp2K//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZtW4wkyRF","title":"Snapchat gets augmented reality Legos you can build with a friend","shortId":"ZtW4wkyRF","createdAt":"2021-05-20T18:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025560,"tagsStr":"ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:55:00.000Z","url":"https://www.theverge.com/2021/5/20/22445495/snapchat-connected-lenses-ar-friends-lego","canonicalUrl":"https://www.theverge.com/2021/5/20/22445495/snapchat-connected-lenses-ar-friends-lego","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb53df77e0e929adffdc33f29bfdfdfb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQMCAAUREgQhMQb/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMhEf/aAAwDAQACEQMRAD8ArOQ9sbhcmMEZOSWyUqOsdRADXvPoHtYfH+0uUULjALEREAAjPWKUoLo4xTRq6f/Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YK6KKytwiD","title":"Slack is having problems, it’s not just you","shortId":"YK6KKytwiD","createdAt":"2021-05-20T18:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025560,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:59:45.000Z","url":"https://www.theverge.com/2021/5/20/22446007/slack-down-outage-messages-trouble-loading","canonicalUrl":"https://www.theverge.com/2021/5/20/22446007/slack-down-outage-messages-trouble-loading","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71a16a8d91ae131b91adec54cf301040","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQUAAwEAAAAAAAAAAAAAAwABAgQREiJRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzxVtDFRsgnVCSZsaBZbzE7PvX74odbxkRKA//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_Mke8NIgp","title":"Snap Made AR Glasses—but You Won’t Be Buying Them","shortId":"_Mke8NIgp","createdAt":"2021-05-20T17:57:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025557,"tagsStr":"general-programming,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:55:00.000Z","url":"https://www.wired.com/story/snap-spectacles-ar/","canonicalUrl":"https://www.wired.com/story/snap-spectacles-ar/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a553798b3bdbe5a8d2d038aa214b6f40","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAwABAgcAAAAAAAAAAAAAAQIDAAUhBAYRFDFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAgIBBQAAAAAAAAAAAAAAAQMAAgQREiHh8f/aAAwDAQACEQMRAD8AynM+rWp3XEBqo6kAhX2PX4RtkstONZJQ3cF1DePeMYcOOtSxsGnglZTktrc1B4Hc/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"-T9Q-tLfl","title":"Jonathan McDowell: Losing control to Kubernetes","shortId":"-T9Q-tLfl","createdAt":"2021-05-20T17:56:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27025556,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:43:13.000Z","url":"https://www.earth.li/~noodles/blog/2021/05/losing-control-to-k8s.html","canonicalUrl":"https://www.earth.li/~noodles/blog/2021/05/losing-control-to-k8s.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0b1b0910296632be215e9b2ade4cd79","ratio":1.15273775216138,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAkEAABAwIEBwAAAAAAAAAAAAABAgMRAAUEBhMxIjM0YXFzsf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ABrjb2l2Fd2wd5KChjWWwVbQJgxtUW3nIaaYaWsQOIuQVd9qJu3S4r0H5QLfLT4FGgkb/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ZhFd9lRiH","title":"Snap will launch a standalone iOS video editing app called Story Studio later this year","shortId":"ZhFd9lRiH","createdAt":"2021-05-20T17:40:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025540,"tagsStr":"ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:35:00.000Z","url":"https://www.theverge.com/2021/5/20/22445373/snap-ios-story-studio-app-video-edit-app-spotlight","canonicalUrl":"https://www.theverge.com/2021/5/20/22445373/snap-ios-story-studio-app-video-edit-app-spotlight","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/175f26ca0d7bf346edfab6ff1c724c64","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQMCAAQFEQYSEyEiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAECADEEBhH/2gAMAwEAAhEDEQA/AIPhq+51Y9kELg6R0Zjez5arQVrjVttksYFSnOAlI9P2SO/2lKkbE7IyEG+xuFRn/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"CRqBhMUEo","title":"12 Best Design Podcasts To Keep You Inspired At Home","shortId":"CRqBhMUEo","createdAt":"2021-05-20T13:13:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025273,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T08:12:59.000Z","url":"https://marketsplash.com/design-podcasts/","canonicalUrl":"https://marketsplash.com/design-podcasts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81253780f538ba75463920e212003e2b","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAGhAAAwEAAwAAAAAAAAAAAAAAAAECEQMhMf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAxAv/aAAwDAQACEQMRAD8A0E21x3KzH70QADVdqIcgqG3/2Q==","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":9,"description":null,"toc":null,"summary":null},{"id":"8CqJUK30o","title":"Improving your monitoring setup by integrating Cloudflare’s analytics data into Prometheus and Grafana","shortId":"8CqJUK30o","createdAt":"2021-05-20T13:02:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cloudflare","views":6,"score":27025525,"tagsStr":"infrastructure,kubernetes,devops,graphql,cloudflare,prometheus,grafana","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:00:15.000Z","url":"https://blog.cloudflare.com/improving-your-monitoring-setup-by-integrating-cloudflares-analytics-data-into-prometheus-and-grafana/","canonicalUrl":"https://blog.cloudflare.com/improving-your-monitoring-setup-by-integrating-cloudflares-analytics-data-into-prometheus-and-grafana/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f23a3e891bae42c8092ed494baa576a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhABAAICAQUAAAAAAAAAAAAAAQACAxEEEyEiUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANOcTDl6V7W5OSzfYbDx+SyolQXaHd9xEIa//9k=","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_g51rnDK0","title":"FCC reduces out-of-state prison phone rates","shortId":"_g51rnDK0","createdAt":"2021-05-20T17:23:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025523,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:22:13.000Z","url":"https://www.theverge.com/2021/5/20/22445899/fcc-state-phone-rates-prison-authority-jessica-rosenworcel","canonicalUrl":"https://www.theverge.com/2021/5/20/22445899/fcc-state-phone-rates-prison-authority-jessica-rosenworcel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/088aa0fc1bc626e5f2f176e57f8fab83","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAQQBBAMBAAAAAAAAAAAAAQIDBAUABhETMQcSQlH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCA074+i2929WMTXYauAuF1KAsHYj5PXf7mganSNTHqobKocZxTbKEFfGR7bJA37xjGjX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"varjwCkB5","title":"The Historic No-hitter Pace Is Bad for Fans. But It May Be Just What MLB Needs.","shortId":"varjwCkB5","createdAt":"2021-05-20T17:23:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025523,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:20:58.000Z","url":"https://www.theringer.com/mlb/2021/5/20/22445848/no-hitters-spencer-turnbull-corey-kluber","canonicalUrl":"https://www.theringer.com/mlb/2021/5/20/22445848/no-hitters-spencer-turnbull-corey-kluber","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1551a5c01cded2aaba20bcea15d35586","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgEDBBEAEhMhMQX/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDS5PyIrs45BNgbzDBvt8gooKRUi7ClbV1XfmWDwuwo7iMI2htiWgLQjaeJ15jGAm8KTdH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"MOaMzkY4h","title":"Excision drops long-awaited ‘Back to Back’ with Armanni Reign, UBUR on 20-track ‘Night: Vol. 4’ compilation","shortId":"MOaMzkY4h","createdAt":"2021-05-20T17:18:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025518,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:16:27.000Z","url":"https://dancingastronaut.com/2021/05/excision-drops-long-awaited-back-to-back-with-armanni-reign-ubur-on-20-track-night-vol-4-compilation/","canonicalUrl":"https://dancingastronaut.com/2021/05/excision-drops-long-awaited-back-to-back-with-armanni-reign-ubur-on-20-track-night-vol-4-compilation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19da8f42e2d659af3af99607471c718e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAASBQYTcSEiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAwADAAAAAAAAAAAAAAACAAMRARIh/9oADAMBAAIRAxEAPwDNuweefrtXgnvTWa5SK3Xh1GwQkhVDH4GrM3sE5NS4KzHTgSTw7rGob7n9A9YxjHF77p77FK6AUsn/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"89kSGZL-8","title":"AWS CDK for EKS — Handling Helm Charts","shortId":"89kSGZL-8","createdAt":"2021-05-20T07:04:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":4,"score":27025228,"tagsStr":"aws,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T02:23:13.000Z","url":"https://jimmy-ray.medium.com/aws-cdk-for-eks-handling-helm-charts-aa002afedde4","canonicalUrl":"https://jimmy-ray.medium.com/aws-cdk-for-eks-handling-helm-charts-aa002afedde4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66ff5824ba7118179b5ff1ca03eb14a2","ratio":0.839195979899497,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQf/xAAfEAACAgIBBQAAAAAAAAAAAAABAgAhAxFBBCVRYcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ai2JS/RJrK2Mrz6hLUxAsDnzFHHazqq+wuB//2Q==","siteTwitter":"@Medium","creatorTwitter":"@jimmyraywv","readTime":5,"description":null,"toc":null,"summary":null},{"id":"dlunYf0qg","title":"People are bidding millions for the first ride on Blue Origin’s suborbital crew capsule","shortId":"dlunYf0qg","createdAt":"2021-05-20T17:11:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025511,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:01:50.000Z","url":"https://www.theverge.com/2021/5/20/22445585/jeff-bezos-blue-origin-new-shepard-millions-auction-bid","canonicalUrl":"https://www.theverge.com/2021/5/20/22445585/jeff-bezos-blue-origin-new-shepard-millions-auction-bid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7223d1f7986236a26a39e2c9ce187733","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxIEBQYTIRFBwf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAMBAgQxUf/aAAwDAQACEQMRAD8AzJt1cdL4EbxE+7ByEAEe1R30xxsdGx/J76lcPiIpUyGTGx3Qvh//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lfJP-yshT","title":"Understanding React","shortId":"lfJP-yshT","createdAt":"2021-05-14T21:21:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":175,"score":27017787,"tagsStr":"react,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:56:28.000Z","url":"https://itnext.io/understanding-react-%EF%B8%8F-3bc9589ab166","canonicalUrl":"https://itnext.io/understanding-react-%EF%B8%8F-3bc9589ab166","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5423a2de583c5b8ae639807605d8ce3","ratio":1.52173913043478,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhBDH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzHXf5BSivTrgYTn2QsQWJHBvIiB//9k=","siteTwitter":"@itnext_io","creatorTwitter":"@lobellomatteo","readTime":7,"description":null,"toc":null,"summary":null},{"id":"0nzAHbE2M","title":"Get ready for a busy Atlantic hurricane season","shortId":"0nzAHbE2M","createdAt":"2021-05-20T17:01:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025501,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:56:00.000Z","url":"https://www.theverge.com/2021/5/20/22445539/2021-atlantic-hurricane-season-noaa-forecast","canonicalUrl":"https://www.theverge.com/2021/5/20/22445539/2021-atlantic-hurricane-season-noaa-forecast","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50065fe0bd8f4b8479caf4ddb2bb8a1e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQACAwYSBAUHETETISVScf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIS/9oADAMBAAIRAxEAPwCTqNVVTYTMnWZ3iBGyUhscY6YtJBtOx7gbfeVjX6j1Re7yk3PsURD0yuS//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"d-T9pSVeq","title":"Acer Swift 3X review: not quite swift enough","shortId":"d-T9pSVeq","createdAt":"2021-05-20T16:56:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025496,"tagsStr":"hardware,swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:54:03.000Z","url":"https://www.theverge.com/22445605/acer-swift-3x-review-14-inch-laptop-specs-features-price","canonicalUrl":"https://www.theverge.com/22445605/acer-swift-3x-review-14-inch-laptop-specs-features-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3b3b24a33a968ba9a3e29f99cd86c9c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAURIUEHEv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAAyEiQf/aAAwDAQACEQMRAD8AmB6HJLf7dLPbEaSOMRAJOyIC2Mt8ju61G22JwNnPaUqexJ2DlxdkE3Se5//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yYh0tj1rN","title":"‘Save Me’ featuring Violet Days sees GATTÜSO embrace his emotional side","shortId":"yYh0tj1rN","createdAt":"2021-05-20T16:40:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025480,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/save-me-featuring-violet-days-sees-gattuso-embrace-his-emotional-side/","canonicalUrl":"https://dancingastronaut.com/2021/05/save-me-featuring-violet-days-sees-gattuso-embrace-his-emotional-side/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a11f73fac0303fe14e22592339db38e2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACBAMFERITISIxQVGBov/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECUQMhMf/aAAwDAQACEQMRAD8AzB0QzLbIpxK7ZMOI01WtOpgZygkgHu44b6OeqmFlhkZN3gg+Nuvw+URMOtUVk0ouz//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"otIdhZTyH","title":"Pendulum to release first body of work in more than a decade, ‘Elemental’","shortId":"otIdhZTyH","createdAt":"2021-05-20T16:27:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025467,"tagsStr":"aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:20:34.000Z","url":"https://dancingastronaut.com/2021/05/pendulum-announce-june-17-return-with-first-body-of-work-in-more-than-a-decade/","canonicalUrl":"https://dancingastronaut.com/2021/05/pendulum-announce-june-17-return-with-first-body-of-work-in-more-than-a-decade/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2bfc2c0a3b849bc8a5c35f0a14ff2b2","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDBAAFERIGIRNCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACERMh/9oADAMBAAIRAxEAPwCRxhbHCt4T5rbJSBFPK0UfbbOfb7WUlXKGcp4mYwttEaqAJ1qmekpSjqFC7GGxJw5Fbmc6UAA9Gz//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"uhZ1NwnpK","title":"Two years later, Ibranovski reconvenes with Tchami’s Confession—stream ‘Only You’","shortId":"uhZ1NwnpK","createdAt":"2021-05-20T16:27:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025467,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:26:46.000Z","url":"https://dancingastronaut.com/2021/05/after-two-years-ibranovski-has-reconvened-with-tchamis-confession-stream-only-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/after-two-years-ibranovski-has-reconvened-with-tchamis-confession-stream-only-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1d741e23157ab94121e14403e869130","ratio":1.49953139643861,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESESJEGS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAIRH/2gAMAwEAAhEDEQA/AMOsDyLXBlPBiLKcVwUw441zwRspwrXuckeaqcUuKSesfqlKI3szgX//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WHuN1vf5d","title":"World's first nuclear bomb test created rare, otherworldly crystal","shortId":"WHuN1vf5d","createdAt":"2021-05-20T16:19:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025459,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:12:52.000Z","url":"https://www.livescience.com/trinity-nuclear-bomb-test-rare-quasicrystal.html","canonicalUrl":"https://www.livescience.com/trinity-nuclear-bomb-test-rare-quasicrystal.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76b64dec6256a9ea177d12272edc4be4","ratio":1.29589632829374,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgEDBAAFEQYhBxIiMVKBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAFBAgP/2gAMAwEAAhEDEQA/AKbVcfiPftZ3Zu1Dc24zLxBHJt5Y7LQCvSqbohkuy537+q3u2g+3booSz55ItAjpeR4TK/c0pRyqU6OH/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cWbH4diLr","title":"Epic’s Mega Sale returns with free NBA 2K21 and deals on Assassin’s Creed Valhalla, Cyberpunk 2077, and more","shortId":"cWbH4diLr","createdAt":"2021-05-20T16:19:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025459,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:13:41.000Z","url":"https://www.theverge.com/2021/5/20/22445708/epic-games-mega-sale-free-deals-coupons","canonicalUrl":"https://www.theverge.com/2021/5/20/22445708/epic-games-mega-sale-free-deals-coupons","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3cab9dc09c7b7c3360f7dd938801071","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBRIUMiEx4f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACMSHw/9oADAMBAAIRAxEAPwDI2i300WRIlyEk8VAE3WsN1GBuJPgZ9VDTQ1dFc3zlhnp9pSgvZap57IZbLEbP/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"l1zL5NTCt","title":"Are Giannis and the Milwaukee Bucks’ Defense Ready for the Playoffs?","shortId":"l1zL5NTCt","createdAt":"2021-05-20T16:17:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025457,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:04:34.000Z","url":"https://www.theringer.com/video/2021/5/20/22445134/are-giannis-and-the-milwaukee-bucks-defense-ready-for-the-playoffs","canonicalUrl":"https://www.theringer.com/video/2021/5/20/22445134/are-giannis-and-the-milwaukee-bucks-defense-ready-for-the-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e07046701534c00abd71f726e8eb0f1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIhAAMEERIFFlFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHREAAAUFAAAAAAAAAAAAAAAAAAECAyERUXHB0f/aAAwDAQACEQMRAD8Ajby1zDf6hlWud/GZEXi5AYyWLediNR9rT7gyGlQVUyFDmPVKU7RyrIlegk0touj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QrDzKVEj3","title":"AI enables noninvasive tumor pathology mapping on brain MRI","shortId":"QrDzKVEj3","createdAt":"2021-05-20T16:12:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025452,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:55:01.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132449&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132449","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c2add01c22da8a6d7d15989927e9d58","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQQGB//EACEQAAAEBgMBAAAAAAAAAAAAAAABAgMEERJBUXEhImHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADERL/2gAMAwEAAhEDEQA/AMeagoZtBUtlOXuNAOJaJaiJPEzz8C0e2ig+ibW0IEDGYdFpfZcEOZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ssID_H5lw","title":"New opportunities in the Red Hat Desktop team","shortId":"ssID_H5lw","createdAt":"2021-05-20T16:04:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27025444,"tagsStr":"red-hat","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:00:00.000Z","url":"https://blogs.gnome.org/uraeus/2021/05/20/new-opportunities-in-the-red-hat-desktop-team/","canonicalUrl":"https://blogs.gnome.org/uraeus/2021/05/20/new-opportunities-in-the-red-hat-desktop-team/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"lph7VVO1K","title":"Acclaimed TimeSplitters franchise set to return under reborn Free Radical studio","shortId":"lph7VVO1K","createdAt":"2021-05-20T15:58:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:56:53.000Z","url":"https://www.theverge.com/2021/5/20/22445699/timesplitters-free-radical-design-deep-silver","canonicalUrl":"https://www.theverge.com/2021/5/20/22445699/timesplitters-free-radical-design-deep-silver","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5abfe41c8d883b3fbbaee85ac94e4bf","ratio":1.90789473684211,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQMEEQACEiEFFAYiMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMRBBIhof/aAAwDAQACEQMRAD8AvmjJq0aIcmi2R7TpbrqEpjG7FMHKAIkk7iJ3+1k3C3MlwqRyotGR9bW4AG/gE6FKVXHFuIv0okldGBpxf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0nD_Kkunp","title":"Ford teams up with South Korea’s SK Innovation to build EV batteries in the US","shortId":"0nD_Kkunp","createdAt":"2021-05-20T15:46:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025426,"tagsStr":"venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:45:51.000Z","url":"https://www.theverge.com/2021/5/20/22445688/ford-sk-innovation-ev-battery-production-joint-venture","canonicalUrl":"https://www.theverge.com/2021/5/20/22445688/ford-sk-innovation-ev-battery-production-joint-venture","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/092a636ea530dd0d39fd3af3a68dadf3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYSIUGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAABEA/9oADAMBAAIRAxEAPwC73T3KF7TYrhcibjMMm2mjCC+oq6vsL+ZoUKS6qGwp4pW6W0lagKBNeTXrGMLC/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6Zp0P4TgF","title":"125BPM vs 100KPH","shortId":"6Zp0P4TgF","createdAt":"2021-05-20T12:05:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27025205,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:00:00.000Z","url":"https://blog.jimmac.eu/2021/100kph/","canonicalUrl":"https://blog.jimmac.eu/2021/100kph/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfb655414604632b0aefab3fd312ad79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADEQYTITElkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgMAAwAAAAAAAAAAAAAAASEAAgMEEmH/2gAMAwEAAhEDEQA/AMPpyVhGkA4jUwrUt3CTvEpKjcOMDJPPHYx0aiMfpbJ8LZ9q+0pTMcTEMVDhu+mhXYr2f//Z","siteTwitter":"@jimmac","creatorTwitter":"@jimmac","readTime":0,"description":null,"toc":null,"summary":null},{"id":"n3Pne1b23","title":"Can Nikola Jokic Carry the Denver Nuggets Through the Playoffs?","shortId":"n3Pne1b23","createdAt":"2021-05-20T15:46:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:35:27.000Z","url":"https://www.theringer.com/video/2021/5/20/22443943/can-nikola-jokic-carry-the-denver-nuggets-through-the-playoffs","canonicalUrl":"https://www.theringer.com/video/2021/5/20/22443943/can-nikola-jokic-carry-the-denver-nuggets-through-the-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/152626576213bddc6405189225e9fc9b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBgcREiExgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAD/9oADAMBAAIRAxEAPwCL0HgLDIbXaiuLiNjdlpOswYjqIwGQcevDEn7WYRIWiQljyQDSlNwWroc/aSYhN//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"kx39QtKtjE","title":"Wizardry, the algorithmic trading framework","shortId":"kx39QtKtjE","createdAt":"2021-05-17T18:52:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":28,"score":27021699,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:18:17.000Z","url":"https://itnext.io/wizardry-the-algorithmic-trading-framework-b90046fcb80","canonicalUrl":"https://itnext.io/wizardry-the-algorithmic-trading-framework-b90046fcb80","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a358aec62720a2fdc8aaa538f062ebc","ratio":1.40056022408964,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAxESIQRB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQISQf/aAAwDAQACEQMRAD8A03ZX7y7FLqgueAr8l1S/UbWqWx3CxEbEKCWn/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WrVGatvt8","title":"Revealed: London 2022 poster for ISMRM and ESMRMB congress","shortId":"WrVGatvt8","createdAt":"2021-05-20T15:37:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:35:43.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132448&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132448","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a28079cd52938e6fa25ac2166e62856","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAUhABEGMRJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAcEQABBAMBAAAAAAAAAAAAAAADAAECoREyQeH/2gAMAwEAAhEDEQA/AKXBwPjY2x9/ESJH8QW6Ql26J63s+t8G2fHXaxKxu0wS5JAkAA39cf8AnFOrU8dovUrQwObCKWijCkjr12OYTkMpkFv2VW9bCiVgAJm1s/vFYpY9pC8BZ1vxf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"zzRMJ-p5y","title":"25 Neumorphism UI Design Inspirations and Examples","shortId":"zzRMJ-p5y","createdAt":"2021-05-20T15:20:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025400,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:00:39.000Z","url":"https://superdevresources.com/neumorphism-ui-design-inspiration/","canonicalUrl":"https://superdevresources.com/neumorphism-ui-design-inspiration/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38a3016c7a0b790492bd232b7d345d36","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAyEREv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8A0RdYSrBGCNoBO7wSf1ERRFW//9k=","siteTwitter":"@superdevres42","creatorTwitter":"@monikaratan","readTime":11,"description":null,"toc":null,"summary":null},{"id":"DR9xH6Cwg","title":"A Full Round of Premier League Fixtures ... With Fans!","shortId":"DR9xH6Cwg","createdAt":"2021-05-20T15:16:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025396,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:15:02.000Z","url":"https://www.theringer.com/2021/5/20/22445676/a-full-round-of-premier-league-fixtures-with-fans","canonicalUrl":"https://www.theringer.com/2021/5/20/22445676/a-full-round-of-premier-league-fixtures-with-fans","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49b16bebfdf76db899ff384122b6315e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAACAQMRAAQFBgchMTJBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJC/9oADAMBAAIRAxEAPwC5k9MgO5FjinLx5wTxyXZOeMkrkRCL9We/VSWMeLjLZuGpmQopEs8rHK90pSOkhu0yN//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ut8CoCFVf","title":"Too much TV may be bad for your long-term brain health","shortId":"ut8CoCFVf","createdAt":"2021-05-20T15:14:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:00:00.000Z","url":"https://www.livescience.com/tv-watching-midlife-brain-health.html","canonicalUrl":"https://www.livescience.com/tv-watching-midlife-brain-health.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df65647b4a5d2455ac303d53a0d99dd8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgIBAwQDAAAAAAAAAAAAAQIDBAAGESEFBxITIjFj/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMh/9oADAMBAAIRAxEAPwCpqPTF6apYQwoWexcSIMybD1qhUcL+fJzBRdrevWo0sVRSNeUCSMvL8vE8jfj72xjE3ZqcILXMbPZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Uj28ANEe2","title":"Tiny 'hearts' self-assemble in lab dishes and even beat like the real thing","shortId":"Uj28ANEe2","createdAt":"2021-05-20T15:14:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:02:18.000Z","url":"https://www.livescience.com/sesame-seed-size-heart-organoids.html","canonicalUrl":"https://www.livescience.com/sesame-seed-size-heart-organoids.html","image":"https://cdn.mos.cms.futurecdn.net/TpFS9Mx54Uh8RvfLuiQayR-1200-80.gif","ratio":1.78173719376392,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIEAAMFERIGBzFhIUFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AI3qoNXd6/09OY1ISkvils2yUoFrNSrJUwW+gjvxbiNmDkAWUjJQ5UffcIQl/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FSH-HqhQV","title":"Breaking Down Kendrick Lamar’s ‘Good Kid M.A.A.D. City’","shortId":"FSH-HqhQV","createdAt":"2021-05-20T15:09:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025389,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:06:19.000Z","url":"https://www.theringer.com/2021/5/20/22445638/breaking-down-kendrick-lamars-good-kid-m-a-a-d-city","canonicalUrl":"https://www.theringer.com/2021/5/20/22445638/breaking-down-kendrick-lamars-good-kid-m-a-a-d-city","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/646b03b405f88a5a0050fa6f5f448fdc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEBQARBiEiQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACB//EABwRAAICAgMAAAAAAAAAAAAAAAECAAQDEhEhsf/aAAwDAQACEQMRAD8AntTcynOP2VXHWYyC628HGz2k+CdfcokafdtR2m02xIQkJBLIJOh77xjFaJ2lMpIrZG2HPQ9af//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Kr60nRnp4","title":"Can Kawhi and Paul George Finally Break the Clipper Curse?","shortId":"Kr60nRnp4","createdAt":"2021-05-20T15:09:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025389,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:01:37.000Z","url":"https://www.theringer.com/video/2021/5/20/22443934/can-kawhi-leonard-paul-george-finally-break-los-angeles-clippers-curse","canonicalUrl":"https://www.theringer.com/video/2021/5/20/22443934/can-kawhi-leonard-paul-george-finally-break-los-angeles-clippers-curse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8d045149d28eadbda9c7fc9ce1963d2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxABAAAGAQMFAAAAAAAAAAAAAQACAwQFEQYSFCEjQVFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEQMxUWHw/9oADAMBAAIRAxEAPwCf4dhsfkOFZ29uqM81zZkpRmKjKHpEwoaHSqfb53GeXRL3NXRo632Pn8hCAb9tXKRkunK//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"tpS0gJ6P6","title":"Twitter is letting anyone apply for verification for the first time since 2017","shortId":"tpS0gJ6P6","createdAt":"2021-05-20T15:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025383,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:00:00.000Z","url":"https://www.theverge.com/2021/5/20/22435770/twitter-public-verification-program-launch-2021-pronouns-profile","canonicalUrl":"https://www.theverge.com/2021/5/20/22435770/twitter-public-verification-program-launch-2021-pronouns-profile","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80c0b1f3b8bf71db843e89d19675bcea","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhMRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPlLqtFiGpGd8+bCTqYdOdzvndkAHPYiX0v//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ZpP-FQSeQ","title":"Does eating celery really burn more calories than it contains?","shortId":"ZpP-FQSeQ","createdAt":"2021-05-20T14:48:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025368,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-200-does-eating-celery-really-burn-more-calories-than-it-contains/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-200-does-eating-celery-really-burn-more-calories-than-it-contains/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10d5b0206ec741ca8778a71eb42f5d02","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQRIQUUUQYSE0Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEEESH/2gAMAwEAAhEDEQA/AJXUyUm2dE2YcKSvgSaM25Y8Xx7jIjWnQdsutRUXADSbkD7iEImaiavQ8H//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ulNFzdT5m","title":"Armin van Buuren, Nicky Romero, Charlotte de Witte, and more top Tomorrowland Around the World 2 poster","shortId":"ulNFzdT5m","createdAt":"2021-05-20T14:45:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025365,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:42:40.000Z","url":"https://dancingastronaut.com/2021/05/armin-van-buuren-nicky-romero-charlotte-de-witte-and-more-top-tomorrowland-around-the-world-2-poster/","canonicalUrl":"https://dancingastronaut.com/2021/05/armin-van-buuren-nicky-romero-charlotte-de-witte-and-more-top-tomorrowland-around-the-world-2-poster/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/591b5c959a9ac79180d2e2890a03c361","ratio":1.78784266984505,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIhBgcVIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDOrJ3Tch2tuPGtrCGWwAE6pwoAnbYY9iRx8xUrI61iuyHXPDsp3UVYB4GTSlGWtdPItzgE/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pGHCne7K5","title":"Sony’s excellent WH-1000XM4 headphones are $90 off at eBay","shortId":"pGHCne7K5","createdAt":"2021-05-20T14:20:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025340,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:15:35.000Z","url":"https://www.theverge.com/good-deals/2021/5/20/22445450/sony-wh1000xm4-headphones-apple-siri-remote-galaxy-buds-plus-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/20/22445450/sony-wh1000xm4-headphones-apple-siri-remote-galaxy-buds-plus-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5cde8535387a4a91e79e507d0511eb88","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQhBQYREhUkYbL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAD/9oADAMBAAIRAxEAPwCW1/XbhW+tSKFJ8qaEwLgWlUGmPUOSc+ia0BLY7pSJ7haZPObHP3SlBGMuo6oA03//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"C8CUdbAW8","title":"Tesla Model S Plaid ‘delivery event’ confirmed for June 3rd","shortId":"C8CUdbAW8","createdAt":"2021-05-20T14:03:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025323,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:59:46.000Z","url":"https://www.theverge.com/2021/5/20/22445453/tesla-model-s-plaid-delivery-event-date","canonicalUrl":"https://www.theverge.com/2021/5/20/22445453/tesla-model-s-plaid-delivery-event-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eaf312eda9e6b6ced97a2c5a618bf747","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQADBAIFBxEGEyExUWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRIZH/2gAMAwEAAhEDEQA/AIXnI3EEmXQ5Ffah0A9G22wade991rRkdzQ3aYxPnmH4iIrS83aWLiP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0YSIlMUEY","title":"What is Web3? The Decentralized Internet of the Future Explained","shortId":"0YSIlMUEY","createdAt":"2021-05-19T21:09:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":158,"score":27024962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T21:09:01.000Z","url":"https://www.freecodecamp.org/news/what-is-web3/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-web3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/816d8bda7881977013a1a8541244b367","ratio":1.08873162765378,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgMGCP/EACEQAAICAQIHAAAAAAAAAAAAAAECABEEBRIDEyEzQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEAAwAAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDO2nYeFxNO5jkb9t1V37s+Kk+4AdgptQehhp2X+xUV2VvYQwn/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@dabit3","readTime":8,"description":null,"toc":null,"summary":null},{"id":"fxmjXTuPa","title":"Kimberly Nicholas interview: How to be human in a warming world","shortId":"fxmjXTuPa","createdAt":"2021-05-20T14:18:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-500-kimberly-nicholas-interview-how-to-be-human-in-a-warming-world/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-500-kimberly-nicholas-interview-how-to-be-human-in-a-warming-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1240a4fcd45d7cf0c83574155eff0388","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAgEDBQAAAAAAAAAAAAABAwIRAAQGIQUSMUHB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAhEABDFB8P/aAAwDAQACEQMRAD8Aqw60DsxLF6hkmMcZsuI5IPdd0PPAyZLcCzImtWbPplfcYyBtkoxJkm1e3H7EqSvcZ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UcOpeGSxa","title":"China's Zhurong Mars rover takes its first photos from the surface","shortId":"UcOpeGSxa","createdAt":"2021-05-20T14:18:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2278064-chinas-zhurong-mars-rover-takes-its-first-photos-from-the-surface/","canonicalUrl":"https://www.newscientist.com/article/2278064-chinas-zhurong-mars-rover-takes-its-first-photos-from-the-surface/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51fc667b9ba31daad137a2b62e86d972","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBRIGExQhof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAgMAAAAAAAAAAAAAAAAAAQIAAxH/2gAMAwEAAhEDEQA/AMVxXkrdxf22JdaDlxtKAW06LUYAMGQDE+6sPZPH9q9upKtjI8NBj5SlTrUKuCOxix0z/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LR6321vOc","title":"‘Zombie’ fires in Alaska and Canada may be becoming more common","shortId":"LR6321vOc","createdAt":"2021-05-20T14:18:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2278118-zombie-fires-in-alaska-and-canada-may-be-becoming-more-common/","canonicalUrl":"https://www.newscientist.com/article/2278118-zombie-fires-in-alaska-and-canada-may-be-becoming-more-common/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f876bf825cc9146f09f9bd379b22dbe5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgEDBAAREwYHEiExYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECEyH/2gAMAwEAAhEDEQA/AM1prch3TUUpzQ5Eckt5GhTsuJW9X5U5O5oPSHXUyjzNSst+rrSlG2SWFmf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Ya9uBgtlH","title":"An AI has disproved five mathematical conjectures with no human help","shortId":"Ya9uBgtlH","createdAt":"2021-05-20T14:18:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"ai,math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278276-an-ai-has-disproved-five-mathematical-conjectures-with-no-human-help/","canonicalUrl":"https://www.newscientist.com/article/2278276-an-ai-has-disproved-five-mathematical-conjectures-with-no-human-help/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96b39451414d369b0870906cd06321b1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQREiGBof/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRACH/2gAMAwEAAhEDEQA/AM1hLjWU8mB5MAFAXrv2QWNgJYytXaGBIIGtD7ESqyiDGRoTe7//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"sxmhQE1ow","title":"Crewed lunar mission must launch by 2025 to avoid deadly solar storms","shortId":"sxmhQE1ow","createdAt":"2021-05-20T14:18:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278225-crewed-lunar-mission-must-launch-by-2025-to-avoid-deadly-solar-storms/","canonicalUrl":"https://www.newscientist.com/article/2278225-crewed-lunar-mission-must-launch-by-2025-to-avoid-deadly-solar-storms/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ad9faf11379d90ab8132bd87f6b0379","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACBAURIQMHMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMSdQVU/q5lvAcWWMLkLJYcDvJ1vwjBGFAoiLX//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Un5ybca37","title":"This robotic extra thumb can be controlled by moving your toes","shortId":"Un5ybca37","createdAt":"2021-05-20T14:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2277955-this-robotic-extra-thumb-can-be-controlled-by-moving-your-toes/","canonicalUrl":"https://www.newscientist.com/article/2277955-this-robotic-extra-thumb-can-be-controlled-by-moving-your-toes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac42cd6d851cadf8238caffbb33920ec","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwURIUEEBhIU/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAiEx/9oADAMBAAIRAxEAPwDaOw1I0+Wly+T8svIEMpByC4WbjeVS4NDiLbREgdsHLhf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"emZ_L1sg7","title":"Tinder will ask daters to think before they send potentially offensive messages","shortId":"emZ_L1sg7","createdAt":"2021-05-20T13:36:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:30:00.000Z","url":"https://www.theverge.com/2021/5/20/22444190/tinder-are-you-sure-feature-launch-message-harassment","canonicalUrl":"https://www.theverge.com/2021/5/20/22444190/tinder-are-you-sure-feature-launch-message-harassment","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a748df4fb0ef0f90e93cdec5fff4a49","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgECBwEAAAAAAAAAAAAAAQIAAxEFBgcSFCEicf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQAEBRECElLR/9oADAMBAAIRAxEAPwDTclK7adYk4qEKvIuluj4EjlrNtHyIhEjiDrau4wW4c316v//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"RWFd3lsyn","title":"Preset: Visualizing Big Data with Srini Kadamati","shortId":"RWFd3lsyn","createdAt":"2021-05-20T13:20:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27025280,"tagsStr":"data-science,sql,apache","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:50.000Z","url":"https://softwareengineeringdaily.com/2021/05/20/preset-visualizing-big-data-with-srini-kadamati/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/20/preset-visualizing-big-data-with-srini-kadamati/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/039ac0a81951e7fbb1b87f9771dd3424","ratio":1.87912087912088,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEEiJBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABIQD/2gAMAwEAAhEDEQA/ANN1PYeG7tYS2vhwDM3PkrVx6LKkdqauzAMfAe4iJmBS7//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"axPL-Rl0Ff","title":"Star cluster lurking in the shadows may help explain galactic mystery","shortId":"axPL-Rl0Ff","createdAt":"2021-05-20T14:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2277966-star-cluster-lurking-in-the-shadows-may-help-explain-galactic-mystery/","canonicalUrl":"https://www.newscientist.com/article/2277966-star-cluster-lurking-in-the-shadows-may-help-explain-galactic-mystery/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68429626ca5035dd2543b61c043e0e09","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACBBEDBSEGMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/AIe08VhM08mZksOxYbYwfeijazl0e3EjgPoBx4iJV0Mt4f/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vJA7a6BaFS","title":"Breastfeeding and covid-19 vaccines - will they affect your baby?","shortId":"vJA7a6BaFS","createdAt":"2021-05-20T14:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2277812-breastfeeding-and-covid-19-vaccines-will-they-affect-your-baby/","canonicalUrl":"https://www.newscientist.com/article/2277812-breastfeeding-and-covid-19-vaccines-will-they-affect-your-baby/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8aa137684c1ec034d60c3685feec29d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgEEAAMGESEFEhMxFEGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAEEAwEAAAAAAAAAAAAAAAEABBEhAhLwMf/aAAwDAQACEQMRAD8Am6jWLhWMphTQA2N+E7YeUIAlpaymufe7HfUapjQulKybq8Ju5crLHlneMich2yX1brCEG0uQe9SPgMI1rgv/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Q28VPlq2FR","title":"AI can count a meal’s calories based on images from a wearable camera","shortId":"Q28VPlq2FR","createdAt":"2021-05-20T14:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2278240-ai-can-count-a-meals-calories-based-on-images-from-a-wearable-camera/","canonicalUrl":"https://www.newscientist.com/article/2278240-ai-can-count-a-meals-calories-based-on-images-from-a-wearable-camera/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fc375585b1db62bc4834f9327e6c945","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBBEABQYhIjFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAACAwABIUH/2gAMAwEAAhEDEQA/AJ7mvPNtrIdptyWbELRoJ6c8GQxA6Kurj96JxjPo6yublmJnFXZ9sWuGIjWausjhfgZseRx7P06aaEEANZGY0iy+T//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"fHv4n1kW8","title":"Did you know? Laughing gas may have ended the last glacial period","shortId":"fHv4n1kW8","createdAt":"2021-05-20T14:18:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2272135-did-you-know-laughing-gas-may-have-ended-the-last-glacial-period/","canonicalUrl":"https://www.newscientist.com/article/2272135-did-you-know-laughing-gas-may-have-ended-the-last-glacial-period/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/62a22292f7304bc2c7f9419768ee131d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAURIRNB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACAxEh/9oADAMBAAIRAxEAPwC0lv5LnGgm5lkc62rKoBHvujUZLDjWlc+S96SeFPlKVZzqHQi00vb1Wf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Av7QS14Ho","title":"Science with Sam: Why do cats go crazy for catnip?","shortId":"Av7QS14Ho","createdAt":"2021-05-20T14:18:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2274319-science-with-sam-why-do-cats-go-crazy-for-catnip/","canonicalUrl":"https://www.newscientist.com/article/2274319-science-with-sam-why-do-cats-go-crazy-for-catnip/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ce0efbfce05af933ed258c6929c909a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBQAEBhESISJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAiL/2gAMAwEAAhEDEQA/ANbbXnJ7amtLPWkKaUUbu5Evx8QpYJ4n2fsfveVuNb3JtrjtVsLawKsupFIFKt6BQHrGMuM80Nxw/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"etAz0jInkt","title":"Climate change meant Hurricane Sandy caused $8 billion more damage","shortId":"etAz0jInkt","createdAt":"2021-05-20T14:18:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2277863-climate-change-meant-hurricane-sandy-caused-8-billion-more-damage/","canonicalUrl":"https://www.newscientist.com/article/2277863-climate-change-meant-hurricane-sandy-caused-8-billion-more-damage/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cf2aeff517413443fc199e8baeb2a41","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQRBQYHFCEiMWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABL/2gAMAwEAAhEDEQA/AKE299Vs42fT7iZ1RGcxzyGUYAGejYyftZmTiDuIyMTrduhye3kEOPXilKaapf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lMFaK9V5u","title":"These Ex-Journalists Are Using AI to Catch Online Defamation","shortId":"lMFaK9V5u","createdAt":"2021-05-20T13:00:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025260,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://www.wired.com/story/ex-journalists-using-ai-catch-online-defamation/","canonicalUrl":"https://www.wired.com/story/ex-journalists-using-ai-catch-online-defamation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89cb5038bb055dafc925749eff57ec0a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAdEAACAgMAAwAAAAAAAAAAAAABAgMRAAQSITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwC3VUEzbm082w7GoYmkKxwjkelFdG7Nm8haY9Hx9xjChK//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"bMe9oiAxcw","title":"The peculiar case of asking Alexa for the mass of a neutrino","shortId":"bMe9oiAxcw","createdAt":"2021-05-20T14:18:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033354-100-the-peculiar-case-of-asking-alexa-for-the-mass-of-a-neutrino/","canonicalUrl":"https://www.newscientist.com/article/mg25033354-100-the-peculiar-case-of-asking-alexa-for-the-mass-of-a-neutrino/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cdcd33963cbea6b3fe194ac3f9dc7f7e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwIFBQAAAAAAAAAAAAABAgMRABIEBQYTMQcUJFFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEEyGB0f/aAAwDAQACEQMRAD8An+qOl0ZA6XGdXY9sNMpR2djm44skkQ4FWiZMk8RwahWE51st3YrNLrRPnn19pSjyX1OVURcOvdWGc89eT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"A3eNSrCsY","title":"What's the fairest way to share covid-19 vaccines around the world?","shortId":"A3eNSrCsY","createdAt":"2021-05-20T14:18:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033353-100-whats-the-fairest-way-to-share-covid-19-vaccines-around-the-world/","canonicalUrl":"https://www.newscientist.com/article/mg25033353-100-whats-the-fairest-way-to-share-covid-19-vaccines-around-the-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c77b63aeab40fa570d5dff8f2e744f3c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIFAAMEERIHITEUIzNR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQABBQEAAAAAAAAAAAAAAAABAAIDERQx/9oADAMBAAIRAxEAPwCzTxirGGYaKjdp8lUqnCO348SCbhB2yKjuT6NuY0ag9ZG76om/PTJ+whAdEg4aSzEx5shf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"TAPnwb_HCz","title":"Indian coronavirus variant is threatening UK plans to end lockdown","shortId":"TAPnwb_HCz","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033353-000-indian-coronavirus-variant-is-threatening-uk-plans-to-end-lockdown/","canonicalUrl":"https://www.newscientist.com/article/mg25033353-000-indian-coronavirus-variant-is-threatening-uk-plans-to-end-lockdown/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55f9a32efbd1f28bfa9b3a9c14e14b4c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQYTEhQxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABwRAAICAgMAAAAAAAAAAAAAAAECAxEAIQQxsf/aAAwDAQACEQMRAD8AwGy1d0xFkohMNsjmTxpFKeWhY6Spd2CBfj39ydqEZ1+fJeOpSAXHVLouLsWScYwwcuUki+tZQzRKqI1bIvzP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"jr--ugXXz","title":"Spiders avoid surfaces that have previously been covered with ants","shortId":"jr--ugXXz","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2277986-spiders-avoid-surfaces-that-have-previously-been-covered-with-ants/","canonicalUrl":"https://www.newscientist.com/article/2277986-spiders-avoid-surfaces-that-have-previously-been-covered-with-ants/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bee1aa75136ce5d0babeafba38999e04","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgABAwQREjEFEyEyQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBv/EABkRAAIDAQAAAAAAAAAAAAAAAAECAANRE//aAAwDAQACEQMRAD8AxOMKSsCrkojeYID6RD2DErX3721tKp6eV385R+Z6RFLWIOrDIXKMn//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4RImZAmZ4M","title":"A mysterious rise in methane levels is sparking global warming fears","shortId":"4RImZAmZ4M","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-700-a-mysterious-rise-in-methane-levels-is-sparking-global-warming-fears/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-700-a-mysterious-rise-in-methane-levels-is-sparking-global-warming-fears/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4edd03f8457270bf5933f90696f000b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDABESBQYhBAcjMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADBBEh/9oADAMBAAIRAxEAPwCnSb01LbkxAtCZ1MmMZ8bsik2Yc8my3P77rFk7xa1LI0hXDMlsVijIF/gJpSpGbTbZSrE+wFPRP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"WQ5PAmZq_A","title":"How the way you move can change the way you think and feel","shortId":"WQ5PAmZq_A","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-400-how-the-way-you-move-can-change-the-way-you-think-and-feel/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-400-how-the-way-you-move-can-change-the-way-you-think-and-feel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7017bea1109da82841ac72e8fa5850eb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAgMBAAQREgUhBhMUMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEAAwEAAAAAAAAAAAAAAAABABESIv/aAAwDAQACEQMRAD8A27yTl79IPY8RYsLmARboPWGj6gjG5THzE56jEd/dU1tybHWym+0dG4QWNg6zH7SlKMjJfST/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"9dK4xTOEc","title":"The Best Laptop Backpacks for Work (and Life)","shortId":"9dK4xTOEc","createdAt":"2021-05-20T13:00:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025260,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://www.wired.com/gallery/the-best-backpacks-for-work","canonicalUrl":"https://www.wired.com/gallery/the-best-backpacks-for-work","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d01a17db65627ca79e22e47c749480a","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAZEAEAAgMAAAAAAAAAAAAAAAAAAQQlQYL/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABsRAAICAwEAAAAAAAAAAAAAAAEDAAIiUcFx/9oADAMBAAIRAxEAPwCRdjK0etyoAIMONfOmVdFQGMI3wT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"aQ7U0FZZwh","title":"World's largest iceberg has just broken off an Antarctic ice shelf","shortId":"aQ7U0FZZwh","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2278071-worlds-largest-iceberg-has-just-broken-off-an-antarctic-ice-shelf/","canonicalUrl":"https://www.newscientist.com/article/2278071-worlds-largest-iceberg-has-just-broken-off-an-antarctic-ice-shelf/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7cbdd674880104af35dffa16fdea0f6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAEQQGAgUxUZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCJsOghnaZT8XJCeDeRYVBYoE+aN+5nTprLNuR8REbCBW//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rXSHL83TQa","title":"Odd radio circle in space may be supermassive black hole merger","shortId":"rXSHL83TQa","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2277998-odd-radio-circle-in-space-may-be-supermassive-black-hole-merger/","canonicalUrl":"https://www.newscientist.com/article/2277998-odd-radio-circle-in-space-may-be-supermassive-black-hole-merger/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4f33ca636874ab4146aa1e75f1b91ca","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBRIhFDFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAhITUf/aAAwDAQACEQMRAD8AxzI32vMsfjQ5EcLRRiLWEOP0n2pzty3kaxIqvrsoiM20tWp//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1ZRkvtCup","title":"Major 2015 wildfires in central Amazon killed a quarter of vegetation","shortId":"1ZRkvtCup","createdAt":"2021-05-20T14:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://www.newscientist.com/article/2277877-major-2015-wildfires-in-central-amazon-killed-a-quarter-of-vegetation/","canonicalUrl":"https://www.newscientist.com/article/2277877-major-2015-wildfires-in-central-amazon-killed-a-quarter-of-vegetation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40e988c0e755f5270e5e4e7f7478f6de","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBQYSITFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDBBJB/9oADAMBAAIRAxEAPwC7cuTkxywtwZHsjLq5uN2a8FvpZB1SYEgt7+UiInrVLYxYo2nnIh5P/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lqCiKqRm_G","title":"Power to the Public review: How digital tech can ease global problems","shortId":"lqCiKqRm_G","createdAt":"2021-05-20T14:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033351-800-power-to-the-public-review-how-digital-tech-can-ease-global-problems/","canonicalUrl":"https://www.newscientist.com/article/mg25033351-800-power-to-the-public-review-how-digital-tech-can-ease-global-problems/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed4d4ce1524b4be1a9b7e018b3323151","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAUGERITITJhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgADBBETIUFRYf/aAAwDAQACEQMRAD8AoY9wtz+PRmHZC5DkqUt/j2rRytaqAJUD86NXlsyeKi2xEGenVLKB2yonxHqlKLoopBbEXv6Wg6hSdxnjs+T/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JS5XE14wT","title":"Artificial intelligence has been of little use for diagnosing covid-19","shortId":"JS5XE14wT","createdAt":"2021-05-20T14:18:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-100-artificial-intelligence-has-been-of-little-use-for-diagnosing-covid-19/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-100-artificial-intelligence-has-been-of-little-use-for-diagnosing-covid-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c72b30fa94229f510fd9da2b198cfdb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQFBhFBFCORlOH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEBAAICAwAAAAAAAAAAAAAAAQMSAJEEIdH/2gAMAwEAAhEDEQA/AIm5ltPA9ZczWXs3pnOjZWjkLGxuAOxLuePKyo1Rqwgd+b2PqIkiGM7qaMHeZLUbO33P/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"fRmuds2hb4","title":"The world has missed its target for protecting oceans to save species","shortId":"fRmuds2hb4","createdAt":"2021-05-20T14:18:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2277886-the-world-has-missed-its-target-for-protecting-oceans-to-save-species/","canonicalUrl":"https://www.newscientist.com/article/2277886-the-world-has-missed-its-target-for-protecting-oceans-to-save-species/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3e8ac8ac5ee341e501d05651f0e3c5f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFBhEhURIiMYL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMEESGB/9oADAMBAAIRAxEAPwCY+V3OdBcVJs0SUyvTyEy5PkEqT0Ajonj5zWdGXx2gGzjduJR6kl9R3r8UpSpvvQlVbgSa2WuwBm7Pk//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4USEqAem0","title":"SUSE ist an der Börse","shortId":"4USEqAem0","createdAt":"2021-05-19T17:36:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27024096,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:11:00.000Z","url":"https://linuxnews.de/2021/05/suse-ist-an-der-boerse/","canonicalUrl":"https://linuxnews.de/2021/05/suse-ist-an-der-boerse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00812c59ef60cb057d68cd5b2ee7b204","ratio":1.91056910569106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQREiIxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A09UtKzM5F9cLs2QAEwo8HGUopVFUsWIGNj2fsRCSY//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Nd57zNZ7A","title":"Covid-19 news: UK to give third doses in world's largest booster trial","shortId":"Nd57zNZ7A","createdAt":"2021-05-20T14:18:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-uk-to-give-third-doses-in-worlds-largest-booster-trial/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-uk-to-give-third-doses-in-worlds-largest-booster-trial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd7964d26db74bb0dd8b1a6615f929cb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAgEEEQADBRIhBhMx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhEv/aAAwDAQACEQMRAD8AguTf5Bz5a4XHMyyg3rr29ZQ5RsMp7DEliVTvO1n4ZPUBHROJHylKDcArZG0npdn/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":63,"description":null,"toc":null,"summary":null},{"id":"pMAmSLVTQ","title":"One-Size-Fits-All Mask Guidance Isn't Going to Work Anymore","shortId":"pMAmSLVTQ","createdAt":"2021-05-20T14:10:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025330,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:05:00.000Z","url":"https://www.wired.com/story/one-size-fits-all-mask-guidance-isnt-going-to-work-anymore","canonicalUrl":"https://www.wired.com/story/one-size-fits-all-mask-guidance-isnt-going-to-work-anymore","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0a198093d538f7c50727fa8a1a39935","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgEEAwEAAAAAAAAAAAABAgMEEQAFBiEHEyRh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEEEiEx/9oADAMBAAIRAxEAPwCp3Hxjxmpu9KoKXxWrCxtArsAp9buxBJJ7woxnrH7qEu7bxatcngj4xXKRSMil7MpYgHAyc9nTTQNrhZXRXicj/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"fHx5mN3Ze","title":"How to Use CSS Selectors to Style Your Web Page","shortId":"fHx5mN3Ze","createdAt":"2021-05-20T01:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":259,"score":27025323,"tagsStr":"css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:17:21.000Z","url":"https://www.freecodecamp.org/news/use-css-selectors-to-style-webpage/","canonicalUrl":"https://www.freecodecamp.org/news/use-css-selectors-to-style-webpage/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f277302bc6d5fef9492ae38ae9c2108","ratio":1.19289340101523,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAACAQMEAAURIRITIoHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAhEBAxL/2gAMAwEAAhEDEQA/AK26TkGKLsSPGcRduG68Q6+VDHcbkJkPeulx48ces0pVWleLBGzT/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@thelynchpinau","readTime":11,"description":null,"toc":null,"summary":null},{"id":"9Uk8AavuK","title":"HP’s new 16-inch Omen 16 has support for the latest Intel and AMD processors","shortId":"9Uk8AavuK","createdAt":"2021-05-20T14:03:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025323,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:00:00.000Z","url":"https://www.theverge.com/2021/5/20/22442403/hp-omen-16-17-gaming-laptop-victus-25i-monitor-nvidia-intel-amd-specs-price","canonicalUrl":"https://www.theverge.com/2021/5/20/22442403/hp-omen-16-17-gaming-laptop-victus-25i-monitor-nvidia-intel-amd-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad2118209f88eb59fe2eeffd60025cf8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAGESEFMQcTUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AuPKV83Hbt/cdAiSITkFx9oelyMelkAZIWCSnfRAOdittbbQ22lCUjCQEjXylKFf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"y24Z39NrV","title":"Google is opening its first physical retail store this summer in NYC","shortId":"y24Z39NrV","createdAt":"2021-05-20T13:40:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025300,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:34:54.000Z","url":"https://www.theverge.com/2021/5/20/22445472/google-first-physical-retail-store-chelsea-nyc-summer-2021","canonicalUrl":"https://www.theverge.com/2021/5/20/22445472/google-first-physical-retail-store-chelsea-nyc-summer-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88babfc67bf3ee1c6632b7514b0a13be","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIhAAAgAFBAMBAAAAAAAAAAAAAQMAAgQFEQYSITITIjFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8Auv1DU6gvlS+rUlTppjJ5E7hNKMY9CSdp/RzG13a43atIKcF8/ZQJ7H6c8whAAnt//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tQIH1tgCQ","title":"Apple wants users to trust iOS, but it doesn’t trust iOS users","shortId":"tQIH1tgCQ","createdAt":"2021-05-20T13:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025293,"tagsStr":"security,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:26:14.000Z","url":"https://www.theverge.com/2021/5/20/22444471/epic-apple-fortnite-antitrust-trial-craig-federighi-ios-security","canonicalUrl":"https://www.theverge.com/2021/5/20/22444471/epic-apple-fortnite-antitrust-trial-craig-federighi-ios-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eba9d98777ad365b9e147570cfab1115","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBRIhMRMVkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASMf/aAAwDAQACEQMRAD8AyUXVnexsTbfmSNHd7R3EHO3I3Y7xz9qmLKgLGsq+kRrjhAC5dwWOO+DSlOR6VCl//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"fc3KC1qKp","title":"The Long Night of the Soul","shortId":"fc3KC1qKp","createdAt":"2021-05-20T13:32:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025292,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:30:02.000Z","url":"https://www.theringer.com/2021/5/20/22444532/long-night-of-the-soul","canonicalUrl":"https://www.theringer.com/2021/5/20/22444532/long-night-of-the-soul","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c49966280aa01c390c43a3458db6b8b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEBiEFEhNhsf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCK6Fsz8bWXGfGGTNJ2u8skhttudQHoLOTtGU42XTi+aE3HxEQf/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"M8mecIqCW","title":"Everything you need to know about Android 12's Big Material You redesign","shortId":"M8mecIqCW","createdAt":"2021-05-20T13:13:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025273,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:29:00.000Z","url":"https://www.androidpolice.com/2021/05/19/material-you-is-the-next-evolution-of-googles-design-language/","canonicalUrl":"https://www.androidpolice.com/2021/05/19/material-you-is-the-next-evolution-of-googles-design-language/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/325f5991ecba2ed45df595e009e8df41","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHRABAAICAgMAAAAAAAAAAAAAAQACAwQFERJRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBAyEy/9oADAMBAAIRAxEAPwDR+LizHqtMO1npRFKni9d/SQ1KADay+4iA1SN1BTFjbp//2Q==","siteTwitter":"@AndroidPolice","creatorTwitter":"@scottscr8","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TMRtB_2vl","title":"LeBron’s Splash May Have Awakened the Reigning Champs","shortId":"TMRtB_2vl","createdAt":"2021-05-20T13:11:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025271,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:05:24.000Z","url":"https://www.theringer.com/nba/2021/5/20/22445433/lakers-warriors-lebron-james-play-in-tournament","canonicalUrl":"https://www.theringer.com/nba/2021/5/20/22445433/lakers-warriors-lebron-james-play-in-tournament","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ae20416cf68462108c2df5744132bcf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACIQMEERIxUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBv/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAEBRExobH/2gAMAwEAAhEDEQA/AM6ywBbVbuMU9HZ1mcAgTHPirgAADpERy9zLMVMh3x2qn2rK2RQDoV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"8FucwaIPC","title":"Chrome OS’s Linux app support is leaving beta","shortId":"8FucwaIPC","createdAt":"2021-05-20T13:10:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025270,"tagsStr":"tech-news,google,microsoft,linux,open-source,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:08:05.000Z","url":"https://www.theverge.com/2021/5/20/22445382/chromeos-linux-release-beta-version-91","canonicalUrl":"https://www.theverge.com/2021/5/20/22445382/chromeos-linux-release-beta-version-91","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad7a2812b32efa1b26309d9039488f56","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQIAESEDEjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOqELwMhRWZwOrm7Sva2t82Tup7tv2IlB//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"STCUsXddP","title":"The Long Journey of Usoni, an African Postapocalyptic Game","shortId":"STCUsXddP","createdAt":"2021-05-20T13:00:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025260,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://www.wired.com/story/usoni-africa-post-apocalyptic-game-studio-ziwe/","canonicalUrl":"https://www.wired.com/story/usoni-africa-post-apocalyptic-game-studio-ziwe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01e03186d03f3849bca8b29527af30fc","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFERMhcYGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEQIh/9oADAMBAAIRAxEAPwDHGjYOHii0rDrJl3HRVure41Twmjv2aluYaGXYhNAk9AL18pSh4vXRmkrIf//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ga25KLk_l","title":"Origami Human dish out bright electronics on sophomore single, ‘Buried’","shortId":"ga25KLk_l","createdAt":"2021-05-20T12:55:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025255,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:49:00.000Z","url":"https://dancingastronaut.com/2021/05/origami-human-dish-out-bright-electronics-on-sophomore-single-buried/","canonicalUrl":"https://dancingastronaut.com/2021/05/origami-human-dish-out-bright-electronics-on-sophomore-single-buried/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db668dd9585c041ca1ecf469107904a1","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFBhEhElH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAICAwAAAAAAAAAAAAAAAAABERIhMWH/2gAMAwEAAhEDEQA/AM5it+yN5td/EjPBO08rLcBvUVQfO84B8ircmT20yMVfJOpJIYP0EftKUFZzoraUJcP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"mMLLG_xIY","title":"REAPER wreaks havoc with industrial drum ‘n’ bass rework of Nitepunk’s ‘Miracle’","shortId":"mMLLG_xIY","createdAt":"2021-05-20T12:45:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025245,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:45:04.000Z","url":"https://dancingastronaut.com/2021/05/reaper-wreaks-havoc-with-his-industrial-drum-n-bass-rework-of-nitepunks-miracle/","canonicalUrl":"https://dancingastronaut.com/2021/05/reaper-wreaks-havoc-with-his-industrial-drum-n-bass-rework-of-nitepunks-miracle/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3d609a95b87d64e0ca40b49aaaa4669","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUI/8QAJBAAAgEDAwMFAAAAAAAAAAAAAQIDBBFBAAUSBgciFEJRYaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIAAwQRURIi0f/aAAwDAQACEQMRAD8Az9JIdvWCllasSpkYESl2QKpB9ucHH7q5HsNEyK09VuMUpALp6ZzxbIvbGmPdunhHXnSVoYxzZeXiPKzi1/nT6tjQ1tQSikmRsfenqFPkzLqF3B6qQSM6x4Z//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"qkdSEzpuq","title":"Tony La Russa Needs to Go. Plus: Listener Questions, Ohtani, and Jeter.","shortId":"qkdSEzpuq","createdAt":"2021-05-20T12:26:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:14:25.000Z","url":"https://www.theringer.com/2021/5/20/22445003/tony-la-russa-needs-to-go-plus-listener-questions-ohtani-and-jeter","canonicalUrl":"https://www.theringer.com/2021/5/20/22445003/tony-la-russa-needs-to-go-plus-listener-questions-ohtani-and-jeter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ae428a3eda7275c60de5dc6c47c4d83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIAAwQRIRMFBhRBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAD/9oADAMBAAIRAxEAPwDOeo8V/wB0XBaiF8i5ao2WY7JJPv7JqWtJlDcdLYztMxEJS0Uv/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"J9KB1sgtl","title":"Folake Olowofoyeku on Growing Up in Nigeria and Her Show ‘Bob Hearts Abishola’","shortId":"J9KB1sgtl","createdAt":"2021-05-20T12:26:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:12:37.000Z","url":"https://www.theringer.com/2021/5/20/22445389/folake-olowofoyeku-on-growing-up-in-nigeria-and-her-show-bob-hearts-abishola","canonicalUrl":"https://www.theringer.com/2021/5/20/22445389/folake-olowofoyeku-on-growing-up-in-nigeria-and-her-show-bob-hearts-abishola","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a82e2df62bbd970f42b4f510f9416e37","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFERIhQTEzgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAhEh/9oADAMBAAIRAxEAPwCCbJ3VllpIN6yCKVASV9mhOm7s/CK03a4GJLaJWuJnZUALHvjzSlTuQtuVuNAg1GDk/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oxzXvyG_z","title":"How to Be Fearless in Failures, With Ellen Bennett","shortId":"oxzXvyG_z","createdAt":"2021-05-20T12:26:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:16:39.000Z","url":"https://www.theringer.com/2021/5/20/22445394/how-to-be-fearless-in-failures-with-ellen-bennett","canonicalUrl":"https://www.theringer.com/2021/5/20/22445394/how-to-be-fearless-in-failures-with-ellen-bennett","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5111672aade7fb0ba458f35e2c95419","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAACAQIFBQAAAAAAAAAAAAABAgMABQQREyExBgdDUdL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAEAAwIRQf/aAAwDAQACEQMRAD8Attt/vuEsaYlrnrAFooEaFQIyqgkkjdgc+NsvdSxd1OqTGh18JwPE33SlFADZKzbk2I8n/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"uS4dDac8i","title":"Senators roll out bipartisan data privacy bill","shortId":"uS4dDac8i","createdAt":"2021-05-20T12:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025205,"tagsStr":"tech-news,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:00:00.000Z","url":"https://www.theverge.com/2021/5/20/22444515/amy-klobuchar-data-privacy-protection-facebook-state-laws","canonicalUrl":"https://www.theverge.com/2021/5/20/22444515/amy-klobuchar-data-privacy-protection-facebook-state-laws","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f309b5e2b4292109f83bbdbaa721e26f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxIEESJRBiFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADESEiYf/aAAwDAQACEQMRAD8AzK3U1v45VoRQmSlGNze245HZegczv3I7JWGPH7EQSbHMoVgFRbdn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o47gVkXyS","title":"TikTok now lets you wipe out up to 100 nasty comments at once","shortId":"o47gVkXyS","createdAt":"2021-05-20T12:05:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025205,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:00:00.000Z","url":"https://www.theverge.com/2021/5/20/22444278/tiktok-bulk-harassment-reporting-feature-announced","canonicalUrl":"https://www.theverge.com/2021/5/20/22444278/tiktok-bulk-harassment-reporting-feature-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d066b18d2ad638e7505b672c61807d7e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFEgcTFDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDEQQSITFRsf/aAAwDAQACEQMRAD8Ap7iwWM3hbZNysJeceYbGoCW/FGpVAgqLhEqk+lKEmSal8LyM6MPY9WCxIb6G9QtK1KA1ESdhJ+wKUpmCzupc6R0LRo7rgH1f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9SPoccsBW","title":"Roku and YouTube Are Battling for Your Precious TV Data","shortId":"9SPoccsBW","createdAt":"2021-05-20T12:02:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025202,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:00:00.000Z","url":"https://www.wired.com/story/roku-youtube-battling-precious-tv-data/","canonicalUrl":"https://www.wired.com/story/roku-youtube-battling-precious-tv-data/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71ccace75970fd75586fcf460d01c65c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQIGAQUAAAAAAAAAAAAAAgEDAAQFBhESBxQiMXKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAcEQACAgIDAAAAAAAAAAAAAAABAgBBERITwfD/2gAMAwEAAhEDEQA/AM6l3PNFcdNeoxTFNblXNBb6k3UIca4LZcL24Tx9imY5ouJt9wAcd1ElFMuCq4RfSEIjyNuVoY7iCgqD6p//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1BfTkxFyV","title":"Meet the Disabled Streamers Who Are Transforming the Industry","shortId":"1BfTkxFyV","createdAt":"2021-05-20T12:02:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025202,"tagsStr":"tech-news,gaming,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:00:00.000Z","url":"https://www.wired.com/story/disabled-streamers-transforming-games-industry","canonicalUrl":"https://www.wired.com/story/disabled-streamers-transforming-games-industry","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ed664f3932ae734e427cb2344145b83","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQMCEQAEBSESkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAAEDEbEx/9oADAMBAAIRAxEAPwDLmdZ3F5urtc+CQVg/S2wE4SNgWB5VH0ZEbPQ2H7DWvYxjmTM5zMzcpE2T+4xk4+WBt7p//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"XhmmahWLH","title":"Tern’s Family Ebike Is Perfect and Preposterously Expensive","shortId":"XhmmahWLH","createdAt":"2021-05-20T12:02:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:00:00.000Z","url":"https://www.wired.com/review/tern-gsd-s00-lx-cargo-bike/","canonicalUrl":"https://www.wired.com/review/tern-gsd-s00-lx-cargo-bike/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1cf56f368a7be36cdd87f1b0e4cb477","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFESFREhT/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAABEAAf/aAAwDAQACEQMRAD8A3K6izEl7lbgZWFbW2YiKD8gLADTAFvrvR57VZBt4I2frFQSRwb1SlFpmF//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"kw4_2fZgk","title":"ZIGBEE ON MARS!","shortId":"kw4_2fZgk","createdAt":"2021-05-20T11:34:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025174,"tagsStr":"iot","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:33:29.000Z","url":"https://www.theverge.com/2021/5/20/22445330/zigbee-on-mars-ingenuity-helicopter-perseverance-rover","canonicalUrl":"https://www.theverge.com/2021/5/20/22445330/zigbee-on-mars-ingenuity-helicopter-perseverance-rover","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/450a141be24bb21a5a11fcaa536654d7","ratio":1.90891472868217,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACBAMFESEGEjFC4f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwCJucyhaIgZKkdKQAbh+CdexA2s5U5TJL3EsJ2fL/iIgIpTrmbAeb//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xqCx4t6xb","title":"Duke of Brittany hid image of dead wife in 15th-century prayer book","shortId":"xqCx4t6xb","createdAt":"2021-05-20T11:28:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025168,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:13:07.000Z","url":"https://www.livescience.com/duke-hid-dead-wife-image-book-of-hours.html","canonicalUrl":"https://www.livescience.com/duke-hid-dead-wife-image-book-of-hours.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ece210c87aa87c187033c50e130e3f49","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBQQREiEiMVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKU9G2xxGZ3ZG0EtDQTvY6n6pz1GQZ5OMzAOR159oiD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cfRtm_1lX","title":"China unveils 1st Mars photos from Zhurong rover","shortId":"cfRtm_1lX","createdAt":"2021-05-20T11:28:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025168,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:20:09.000Z","url":"https://www.livescience.com/china-mars-rover-zhurong-first-photos.html","canonicalUrl":"https://www.space.com/china-mars-rover-zhurong-first-photos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d3c8408473190397ea4ced19489d6e9","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgIBAQkAAAAAAAAAAAAAAQIAAxEGBAUSEyFBUWHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAIDAAAAAAAAAAAAAAAAAAECAAMh/9oADAMBAAIRAxEAPwDKtm3u+nhy6Q1td6BVViMrxDyACfY7y+3UNxscquBk4HT5EQDVqdIjBa64DP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"v4kv_5Jfe","title":"Announcing Flutter 2.2 at Google I/O 2021","shortId":"v4kv_5Jfe","createdAt":"2021-05-19T18:32:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"flutter","views":615,"score":27025155,"tagsStr":"general-programming,google,flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-20T02:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:02:11.000Z","url":"https://medium.com/flutter/announcing-flutter-2-2-at-google-i-o-2021-92f0fcbd7ef9","canonicalUrl":"https://medium.com/flutter/announcing-flutter-2-2-at-google-i-o-2021-92f0fcbd7ef9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10b543dff1c62ebcae6e62f8cc7206e1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESITFBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxEhMUH/2gAMAwEAAhEDEQA/AMLgdRyRLcMltEZpE4IxHQJI8+/lUpf5RUVQtmQBtueXdKUGtdtE8kVqVRkez//Z","siteTwitter":"@flutterdev","creatorTwitter":"@timsneath","readTime":5,"description":null,"toc":null,"summary":null},{"id":"1xebTllvo","title":"Tardigrades can survive being shot out of a high-speed gun","shortId":"1xebTllvo","createdAt":"2021-05-20T11:14:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:00:00.000Z","url":"https://www.livescience.com/tardigrades-survive-being-shot-gun.html","canonicalUrl":"https://www.livescience.com/tardigrades-survive-being-shot-gun.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd40d68e74622ee83cf543abb846a6c6","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQDAQEBAAAAAAAAAAAAAQIDBBEABSESBhP/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Az341eqhQlObCGzMluJ9vcS6Ut1VBN2KABPLyZmNaoy3yz+SmitXgpVwi+VjGB//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wreAyV3p6","title":"Can the universe learn?","shortId":"wreAyV3p6","createdAt":"2021-05-20T11:14:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:00:00.000Z","url":"https://www.livescience.com/can-the-universe-learn-evolve.html","canonicalUrl":"https://www.livescience.com/can-the-universe-learn-evolve.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47b2095313cda15d67ce35119272a58e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFEQYSIRMVMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCERL/2gAMAwEAAhEDEQA/AIXRF0t1s0hNnzaMzVksGchF3lWxgA+yOeT9jKrneajuVXtwF6r4HnHJhCHsXRJqsTpZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"40H0Hc11C","title":"Radiology private practice shareholder status, explained","shortId":"40H0Hc11C","createdAt":"2021-05-20T07:16:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":27025150,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132383&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132383","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fe0624036899a8ba1dec61ad5ab2f6b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgj/xAAiEAABAwQCAgMAAAAAAAAAAAABAgMEAAYREgUTIVEVMaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADIRL/2gAMAwEAAhEDEQA/AGV58mynnoS4k5osR3gZDiXgekHGdyDgZAP36pI1enHJaQkS4agABnvT5/amq2Fq+NuVOytTBfJGfBOhoBqPQomsXY/WE//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"qRAEPioPu","title":"All Those Electric Vehicles Pose a Problem for Building Roads","shortId":"qRAEPioPu","createdAt":"2021-05-20T11:07:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:00:00.000Z","url":"https://www.wired.com/story/electric-vehicles-problem-building-roads/","canonicalUrl":"https://www.wired.com/story/electric-vehicles-problem-building-roads/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b515fac42d4c9064e96c1ee8d8e1a1ae","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQACAwQFEzEGESEzQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANYvBbxjYamPJVW9sRkLsM3cAbokAH5y0felTxVU2NnVuh4REH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MqX9lGzdsq","title":"Coder Dee Tuck Is on a Mission to Help Diversify Hollywood","shortId":"MqX9lGzdsq","createdAt":"2021-05-20T11:07:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:00:00.000Z","url":"https://www.wired.com/story/dee-tuck-array-hollywood-diversity/","canonicalUrl":"https://www.wired.com/story/dee-tuck-array-hollywood-diversity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc1fdf9c39ba9dd001260e1f796a6672","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAQACAwQFEwYRIkFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDESExgbH/2gAMAwEAAhEDEQA/ANJ6g2dOxJtyQaFuu2nyOjZHKQPH52KtsLbuWMTPmk4i+SvG9xLSSSWgn2iJGYGPOzfqvIKlcwaAbXRlf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"hVRJGqhsJ","title":"Is Orange Cassidy Too Funny to Be Champion?","shortId":"hVRJGqhsJ","createdAt":"2021-05-20T10:31:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:30:00.000Z","url":"https://www.theringer.com/2021/5/20/22444583/orange-cassidy-aew-double-or-nothing-comedy-wrestling","canonicalUrl":"https://www.theringer.com/2021/5/20/22444583/orange-cassidy-aew-double-or-nothing-comedy-wrestling","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/128a0255c186a27fdc1aba7463849b3b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwQCAwAAAAAAAAAAAAABAAQRAgMFIgYSEzHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB4RAAIBBAMBAAAAAAAAAAAAAAECAwAFEcEhMaHR/9oADAMBAAIRAxEAPwC3hcQ3c8cdPLpueWKzTBgDp9lQ6bmo1HpEQe4wokUJUdr8O6f2+Z5Jpw5zhuPRoV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"zWPUF_y2z","title":"Netflix’s ‘Castlevania’ Remains the Rare Good Video Game Adaptation","shortId":"zWPUF_y2z","createdAt":"2021-05-20T10:24:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:20:00.000Z","url":"https://www.theringer.com/tv/2021/5/20/22444731/netflix-castlevania-season-4-review","canonicalUrl":"https://www.theringer.com/tv/2021/5/20/22444731/netflix-castlevania-season-4-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1e130a7964a01ba1ea7cab43a2cb458","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFBhEhIhIyQZGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgASAxMhcf/aAAwDAQACEQMRAD8AhZfs4MWxK7N/GsrQwPNuOLkdI5Dz3fBWTZGDERyFUB2B1Og90pR2QlK15wSaRRpU+z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"BsPMmWGTr","title":"Google rediscovers RSS: tests new feature to ‘follow’ sites in Chrome on Android","shortId":"BsPMmWGTr","createdAt":"2021-05-20T10:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025098,"tagsStr":"tech-news,google,testing,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:16:35.000Z","url":"https://www.theverge.com/2021/5/20/22445284/google-rss-chrome-android-feature-test","canonicalUrl":"https://www.theverge.com/2021/5/20/22445284/google-rss-chrome-android-feature-test","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/862595b6f48d9f78f1ac35a3141e0df3","ratio":1.90929705215419,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQACAwQRIQUGEiIxYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABsRAAIBBQAAAAAAAAAAAAAAAAABEQISIkFx/9oADAMBAAIRAxEAPwDdear8Vk3OHzwzdEbmvD4bLonEnI8twces7VhV1WiB32D4iKUpRdsN5Rw//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"J4x65xy1c","title":"David Cronenberg’s ‘Crash,’ 25 Years After Its Controversial Cannes Showing","shortId":"J4x65xy1c","createdAt":"2021-05-20T10:17:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025097,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:10:00.000Z","url":"https://www.theringer.com/movies/2021/5/20/22445102/david-cronenberg-crash-james-spader-cannes","canonicalUrl":"https://www.theringer.com/movies/2021/5/20/22445102/david-cronenberg-crash-james-spader-cannes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51b3c0323c0ab7403d4752ffcf17e59a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBBESBRMhM1Fy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAhExQf/aAAwDAQACEQMRAD8Ag+ahbEJj1rLzLq2UPe0tcNSRga9sYSlRpupwECyAY2nyj18oitOgtH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"IKIQP3NCX","title":"J. Cole and the (Early) Midlife Rap Crisis","shortId":"IKIQP3NCX","createdAt":"2021-05-20T10:10:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025090,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:00:01.000Z","url":"https://www.theringer.com/2021/5/20/22444850/j-cole-the-off-season-review","canonicalUrl":"https://www.theringer.com/2021/5/20/22444850/j-cole-the-off-season-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d3bd5a8e7303cd55e284e2ce1e54bf4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBAYRBRITIiFx0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhEBAAIBBAMAAAAAAAAAAAAAAQIRAAQhMUEDUWH/2gAMAwEAAhEDEQA/AJfbk0TLNrHGmjdLtj7uGSO4Bx7CpbdHp3tDuKnG7zjhH1EVRpIxj4Ro3DkHr7gepuc6V2vhTs9Z/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"aXZ4LZtWq","title":"The Full Story of the Stunning RSA Hack Can Finally Be Told","shortId":"aXZ4LZtWq","createdAt":"2021-05-20T10:06:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025086,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T06:00:00.000Z","url":"https://www.wired.com/story/the-full-story-of-the-stunning-rsa-hack-can-finally-be-told/","canonicalUrl":"https://www.wired.com/story/the-full-story-of-the-stunning-rsa-hack-can-finally-be-told/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37e887b7c99add056aef528953da691c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQRMQUSIVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIDBAVxcv/aAAwDAQACEQMRAD8AxbtzkZLzny3XSQu6MMbm5J0Sc52cnz9UzrZDiOo37RFTcYrbL6YVvVAx9E//2Q==","siteTwitter":"","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"LsWpz9L4d","title":"Spotify is getting a weekly League of Legends esports news podcast","shortId":"LsWpz9L4d","createdAt":"2021-05-20T10:03:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025083,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:00:01.000Z","url":"https://www.theverge.com/2021/5/20/22444869/spotify-league-of-legends-weekly-esports-podcast-rift-reaction","canonicalUrl":"https://www.theverge.com/2021/5/20/22444869/spotify-league-of-legends-weekly-esports-podcast-rift-reaction","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b18c50341c1d3f41b747138f17b87362","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIEAAMFEQYhEzJC0f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAxESEzEy/9oADAMBAAIRAxEAPwCdwPiUOXi7uIyN+RIlXnLCWSoCKvYCoQdN1otvZB1WEXeQr5X3jo/sfpv2lKpMz2clBgjfS4aX/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"45wT6iRt3","title":"Ford CEO Jim Farley on building the electric F-150 — and reinventing Ford","shortId":"45wT6iRt3","createdAt":"2021-05-20T10:03:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025083,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:01:00.000Z","url":"https://www.theverge.com/2021/5/20/22444294/ford-f150-lightning-pickup-truck-jim-farley-interview","canonicalUrl":"https://www.theverge.com/2021/5/20/22444294/ford-f150-lightning-pickup-truck-jim-farley-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87e16fbdf1f98fd8ea69c03a0a15ab30","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAdEAACAgEFAAAAAAAAAAAAAAACAwABIQQFETFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQACAgEFAAAAAAAAAAAAAAABAwACBBEhQVGx/9oADAMBAAIRAxEAPwCdDlt3wHNQBvBJCDCzY1dFePOpRWvbxEQCq6llhp1K7irqWt25Hk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hiCQZx-SS","title":"The Antidote to Superhero Fatigue May Be Animation","shortId":"hiCQZx-SS","createdAt":"2021-05-20T09:53:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025073,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:50:00.000Z","url":"https://www.theringer.com/tv/2021/5/20/22444525/animated-tv-superhero-series-modok-harley-quinn-invincible","canonicalUrl":"https://www.theringer.com/tv/2021/5/20/22444525/animated-tv-superhero-series-modok-harley-quinn-invincible","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d117124f36cd2a82373b81f11d515d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgAGAgMBAAAAAAAAAAAAAQIAAwQFESEGEiIxUTL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgMRBCIxQXGB/9oADAMBAAIRAxEAPwClc2abwy51quyJThJjSdMHfonnkj9eQO8jI9bjb2ngq11qo6trpVKaiSk0rvXZQcaYffghCJ2OMUmjkX7ZSGNFlQXM26JA6A2X/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"cex4N0W6O","title":"Pair of concepts may confuse you in Javascript — Number.isNaN() and isNaN()","shortId":"cex4N0W6O","createdAt":"2021-05-20T00:35:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":85,"score":27025059,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:07:57.000Z","url":"https://itnext.io/pair-of-concepts-may-confuse-you-in-javascript-number-isnan-and-isnan-556d14448dbb","canonicalUrl":"https://itnext.io/pair-of-concepts-may-confuse-you-in-javascript-number-isnan-and-isnan-556d14448dbb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce1ef62b3eaf5d9a16000b9f00df435f","ratio":1.58311345646438,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAQUBAAAAAAAAAAAAAQMCBgARBBIhMkFhof/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANA+jWuDeU3jWVcFPbNgiQzcQd6HaXrf5kBtOtpbMi1yiDInpBZofPLGMsH/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@infantiablue","readTime":2,"description":null,"toc":null,"summary":null},{"id":"LHGJ8HDfU","title":"Leaked renders give the best look yet at Sony’s next wireless earbuds","shortId":"LHGJ8HDfU","createdAt":"2021-05-20T09:36:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025056,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:31:48.000Z","url":"https://www.theverge.com/2021/5/20/22445281/sony-wf-1000xm4-true-wireless-earbuds-leak-images-specs-details-rumors","canonicalUrl":"https://www.theverge.com/2021/5/20/22445281/sony-wf-1000xm4-true-wireless-earbuds-leak-images-specs-details-rumors","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce623ceab036ca4c193a3e6e544c421f","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAECBAUDBxExEyFRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCvfKYm03XiYxtLuaEemqyrpbowSSXyb9z9Gjz2fYAA/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"31PhsHVRC","title":"Good Morning Mix: Kasbo shines on long-awaited ‘Intermission Broadcast’ appearance","shortId":"31PhsHVRC","createdAt":"2021-05-20T09:34:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025054,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-kasbo-shines-on-long-awaited-intermission-broadcast-appearance/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-kasbo-shines-on-long-awaited-intermission-broadcast-appearance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83a0a4c1ed4b5a7ca1fd7b24bfc652d6","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQchMQYSQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEiH/2gAMAwEAAhEDEQA/AKvC9wRa2NjoUTLHJagLKzKQHwofAxn5xWBPuXpwnkDaUHPscsXYZ577pSj1qXRiAtZRyf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IluLJwMeF","title":"TUXEDO InfinityBook Pro 14 mit 16:10 Omnia 3k Display","shortId":"IluLJwMeF","createdAt":"2021-05-20T08:47:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025007,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:31:00.000Z","url":"https://linuxnews.de/2021/05/tuxedo-infinitybook-pro-14-mit-1610-omnia-3k-display/","canonicalUrl":"https://linuxnews.de/2021/05/tuxedo-infinitybook-pro-14-mit-1610-omnia-3k-display/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68410f13207c7d294bd06223f6ffe5f4","ratio":1.41282565130261,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgEDAAQFBhEHEyExEhXR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8Arpla960G/Kc3WpObdalJl1x532AuZAgMR7PK9pxjjuNKtNO7QeQki4TKbi/YQhFIy//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"whzDwdEkN","title":"Bang and Olufsen’s first Bluetooth 5.2 speaker has 27 hours of battery life","shortId":"whzDwdEkN","createdAt":"2021-05-20T08:13:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024973,"tagsStr":"bluetooth","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:12:55.000Z","url":"https://www.theverge.com/2021/5/20/22445255/bang-and-olufsen-beosound-explore-bluetooth-5-2-speaker-price-released-date-features","canonicalUrl":"https://www.theverge.com/2021/5/20/22445255/bang-and-olufsen-beosound-explore-bluetooth-5-2-speaker-price-released-date-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52ebc85096d150099cc1540f9c120007","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAgMBEQAEBlESFCEjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAExIf/aAAwDAQACEQMRAD8AzvdIBGsahgC0g9hMOLKRkYoY4rnLISxiVn3utHqGJqGRUePmMZQ4EeH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"J2iZVGfT7","title":"The new responsive: Web design in a component-driven world","shortId":"J2iZVGfT7","createdAt":"2021-05-19T16:14:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"web","tweeted":true,"views":497,"score":27024966,"tagsStr":"webdev,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-19T20:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2022-07-05T00:00:00.000Z","url":"https://web.dev/new-responsive/","canonicalUrl":"https://web.dev/new-responsive/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76ba2c00bd179e99e2552ab8e02cb82f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhABAAICAQUAAAAAAAAAAAAAAQIDAAQFESEyQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1N167taqcG6ioVmxmvivfp9yGXL0EkLr0H1ExjGL/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"WzswjmCu2","title":"ArgoCD: declarative Projects, Applications, and ArgoCD deploy from Jenkins","shortId":"WzswjmCu2","createdAt":"2021-05-20T00:35:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":43,"score":27024962,"tagsStr":"aws,kubernetes,backend,jenkins,ansible","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:36:50.000Z","url":"https://itnext.io/argocd-declarative-projects-applications-and-argocd-deploy-from-jenkins-6dda3cf51f74","canonicalUrl":"https://rtfm.co.ua/en/argocd-declarative-projects-applications-and-argocd-deploy-from-jenkins/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e800391b8ed10a77e531d1c4ff4d4e8","ratio":2.15827338129496,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBAUGEgcRMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQMyM//aAAwDAQACEQMRAD8AwrVC5JFyTKO7JixI5Zp7QAjt4A5DLbwcAdBRKIhLKK36M//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"FwNC-3vrs","title":"How to Break into Ethereum, Crypto, and Web3 as a Developer","shortId":"FwNC-3vrs","createdAt":"2021-05-19T21:09:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":158,"score":27024960,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:04:00.000Z","url":"https://www.freecodecamp.org/news/breaking-into-ethereum-crypto-web3-as-a-developer/","canonicalUrl":"https://www.freecodecamp.org/news/breaking-into-ethereum-crypto-web3-as-a-developer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c47c7a122118b246d91feffde029cfea","ratio":1.29198966408269,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAAUBCAMAAAAAAAAAAAAAAAECAwQhBQYHExUWImFSU8H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAgP/2gAMAwEAAhEDEQA/AK7mIZSLzQcqNA091PJCnEm4dPJNCrTsaLedi+l4uuJ/QAHroazBf//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@dabit3","readTime":9,"description":null,"toc":null,"summary":null},{"id":"0-HzkcsHv","title":"IRC-Netzwerk Freenode: Feindliche Übernahme","shortId":"0-HzkcsHv","createdAt":"2021-05-20T07:27:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27024927,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:04:00.000Z","url":"https://linuxnews.de/2021/05/irc-netzwerk-freenode-feindliche-uebernahme/","canonicalUrl":"https://linuxnews.de/2021/05/irc-netzwerk-freenode-feindliche-uebernahme/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15a28ab1bc8773cb58cb1359e25b6b4a","ratio":1.90540540540541,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQIFBQAAAAAAAAAAAAABAwIABAUREiFBBhMUMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAIAISL/2gAMAwEAAhEDEQA/AItvSmHXNy60aG+OLqJIjPTKQkvUcz99cAcVPtbG0bO2UqHbSSuOrc5DYZmlKpPjTJTV/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bzxyiTeIk","title":"Damadian credits divine influence for MRI's earliest milestone","shortId":"bzxyiTeIk","createdAt":"2021-05-20T07:16:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:36:51.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132443&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132443","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b77e2ee2f79deab3ad3d68b60b33093f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAEEAwAAAAAAAAAAAAABAAIDBgQFERIUIzFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ALJX4JZaDpbRkyNd1MQcvkQKgFwG1t1sOJce9PuSffkciIP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nyOUXn9yK","title":"As MRI strength increases, so do concerns about magnet safety","shortId":"nyOUXn9yK","createdAt":"2021-05-20T07:16:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:37:59.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132442&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132442","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/011a498f150fa63cc1c2aa525fd0503b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgj/xAAhEAABBAICAgMAAAAAAAAAAAABAgMFEQQGACESMWGR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8AGya3FuSEPj63qEErEeHlk5DrCTSTXiRR+FdezXC7q+oh1YTB4FWapgcmtmel2AAxK57YHQCMhYr6PCqXklKJMhmEnskvq/eHfV5GogYk/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Z_obCZZ4d","title":"Zagg’s new iPad cases are affordable alternatives to the Magic Keyboard","shortId":"Z_obCZZ4d","createdAt":"2021-05-20T07:15:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024915,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:10:40.000Z","url":"https://www.theverge.com/2021/5/20/22444822/zagg-pro-keys-trackpad-keyboard-case-ipad","canonicalUrl":"https://www.theverge.com/2021/5/20/22444822/zagg-pro-keys-trackpad-keyboard-case-ipad","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54702170801f1c0ef7428843da05ec57","ratio":1.91,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDEQAEIQUGEiMxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDM+VdTIvAdXBGxR2ruAnYUBsPX3KxZZ4lEYlsIOmyPNYxhxIutpn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5Z5KzKRfJ","title":"Ludum Dare 48 staff picks","shortId":"5Z5KzKRfJ","createdAt":"2021-05-19T22:44:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"ghblog","views":38,"score":27024904,"tagsStr":"apple,linux,game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:34:44.000Z","url":"https://github.blog/2021-05-19-ludum-dare-48-staff-picks/","canonicalUrl":"https://github.blog/2021-05-19-ludum-dare-48-staff-picks/","image":"https://github.blog/wp-content/uploads/2021/05/Ludum-Dare-48_GH-staff-picks_Banner.gif?fit=1200%2C630","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQORBRMhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAYEQACAwAAAAAAAAAAAAAAAAABAgADIf/aAAwDAQACEQMRAD8Ay3Cuorsxq61R8AO6loYMIACq9fLezuIi1UUaBCl1jE6Z/9k=","siteTwitter":"@github","creatorTwitter":"@leereilly","readTime":8,"description":null,"toc":null,"summary":null},{"id":"aWOCzNdPG","title":"Founder of TikTok owner ByteDance resigns as CEO","shortId":"aWOCzNdPG","createdAt":"2021-05-20T06:34:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T06:26:17.000Z","url":"https://www.theverge.com/2021/5/20/22445212/tiktok-bytedance-ceo-zhang-yiming-steps-down","canonicalUrl":"https://www.theverge.com/2021/5/20/22445212/tiktok-bytedance-ceo-zhang-yiming-steps-down","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e5730db0abed5b4b400cccdd87b31df","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMRAAIGExIhBSIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQADAQEAAAAAAAAAAAAAAAAAASECA//aAAwDAQACEQMRAD8AlxfJkMy9ih43Wyx8bFvI5exB5CIIP2K2IKRd3ptE90pU9G8uDmqn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Qc2QQRO3k","title":"Understanding Kubernetes Maven Plugin’s Image XML configuration","shortId":"Qc2QQRO3k","createdAt":"2021-05-20T00:34:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":3,"score":27024834,"tagsStr":"kubernetes,java,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:40:56.000Z","url":"https://itnext.io/understanding-kubernetes-maven-plugins-image-xml-configuration-e98ef633e231","canonicalUrl":"https://itnext.io/understanding-kubernetes-maven-plugins-image-xml-configuration-e98ef633e231","image":"","ratio":null,"placeholder":"","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"2nPQpGsAK","title":"Taowa: Video calling in Dino in experimental, oh my!","shortId":"2nPQpGsAK","createdAt":"2021-05-20T05:28:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27024808,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T04:00:00.000Z","url":"https://writefreely.debian.social/taowa/video-calling-in-dino-in-experimental-oh-my","canonicalUrl":"https://writefreely.debian.social/taowa/video-calling-in-dino-in-experimental-oh-my","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c43fadfe12187e42d8641d89abbf57c9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAQQI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEIQUxUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSGxsyReS09dY1MM6yFnN2pUKQByu2ffzLMLxwP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"yzFVV40mq","title":"Liberia.chat","shortId":"yzFVV40mq","createdAt":"2021-05-20T05:27:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27024807,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:07:05.000Z","url":"https://kaiserbarbarossa.github.io/post/2021/05/20/liberia-chat/","canonicalUrl":"https://kaiserbarbarossa.github.io/post/2021/05/20/liberia-chat/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aD5aeNorf","title":"Frederick Douglass: The slave who became a statesman","shortId":"aD5aeNorf","createdAt":"2021-05-19T18:04:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:46:27.000Z","url":"https://www.livescience.com/frederick-douglass.html","canonicalUrl":"https://www.livescience.com/frederick-douglass.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ebad3d0c8ecf8f274ad1daef82a668a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAwABAgUSIRMxBEJx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJlraEqK6yHEYS+MQXJMcx5ZPk0O+/dnb4s34ovve0RB/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"SrP7XgMD5","title":"How much time does humanity have left?","shortId":"SrP7XgMD5","createdAt":"2021-05-18T12:39:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:24:11.000Z","url":"https://www.livescience.com/how-much-time-does-humanity-have-left.html","canonicalUrl":"https://www.scientificamerican.com/article/how-much-time-does-humanity-have-left/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/176eaf13d783473383728daa04261c10","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBAMBAQAAAAAAAAAAAAABAAIDEQQFMQdR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAwExMv/aAAwDAQACEQMRAD8Aoesx9tj+kPmdmRHVZcJBhFl4eB95Vm76qEOIimRkZ1wf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"mwGLXcWlj","title":"BaseTen: Creating Machine Learning APIs with Tuhin Srivastava and Amir Haghighat","shortId":"mwGLXcWlj","createdAt":"2021-05-20T04:24:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27024744,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T04:22:55.000Z","url":"https://softwareengineeringdaily.com/2021/05/19/baseten-creating-machine-learning-apis-with-tuhin-srivastava-and-amir-haghighat/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/19/baseten-creating-machine-learning-apis-with-tuhin-srivastava-and-amir-haghighat/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb7e3fed09676a75d66965c9525431cc","ratio":1.82446043165468,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAURBAYHEyIxUdP/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRIfD/2gAMAwEAAhEDEQA/ANU3LNPt+xya+CRdRJ1UASdcoAWAI7SD4PupR+Q7mHYC32nAOBmOX6UpRcapCvRE5drhuE+3P//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"xhgTUf75a","title":"Corey Kluber Throws a No-Hitter","shortId":"xhgTUf75a","createdAt":"2021-05-20T04:12:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024732,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T03:58:53.000Z","url":"https://www.theringer.com/2021/5/19/22445124/corey-kluber-throws-a-no-hitter","canonicalUrl":"https://www.theringer.com/2021/5/19/22445124/corey-kluber-throws-a-no-hitter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb2aefce127868c8e21ae141d96ab6ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYTITEyYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQARAkHw/9oADAMBAAIRAxEAPwCfkuKY3jvJsJg7NGlsbiPvYT6fbgMQSPk/OvQ8GsYv+tr64aOIRIZGKopOlGz4H4KUqVpknbiSwuf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"PKgD21qhy","title":"The 10.3-inch Kobo Elipsa brings back super-sized e-readers","shortId":"PKgD21qhy","createdAt":"2021-05-20T04:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024723,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T04:01:00.000Z","url":"https://www.theverge.com/2021/5/20/22444637/kobo-elipsa-e-reader-giant-screen-price-release-date-stylus","canonicalUrl":"https://www.theverge.com/2021/5/20/22444637/kobo-elipsa-e-reader-giant-screen-price-release-date-stylus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/264ed273662b8543b8bde70bc513db24","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQRIQUGBxIUYf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQADAQAAAAAAAAAAAAAAAAAAASER/9oADAMBAAIRAxEAPwCY4lqrjt71CbxHs3NspSrZzT5FEMnEY5Ghs6+1mDmyi6cQdCRFKUNo2of/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gAVnyycjA","title":"Sphero’s cute car-shaped robot is driven to teach kids about programming","shortId":"gAVnyycjA","createdAt":"2021-05-20T03:37:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024697,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T03:34:27.000Z","url":"https://www.theverge.com/2021/5/19/22444848/sphero-car-robot-learning-toy-indi-stem-steam-programming-scratch","canonicalUrl":"https://www.theverge.com/2021/5/19/22444848/sphero-car-robot-learning-toy-indi-stem-steam-programming-scratch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2e723fabce9db11d8179609f075b9df","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEFBBITIUFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDIv/aAAwDAQACEQMRAD8ApnzYZnpY9TpuZ0ID4HCTbx3fld9haxuSG0XCLr6RFN3eKEVmBazP/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YCUmQU0J-","title":"‘Le Bureau des Légendes,’ Seasons 3 and 4","shortId":"YCUmQU0J-","createdAt":"2021-05-20T03:13:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T03:13:21.000Z","url":"https://www.theringer.com/2021/5/19/22445072/le-bureau-des-legendes-seasons-3-and-4","canonicalUrl":"https://www.theringer.com/2021/5/19/22445072/le-bureau-des-legendes-seasons-3-and-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f637cedf3e2fbcfd6ee63d6bc4347e69","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRABAAECBQUAAAAAAAAAAAAAAQIAAwUREiEiBAcxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwCRPEb3Sdw8AbpC/ECUSRkiD7+b+K3OrXyYwzd3iUpUuIHI23//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"xuGo-MQky","title":"Collaborating on React Components with Bit","shortId":"xuGo-MQky","createdAt":"2021-05-19T22:17:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":11,"score":27024666,"tagsStr":"general-programming,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:17:27.000Z","url":"https://blog.bitsrc.io/collaborating-on-react-components-with-bit-3754fd231d67","canonicalUrl":"https://blog.bitsrc.io/collaborating-on-react-components-with-bit-3754fd231d67","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60162965fa6791a795a7ec8108ec97e3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABBAMBAQAAAAAAAAAAAAACAAEEEQMSIQWx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAACEQMB/9oADAMBAAIRAxEAPwCLcosfyoxYBARd9HsO9p/qmjkQdy2xZdr7RcREGa2jbNOw/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"yMf9kOBF1","title":"Frustrating Design Patterns: Mega-Dropdown Hover Menus","shortId":"yMf9kOBF1","createdAt":"2021-05-19T12:17:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":383,"score":27024664,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-19T19:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:40:00.000Z","url":"https://www.smashingmagazine.com/2021/05/frustrating-design-patterns-mega-dropdown-hover-menus/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/frustrating-design-patterns-mega-dropdown-hover-menus/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1096387568a0b6b8d5add979fb9ba4d","ratio":1.67707212055974,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABBEFBiESFDJBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHREAAAUFAAAAAAAAAAAAAAAAAAECA/AEETNBUf/aAAwDAQACEQMRAD8Am5mktXnQOCz3buCVBwRg++R8q3WGvbENjbGXbStIY16m7KHk4GT5UpVNRY20TZgGMipwf//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":23,"description":null,"toc":null,"summary":null},{"id":"YBWVgqjaF","title":"Sharing learnings about our image cropping algorithm","shortId":"YBWVgqjaF","createdAt":"2021-05-19T17:45:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"twitter","views":52,"score":27024633,"tagsStr":"tech-news,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/sharing-learnings-about-our-image-cropping-algorithm.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/sharing-learnings-about-our-image-cropping-algorithm.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"eyoklGA_Z","title":"Ford starts taking $100 deposits for new F-150 Lightning","shortId":"eyoklGA_Z","createdAt":"2021-05-20T02:29:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024629,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T02:24:00.000Z","url":"https://www.theverge.com/2021/5/19/22444999/fords-f150-lightning-preorder-deposit-amount","canonicalUrl":"https://www.theverge.com/2021/5/19/22444999/fords-f150-lightning-preorder-deposit-amount","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5a2f585f7262f9dcaaaa91675acbc1c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAgMBAAQRBRIGFBUWIXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREC/9oADAMBAAIRAxEAPwDJWXtq09U6dplvZ2ibcTNUkZkyIMYkd+Yxn1NXLdwixYn2euN0QWOfZ4z8pSjeUU2M/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-J-zi1l8h","title":"‘Masked Singer’ Recap: Cluedle-Doo and Yeti Reveals; Plus, Clues and Predictions for the Finale","shortId":"-J-zi1l8h","createdAt":"2021-05-20T02:14:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024614,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T02:13:50.000Z","url":"https://www.theringer.com/video/2021/5/19/22444388/masked-singer-recap-cluedle-doo-and-yeti-reveals-plus-clues-and-predictions-for-the-finale","canonicalUrl":"https://www.theringer.com/video/2021/5/19/22444388/masked-singer-recap-cluedle-doo-and-yeti-reveals-plus-clues-and-predictions-for-the-finale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07e8c09766d7bf805bac6827a3ee60d7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAECBwAAAAAAAAAAAAABAAQFEQIDEhUWIkFhYvH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EACIRAAIAAwkBAAAAAAAAAAAAAAECAAMSBAUREyExQWGR0f/aAAwDAQACEQMRAD8AnI53FctTbngbW9PSGW26B68cR29lPmRjQSBBs68/ERXN0yVnZrPiTURueAO4bW0PWx08HyP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8C_F-Js9t","title":"Jason Mantzoukas Part 2: Mantzoukas Recommends!","shortId":"8C_F-Js9t","createdAt":"2021-05-20T02:14:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024614,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T02:03:13.000Z","url":"https://www.theringer.com/2021/5/19/22444991/jason-mantzoukas-part-2-mantzoukas-recommends","canonicalUrl":"https://www.theringer.com/2021/5/19/22444991/jason-mantzoukas-part-2-mantzoukas-recommends","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/817a02119b88fa19ed10551d7b90e5ba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEjQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRIf/aAAwDAQACEQMRAD8AxrX8mpuMsxipi4cABUhI186qslchQdMcT1I+8Yxw3tlK8cuVw//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"n9QKOMVDm","title":"App Distribution Adds Support to Android App Bundles","shortId":"n9QKOMVDm","createdAt":"2021-05-19T20:23:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"firebase","views":9,"score":27024607,"tagsStr":"tech-news,google,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/05/app-distribution-adds-support-to-android-app-bundles.html","canonicalUrl":"http://firebase.googleblog.com/2021/05/app-distribution-adds-support-to-android-app-bundles.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d4924422bef715a3da8aa9fc54d8d74","ratio":3.35429769392034,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEIhMhQWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAB//EABkRAQACAwAAAAAAAAAAAAAAAAEAAhEhMf/aAAwDAQACEQMRAD8AnLkSatBaA2FtANA819NEi/azJsqfmfUzxsegaCIkWtQ4Qrypuf/Z","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"zN8t94KVO","title":"Ford F-150 Lightning revealed: an electric truck for the masses","shortId":"zN8t94KVO","createdAt":"2021-05-20T01:35:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024575,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T01:30:01.000Z","url":"https://www.theverge.com/2021/5/19/22442777/ford-f-150-lightning-electric-truck-specs-price","canonicalUrl":"https://www.theverge.com/2021/5/19/22442777/ford-f-150-lightning-electric-truck-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f3fe9d2a911f64037ef9753b6de54c2","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAwIhAAQGEjFxof/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECAzH/2gAMAwEAAhEDEQA/AISOnqt6ySqWvKJ6iS5nt5s3XzLNHJ99SFri5xEIiIJZdD1jGRNZVdFuUf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"PS7byVDgX","title":"How to Optimize for Change in Software Development","shortId":"PS7byVDgX","createdAt":"2021-05-19T17:35:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":52,"score":27024574,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:30:08.000Z","url":"https://www.freecodecamp.org/news/how-to-optimize-for-change-software-development/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-optimize-for-change-software-development/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b58e5cd75cb0f0ad663fe3f48d5a0af","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDAAQFBhESIQcxMkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AIXhXAYHLLlm1NZi4VVhEBJbcDkeXxP4AO6z7UaxQahykNioS0jupUhUfSByFHffrb3SlA1Uchf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@swyx","readTime":8,"description":null,"toc":null,"summary":null},{"id":"SuI9KKqo6","title":"svg-loader: A Different Way to Work With External SVG","shortId":"SuI9KKqo6","createdAt":"2021-05-19T14:47:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":78,"score":27024554,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:28:19.000Z","url":"https://css-tricks.com/svg-loader-a-different-way-to-work-with-external-svg/","canonicalUrl":"https://css-tricks.com/svg-loader-a-different-way-to-work-with-external-svg/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/85117e51cfc7ba7f25e66daf77301ce4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERIGByExsv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAwIRAAQFIXH/2gAMAwEAAhEDEQA/AMtn8O2O6ineSaK9aaPgDdQmQod75Dbe6gt2/ZmLHJoCTvxa6H3SlGcrtNSYlZq/MR1lQc5omLo9Z//Z","siteTwitter":"@CSS","creatorTwitter":"@shubhamjainco","readTime":4,"description":null,"toc":null,"summary":null},{"id":"u-kkkXEFJ","title":"Asus’ new Zenbook 13 offers an OLED display for a previously unthinkable $800 price","shortId":"u-kkkXEFJ","createdAt":"2021-05-20T01:03:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024543,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T01:01:00.000Z","url":"https://www.theverge.com/2021/5/19/22444821/asus-zenbook-13-oled-um325-ux325-price-release-date-specs","canonicalUrl":"https://www.theverge.com/2021/5/19/22444821/asus-zenbook-13-oled-um325-ux325-price-release-date-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6eecc9aecc4fad53707c813f11c487e5","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAwIEAAUGIRETQ//EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8Ak/CK44/QXsa/rdYtq+qxILI7BGT/AGW0sWdjafMgTa2cyIjwASSesYxsDmkK2ek//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"AMU2yCbci","title":"Ray Ban - You are on custom","shortId":"AMU2yCbci","createdAt":"2021-05-20T00:08:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27024488,"tagsStr":"r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.behance.net/gallery/106336625/Ray-Ban-You-are-on-custom","canonicalUrl":"https://www.behance.net/gallery/106336625/Ray-Ban-You-are-on-custom","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a22e2ca51e78c587398ff35aefcd0b1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMI/8QAJhAAAgIABAUFAQAAAAAAAAAAAQIDEQAEBSEGBxIiYRMUIzFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAeEQACAgAHAAAAAAAAAAAAAAABAgARAxITIUFR8f/aAAwDAQACEQMRAD8Arxi2qZDnsue0rXp3yzyL7qP1mMeUULQjoGjdG1rtuz9g40NEyvEjBuoMAbVrB/njAVzFZo9aDxsUdJ55FZTRVumfuH4dhv4GGDhn5OG9Jd+52ykRLHck9A3wWjlVcS7sHrhmEcuGUbV4s//Z","siteTwitter":"@behance","creatorTwitter":"@lucianocian","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Hw7YttPZg","title":"The business impact of core web vitals","shortId":"Hw7YttPZg","createdAt":"2021-05-19T08:12:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"web","tweeted":true,"views":479,"score":27024478,"tagsStr":"webdev,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-19T15:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://web.dev/vitals-business-impact/","canonicalUrl":"https://web.dev/vitals-business-impact/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ceeac4807dc29fbc25eaedb620d183f3","ratio":3.44827586206897,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAyESExQyM6H/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAzFBUf/aAAwDAQACEQMRAD8A0Jry5cz2O9CnuZm0JXgChaIihm7F0KpyNCf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rfrkqqe1H","title":"Next-Gen CSS, OSS needs you, testing best practices - Picks #180","shortId":"rfrkqqe1H","createdAt":"2021-05-19T12:35:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":183,"score":27024477,"tagsStr":"general-programming,react,testing,css,open-source,typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-19T15:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:30:00.000Z","url":"https://daily.dev/blog/next-gen-css-oss-needs-you-testing-best-practices-picks-180","canonicalUrl":"https://daily.dev/blog/next-gen-css-oss-needs-you-testing-best-practices-picks-180","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a966368d7a5136247f9a96276903fbdc","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBAAFBgcRISNRM//EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACAzEEEbH/2gAMAwEAAhEDEQA/ANZyTuu/tayDp8VOWU03YTWIA8i+0oAG8EAADx9HeVV4d29frRXLVnUnsWEEsjFoiWZh2T+f04xl8tQ41LG+3wjtZ//Z","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6cPkP7L0Y","title":"Google details how interconnected Matter smart home standard will work on Android and Nest","shortId":"6cPkP7L0Y","createdAt":"2021-05-19T23:48:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024468,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:45:00.000Z","url":"https://www.theverge.com/2021/5/19/22444571/google-interconnected-matter-smart-home-standard-android-nest-details-io-2021","canonicalUrl":"https://www.theverge.com/2021/5/19/22444571/google-interconnected-matter-smart-home-standard-android-nest-details-io-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c0a2f47ba20b83762ac06017e1641ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAxEEBSGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/ANRt9xJhay44YnOJIJeLu+eKKJ7AJaLPURT2mx//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PO3PpM2JK","title":"Gabriel Gonzalez: Module organization guidelines for Haskell projects","shortId":"PO3PpM2JK","createdAt":"2021-05-19T16:42:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"phaskell","views":6,"score":27024466,"tagsStr":"haskell","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://www.haskellforall.com/2021/05/module-organization-guidelines-for.html","canonicalUrl":"https://www.haskellforall.com/2021/05/module-organization-guidelines-for.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xqFRI6AkN","title":"Russell Coker: DNS, Lots of IPs, and Postal","shortId":"xqFRI6AkN","createdAt":"2021-05-03T05:10:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27000310,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T04:54:59.000Z","url":"https://etbe.coker.com.au/2021/05/03/dns-lots-ips-postal/","canonicalUrl":"https://etbe.coker.com.au/2021/05/03/dns-lots-ips-postal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"HHlsn2liN","title":"What’s new from Firebase at Google I/O 2021","shortId":"HHlsn2liN","createdAt":"2021-05-18T20:07:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"firebase","views":87,"score":27023351,"tagsStr":"google,infrastructure,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/05/whats-new-from-firebase-at-google-io.html","canonicalUrl":"http://firebase.googleblog.com/2021/05/whats-new-from-firebase-at-google-io.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/547d3206b8b5ab5dfb8ad6769ee6ba31","ratio":3.35429769392034,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAECETFBUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDRnFSlFu7vrKLG/QCF04f/2Q==","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"d1gHQx3Qf","title":"FDA releases final guidance on medical device safety for MRI","shortId":"d1gHQx3Qf","createdAt":"2021-05-19T23:31:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024451,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:10:04.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132445&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132445","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30295ee8c525317ff5b1118c82ce8562","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgAF/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEhEhUQYi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwAPDgfkJraFjnnhk0Qy7SKTvqpKKpUekbc8Ajujd7ibWK8njt8zYSQpIyo52/Sg9HoeVkVVcMp2K//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"oTOk_JqAW","title":"DNS infrastructure at Hulu","shortId":"oTOk_JqAW","createdAt":"2021-05-19T17:43:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"disney","views":10,"score":27024450,"tagsStr":"infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:29:58.000Z","url":"https://medium.com/disney-streaming/dns-infrastructure-at-hulu-c69fd20170dc","canonicalUrl":"https://gist.githubusercontent.com/LoveMandy/77f49f5144347ed5dbed41528e5211b6/raw/1ee9da1acccf0bfb32ba22098b00af1a75a3561b/2015-09-08-dns-infrastructure-at-hulu.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a14a48c59211fd035d9999e83cf2a1a3","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAAgQSBhEhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABMkH/2gAMAwEAAhEDEQA/ANBZin5vJchammrMei7LO2oqCRv14Psd/JTxElUw0//Z","siteTwitter":"@disneystreaming","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"q0LHxVLcm","title":"Nintendo’s new Zelda Amiibo removes tedium for an extra $25","shortId":"q0LHxVLcm","createdAt":"2021-05-19T23:11:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024431,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:07:00.000Z","url":"https://www.theverge.com/2021/5/19/22444520/nintendo-skyward-sword-hd-zelda-amiibo-fast-travel","canonicalUrl":"https://www.theverge.com/2021/5/19/22444520/nintendo-skyward-sword-hd-zelda-amiibo-fast-travel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fde0b7c110aff08db207913deb107790","ratio":1.90996784565916,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBBEABRJBEyExof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAA1ERITFBsf/aAAwDAQACEQMRAD8A2jXx93Eadkp3peDrhUpL8YKoXQAoijQHX3rrK7MjY+JHKahR4iyWR7/cYybS9wq79YEas0sJLAc4A8n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_Wa3lBxaa","title":"Meeting the Men of Katie’s Season With Amelia Wedemeyer","shortId":"_Wa3lBxaa","createdAt":"2021-05-19T23:09:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024429,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:03:27.000Z","url":"https://www.theringer.com/2021/5/19/22444792/meeting-the-men-of-katies-season-with-amelia-wedemeyer","canonicalUrl":"https://www.theringer.com/2021/5/19/22444792/meeting-the-men-of-katies-season-with-amelia-wedemeyer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7eeb4b9c2fc53b020a4eb84a9362e2a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBBEAIQUGMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAEXHB/9oADAMBAAIRAxEAPwDNOtQm+WkOtSDSAdEbULTZNn7r33eT7kTjgtQMNV2fHTjGHUUTHsaVc6Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KyKoGurj_","title":"An experiment in helping users and web publishers create deeper connections on Chrome","shortId":"KyKoGurj_","createdAt":"2021-05-19T15:30:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"chromium","views":19,"score":27024428,"tagsStr":"startup,google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://blog.chromium.org/2021/05/an-experiment-in-helping-users-and-web.html","canonicalUrl":"https://blog.chromium.org/2021/05/an-experiment-in-helping-users-and-web.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"","creatorTwitter":"@ChromiumDev","readTime":null,"description":null,"toc":null,"summary":null},{"id":"L1Sg1RRHm","title":"Aspect Ratios: All You Need to Know","shortId":"L1Sg1RRHm","createdAt":"2021-05-19T23:07:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27024427,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:34:13.000Z","url":"https://www.uxpin.com/studio/blog/aspect-ratio/","canonicalUrl":"https://www.uxpin.com/studio/blog/aspect-ratio/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d239e037df860ab5dda36ad4753be42e","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQIHAQAAAAAAAAAAAAABAwACIgQRExQhQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDBAVRcZGh0f/aAAwDAQACEQMRAD8AotwzS6o7pouPGQ9+SilNYSsa9ZtHQiJavVo2xMIHZ9R4qpE2eQgHk67r/9k=","siteTwitter":"","creatorTwitter":"@uxpin","readTime":5,"description":null,"toc":null,"summary":null},{"id":"vd-AdvNfO","title":"Five more women are suing Amazon for discrimination and retaliation","shortId":"vd-AdvNfO","createdAt":"2021-05-19T22:59:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024419,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:58:26.000Z","url":"https://www.theverge.com/2021/5/19/22444635/amazon-five-discrimination-retaliation-lawsuits-warehouse","canonicalUrl":"https://www.theverge.com/2021/5/19/22444635/amazon-five-discrimination-retaliation-lawsuits-warehouse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf7b1c93a552a646c85a1ff72721e784","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAwQRISKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAYEQEBAAMAAAAAAAAAAAAAAAABABESIf/aAAwDAQACEQMRAD8A0RsS621bEzsiqvQ3UgTXpUmWY9jxESFbLxmoYW//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5UW-zYaBW","title":"Slack will let you list your pronouns right under your job title","shortId":"5UW-zYaBW","createdAt":"2021-05-19T22:59:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024419,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:54:39.000Z","url":"https://www.theverge.com/2021/5/19/22444705/slack-pronouns-field-profiles","canonicalUrl":"https://www.theverge.com/2021/5/19/22444705/slack-pronouns-field-profiles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71a16a8d91ae131b91adec54cf301040","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQUAAwEAAAAAAAAAAAAAAwABAgQREiJRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzxVtDFRsgnVCSZsaBZbzE7PvX74odbxkRKA//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yW2LN-roy","title":"Node v16.2.0 (Current)","shortId":"yW2LN-roy","createdAt":"2021-05-19T11:10:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"nodejs","views":158,"score":27024391,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-19T13:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:42.000Z","url":"https://nodejs.org/en/blog/release/v16.2.0/","canonicalUrl":"https://nodejs.org/en/blog/release/v16.2.0/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4db4298890c8e588b2cd12ec7ad34087","ratio":0.875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQF/8QAIxAAAgICAQMFAQAAAAAAAAAAAQIDBAURAAYxQRIhMlJhof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAACAQMAEf/aAAwDAQACEQMRAD8ASOqeucrXzd4VLKRR0J3iMSqCG19t99jijhrz38RRuPGFaxBHKVB9gWUHX95Ne6dxF3Jx3LWPryWfLlflrt6h2bX7vmwoCqAoAAGgB44GWbFtS94cwzbVfe//2Q==","siteTwitter":"@nodejs","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"w8jr6pFHm","title":"Netflix is getting a trilogy of Fear Street movies in July","shortId":"w8jr6pFHm","createdAt":"2021-05-19T21:30:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024330,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T21:28:11.000Z","url":"https://www.theverge.com/2021/5/19/22444575/netflix-fear-street-trilogy-rl-stine-release-date","canonicalUrl":"https://www.theverge.com/2021/5/19/22444575/netflix-fear-street-trilogy-rl-stine-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/606900645aac8db8f68470037c81bb81","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAFBBITIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AwzdNijXavlLhTZCQkCbiRZ9VlnaFXmZT2Adj8GMYdNIUL//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wwShMUZC1","title":"Mozilla veröffentlicht Firefox 88.1.4 für Android","shortId":"wwShMUZC1","createdAt":"2021-05-19T21:06:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27024306,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T20:57:36.000Z","url":"https://www.soeren-hentzschel.at/firefox-android/firefox-88-1-4-android/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox-android/firefox-88-1-4-android/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fec6df43ecb26ce971779a1eeb07739","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBBFBBQYTITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIEEjED/9oADAMBAAIRAxEAPwC4945tvTMSxMOy5C5O28p9b4A+CTpVZ1DM7EkbJPMRFIyLTAmV0a2n/9k=","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pZ-Y1u41h","title":"Migrate to User-Agent Client Hints","shortId":"pZ-Y1u41h","createdAt":"2021-05-19T10:12:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"web","views":57,"score":27024255,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://web.dev/migrate-to-ua-ch/","canonicalUrl":"https://web.dev/migrate-to-ua-ch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36a2dfa704b6d6b5b713bb59c6c6d473","ratio":1.50564617314931,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABEQMEIQUSExQxYWL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACIQMS/9oADAMBAAIRAxEAPwDP6AlaacPPTosNwO+kLybxMO84jx7Ue1Ytjphj7JESvpqYw23Oq6T/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JpMDtX84C","title":"Singapore International Photography Festival (SIPF)","shortId":"JpMDtX84C","createdAt":"2021-05-19T20:08:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27024248,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/110850959/Singapore-International-Photography-Festival-(SIPF)","canonicalUrl":"https://www.behance.net/gallery/110850959/Singapore-International-Photography-Festival-(SIPF)","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01607e43d16bfb194fa9dc85df3a8b95","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAgMBAAAAAAAAAAAAAgEDBREABDFBBgcSIf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBAURMVGx/9oADAMBAAIRAxEAPwC6Xkpp+DDTnZTYOX195W0AUQhAhvteev2839f2N5MDDYOPR5GIohEbC/SrXK0tXjGGxWS7zxNG2+AtBI8X/9k=","siteTwitter":"@behance","creatorTwitter":"@foreignpolicydg","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6P7qfQLDz","title":"Apple announces a slew of accessibility updates","shortId":"6P7qfQLDz","createdAt":"2021-05-19T20:01:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024241,"tagsStr":"apple,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T20:00:07.000Z","url":"https://www.theverge.com/2021/5/19/22444137/apple-accessibility-updates-disabilities-iphone-ipad-watch","canonicalUrl":"https://www.theverge.com/2021/5/19/22444137/apple-accessibility-updates-disabilities-iphone-ipad-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4bd213beed0c52875d17aae3b6edf68","ratio":1.91033138401559,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQAFBhIhQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQADAAAAAAAAAAAAAAAAAAEAAyH/2gAMAwEAAhEDEQA/AKSljks2ZrdltOTKdiPuEphR4gYSgECh2CiSR9OVxIpIB80Ks+8YwVmsva4E/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"e6CfN0u_l","title":"The level of Mac malware is not acceptable, says Apple’s Craig Federighi at Epic trial","shortId":"e6CfN0u_l","createdAt":"2021-05-19T19:44:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024224,"tagsStr":"security,apple,cyber,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T19:42:44.000Z","url":"https://www.theverge.com/2021/5/19/22444353/mac-malware-not-acceptable-craig-federighi-apple-epic","canonicalUrl":"https://www.theverge.com/2021/5/19/22444353/mac-malware-not-acceptable-craig-federighi-apple-epic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b02fad8301eae1f8625dcbb604a7789","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQYUITEyhNH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAIDAQAAAAAAAAAAAAAAAAABAhEhMf/aAAwDAQACEQMRAD8AwurzYjW35U3jzHHX1qjkLnOEAJRYPSr8uxySN2xaF6OT7733GMpLOBTs/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4M1pifM7-","title":"You can get a PS5 at GameStop right now","shortId":"4M1pifM7-","createdAt":"2021-05-19T19:30:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024210,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T19:27:48.000Z","url":"https://www.theverge.com/2021/5/19/22444260/ps5-disc-discless-gamestop-restock-sony","canonicalUrl":"https://www.theverge.com/2021/5/19/22444260/ps5-disc-discless-gamestop-restock-sony","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c06496e7f0e6eef871b19c62ad6de3e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAQFEjERYdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB0RAAICAQUAAAAAAAAAAAAAAAECAAMFESFSssL/2gAMAwEAAhEDEQA/AJMHBa3WBubRonUSTWrCQMN11WRyAdeEnnqss2fQMQcZZE+e6D5SlVnGoLL7w2+hHUQi6CwIG4+mn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"wHBqDyCR_","title":"Update on User-Agent String Reduction in Chrome","shortId":"wHBqDyCR_","createdAt":"2021-05-19T11:07:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"chromium","views":34,"score":27024199,"tagsStr":"google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html","canonicalUrl":"https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"","creatorTwitter":"@ChromiumDev","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fCrdHvpgJ","title":"Here’s Anker’s apology after 712 Eufy customers had camera feeds exposed to strangers","shortId":"fCrdHvpgJ","createdAt":"2021-05-19T19:13:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024193,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T19:09:13.000Z","url":"https://www.theverge.com/2021/5/19/22444164/eufy-security-camera-glitch-privacy-feed-exposed-statement-details","canonicalUrl":"https://www.theverge.com/2021/5/19/22444164/eufy-security-camera-glitch-privacy-feed-exposed-statement-details","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d18981cecc3b501b328e3001a7b9f64","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQhBQYxERIiYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIDETH/2gAMAwEAAhEDEQA/AImvuSOrBqUb9Lq2XWImMaZ/IR9pOQOcjHIWadPZ+oiNMoOM/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DLLLo588p","title":"Deep-learning algorithm estimates cancer risk of pulmonary nodules","shortId":"DLLLo588p","createdAt":"2021-05-19T19:02:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024182,"tagsStr":"data-science,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:31:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132441&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132441","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67e7b676222435a6e3c9207ce265f342","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAJRAAAgEDAQgDAAAAAAAAAAAAARECAAMEBQYHEhQVIzJBUZGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AI+welW57rMHUZQsGUMbIFyHDPvAiIAkRP0h9BKs862+s57T5i4015H5f7SlB//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bJpbcg16Y","title":"Lollapalooza locks in highly anticipated 2021 lineup: Foo Fighters, Post Malone, Illenium, Kaytranada, and more top ticket","shortId":"bJpbcg16Y","createdAt":"2021-05-19T19:00:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27024180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:58:27.000Z","url":"https://dancingastronaut.com/2021/05/lollapalooza-locks-in-prestigious-2021-lineup/","canonicalUrl":"https://dancingastronaut.com/2021/05/lollapalooza-locks-in-prestigious-2021-lineup/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f68dc712bb10bd86ba65021c10db11bf","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAhEVEFBjH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRBAUhwfD/2gAMAwEAAhEDEQA/AMYteEtN61G1mvBGSySrMvBchhwit0NE66yMkrukjKV2pI+jGMAaJCubPHbFLTfcA9r/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JFr8nTFGB","title":"Porter Robinson reshares ‘Nurture’ tracklist in chronological order","shortId":"JFr8nTFGB","createdAt":"2021-05-19T18:47:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27024167,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:41:00.000Z","url":"https://dancingastronaut.com/2021/05/porter-robinson-reshares-nurture-tracklist-in-chronological-order/","canonicalUrl":"https://dancingastronaut.com/2021/05/porter-robinson-reshares-nurture-tracklist-in-chronological-order/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b54565f85b85fdddf234eb4cd3029c8b","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAQIGAQUAAAAAAAAAAAAAAwECAAQFBhEhEhUkMXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwDNtinW9VyCnQyVP6eUL+IyCMmHtfhd88+Pm4vMSdpDmCsWmU9qtcqKncLjfuEIoLmZ1eizf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ftUfGjCZW","title":"European Finals Special and Zack Holmes","shortId":"ftUfGjCZW","createdAt":"2021-05-19T13:30:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:25:07.000Z","url":"https://www.theringer.com/2021/5/19/22443680/european-finals-special-and-zack-holmes","canonicalUrl":"https://www.theringer.com/2021/5/19/22443680/european-finals-special-and-zack-holmes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e1e0cb7530cf329f085aecbdddf2581","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQGERUSITFBUlOR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADBEL/2gAMAwEAAhEDEQA/ANqfGY9ygdL69WOJ4wqcY8X15gd9R8FW2OXJYnd5+vrFKVOtsuHUOOm1QAGn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"2lQS02Mjw","title":"11 things we know about the new smartwatch OS from Google and Samsung — and some we don’t","shortId":"2lQS02Mjw","createdAt":"2021-05-19T18:39:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024159,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:33:32.000Z","url":"https://www.theverge.com/2021/5/19/22443809/google-samsung-wear-os-tizen-things-we-know","canonicalUrl":"https://www.theverge.com/2021/5/19/22443809/google-samsung-wear-os-tizen-things-we-know","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4a7f20adedfcbc621843132f9ae48aed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwYRBQcSISIy/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AK5nmOzuS6n4hOi87Lg2bDFmj2t9rhCWZfoL7ggHak6HiqbSlB//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"UXY6ihKH2","title":"HBO Max is getting new animated Batman and Superman shows","shortId":"UXY6ihKH2","createdAt":"2021-05-19T18:39:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024159,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:30:58.000Z","url":"https://www.theverge.com/2021/5/19/22444200/hbo-max-new-animated-batman-superman-shows","canonicalUrl":"https://www.theverge.com/2021/5/19/22444200/hbo-max-new-animated-batman-superman-shows","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a3556a24712582f54b6ace2c4bde58","ratio":1.91208791208791,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABRIGFSExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECITL/2gAMAwEAAhEDEQA/AMX2nU20MDsTsguwNWpbcdKrBokWFVXJNiwk+suFFgPQ2HFx3ea20qPF4gWR88Yxl6MbAXyj/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2Ngou4xng","title":"Choose how in-scope links open your PWA with Declarative Link Capturing","shortId":"2Ngou4xng","createdAt":"2021-05-19T09:21:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":31,"score":27024157,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":25,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://web.dev/declarative-link-capturing/","canonicalUrl":"https://web.dev/declarative-link-capturing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81b2a571bbcbbcf97f6d75089ce82d4c","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBhIhMkFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDPe1KWnzV7FrU5LKxV2B4QIrEkjp3EfcnJmVpnaNeKFiVX0PAxjA//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LnoeVxMEmB","title":"AT&T’s Discovery deal is about taking on Disney Plus","shortId":"LnoeVxMEmB","createdAt":"2021-05-19T18:34:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:30:00.000Z","url":"https://www.theverge.com/2021/5/19/22444031/warnermedia-discovery-merger-hbo-max-streaming-giant","canonicalUrl":"https://www.theverge.com/2021/5/19/22444031/warnermedia-discovery-merger-hbo-max-streaming-giant","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d4245ff3a6390088b3a00355917b32e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQADBBIRAhMxFBUhImH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQADAAAAAAAAAAAAAAAAAAABAzH/2gAMAwEAAhEDEQA/AM5OTI/Ttx+3x95sk6pF3LuZ4BFq+PgHCkLYHuURW1bI/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"2el-YzJX_","title":"Ford F-150 Lightning announcement: how to watch the electric pickup truck’s debut","shortId":"2el-YzJX_","createdAt":"2021-05-19T18:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024127,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22443818/ford-f150-lightning-ev-announcement-how-to-watch","canonicalUrl":"https://www.theverge.com/2021/5/19/22443818/ford-f150-lightning-ev-announcement-how-to-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c37d32436bf96d1f7a6f8f1c508bac44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEEBREAAwchEiTS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQEBAAIDAQAAAAAAAAAAAAABAgAxAwQFEf/aAAwDAQACEQMRAD8ApIyrVsBbWMJEtjLX5CoNQsVrrurXMsLkKdIlJdra17X1dXzjGH26T4jlnxuOLqi5HWzP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CchIKBc03","title":"'Black fungus' treatment runs short in India as new cases of infection emerge","shortId":"CchIKBc03","createdAt":"2021-05-19T18:04:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:40:30.000Z","url":"https://www.livescience.com/amphotericin-B-drug-for-black-fungus-supply.html","canonicalUrl":"https://www.livescience.com/amphotericin-B-drug-for-black-fungus-supply.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49312ada521e50ef471aeeebb8b6c59e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBQcxURITISL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABsRAAIBBQAAAAAAAAAAAAAAAAABQQIDBBHw/9oADAMBAAIRAxEAPwCLZnX9Lh2dlt3sGJsmne7IRT78/oHnnxwPvVZmnZZJ5HjUIjMSq9DPFKVQyVqxR0IQj//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KjVFC1Rok","title":"Clarius adds AI features to handheld ultrasound scanners","shortId":"KjVFC1Rok","createdAt":"2021-05-19T17:28:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024088,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:09:55.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132440&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132440","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee762c9c18225670e688a90c377808d6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMI/8QAIRAAAgEDBQADAAAAAAAAAAAAAQIDBAYRAAUSIUEUMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECACEDEUFh/9oADAMBAAIRAxEAPwCFj3VNuNTW0u5SxzypwCSswUozZwx6yQPdLNJMjUkBaaJyUUlg/R6+9ZaaNDZO6SFFMiVOVbHaniOwfNNNsIgtraQFUD4kPn4GrMoL1Wh5AQhb7P/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"wVbdpHQK6","title":"New Dark Patterns tip line lets you report evil tech company menus","shortId":"wVbdpHQK6","createdAt":"2021-05-19T17:27:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024087,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:25:00.000Z","url":"https://www.theverge.com/2021/5/19/22444090/dark-patterns-tip-line-consumer-reports-advocacy-web","canonicalUrl":"https://www.theverge.com/2021/5/19/22444090/dark-patterns-tip-line-consumer-reports-advocacy-web","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a84d73d6d84202cc57ff0c13cb0f880","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQMFAQEAAAAAAAAAAAABAgMABREEBgcSIRMx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBCFRwf/aAAwDAQACEQMRAD8At+ROFU3fuLXXuS9x6eSWKFWVresrqYvQUfuOufAcD0VW26a6Pb9K0t1meRolLN80HY4GT+UpUF4SjKqnfItPIJM//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JMKSC5jYf","title":"Colonial Pipeline CEO confirms company paid $4.4 million ransom it wasn’t supposed to pay","shortId":"JMKSC5jYf","createdAt":"2021-05-19T17:16:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024076,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:12:57.000Z","url":"https://www.theverge.com/2021/5/19/22443933/colonial-pipeline-ransom-4-million-hack-gas-shortage","canonicalUrl":"https://www.theverge.com/2021/5/19/22443933/colonial-pipeline-ransom-4-million-hack-gas-shortage","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20111f4ec60a6a3de19717827c5a7b29","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBgUSITFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwCfK7McjTDhOwoq6CIuJsENHuq+LKpImGRxDQBZ8IijdOtEtKcP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZI0n8hSJr","title":"Android phones can finally tap to pay for public transit in the SF Bay Area","shortId":"ZI0n8hSJr","createdAt":"2021-05-19T17:11:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024071,"tagsStr":"tech-news,google,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:10:35.000Z","url":"https://www.theverge.com/2021/5/19/22443383/google-pay-clipper-card-android-san-francisco-bay-area-silicon-valley","canonicalUrl":"https://www.theverge.com/2021/5/19/22443383/google-pay-clipper-card-android-san-francisco-bay-area-silicon-valley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09edc767366e6c3b5ef365aa8f066398","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBBEABSEiBhIVcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMABBH/2gAMAwEAAhEDEQA/AMjA8/3b+102qU/2ls95BAKro0aquKy05M3anFK+/PTZJpPoAPzjGMNarqR4cznijglhv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YU9uQSqFd","title":"Fujifilm's x-ray system connected with Qure.ai algorithm","shortId":"YU9uQSqFd","createdAt":"2021-05-19T17:06:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024066,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:54:45.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132439&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132439","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/85538070bdf910b23adc93a3851fbd3c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJhAAAgECBQIHAAAAAAAAAAAAAQMCBBEABQYHQRJxFBUhIiMxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIREiJB/9oADAMBAAIRAxEAPwAHlemdvUVaqapbqbNKiVheVL4RfVxaP7Prf6vhB5Zt8r457ZahbKPtLBVuAmRyBfnFWbVlUjJqpyaly3QkoxZCZEh2IxqwYwgEzkT3wy0dCo5dP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bxM9isQoj","title":"Replaying Mass Effect Is Good for My Mental Health","shortId":"bxM9isQoj","createdAt":"2021-05-19T13:05:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:00:00.000Z","url":"https://www.wired.com/story/mass-effect-mental-health/","canonicalUrl":"https://www.wired.com/story/mass-effect-mental-health/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66236c9ececc75b0eb36f1d1b973e49b","ratio":1.91111111111111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxABAAEDBAMAAAAAAAAAAAAAAQIAAwQGERMxIVKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgARA1Fx/9oADAMBAAIRAxEAPwDF7uPhWtEko49xyJcd3lbvSyRA28CbHyomWUMlIS792lKNALbsozEgLWp//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Su2t0kYTL","title":"HBO Max launching ad-supported tier for $9.99 a month in June","shortId":"Su2t0kYTL","createdAt":"2021-05-19T16:56:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024056,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:52:30.000Z","url":"https://www.theverge.com/2021/5/19/22444063/hbo-max-ad-supported-tier-announced-pricing-release-date","canonicalUrl":"https://www.theverge.com/2021/5/19/22444063/hbo-max-ad-supported-tier-announced-pricing-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a1e7bb095e1bb3fa44a12441910889d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAAUEAwAAAAAAAAAAAAAAAAEDBAUCERIhIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AwOOmEWkE9YVRUe4VcXxdrJZKo3Ii4H4IZ1b6ABSg/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"e_0VxsR7c","title":"6 Ways Parallax Still Works in 2021","shortId":"e_0VxsR7c","createdAt":"2021-05-19T16:56:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27024056,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:03:00.000Z","url":"https://www.webdesignerdepot.com/2021/05/6-ways-parallax-still-works-in-2021/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/6-ways-parallax-still-works-in-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/953f12d253462da141138c04363347c6","ratio":1.81947405828003,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBgUSFCMxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyXV+Y7bRJ+FsOO5wbkDnnqBd6qwDRq/ihhLz0PIURInf/9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5uVANYr7d","title":"Hindenburg disaster's earliest moments captured in newly released footage","shortId":"5uVANYr7d","createdAt":"2021-05-19T16:55:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024055,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:47:47.000Z","url":"https://www.livescience.com/hindenburg-disaster-newfound-footage.htm","canonicalUrl":"https://www.livescience.com/hindenburg-disaster-newfound-footage.htm","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54da4b232e2d3b6e61ef66face38cc00","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAAYBBAMAAAAAAAAAAAAAAAECAwQFEgYRITEHQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AoQYlt4+uExbmVGuLBlkjVIdJbhqy5I8lnlx86L0MzaavW7Zy3FRGslvLUe3W5qMAAf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"--g2_HcYs","title":"Google page experience update will come to desktop pages","shortId":"--g2_HcYs","createdAt":"2021-05-19T16:49:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27024049,"tagsStr":"google,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:22:26.000Z","url":"https://searchengineland.com/google-page-experience-update-will-come-to-desktop-pages-348723","canonicalUrl":"https://searchengineland.com/google-page-experience-update-will-come-to-desktop-pages-348723","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eeb9928f44bae64c3230ef6260f00032","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQADQQQREiEjQ6H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDT4aqdczdrnriJhQN1AABcaJk4HfqIkWP/2Q==","siteTwitter":"@sengineland","creatorTwitter":"@rustybrick","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VACwrxHym","title":"Microsoft is finally retiring Internet Explorer in 2022","shortId":"VACwrxHym","createdAt":"2021-05-19T16:46:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024046,"tagsStr":"business,microsoft,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:39:49.000Z","url":"https://www.theverge.com/2021/5/19/22443997/microsoft-internet-explorer-end-of-support-date","canonicalUrl":"https://www.theverge.com/2021/5/19/22443997/microsoft-internet-explorer-end-of-support-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb4481b23897f4151566f68a5696b55e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAAcBAQEAAAAAAAAAAAAAAAECAwQFESExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAhMf/aAAwDAQACEQMRAD8AzfV2EaNQWUZdcw9IfzJK+qbLzE6XOnulh+fBEAAvCkNb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"anmw277dI","title":"Harpers Bazaar Arabia: Into The Rabbit?s Hole","shortId":"anmw277dI","createdAt":"2021-05-19T16:21:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27024021,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/119651397/Harpers-Bazaar-Arabia-Into-The-Rabbits-Hole","canonicalUrl":"https://www.behance.net/gallery/119651397/Harpers-Bazaar-Arabia-Into-The-Rabbits-Hole","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/709e9c0622532bc7a0412a7a0aa192cc","ratio":0.749866095340118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAABv/EACMQAAAFAwMFAAAAAAAAAAAAAAECAwQRAAUSBlFhIUFTcbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyFB/9oADAMBAAIRAxEAPwAywQtT/RQNLmdNrcWYiLFwVORPMjgaA9hI8bUPwU8nyn1m021uNuKdwY2M9SlDbmhz5I6D1wiQUcE1DECUuwDG9HbN4mLCvp//2Q==","siteTwitter":"@behance","creatorTwitter":"@JvdasBerra","readTime":null,"description":null,"toc":null,"summary":null},{"id":"BhY51GlK7","title":"Ford F-150 Lightning: all the news about the electric pickup truck","shortId":"BhY51GlK7","createdAt":"2021-05-19T16:14:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:10:24.000Z","url":"https://www.theverge.com/2021/5/19/22443945/ford-f150-lightning-announcement-news-pickup-truck-updates-highlights-specs-price","canonicalUrl":"https://www.theverge.com/2021/5/19/22443945/ford-f150-lightning-announcement-news-pickup-truck-updates-highlights-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b976c9a76737178225acb7bad41d808","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxABAAICAwAAAAAAAAAAAAAAAQACAxESUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ay0ta3xnAQDfslY1ZOmIgf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tENe8xIDE","title":"Google made AI language the centerpiece of I/O while ignoring its troubled past at the company","shortId":"tENe8xIDE","createdAt":"2021-05-19T16:09:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024009,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:06:42.000Z","url":"https://www.theverge.com/2021/5/19/22443441/google-ai-language-models-dangers-risk-io-timnit-gebru-margaret-mitchell-firing","canonicalUrl":"https://www.theverge.com/2021/5/19/22443441/google-ai-language-models-dangers-risk-io-timnit-gebru-margaret-mitchell-firing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d81ac803458aa8031fe044b6edb1468b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAwQSBRMVVJGhotL/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAICAwAAAAAAAAAAAAAAAAABAhITQaH/2gAMAwEAAhEDEQA/AMVNUp7NZDY0A744spYY9yT5Ejkl6C09/qIhGiL1ggtdZ//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"poHsaXKw5","title":"With Aerial_Knight’s Never Yield, Neil Jones made the game he always wanted to see","shortId":"poHsaXKw5","createdAt":"2021-05-19T16:04:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024004,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22434089/aerial-knight-never-yield-interview-neil-jones-switch-ps5-xbox-steam","canonicalUrl":"https://www.theverge.com/2021/5/19/22434089/aerial-knight-never-yield-interview-neil-jones-switch-ps5-xbox-steam","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2658abdd38574ec25c92e115b691a65","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQGEQUSFCExQYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAEDAAIEESFRkf/aAAwDAQACEQMRAD8Ax2X2drwWYXHFiBLiC1dYy5VVZwQDvwNDWx8PqrqYpHMolE8Khx1a7ZTrf7SlTsnIYtCr1PJA34I4VHU//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"YmdGX4r5f","title":"What's radiology's 'new normal' post COVID-19?","shortId":"YmdGX4r5f","createdAt":"2021-05-19T16:03:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024003,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132436&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132436","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de520f31e13d5dc449b893bd615e13c1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIF/8QAJhAAAgEDAwEJAAAAAAAAAAAAAQIDBAURAAchFAYTIiMzQlFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAIREAAQIEBwAAAAAAAAAAAAAAAQACAwQx0RESEyFRYcH/2gAMAwEAAhEDEQA/AEVd03ZC1vIKxbhJIyJCtRMImGVIOS3BP1nWPSW6gnpIZZLxdFeRFZgteWAJGeCGwf3U7lKp26sLEAs3ckkjk+A6PUMMXRU/lp6a+0fGqIlW6QdgKnm6EZgiJl3p1b1f/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PBxAZBqQ3","title":"UFO answers coming soon? The Pentagon to report on mysterious sightings.","shortId":"PBxAZBqQ3","createdAt":"2021-05-19T15:48:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023988,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:27:20.000Z","url":"https://www.livescience.com/ufo-report-military-dod-to-congress-next-month.html","canonicalUrl":"https://www.space.com/ufo-report-military-dod-to-congress-next-month","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3a8db54df749004e6acf5cb31ba39e4","ratio":1.79166666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQFEQYSITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM96fuDqe2SR7QWEPzwCRkeKbHSIg//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oLeEFv_Hj","title":"Real or Fake: Previewing the Contenders for the 2021 NBA Title","shortId":"oLeEFv_Hj","createdAt":"2021-05-19T15:44:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:42:40.000Z","url":"https://www.theringer.com/2021/5/19/22443883/real-or-fake-previewing-the-contenders-for-the-2021-nba-title","canonicalUrl":"https://www.theringer.com/2021/5/19/22443883/real-or-fake-previewing-the-contenders-for-the-2021-nba-title","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48a79b783a3321dcb23eca120a761e94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFEQYTYRQxQWLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADMRES/9oADAMBAAIRAxEAPwClj0XbINFVdXU708vRtqWAPLGjMO4AQO+D55J4WANvgBIDG4HqPiIl0uyu3DpMr1n1s//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EtVFsz_-8","title":"Recycle Your Phone, Sure, But Maybe Not Your Number","shortId":"EtVFsz_-8","createdAt":"2021-05-19T15:42:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27023982,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:38:37.000Z","url":"https://krebsonsecurity.com/2021/05/recycle-your-phone-sure-but-maybe-not-your-number/","canonicalUrl":"https://krebsonsecurity.com/2021/05/recycle-your-phone-sure-but-maybe-not-your-number/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8d258dd611cf27c42d503309a275c52b","ratio":0.986692015209126,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAB/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEhEjFBBAUyQlH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwB/vnWywzRCKUQhkjBYdesu9SOBX3fhNHBKgxluOltu8sb0MWtTldOskL2EAMyf/9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KhZK2qM95","title":"The Last of Us Part II gets long-awaited 60fps update for PS5","shortId":"KhZK2qM95","createdAt":"2021-05-19T15:38:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023978,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:32:10.000Z","url":"https://www.theverge.com/2021/5/19/22443868/the-last-of-us-part-2-ps5-patch-update-60fps","canonicalUrl":"https://www.theverge.com/2021/5/19/22443868/the-last-of-us-part-2-ps5-patch-update-60fps","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b5bd49830b79bf6b7fd711c69d6751a","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAgABAwQSIlEFIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM4SmxVvIYDcbuN2lMEWA9+aRES//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"PQj11E3S_","title":"Are LeBron and the Lakers Still the Title Favorites?","shortId":"PQj11E3S_","createdAt":"2021-05-19T15:37:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023977,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:33:53.000Z","url":"https://www.theringer.com/video/2021/5/19/22442136/are-lebron-james-los-angeles-lakers-still-title-favorites","canonicalUrl":"https://www.theringer.com/video/2021/5/19/22442136/are-lebron-james-los-angeles-lakers-still-title-favorites","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48a79b783a3321dcb23eca120a761e94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFEQYTYRQxQWLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADMRES/9oADAMBAAIRAxEAPwClj0XbINFVdXU708vRtqWAPLGjMO4AQO+D55J4WANvgBIDG4HqPiIl0uyu3DpMr1n1s//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"C4vXEe05A","title":"Eli & Fur announce forthcoming album ‘Found In The Wild’ with lead single ‘Wild Skies’","shortId":"C4vXEe05A","createdAt":"2021-05-19T15:34:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27023974,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:29:46.000Z","url":"https://dancingastronaut.com/2021/05/eli-fur-announce-forthcoming-album-found-in-the-wild-with-first-album-single-wild-skies/","canonicalUrl":"https://dancingastronaut.com/2021/05/eli-fur-announce-forthcoming-album-found-in-the-wild-with-first-album-single-wild-skies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0801b2022f5dccb90024d80ce3a70c17","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQFESEGEiJBExRR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQACAQQDAAAAAAAAAAAAAAABAgQAAxHBIXGh/9oADAMBAAIRAxEAPwDDaHUGV06YlnGpbyOWO9bV+RP0C4ORkYxFnp6fRxdqpLicKIl3LX77hCEeReLYDnzYNUrEOO6BmTk96Nf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZGPOj5aKi","title":"Apple Music is bringing lossless quality to streamers","shortId":"ZGPOj5aKi","createdAt":"2021-05-19T15:25:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27023965,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:24:28.000Z","url":"https://dancingastronaut.com/2021/05/apple-music-is-bringing-lossless-quality-to-streamers/","canonicalUrl":"https://dancingastronaut.com/2021/05/apple-music-is-bringing-lossless-quality-to-streamers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e40abe8de6b236e53f27300d85f388ac","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAkEAABAgQFBQAAAAAAAAAAAAABAgMABAURBhITMVEHFCEyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQMEAAIRIbHB0f/aAAwDAQACEQMRAD8Ag6UV6k1WS7GU1JSqOZ1mcFyrMkBQDaiDpg22sR5I4i12ew4l1aX6E1rBRC7TD/t92XzCEUcGIuQsXM2cUbMbcGYHnHdf/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hrvQ34xPq","title":"Getter announces forthcoming EP, tracklist with morse code message","shortId":"hrvQ34xPq","createdAt":"2021-05-19T15:18:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27023958,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:17:12.000Z","url":"https://dancingastronaut.com/2021/05/getter-announces-forthcoming-ep-tracklist-with-morse-code-message/","canonicalUrl":"https://dancingastronaut.com/2021/05/getter-announces-forthcoming-ep-tracklist-with-morse-code-message/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4284168a558930120e63cade74ec17da","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQQBAgcBAAAAAAAAAAAAAQIDBBEABiEFEhMUMUFhof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAbEQACAgMBAAAAAAAAAAAAAAABAgARAxMhYf/aAAwDAQACEQMRAD8Aw0XgLMjRjLxYWmaiYsSCVCktA8oKfO4NWPd/MnOafm9RVMqULNHuBv8AmMYjZCpsQNSuADfPZ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Xli_tGUAd","title":"Imperfect offerings: inside the complex new world of trans tech","shortId":"Xli_tGUAd","createdAt":"2021-05-19T15:16:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023956,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:15:00.000Z","url":"https://www.theverge.com/2021/5/19/22433056/transgender-tech-apps-euphoria-clarity-solace-bliss","canonicalUrl":"https://www.theverge.com/2021/5/19/22433056/transgender-tech-apps-euphoria-clarity-solace-bliss","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83f1ead6652f14591ac44bb967388b28","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQGBRIhERMjQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB0RAAEEAgMAAAAAAAAAAAAAAAECAwQhABIxQaH/2gAMAwEAAhEDEQA/AJsayPtYukNzYxXDyF3MhdlPJPQcfKzpsx1iJjGt7cbVO0eQ+qUqzQYTAddOgs37guI4qUpTbx2CKAPQvjP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"KdQ1rVsHq","title":"One of Sweden’s most-visited venues has been renamed the Avicii Arena","shortId":"KdQ1rVsHq","createdAt":"2021-05-19T15:12:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27023952,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:11:43.000Z","url":"https://dancingastronaut.com/2021/05/one-of-sweden-s-most-visited-venues-has-been-renamed-the-avicii-arena/","canonicalUrl":"https://dancingastronaut.com/2021/05/one-of-sweden-s-most-visited-venues-has-been-renamed-the-avicii-arena/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1e123e165a2aa9a87855900383155c8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgABBBEDBQYhgSL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAICAwAAAAAAAAAAAAAAAAECAAMSITH/2gAMAwEAAhEDEQA/AME4LtYmmlTi2GQXjSYmTAQsBEVuPzXteKG8QC7bILM/dU6IlYiI2SjZ72UrdmGJOhP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"s8bivgfvQ","title":"Help! Should I Hoard My Vacation Hours?","shortId":"s8bivgfvQ","createdAt":"2021-05-19T13:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:00:00.000Z","url":"https://www.wired.com/story/ooo-should-i-hoard-my-vacation-hours/","canonicalUrl":"https://www.wired.com/story/ooo-should-i-hoard-my-vacation-hours/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88a6f0ae30b887d94987d0a6864eef14","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACBAMFERMiMXKR0v/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREBAAEFAAMAAAAAAAAAAAAAAQIAAwQhUREisf/aAAwDAQACEQMRAD8A27LQ2RLa+tMmmpqkAiqQBtHvCqNjTcDFzk47O+kRRcu6zjBmD56DzpTIY9uXqmjRtPlf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"jTtEfvuwq","title":"Roku’s Streambar is $100 today","shortId":"jTtEfvuwq","createdAt":"2021-05-19T15:12:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023952,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:09:38.000Z","url":"https://www.theverge.com/good-deals/2021/5/19/22443621/roku-streambar-acer-chromebook-apple-watch-se-iphone-11-pro-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/19/22443621/roku-streambar-acer-chromebook-apple-watch-se-iphone-11-pro-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0232a0fcd207bc79ba2b4f94b318c992","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQYSE0Fx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAQACAwAAAAAAAAAAAAAAAAEAIQIREv/aAAwDAQACEQMRAD8AyXUsnJcfNJbrcnN2M2/C6hlG/XzLtezM1eJnYFyoJIGtnWMYaLkXEtctT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"qiZuwcHo4","title":"Can Joel Embiid and Ben Simmons Win the Sixers a Title?","shortId":"qiZuwcHo4","createdAt":"2021-05-19T15:07:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:02:34.000Z","url":"https://www.theringer.com/video/2021/5/19/22442145/can-joel-embiid-ben-simmons-win-philadelphia-sixers-title","canonicalUrl":"https://www.theringer.com/video/2021/5/19/22442145/can-joel-embiid-ben-simmons-win-philadelphia-sixers-title","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe29d600e0f44814a6a8f7afcb15bd16","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBAYREiFRMv/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQMAAgQyUf/aAAwDAQACEQMRAD8Am8ZoV7GFX7kkbTPWkfHGSPYnuJPvyOlDBvIB2yN96RFUYRJc0HsO3Ws//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"s7Y-KyAWY","title":"Qualcomm’s Snapdragon 778G chipset will put premium features in midrange phones","shortId":"s7Y-KyAWY","createdAt":"2021-05-19T15:05:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023945,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442830/qualcomm-snapdragon-778g-5g-m-2-reference-design","canonicalUrl":"https://www.theverge.com/2021/5/19/22442830/qualcomm-snapdragon-778g-5g-m-2-reference-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bcaa1d2d3ca64b58e4153c7e09302eb9","ratio":1.90831556503198,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFESEiMQYHEhP/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAQUBAAAAAAAAAAAAAAAAEQABAgMSMf/aAAwDAQACEQMRAD8A0sBpd38ZuFuX+DP28EKkNtYdAGNJOdDiNb7NWj+2L1bY7UFEWE6iKkMBbgWVKCRjJ5dnFKUF7JAFPeuOuL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"g5gRpEL3e","title":"Lofelt’s new haptics framework is ready to bring good vibrations to Android","shortId":"g5gRpEL3e","createdAt":"2021-05-19T15:05:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023945,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22440206/lofelt-vtx-ax-wave-haptic-framework-qualcomm-7-8-series-snapdragon","canonicalUrl":"https://www.theverge.com/2021/5/19/22440206/lofelt-vtx-ax-wave-haptic-framework-qualcomm-7-8-series-snapdragon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2c8c7779e5d2b3901a277582370aaf2","ratio":1.91048034934498,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRIRIjQUKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDBqGWN01PGYGEtNyT2wcHn1SzO3pLAAajhEVAX/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GBL6c4C62o","title":"People are uncomfortable with digital health tools used to control COVID-19","shortId":"GBL6c4C62o","createdAt":"2021-05-19T15:05:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442788/digital-health-data-covid-survey-skepticism-google-apple","canonicalUrl":"https://www.theverge.com/2021/5/19/22442788/digital-health-data-covid-survey-skepticism-google-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f92c584ff0f1458ad1f7126861335e43","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEEiExExUiQmH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEQP/2gAMAwEAAhEDEQA/AMOfth3B5rMpLYWqUSkDpuR4j1nk873VK1avBbNBt6yCMBiFWKFECNSZ2ftKULrbwbErWf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"gGYibsRtG","title":"A Zombie-Fire Outbreak May Be Growing in Alaska and Canada","shortId":"gGYibsRtG","createdAt":"2021-05-19T15:02:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023942,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:00.000Z","url":"https://www.wired.com/story/a-zombie-fire-outbreak-may-be-growing-in-the-north/","canonicalUrl":"https://www.wired.com/story/a-zombie-fire-outbreak-may-be-growing-in-the-north/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14d442d58b203b169460e6e6baee732f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBAUAEQcTIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxIh/9oADAMBAAIRAxEAPwCPXc/2ldDQ3HpYfWcQElxTqiNeu0DWYmTy/ZLkurNbB2pZPg/cYyNc116xaE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Aw9Pc1Loe","title":"Spotify enters the virtual concert business, starts selling $15 tickets to events","shortId":"Aw9Pc1Loe","createdAt":"2021-05-19T15:01:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023941,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:59:04.000Z","url":"https://www.theverge.com/2021/5/19/22443759/spotify-virtual-stream-concert-event-leon-bridges-black-keys","canonicalUrl":"https://www.theverge.com/2021/5/19/22443759/spotify-virtual-stream-concert-event-leon-bridges-black-keys","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1193ec186649bcc0fad2dd13d44a3f55","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQRIQUTUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACETH/2gAMAwEAAhEDEQA/ANE3Kzp+bNEWZ4q8lJxwyRwcHdjdg580r+PpRETqx2AzJ//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XR-pG8S6r","title":"China releases first images from its Zhurong rover on Mars","shortId":"XR-pG8S6r","createdAt":"2021-05-19T14:34:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023914,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:29:49.000Z","url":"https://www.theverge.com/2021/5/19/22443640/china-tianwen-1-first-images-zhurong-mars-rover-landing","canonicalUrl":"https://www.theverge.com/2021/5/19/22443640/china-tianwen-1-first-images-zhurong-mars-rover-landing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89a379e2cdff6429da83eb5aebf25812","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMSUXETIjL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ajo2GCV67tkbyY0JfcgjbjqZi09pLWZBbz+rkfZ57iIH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VoaESYbSJ","title":"Apple asks court to rule iOS is not an ‘essential facility’","shortId":"VoaESYbSJ","createdAt":"2021-05-19T14:18:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023898,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:18:03.000Z","url":"https://www.theverge.com/2021/5/19/22443616/apple-requests-court-dismiss-epic-essential-facilities-claim-fortnite-trial","canonicalUrl":"https://www.theverge.com/2021/5/19/22443616/apple-requests-court-dismiss-epic-essential-facilities-claim-fortnite-trial","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4a4968d8a8b4a5c7934efee9f9ad65b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBAUAESESE//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAIREAAQIEBwAAAAAAAAAAAAAAAQACAwQRMQUSE7Gy0eH/2gAMAwEAAhEDEQA/AMfiOx4lbYRH4TEmXKS2US17SpnXVAAcPoaB33JlVhXNkoNOySnm/qruMYdLtz1r1srfG4zpQM0gLm4DuQPq/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HdB2j1p8I","title":"Radiologists can help reduce disparities around COVID-19","shortId":"HdB2j1p8I","createdAt":"2021-05-19T14:16:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023896,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:54:34.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132435&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132435","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2de1530cec6e4b7c3a093a7b8cd360b3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAACAYH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAQIRAAQFIQMGBwgSEyIx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABoRAAICAwAAAAAAAAAAAAAAAAASAQIRIVH/2gAMAwEAAhEDEQA/AILpfU2zHiFbXHYUX1/krs8wvi44xZnjaGBnbD49xsD3zWTPwKrspZDBiRMUmfT1vx/h0O0ZslKn8P0AosFiDAJikVwHbXD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"J7QPj83Mp","title":"Egg-laying mammals and peacock spiders: Meet some of Australia's weirdest creatures","shortId":"J7QPj83Mp","createdAt":"2021-05-19T14:14:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023894,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:50:52.000Z","url":"https://www.livescience.com/australia-weirdest-animals-creatures.html","canonicalUrl":"https://www.livescience.com/australia-weirdest-animals-creatures.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36be0544d97a3570d352cd2ed39f3b52","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACBAMFIQYREhMXIjGT4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAgAHAAAAAAAAAAAAAAAAAAIDERITFCFR/9oADAMBAAIRAxEAPwDAQdJw6diFsmQo9Si4hzpTAOaXgnuDjluNhw5Cl07sR8GX7fiIibz9KXFhLqmZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"KDU8FfoWM","title":"Here’s how Deathloop’s death loops work","shortId":"KDU8FfoWM","createdAt":"2021-05-19T14:03:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442372/deathloop-preview-arkane-studios-ps5","canonicalUrl":"https://www.theverge.com/2021/5/19/22442372/deathloop-preview-arkane-studios-ps5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/280d9e27ea6ca4e1ed3de93885a61a75","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQAEBRNRQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEiEiMf/aAAwDAQACEQMRAD8Azifk45Zdfj9jURh09gkjYqwLX7Y+Zb1+CiaCMrNIqlQQCFNCvaxjAkq8LIbZZ//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"pb8nHcEOg","title":"Official NBA jerseys are coming to Fortnite this week","shortId":"pb8nHcEOg","createdAt":"2021-05-19T14:03:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22443608/fortnite-nba-uniform-jerseys","canonicalUrl":"https://www.theverge.com/2021/5/19/22443608/fortnite-nba-uniform-jerseys","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7eb2ff5e0d09a71870d5016a81e9c7f4","ratio":1.91015625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAEDBBECEiEFEyVBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQACAwQSQRQhUXHB/9oADAMBAAIRAxEAPwDLay65lRtspGijWWDpm6ZLPgmVpNLjlonM9GYABQxM07CBjwKqWrmfK69xPe+Tyv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nAM6T97XR","title":"Iconic 'Darwin's Arch' in the Galapagos has crashed into the sea","shortId":"nAM6T97XR","createdAt":"2021-05-19T13:54:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:40:29.000Z","url":"https://www.livescience.com/darwin-arch-collaspes-in-galapagos.html","canonicalUrl":"https://www.livescience.com/darwin-arch-collaspes-in-galapagos.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28c7fd9524f8ed12c8106c0ed2bd17c8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAgYCAwAAAAAAAAAAAAABAAIDBAUGESETFDJR0v/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgMA/9oADAMBAAIRAxEAPwCWr3ZTJeBE6slEJY0PdyMbsEjIGHelMLtojhnpzm9+LfpESY1t0oXjXlBnKHf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VDPcjv0qx","title":"Coinbase is down amid massive cryptocurrency plunge","shortId":"VDPcjv0qx","createdAt":"2021-05-19T13:53:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023873,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:47:36.000Z","url":"https://www.theverge.com/2021/5/19/22443701/coinbase-outage-bitcoin-ethereum-price-falling-cryptocurrency","canonicalUrl":"https://www.theverge.com/2021/5/19/22443701/coinbase-outage-bitcoin-ethereum-price-falling-cryptocurrency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39a86110f7975ebd1556fbfd6eb03806","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxABAAICAAcAAAAAAAAAAAAAAQIDABEEEyIxQWGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABEQL/2gAMAwEAAhEDEQA/AM821tfM4XYkIRtJo76g2d/Z88byJTFBFMYwC04Kh//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"coQlwcE0A","title":"Google is reinventing Docs to fight a two-front war","shortId":"coQlwcE0A","createdAt":"2021-05-19T13:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023856,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:30:22.000Z","url":"https://www.theverge.com/2021/5/19/22443297/google-docs-workplace-io-changes","canonicalUrl":"https://www.theverge.com/2021/5/19/22443297/google-docs-workplace-io-changes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/acc90b788e580ad0fc9c55658286338a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMEAAUREiExByJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQADAAAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AIVPlO9tWGJam2oiYcEBDI0OwIJwSrPPZ74qRVLcfUXVhOznscEgZPP2lKRE1n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"8UV1mqUPr","title":"Philips doubles down in spectral CT with launch of 7500 scanner","shortId":"8UV1mqUPr","createdAt":"2021-05-19T13:13:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023833,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132437&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132437","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc1fc99ac8c5b8189e628ab0a15da99f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMFB//EACMQAAEDAwQCAwAAAAAAAAAAAAECAwQAESEFEhMxBkFCYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EACARAAIBBAEFAAAAAAAAAAAAAAERAgADBCGhBRITQVH/2gAMAwEAAhEDEQA/AJU6Uxp0BowEqnam+gObmipwhKvmsjP0AD3+UGvL+FpDcrWmEyEJCXBx7rKHebG+fdzWWvTJTHiek8El5u7zoOxZFxfrFJew8sDrcaocfoeNl2/HKIBgTFoMoke2hprk0bcvXLMy5GXdvZ+74ar/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"rNniscr6d","title":"Roman-era skeleton found near Mount Vesuvius may be from famous rescue mission","shortId":"rNniscr6d","createdAt":"2021-05-19T13:11:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023831,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:47:44.000Z","url":"https://www.livescience.com/soldier-skeleton-mount-vesuvius-rescue-mission.html","canonicalUrl":"https://www.livescience.com/soldier-skeleton-mount-vesuvius-rescue-mission.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40e7dcb1833a97f0e09f4e517d81b64e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFERIGMRMhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AInH62oukzLjLHC7yhzNSSHNx0dsHPfwLUIOJWZ0EZdS7OLQSSfZOERWD//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"o3DRZEGod","title":"Solar Orbiter captures its 1st video of eruption on the sun","shortId":"o3DRZEGod","createdAt":"2021-05-19T13:11:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023831,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:55:22.000Z","url":"https://www.livescience.com/first-coronal-mass-ejection-images.html","canonicalUrl":"https://www.space.com/solar-orbiter-first-coronal-mass-ejection-images","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f81259016eead418eeb89ba959692fa","ratio":1.77936507936508,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgMFAAQGESEiof/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAARAQAC/9oADAMBAAIRAxEAPwCUcopKeq4br2VdoLFvAQ9yMzP2WHt4JI+ZLpJC8jOQoLEk9AAYxgRczqhv/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YCrgkOmgP","title":"All the Streaming Companies Are Consolidating and Yet, Starz Persists","shortId":"YCrgkOmgP","createdAt":"2021-05-19T13:06:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023826,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:04:56.000Z","url":"https://www.theringer.com/tv/2021/5/19/22443115/starz-run-the-world-girlfriend-experience","canonicalUrl":"https://www.theringer.com/tv/2021/5/19/22443115/starz-run-the-world-girlfriend-experience","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebb01450a5a8e3f77a6070cc72f0dcf9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAgYCAwAAAAAAAAAAAAABAgMABAUREyESIgZBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQADAAIDAQAAAAAAAAAAAAABAgMABBEhMZH/2gAMAwEAAhEDEQA/ALk5MuS/neBLr+fO2cgc6qLgCeySNgasLjQt7izLUtT8u067VatkWkKVwfSlNyLmw4aHyEIB3LPPXk6nsgc/MZhNXo4bwHP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"aWPNhmwW2","title":"The World Loses Under Bill Gates’ Vaccine Colonialism","shortId":"aWPNhmwW2","createdAt":"2021-05-19T13:05:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:00:00.000Z","url":"https://www.wired.com/story/opinion-the-world-loses-under-bill-gates-vaccine-colonialism/","canonicalUrl":"https://www.wired.com/story/opinion-the-world-loses-under-bill-gates-vaccine-colonialism/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ffe6394170d7df192cb526c4073e481a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQIFBQEAAAAAAAAAAAAAAQARAgMFISITFEFCUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8Awin1EzKVNjMvLVEJyswhLN5y/tlO7J6D6iIqZS3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"PPIxqqt3M","title":"Zoom Events will try to recreate the in-person conference experience","shortId":"PPIxqqt3M","createdAt":"2021-05-19T13:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442919/zoom-live-events-paid-tickets-conferences-chat","canonicalUrl":"https://www.theverge.com/2021/5/19/22442919/zoom-live-events-paid-tickets-conferences-chat","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7adf13e88cf287d1abdf4bfdef033164","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEITFTYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAQD/2gAMAwEAAhEDEQA/AM5xZUUUTI34UEr+x5fe/jq0piaJHPtlETrCF//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"eKNqt8aAo","title":"iPad Pro (2021) review: dream screen","shortId":"eKNqt8aAo","createdAt":"2021-05-19T13:04:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023824,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:00:00.000Z","url":"https://www.theverge.com/22442084/ipad-pro-2021-review-features-screen-mini-led-m1-processor","canonicalUrl":"https://www.theverge.com/22442084/ipad-pro-2021-review-features-screen-mini-led-m1-processor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b08ddac613d30c55558f2ef82072932","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBSEGEhNRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAx/9oADAMBAAIRAxEAPwDVeWqSeRjh+TS3PS+JlJijbYYMyk99Hel1v6OVW6NaW3NIyy+zuzHUzAdn9xjG0Ljizf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sVTXvTZCt","title":"Best VS Code extensions for Nuxt/Vue Projects","shortId":"sVTXvTZCt","createdAt":"2021-05-19T13:04:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27023824,"tagsStr":"general-programming,css,devtools,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://www.ravsam.in/blog/best-vs-code-extensions-for-nuxt-vue-projects/","canonicalUrl":"https://www.ravsam.in/blog/best-vs-code-extensions-for-nuxt-vue-projects/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/104016627c223443749a5843b77b1140","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACBDERAxIhQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAxH/2gAMAwEAAhEDEQA/ANZLmBud+mH3biOuPLUMyXZKIktKcQ5f/9k=","siteTwitter":"@ravsamhq","creatorTwitter":"@ravsamhq","readTime":3,"description":null,"toc":null,"summary":null},{"id":"C_9OHwS5M","title":"How to download your Google Photos","shortId":"C_9OHwS5M","createdAt":"2021-05-19T12:35:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023795,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:30:00.000Z","url":"https://www.theverge.com/22440156/google-photos-download-save","canonicalUrl":"https://www.theverge.com/22440156/google-photos-download-save","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09d4fcef4d9478557b49b64d9428fafe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAwEAAwAAAAAAAAAAAAAAAAECERJhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDS8Q1MObqZlLZWY/CfLpAAua//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dL0lQIz40","title":"‘Castlevania’ Sets the Example","shortId":"dL0lQIz40","createdAt":"2021-05-19T12:32:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023792,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:25:46.000Z","url":"https://www.theringer.com/2021/5/19/22443150/castlevania-sets-the-example","canonicalUrl":"https://www.theringer.com/2021/5/19/22443150/castlevania-sets-the-example","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/acfffd407c9fcb8318e005f60a5cc707","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQFERITITEyUaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAxEhMf/aAAwDAQACEQMRAD8Az3b5N4bS6tOVGyzlJGc+Q0ewPrr8qiTGxcbaZgNmlKSC6DbpRwf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Rp1TcH41M","title":"Martin-Éric Racine: WebRTC fails tests on 78.10.0esr (64-bit)","shortId":"Rp1TcH41M","createdAt":"2021-05-19T12:27:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27023787,"tagsStr":"webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"http://q-funk.blogspot.com/2021/05/webrtc-fails-tests-on-78100esr-64-bit.html","canonicalUrl":"http://q-funk.blogspot.com/2021/05/webrtc-fails-tests-on-78100esr-64-bit.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6isj_phJK","title":"Kane, Alisson, the WCL Final, and Dortmund","shortId":"6isj_phJK","createdAt":"2021-05-19T12:25:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023785,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:22:56.000Z","url":"https://www.theringer.com/2021/5/19/22443203/kane-alisson-the-wcl-final-and-dortmund","canonicalUrl":"https://www.theringer.com/2021/5/19/22443203/kane-alisson-the-wcl-final-and-dortmund","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ecfb7c999d011c2b6356a77e51ec3a9e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEIQUGEhQyQXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAcEQABBAMBAAAAAAAAAAAAAAADAAECEQQSMUH/2gAMAwEAAhEDEQA/AJpNsxdN6Q042gvXL3Sl4oT2iDJSAAVeJxifY1KNq2DiAsNoSFDlHE4n7SlTw5uQe0upMOLVTeL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"S5kbj3tdo","title":"PGA Championship Key Stats, Major Players, and Predictions With Rick Gehman and Pat Mayo","shortId":"S5kbj3tdo","createdAt":"2021-05-19T12:25:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023785,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:19:16.000Z","url":"https://www.theringer.com/2021/5/19/22443331/pga-championship-key-stats-major-players-and-predictions-with-rick-gehman-and-pat-mayo","canonicalUrl":"https://www.theringer.com/2021/5/19/22443331/pga-championship-key-stats-major-players-and-predictions-with-rick-gehman-and-pat-mayo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e77301672b838c048d6a8c75d1866850","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxEEIZEFEhMigf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAEREiFR8P/aAAwDAQACEQMRAD8A1HrFQGhXxM9Tm6vDq2491zyMj7LW09fcdjzESfl1XaEVUvB//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0vDv8ARXc","title":"Kevin O’Connor Previews the NBA Playoffs, and NYC Mayoral Candidate Andrew Yang Stops By","shortId":"0vDv8ARXc","createdAt":"2021-05-19T12:18:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:15:13.000Z","url":"https://www.theringer.com/2021/5/19/22443580/kevin-oconnor-previews-the-nba-playoffs-and-nyc-mayoral-candidate-andrew-yang-stops-by","canonicalUrl":"https://www.theringer.com/2021/5/19/22443580/kevin-oconnor-previews-the-nba-playoffs-and-nyc-mayoral-candidate-andrew-yang-stops-by","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f37096548e15bcb02754090c48f82ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQMCAAQFERIGByEiYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAIDAAAAAAAAAAAAAAAAAAACASFB/9oADAMBAAIRAxEAPwCV62trNPafHXabRaprxGP5hR4BhcxpkTrwSArQJBPsflZE+EIvYIQjGAkQAdnQ3+0pTRYso+H/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"piMpYSU87","title":"Jayson Tatum Won’t Go Quietly","shortId":"piMpYSU87","createdAt":"2021-05-19T12:18:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:15:38.000Z","url":"https://www.theringer.com/2021/5/19/22443587/jayson-tatum-celtics-wizards-pacers-hornets-play-in","canonicalUrl":"https://www.theringer.com/2021/5/19/22443587/jayson-tatum-celtics-wizards-pacers-hornets-play-in","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6eea98eca114becc890bbc919cb6e237","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhITFSExQf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAgEQAABQMFAAAAAAAAAAAAAAAAAQIDEQQFExIhUWGx/9oADAMBAAIRAxEAPwC1x+tByJLvta8ExV44lfptgxTuW+dgjf5rMqv1PBfswiaVhHIybJ+9EjGMM1LikoRpPn0KGbbSZ3EYygojbof/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"X-X79lynA","title":"Mike Trout’s Mounting Injuries Could Cost Him Baseball History","shortId":"X-X79lynA","createdAt":"2021-05-19T12:18:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023778,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:05:36.000Z","url":"https://www.theringer.com/mlb/2021/5/19/22443240/mike-trout-angels-injuries-impacting-record-breaking-pursuits","canonicalUrl":"https://www.theringer.com/mlb/2021/5/19/22443240/mike-trout-angels-injuries-impacting-record-breaking-pursuits","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/293ba1fde1a3b5c1bcaf3e668e91f3ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAgAFAwUBAAAAAAAAAAAAAQIAAwQRIQYUMQUHEkFS4f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABABECBBL/2gAMAwEAAhEDEQA/AIZ3a/o0vRNDVM81qrYbpX4XysHII9ixsM45zGHbS9GGIsmD8fsIQjWxHq4oLLZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"XdVBMf36K","title":"“Under the Bridge” Was the Red Hot Chili Peppers at Their Most Naked","shortId":"XdVBMf36K","createdAt":"2021-05-19T12:18:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:08:25.000Z","url":"https://www.theringer.com/2021/5/19/22443292/red-hot-chili-peppers-under-the-bridge","canonicalUrl":"https://www.theringer.com/2021/5/19/22443292/red-hot-chili-peppers-under-the-bridge","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/35dc5404bf1ab03db287b79918d44bd5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSQRMUFSGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AsTfKXdp91u9TYfeTi0lLKztaRtUcAZ98D5Wcga7ukWDHjtBHTabS2nKlE4AwOaUoXSTX/9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"eU2bMQhsJ","title":"How Do People Actually Catch Baseballs?","shortId":"eU2bMQhsJ","createdAt":"2021-05-19T12:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023764,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T08:00:00.000Z","url":"https://www.wired.com/story/how-do-people-actually-catch-baseballs/","canonicalUrl":"https://www.wired.com/story/how-do-people-actually-catch-baseballs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5927ea676108bb251b32258ed5a916da","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACBBEDEyFRYoH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAIDAQAAAAAAAAAAAAAAAAABAhESIf/aAAwDAQACEQMRAD8AyQ54dHzxccSO3bQ2uBc9g880Ce1BiYrNgn6URAxel0mtOSVn/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"NeBRYKPly","title":"Deezer beats Spotify to Apple Watch offline listening","shortId":"NeBRYKPly","createdAt":"2021-05-19T11:56:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023756,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:51:14.000Z","url":"https://www.theverge.com/2021/5/19/22443522/deezer-apple-watch-offline-listening","canonicalUrl":"https://www.theverge.com/2021/5/19/22443522/deezer-apple-watch-offline-listening","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd3cb3288cb615242935ce56ee4589f3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwURITESFFH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACAyEREiLR8P/aAAwDAQACEQMRAD8AxNTM0klRIkaAOvYcb7db1WiHNJAIxjSIlWcJHhtX2nYxsMn1lf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZKq9sOaFo","title":"Big IFA tech show is canceled again","shortId":"ZKq9sOaFo","createdAt":"2021-05-19T11:39:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023739,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:34:11.000Z","url":"https://www.theverge.com/2021/5/19/22443539/ifa-2021-canceled-covid-19-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/19/22443539/ifa-2021-canceled-covid-19-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0af518e33f3490bf4c3da440436ce253","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQIHAQEAAAAAAAAAAAAAAQMRAAIFEhMhMQQG/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADERITIf/aAAwDAQACEQMRAD8AylU+nrfkR9T1BRSW+VgSRaxu1tgCQHDc1FqX6GqryhXMhLkF1uHj7bsIQXtdwNjLHrWkDn5mf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ekFaf_x6p","title":"Giant figure etched into English hillside could be 1,000-year-old portrait of a naked god","shortId":"ekFaf_x6p","createdAt":"2021-05-19T11:11:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:00.000Z","url":"https://www.livescience.com/cerne-abbas-giant-dated.html","canonicalUrl":"https://www.livescience.com/cerne-abbas-giant-dated.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d10105d7a60e1e6f89c731db67010fd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAxEEBRIhQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAMBAQAAAAAAAAAAAAAAAAARIQID/9oADAMBAAIRAxEAPwCbJtTk6prJIwQ0geff1YWeLNE0gZnO56NW2zVoij8o0PVP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qwkBiNSf36","title":"This optical illusion tricks you into seeing different colors. How does it work?","shortId":"qwkBiNSf36","createdAt":"2021-05-19T11:11:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:55.000Z","url":"https://www.livescience.com/confetti-munker-white-optical-illusion.html","canonicalUrl":"https://www.livescience.com/confetti-munker-white-optical-illusion.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4c03094d07837e551c7509d175dc4c7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAbEAACAwADAAAAAAAAAAAAAAAAAQIRMQMSQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIRH/2gAMAwEAAhEDEQA/AK1LrxRfmZj2ydO0AQpedC1qR//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"H0ZWv77od","title":"4.5 billion-year-old particles from the sun lurk in Earth's core and mantle","shortId":"H0ZWv77od","createdAt":"2021-05-19T11:11:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:05.000Z","url":"https://www.livescience.com/solar-noble-gas-in-earth-core.html","canonicalUrl":"https://www.livescience.com/solar-noble-gas-in-earth-core.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca6c3c27a384450f0a75bb11e00ae450","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBAYRBRJhE//EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxESISJh/9oADAMBAAIRAxEAPwCd4jlXAwYhdocxjVe9O8H52Qej2798U/kfRMji2u8DZ0OyIg0oK3bXPPplR+ygmf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WfdDo0KhQ","title":"'Zombie wildfires' that smoldered beneath the snow in Siberia are raging again","shortId":"WfdDo0KhQ","createdAt":"2021-05-19T11:11:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023711,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:01.000Z","url":"https://www.livescience.com/russia-wildfire-season-2021.html","canonicalUrl":"https://www.livescience.com/russia-wildfire-season-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/97ca4f6356706455d43ea4e8fe007bd8","ratio":1.51515151515152,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAwABEQIEBSESMUFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAxESMf/aAAwDAQACEQMRAD8AxyZ0dVtagG5QXYHctBGI/KumNNERPe399KJs3kfOUup+vtEUNV6TfkXGFqiz/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xxeR89eW-","title":"I’m Not a Robot! So Why Won’t Captchas Believe Me?","shortId":"xxeR89eW-","createdAt":"2021-05-19T11:05:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023705,"tagsStr":"google,machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.wired.com/story/im-not-a-robot-why-captchas-hard-to-solve/","canonicalUrl":"https://www.wired.com/story/im-not-a-robot-why-captchas-hard-to-solve/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56cc1c85dce34acbe2db22e2c5f59c70","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBQAEESEGFCMxQWL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8ArrLIbHku96mIyLHYRVqRhgqBWbuQgDtvb+f1mdvbTchu7CKKXiNNiRVHfQDHj7xjK1mgP//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"bcFWJvVlJ","title":"Andre Drummond Gets a Chance to Start Over","shortId":"bcFWJvVlJ","createdAt":"2021-05-19T10:37:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:30:00.000Z","url":"https://www.theringer.com/nba/2021/5/19/22443221/andre-drummond-los-angeles-lakers","canonicalUrl":"https://www.theringer.com/nba/2021/5/19/22443221/andre-drummond-los-angeles-lakers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/706cbf42b2967241f34b1b6a1a70c42c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDABFBBAUSITIGI//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAQQCAwAAAAAAAAAAAAAAAQADBFECIQUiMf/aAAwDAQACEQMRAD8AmO36CTa31DaRfy5niZX7YKCW9WFzfHV81ro/hNmaNWhikijIBWMSuQowPWKUqElcjLZ224RuzQTciO0Mceo8oWV//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4z08npGRj","title":"The Biggest Story Lines to Watch at the 2021 PGA Championship","shortId":"4z08npGRj","createdAt":"2021-05-19T10:30:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023670,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:20:00.000Z","url":"https://www.theringer.com/2021/5/19/22442591/pga-championship-preview-jordan-spieth-dustin-johnson-rory-mcilroy","canonicalUrl":"https://www.theringer.com/2021/5/19/22442591/pga-championship-preview-jordan-spieth-dustin-johnson-rory-mcilroy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/227757280b1a68d188ba63b3b1e744e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFEQYSEyFRYXP/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8Ax+Bv8acKqR4O1EcEsW+uWRmbullcb34B+egKiu+N8ciu5o1s8kFR2UAXy6AB/OlKTrCP/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"kAg9lSaQq","title":"Auston Matthews and Connor McDavid May Finally Be on a Playoff Collision Course","shortId":"kAg9lSaQq","createdAt":"2021-05-19T10:13:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023653,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:10:00.000Z","url":"https://www.theringer.com/2021/5/19/22442988/auston-matthews-connor-mcdavid-maple-leafs-oilers-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/19/22442988/auston-matthews-connor-mcdavid-maple-leafs-oilers-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a4912bb7afdf65ab15d96f1b82d3e5a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIhAAAQQBAwUBAAAAAAAAAAAAAQIDBBEABxIhBQYVMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAeEQACAgAHAAAAAAAAAAAAAAABAgAhAwQRImFxsf/aAAwDAQACEQMRAD8AnT+I10jyE+M5KMmOXRuU6DuKV0DRBo1fP7mR1C7iSaW/DWocFRhtcn76xjJ5l2fFLOdTz2YxtoUK8E//2Q==","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"xhccqab5A","title":"Steph and LeBron’s Relationship May Be More Cordial Now—but It’s No Less Competitive","shortId":"xhccqab5A","createdAt":"2021-05-19T10:06:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:00:00.000Z","url":"https://www.theringer.com/nba/2021/5/19/22442916/steph-curry-lebron-james-relationship-history-warriors-lakers-play-in","canonicalUrl":"https://www.theringer.com/nba/2021/5/19/22442916/steph-curry-lebron-james-relationship-history-warriors-lakers-play-in","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ed4f4f7f0ee4c17400ce082f6d7a16d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYSIRMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQRMUGB/9oADAMBAAIRAxEAPwCvbJZ9m6qqhESBJLpQqns+M5U9+sKKx8F9aywxyPZyc3UMeM5AyR8GKUqrhE2NYWPOj6VEciKwO+jP/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"60i013Hwf","title":"New faces in the Tracker project","shortId":"60i013Hwf","createdAt":"2021-05-19T10:04:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27023644,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:23:58.000Z","url":"https://samthursfield.wordpress.com/2021/05/19/new-faces-in-the-tracker-project/","canonicalUrl":"https://samthursfield.wordpress.com/2021/05/19/new-faces-in-the-tracker-project/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a8649d09bf47d6bccb9d422fb025aca","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAH/8QAIRAAAgEEAwADAQAAAAAAAAAAAQIDBAURIQAGEhQiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/ADqTqlhS99OhmsEYobs3xZYq2SeKqDiJXaTT+GUnPl1wu8EZHMtmu9A0rsnX7fGpYkIs05Cj8GXzwf0d7P10P4OXBUa1iH//2Q==","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aVmtlERWq","title":"The Spirit of Barry Jenkins’s ‘The Underground Railroad’","shortId":"aVmtlERWq","createdAt":"2021-05-19T09:59:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023639,"tagsStr":"jenkins","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:50:00.000Z","url":"https://www.theringer.com/tv/2021/5/19/22443304/underground-railroad-review-barry-jenkins-amazon-colson-whitehead","canonicalUrl":"https://www.theringer.com/tv/2021/5/19/22443304/underground-railroad-review-barry-jenkins-amazon-colson-whitehead","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9e8a8c7da63286e352aa1573e1ac1f3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAwACAQUAAAAAAAAAAAAAAQIDAAQFEiExUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAIBAwUAAAAAAAAAAAAAAAECAAMEERIhQZHR/9oADAMBAAIRAxEAPwDMcPxUtmrq/SZRgtChQEMfmQ7kNddy6jXn2ow8D3jGCXI0ohHI8lXZuz1qysc4O3bT/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"AhGKtKU0Q","title":"Google wants to build a useful quantum computer by 2029","shortId":"AhGKtKU0Q","createdAt":"2021-05-19T09:57:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023637,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:54:20.000Z","url":"https://www.theverge.com/2021/5/19/22443453/google-quantum-computer-2029-decade-commercial-useful-qubits-quantum-transistor","canonicalUrl":"https://www.theverge.com/2021/5/19/22443453/google-quantum-computer-2029-decade-commercial-useful-qubits-quantum-transistor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a71bf3ddedc01bb6d25f732cfb55915","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAgMRAAQFIQYiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwCt8D2r5QaMYZJJKZpQwNrR9SK+99EZXPsSK7Ld0axjKffSld5CDNAMBy2M9WsZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"hD2wHxuAb","title":"5 Techniques for Bundle Splitting and Lazy Loading in React","shortId":"hD2wHxuAb","createdAt":"2021-05-18T21:34:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":131,"score":27023488,"tagsStr":"react,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:33:58.000Z","url":"https://blog.bitsrc.io/5-techniques-for-bundle-splitting-and-lazy-loading-in-react-b471004335f5","canonicalUrl":"https://blog.bitsrc.io/5-techniques-for-bundle-splitting-and-lazy-loading-in-react-b471004335f5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b27cfa9cc90d9e95a5d7e9d992b52943","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIxAAAgECBAcAAAAAAAAAAAAAAQIDABEEBRIhEzEyQmFxof/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAQQCAwAAAAAAAAAAAAAAAgABAwQSIUJRsf/aAAwDAQACEQMRAD8A1BWljTjYwB+osiSPpuTtYE8rfaqHOGEMY0Lso7fHulKlNmYyqg7vyLwUlrRBkWul/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"RISwqcVJt","title":"Radiology trainees seek help online first when reading images","shortId":"RISwqcVJt","createdAt":"2021-05-19T07:19:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023479,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132416&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132416","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7472a67d4275e3913d01f3be2bbbc0b0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAiEAACAgEEAQUAAAAAAAAAAAABAgMEEQAGEiEFEzFCUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAuHw/9oADAMBAAIRAxEAPwB7bW9HoWa9aayH8bXqLlXzJIx48mkZj3n2AUH5HTdff9SeCOZuKtIocqquQCRnAOO9R9OpWl8HM8teF39KM8mQE5z9/g0nLVrrK4WCIAEgAIOtFTUlcJ12n//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"zn6l7BLej","title":"Can radiology reduce the slow burn of physician burnout?","shortId":"zn6l7BLej","createdAt":"2021-05-19T07:19:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023479,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132350&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132350","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f5623f7c66d527f68f4ef9c4ab1d8ea","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwP/xAAkEAACAQQABQUAAAAAAAAAAAABAgMABAURBhIhIjIHE0JRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIhABP/2gAMAwEAAhEDEQA/AK+pc1/mOIZsdHYRNDHcrP7iFucInaoO1A7tgjX7Rpf4DIrf3KizMYEjDkZxtep6Gn7MqsuGuDKocgDyG6HppZDNITI/kfkfuo2PKDMFDGTf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"diuPrA8LW","title":"6 ways to address healthcare inequality in radiology","shortId":"diuPrA8LW","createdAt":"2021-05-19T07:18:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132429&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132429","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db976e433a2e9b81ab9e3704c2ebef31","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBQAEERIhBhMUQcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxFB/9oADAMBAAIRAxEAPwCsk1sT5uSthVuuUeUq4W24dsMg6gH18rL7t2f8p7t9SySUbnVJcUSBngZ25pSiuRSNzsRGKnAZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5fZy_HNoJ","title":"Advancing the speed and accuracy of radiologist workflow - Sponsor Supplied","shortId":"5fZy_HNoJ","createdAt":"2021-05-19T07:18:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132393&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132393","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bf56e3ac2a510b98510004e7071f231","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAYABREhEkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDBBESIv/aAAwDAQACEQMRAD8AzWPY3is+KUrG4SbelqxGJnckKWPkQwHzRra26stmZa0srwByI2EfIK89Hn31qrhcUc6VBOiyg2wpDjy6+d+tJcNOqsSAVoQAoAAjGonsagDCV65cXdL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Kv_7HOGgd","title":"Bracco partners with Italian hospitals on COVID archive","shortId":"Kv_7HOGgd","createdAt":"2021-05-19T07:18:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132425&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132425","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43c90afa2261297b553c0d6a65f40fcc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgYHCP/EACUQAAIBBAEBCQAAAAAAAAAAAAEDAgAEBREGEhMWITFCUmJxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AXLCw3h8mw2UDYqglclyX4MjLz+xqhfxXhocwStkiQkd/tWO5XDuEsdEdFMdjXxrIuUc0ZO7AZPXbT9R9xpgf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"24ISZDhAPp","title":"When are cerebral aneurysm clips 100% safe for MRI exams?","shortId":"24ISZDhAPp","createdAt":"2021-05-19T07:18:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132427&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132427","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e86e79d4f1ce0af94c35d49ae3956a47","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAiEAABBAEEAgMAAAAAAAAAAAABAgMEESEABQYSEzEyQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAERAAMhAv/aAAwDAQACEQMRAD8Adwucb1K5/KiPTmmILzz0ZCegUqN1BpyiPzV5wc6tEMkw2CXvOS2k+UADvj5Yxn3orC26Enn018Q4wfU2oqcDSexsJuzV5s6XJASAEigMAD60FAIbL2UXnnEFk//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"APlheG62W","title":"Will AI help radiologists survive the data deluge?","shortId":"APlheG62W","createdAt":"2021-05-19T07:18:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"career,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132366&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132366","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83a5ccc102b55cc63d8010c911bdb521","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgP/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMABCEGERIxBRMUQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAIBBQAAAAAAAAAAAAAAAAECAAMRQZHh/9oADAMBAAIRAxEAPwAveai1LFyaVLdEOdyITj6woqS6r86FA90Ix1wg/KHLeXKfHVLiZVKjcByB3SyIkxISc7CrCkocXJO+QZlC4E//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fqFc61u08","title":"Plasma und postmarketOS zeigen das Potential des Pinetabs","shortId":"fqFc61u08","createdAt":"2021-05-19T07:04:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27023464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.onli-blogging.de/2033/Plasma-und-postmarketOS-zeigen-das-Potential-des-Pinetabs.html","canonicalUrl":"https://www.onli-blogging.de/2033/Plasma-und-postmarketOS-zeigen-das-Potential-des-Pinetabs.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d09c5a71769f40408b5c6747244fa7bb","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQACAwQFBhESIQcTFCIxQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAIDAAAAAAAAAAAAAAAAAgABESFx/9oADAMBAAIRAxEAPwC1qpTdW4l2jIB/JlOpbCe4OOuJ3B5B+bNAyPO62mJcMDW7Es7GT7CIjXoHkQFVbWZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"udEA0izBw","title":"Modularer Laptop »Framework« vorbestellbar","shortId":"udEA0izBw","createdAt":"2021-05-19T07:04:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27023464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T06:47:00.000Z","url":"https://linuxnews.de/2021/05/modularer-laptop-framework-vorbestellbar/","canonicalUrl":"https://linuxnews.de/2021/05/modularer-laptop-framework-vorbestellbar/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/781f838cf585cc55591c92a18aec45b8","ratio":2.12990936555891,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBAURBhITUTGUwv/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwC/BoW1V91F7mdVMq3P3ARybQHAYz346IVE6HtxOeev9qQ/SImFLpb/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pgbS173AV","title":"How To Create, Edit And Animate SVGs All In One Place With SVGator 3.0","shortId":"pgbS173AV","createdAt":"2021-05-18T10:54:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","tweeted":true,"views":1196,"score":27023456,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-18T14:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/create-edit-animate-svg-svgator3/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/create-edit-animate-svg-svgator3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e398e59a239de57eabab78a2ca4ae605","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxIEESExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxFR/9oADAMBAAIRAxEAPwDPWViyTXpLW/nOgrGvaGgGxIHaIq2Tcs3gJH//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@mikolajdobrucki","readTime":9,"description":null,"toc":null,"summary":null},{"id":"ZfIlKKrkK","title":"Pinned Audio WordPress Theme","shortId":"ZfIlKKrkK","createdAt":"2021-05-18T19:45:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":83,"score":27023420,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:14:53.000Z","url":"https://css-tricks.com/pinned-audio-wordpress-theme/","canonicalUrl":"https://css-tricks.com/pinned-audio-wordpress-theme/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/daad52d6f7995c657055771bc4be6c4f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBgUSEyFBov/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AM1w62cEol2aLI7jQKkROoN92AHDyqO0AucXDkMbQTdCMaH2iIzK2ZK5b5nW0jVgZJNK1w4Dxf/Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lHCMJ5eNr","title":"How to Create Neon Text With CSS","shortId":"lHCMJ5eNr","createdAt":"2021-05-18T14:37:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":421,"score":27023399,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-18T16:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:31:25.000Z","url":"https://css-tricks.com/how-to-create-neon-text-with-css/","canonicalUrl":"https://css-tricks.com/how-to-create-neon-text-with-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12c35cd8fc25287f31b990ec33c22026","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABAxEEBhIUFSIxQWGj/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAIDAQAEBREhcf/aAAwDAQACEQMRAD8AzjkgSZYygGCwlGINGeK5iNeW6+/tWWgdxOXHxDb3TYxU30REblrpqCGVzrflIWiFm1gFHBnlf//Z","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":7,"description":null,"toc":null,"summary":null},{"id":"TqvpMwo7s","title":"GeckoLinux: openSUSE für Einsteiger","shortId":"TqvpMwo7s","createdAt":"2021-05-19T05:54:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27023394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T05:25:00.000Z","url":"https://linuxnews.de/2021/05/geckolinux-opensuse-fuer-einsteiger/","canonicalUrl":"https://linuxnews.de/2021/05/geckolinux-opensuse-fuer-einsteiger/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfb8748396a424ccaf5fa29a8f121cc8","ratio":1.44171779141104,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQABwAAAAAAAAAAAAABAgUAAwQRBgcSFCFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACESEx/9oADAMBAAIRAxEAPwCxyjkYmN4eyjK4KZNzuToNbVz0hdex9qPLScTelc27ZjAlp7zsihUGgWJA1rxSlTLWRaHCA6cT/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"z0nwNzyZc","title":"Measure and debug performance with Google Analytics 4 and BigQuery","shortId":"z0nwNzyZc","createdAt":"2021-05-18T18:25:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":52,"score":27023295,"tagsStr":"webdev,google,google-bigquery","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:00:00.000Z","url":"https://web.dev/vitals-ga4/","canonicalUrl":"https://web.dev/vitals-ga4/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4dc31fb15b5c11ab0dcc9750c40edbab","ratio":3.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAsDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAFxABAQEBAAAAAAAAAAAAAAAAAQADEf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A03upriCgr2tJUH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EvaY5uDEE","title":"How It’s Made: I/O Photo Booth","shortId":"EvaY5uDEE","createdAt":"2021-05-18T18:19:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"flutter","views":46,"score":27023215,"tagsStr":"flutter,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:07:17.000Z","url":"https://medium.com/flutter/how-its-made-i-o-photo-booth-3b8355d35883","canonicalUrl":"https://medium.com/flutter/how-its-made-i-o-photo-booth-3b8355d35883","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b04281a00ea78b55c83382454cf9ef47","ratio":1.75182481751825,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwMDBQAAAAAAAAAAAAADAQIEABESBRMxBhQhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAQEAAQUAAAAAAAAAAAAAAAECAAQhQVHB/9oADAMBAAIRAxEAPwCvyDzgkPJdJf2qRzK9GkdmjrLZW+uL8/KnEHp+eeFHKB+loEg2uZuhK5+KpdMl3PK25WlKj1ikSnb5g3SVs8Z//9k=","siteTwitter":"@flutterdev","creatorTwitter":"@VGVentures","readTime":12,"description":null,"toc":null,"summary":null},{"id":"KfbN8qRAX","title":"Tatum’s 50 and PGA Picks With Joe House","shortId":"KfbN8qRAX","createdAt":"2021-05-19T05:43:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023383,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T05:39:21.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/19/22443376/tatums-50-and-pga-picks-with-joe-house","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/19/22443376/tatums-50-and-pga-picks-with-joe-house","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d33e29034b5cc43eb09f2782cd89ca48","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQSIQVhBhQiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAyFR/9oADAMBAAIRAxEAPwDAcT6RtJbZLCGKeWSVhcoq5qqEpjsHTA761Ug+P8fIcyhXLeKqgA6Hz+UpSjKx7oLyf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"dizj9izXv","title":"Nintendo Switch Online reaches more than 100 retro games","shortId":"dizj9izXv","createdAt":"2021-05-19T05:08:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023348,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T05:07:37.000Z","url":"https://www.theverge.com/2021/5/19/22443321/nintendo-switch-online-may-2021-retro-games-total-library","canonicalUrl":"https://www.theverge.com/2021/5/19/22443321/nintendo-switch-online-may-2021-retro-games-total-library","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9484c5236be5ee89ebe109c006a73de0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQQCAAMFIRIRMkGR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMAEjEEESFBsf/aAAwDAQACEQMRAD8AyzJGSTOAybF5lo5Bcq3ISu8Tx7STIDZPXyPdScmlBIiKFsAHWx8pSktQ5EvHYB9o+GNXS5s3OMnAY7V//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_q0WJjRIF","title":"Excalidraw and Fugu: Improving Core User Journeys","shortId":"_q0WJjRIF","createdAt":"2021-05-18T18:25:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":71,"score":27023320,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://web.dev/excalidraw-and-fugu/","canonicalUrl":"https://web.dev/excalidraw-and-fugu/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34117ef2e54f6121f86086282d2d5be5","ratio":3.08483290488432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQACBAMFByEGERMUMjSTodH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8ArMl7V3ey5GFrtlaPQghtE8LlKLuoa6lhPtbmIEPd2kfxt+IiD//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ovvimaV49","title":"Coding Programs – 101 Ways to Learn to Code for Free","shortId":"ovvimaV49","createdAt":"2021-05-18T16:51:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":189,"score":27023304,"tagsStr":"general-programming,javascript,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:50:36.000Z","url":"https://www.freecodecamp.org/news/coding-programs-101-ways-to-learn-to-code-for-free/","canonicalUrl":"https://www.freecodecamp.org/news/coding-programs-101-ways-to-learn-to-code-for-free/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4bdd8157ab86201aadc7ecb7a3005c9","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAlEAABBAEDAgcAAAAAAAAAAAABAgMEEQUABhMhMQcSFTNBcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/AGXiHuzBy9uuYpvIIflZCTGSw0GyklJdbNE1Q6X366txjM37SPzUo9Cx4fKmmVSnpIXJU7IV51lFhPHagTVEVRH3pFjzIjwIzDb8WOhtpKEs8RVxgAAJv5rterbgah//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@codergirl1991","readTime":13,"description":null,"toc":null,"summary":null},{"id":"M0ntcql8g","title":"ALPINE","shortId":"M0ntcql8g","createdAt":"2021-05-19T04:18:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27023298,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/97086347/ALPINE","canonicalUrl":"https://www.behance.net/gallery/97086347/ALPINE","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc13708a25e513c04a84d37ea82407dd","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIDAAAHAAAAAAAAAAAAAQIDEQAEBQYHEhMiMlL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAIQP/2gAMAwEAAhEDEQA/AJXwz2ehEvVUb8+vyp5UDwRfNrYUPsfyKJJJOaPqeQOtsasM0nT9t5EV2SND6VJF0LN1jGP6UyBPMUyUq93/2Q==","siteTwitter":"@behance","creatorTwitter":"@agence4uatre","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GurxlGJUA","title":"Freelance Development Pricing Guide – Should Freelancers Bill by the Hour?","shortId":"GurxlGJUA","createdAt":"2021-05-18T17:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":121,"score":27023237,"tagsStr":"general-programming,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:12:59.000Z","url":"https://www.freecodecamp.org/news/the-different-ways-to-charge-for-a-website/","canonicalUrl":"https://www.freecodecamp.org/news/the-different-ways-to-charge-for-a-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c9b4996afdbd4fadca695ab2791057d","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAAUDBQEAAAAAAAAAAAAAAAECAwQREjEFFCNRcpH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDR8t+SvUIa2HHUMEfIlNtp+qlXGKCjvGuz+AAsH//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@study_web_dev","readTime":8,"description":null,"toc":null,"summary":null},{"id":"mhU1-R9982","title":"Redux for Beginners – Learn Redux Basics with Code Examples","shortId":"mhU1-R9982","createdAt":"2021-05-18T16:19:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":111,"score":27023168,"tagsStr":"general-programming,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:18:18.000Z","url":"https://www.freecodecamp.org/news/redux-for-beginners/","canonicalUrl":"https://www.freecodecamp.org/news/redux-for-beginners/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75ae8c49b7b2585097505bab54fbd3da","ratio":1.5015015015015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBgUhMRIVIkFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhED/9oADAMBAAIRAxEAPwCzjL+LahjFtqOlWrXb7FhJIW2pO8yoFMeUbn6az+9zTBDePk4808S4qXIUOvfmI980pTr6PEwcwtZ//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@myogeshchavan97","readTime":8,"description":null,"toc":null,"summary":null},{"id":"5NH0i-sBm","title":"At the Epic trial, Phil Schiller got away clean","shortId":"5NH0i-sBm","createdAt":"2021-05-19T01:48:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023148,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T01:43:16.000Z","url":"https://www.theverge.com/2021/5/18/22442395/at-the-epic-trial-phil-schiller-got-away-clean","canonicalUrl":"https://www.theverge.com/2021/5/18/22442395/at-the-epic-trial-phil-schiller-got-away-clean","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9207107e0b927a7fa1e2b29d0db69e37","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAwAABwAAAAAAAAAAAAAAAAECBRESEyIxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AMyVMrDppSte4+XrWXRKAPRx/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"jSg6zeyOk","title":"Building modern APIs with Fastify, Graphql, and MongoDB","shortId":"jSg6zeyOk","createdAt":"2021-05-18T12:35:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":279,"score":27023137,"tagsStr":"graphql,mongodb,fastify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-18T18:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T03:30:00.000Z","url":"https://daily.dev/blog/building-modern-apis-with-fastify-graphql-and-mongodb","canonicalUrl":"https://daily.dev/blog/building-modern-apis-with-fastify-graphql-and-mongodb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/02f3647dabef31408295ace63343e7ec","ratio":1.49791666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAURBAYSIRMiMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB8RAAECBgMAAAAAAAAAAAAAAAEDIQACERIxwQQFUf/aAAwDAQACEQMRAD8Am3FdmuF50ss0M2mnlbyc/R40ywyQvZOMr+E5rcNuG9RMY4bZI0aHirDUKAQPhxy6pSp0uSpNS45GyNQpOuSVEwxaQGoCWq7emP/Z","siteTwitter":"","creatorTwitter":"@lawrence_eagles","readTime":6,"description":null,"toc":null,"summary":null},{"id":"oQa4mU5sa","title":"Spotify and YouTube Music will bring much needed offline tunes to Google’s Wear watches","shortId":"oQa4mU5sa","createdAt":"2021-05-19T01:14:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023114,"tagsStr":"google,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T01:11:25.000Z","url":"https://www.theverge.com/2021/5/18/22442880/spotify-youtube-music-download-offline-playlists-podcasts-updates","canonicalUrl":"https://www.theverge.com/2021/5/18/22442880/spotify-youtube-music-download-offline-playlists-podcasts-updates","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9cfc69f7e74621f74c564e9a45fb6ca0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQDAQEBAAAAAAAAAAAAAQIDBREABAYxITL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0F3fPvTnFSUSxK7Ue48i07TH7RRCq9BINUfoNH3JobkNvTiNHVc6iaeWwwhpTpcSCspSAVfQfav04xgf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vdjdOnwOi","title":"GitHub Artifact Exporter open source release","shortId":"vdjdOnwOi","createdAt":"2021-05-18T16:02:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ghblog","views":41,"score":27023072,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:59:19.000Z","url":"https://github.blog/2021-05-18-github-artifact-exporter-open-source-release/","canonicalUrl":"https://github.blog/2021-05-18-github-artifact-exporter-open-source-release/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1a4bd3671517154ec53f29cecb866cb","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIRAAAAUCBwAAAAAAAAAAAAAAAAECBBEDIQUUI1STodH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A06WHNYg29A7Qekm/QrIM9rQ40+AAD//Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fmmese9lw","title":"How to Be a Successful Entrepreneur – A Developer's Guide to Startup Strategy and Design","shortId":"fmmese9lw","createdAt":"2021-05-18T16:19:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":53,"score":27023055,"tagsStr":"general-programming,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:08:27.000Z","url":"https://www.freecodecamp.org/news/be-a-successful-entrepreneur-developers-guide-to-startup-strategy-and-design/","canonicalUrl":"https://www.freecodecamp.org/news/be-a-successful-entrepreneur-developers-guide-to-startup-strategy-and-design/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8ff0ffc7c03060fe4abffce5eb451e7","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBQcGIzFh0v/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAdEQABAwUBAAAAAAAAAAAAAAACAAHRAwQSFDGh/9oADAMBAAIRAxEAPwCFw7cvHrHOtXGUVkBjwhSTbNtTJISAfMECCY91r3d9a8LqymxzEEmOhH1SlDOyEuk/kJe5Ud8plf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"i6CfxB5QO","title":"New Scientist commissions","shortId":"i6CfxB5QO","createdAt":"2021-05-19T00:08:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27023048,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/119247621/New-Scientist-commissions","canonicalUrl":"https://www.behance.net/gallery/119247621/New-Scientist-commissions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bab8ca46d6468c6abc2027134628e7f9","ratio":0.767123287671233,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAQX/xAAkEAACAQIEBwEAAAAAAAAAAAABAgMAEQQSExQFMUFScXKx0f/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAgMAAAAAAAAAAAAAAAABAgASAxFx/9oADAMBAAIRAxEAPwCfJiOGLMkLK4ldrKumbEWJJvy6UF8ECRtpj4UftSmxsjxIjAZVk1R7ZSvwmneP2ilyjKCbHkLsq6FZ/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"zWY9nH_Pu","title":"Bennifer Updates, Paulina Porizkova’s Profile, and a Few Well Wishes to Our Favorite Celebrities","shortId":"zWY9nH_Pu","createdAt":"2021-05-18T23:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:48:35.000Z","url":"https://www.theringer.com/2021/5/18/22442891/bennifer-updates-paulina-porizkovas-profile-and-a-few-well-wishes-to-our-favorite-celebrities","canonicalUrl":"https://www.theringer.com/2021/5/18/22442891/bennifer-updates-paulina-porizkovas-profile-and-a-few-well-wishes-to-our-favorite-celebrities","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6eb87946e3411fc1576db3d10146a1f5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQMCAAQRIQUSMQYU/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhIx/9oADAMBAAIRAxEAPwDBcgpCfneMvL5Rv5/ihyM1vmejJSYcQkBvqPNEZFRsei4ZJyUTtlMJnBC5gxWDsRGY5wPN0pRlvVDriP/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"HOMr3dOaW","title":"Jason Mantzoukas Part 1: ‘Invincible,’ ‘Star Wars,’ MCU Excitement, and More","shortId":"HOMr3dOaW","createdAt":"2021-05-18T23:04:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:57:01.000Z","url":"https://www.theringer.com/2021/5/18/22442946/jason-mantzoukas-part-1-invincible-star-wars-mcu-excitement-and-more","canonicalUrl":"https://www.theringer.com/2021/5/18/22442946/jason-mantzoukas-part-1-invincible-star-wars-mcu-excitement-and-more","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d842b85ef0dca691475a0fd905f43fcd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBREABBITIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHhEAAgEDBQAAAAAAAAAAAAAAAQIAAwQxBREhgbH/2gAMAwEAAhEDEQA/ANLrxzMhuzzyEhnYjENpS4bWHCu/RSTQIr4MptxOt1psvE0LPPGMWs+AzjJJ9h+pOS60zgKu3aif/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Y_YcwnZp7","title":"How to Convert a Keras SavedModel into a Browser-based Web App","shortId":"Y_YcwnZp7","createdAt":"2021-05-18T16:38:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":15,"score":27022964,"tagsStr":"javascript,tensorflow,keras","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:36:22.000Z","url":"https://www.freecodecamp.org/news/convert-keras-savedmodel-into-browser-based-webapp/","canonicalUrl":"https://www.freecodecamp.org/news/convert-keras-savedmodel-into-browser-based-webapp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dcc7fc98a3eb1ab4490ba9c1bb719a6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDBAARBQYHEiEiIzJB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQMAAgQREiH/2gAMAwEAAhEDEQA/ANHc04lzsLLOY8WhTX+koUzDU3sIuPLdyCPVqinS9tJ2pfYsOB2/lKUy9bljrW3kn6cq7EHif//Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"jumqMrnXj","title":"Armin van Buuren releases second collaboration with Tom Staar ‘Let Go’ featuring Josha Daniel","shortId":"jumqMrnXj","createdAt":"2021-05-18T22:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022957,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:32:45.000Z","url":"https://dancingastronaut.com/2021/05/armin-van-buuren-releases-second-collaboration-with-tom-staar-let-go-featuring-josha-daniel/","canonicalUrl":"https://dancingastronaut.com/2021/05/armin-van-buuren-releases-second-collaboration-with-tom-staar-let-go-featuring-josha-daniel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/186058ca843f5c28d6fc085d1751e659","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDEQAEBRIhQRP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAEQMSIkGxwf/aAAwDAQACEQMRAD8AzbDMWByLVv8AZwOtkpa1bAChruAT5HRPZ5UHM3cBxQK1TJ9pSlnRVuhz4IFid3Yaje0dmf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ubF95B439","title":"Friends of the late SOPHIE launch art auction to raise money for trans rights","shortId":"ubF95B439","createdAt":"2021-05-18T22:28:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022948,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:28:00.000Z","url":"https://dancingastronaut.com/2021/05/friends-of-the-late-sophie-launch-art-auction-to-raise-money-for-trans-rights/","canonicalUrl":"https://dancingastronaut.com/2021/05/friends-of-the-late-sophie-launch-art-auction-to-raise-money-for-trans-rights/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a99ea3e4bbef22d1abb6d6017f17c1de","ratio":1.49765990639626,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAgQFEiEUFmFjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACMf/aAAwDAQACEQMRAD8Aw4aStmlKRjrdRx4fd162rv8AWAAQPpMu7MxBx1jz52CIlDIci6W//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"k-4XrnTCY","title":"The benefits of a shared mobile architecture","shortId":"k-4XrnTCY","createdAt":"2021-05-18T13:44:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":47,"score":27022881,"tagsStr":"architecture","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:43:58.000Z","url":"https://itnext.io/the-benefits-of-a-shared-mobile-architecture-18b766be7c3c","canonicalUrl":"https://www.alessandrorecchi.com/shared-mobile-architecture-pros/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/044a2af81f41d65da2c2f0565921c274","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMCBwEAAAAAAAAAAAAAAQACEQMFBAYhIjFxkdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAABAwQhIkH/2gAMAwEAAhEDEQA/AIuTLsLUKDKTSS/a4xySQBpPa1lt1w8CaT/B9REsPdkCriNNdP/Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"XZzcXjQ_N","title":"Pujols’s Dodgers Debut, the Twins’ Struggles, and the Best Hitter in Baseball","shortId":"XZzcXjQ_N","createdAt":"2021-05-18T22:16:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022936,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:16:03.000Z","url":"https://www.theringer.com/2021/5/18/22442879/pujolss-dodgers-debut-the-twins-struggles-and-the-best-hitter-in-baseball","canonicalUrl":"https://www.theringer.com/2021/5/18/22442879/pujolss-dodgers-debut-the-twins-struggles-and-the-best-hitter-in-baseball","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67c5a96cd1fafbd311af4e903ccb59f9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBAVBBhMkMVL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EAB0RAAECBwAAAAAAAAAAAAAAAAEAAgMRE1JxkcH/2gAMAwEAAhEDEQA/AJ/U7DMyOmNpe1lQtxjSVftAsAxKkA8cSebY55Y+W3v5ERJZAk3HSirRLjtf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WjCLOy6YM","title":"Top streamer says Twitch revoked her ability to run ads without warning","shortId":"WjCLOy6YM","createdAt":"2021-05-18T22:08:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022928,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:00:21.000Z","url":"https://www.theverge.com/2021/5/18/22442733/amouranth-twitch-ads-suspended-indefinitely","canonicalUrl":"https://www.theverge.com/2021/5/18/22442733/amouranth-twitch-ads-suspended-indefinitely","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ca0ad4843ff7555dde0435fd4366dd5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDBAARBRIhBjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAIBBAMAAAAAAAAAAAAAAAEDAgAEEYEhM7H/2gAMAwEAAhEDEQA/AMj8UsvMXZ6ktuwonn6LL2BeICIueugB6To+fmsmm5u1UleuAjiFjGGZRs682cYwK7hgfJYPGAdnNVIdcd+1/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nx78gif--","title":"International Isotopes revenues, earnings dip in Q1","shortId":"nx78gif--","createdAt":"2021-05-18T20:34:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022834,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:06:59.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132431&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132431","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/03616d419b342dd79c344d8be18ea9f6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAgIBAwMFAAAAAAAAAAAAAQIDEQAEBQYHIUESIzFCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQMAAhEEQf/aAAwDAQACEQMRAD8Ai9HuRrLHuGkRVVWieZ3lRQij6qL8nvmnEOysLfdI/We5qA/OEvTUAScioAVo2qvHvR4vqihQAoqvzFS610j2Vz2swCf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"2fK42xKnL","title":"CMS opens review of expanded CT lung screening reimbursement","shortId":"2fK42xKnL","createdAt":"2021-05-18T21:58:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022918,"tagsStr":"cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:41:33.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132432&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132432","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54048d12fcee7f5e389b7eeb76c05154","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDBBEhABIFBgcTQVFhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADBEH/2gAMAwEAAhEDEQA/AKPMFW0dLyxNTUktRP22kDdy22FsEhF9FhjOP2wGjKfj6CaQLOhG42Nr+fett1AkeLp3wtonZGamhjYqbEqSxKn5gY0XU7sKeIBmttHn5oy5xezE8jW0NRWgXon/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nDGpA65Kp","title":"Elder.js, the new kid on the block","shortId":"nDGpA65Kp","createdAt":"2021-05-18T21:52:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022912,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.voorhoede.nl/en/blog/elder-js-the-new-kid-on-the-block","canonicalUrl":"https://www.voorhoede.nl/en/blog/elder-js-the-new-kid-on-the-block","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc9b89a80e19c09d147bc5423436fa53","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDAAQRIRIiYaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABoRAQABBQAAAAAAAAAAAAAAAAEAAgMRYcH/2gAMAwEAAhEDEQA/AN9267Z6+002QpnFESK8+3YjLv8AMua7M16hkL4nfHzGMm3nNIb4Rk//2Q==","siteTwitter":"","creatorTwitter":"@devoorhoede","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PMvrZnx6O","title":"US Space Force blasts missile-warning satellite into orbit around Earth","shortId":"PMvrZnx6O","createdAt":"2021-05-18T21:37:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022897,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:26:38.000Z","url":"https://www.livescience.com/space-force-launches-missile-warning-satellite.html","canonicalUrl":"https://www.livescience.com/space-force-launches-missile-warning-satellite.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4387c5d24da277682bf02c2d9ce321fe","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQIFBQAAAAAAAAAAAAAAAAECAwQFESMSY5LR4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAgMBAAAAAAAAAAAAAAAAAwQAAREC/9oADAMBAAIRAxEAPwDHWPRXMZmvq216LrTpC643cfQBgLxe92TzKAR5dT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U5_uAeobu","title":"Confluent CLI Launches Exciting New Features and an Intuitive UI","shortId":"U5_uAeobu","createdAt":"2021-05-18T17:07:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"conf","views":7,"score":27022895,"tagsStr":"cloud,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:53:09.000Z","url":"https://www.confluent.io/blog/new-confluent-cli-features/","canonicalUrl":"https://www.confluent.io/blog/new-confluent-cli-features/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"9lQVQpVoa","title":"Google employees call for company to support Palestinians and protect anti-Zionist speech","shortId":"9lQVQpVoa","createdAt":"2021-05-18T21:29:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022889,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:23:06.000Z","url":"https://www.theverge.com/2021/5/18/22441236/jewish-google-employees-support-palestine-letter-anti-zionism-israel","canonicalUrl":"https://www.theverge.com/2021/5/18/22441236/jewish-google-employees-support-palestine-letter-anti-zionism-israel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_8lNrhDs7","title":"Amazon extends ban on police use of its facial recognition software ‘until further notice’","shortId":"_8lNrhDs7","createdAt":"2021-05-18T20:41:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022841,"tagsStr":"tech-news,computer-vision","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:34:51.000Z","url":"https://www.theverge.com/2021/5/18/22442580/amazon-law-enforcement-police-facial-recognition-software-ban","canonicalUrl":"https://www.theverge.com/2021/5/18/22442580/amazon-law-enforcement-police-facial-recognition-software-ban","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51b4e32abb6e1cc77a8963e740acc93d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQASBCExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDEeNOiwOhiDNJWrljcdMbr753kR6mNTr6BjGAylp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0K0yIUb5v","title":"Signs of labor: 6 clues baby is coming soon","shortId":"0K0yIUb5v","createdAt":"2021-05-18T20:37:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022837,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:22:35.000Z","url":"https://www.livescience.com/44554-signs-of-labor.html","canonicalUrl":"https://www.livescience.com/44554-signs-of-labor.html","image":"https://cdn.mos.cms.futurecdn.net/4J7szJowEXuTbSDSyiC7NN-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0avRYXD_r","title":"OUT - US","shortId":"0avRYXD_r","createdAt":"2021-05-02T01:11:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26998631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118578407/OUT-US","canonicalUrl":"https://www.behance.net/gallery/118578407/OUT-US","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f705c291ff148493334a3c756d3f58f","ratio":1.5712682379349,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAgABEQMEBQYHE3Ph/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQEAAQQDAQAAAAAAAAAAAAABAgADBBEFMUGx/9oADAMBAAIRAxEAPwCFtbjK2bzNGncXDcYi8MQytxbQpQ0XgR1+oiby79yEgi+VEHG42Ws70do67T41/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"PenwOv4y_","title":"Assured Imaging wards off class-action suit","shortId":"PenwOv4y_","createdAt":"2021-05-18T20:33:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022833,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:49:41.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132430&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132430","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84dc0538bed931738614656a9fbbd8f0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGCP/EACUQAAECBQEJAAAAAAAAAAAAAAECAwAEBQYREgcTFSUxQUKS0f/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAMAAwAAAAAAAAAAAAAAAQACAwQRIf/aAAwDAQACEQMRAD8Ab2b0W36pbDc7VpOScmnXnlLKlY8zgDJ6AdooFW3Z+o8vpnsn7GeqJMPcHaRvnNCXFYTqOBlQg5JJJJyYV0QCU6cUb2R69Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"7Y-LlATh3","title":"The Seven Biggest Questions of the Play-in Tournament","shortId":"7Y-LlATh3","createdAt":"2021-05-18T20:29:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022829,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:28:56.000Z","url":"https://www.theringer.com/2021/5/18/22442690/the-seven-biggest-questions-of-the-play-in-tournament","canonicalUrl":"https://www.theringer.com/2021/5/18/22442690/the-seven-biggest-questions-of-the-play-in-tournament","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc29d605c4758bacbd9dab9816358a35","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAYRIQQFEhRB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQABBQEAAAAAAAAAAAAAAAAAAQIDEjEh/9oADAMBAAIRAxEAPwC/bVx+5eHcyCCUGZYlCycgukYT4owMA+R1WhCNWAYlsnZ3SlTJFrg1vdP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"znwH1v2Ms","title":"Previewing the First Round of the Play-in Tournament, Plus KOC’s All-NBA Picks","shortId":"znwH1v2Ms","createdAt":"2021-05-18T20:12:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022812,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:09:35.000Z","url":"https://www.theringer.com/2021/5/18/22442658/previewing-the-first-round-of-the-play-in-tournament-plus-kocs-all-nba-picks","canonicalUrl":"https://www.theringer.com/2021/5/18/22442658/previewing-the-first-round-of-the-play-in-tournament-plus-kocs-all-nba-picks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ab8d0fb99732c72ad827aa2ea0d4e1b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFEQYxQSH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEQMTMf/aAAwDAQACEQMRAD8AnmuJ4SSJ0trFYnnjO2di4DKulIHzrfXtbrfgPEzbxF8XcFyoJIu3AJ14PKUorc9djK41JNif/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Qm70vFUS1","title":"Blop","shortId":"Qm70vFUS1","createdAt":"2021-05-18T20:08:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27022808,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/119624597/Blop","canonicalUrl":"https://www.behance.net/gallery/119624597/Blop","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b949984c16782d08bce0648d29706eba","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIEAAMFERIhQVEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEZH/2gAMAwEAAhEDEQA/ANJzIuSbIWbkeYVjKW3W9o+tfe+OtKqKpCgFixA5PtKVJKQh3T2JbZ//2Q==","siteTwitter":"@behance","creatorTwitter":"@byfutura","readTime":null,"description":null,"toc":null,"summary":null},{"id":"scgl2MGFD","title":"Improve Your UX Portfolio ? Ask for a Review","shortId":"scgl2MGFD","createdAt":"2021-05-18T19:41:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022781,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:45:08.000Z","url":"https://www.uxpin.com/studio/blog/ux-portfolio-review/","canonicalUrl":"https://www.uxpin.com/studio/blog/ux-portfolio-review/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0bd8a2117c433e74b3374aa8755893a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAEgMEESExUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERIf/aAAwDAQACEQMRAD8A1gDrqGawONsdKEdGwNgfduJSIl1EtDWn/9k=","siteTwitter":"","creatorTwitter":"@uxpin","readTime":4,"description":null,"toc":null,"summary":null},{"id":"nJYvue6nb","title":"Google I/O 2021: the biggest announcements","shortId":"nJYvue6nb","createdAt":"2021-05-18T19:41:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022781,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:37:30.000Z","url":"https://www.theverge.com/2021/5/18/22435419/google-io-2021-event-recap-biggest-announcements-pixel-android-12-wear-os-workspace","canonicalUrl":"https://www.theverge.com/2021/5/18/22435419/google-io-2021-event-recap-biggest-announcements-pixel-android-12-wear-os-workspace","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ec2c9c74abe5e8e0bce8c0bf8e8a4dd","ratio":1.90990990990991,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAEFAQAAAAAAAAAAAAABAAIDBCEFBxESNFH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhFB/9oADAMBAAIRAxEAPwCAdw71exKZoBYsMjjex8spcwZ6AGM8g8Ak5UW5uRrwtzjppeHuHhZ9RFBWyGw+DP/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5qlzTOdWe","title":"Everything Google Announced Today: Android, AI, Holograms","shortId":"5qlzTOdWe","createdAt":"2021-05-18T19:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022777,"tagsStr":"tech-news,google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:34:00.000Z","url":"https://www.wired.com/story/google-io-2021-highlights/","canonicalUrl":"https://www.wired.com/story/google-io-2021-highlights/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39e5a134bf0acaa17facfa8f63e26527","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQQCAwAFBhESByFBUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAQEBAQEAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwDBV31dpirjKiQi8ldGuDBYsJJsHuXUkx+frI95R3cu6xQNU7CuyUATRX74PH5xjIZug8cE6C7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"7GCuhXCYB","title":"8 Supreme Court decisions that changed US families","shortId":"7GCuhXCYB","createdAt":"2021-05-17T15:51:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:35:02.000Z","url":"https://www.livescience.com/37674-supreme-court-decisions-changed-families.html","canonicalUrl":"https://www.livescience.com/37674-supreme-court-decisions-changed-families.html","image":"https://cdn.mos.cms.futurecdn.net/X42EefwdaypPQV9UXzfX3G-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"qLrfo5wvN","title":"Google is trying to make its image processing more inclusive","shortId":"qLrfo5wvN","createdAt":"2021-05-18T19:35:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022775,"tagsStr":"google,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:34:48.000Z","url":"https://www.theverge.com/2021/5/18/22442515/google-camera-app-inclusive-image-equity-skintones","canonicalUrl":"https://www.theverge.com/2021/5/18/22442515/google-camera-app-inclusive-image-equity-skintones","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0403be4f2f1735659de178c40674bb3","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAgEEAgMAAAAAAAAAAAABAgMEAAUREiEHEzJRkf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIRMVH/2gAMAwEAAhEDEQA/AK3Vbd+/NUrRXXglm14FZuAb1lRIQQD0fgo7+sm7nkbUFtziSBWcOwZlfiCd+yBsdv3GMI2exZUzqf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"stxUTzMjI","title":"The Android 12 public beta is available now","shortId":"stxUTzMjI","createdAt":"2021-05-18T19:35:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022775,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:31:27.000Z","url":"https://www.theverge.com/2021/5/18/22442051/android-12-beta-download-google-io-2021","canonicalUrl":"https://www.theverge.com/2021/5/18/22442051/android-12-beta-download-google-io-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43918949bdfaadc4c71a2c40975cd07e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUAAwAAAAAAAAAAAAABAgQhAAMGERIFMTL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/ALTNmdzIcru+KW5U3b2ghauBvsDmPYI+jogwZq1uMiVq04ugbMRFKVPk6zL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zmAO1pEIo","title":"Google previews Project Starline, a next-gen 3D video chat booth","shortId":"zmAO1pEIo","createdAt":"2021-05-18T19:15:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022755,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:10:24.000Z","url":"https://www.theverge.com/2021/5/18/22442336/google-project-starline-3d-video-chat-platform","canonicalUrl":"https://www.theverge.com/2021/5/18/22442336/google-project-starline-3d-video-chat-platform","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/804eb0ab86631c1092f925e105c83723","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIFAAMEEQYSMSJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Al8PnEvCYtxo+8UeTxrbKTphZ0V7DRBDBgxB89rSUVyMiLww2MCRZTZ7638j8pSpB/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"17cp8Ke6V","title":"Carl Cox signs to publisher and label BMG, announces new album","shortId":"17cp8Ke6V","createdAt":"2021-05-18T19:07:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022747,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:02:02.000Z","url":"https://dancingastronaut.com/2021/05/carl-cox-signs-to-publisher-and-label-bmg-announces-new-album/","canonicalUrl":"https://dancingastronaut.com/2021/05/carl-cox-signs-to-publisher-and-label-bmg-announces-new-album/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd7380b2e77b73e958779632a31b119b","ratio":1.49953139643861,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFETEGBxIhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACBBNB/9oADAMBAAIRAxEAPwCnL3DVXxkeOtHa3aO4kZXVVPkQACSOefmtGswuM51HJcSuBGAzE6E7etmlKC5NwE7Kmqqs/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ktt8cX13M","title":"Why all open source maintainers are jerks, the Drake equation hypothesis","shortId":"ktt8cX13M","createdAt":"2021-05-18T19:04:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27022744,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/why-all-open-source-maintainers-are.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/why-all-open-source-maintainers-are.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VRuDH5SVm","title":"Google Wants to Turn You Into a Hologram. I Tested It Out","shortId":"VRuDH5SVm","createdAt":"2021-05-18T19:02:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022742,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:49:00.000Z","url":"https://www.wired.com/story/google-project-starline/","canonicalUrl":"https://www.wired.com/story/google-project-starline/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/203f88b0cb64d9cb0ed6da3de8c27fe9","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAUREjEWISJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxESYYH/2gAMAwEAAhEDEQA/AJ3lMZbQrd3OUa4yEPUkKvE8m0upSViCxBHcgDjjX7Urypt2yl4YYDFEZnKRhh4DcdBx6pSq1UaexqYmvPZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"-ZUFSHRok","title":"Multiplayer Doom on Cloudflare Workers","shortId":"-ZUFSHRok","createdAt":"2021-05-18T13:16:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cloudflare","views":24,"score":27022740,"tagsStr":"general-programming,webdev,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:59:57.000Z","url":"https://blog.cloudflare.com/doom-multiplayer-workers/","canonicalUrl":"https://blog.cloudflare.com/doom-multiplayer-workers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f6441ca3af87dbefb925446b402f6a9","ratio":1.92336683417085,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQIEAAMGESEFEhMVMTJDgdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQSQSH/2gAMAwEAAhEDEQA/ANWqumtRcViwcSaifypUrhbpWbLsok32qAz07T7i5GkuFAK5w/F8+P5hCHyF3rrDcHkDHcq7kdM//9k=","siteTwitter":"@cloudflare","creatorTwitter":"@celso","readTime":13,"description":null,"toc":null,"summary":null},{"id":"BtaHShal4","title":"This is Ford’s electric F-150 pickup truck","shortId":"BtaHShal4","createdAt":"2021-05-18T18:07:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022687,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:01:04.000Z","url":"https://www.theverge.com/2021/5/18/22442415/ford-f150-lightning-electric-pickup-truck-first-images","canonicalUrl":"https://www.theverge.com/2021/5/18/22442415/ford-f150-lightning-electric-pickup-truck-first-images","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1310cccf130e9cc084dae314f8b1eb4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAEQQGEhMDBSEyUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQISUf/aAAwDAQACEQMRAD8Axo1F3IMScrqkXwlA1L63ur7Kl1M4UBsbcQKJ5W8xENiXlp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VzXU45mA1","title":"Beyond Wonderland at the Gorge unveils stellar lineup: Tiësto, Alison Wonderland, REZZ, and more","shortId":"VzXU45mA1","createdAt":"2021-05-18T18:58:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022738,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:57:53.000Z","url":"https://dancingastronaut.com/2021/05/beyond-wonderland-at-the-gorge-unveils-stellar-lineup-tiesto-alison-wonderland-rezz-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/beyond-wonderland-at-the-gorge-unveils-stellar-lineup-tiesto-alison-wonderland-rezz-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd29dc671fc64f1215c033f140464ec0","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEFEhMhBCIxkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMRMWH/2gAMAwEAAhEDEQA/AMy6KLGzYx0mzJI6PigQ2jYAJsd1n19UtNlcayaRp3GaXEaWgkN58BEQt7mxlPB4JNXjjSBP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"x6j4DALgj","title":"Android 12 Will Let You Fine-Tune Permissions for Apps","shortId":"x6j4DALgj","createdAt":"2021-05-18T18:35:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022715,"tagsStr":"tech-news,security,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:27:00.000Z","url":"https://www.wired.com/story/android-12-app-permissions-privacy/","canonicalUrl":"https://www.wired.com/story/android-12-app-permissions-privacy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/708d4b7b22899c5353ef3842247de059","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBRITIUFTYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AyDabUYOVhWUx1uc9oLPcaVEgdIPvvNVO9niM2WJnyH5SlMyHYN//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"HnT1JYTuY","title":"Google announces health tool to identify skin conditions","shortId":"HnT1JYTuY","createdAt":"2021-05-18T18:49:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022729,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:47:35.000Z","url":"https://www.theverge.com/2021/5/18/22440754/google-health-ai-skin-condition-model-dermatology","canonicalUrl":"https://www.theverge.com/2021/5/18/22440754/google-health-ai-skin-condition-model-dermatology","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2baace9f1e7152bbf4b32d02f02643b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwURBBIhQlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAEQME8P/aAAwDAQACEQMRAD8A0DjuZYmTyjC29+/LNYW2zsqBVUaQeoO96+yoHkCIhuClXeL7cTCEntGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6Cj8_yYin","title":"Google Is Finally Taking Smartwatches Seriously","shortId":"6Cj8_yYin","createdAt":"2021-05-18T18:44:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022724,"tagsStr":"tech-news,general-programming,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:38:00.000Z","url":"https://www.wired.com/story/google-wear-os-io-samsung-fitbit-partnership/","canonicalUrl":"https://www.wired.com/story/google-wear-os-io-samsung-fitbit-partnership/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64d408ecd12baa93765a4caf90691c47","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABAwQGERIUITIzQVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADBBEh/9oADAMBAAIRAxEAPwC6hl01aAWrVIgAd3JzIuotX8+1myZxaGQm4OF9Hdu4f1EVZKKjcEaFDDZn/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Z3sUbmqSr","title":"There are over 3 billion active Android devices","shortId":"Z3sUbmqSr","createdAt":"2021-05-18T18:23:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022703,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:19:11.000Z","url":"https://www.theverge.com/2021/5/18/22440813/android-devices-active-number-smartphones-google-2021","canonicalUrl":"https://www.theverge.com/2021/5/18/22440813/android-devices-active-number-smartphones-google-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ea4d8b4fa4bef5c0a880d63e13c57c8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQMAAhEhBBIxQnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AM72bRSXpKF3u017Gk2FlYdOYc58HR8yVq6YFdCbDkD1ERFAf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gJuIRhXy3","title":"Google Photos will soon make animated photos from your still shots","shortId":"gJuIRhXy3","createdAt":"2021-05-18T18:43:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022723,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:41:10.000Z","url":"https://www.theverge.com/2021/5/18/22442466/google-photos-cinematic-moments-animated-android-ios-machine-learning","canonicalUrl":"https://www.theverge.com/2021/5/18/22442466/google-photos-cinematic-moments-animated-android-ios-machine-learning","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f18ffe69f126e58d7e598c77e52121c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQFERIhIlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDFcfcgqYi7vpxzTyuETZXk9GuaRwPdQD8UpEVB/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QlDn67w2y","title":"Tooth sensitivity: Causes and remedies","shortId":"QlDn67w2y","createdAt":"2021-05-18T18:40:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022720,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:35:03.000Z","url":"https://www.livescience.com/44377-sensitive-teeth.html","canonicalUrl":"https://www.livescience.com/44377-sensitive-teeth.html","image":"https://cdn.mos.cms.futurecdn.net/2qhibeuA3Tx5y3myYUXSX5-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"HgYMagUiv","title":"Who built the Egyptian pyramids?","shortId":"HgYMagUiv","createdAt":"2021-05-15T11:13:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017953,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:00:31.000Z","url":"https://www.livescience.com/who-built-egypt-pyramids.html","canonicalUrl":"https://www.livescience.com/who-built-egypt-pyramids.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdfd0f39121345d8a22718c6ed1bbe82","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEBgcVkv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADBBH/2gAMAwEAAhEDEQA/ANCNyzsBwklZHIw1TAKpUPKTga68egiImnbew6XMeuwZweBBP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tAn5f1t4j","title":"Google Maps’ Live View feature now offers more useful information about restaurants and businesses","shortId":"tAn5f1t4j","createdAt":"2021-05-18T18:38:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022718,"tagsStr":"google,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:37:27.000Z","url":"https://www.theverge.com/2021/5/18/22442451/google-maps-live-view-update-features-ai-ar","canonicalUrl":"https://www.theverge.com/2021/5/18/22442451/google-maps-live-view-update-features-ai-ar","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7af9d6509d89a602831b14d82ba1218a","ratio":1.91063829787234,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAIBESExAwYHJzP/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ALXl1O6NjNFLtori/vU3KcgBDX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"p9Nlq_gn0","title":"Google and Samsung are merging Wear OS and Tizen","shortId":"p9Nlq_gn0","createdAt":"2021-05-18T18:38:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022718,"tagsStr":"tech-news,general-programming,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:36:34.000Z","url":"https://www.theverge.com/2021/5/18/22440483/samsung-smartwatch-google-wearos-tizen-watch","canonicalUrl":"https://www.theverge.com/2021/5/18/22440483/samsung-smartwatch-google-wearos-tizen-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/816788ae46ae325e16d2de09c2da69fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQYSExQhcsH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABgRAQEBAQEAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwC60fcjkvY4bEdLZ7NTNhZIsN1dfMz+FpDqIbCDJSeLaRfTIvx7Yxk9SUHclIeb/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EpjD7720DF","title":"Android 12 will turn your Pixel phone into a car key — assuming automakers bother","shortId":"EpjD7720DF","createdAt":"2021-05-18T18:38:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022718,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:36:11.000Z","url":"https://www.theverge.com/2021/5/18/22436410/google-android-auto-os-pixel-phone-key-io","canonicalUrl":"https://www.theverge.com/2021/5/18/22436410/google-android-auto-os-pixel-phone-key-io","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/735885b49bc926f68a963b054f3ada62","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIFAAMEBhESMQcUUf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIRMZH/2gAMAwEAAhEDEQA/AJee8oalj9U5KJkWWAusFUq3AAPsBx326rRovW87lxmJkO0eGvWUuEeoOyoP2lKWWBC2w5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OFek8R19f","title":"Android 12 preview: first look at Google’s radical new design","shortId":"OFek8R19f","createdAt":"2021-05-18T18:23:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022703,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:19:42.000Z","url":"https://www.theverge.com/22439777/android-12-design-features-widgets-first-look-google","canonicalUrl":"https://www.theverge.com/22439777/android-12-design-features-widgets-first-look-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43918949bdfaadc4c71a2c40975cd07e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUAAwAAAAAAAAAAAAABAgQhAAMGERIFMTL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/ALTNmdzIcru+KW5U3b2ghauBvsDmPYI+jogwZq1uMiVq04ugbMRFKVPk6zL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"9jj-weKmG","title":"UnConference: Design System Maturity Model","shortId":"9jj-weKmG","createdAt":"2021-05-18T18:22:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022702,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:15:45.000Z","url":"https://sparkbox.com/foundry/unconference_design_systems_maturity_model_with_ben_callahan","canonicalUrl":"https://sparkbox.com/foundry/unconference_design_systems_maturity_model_with_ben_callahan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da3e68a8c8366376ba3aa93c43fe6af8","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACAwQFERJB8P/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEBAQACAwEAAAAAAAAAAAAAAgEABQMRIWH/2gAMAwEAAhEDEQA/ANYuSiW3TkqZanWoMii7hNEOc5wA6BJYdg/FRcpfxLsncMYh4Mzy3UHnR14iJZ8EDvVuW2u14KSivv3P/9k=","siteTwitter":"@hearsparkbox","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zaiXkN8Yl","title":"Skynet Labs: Decentralized Internet with Matthew Sevey","shortId":"zaiXkN8Yl","createdAt":"2021-05-18T18:22:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27022702,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:20:06.000Z","url":"https://softwareengineeringdaily.com/2021/05/18/skynet-labs-decentralized-internet-with-matthew-sevey/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/18/skynet-labs-decentralized-internet-with-matthew-sevey/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26afd1731b7e1ba0be8671fa1156ce57","ratio":2.29152542372881,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgMAAwEAAAAAAAAAAAAAAgMAARESMXFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAETH/2gAMAwEAAhEDEQA/AM3LMKSfJKzP7Ld69ySpzKrKMs9iITLr/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5TMSWStm_","title":"SIIM, RSNA, others partner on COVID-19 AI challenge","shortId":"5TMSWStm_","createdAt":"2021-05-18T18:18:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022698,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:54:31.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132428&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132428","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2cba33dadf4aa6be6f9d8d9f98110822","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAIhAAAgIBBAEFAAAAAAAAAAAAAQIDBBEABQYSUQchImKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAfEQACAQMFAQAAAAAAAAAAAAABAwIABBETFCFRkaH/2gAMAwEAAhEDEQA/ADT3b252+UWBZkavYij6yJn4dSGXH7pbQ55QSjWSwFMyxqHLZyWwM59vOo/SwA04QQCGroSPJ6jWd8hd13/cwGYAWpQAD9zoj7ue6akAAAjHgqTBSr5I1I8xJGe/lf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"eUGWXTJ-e","title":"Google Photos is adding a locked folder for your private images","shortId":"eUGWXTJ-e","createdAt":"2021-05-18T18:07:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022687,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:04:14.000Z","url":"https://www.theverge.com/2021/5/18/22442416/google-photos-locked-folder-private-hidden-pictures","canonicalUrl":"https://www.theverge.com/2021/5/18/22442416/google-photos-locked-folder-private-hidden-pictures","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9dc0091e4bac07c30d88ab58f6d302c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRIQUTFZHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AN35a9QXtdGtaLtWC4dhkrrH2UPkSNdQ9xED/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"l99vIRxTU","title":"Max Kellerman on the Nets, Boxing, and the Art of the Take","shortId":"l99vIRxTU","createdAt":"2021-05-18T18:03:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022683,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:56:49.000Z","url":"https://www.theringer.com/2021/5/18/22442385/max-kellerman-on-the-nets-boxing-and-the-art-of-the-take","canonicalUrl":"https://www.theringer.com/2021/5/18/22442385/max-kellerman-on-the-nets-boxing-and-the-art-of-the-take","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be68e2711e98fcaab9fcec529c5af739","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAARITEFQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAIDAAAAAAAAAAAAAAAAAAABAgMx/9oADAMBAAIRAxEAPwDJk+ZuVV2KimATrwg1DgAJLktkQSD9B1roa95FXLkhbeCtciJy5I75xjCCRa7T/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"eAq09xAcc","title":"Microsoft confirms Windows 10X is dead","shortId":"eAq09xAcc","createdAt":"2021-05-18T18:01:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022681,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:58:21.000Z","url":"https://www.theverge.com/2021/5/18/22442421/microsoft-windows-10-x-canceled-official","canonicalUrl":"https://www.theverge.com/2021/5/18/22442421/microsoft-windows-10-x-canceled-official","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/543f4bb0f8dd9fb0e64a53895211edf6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFIREUQTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAABEBACH/2gAMAwEAAhEDEQA/AMjGBwVzZ4aBMc0UxaPsTrOxMwMZJAHxeTv2oy8xUSXk6xOyxrIwUHZA51v2lKqxyQ5v/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ki9fQAbN4","title":"Android introduces new privacy-friendly sandbox for machine learning data","shortId":"Ki9fQAbN4","createdAt":"2021-05-18T17:50:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022670,"tagsStr":"tech-news,google,machine-learning,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:46:54.000Z","url":"https://www.theverge.com/2021/5/18/22436367/google-io-android-private-computer-core-machine-learning-data-privacy","canonicalUrl":"https://www.theverge.com/2021/5/18/22436367/google-io-android-private-computer-core-machine-learning-data-privacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d5fc1dcb04c7b822f4a40d1590177b0d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQADBBECEhMhIjKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwf/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDUf/aAAwDAQACEQMRAD8A0vOK8/MgyWprzDMffljYDHR/YUNrF+J7FKxyF+o+IiimtNzK4Cf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"k5q-wt56M","title":"It’s about to get easier to change compromised passwords in Chrome for Android","shortId":"k5q-wt56M","createdAt":"2021-05-18T17:45:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022665,"tagsStr":"tech-news,google,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:43:33.000Z","url":"https://www.theverge.com/2021/5/18/22442247/google-chrome-password-manager-android-compromised-duplex","canonicalUrl":"https://www.theverge.com/2021/5/18/22442247/google-chrome-password-manager-android-compromised-duplex","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/afcc32fa444c6a0e5385da5e7235247f","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHBABAAICAwEAAAAAAAAAAAAAAQACAyEREkGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDSnLlr1rZxtbC2rxsPNjplKge/WIkYVz1iA3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HbVz9rGJo","title":"Republicans have a new tool to fight deplatforming: common carriage laws","shortId":"HbVz9rGJo","createdAt":"2021-05-18T17:41:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022661,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:35:10.000Z","url":"https://www.theverge.com/22442359/republican-common-carrier-social-media-facebook-trump-ban-antitrust-section-230","canonicalUrl":"https://www.theverge.com/22442359/republican-common-carrier-social-media-facebook-trump-ban-antitrust-section-230","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/63b4729ef5559b96ce66f5187f196e96","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFERIhQQYHEzFy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABsRAAEEAwAAAAAAAAAAAAAAAAIAAQMSBCEx/9oADAMBAAIRAxEAPwChberbnUPOlVDqXpyJ+tBp1KckJjf0Ns8xjqrvnc5dTORLZKCq5AHm4z8whCnkS26gGEKtpf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dUCH6_xJp","title":"Redis Streams in Action: Part 1 (Intro and overview)","shortId":"dUCH6_xJp","createdAt":"2021-05-18T07:00:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":142,"score":27022645,"tagsStr":"redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T07:00:34.000Z","url":"https://itnext.io/redis-streams-in-action-part-1-intro-and-overview-135f66d3ab58","canonicalUrl":"https://itnext.io/redis-streams-in-action-part-1-intro-and-overview-135f66d3ab58","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db7460ebbb329d63af4ce788cb1cc290","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRISJBIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIQL/2gAMAwEAAhEDEQA/ANL3PgvbXiHqV2amznWAASNd/OpeqsqgBhoY9REXRgxHUv/Z","siteTwitter":"@itnext_io","creatorTwitter":"@abhi_tweeter","readTime":6,"description":null,"toc":null,"summary":null},{"id":"SnwKZgB9A","title":"Google Workspace turns to ‘smart chips’ to weave Docs, Tasks, and Meet together","shortId":"SnwKZgB9A","createdAt":"2021-05-18T17:18:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022638,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:12:58.000Z","url":"https://www.theverge.com/2021/5/18/22440226/google-workspace-smart-canvas-features-docs-updates","canonicalUrl":"https://www.theverge.com/2021/5/18/22440226/google-workspace-smart-canvas-features-docs-updates","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de0069de70f8b2d4b79f008c707970d3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMEABEGEhMhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAAUFAAAAAAAAAAAAAAAAAAECAxEFMlFxsf/aAAwDAQACEQMRAD8AtvG/McPr22jCgp0dItR+gBK/WA2f3J3fhrpesLFCUjWRgq9ydDfwbxjKmnlD70ZPoNfsRof/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ySYULXNvd","title":"ACR taps Dr. Beverly Coleman as new president","shortId":"ySYULXNvd","createdAt":"2021-05-18T17:16:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022636,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:09:13.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132426&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132426","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/983899cc076d379c357e32c0654438dc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUH/8QAJBAAAwAABAUFAAAAAAAAAAAAAQIDAAURIQQGEhNBMWJxkaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAEfAhMf/aAAwDAQACEQMRAD8AzhsvSN8yUhoNwcYukWTU36yPT510GnkYPflplvRel9mI/cW5u1r86NZjRu1TdjqdrgD6G2GZVRzlnBku2vZTz7RgzIV8OoRyuDytZn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GFg1fZzs0","title":"Breakaway shares stacked lineup with Kygo, Illenium, Madeon, SOFI TUKKER, and more","shortId":"GFg1fZzs0","createdAt":"2021-05-18T17:14:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022634,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:13:24.000Z","url":"https://dancingastronaut.com/2021/05/breakaway-unleashes-stacked-lineup-featuring-kygo-illenium-madeon-sofi-tukker-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/breakaway-unleashes-stacked-lineup-featuring-kygo-illenium-madeon-sofi-tukker-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b099f58b14f756db332a895be57b897","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIQYRFEGi/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEBAQEAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwCZxzD2uYtvIw0jy3tkqtciRFiji7TZVQNt2CB6GjWdTDECVwIcgQGOzNH2filKSlPMchR3f//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"D1aps1rsS","title":"No, Utility Classes Aren?t the Same As Inline Styles","shortId":"D1aps1rsS","createdAt":"2021-05-18T17:13:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022633,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T22:00:00.000Z","url":"https://frontstuff.io/no-utility-classes-arent-the-same-as-inline-styles","canonicalUrl":"https://frontstuff.io/no-utility-classes-arent-the-same-as-inline-styles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dac8611fd97a7b1ace82ebe71946e80","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEEEhMhMcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0XiMGex025PFbnDS2U0KJHlqm0AAAXQ47REH/9k=","siteTwitter":"@frontstuff_io","creatorTwitter":"@frontstuff_io","readTime":11,"description":null,"toc":null,"summary":null},{"id":"KVtAy3Ccx","title":"LA County Medical Examiner determines natural causes in i_o’s death","shortId":"KVtAy3Ccx","createdAt":"2021-05-18T17:11:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:04:13.000Z","url":"https://dancingastronaut.com/2021/05/la-county-medical-examiner-determines-natural-causes-in-i_os-death/","canonicalUrl":"https://dancingastronaut.com/2021/05/la-county-medical-examiner-determines-natural-causes-in-i_os-death/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01a802dbacf6be32569a2094d11cfdc2","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADIQIEERITQYGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEC/9oADAMBAAIRAxEAPwDBbZtg2tYcA3ME6piIHqiw3yK89IiLhQ51v//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"T0y_V2kp0","title":"Windows 10 May 2021 Update now available, designed to improve remote work","shortId":"T0y_V2kp0","createdAt":"2021-05-18T17:06:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022626,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:04:40.000Z","url":"https://www.theverge.com/2021/5/18/22442134/microsoft-windows-10-may-2021-update-remote-work-features","canonicalUrl":"https://www.theverge.com/2021/5/18/22442134/microsoft-windows-10-may-2021-update-remote-work-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9bfba2509cfbd50499d8356fcff3c1ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAwIRACESMWGR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8AjwdCCHLkhbJsri2RPJdbNUa30bB8Vg3Z2fQ+YxlLrEg8f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yYbwo7Zu-","title":"AT&T Is Spinning Off WarnerMedia to Focus on Telecoms Again","shortId":"yYbwo7Zu-","createdAt":"2021-05-18T17:01:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022621,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:55:00.000Z","url":"https://arstechnica.com/tech-policy/2021/05/att-to-spin-off-warnermedia-will-try-to-act-like-a-telecom-company-again/","canonicalUrl":"https://arstechnica.com/tech-policy/2021/05/att-to-spin-off-warnermedia-will-try-to-act-like-a-telecom-company-again/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38227eef143f7b6bb362f8eaf3c72a66","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMCBwAAAAAAAAAAAAABAgMRAAUSBhMEByEiUXGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABwRAAEEAwEAAAAAAAAAAAAAAAIAAQMhEVHBcf/aAAwDAQACEQMRAD8AnXbXN1VxzjzjqlOMqSSQR1y8SCRHs1bPMvUDJ29+cO2clCY+0pSkoQxrroRWZ+8Zf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BSTBXN1n_","title":"Why is the King James Bible so popular?","shortId":"BSTBXN1n_","createdAt":"2021-05-16T11:14:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27019394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:00:47.000Z","url":"https://www.livescience.com/why-king-james-bible.html","canonicalUrl":"https://www.livescience.com/why-king-james-bible.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1bccea3ad9ed73a3134d86c8c2606082","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFBhESEyExMlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAeEQEAAQIHAAAAAAAAAAAAAAABAgCxAwQFERIxYf/aAAwDAQACEQMRAD8A259f7k1j+HriSlwH5JJddigAlCE+H0HXqPdSkZQ85IdXwsjcoq04wO5pSp9SiGGJ3yS1LLzWW3hdr//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"w9vC9hU7L","title":"6 Productivity Apps that will Instantly Improve Your Work","shortId":"w9vC9hU7L","createdAt":"2021-05-18T16:20:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022580,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:50:17.000Z","url":"https://www.hyperinbox.app/blog/6-productivity-apps-that-improve-your-work/","canonicalUrl":"https://www.hyperinbox.app/blog/6-productivity-apps-that-improve-your-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d88139f45f176b447d8cc6a7f9133aa4","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgYhBTFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDdtwa3Xl93yBPJXrzSxGKKB32SEEDIXbIAOoOMe891Sa1jDEbTjv7pSopszl//2Q==","siteTwitter":"@hyperinboxapp","creatorTwitter":"@_chrischae","readTime":5,"description":null,"toc":null,"summary":null},{"id":"2PE0jZ3E9","title":"TikTok is helping games about high heels and long nails go viral","shortId":"2PE0jZ3E9","createdAt":"2021-05-18T16:07:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022567,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:01:52.000Z","url":"https://www.theverge.com/2021/5/18/22440209/tiktok-baddie-games-high-heels-nail-woman","canonicalUrl":"https://www.theverge.com/2021/5/18/22440209/tiktok-baddie-games-high-heels-nail-woman","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1e7c2859ccf23adbdb009f3e961995c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAQIAAxESISJR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABoRAAICAwAAAAAAAAAAAAAAAAACIYEBA8H/2gAMAwEAAhEDEQA/ANLF6mZyde0PJsdMDICmagDs226OvYiI1hs0GWnWt8P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DNkMw5aRo","title":"UX Design Doesn?t End With Your Website","shortId":"DNkMw5aRo","createdAt":"2021-05-18T16:06:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022566,"tagsStr":"webdev,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:00:00.000Z","url":"https://www.webdesignerdepot.com/2021/05/ux-design-doesnt-end-with-your-website/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/ux-design-doesnt-end-with-your-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d618f02f382c4f6b1bde63aa3ccf6854","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgICAgMAAAAAAAAAAAABAgMEAAURIQYiMUFi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADEiGB/9oADAMBAAIRAxEAPwCtg227seTVkvXia1ud45DC5R1KL6kcdHosD8fRyY2Og8qOwtFtlVZjK3JMz8ns/jGMnM7ZcjlrUjYn/9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"WQcJWrRZZ","title":"Halide’s iPad camera app is here to recklessly promote tablet photography","shortId":"WQcJWrRZZ","createdAt":"2021-05-18T16:06:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022566,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22441757/halide-ipad-camera-app-tablet-photography-raw-controls-price-release-date","canonicalUrl":"https://www.theverge.com/2021/5/18/22441757/halide-ipad-camera-app-tablet-photography-raw-controls-price-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce611a186c65c0869b689ed2b59ef479","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQAEEgUGFSEx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Az75FZu2ema21qxTQ6rSogoK1uLvkBZo+wCSMmHHF2X7RrGMLX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_rjMT5UXl","title":"Can Chris Paul Lead the Phoenix Suns to a Championship?","shortId":"_rjMT5UXl","createdAt":"2021-05-18T15:44:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022544,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:38:12.000Z","url":"https://www.theringer.com/video/2021/5/18/22441315/can-chris-paul-lead-phoenix-suns-to-championship","canonicalUrl":"https://www.theringer.com/video/2021/5/18/22441315/can-chris-paul-lead-phoenix-suns-to-championship","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01c5fe8109be907ed50cc019604925b9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQIHAAMAAAAAAAAAAAAAAQIDAAQFBhESIQcxYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQABBAMAAAAAAAAAAAAAAAACAAEEIRFRYf/aAAwDAQACEQMRAD8AgfGVtU+s27X3JtCjMqGrboURoRtg4B71OcfYzhqWSWkEnpA9QhCo1medp52wtxf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"NkgWROnaP","title":"Is This Finally the Year for Giannis and the Bucks?","shortId":"NkgWROnaP","createdAt":"2021-05-18T15:37:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022537,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:27:59.000Z","url":"https://www.theringer.com/video/2021/5/18/22441208/is-this-finally-the-year-for-giannis-antetokounmpo-milwaukee-bucks","canonicalUrl":"https://www.theringer.com/video/2021/5/18/22441208/is-this-finally-the-year-for-giannis-antetokounmpo-milwaukee-bucks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5809860870aef5003bcb5a10ee2766a7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgQAAxESBiEFQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMEIdEx/9oADAMBAAIRAxEAPwCA47B8bJ4zevSYCXJSgql3cgjU9dfRmol1V3Z8a7HOB6pSoFOzBy0VaqiB6Odn/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"a5A3ka855","title":"Albert Einstein's lost letter to British engineer suggests 'unknown physics' in animal behavior","shortId":"a5A3ka855","createdAt":"2021-05-18T15:35:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022535,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:16:41.000Z","url":"https://www.livescience.com/albert-einstein-letter-unknown-physics-animal-behavior.html","canonicalUrl":"https://www.livescience.com/albert-einstein-letter-unknown-physics-animal-behavior.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f96c33bf94b657796545113fe6832ae4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYhURUiMTJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJpcu+3XTs2eJzLUVLQeLaW8KCfiQcceTyNsVhusS09pkPZG3tSlB//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BvkZnOcue","title":"Hurricane Sandy was much worse because of climate change, study finds","shortId":"BvkZnOcue","createdAt":"2021-05-18T15:09:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022509,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22436902/hurricane-sandy-climate-change-sea-level-rise-damages-study","canonicalUrl":"https://www.theverge.com/2021/5/18/22436902/hurricane-sandy-climate-change-sea-level-rise-damages-study","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5e64f900c8930b61d4dc362f9ddd3bf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBQYSIRUxUVLh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABIQL/2gAMAwEAAhEDEQA/AJOtdY9Texwdx6EXbm23TcBySgbiZgp5PceOaya8sNxhgxPv8pSi3WIoj//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"UV5_4DDds","title":"USPSTF lowers starting age for colon cancer screening","shortId":"UV5_4DDds","createdAt":"2021-05-18T15:07:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022507,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132417&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132417","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20e910416050a950223aea936c508588","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACQQAAECBAUFAAAAAAAAAAAAAAECAwAEBhIFBxEhQSIyUXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQABAwUBAAAAAAAAAAAAAAABAAMRAgQSUmHh/9oADAMBAAIRAxEAPwCFXlvSuOSzM5TdRSgmFAEt3C0q56FEKTv8hC5lpIhxQXjrNwJ17Rv61jNFEhskEg3cQHU+YDCrZVDcMgSW5nvi/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"x_gNoWvfi","title":"Storm ‘Price Tags’ Could Reveal the Cost of Global Warming","shortId":"x_gNoWvfi","createdAt":"2021-05-18T15:04:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022504,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.wired.com/story/hurricane-price-tags-could-reveal-the-cost-of-global-warming/","canonicalUrl":"https://www.wired.com/story/hurricane-price-tags-could-reveal-the-cost-of-global-warming/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/720d469f0b17d29475e0141ecc4f3b38","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAQEBAAAAAAAAAAAAAgMBBBEAMQUS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREx/9oADAMBAAIRAxEAPwDMLH1qaXqo3PlLuU06JAxxCRjA4MSQ5mYPmedLXsrYhZik1iQxMAD2fkYmPI2fI5zkUK9P/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ri_WhZIuV","title":"Grand Theft Auto V is coming to the PS5 and Xbox Series X in November","shortId":"ri_WhZIuV","createdAt":"2021-05-18T14:37:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022477,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:30:19.000Z","url":"https://www.theverge.com/2021/5/18/22441925/grand-theft-auto-5-gta-online-ps5-xbox-series-x-release-date","canonicalUrl":"https://www.theverge.com/2021/5/18/22441925/grand-theft-auto-5-gta-online-ps5-xbox-series-x-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f6c87c7a2d89b1b1aaf4cd73af71b7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQRIRIi0f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEVH/2gAMAwEAAhEDEQA/AM/nPyEFZD+oTXiBzkmldliK5t6w30H7ERqp9JlKw//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"4A8mPeZ5D","title":"Deepfake dubs could help translate film and TV without losing an actor’s original performance","shortId":"4A8mPeZ5D","createdAt":"2021-05-18T14:21:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022461,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:13:51.000Z","url":"https://www.theverge.com/2021/5/18/22430340/deepfake-dubs-dubbing-film-tv-flawless-startup","canonicalUrl":"https://www.theverge.com/2021/5/18/22430340/deepfake-dubs-dubbing-film-tv-flawless-startup","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f79a579dc79f6ed32b1808c00917015","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIAAwQRBQcxUnGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAISIv/aAAwDAQACEQMRAD8Awvb24NCpqDlVqB7V0IbzPMg5HUfIiEOmoYroX//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"d0RHnG6gz","title":"Spotify will auto-transcribe podcasts over the coming weeks","shortId":"d0RHnG6gz","createdAt":"2021-05-18T14:07:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022447,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:05:26.000Z","url":"https://www.theverge.com/2021/5/18/22441886/spotify-podcast-transcription-accessbility-app-update","canonicalUrl":"https://www.theverge.com/2021/5/18/22441886/spotify-podcast-transcription-accessbility-app-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2475650297c6bad9509a6dc6cf0ba3f","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAgMAAQQFIQYHNXOx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIRAwQhUbH/2gAMAwEAAhEDEQA/AJbvOwbTI8uM7s2LZlFGCyHS9t1SbJxnjrX1B8pEQUzIyqLlga+BocX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0OWuXFJse","title":"Ford F-150 Lightning: what to expect from the automaker’s first electric pickup truck","shortId":"0OWuXFJse","createdAt":"2021-05-18T14:02:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022442,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22441793/ford-f150-lightning-announcement-rumors-specs-details","canonicalUrl":"https://www.theverge.com/2021/5/18/22441793/ford-f150-lightning-announcement-rumors-specs-details","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b976c9a76737178225acb7bad41d808","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxABAAICAwAAAAAAAAAAAAAAAQACAxESUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ay0ta3xnAQDfslY1ZOmIgf//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"vF_kL46se","title":"HTML vs JSX – What's the Difference?","shortId":"vF_kL46se","createdAt":"2021-05-17T21:16:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":656,"score":27022440,"tagsStr":"react,javascript,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-18T06:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:11:58.000Z","url":"https://www.freecodecamp.org/news/html-vs-jsx-whats-the-difference/","canonicalUrl":"https://www.freecodecamp.org/news/html-vs-jsx-whats-the-difference/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/65d67fb455895cbbe4cf5a1adcd8fe75","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAARIQUTFCIxUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAhMhQWGR/9oADAMBAAIRAxEAPwDQ6U7fUSSniMhideyLlJon3TfKRVrCRIr3XdgACxRdz78YxhKCVlgn1Ja4j//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@koladechris","readTime":5,"description":null,"toc":null,"summary":null},{"id":"oM4ipxazO","title":"Nvidia is nerfing new RTX 3080 and 3070 cards for Ethereum cryptocurrency mining","shortId":"oM4ipxazO","createdAt":"2021-05-18T13:49:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022429,"tagsStr":"hardware,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:41:18.000Z","url":"https://www.theverge.com/2021/5/18/22441847/nvidia-rtx-3080-3070-ethereum-mining-drivers-limit-cryptocurrency","canonicalUrl":"https://www.theverge.com/2021/5/18/22441847/nvidia-rtx-3080-3070-ethereum-mining-drivers-limit-cryptocurrency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bae644852133a5da34389bfefc6f9c5d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMSBSERcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQADAQAAAAAAAAAAAAAAAAEAEjEC/9oADAMBAAIRAxEAPwDCanJ56+W1VsM1ktiLK7kAqdfXf2T41I8lezERbp1kqGT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"J9_YYappl","title":"Apple’s redesigned MacBook Pros with next-gen in-house chips could arrive early this summer","shortId":"J9_YYappl","createdAt":"2021-05-18T13:34:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022414,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:31:55.000Z","url":"https://www.theverge.com/2021/5/18/22441805/apple-macbook-pro-2021-redesign-chip-magsafe-sd-card-slot-hdmi-port","canonicalUrl":"https://www.theverge.com/2021/5/18/22441805/apple-macbook-pro-2021-redesign-chip-magsafe-sd-card-slot-hdmi-port","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7bde63c41823be00ebf930ba22ff0809","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMEABEFEiExQVHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDERMhwf/aAAwDAQACEQMRAD8Al/FX5ZLVeowAjsq0bGMlCFKnfjQ9fMny8MrAETkA99dP7jGFLK8nZVBibKAHi6vi/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fgaVuUzvb","title":"You can get a new, unlocked iPhone 11 Pro for 23 percent off at Woot","shortId":"fgaVuUzvb","createdAt":"2021-05-18T13:14:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022394,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:08:58.000Z","url":"https://www.theverge.com/good-deals/2021/5/18/22441752/apple-iphone-11-pro-google-pixel-3-xl-xbox-gift-card-asus-chromebook-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/18/22441752/apple-iphone-11-pro-google-pixel-3-xl-xbox-gift-card-asus-chromebook-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07f1e458cde58d7ffe55480db201c7ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAwURBBIhMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAxQf/aAAwDAQACEQMRAD8AzltballnUNa4gZcDg9jhRTWMhmkJaM7j6URDwmNb/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"A91gSkjpFx","title":"Google I/O 2021: rumors, news, and announcements","shortId":"A91gSkjpFx","createdAt":"2021-05-18T13:10:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022390,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:05:47.000Z","url":"https://www.theverge.com/22432922/google-io-2021-rumors-news-announcements","canonicalUrl":"https://www.theverge.com/22432922/google-io-2021-rumors-news-announcements","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0087229a19005390266a8fe268a2bb5c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFEiQxgZLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRISIx/9oADAMBAAIRAxEAPwDFsVkrFud0ZjqAhu+zoS7rypjs/NseNW9D9RFEtcoUr6f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ye6Wfgwl7","title":"World's oldest cave art, including famous hand stencils, being erased by climate change","shortId":"ye6Wfgwl7","createdAt":"2021-05-18T13:06:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022386,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:56:52.000Z","url":"https://www.livescience.com/climate-change-ruining-oldest-cave-art.html","canonicalUrl":"https://www.livescience.com/climate-change-ruining-oldest-cave-art.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c0cc3ef57eb70880013765deffeae8f","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEIQUiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQADAQAAAAAAAAAAAAAAAAAAASEC/9oADAMBAAIRAxEAPwCLyLyQa5hEje1MCOdH28xm24HYszbIZjZAYVeMYTTohKH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oEpRXfLu9N","title":"Luxury Fashion Brands Turn to Gaming to Attract New Buyers","shortId":"oEpRXfLu9N","createdAt":"2021-05-18T13:03:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022383,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:00:00.000Z","url":"https://www.wired.com/story/luxury-fashion-brands-video-games-shopping/","canonicalUrl":"https://www.wired.com/story/luxury-fashion-brands-video-games-shopping/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80b67c4e8e64a0d19e483fea024472f3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAAFEgYRMRMUISJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAeEQACAgAHAAAAAAAAAAAAAAABAgADBBEhQWGx8P/aAAwDAQACEQMRAD8Aw0PXFws7sM7ePTmliRPZ+uSoo5ICIicFxwv2qE964HOkE/NBx0nCUz7ZtMi38rttSlUuBrW92NnG5HUFoCkZD2k//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"NnmPxRi1Y","title":"The Case for Using MDMA to Help Heal Victims of Trauma","shortId":"NnmPxRi1Y","createdAt":"2021-05-18T13:03:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022383,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:00:00.000Z","url":"https://www.wired.com/story/opinon-using-mdma-to-help-heal-victims-of-trauma/","canonicalUrl":"https://www.wired.com/story/opinon-using-mdma-to-help-heal-victims-of-trauma/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70fc9621fcda250a2f163ae2b30637ab","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAQFBhESIRQxcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDDtLakTYY23tThMW9qi6XktRGTJ8oS6JIO4G/XyokehSlB/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"vitb0uVKT","title":"Apple’s new iMac brings M1 goodness to the desktop","shortId":"vitb0uVKT","createdAt":"2021-05-18T13:02:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022382,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:00:00.000Z","url":"https://www.theverge.com/22440059/apple-imac-m1-2021-24-review","canonicalUrl":"https://www.theverge.com/22440059/apple-imac-m1-2021-24-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5839f7092c16e1c3c8de9b2cccbaa6bc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAREiEFBiJS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgARAyFB/9oADAMBAAIRAxEAPwDK9UZ7ktHz7WLMTwqsxgik4huHxotrfYO8inOK9SCFalIrGioCUfvQ1+sYwMrF6DcEqU6uf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NkgU7v8JK","title":"Milky Way lights up Guiana spaceport in stunning time-lapse video","shortId":"NkgU7v8JK","createdAt":"2021-05-18T12:52:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022372,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:28:52.000Z","url":"https://www.livescience.com/guiana-spaceport-ariane-6-milky-way-timelapse-video","canonicalUrl":"https://www.space.com/guiana-spaceport-ariane-6-milky-way-timelapse-video","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0af9a9591a202fe16384d2d2d9725c2a","ratio":1.77514792899408,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDEQAEEiEFBhPR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEQT/2gAMAwEAAhEDEQA/AMa6zZsr6zzHtasvOJS2pt1ROTWyTiI3IEGpQsuNUMpuBO4wT9pSm1iAMlHhrWwsGGz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JwBcKm02H","title":"Cole Cuchna From ‘Dissect’ on J. Cole’s ‘The Off-Season.’ Plus: Saweetie.","shortId":"JwBcKm02H","createdAt":"2021-05-18T12:41:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:14:46.000Z","url":"https://www.theringer.com/2021/5/18/22441765/cole-cuchna-from-dissect-on-j-coles-the-off-season-plus-saweetie","canonicalUrl":"https://www.theringer.com/2021/5/18/22441765/cole-cuchna-from-dissect-on-j-coles-the-off-season-plus-saweetie","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69c2b58346b55a391795da05d56976ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRIQUSMUFRof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEhFB/9oADAMBAAIRAxEAPwDK3WC25+54maBZw4ISQ6VOlC207Mc+z4FTyW10JHC30irk4AXQ+0pQrHZeER9CB9a8n//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mx6cjlXnG","title":"The Real Bill Gates and Understanding the Conflict in Gaza","shortId":"mx6cjlXnG","createdAt":"2021-05-18T12:41:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:35:08.000Z","url":"https://www.theringer.com/2021/5/18/22441777/real-bill-gates-understanding-conflict-in-gaza","canonicalUrl":"https://www.theringer.com/2021/5/18/22441777/real-bill-gates-understanding-conflict-in-gaza","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52ec78460837f75a76dd39a105ca2f55","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAIQUSBiNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAcEQABBQADAAAAAAAAAAAAAAARAAECAwQhMfD/2gAMAwEAAhEDEQA/AMyvnuRhRJQZfAciuhJUEinPZRsfNa1kJnkPKvzH3m5imkOOKWlHRJ6gm6ut1jGHDXGdZkx5dUD56z14L//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Hyxv2ylsS","title":"'Library of the Great Silence' invites E.T. to share long-term survival strategies","shortId":"Hyxv2ylsS","createdAt":"2021-05-18T12:39:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:25:16.000Z","url":"https://www.livescience.com/library-of-great-silence-aliens-fermi-paradox.html","canonicalUrl":"https://www.space.com/library-of-great-silence-aliens-fermi-paradox","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d41d0ca70d33c75c93d67cf3fc97f54d","ratio":1.49625935162095,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAwEAAwAAAAAAAAAAAAAAAAECAxESQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzDFZrHWblO3x1fqIAEj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"IecVCXdGY","title":"Matomo 4.3.0 – etliche Tickets geschlossen","shortId":"IecVCXdGY","createdAt":"2021-05-18T12:32:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022352,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:09:34.000Z","url":"https://www.bitblokes.de/matomo-4-3-0-etliche-tickets-geschlossen/","canonicalUrl":"https://www.bitblokes.de/matomo-4-3-0-etliche-tickets-geschlossen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"V7Y3GV7Yq","title":"Top Five Movie Twists and Bill Simmons on ‘Those Who Wish Me Dead’","shortId":"V7Y3GV7Yq","createdAt":"2021-05-18T12:25:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:18:23.000Z","url":"https://www.theringer.com/2021/5/18/22441546/top-five-movie-twists-and-bill-simmons-on-those-who-wish-me-dead","canonicalUrl":"https://www.theringer.com/2021/5/18/22441546/top-five-movie-twists-and-bill-simmons-on-those-who-wish-me-dead","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c9f0be61a0f6be4ba097b98180bdb9a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAQUBAQEAAAAAAAAAAAAAAQACBBEhA2GR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDP8ONxdHfTKBAO6c9UZg8rOD4iIct6MpcP/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YXM_mjUCK","title":"The Internet’s Shrek Obsession Will Live on Forever","shortId":"YXM_mjUCK","createdAt":"2021-05-18T12:24:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:19:44.000Z","url":"https://www.theringer.com/movies/2021/5/18/22441492/shrek-internet-obsession-meme-fodder-movie-anniversary","canonicalUrl":"https://www.theringer.com/movies/2021/5/18/22441492/shrek-internet-obsession-meme-fodder-movie-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78946b811dd3f9f86c70adc0ced0d51a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwURIRIE/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADBREhQZHB/9oADAMBAAIRAxEAPwDfZi/xnMH86qwW4Wb05GvI5yVcVs7E1jp3ESMgkKuh49MDy1j0pS1ZILLv2Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"8JqSMSCfs","title":"Fragments of a winter morning - Dhaka","shortId":"8JqSMSCfs","createdAt":"2021-05-18T12:21:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27022341,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/119659907/Fragments-of-a-winter-morning-Dhaka","canonicalUrl":"https://www.behance.net/gallery/119659907/Fragments-of-a-winter-morning-Dhaka","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6c1e34865264515fb959f3984a9710b","ratio":0.675024108003857,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgX/xAAkEAACAAUDBAMAAAAAAAAAAAABAgADBAURBiExEhMlQVJh8P/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEFCEy/9oADAMBAAIRAxEAPwApedYTLjLKq6Bpg6mQvj9xAx7mpdiZBJz8oni91wr5TKc0ksAAMiNt753xmFC6qo8DxNEfvtDeDY7JpBECwr9mf//Z","siteTwitter":"@behance","creatorTwitter":"@AshrafulArefin_","readTime":null,"description":null,"toc":null,"summary":null},{"id":"CbpUCJ1C8","title":"Respectfully Discussing the Best Yuca Recipes","shortId":"CbpUCJ1C8","createdAt":"2021-05-18T12:17:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022337,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:16:57.000Z","url":"https://www.theringer.com/2021/5/18/22441766/respectfully-discussing-the-best-yuca-recipes","canonicalUrl":"https://www.theringer.com/2021/5/18/22441766/respectfully-discussing-the-best-yuca-recipes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61405a8cbe4cd5a9f28a016963fe5568","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwUREgQhMUGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB8RAAEDAwUAAAAAAAAAAAAAAAIBAxEABAUhI1Fxwf/aAAwDAQACEQMRAD8AtYOtr8AzpfdS1bNyCsCrjzogjXvUyt3T1La6lriQxG+Y7/IiF8XuG+ppMFx3TG4ImLhRaWE18r//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"pB6jNpID_","title":"Cole Cucha From ‘Dissect’ on J. Cole’s ‘The Off-Season.’ Plus: Saweetie.","shortId":"pB6jNpID_","createdAt":"2021-05-18T12:17:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022337,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:14:46.000Z","url":"https://www.theringer.com/2021/5/18/22441765/cole-cucha-from-dissect-on-j-coles-the-off-season-plus-saweetie","canonicalUrl":"https://www.theringer.com/2021/5/18/22441765/cole-cucha-from-dissect-on-j-coles-the-off-season-plus-saweetie","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69c2b58346b55a391795da05d56976ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRIQUSMUFRof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEhFB/9oADAMBAAIRAxEAPwDK3WC25+54maBZw4ISQ6VOlC207Mc+z4FTyW10JHC30irk4AXQ+0pQrHZeER9CB9a8n//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bGOBEbPOX","title":"Online Dating Apps Are Actually Kind of a Disaster","shortId":"bGOBEbPOX","createdAt":"2021-05-18T12:09:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022329,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T08:00:00.000Z","url":"https://www.wired.com/story/online-dating-apps-are-a-disaster/","canonicalUrl":"https://www.wired.com/story/online-dating-apps-are-a-disaster/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a256fccb0c1f0713ea95b11a3d57e67","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAlEAABAgUBCQAAAAAAAAAAAAABAgMABAURIiESExQWMTJBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AlZGdfptQpNNYdd4PflLSdqxbBsevk92vo/IvuZplvBCMU4i6ydBCETAJ0qBf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WQAbdN9Sh","title":"How to watch the Google I/O 2021 keynote","shortId":"WQAbdN9Sh","createdAt":"2021-05-18T12:05:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022325,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22434772/google-io-live-stream-watch-time-android-12-pixel-5a","canonicalUrl":"https://www.theverge.com/2021/5/18/22434772/google-io-live-stream-watch-time-android-12-pixel-5a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09537bb21ea6e5fe6028bc865db8d18f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABBCERAhIxQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRQf/aAAwDAQACEQMRAD8AwKLPACFOiEgjKY+xxyHfGoV9Vf1ubypr9RE5lLWul8H/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0VUwx2vM4","title":"Kafka Summit Europe 2021 Recap","shortId":"0VUwx2vM4","createdAt":"2021-05-18T05:46:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"conf","views":21,"score":27022286,"tagsStr":"cloud,kubernetes,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T05:32:31.000Z","url":"https://www.confluent.io/blog/highlights-from-kafka-summit-europe-2021/","canonicalUrl":"https://www.confluent.io/blog/highlights-from-kafka-summit-europe-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Fe3EcuF1o","title":"The WarnerMedia-Discovery Deal Changes Everything for Streaming","shortId":"Fe3EcuF1o","createdAt":"2021-05-18T11:19:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022279,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:15:14.000Z","url":"https://www.theringer.com/tv/2021/5/18/22441413/warnermedia-discovery-merger-streaming-hbo-max","canonicalUrl":"https://www.theringer.com/tv/2021/5/18/22441413/warnermedia-discovery-merger-streaming-hbo-max","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/256d23ce9505ef40c030c119f9b25bec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBREAMQQGExQhYv/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxEBAAICAwAAAAAAAAAAAAAAAQADAgQRUdH/2gAMAwEAAhEDEQA/ANL6ncYXFTqPGR32WyQ9Sbv1R1Y3W8sIFpRg44qdWSeM2Sb+RjGS26GVNXPXkaKLP//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"RvrWvDR6K","title":"Female mice that lose a male partner are wary of taking a new one","shortId":"RvrWvDR6K","createdAt":"2021-05-18T11:09:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27022269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2277670-female-mice-that-lose-a-male-partner-are-wary-of-taking-a-new-one/","canonicalUrl":"https://www.newscientist.com/article/2277670-female-mice-that-lose-a-male-partner-are-wary-of-taking-a-new-one/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd8c6a0ecc51e98e48015736f386bfa7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMRAAQhBQYSEyMxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQADBBICERP/2gAMAwEAAhEDEQA/AIdQcumr0t6hbhC1qT4u2UiczImMk+s5NWN7Yb608LVjjAiH3AI+UpQpGfICoVKO2Hd2X//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AQrORLd_N","title":"To Observe the Muon Is to Experience Hints of Immortality","shortId":"AQrORLd_N","createdAt":"2021-05-18T11:07:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022267,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T07:00:00.000Z","url":"https://www.wired.com/story/muon-observation-particle-physics/","canonicalUrl":"https://www.wired.com/story/muon-observation-particle-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd40a7229c4cbff324efab315ec3b9f7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEEiJBYRMU4f/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAdEQEAAQMFAAAAAAAAAAAAAAACBAABAxEhMdHw/9oADAMBAAIRAxEAPwDfi5LJsXNinh8jgBTyRe6g3i9pFiiO1f0Ry8HvT9RENmK5J09saXRWhIyk8W7Vf//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"bx8K85moJ","title":"Rare silver coin portraying King Charles I discovered in a field in Maryland","shortId":"bx8K85moJ","createdAt":"2021-05-18T11:06:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.livescience.com/rare-silver-coin-english-civil-war-maryland-fort.html","canonicalUrl":"https://www.livescience.com/rare-silver-coin-english-civil-war-maryland-fort.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cae399a8181b894bc8fc94c7126559f7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECBAURBiIDEiExgf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDDMNmMZY4rOtZyEW+keZBm3cF101pJWZ2mlebK79CJ+AAD/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"J044q7QcG","title":"Mysterious neurological symptoms are appearing in US diplomats and spies around the world","shortId":"J044q7QcG","createdAt":"2021-05-18T11:06:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.livescience.com/cia-brain-ailment-widespread-havana-syndrome.html","canonicalUrl":"https://www.livescience.com/cia-brain-ailment-widespread-havana-syndrome.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ea0022a0fe57531d051d02e9c2aa753","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgEEAwAAAAAAAAAAAAABAgADBAUREjEiQeH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMEESES/9oADAMBAAIRAxEAPwC9RRjpjmu5MdbnXi4qQ+Xrs9SC+maYrsrUMGB2I5/IiT6M29R6DnsTbh0MdMg5P//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nUxUoWq1O","title":"Strange single-celled life-form has a truly bizarre genome","shortId":"nUxUoWq1O","createdAt":"2021-05-18T11:06:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:24.000Z","url":"https://www.livescience.com/dinoflagellate-genome-structure.html","canonicalUrl":"https://www.livescience.com/dinoflagellate-genome-structure.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b388eafd0a451746595766256bd55c6","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEIQUSYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREAAwADAAAAAAAAAAAAAAAAAAIyA0Hw/9oADAMBAAIRAxEAPwDbeRRktorQe72tilnZQud718l444AA2IlmO27QXlT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"79F0zYFjV","title":"Photos: 10 extraordinary ocean worlds in our solar system","shortId":"79F0zYFjV","createdAt":"2021-05-18T11:06:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022266,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.livescience.com/ocean-worlds-in-the-solar-system.html","canonicalUrl":"https://www.livescience.com/ocean-worlds-in-the-solar-system.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/393424027cd4bd5c86969838a3774773","ratio":1.50367107195301,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAAIDEQQxBRIGISL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAEFAQAAAAAAAAAAAAAAAAIAAQMEEQX/2gAMAwEAAhEDEQA/AIV3i7ZuOkljyC+WWI/N10ApxOvetKJfwsnY1kxkXuiiJkfSsFukp71wBsFf/9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"uW4I5MwPU","title":"Gogoro is joining the battery swapping revolution in China","shortId":"uW4I5MwPU","createdAt":"2021-05-18T11:05:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022265,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22440780/gogoro-china-electric-scooters-battery-swap-dcj-yadea","canonicalUrl":"https://www.theverge.com/2021/5/18/22440780/gogoro-china-electric-scooters-battery-swap-dcj-yadea","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/35f3fe40d5283c9241ba1749bce4e0f1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACBAMFEQcSITEGE0H/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB0RAAAFBQAAAAAAAAAAAAAAAAABAgMREiFBUdH/2gAMAwEAAhEDEQA/AJNRL9c7P48ZUeSXSKso0N7gSW5YDu5PfH1ZhmpF4cxpFKIMjOPX0iKVlpB1SWeBOXJM6H//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2gBD6SOn8","title":"Crystal Skies share orchestrally laced album single alongside Danny Olson, Jadelyn—stream ‘Like Water’","shortId":"2gBD6SOn8","createdAt":"2021-05-18T11:01:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022261,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/crystal-skies-share-orchestrally-laced-album-single-alongside-danny-olson-jadelyn-stream-like-water/","canonicalUrl":"https://dancingastronaut.com/2021/05/crystal-skies-share-orchestrally-laced-album-single-alongside-danny-olson-jadelyn-stream-like-water/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e95426798a35d30c5e5e7d07899299f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQGEQUhYRJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Ayjh7jHoLziHleULAhN4fg7ldidhfFXQ97qxOR4EpIjw+J0HSs0rbYfhPVKUmg2H/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VQaUa46_m","title":"Hey Now: The Massive Footprint of the ‘Shrek’ Soundtrack","shortId":"VQaUa46_m","createdAt":"2021-05-18T10:34:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022234,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:30:00.000Z","url":"https://www.theringer.com/movies/2021/5/18/22441409/shrek-soundtrack-legacy-all-star-hallelujah","canonicalUrl":"https://www.theringer.com/movies/2021/5/18/22441409/shrek-soundtrack-legacy-all-star-hallelujah","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45c18ababeace21181fa521804de12c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwQCAwEAAAAAAAAAAAABAgMEAAUGERIhByIjMf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIDAAQhMVEy/9oADAMBAAIRAxEAPwCWHmMa9WG85Mu0Fl2yuKSzHTLVxXxAPtoD95HfVVxvKUB+M08caKS4gLIE7obG+vnSlNkzCWbJ9dPBUl7SFgAVGNV//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"lR7HC_KAE","title":"Who needs Super Nintendo World when an English town looks like this?","shortId":"lR7HC_KAE","createdAt":"2021-05-18T10:33:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022233,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:30:50.000Z","url":"https://www.theverge.com/tldr/2021/5/18/22441685/walsall-town-center-super-mario-green-plant-pots","canonicalUrl":"https://www.theverge.com/tldr/2021/5/18/22441685/walsall-town-center-super-mario-green-plant-pots","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/607912d479f7367d63a5f9925aa7277b","ratio":1.90993788819876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAACAwERABIEBSEGMf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAgMBAQEAAAAAAAAAAAAAAQIDBBEAUdH/2gAMAwEAAhEDEQA/AJWOqHq+QtCOQ6GEBkxozUlr7FXdfmT4fR8lwC22hvG2oumov2oxjJ9QmRnDHcP3jUrUwaRQ5wH09//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AaynkVMd6","title":"Let Saweetie Take You Into Her Diabolically Genius Culinary World","shortId":"AaynkVMd6","createdAt":"2021-05-18T10:27:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:20:00.000Z","url":"https://www.theringer.com/2021/5/18/22441239/saweetie-interview-recipes-cookbook","canonicalUrl":"https://www.theringer.com/2021/5/18/22441239/saweetie-interview-recipes-cookbook","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73cff1d0ec169d67367a63485069b47b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgEEBREAAxIxFP/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRMbH/2gAMAwEAAhEDEQA/ANLOScxs/DRLcg+KQLcW5CGyQhJVtC9S7rLjSHRWmntxsIuBta9WsYyJvctj1Me6Ppg1qD0T/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"5xZ-dGA46","title":"A Lakers Title Run Would Be Unprecedented, Plus More Play-in Odds and Ends","shortId":"5xZ-dGA46","createdAt":"2021-05-18T10:10:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022210,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:10:00.000Z","url":"https://www.theringer.com/nba/2021/5/18/22441173/nba-play-in-tournament-playoffs-los-angeles-lakers","canonicalUrl":"https://www.theringer.com/nba/2021/5/18/22441173/nba-play-in-tournament-playoffs-los-angeles-lakers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55169c36c0576c665015e0153215c055","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAQMFAQEAAAAAAAAAAAAAAwECBAAFETFhIRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMTIUH/2gAMAwEAAhEDEQA/ALuBXjmjEdynC8vjHYT53pU9xzlbGDdGNhR2pEHhBtTfKUoxIOSk1jEbM//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"WsNWIryPJ","title":"Cash Cash deliver euphonious ear candy on ‘Say It Like You Feel It’","shortId":"WsNWIryPJ","createdAt":"2021-05-18T10:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022208,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/cash-cash-deliver-euphonious-ear-candy-on-say-it-like-you-mean-it/","canonicalUrl":"https://dancingastronaut.com/2021/05/cash-cash-deliver-euphonious-ear-candy-on-say-it-like-you-mean-it/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb4b511f8611a32f5f2ccf8297c35847","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQIFBQAAAAAAAAAAAAACAwEAEQQFBxJBBhMUMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwCN6L1NxWX5SKn7vGQL5WC4jdYgiFjPFhKL/b1MN1GWxhm/DLNxTMmXamNxcz70pVHWcGWz/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ro5dG7JHgz","title":"Kraftwerk to be inducted into Rock & Roll Hall of Fame","shortId":"ro5dG7JHgz","createdAt":"2021-05-18T10:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022208,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/kraftwerk-to-be-inducted-into-rock-roll-hall-of-fame/","canonicalUrl":"https://dancingastronaut.com/2021/05/kraftwerk-to-be-inducted-into-rock-roll-hall-of-fame/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9324d10584116d969916e7b4449d05d","ratio":1.57728706624606,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIABAYRAxIkMXGTobHS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADBAUxkdH/2gAMAwEAAhEDEQA/AMHprzbSDK1LuQnllcjodvvxIN3ISeCfuj5iIZsWk8rLlW+2CElbT0PJ/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"BtgzSo75-","title":"The Arecibo Observatory Was Like Family. I Couldn't Save It","shortId":"BtgzSo75-","createdAt":"2021-05-18T10:05:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022205,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T06:00:00.000Z","url":"https://www.wired.com/story/arecibo-observatory-family-collapse/","canonicalUrl":"https://www.wired.com/story/arecibo-observatory-family-collapse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ad8baac69ed238172b0dd25b6b576f5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQRBSEGEhQVIlFj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRElH/2gAMAwEAAhEDEQA/AMk4d1wXQypf7hLYlike2dl4sDHN3b48pyPYzuox1a0ST1NsZ+5RFFydiyuH/9k=","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"qk-ztxClx","title":"Before ‘Deadpool,’ There Was ‘Shrek’","shortId":"qk-ztxClx","createdAt":"2021-05-18T10:03:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:00:00.000Z","url":"https://www.theringer.com/movies/2021/5/18/22440922/shrek-is-the-original-deadpool","canonicalUrl":"https://www.theringer.com/movies/2021/5/18/22440922/shrek-is-the-original-deadpool","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/587a384baf48513f14b5b0eaa883a81e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEgYRIUEiUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEESFRsf/aAAwDAQACEQMRAD8Ap1HbGJN/M1CUtJhFrFlI8F5HnIb99+xWxMqGklIt7YA4ABGw+UpUC4RXRFbYxT3krLHHjWuDgPpNf//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"iWvdJDrmG","title":"Please, Someone, Let’s Finally Get Amy Adams Her Oscar","shortId":"iWvdJDrmG","createdAt":"2021-05-18T09:56:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022196,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:50:00.000Z","url":"https://www.theringer.com/movies/2021/5/18/22441097/amy-adams-the-woman-in-the-window-netflix-oscars","canonicalUrl":"https://www.theringer.com/movies/2021/5/18/22441097/amy-adams-the-woman-in-the-window-netflix-oscars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0fe3dc4bebf0b7bc5b87ed274d7c06ba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIEAAMRMQUTQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB8RAAIBAgcAAAAAAAAAAAAAAAEDAgAEBhESITHB8P/aAAwDAQACEQMRAD8AzKFxEea0LvVesEtdVVwbhY/fABoY3k1HucPGFxhg7PlKUK9syzn29X+GbZTLaWuIOR6Ff//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"tDNGzCwy9","title":"See Janieck’s ‘Northern Lights’ through ARTY’s eyes in new remix","shortId":"tDNGzCwy9","createdAt":"2021-05-18T09:46:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022186,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:45:00.000Z","url":"https://dancingastronaut.com/2021/05/arty-reveals-blissful-remix-of-janiecks-northern-lights/","canonicalUrl":"https://dancingastronaut.com/2021/05/arty-reveals-blissful-remix-of-janiecks-northern-lights/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61d25152dad2b424e852bf1269263649","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQIEAAMFESExIgcSExaS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADBBIhccH/2gAMAwEAAhEDEQA/AM7jqZTaK/8AC6DqSJXeVS0oBvccTg2uM6tuJe8t1clN1FRySEnf3CEBDHVkBlU1+ljLqOO/DP/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"FCxBxZ5PA","title":"Good Morning Mix: 3LAU delivers a picturesque set, live from Amargosa Dunes","shortId":"FCxBxZ5PA","createdAt":"2021-05-18T09:31:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022171,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-3lau-delivers-a-picturesque-set-live-from-amargosa-dunes/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-3lau-delivers-a-picturesque-set-live-from-amargosa-dunes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8a3092746167e3adefb310371f16f63","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAAUDBAMAAAAAAAAAAAAAAAECAwQHETEFEiEyNYGT/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADEjFR/9oADAMBAAIRAxEAPwDLo9SHYzbjbGmxUspyhSdxnfjtkvQk6mlfwEL6KABdukNlSdGHiEynmf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dnEhbuIaR","title":"ATTLAS respins Joachim Pastor and EKE’s ‘Be Someone’ [Stream]","shortId":"dnEhbuIaR","createdAt":"2021-05-18T09:22:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022162,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:15:00.000Z","url":"https://dancingastronaut.com/2021/05/attlas-respins-joachim-pastor-and-ekes-be-someone-stream/","canonicalUrl":"https://dancingastronaut.com/2021/05/attlas-respins-joachim-pastor-and-ekes-be-someone-stream/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a334c9a8638f4e197061848f25e65b19","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECAwQGERIFIzEy8P/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDLu1kqPN02KzGSpp9J5KvbGxCXagYN1ewnsfuAAMewchf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6bV_oZUI8","title":"Lamborghini will debut its first all-electric supercar after 2025","shortId":"6bV_oZUI8","createdAt":"2021-05-18T09:07:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22440143/lamborghini-ev-electric-supercar-hybrid-models-announce","canonicalUrl":"https://www.theverge.com/2021/5/18/22440143/lamborghini-ev-electric-supercar-hybrid-models-announce","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2ffb6c9591ff765bc8f2495913ac08f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgEDBQAAAAAAAAAAAAABAgADBAUREhQhMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDEjFR/9oADAMBAAIRAxEAPwCT52pJiZ9WD0wtrcsCXus9fOUnllzM7N2G5J8CIitFLVjOSXWf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yAKnDftgU","title":"Adventure Club, Kaivon stake the first collaboration flag with ‘Never Be Alone’","shortId":"yAKnDftgU","createdAt":"2021-05-18T09:00:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022140,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/adventure-club-kaivon-stake-the-first-collaboration-flag-with-never-be-alone/","canonicalUrl":"https://dancingastronaut.com/2021/05/adventure-club-kaivon-stake-the-first-collaboration-flag-with-never-be-alone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1aadf05a023f26232ae8035615d754d8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAAUDBAMAAAAAAAAAAAAAAQIDBBEABhIFEyExI0FR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQADAQEBAAAAAAAAAAAAAAABAhEAAyH/2gAMAwEAAhEDEQA/AM7sS4nmrXKx0MzdJrnJF1UoBTbxkSAIB0MBx1VZ7Vs4DmBxqbnenyYpGjL3HH2lKrp0Z4WNyoHsE3//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-vQW5ihw0","title":"A Love Letter to HTML & CSS","shortId":"-vQW5ihw0","createdAt":"2021-05-17T15:19:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":722,"score":27022136,"tagsStr":"javascript,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-18T01:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:27:22.000Z","url":"https://css-tricks.com/a-love-letter-to-html-css/","canonicalUrl":"https://css-tricks.com/a-love-letter-to-html-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07456713b019c60e33e9a5c15fc04c60","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAAMRAgQhBQcTFQYSwv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AJ7cjT+18vfvAWBzAxQ+1zekmZBkZUwdvqiSezpE5xbR9oiLylmSuW+R1tIVYGSTSNcOA8X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@ashleykolodziej","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ac0pSJG8I","title":"OpenPrinting übernimmt offiziell CUPS-Entwicklung","shortId":"Ac0pSJG8I","createdAt":"2021-05-18T08:12:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022092,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T07:58:00.000Z","url":"https://linuxnews.de/2021/05/openprinting-uebernimmt-offiziell-cups-entwicklung/","canonicalUrl":"https://linuxnews.de/2021/05/openprinting-uebernimmt-offiziell-cups-entwicklung/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c77fec121434b1d87f17cbb91b73025","ratio":1.4968152866242,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDABESIQRRgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AMuIOOriFY0RgCz4qBlYC4uAO/PtSScNxI2CKy3Nm1sd7FKVWaUxo47/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zLPTLzgUf","title":"Voice and Tone in the freeCodeCamp Community's Publication","shortId":"zLPTLzgUf","createdAt":"2021-05-18T02:43:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":3,"score":27022083,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T02:40:44.000Z","url":"https://www.freecodecamp.org/news/voice-and-tone-in-freecodecamp-publication/","canonicalUrl":"https://www.freecodecamp.org/news/voice-and-tone-in-freecodecamp-publication/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e41db6ae4169077623d1acf03148586e","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYSIzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQABBQEAAAAAAAAAAAAAAAADAAECBBIy/9oADAMBAAIRAxEAPwDErCPDWvC1uT2bMytLG8UiFkKjqRo/Dptg1YWXO8Rb2cELPJ2jjVD4z7A1SlXFamLlAtWBWbS//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@abbeyrenn","readTime":10,"description":null,"toc":null,"summary":null},{"id":"USiLrJ52i","title":"Savage patterns","shortId":"USiLrJ52i","createdAt":"2021-05-18T08:03:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27022083,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/119505127/Savage-patterns","canonicalUrl":"https://www.behance.net/gallery/119505127/Savage-patterns","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e0c28bc3d876e8ba83e0f3542d2d4f32","ratio":1.55210643015521,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAREiExInHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIx/9oADAMBAAIRAxEAPwDLocqMzHbYdZzUpIJVgLHxCti++2+VMkOTG33EIkHFKikaHAfVKUOO1zkS/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"lBQBW7hXO","title":"AppImages in den Desktop integrieren","shortId":"lBQBW7hXO","createdAt":"2021-05-18T07:22:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022042,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T06:59:00.000Z","url":"https://linuxnews.de/2021/05/appimages-in-den-desktop-integrieren/","canonicalUrl":"https://linuxnews.de/2021/05/appimages-in-den-desktop-integrieren/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2459c84ea8de3e76b3ed7bfa03ffdd25","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACMQAAEDAgYDAQAAAAAAAAAAAAECAxEEBQAGEyEiQRIUMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwBLaTlS3ZdrrbX1bbN1qkJ9EilDjTQSkKSp5USdUkiBPimPmJWpy/YxUuh24JpnAs+TBIVpmd0z3HyfzBOVHFqybWvKWovU4VouE8muM8T1uZ2xnji1lxRKlTJ7woEGu5f/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DScxyvAty","title":"31 Risk Management Tactics to Consider","shortId":"DScxyvAty","createdAt":"2021-05-18T00:19:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cshub","views":43,"score":27022037,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/31-risk-management-tactics-to-consider","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/31-risk-management-tactics-to-consider","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a5835fc656a1a8d7aa6391bfe73bd079","ratio":1.50602409638554,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDEQAEBQYhQTH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxEi/9oADAMBAAIRAxEAPwDOdG7ZBxXAa/HmbeacztLLtFwQaAApSPBVj7f6crbtXGMxaSHfZz6zBwLP01eMYZalY+hiEFh//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6e1dm9DF-","title":"Oxbridge team collects top award for 7T study of long COVID","shortId":"6e1dm9DF-","createdAt":"2021-05-18T07:10:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022030,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T22:44:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132418&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132418","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb0c2c6b4c70eca51f9e3120a473d349","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAb/xAAiEAACAgEDBAMAAAAAAAAAAAABAgMEEQAFIRIUMVEkMkP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAIBEAAQIFBQAAAAAAAAAAAAAAAQJBAAMEERIFFCGB0f/aAAwDAQACEQMRAD8AiDDWhrvZ3WOF1RnjM8iKOlAxAxxg+skZBOdNrbTfkrROdjrsWQEs5QsePJ486hJr1uVt7jltTujJllaQkE9K8kaZWvW+2i+VP9B+h9aQ1Cft0IOIILFuGgEUyqhN8rdeER//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"TI7sQ6-14","title":"Up to 40% of COVID-19 survivors experience neurological effects","shortId":"TI7sQ6-14","createdAt":"2021-05-18T07:10:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022030,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132421&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132421","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa081c6c00c57c4663290ec0a96039f6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAJBAAAgEDBAAHAAAAAAAAAAAAAQIDAAQRBRITIRQxQVFhcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQADAQEAAAAAAAAAAAAAAAEAAxECEv/aAAwDAQACEQMRAD8AwvRdHEiRwS2LNJIofkZQRIT5bfX8+Knbq4RLqZI5E41chcRg9Z67pFbu45WbxE24WzKDvPQxjH1igMD2FUXZ55AhV7qrP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"EfHI4pN6q","title":"Flutter Web: Should you use it?","shortId":"EfHI4pN6q","createdAt":"2021-05-17T18:52:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":232,"score":27022023,"tagsStr":"vuejs,flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-17T21:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T03:17:14.000Z","url":"https://itnext.io/flutter-web-should-you-use-it-3d2d2e7cf0bd","canonicalUrl":"https://itnext.io/flutter-web-should-you-use-it-3d2d2e7cf0bd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0959d4d4d3bcd57dc95b08aa643963ab","ratio":1.86666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQMSBCEFMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEBRIjYf/aAAwDAQACEQMRAD8AxOF5TI+i5d8mgAov0QDYFV6+S7ouR2egNjdDqoiHtoOwSmKi49jCkcR5P//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KVCTEcc09","title":"Hugo Barra is leaving Facebook","shortId":"KVCTEcc09","createdAt":"2021-05-17T21:20:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021440,"tagsStr":"tech-news,vr,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:15:20.000Z","url":"https://www.theverge.com/2021/5/17/22440857/hugo-barra-leaving-facebook-ar-vr-oculus-google-xiaomi","canonicalUrl":"https://www.theverge.com/2021/5/17/22440857/hugo-barra-leaving-facebook-ar-vr-oculus-google-xiaomi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e95df5b39f056815622a3f0bd59e8fa4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQIEBwAAAAAAAAAAAAAAAgABBRESIQMTFSJBcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AzaEQrgemtgsIMeaR1Xc2nul08vOLqWiJCt0//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iES-eCh_k","title":"2021 NFL Season Predictions","shortId":"iES-eCh_k","createdAt":"2021-05-17T23:03:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021543,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T23:02:50.000Z","url":"https://www.theringer.com/2021/5/17/22441207/2021-nfl-season-predictions","canonicalUrl":"https://www.theringer.com/2021/5/17/22441207/2021-nfl-season-predictions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/708dabc08b0d6a006cdd43ea7189e982","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBlERQSEycf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADwRESITFh/9oADAMBAAIRAxEAPwDNrNHan4he5chJMlAbQFg6CyCNeU9bq2Ni6nYzThuL3K0BXqOx9pSjqOWHuIm6xtqHXsZM/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3qlAJjD9A","title":"There are 50 billion wild birds on Earth – but four species dominate","shortId":"3qlAJjD9A","createdAt":"2021-05-18T06:27:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27021987,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277803-there-are-50-billion-wild-birds-on-earth-but-four-species-dominate/","canonicalUrl":"https://www.newscientist.com/article/2277803-there-are-50-billion-wild-birds-on-earth-but-four-species-dominate/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fedb089d6feb7282265c043ac379a793","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMCBwEAAAAAAAAAAAAAAQACAwUGBBUiQkRhktH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABwRAAIBBQEAAAAAAAAAAAAAAAMEAQARIZHRof/aAAwDAQACEQMRAD8AzlYrFomQuw1Qllj2hzZQSO9Kk5nah5Evl/xESGyxbJJnXKpIovfA497X/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TGQa4AvGl","title":"Blazingly Fast and Secure Frontend Serving with AWS CDN","shortId":"TGQa4AvGl","createdAt":"2021-05-18T00:51:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":12,"score":27021944,"tagsStr":"webdev,aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:51:11.000Z","url":"https://blog.bitsrc.io/blazingly-fast-and-secure-frontend-serving-with-aws-cdn-8c82bb91ef05","canonicalUrl":"https://blog.bitsrc.io/blazingly-fast-and-secure-frontend-serving-with-aws-cdn-8c82bb91ef05","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9531d42f31f9b2659b0b01d3e1b3bc39","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAgECBwAAAAAAAAAAAAABAgMEAAYRBRITISIxsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwCDxfTcENw1Z6tVrHS5hKrPsO3vY/MgvphGdirRgE7jxxjCRAdzKtQd/9k=","siteTwitter":"@bitdev_","creatorTwitter":"@manushacheti","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cleRkW7vI","title":"Asynchronous array loops in JavaScript","shortId":"cleRkW7vI","createdAt":"2021-05-17T19:03:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"30seconds","views":128,"score":27021889,"tagsStr":"javascript,logging,math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-async-array-loops","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-async-array-loops","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/460914b8e7444a13e3428cb9b1c6c16d","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAAUEAgMAAAAAAAAAAAAAAQIDBBEABRMhBkESMTL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEBAAICAwAAAAAAAAAAAAAAAQMRACEEobH/2gAMAwEAAhEDEQA/AM3TvzdXjiD56Rq2u7skJugROMFIAwU3iOxH3MamoHJYh2qD3IP1BCxPfdKUDiwlKKbelMRPK2CXo8z/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"mlU3QOwTx","title":"‘Goodfellas’ With Bill Simmons, Chris Ryan, and Sean Fennessey","shortId":"mlU3QOwTx","createdAt":"2021-05-18T04:29:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021869,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T04:22:12.000Z","url":"https://www.theringer.com/2021/5/18/22441053/goodfellas-with-bill-simmons-chris-ryan-and-sean-fennessey","canonicalUrl":"https://www.theringer.com/2021/5/18/22441053/goodfellas-with-bill-simmons-chris-ryan-and-sean-fennessey","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1ebc51cc72237401f8792ba816082a4","ratio":1.91075514874142,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMRAAIEEgUTFSExkf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AMO4TJR2q/rYSGmxysbYiCbWBskn3Mx8FXP4lAzsgKNy1hl2tg86iTApSkyS7S//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"wV9Q1nzv5","title":"The DOM Explained for Beginners – How the Document Object Model Works","shortId":"wV9Q1nzv5","createdAt":"2021-05-17T17:56:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":69,"score":27021750,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:45:50.000Z","url":"https://www.freecodecamp.org/news/dom-explained-everything-you-need-to-know-about-the-document-object-model/","canonicalUrl":"https://www.freecodecamp.org/news/dom-explained-everything-you-need-to-know-about-the-document-object-model/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3be0f6c8d7516cd73d5ad4a5fa1d17ab","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBQAEESEiBhQxUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhL/2gAMAwEAAhEDEQA/AMuluu5CcZiWHmWGBF2nZtqZyCtHHask74jxUZUy7k5tbFR9qaJJ+7pSqvIQDS3/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@UbahTheBuilder","readTime":5,"description":null,"toc":null,"summary":null},{"id":"R_ZNRFt43","title":"Headphones on, volume up: Introducing The ReadME Podcast","shortId":"R_ZNRFt43","createdAt":"2021-05-17T16:00:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ghblog","views":110,"score":27021745,"tagsStr":"open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:00:02.000Z","url":"https://github.blog/2021-05-17-introducing-readme-podcast/","canonicalUrl":"https://github.blog/2021-05-17-introducing-readme-podcast/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57e6658ef8e61963d576e7a30ccb4947","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDBAAFESEGEhVRYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAyERIjHB8P/aAAwDAQACEQMRAD8AyS5p8lHrDxVq01yOIvTDsoXYKo2IH5xzk6hClS/ZrI0pWGVowe4DcAkevmMYwqUtkexFrpRzuGvPU//Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"FL2Qw4k5d","title":"How to Build an Event-Driven ASP.NET Core Microservice Architecture","shortId":"FL2Qw4k5d","createdAt":"2021-05-17T18:52:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":38,"score":27021733,"tagsStr":"architecture,sql,aspnet,rabbitmq","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:02:52.000Z","url":"https://itnext.io/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f","canonicalUrl":"https://itnext.io/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4d743ef5156d1723eb266f244f3c99d","ratio":1.59021406727829,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAgABAwQREgUTIUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABL/2gAMAwEAAhEDEQA/ANPQ0IxxsOZvbLv1RDTGEBHcfhrIinIzpv/Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"mud9xY0yM","title":"Amazon is in talks to buy MGM for $9 billion","shortId":"mud9xY0yM","createdAt":"2021-05-18T01:27:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021687,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T01:20:31.000Z","url":"https://www.theverge.com/2021/5/17/22441330/amazon-mgm-offer","canonicalUrl":"https://www.theverge.com/2021/5/17/22441330/amazon-mgm-offer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01fe547f548a5fc1e70c6140c5fc586a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFERIhIjHB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAQf/aAAwDAQACEQMRAD8Aw7D3qFTB2a8uOM7pmDlKZQHDfjj29Ne1MytY2V4aHaBIGz8REiQVO6VKhv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"H_l4UkJ2A","title":"ArgoCD: Okta integration, and user groups","shortId":"H_l4UkJ2A","createdAt":"2021-05-17T18:52:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":22,"score":27021681,"tagsStr":"devops,authentication,okta","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:29:31.000Z","url":"https://itnext.io/argocd-okta-integration-and-user-groups-d6886633e71b","canonicalUrl":"https://rtfm.co.ua/en/argocd-okta-integration-and-user-groups/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e800391b8ed10a77e531d1c4ff4d4e8","ratio":2.15827338129496,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBAUGEgcRMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQMyM//aAAwDAQACEQMRAD8AwrVC5JFyTKO7JixI5Zp7QAjt4A5DLbwcAdBRKIhLKK36M//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"ABplNXCTm8","title":"Origins of The Generics","shortId":"ABplNXCTm8","createdAt":"2021-05-17T18:52:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":20,"score":27021675,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:20:51.000Z","url":"https://itnext.io/origins-of-the-generics-48299bdaa782","canonicalUrl":"https://itnext.io/origins-of-the-generics-48299bdaa782","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/827064e324c0db435f22d03d94ad6bb6","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESESMQYUkf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AkTo7PvMRBdbm3I4lxAMlZVgdnOx9rBSPPLe3IdQl68OpSogOEtDlg97TndKVR//Z","siteTwitter":"@itnext_io","creatorTwitter":"@firatfirat_","readTime":5,"description":null,"toc":null,"summary":null},{"id":"qUXyaAY7h","title":"HTML Boilerplates","shortId":"qUXyaAY7h","createdAt":"2021-05-14T14:41:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":707,"score":27017764,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T22:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:13:07.000Z","url":"https://css-tricks.com/html-boilerplates/","canonicalUrl":"https://css-tricks.com/html-boilerplates/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a34a7cc811e40b4881cc26a8908c922","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQADBBEGIQISohX/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAgMBAAQFESET/9oADAMBAAIRAxEAPwDNHsVqZYksc+4GnI/YD0FY4CSSfoMi90Iuh7REZlblqJHznW6Qs0LNrAKODPK//9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YweBZzMaK","title":"Apple HomePod and HomePod Mini can’t play lossless Apple Music, either","shortId":"YweBZzMaK","createdAt":"2021-05-18T00:52:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021652,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:46:51.000Z","url":"https://www.theverge.com/2021/5/17/22441305/lossless-apple-music-homepod-homepod-mini","canonicalUrl":"https://www.theverge.com/2021/5/17/22441305/lossless-apple-music-homepod-homepod-mini","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/816e9274c1602384462bbb1802fab599","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAgAEBwAAAAAAAAAAAAABAwACBAUHUQYREhNBgdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAA1Fxwf/aAAwDAQACEQMRAD8AhdYHM4Z1DVl2ANBgnKo26xQA2J6gQTt59CSTSosue1UcydvkRDLkCese1WrQ8+Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Dxse4f1vV","title":"Apple’s Phil Schiller gives Epic iPhone testimony","shortId":"Dxse4f1vV","createdAt":"2021-05-18T00:46:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021646,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:41:31.000Z","url":"https://www.theverge.com/2021/5/17/22441304/apple-phil-schiller-epic-iphone-testimony-app-store","canonicalUrl":"https://www.theverge.com/2021/5/17/22441304/apple-phil-schiller-epic-iphone-testimony-app-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9065ac945f7fac046d9310d6679c595a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSQRMhMVHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIDEiHw/9oADAMBAAIRAxEAPwDKajuVzdiwpTFweiiQC2ttpSgDtTgHzj1xxVVWqZcNRjNoQUMnpgknJA7fKUqbeyZ1T3RBySf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Mg1GdTe-s","title":"How to Use the Lottie Library like a Pro – Lottie Resources for Designers and Developers","shortId":"Mg1GdTe-s","createdAt":"2021-05-17T17:29:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":32,"score":27021639,"tagsStr":"general-programming,adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:25:22.000Z","url":"https://www.freecodecamp.org/news/how-to-use-lottie-like-a-pro-resources-for-designers-and-developers/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-lottie-like-a-pro-resources-for-designers-and-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c5f3d70161085393d3a288391864a37","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQRIRIxYaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgMh/9oADAMBAAIRAxEAPwDMT7FQTCWOtku26JxPBvgwc+9qm34w0A0KhIHZa7f1ESKcrhdJTZ//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@broods_","readTime":5,"description":null,"toc":null,"summary":null},{"id":"laHti_Z7_","title":"ES modules in service workers","shortId":"laHti_Z7_","createdAt":"2021-05-17T13:25:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":89,"score":27021606,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://web.dev/es-modules-in-sw/","canonicalUrl":"https://web.dev/es-modules-in-sw/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84beefa52ad45c0078e04e58c79f18d9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRABAAICAgMAAAAAAAAAAAAAAQIDAAQRIRJRwf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AM72LLNmhstlZZF44FEY8odPvJluzEtmEag8nplP5jGJagf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"F_n1egJUW","title":"A colorful world - 36daysoftype 2021","shortId":"F_n1egJUW","createdAt":"2021-05-18T00:05:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27021605,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/119480183/A-colorful-world-36daysoftype-2021","canonicalUrl":"https://www.behance.net/gallery/119480183/A-colorful-world-36daysoftype-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/516f756c8d351b9e78dc42e28fe3f8a9","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgABAwQFERIHIUGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQADAQEAAAAAAAAAAAAAAAEAAkEDkf/aAAwDAQACEQMRAD8AyVfyjPLOZDaaeMWbTUZX7+49wop8gykZE1qpWZ3zjZ+kRHOVXIywaHk//9k=","siteTwitter":"@behance","creatorTwitter":"@Blansable99","readTime":null,"description":null,"toc":null,"summary":null},{"id":"qKeMKLwOx","title":"Megalodon: Facts about the long-gone, giant shark","shortId":"qKeMKLwOx","createdAt":"2021-05-17T22:08:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021488,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:52:21.000Z","url":"https://www.livescience.com/63361-megalodon-facts.html","canonicalUrl":"https://www.livescience.com/63361-megalodon-facts.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/485823f3f53f50ac5d53173fbbcd8322","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACBBEDEgUGByH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAxEEITFR/9oADAMBAAIRAxEAPwDOQfSeUhwWxoed2PAb3uz8U9/cC57idySbNoiQhMTb9Q8saMqauL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Y7vYqpiWq","title":"Elon Musk Tweets—and Crypto Markets Show Their Growing Pains","shortId":"Y7vYqpiWq","createdAt":"2021-05-17T23:35:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27021575,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:27:00.000Z","url":"https://www.wired.com/story/elon-musk-dogecoin-bitcoin-tweets-prices/","canonicalUrl":"https://www.wired.com/story/elon-musk-dogecoin-bitcoin-tweets-prices/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eac801b16cb771341a14cea3940ec7fc","ratio":1.91335740072202,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUEERIhIjFigf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBQEBAAAAAAAAAAAAAAABAAIDBGEREv/aAAwDAQACEQMRAD8Ax+T0K4HCvbSwue9lIZ17q+JPg/TvJQZiNzx6+oiItVPuV4diLsnkTCNX/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"HkoyfAl6f","title":"London’s electric scooter trials will kick off on June 7th","shortId":"HkoyfAl6f","createdAt":"2021-05-17T23:06:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T23:01:00.000Z","url":"https://www.theverge.com/2021/5/17/22440320/london-electric-scooter-rental-trial-dott-lime-tier","canonicalUrl":"https://www.theverge.com/2021/5/17/22440320/london-electric-scooter-rental-trial-dott-lime-tier","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07437722e13f56bf789181bcdb61cf5c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgMEABEhMQUSFv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwB8dWj8c0qXbaqJncKpUaKKnqeu+TzkbuWJ1tzqlmyFDsADKxOt4xhSwUf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dofoAFL3D","title":"How We Improved Our Core Web Vitals (Case Study)","shortId":"dofoAFL3D","createdAt":"2021-05-17T11:55:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":107,"score":27021540,"tagsStr":"webdev,google,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/core-web-vitals-case-study/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/core-web-vitals-case-study/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0d27ca39e3219ff852bfa5e18f7483b","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBhIREyIxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAIRH/2gAMAwEAAhEDEQA/ANj2xozadQsytceUue+oCBeHRPnL6fvCxPQrTPVi5SRK58j7IBxjFIBRiX7g1YxVVnweb//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"hGovTt3dn","title":"Masks Off. Now What? Plus, Sebastian Junger on His New Book.","shortId":"hGovTt3dn","createdAt":"2021-05-17T22:56:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021536,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T22:55:24.000Z","url":"https://www.theringer.com/2021/5/17/22441188/masks-off-now-what-plus-sebastian-junger-on-his-new-book","canonicalUrl":"https://www.theringer.com/2021/5/17/22441188/masks-off-now-what-plus-sebastian-junger-on-his-new-book","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7cea2dae40b60c11ab0d57e1708bc88c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQGEQUUIjJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEh/9oADAMBAAIRAxEAPwDP+gUscttXDVO7M28AaAMYe8kn3gPpUzhERVl1/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"vNgCQ4ZrK","title":"Fox is making a blockchain animated series with Rick and Morty creator Dan Harmon to sell you NFTs","shortId":"vNgCQ4ZrK","createdAt":"2021-05-17T22:24:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021504,"tagsStr":"blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T22:22:25.000Z","url":"https://www.theverge.com/2021/5/17/22441078/fox-blockchain-animated-series-dan-harmon-nft","canonicalUrl":"https://www.theverge.com/2021/5/17/22441078/fox-blockchain-animated-series-dan-harmon-nft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dfce52880c5ae38fb54d3949122ca2c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEFAQADAAAAAAAAAAAAAQIDAAQFESESBzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADBCERUXH/2gAMAwEAAhEDEQA/AI/I+Jx4zsuNggkW/hG2yDzNI7EgsNKeAd13f1+VmZub5D4N65882FApSqrAyrqUUIx2Ae9n2BUoUcCf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CW-vbk4dd","title":"Solidity Tutorial – How to Create NFTs with Hardhat","shortId":"CW-vbk4dd","createdAt":"2021-05-17T14:49:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":41,"score":27021497,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:39:55.000Z","url":"https://www.freecodecamp.org/news/solidity-tutorial-hardhat-nfts/","canonicalUrl":"https://www.freecodecamp.org/news/solidity-tutorial-hardhat-nfts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8d3c1e48f488b00a2de5f9a5830b9129","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwQREjEhI4H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAAMBAAAAAAAAAAAAAAAAAAABMQL/2gAMAwEAAhEDEQA/AMXlqorFhpYzIeQ++vFGubiOtukRUaoCh//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@taisuke_mino","readTime":6,"description":null,"toc":null,"summary":null},{"id":"aeoE2BN2H","title":"RSNA plans for in-person meeting in 2021","shortId":"aeoE2BN2H","createdAt":"2021-05-17T22:02:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021482,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:50:06.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132420&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132420","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6673a8ffcf467ee9df08acdb68eda90","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACQQAAEEAgECBwAAAAAAAAAAAAECAwQRAAUTBhUhMTJhc9Hh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABBAMBAAAAAAAAAAAAAAABAAMRMQIEBRL/2gAMAwEAAhEDEQA/AM8zOgu7mSJ08Jg8Z4XgglJpwgE+FgFNG/bHnNfpEuKA6g1BokWJH5kSNHZ7YBwt0VEekeVYVWvhFRJhx7+JP1lGG89EA0jnNZB9EWv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-YYYJ-nCL","title":"VocArt App Holiday&Travelling Set","shortId":"-YYYJ-nCL","createdAt":"2021-05-17T16:17:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27021137,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/113120285/VocArt-App-Holiday-Travelling-Set","canonicalUrl":"https://www.behance.net/gallery/113120285/VocArt-App-Holiday-Travelling-Set","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4d2b4e5cc07e04ff4188468f237382a","ratio":1.27848101265823,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUxEyJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAcEQACAgIDAAAAAAAAAAAAAAACEQEDAAUhccH/2gAMAwEAAhEDEQA/ANCuobSzdUgdJHgALuC6kkd4Kqd4ydCrPBzj+0N1xCxNtA8j5A+Zy3dKVAdleXBS1js1dIQwcPr2M//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Qx3HRrJne","title":"NBA Hall of Fame and Playoff News, Plus the Wisconsin Dells Card Show","shortId":"Qx3HRrJne","createdAt":"2021-05-17T21:57:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021477,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:48:06.000Z","url":"https://www.theringer.com/2021/5/17/22441099/nba-hall-of-fame-and-playoff-news-plus-the-wisconsin-dells-card-show","canonicalUrl":"https://www.theringer.com/2021/5/17/22441099/nba-hall-of-fame-and-playoff-news-plus-the-wisconsin-dells-card-show","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/72895d5b509a6f53e2f507d2ae194d3c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUGERIhIkFxgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECITL/2gAMAwEAAhEDEQA/AMe1i6nNMjVIyU2WUry6sUV+0E+dvQkg5AEk8Lfl5iII5RWtZ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mfx7hsiHp","title":"New Jack, 1963-2021","shortId":"mfx7hsiHp","createdAt":"2021-05-17T21:57:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021477,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:49:07.000Z","url":"https://www.theringer.com/2021/5/17/22440536/new-jack-jerome-young-ecw-wrestler-obituary","canonicalUrl":"https://www.theringer.com/2021/5/17/22440536/new-jack-jerome-young-ecw-wrestler-obituary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47c7c58d47fdf6263314eeb8b077f6fc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEIQUSBhMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCD8W4OI8JkZ4leJpQ+Hew1p6g1er3fxZ3Lhlkr2e2+pIukRODX/9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"Ie26t7Ihx","title":"Google is teasing a big Wear OS update for smartwatches tomorrow at I/O","shortId":"Ie26t7Ihx","createdAt":"2021-05-17T21:46:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021466,"tagsStr":"tech-news,general-programming,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:45:54.000Z","url":"https://www.theverge.com/2021/5/17/22440834/google-wear-os-update-io-2021-smartwatch","canonicalUrl":"https://www.theverge.com/2021/5/17/22440834/google-wear-os-update-io-2021-smartwatch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a643f359ff4cb8e5fdabf363290dc839","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhABAAEEAgMAAAAAAAAAAAAAAREAAgMhBAUxQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMNzhh7HLhsNce5xWysaWEDxr77mrS0tIYU1NKUmP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"oGcoBl4tp","title":"How the AT&T and WarnerMedia Breakup Will Reverberate Through the TV Industry","shortId":"oGcoBl4tp","createdAt":"2021-05-17T21:40:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021460,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:29:03.000Z","url":"https://www.theringer.com/2021/5/17/22441068/how-the-at-t-and-warnermedia-breakup-will-reverberate-through-the-tv-industry","canonicalUrl":"https://www.theringer.com/2021/5/17/22441068/how-the-at-t-and-warnermedia-breakup-will-reverberate-through-the-tv-industry","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b9a9923f9090d7aa161b76a3535d42e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAcEAABBQEBAQAAAAAAAAAAAAABAAIDBCEFBhH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECABEhUbH/2gAMAwEAAhEDEQA/AI7tQ1OP5Gz0qtOAyvEcRa4ZsjNxQ0nrrIe4CjzwPpwQoiVVG5IFsqLPfZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"dF96VoNY6","title":"AI, radiomics can predict cancer in lesions found on breast MRI","shortId":"dF96VoNY6","createdAt":"2021-05-17T21:15:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021435,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:58:55.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132419&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132419","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfce952f5e627cedbde4bfc3d1e33768","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACIQAAEDAgYDAAAAAAAAAAAAAAECBBEAAwUGEhMUITFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AMZsssrqvYSsv1GxB56d9IVPrTPiTS75ll4PXAa4unji4rblUnTPU9fKgqKtH//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"p_eHfv9_e","title":"Apple’s $549 AirPods Max can’t play lossless Apple Music — even when plugged in","shortId":"p_eHfv9_e","createdAt":"2021-05-17T21:15:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021435,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:10:28.000Z","url":"https://www.theverge.com/2021/5/17/22440788/apple-airpods-max-lossless-music-explainer-spatial-audio","canonicalUrl":"https://www.theverge.com/2021/5/17/22440788/apple-airpods-max-lossless-music-explainer-spatial-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eaa94debd371ec3331b73a0e459dad30","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABhMhBRLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIhgbH/2gAMAwEAAhEDEQA/AI9snpibD4+LIhx3XG5F8rQLXstRsrKQSk2B313m0t7KVISRFoEA1yfMYwJLXmVvp//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vVJTCAMTG","title":"EV startup Canoo under SEC investigation","shortId":"vVJTCAMTG","createdAt":"2021-05-17T21:15:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021435,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:12:14.000Z","url":"https://www.theverge.com/2021/5/17/22441025/canoo-sec-investigation-spac-merger-projections","canonicalUrl":"https://www.theverge.com/2021/5/17/22441025/canoo-sec-investigation-spac-merger-projections","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23bbdcb510580c8c9b24113b5e456648","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAAABQQABwAAAAAAAAAAAAAAAQIDBQQGETESExQhIiNx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwBUXZIwU7Cw0fyUR7riSdaNGeMlLJO9lgtYFMq7XpOre91QXmrsSixv4ABoML//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"G7y85XyBb","title":"What is Darwin's Theory of Evolution?","shortId":"G7y85XyBb","createdAt":"2021-05-17T21:10:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021430,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:54:35.000Z","url":"https://www.livescience.com/474-controversy-evolution-works.html","canonicalUrl":"https://www.livescience.com/474-controversy-evolution-works.html","image":"https://cdn.mos.cms.futurecdn.net/BjPrtoBWkakk9S6RrADHNT-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"bVwk-uOSc","title":"Amazon goes quiet on its Twitch-based Pac-Man game","shortId":"bVwk-uOSc","createdAt":"2021-05-17T20:52:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021412,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:45:38.000Z","url":"https://www.theverge.com/2021/5/17/22440891/amazon-games-pac-man-live-studio-twitch-bandai-namco","canonicalUrl":"https://www.theverge.com/2021/5/17/22440891/amazon-games-pac-man-live-studio-twitch-bandai-namco","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a105c2bd28b86429e40e1eb097131af","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECAxEEInH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8Ay5ipzx6W+tNrXhOAVcg//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OJxQuldLd","title":"Manuel M T Chakravarty: Custom native assets on Cardano explainedIn this talk from the Cardano 2020 Virtual Summit, I am...","shortId":"OJxQuldLd","createdAt":"2021-05-17T13:24:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"phaskell","views":12,"score":27021404,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://justtesting.org/post/651432479236964352/custom-native-assets-on-cardano-explained","canonicalUrl":"https://justtesting.org/post/651432479236964352/custom-native-assets-on-cardano-explained","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24884bf2dc2c12c7be8d68c30b24ad88","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEQMEBSISITFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEBAAEFAQAAAAAAAAAAAAAAAQACAxEyQZH/2gAMAwEAAhEDEQA/AMTqnAE0m0xaQBsS1ok+vP1TubieRgWMT1s1EViXgdDyDtGes//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"y2vcXpR4x","title":"gTans – Tangram-Puzzle unter Linux","shortId":"y2vcXpR4x","createdAt":"2021-05-17T20:40:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27021400,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:30:38.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/17/gtans-tangram-puzzle-unter-linux/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/17/gtans-tangram-puzzle-unter-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6elHcMTxK","title":"How to make an AirTag holder for your pet’s collar","shortId":"6elHcMTxK","createdAt":"2021-05-17T14:27:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021027,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:24:53.000Z","url":"https://www.theverge.com/22439970/pet-airtag-holder-dog-cat-collar-how-to-diy","canonicalUrl":"https://www.theverge.com/22439970/pet-airtag-holder-dog-cat-collar-how-to-diy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/033bccb8cc023adb516b18060602c31c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAURIQQxBxIi/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEAAwAAAAAAAAAAAAAAAAEAAiEx/9oADAMBAAIRAxEAPwCw833Z7MbFeIkLPBy4i6rKyGRfYfIIOBs94OtdVrRJyd0pQhtky4X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3EUk43Vyz","title":"NASA chief Bill Nelson talks rockets, Moon plans, and partnerships","shortId":"3EUk43Vyz","createdAt":"2021-05-17T20:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021393,"tagsStr":"tech-news,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:31:51.000Z","url":"https://www.theverge.com/2021/5/17/22440208/nasa-administrator-bill-nelson-interview-rockets-moon-plans-partnerships","canonicalUrl":"https://www.theverge.com/2021/5/17/22440208/nasa-administrator-bill-nelson-interview-rockets-moon-plans-partnerships","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/59a86e0cc8b4e2a3d7ffed603aa4af4b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBAUAIQYREhT/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/AKK+4GzQ8PesYFg8qDXxVeIUhpDgOh6PvR7VrskHM+LnNlRPytbOMYNA7HUXMn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6GymTpTpp","title":"Ordinary Lifee","shortId":"6GymTpTpp","createdAt":"2021-05-17T20:07:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27021367,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/118820633/Ordinary-Lifee","canonicalUrl":"https://www.behance.net/gallery/118820633/Ordinary-Lifee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43e2871c136c30ad9a9d7dbab2dbbfd1","ratio":1.74563591022444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABBAICAgMAAAAAAAAAAAADAQIEEQAFBiEHIhMyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIREiFh/9oADAMBAAIRAxEAPwC17PjZQilNIdjYUiQ1wlAitMJvr1a2lW1eqrtcjPIfLXHNRv8AZ60+q2Jyw5RY7y/FF91Y9Wq76ftXjGGdskUNaGPZ/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_XLycBwMF","title":"Samsung Display is showing off new foldable tech","shortId":"_XLycBwMF","createdAt":"2021-05-17T19:50:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021350,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:44:35.000Z","url":"https://www.theverge.com/2021/5/17/22440623/samsung-display-foldable-screen","canonicalUrl":"https://www.theverge.com/2021/5/17/22440623/samsung-display-foldable-screen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1d63fd9db10916a86774a87cfbebe05","ratio":1.91142191142191,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEFAAMBAAAAAAAAAAAAAQIDAAQFBhEHEyFy/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAwEBAAAAAAAAAAAAAAACAwABEQQh/9oADAMBAAIRAxEAPwCZsuz7JhbOHLHLtNeZG+lg9yq0UkSqwPAVbhHPnCvytLc+ctlhuJY1tsaVRyoJibp4f1SlC6WEKwy5UQIsYdHW55U//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"GKwHCG3oo","title":"How GraphQL Subscriptions Work: Tips, Best Practices and Examples.","shortId":"GKwHCG3oo","createdAt":"2021-05-17T12:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":38,"score":27021340,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:00:00.000Z","url":"https://daily.dev/blog/subscriptions-in-graphql","canonicalUrl":"https://daily.dev/blog/subscriptions-in-graphql","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4df6acfb6e05bf6c3e21029535fad5b9","ratio":1.30747531734838,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAAUDBAMAAAAAAAAAAAAAAQIDBBEABSEGBxJRE2GB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Ao9zNLHuGpDOlriqQGiXibJCEESmORwjPI3Y+uqz9ZveiqnKV+tAGEAh1j5mlKDVDT//Z","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"8oJq9km0_","title":"Oculus’ latest Quest update brings mixed reality capture that only requires an iPhone","shortId":"8oJq9km0_","createdAt":"2021-05-17T19:38:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021338,"tagsStr":"vr,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:37:42.000Z","url":"https://www.theverge.com/2021/5/17/22440683/oculus-v29-live-overlay-mixed-reality-capture-mic-files-app","canonicalUrl":"https://www.theverge.com/2021/5/17/22440683/oculus-v29-live-overlay-mixed-reality-capture-mic-files-app","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/110b1dc860beebdc84dde63a5490bc96","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxABAAEEAgMBAAAAAAAAAAAAAQMAAgQFEjETIUNR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQEAAQUBAAAAAAAAAAAAAAABABESITFRwf/aAAwDAQACEQMRAD8AnyeeCzZxE87kwzSluR5b+S83sVE9dVpGvxp3Axk2GYDFb9X8KUqcUcQqXb6+T//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pGPriskzG","title":"Deep-sea fish with lightbulb on its head mysteriously washes ashore in California","shortId":"pGPriskzG","createdAt":"2021-05-17T19:36:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021336,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:18:55.000Z","url":"https://www.livescience.com/deep-sea-anglerfish-washes-ashore.html","canonicalUrl":"https://www.livescience.com/deep-sea-anglerfish-washes-ashore.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c57daa4bd5523c42b3dc501123bc686","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQFBhEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQADAAAAAAAAAAAAAAAAAAACERP/2gAMAwEAAhEDEQA/AMl1rNWsJIZKsrmvHnFefv8AlHOJNiTpPURLUA0k/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IuWwhw1ob","title":"WarnerMedia CEO reportedly negotiating departure after being left out of AT&T–Discovery deal","shortId":"IuWwhw1ob","createdAt":"2021-05-17T19:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021307,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:04:11.000Z","url":"https://www.theverge.com/2021/5/17/22440705/jason-kilar-departure-warnermedia-ceo-att-discovery","canonicalUrl":"https://www.theverge.com/2021/5/17/22440705/jason-kilar-departure-warnermedia-ceo-att-discovery","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7ed120f5dd0dc375fa2963d5cd43a18","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDBAAREiJhBRMUFyMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAyExkbH/2gAMAwEAAhEDEQA/ALOcYWzJfjJjRiuM2p0L5YCVALSAkp2NjfasD3Rnu+TpsM9WKXRYX+DT6pSgzM2ST0yWylLEAYaLez//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vUJ_fzCUJ","title":"Amazon’s WorkingWell will attempt to fix employee health issues with stretching and guided meditation","shortId":"vUJ_fzCUJ","createdAt":"2021-05-17T19:07:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021307,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:05:53.000Z","url":"https://www.theverge.com/2021/5/17/22440385/amazon-workingwell-worker-health-guided-meditaiton","canonicalUrl":"https://www.theverge.com/2021/5/17/22440385/amazon-workingwell-worker-health-guided-meditaiton","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70ef1cf7bdf2d93719e8165517700d50","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAQQUSBiJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAxEC/9oADAMBAAIRAxEAPwCPjUSK/wAfJbkNKXbalDqsp9qJs72bF0fmZ5iNHWw2paXuxSCerxAutDQxjBb15BIpQauz/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0ciFRjkNZ","title":"Unannounced Beats Studio Buds appear in Apple’s latest beta software","shortId":"0ciFRjkNZ","createdAt":"2021-05-17T19:03:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021303,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:57:07.000Z","url":"https://www.theverge.com/2021/5/17/22440700/beats-studio-buds-leak-ios-tvos-design","canonicalUrl":"https://www.theverge.com/2021/5/17/22440700/beats-studio-buds-leak-ios-tvos-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfc3d8b7a5cbe7608fbfc22334169f5c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABEFBhJBUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRIWGx/9oADAMBAAIRAxEAPwCGbp3iat+0615GioRrdMTSntlJ2Sh9A/cipZbU0ryK1ONXJYItRNKD4GMYGZcVVKajZW+lf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hF9krbxe0","title":"NeoSoft installs software in N.J.","shortId":"hF9krbxe0","createdAt":"2021-05-17T18:28:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021268,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:11:56.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132415&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132415","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a8da0e9c39349bc559bb8fc96e8cd49d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACIQAAEDBAICAwAAAAAAAAAAAAECAwUEBhESACIxQSEyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAwEAAwAAAAAAAAAAAAAAAQIDABHh8P/aAAwDAQACEQMRAD8AHKSdwBy9q2TqXKV6GeCUoOdXVuO4CfsPko7DA8Dmr24u+3Lei1ltAKqVokLJ2HQecnOeO7siI2qv+3HqmPo3nlb7LcZSpR1HXJI9evzl3yyxmqqVQDn3eJa1oSruSBv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HbdgphsLQ","title":"Vaccine waivers alone can’t solve India’s vaccine crisis","shortId":"HbdgphsLQ","createdAt":"2021-05-17T18:28:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021268,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:26:56.000Z","url":"https://www.theverge.com/2021/5/17/22440292/vaccine-waivers-india-covid-19-coronavirus","canonicalUrl":"https://www.theverge.com/2021/5/17/22440292/vaccine-waivers-india-covid-19-coronavirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5fa92ab283c402029f28500a2d84d500","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAACAAYBBQEAAAAAAAAAAAABAgADBAUSIREHExRBUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAhEDEiFBsf/aAAwDAQACEQMRAD8Aj9Pkl22y1WHddjTeXLJmEYM6zEIP6HBJ374ixbQiW6lTANjKQZNsnQ2T9hCEYJVFjTSmNji//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"finRQ_-Yw","title":"Gap exists in radiology literature regarding healthcare disparities","shortId":"finRQ_-Yw","createdAt":"2021-05-17T18:16:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:02:22.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132414&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132414","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87c0578b946a52a1493c6010536f6315","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAH/8QAIxAAAQQBAwQDAAAAAAAAAAAAAQIDBAURABMhBhIxkUFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAEgEDEyH/2gAMAwEAAhEDEQA/ANeRuSae3eurd+BLi70diM3ICiwOzCeSAXFHPn54xzzqoN1ihrWVdI1qi3GbQTvRxnCQPBOfekOlmW5LkV2Q2h10zZpK1pClHC8Dk/WB60hLp6xUp5Sq6GVFaiSWE5PP5o+bFE824f/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"VrSgB3Ts-","title":"Bedside point-of-care MRI appears convenient and accurate","shortId":"VrSgB3Ts-","createdAt":"2021-05-17T18:16:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:10:14.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132409&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132409","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/608f01fd3c328b92a57524289ccf5711","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAMGB//EACMQAAIBAwMEAwAAAAAAAAAAAAECAwAEEQUSIRQxQWEyNFH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMRIf/aAAwDAQACEQMRAD8AziWW1NuJhLcPZhwEeQoZxcbfiwDfW8D0B4xS7vrDdTG4ttFExdt4ikiCBs87fWe1BZhrcTBiGbRSCc9xzUbNLJHK6I7qisQFBwAPwVRrTgM2yf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"UNjhenx37","title":"Antifeaturitis: Mailclient gut, weil Mailclient schlecht.","shortId":"UNjhenx37","createdAt":"2021-05-17T18:10:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27021250,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:51:52.000Z","url":"https://tuxproject.de/blog/2021/05/antifeaturitis-mailclient-gut-weil-mailclient-schlecht/","canonicalUrl":"https://tuxproject.de/blog/2021/05/antifeaturitis-mailclient-gut-weil-mailclient-schlecht/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d18dd717c17c9db5aedaba9116a50fd6","ratio":3.79259259259259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAsDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAMBAgQTERJRU5L/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFREBAQAAAAAAAAAAAAAAAAAAAQD/2gAMAwEAAhEDEQA/ANAWrGTVNWRmvO6SuZ3c33IAAWYhf//Z","siteTwitter":"@hirnfick_20","creatorTwitter":"@tux0r","readTime":3,"description":null,"toc":null,"summary":null},{"id":"zUOYU2foc","title":"Corals swap in heat-resistant algae to better cope with global warming","shortId":"zUOYU2foc","createdAt":"2021-05-17T18:07:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27021247,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277726-corals-swap-in-heat-resistant-algae-to-better-cope-with-global-warming/","canonicalUrl":"https://www.newscientist.com/article/2277726-corals-swap-in-heat-resistant-algae-to-better-cope-with-global-warming/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1bf0ced10d5e8c529e7dac8eb8477c4b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAIBBQAAAAAAAAAAAAACAQMEEQAhBQYSFCOh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQABBQEAAAAAAAAAAAAAAAABAAMEEpEi/9oADAMBAAIRAxEAPwCYOS1xbsGBInL5cmMEsRaAu4RJFWluxW02m9ZEOdUOo4SEDt2t+yvlYxiuSn7Hs6omIceoNBi//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Oj4gOVDd4","title":"Covid-19 news: Antibody levels could help predict vaccine efficacy","shortId":"Oj4gOVDd4","createdAt":"2021-05-17T18:07:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27021247,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-antibody-levels-could-help-predict-vaccine-efficacy/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-antibody-levels-could-help-predict-vaccine-efficacy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c91ca59cb97b303a30968c0028956d32","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQIDEQAFBAcTIQYSIjEyUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABEVES/9oADAMBAAIRAxEAPwDLXDMO5t6buObYGKQg6iFI8yN46TEcqh72HeainOhQSAOG7GYESWlyftKUHlNXShFZh//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":59,"description":null,"toc":null,"summary":null},{"id":"wGP9Sy2N-","title":"Zombie mink slaughtered due to coronavirus are 'rising' from mass graves","shortId":"wGP9Sy2N-","createdAt":"2021-05-17T18:02:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:51:07.000Z","url":"https://www.livescience.com/denmark-zombie-mink-mass-grave-excavation.html","canonicalUrl":"https://www.livescience.com/denmark-zombie-mink-mass-grave-excavation.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c8fbb23eecedb8839b17f84eb64f743","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAACAAEEBQMhERMiMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAQABBQAAAAAAAAAAAAAAAAEAAhITMUH/2gAMAwEAAhEDEQA/AJGTdNIrcme6aZJylp+qWWMNfDa9KaOZUmZE1dK8n53NPlEU7NW7Yi0OT//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rsvbef4Sd","title":"ISMRM names incoming president, hands out awards","shortId":"rsvbef4Sd","createdAt":"2021-05-17T17:52:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:27:15.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132410&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132410","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d711246d2bb676a74fbe20138040d43a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwAD/8QAIxAAAgAFAgcAAAAAAAAAAAAAAQIAAwURMQQGEhQhQUJhkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIRISIxof/aAAwDAQACEQMRAD8AbKduOp6mZLVpnC9g7o0ixybj4BY9cxmNy1fyJVu68vj1mEGKDrhG4knc8X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"C6gi_90Ak","title":"Prenatal detection of heart defects lower in Hispanic women, poor areas","shortId":"C6gi_90Ak","createdAt":"2021-05-17T17:52:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:37:21.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132411&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132411","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5b9119aa80252c1e172d284da1efdda","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAJRAAAQIFAgcBAAAAAAAAAAAAAQIDAAQFERITIQYHFiNBUYGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQEAAwADAAAAAAAAAAAAAAACAAERAyFR/9oADAMBAAIRAxEAPwDR+IqrUE15zSqapN1DalBlTCHEzLuZAburcGw2AIi2ipLKE5B7K29m/MDuc0rL9Yyjug1q9o54DK9/f0/sOICiir7lzhso7nk//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"JyVZ8gtEu","title":"Dominique Dumont: Important bug fix for OpenSsh cme config editor","shortId":"JyVZ8gtEu","createdAt":"2021-05-17T17:33:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27021213,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:00:00.000Z","url":"https://ddumont.wordpress.com/2021/05/17/important-bug-fix-for-openssh-cme-config-editor/","canonicalUrl":"https://ddumont.wordpress.com/2021/05/17/important-bug-fix-for-openssh-cme-config-editor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"@dod38fr","creatorTwitter":"@dod38fr","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_E0GjK9xG","title":"Ransomware's Dangerous New Trick: Double-Encrypting Your Data","shortId":"_E0GjK9xG","createdAt":"2021-05-17T17:24:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27021204,"tagsStr":"security,cyber,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:21:00.000Z","url":"https://www.wired.com/story/ransomware-double-encryption/","canonicalUrl":"https://www.wired.com/story/ransomware-double-encryption/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ee6884bd5c35592d878ebf123157147","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEIjEyQUL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIABCEjUWGxwf/aAAwDAQACEQMRAD8Aoh2GGxrLHwi2LUKD4Ur++zmckiUu1l7s/WMYUOVhwOzBUXRSdnyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"xgcdHBu6l","title":"PGA Championship Story Lines and Top Picks With Kevin Clark","shortId":"xgcdHBu6l","createdAt":"2021-05-17T17:22:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:19:51.000Z","url":"https://www.theringer.com/2021/5/17/22440581/pga-championship-story-lines-and-top-picks-with-kevin-clark","canonicalUrl":"https://www.theringer.com/2021/5/17/22440581/pga-championship-story-lines-and-top-picks-with-kevin-clark","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb832d78ffd7ce7882173070c82e48b9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQRBQZBEhQhItL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAIABwAAAAAAAAAAAAAAAAABAgMEESIxsf/aAAwDAQACEQMRAD8Ame13GRaNqcO4kuSkZPOOpat25p72hxrR5d5PtJ9oimIqqbffA1k0f//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"F6NURZmmG","title":"5 Ways To Build Trust With Site Visitors","shortId":"F6NURZmmG","createdAt":"2021-05-17T17:08:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27021188,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:07:55.000Z","url":"https://the-webdesigner.co/5-ways-to-build-trust-with-site-visitors/","canonicalUrl":"https://the-webdesigner.co/5-ways-to-build-trust-with-site-visitors/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"xlbPwOShK","title":"Server glitch allowed Eufy owners to see through other homes’ cameras","shortId":"xlbPwOShK","createdAt":"2021-05-17T17:00:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021180,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:55:49.000Z","url":"https://www.theverge.com/2021/5/17/22440298/eufy-privacy-glitch-server-error-camera-feed-exposed","canonicalUrl":"https://www.theverge.com/2021/5/17/22440298/eufy-privacy-glitch-server-error-camera-feed-exposed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/927902ab7e05b076dc47d8a6a9acdd84","ratio":1.91076115485564,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQUxBhJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADESFRsf/aAAwDAQACEQMRAD8AtXjCGQLbW1eUWltbhQRGIMSTgiW9ggAj5vqsv8kyDeRumBCYCTZy9QDgZJ13SlSUsTWM9PsRNsZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MOoFeivi_","title":"Plate tectonics are 3.6 billion years old, oldest minerals on Earth reveal","shortId":"MOoFeivi_","createdAt":"2021-05-17T16:52:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021172,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:42:36.000Z","url":"https://www.livescience.com/crystals-reveal-plate-tectonic-age.html","canonicalUrl":"https://www.livescience.com/crystals-reveal-plate-tectonic-age.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c34fccbf43a8d98659a7fbcf6986ecf","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQhMRESBUFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEFAAMAAAAAAAAAAAAAAAEAAgMEEQUSgf/aAAwDAQACEQMRAD8A0W8VLhaMmgzVcSEAJOkfYPJGuc7zqrjziFjoywf3jg9L9gHPzGqUp7j68c3YvG+lF3XHAF//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YV7tPNN8W","title":"Google’s Phone app can now announce who’s calling when the phone rings","shortId":"YV7tPNN8W","createdAt":"2021-05-17T16:34:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021154,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:30:00.000Z","url":"https://www.theverge.com/2021/5/17/22440391/google-phone-app-android-caller-id-announce-rings","canonicalUrl":"https://www.theverge.com/2021/5/17/22440391/google-phone-app-android-caller-id-announce-rings","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12730547140bcdd769101a4dddceca44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFEQZhYpGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDESH/2gAMAwEAAhEDEQA/AK9Ehxsc3HrMewgFtWto2tFVOtj4PVZi5BKyKZ/JIs+4FWTdAGvM90pU+SpyIdrP/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"trYnKtFJl","title":"Grotesque 'good luck' lamp from Roman Jerusalem is missing half its face","shortId":"trYnKtFJl","createdAt":"2021-05-17T16:32:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021152,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:21:04.000Z","url":"https://www.livescience.com/good-luck-lamp-discovered-roman-jerusalem.html","canonicalUrl":"https://www.livescience.com/good-luck-lamp-discovered-roman-jerusalem.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce6c37ad72edf99e061a3c4dff7edb6d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAwIABBESUQUGExVx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EAB0RAAICAQUAAAAAAAAAAAAAAAECAAMRISIxQbH/2gAMAwEAAhEDEQA/AIjt21f6FaGeUqlEjBuJR1mAcEannnNRNx0lxewxtHmOxxlsOftKUrGIRRnqEbrXJ508n//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yPMLSOjOx","title":"Trst. calls his ‘Fidget Gang’ to action on body work-inducing EP","shortId":"yPMLSOjOx","createdAt":"2021-05-17T16:20:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27021140,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:12:00.000Z","url":"https://dancingastronaut.com/2021/05/trst-calls-his-fidget-gang-to-action-on-body-work-inducing-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/trst-calls-his-fidget-gang-to-action-on-body-work-inducing-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e7a6f23de06d3cd5837458e860bc923","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAwECBQAEERJCBhMhMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAhEhAxNR/9oADAMBAAIRAxEAPwDE5SYtZQ6bRcawnN4bft7LhPtUAyfRLAjaaHvlK1qI/B09488aUoilFlZueQ4muGF//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"D2ra0zcz1","title":"Focusing on personal responsibility still isn’t a good way to manage public health","shortId":"D2ra0zcz1","createdAt":"2021-05-17T16:18:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021138,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:10:15.000Z","url":"https://www.theverge.com/2021/5/17/22440157/masks-cdc-personal-responsibility-public-health","canonicalUrl":"https://www.theverge.com/2021/5/17/22440157/masks-cdc-personal-responsibility-public-health","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48ed74088edf89ead8506b0ce7e806fe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAJRAAAQMCAwkAAAAAAAAAAAAAAQIDBAAFEiEiERMUIyQxMmGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAgEQEAAQIGAwAAAAAAAAAAAAABAgMRAAQxQVHBIUJh/9oADAMBAAIRAxEAPwDMxo6pCI5TuWxKk8GAls8p5OHqE6vM7M/tTrv0WKtUd6xWyQ60cC3lt6nCMio+z3pSqlQoQnOQ7fXlOu9Vwrk8pSrTnGd7HCntM2S/iJrvd1Vf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aAfDGpZ_V","title":"Elon Musk impersonators have stolen more than $2 million in cryptocurrency since October","shortId":"aAfDGpZ_V","createdAt":"2021-05-17T16:18:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021138,"tagsStr":"tech-news,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:17:57.000Z","url":"https://www.theverge.com/2021/5/17/22440425/elon-musk-impersonator-cryptocurrency-bitcoin-twitter-scam-report-ftc","canonicalUrl":"https://www.theverge.com/2021/5/17/22440425/elon-musk-impersonator-cryptocurrency-bitcoin-twitter-scam-report-ftc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2030935e1e1dcee362c32bfa035671a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRABAAEEAQQDAAAAAAAAAAAAAQIAAwQRBQgTFSEiQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/AKOoXlMfGxnjfHWbg49uc7sn5SG4uh1s9j7H7rOdzmIxuSjDAwiIoHYg6P1jtpSkxqKxNV5Wf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5oPtRI3dj","title":"Ensuring patient privacy is key in MRI research projects","shortId":"5oPtRI3dj","createdAt":"2021-05-17T16:12:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021132,"tagsStr":"security,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:11:29.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132405&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132405","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a457f476de0f8f7b55486196b4b49890","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAjEAACAAQFBQAAAAAAAAAAAAABAgADBEEFBhEhIhUxMmGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwAwy5SU8rL9Epo2czZRcsqAg8Qd7nvb7BjiKyUxCpRV0CzWAAtuYuMuzH6RhfNvCZf2RB2xJYknUk7kwBVp6F//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"k30cc58bB","title":"Cloud computing poised to bolster clinical, research MRI","shortId":"k30cc58bB","createdAt":"2021-05-17T16:12:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021132,"tagsStr":"cloud,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:03:26.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132404&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132404","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c5f846799ff49cd1a45e48fb968732e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFB//EACYQAAIBAwIEBwAAAAAAAAAAAAECEQADBAUxBhMVIQcSM2GBkZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAhL/2gAMAwEAAhEDEQA/AGsfhTTen3rXWQnLYctShNp4AJbftuYEfI2qe/h9hM7MmoIVJkT5R2+62HAwcRMd3XFsK4IAYWwDBmRPvQnFx59C1+BTFtwNzGf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"4cBvVBPeL","title":"Tips and tricks for finding lithium batteries in the esophagus on MRI","shortId":"4cBvVBPeL","createdAt":"2021-05-17T16:12:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021132,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:25:32.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132400&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132400","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04a8161c8cc49e201d8712c9467c21d3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgMGB//EACIQAQABAwMEAwAAAAAAAAAAAAECAAMFBBEhBhITMSJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDYM11k47OuPdFqOEjGRbZtxdtkDkj7N/uqOzrfJahNtXIMoixTk/KO9GL8kO49O3JSKC//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5ZuvGV4HR","title":"Canoo’s electric van will start at $34,750","shortId":"5ZuvGV4HR","createdAt":"2021-05-17T16:02:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021122,"tagsStr":"tech-news,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:53:00.000Z","url":"https://www.theverge.com/2021/5/17/22440287/canoo-electric-van-price-deposit-pickup-truck","canonicalUrl":"https://www.theverge.com/2021/5/17/22440287/canoo-electric-van-price-deposit-pickup-truck","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/74efabcc6a297043851dfa6dc801133a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwQABwAAAAAAAAAAAAABAAIRAwQFBhYiQVFUk9L/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8AlcJuGy2mbZWOZuajSIqMLjziIHUxHdVnHeW8m69w+URDvWMhI//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rjD_1BzhF","title":"MAFIA B releases rip-roaring ‘What The F**K’ EP","shortId":"rjD_1BzhF","createdAt":"2021-05-17T16:01:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27021121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:15:00.000Z","url":"https://dancingastronaut.com/2021/05/mafia-b-releases-rip-roaring-what-the-fk-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/mafia-b-releases-rip-roaring-what-the-fk-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c065f70a0509fe7eb628454d5098e8cd","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhBhNRYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AySS66evtIsIJIGsLyCMpLcoGl7wzwSuVAYeQcHj3U866dvbZJdlc8EooOPtKU1pJj//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hZglmru5b","title":"Hermit crabs choose by colour when selecting a new shell for a home","shortId":"hZglmru5b","createdAt":"2021-05-17T15:13:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27021073,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277648-hermit-crabs-choose-by-colour-when-selecting-a-new-shell-for-a-home/","canonicalUrl":"https://www.newscientist.com/article/2277648-hermit-crabs-choose-by-colour-when-selecting-a-new-shell-for-a-home/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24f887b251e2fda173bc1002fbeb3034","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAgYDAQAAAAAAAAAAAAABAxEAAgQFEiEGE2GB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwCRxe03600KNLS8hUNCw7ETlilvWEpcP7r7FFUXfsnxv5Acs9JKYQgZt06xQMMJ/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qBWuUn_O5","title":"A Weekend of Firsts","shortId":"qBWuUn_O5","createdAt":"2021-05-17T15:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021067,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:59:27.000Z","url":"https://www.theringer.com/2021/5/17/22440263/a-weekend-of-firsts","canonicalUrl":"https://www.theringer.com/2021/5/17/22440263/a-weekend-of-firsts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bb554185f8646b2ea9ea4d547fd2123","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAACAgICAwAAAAAAAAAAAAABAgADESEEBRMiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxGxBP/aAAwDAQACEQMRAD8Ag0rYOmbDIUaosFKE4I393JdvEorsdPCnqSNDAiJWwCtSIVL3f0OjHQN6Ryf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cl8H41CCs","title":"Can the Nets Win a Title With Their Offense Alone?","shortId":"cl8H41CCs","createdAt":"2021-05-17T15:07:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021067,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:00:55.000Z","url":"https://www.theringer.com/video/2021/5/17/22439220/can-the-nets-win-a-title-with-their-offense-alone","canonicalUrl":"https://www.theringer.com/video/2021/5/17/22439220/can-the-nets-win-a-title-with-their-offense-alone","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a3d460693b6ab04abd1b3c7acd253e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUGEiLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIRA0Hw/9oADAMBAAIRAxEAPwDKeq2djyHUOQkmgkW4Scwh0lKjAA2VxgmonyV/Yh8nen+UpSTA92yvIBWuT//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"tYnGIcbKX","title":"The Regular Season Is Over. Here Come the NBA Playoffs.","shortId":"tYnGIcbKX","createdAt":"2021-05-17T14:50:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021050,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:43:23.000Z","url":"https://www.theringer.com/2021/5/17/22440217/the-regular-season-is-over-here-come-the-nba-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/17/22440217/the-regular-season-is-over-here-come-the-nba-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1d239ae15c78fb24fc0ad2eb473f458","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQREiFRBRNScf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABACER/9oADAMBAAIRAxEAPwDSJPHxSXFw6STCWe4Mpkd9mi9fGsfyDz3jY91RIQqKNVOBjLDJP7SlHh3WRcv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6hMheGsqq","title":"A Quick Guide to React useCallback Hook","shortId":"6hMheGsqq","createdAt":"2021-05-17T14:38:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27021038,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T05:47:35.000Z","url":"https://blog.alexdevero.com/react-usecallback-hook/","canonicalUrl":"https://blog.alexdevero.com/react-usecallback-hook/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b22e70206c5fdf7d9ac926569aea38e","ratio":1.61259842519685,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgICAwAAAAAAAAAAAAAAAAECAxESMUKB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDElKvRJ1vZdlLnzBAAw5H/2Q==","siteTwitter":"@alexdevero","creatorTwitter":"@alexdevero","readTime":7,"description":null,"toc":null,"summary":null},{"id":"jM7ECI8UF","title":"Glassmorphism CSS Generator","shortId":"jM7ECI8UF","createdAt":"2021-05-17T14:38:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27021038,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":false,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:27:49.000Z","url":"https://markodenic.com/tools/glassmorphism-css-generator/","canonicalUrl":"https://markodenic.com/tools/glassmorphism-css-generator/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a726f4667a27bf9812efec2bf071ad86","ratio":1.78147268408551,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIABAMFBgcSISJBUrH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHxEAAgECBwAAAAAAAAAAAAAAAQIDAAQSEyExQbHB/9oADAMBAAIRAxEAPwCu4nGw+59YypevYBWZOVMFhkB7FPgzd6/WviJ9R8iIyYDIRudfKTdRrGy4RuB1X//Z","siteTwitter":"","creatorTwitter":"@denicmarko","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sMhCWSsDL","title":"Try This One Weird Trick Russian Hackers Hate","shortId":"sMhCWSsDL","createdAt":"2021-05-17T14:29:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27021029,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/try-this-one-weird-trick-russian-hackers-hate/","canonicalUrl":"https://krebsonsecurity.com/2021/05/try-this-one-weird-trick-russian-hackers-hate/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6668496cce91e90c913a6c214728f6de","ratio":2.26153846153846,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQACAwQFERMGFiFTYZTR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAEQH/2gAMAwEAAhEDEQA/ANXZpCkGcwGFGLCAb5nX583VmwKF1TPsv+oiamY//9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Tq8bUpr4E","title":"How to upload a file with Selenium WebDriver.","shortId":"Tq8bUpr4E","createdAt":"2021-05-17T08:58:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":4,"score":27021022,"tagsStr":"selenium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:58:07.000Z","url":"https://itnext.io/how-to-upload-a-file-with-selenium-webdriver-12154e1d1357","canonicalUrl":"https://itnext.io/how-to-upload-a-file-with-selenium-webdriver-12154e1d1357","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3898c80250f7878b881d841f94070ec","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBRQhQRcxM1H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAICAgMAAAAAAAAAAAAAAAEDAhEAQQQSof/aAAwDAQACEQMRAD8AyPkO8lttrczbeFwoDwxfIA88ezn9z1UufXUaaRo9WUoWJUmF84zx1SlU8hMVCHXYv04KmGd3o5//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@testengineerin2","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Fa63oxzl9","title":"You can now explore a surreal Gucci garden inside Roblox","shortId":"Fa63oxzl9","createdAt":"2021-05-17T14:10:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021010,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:04:58.000Z","url":"https://www.theverge.com/2021/5/17/22440134/gucci-garden-roblox-experience-metaverse-date","canonicalUrl":"https://www.theverge.com/2021/5/17/22440134/gucci-garden-roblox-experience-metaverse-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e08cf4bc4eea18188ae596942f276f1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgADERIEBSIUFiExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEx/9oADAMBAAIRAxEAPwCG20dQlKiwQtcFajLkUN/YvKruHXU+GQOPG/n5ESSu4zHUOT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_lmVODNcT","title":"Redbox still exists, plans to go public","shortId":"_lmVODNcT","createdAt":"2021-05-17T14:05:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021005,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:59:34.000Z","url":"https://www.theverge.com/2021/5/17/22440097/redbox-spac-planned-ipo","canonicalUrl":"https://www.theverge.com/2021/5/17/22440097/redbox-spac-planned-ipo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f4278382f65c2455dc9fee2511dddeb","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBxIhFTEyQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgQRUcH/2gAMAwEAAhEDEQA/AITRxh1+6Q7hFFBPKyqfPAz7BGee5BxWxIbS4UTS2rtJIN7MbmTJJ5J4IHwClKSM0Ou9VOWSAysHV//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8qyXPyOB5","title":"Tint - A better color picker","shortId":"8qyXPyOB5","createdAt":"2021-05-17T13:54:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27020994,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T07:00:00.000Z","url":"https://apps.apple.com/us/app/tint-a-better-color-picker/id1551486913?mt=12","canonicalUrl":"https://apps.apple.com/us/app/tint-a-better-color-picker/id1551486913?mt=12","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99554b297e5927ed63af98897b19660e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAhEAADAAEEAgMBAAAAAAAAAAABAgMFAAQGERIhEyIxwf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAMQMEwf/aAAwDAQACEQMRAD8AGKxLB8iEVfn26vNdr4diaAej4/3ShxRLwnauK27UoodmMR2SR2T+arXGYRpicLvKSm+8rjpfJdlBo/1U+2/T71H+S5rKR5HlZSyW9nNN3VVRbsAoDnoAd+hpo51ahNe5KrqwSJtz/9k=","siteTwitter":"@MacAppStore","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_hZ9PzaHY","title":"Razer’s PC gaming starter kit is just $69 at Walmart","shortId":"_hZ9PzaHY","createdAt":"2021-05-17T13:48:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020988,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:47:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/17/22440000/razer-pc-gaming-bundle-lg-tv-eero-6-apple-airpods-deal-sale-amazon","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/17/22440000/razer-pc-gaming-bundle-lg-tv-eero-6-apple-airpods-deal-sale-amazon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e78b9a840be410199c486f7c15f32ca5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFIRJBBhETFP/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQRYf/aAAwDAQACEQMRAD8Aq57FmfxXCYa0n/HFfXsCXbxpuX6qG9gAjiRoDfVbFrmK2YwJbKyRHgC7Ekga2ezSlTmUotYB+xFgCgan/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"z-zCNXRji","title":"The 5 mass extinction events that shaped the history of Earth — and the 6th that's happening now","shortId":"z-zCNXRji","createdAt":"2021-05-17T13:37:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020977,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:16:59.000Z","url":"https://www.livescience.com/mass-extinction-events-that-shaped-Earth.html","canonicalUrl":"https://www.livescience.com/mass-extinction-events-that-shaped-Earth.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb19177bf73497363a39a89953e102ff","ratio":1.0762331838565,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAJBAAAgECAwkAAAAAAAAAAAAAAQIDAAUEBhEUITVCUWFic7L/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAEQAB/9oADAMBAAIRAxEAPwDGIMv5ew9gtj46bFz3G4QiVdmYMItWPL4gHUE7ye1QsgVZGVSWUEgHrTdu4Y3rb6oKkNhcv//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"dD7fac7_A","title":"Amazon stops charging extra for lossless music as Apple enters the fray","shortId":"dD7fac7_A","createdAt":"2021-05-17T13:33:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020973,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:30:38.000Z","url":"https://www.theverge.com/2021/5/17/22440058/amazon-music-hd-price-cut-apple-lossless-audio","canonicalUrl":"https://www.theverge.com/2021/5/17/22440058/amazon-music-hd-price-cut-apple-lossless-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aeca2bcfe2031184b11b08b3b291284a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUTMRJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDURL/2gAMAwEAAhEDEQA/AMbuYwOl1VADD94JbQ6EfAwwHhxsHyouTvbaHkruKSxjldJXVpGIyxBOzr9pSpuR6QeR2t2op2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OfZgBx1nm","title":"Apple announces lossless Apple Music is coming in June at no added cost","shortId":"OfZgBx1nm","createdAt":"2021-05-17T13:30:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020970,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:23:11.000Z","url":"https://www.theverge.com/2021/5/17/22440090/apple-music-lossless-audio-dolby-atmos-support-audio","canonicalUrl":"https://www.theverge.com/2021/5/17/22440090/apple-music-lossless-audio-dolby-atmos-support-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/626c6f5a4bb2ee7c27f73031a1ac97ce","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwQHITERElH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AuboVE0V97bQxuYIahzxIDGCT1cSOHHIz5tbSNBEQf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XajCjVWXY","title":"Who Deserves All-NBA, All-Defensive, and All-Rookie Honors?","shortId":"XajCjVWXY","createdAt":"2021-05-17T13:24:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020964,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:23:39.000Z","url":"https://www.theringer.com/nba/2021/5/17/22440093/nba-awards-voting-teams-rookie-defensive","canonicalUrl":"https://www.theringer.com/nba/2021/5/17/22440093/nba-awards-voting-teams-rookie-defensive","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4a4b58e1ac56d611a4fd104214ca61f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQFEQYSYXFygf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQIAEiMxQVH/2gAMAwEAAhEDEQA/AI3BsGvKcVGbYyK32c2JguKx0kBZJl7kDW/uqwN7jQu9uIBsiIskNkd/NKU6m+w5JysaM7n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":23,"description":null,"toc":null,"summary":null},{"id":"7JsRTVX7y","title":"Europa’s icy shell may have pockets of water that could support life","shortId":"7JsRTVX7y","createdAt":"2021-05-17T13:22:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27020962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277683-europas-icy-shell-may-have-pockets-of-water-that-could-support-life/","canonicalUrl":"https://www.newscientist.com/article/2277683-europas-icy-shell-may-have-pockets-of-water-that-could-support-life/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdded3d21b1c55f3439e761540c08181","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAACAQQBAwUAAAAAAAAAAAABAgMABAURBhITFSEiQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAESH/2gAMAwEAAhEDEQA/AJdx3n/HsRgosYuCs5YDGFn79urtK2vczMRvZO/z4qf3vgpLyd7Y3kUDSM0cegelSfQbP0KUocjrf//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jF6MUAuy9","title":"The Metaverse Is Hosting Its First Virtual Fashion Show","shortId":"jF6MUAuy9","createdAt":"2021-05-17T13:14:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020954,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:00:00.000Z","url":"https://www.vogue.com/article/imvu-virtual-fashion-show-announcement","canonicalUrl":"https://www.vogue.com/article/imvu-virtual-fashion-show-announcement","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ji0rqkpBA","title":"Parler returns to Apple App Store with some content excluded","shortId":"ji0rqkpBA","createdAt":"2021-05-17T13:12:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020952,"tagsStr":"tech-news,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:08:15.000Z","url":"https://www.theverge.com/2021/5/17/22440005/parler-apple-app-store-return-amazon-google-capitol","canonicalUrl":"https://www.theverge.com/2021/5/17/22440005/parler-apple-app-store-return-amazon-google-capitol","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68ba6ed17146493bd5ef4b39e2bda6df","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAJBAAAAUCBQUAAAAAAAAAAAAAAAIDBAUBIQcREjJRFCMxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/ANmwzlF5JvPsllFTUipA7Giih9ZlMilNq8WpfbfLkTctjdSr31N9fRefgAKzoWz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lH4HLsILw","title":"More accurate clocks may add more disorder to the universe, scientists say","shortId":"lH4HLsILw","createdAt":"2021-05-17T13:03:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020943,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:47:02.000Z","url":"https://www.livescience.com/accurate-clocks-produce-more-entropy.html","canonicalUrl":"https://www.livescience.com/accurate-clocks-produce-more-entropy.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06befdf71cbe658f28fa5a2ceee2dffb","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMCBwEAAAAAAAAAAAAAAQACBAURAwYhJDEyQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyOlTaS3K8yPMgPfPI2+OxwADrjuPRa/HxSxGpRETf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ZG4GhSAsE","title":"Microsoft Teams launches for friends and family with free all-day video calling","shortId":"ZG4GhSAsE","createdAt":"2021-05-17T13:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020942,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:00:00.000Z","url":"https://www.theverge.com/2021/5/17/22439924/microsoft-teams-personal-version-launch-available-download","canonicalUrl":"https://www.theverge.com/2021/5/17/22439924/microsoft-teams-personal-version-launch-available-download","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/830a936b8e79ceea537d68c71aa6ce3e","ratio":1.90751445086705,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIDEQAEBQZx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRUf/aAAwDAQACEQMRAD8AvHMeT2fNeDbmg1duUudYUyIFW6F/M3LmIOwMCXeMYZSxZRvIxciqxzs//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aCM2Za5f1","title":"Twitch is lowering subscription prices — but says streamers will earn more money","shortId":"aCM2Za5f1","createdAt":"2021-05-17T13:02:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020942,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:00:00.000Z","url":"https://www.theverge.com/2021/5/17/22431716/twitch-localized-subscription-prices-many-countries-not-us","canonicalUrl":"https://www.theverge.com/2021/5/17/22431716/twitch-localized-subscription-prices-many-countries-not-us","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c13186a6e9b483ffd29eb247e9383f97","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAzETIQQREiOC/8QAFAEBAAAAAAAAAAAAAAAAAAAAB//EABsRAAICAwEAAAAAAAAAAAAAAAECAFEDBBGx/9oADAMBAAIRAxEAPwDKZBAzkxiGF5Hj7HhxfuthwGrpWxdXJIfpES4qgEm416+FVLc9Nmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"A1M_evltc","title":"The 2021 Tournament of Champions and the Science (OK, Art) of Measuring ‘Jeopardy!’ Skill","shortId":"A1M_evltc","createdAt":"2021-05-17T12:54:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020934,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:46:13.000Z","url":"https://www.theringer.com/tv/2021/5/17/22436693/tournament-of-champions-jeopardy-predictions","canonicalUrl":"https://www.theringer.com/tv/2021/5/17/22436693/tournament-of-champions-jeopardy-predictions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e905677a37442219928354d217c5c14c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDAAQRIQUSE0H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABkRAQADAQEAAAAAAAAAAAAAAAEAAjEDIf/aAAwDAQACEQMRAD8AyDZqs3vGz5nVAt161PjGXqlZJYr2cr+OQZ2DjGVO3pWzrsOyrP/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"FJlnRfxMC","title":"Another report claims Samsung will ditch Tizen for Wear OS with next smartwatch","shortId":"FJlnRfxMC","createdAt":"2021-05-17T12:49:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020929,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:42:24.000Z","url":"https://www.theverge.com/2021/5/17/22439989/samsung-galaxy-watch-4-wear-os-tizen-switch","canonicalUrl":"https://www.theverge.com/2021/5/17/22439989/samsung-galaxy-watch-4-wear-os-tizen-switch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4008305332eaa370e01e7c8a3a22b23","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRMhMiNBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAACAATwASEyQVH/2gAMAwEAAhEDEQA/AM3j1l7vSo1ntrVVECoEhiWNMFFHUDk+85yTyajZr87r+GPsftKUZvYinUtziM1Rf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mbQ2unpYM","title":"Male parasitic wasp can sniff out female mates ready to burst from their hosts","shortId":"mbQ2unpYM","createdAt":"2021-05-17T12:31:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020911,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:19:56.000Z","url":"https://www.livescience.com/male-jewel-wasps-sniff-females-inside-host.html","canonicalUrl":"https://www.livescience.com/male-jewel-wasps-sniff-females-inside-host.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f92df2ebb5f1f4d92ba3fb66cf6f90fa","ratio":1.77704194260486,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQMCAAQFEQYTMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEAAwAAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwCTk3LLnlPMpts81m8ZYla1LTbT6z2CWySRLWvD5v54K3XHX+TVj7Zbsk17YKjGTZriDMgDcj+n2lKjV1hYwn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-lBfT9pRx","title":"The Caloric Experience Diet, Asian Pears, and Curly Fries","shortId":"-lBfT9pRx","createdAt":"2021-05-17T12:23:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:18:01.000Z","url":"https://www.theringer.com/2021/5/17/22440002/the-caloric-experience-diet-asian-pears-and-curly-fries","canonicalUrl":"https://www.theringer.com/2021/5/17/22440002/the-caloric-experience-diet-asian-pears-and-curly-fries","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1577d654e08338f3814fe79d1267823d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBiFREzEzYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMyUcH/2gAMAwEAAhEDEQA/AKL6Rr02JwUZOoCdwN+2OfdYs+pVimkjFo5CMV8/B+UpUyhA+Wh2Ovcpjs8n/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1KqqluaBj","title":"Nsé Ufot on What It Takes To Turn a Red State Blue and Fighting Voter Suppression","shortId":"1KqqluaBj","createdAt":"2021-05-17T12:23:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:19:24.000Z","url":"https://www.theringer.com/2021/5/17/22439992/nse-ufot-on-what-it-takes-to-turn-a-red-state-blue-and-fighting-voter-suppression","canonicalUrl":"https://www.theringer.com/2021/5/17/22439992/nse-ufot-on-what-it-takes-to-turn-a-red-state-blue-and-fighting-voter-suppression","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79d2e3c103ad160f8273b57bc00a93b3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABBBEDEyEiI0FxodH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAIDAQAAAAAAAAAAAAAAAAACARIxIv/aAAwDAQACEQMRAD8AryskyOIyGxExCLVpC1cqvZvKy/S7A/r4iI0Vwqdaf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"o2d5dZgcY","title":"19 Deals That Make Great Last-Minute Graduation Gifts","shortId":"o2d5dZgcY","createdAt":"2021-05-17T12:02:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020882,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:00:00.000Z","url":"https://www.wired.com/story/last-minute-graduation-gift-ideas-deals-2021/","canonicalUrl":"https://www.wired.com/story/last-minute-graduation-gift-ideas-deals-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/439275ee9a7a4cec3da6ced409288e53","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABQQDAQAAAAAAAAAAAAAAAQIDBAYREjEFEyJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAcEQEAAgEFAAAAAAAAAAAAAAABAgMABEFxssH/2gAMAwEAAhEDEQA/AK2oYEh6ruFkJnvNslYuhN8ckqyNW/peTuWhVgAkOqmyqpHYezj9YEpc+Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"T2h_zQ63U","title":"Warriors-Lakers, the DOA Celtics, Western Conference Predictions, Play-in Matchups, All-NBA Ballots, and More With Ryen Russillo","shortId":"T2h_zQ63U","createdAt":"2021-05-17T12:16:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020896,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:58:14.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/16/22439512/warriors-lakers-the-doa-celtics-western-conference-predictions-play-in-matchups-all-nba-ballots","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/16/22439512/warriors-lakers-the-doa-celtics-western-conference-predictions-play-in-matchups-all-nba-ballots","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c3dacff3b66c58e88777b7957ea1676","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDEQAEBRIhMlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARMf/aAAwDAQACEQMRAD8A1kcHrzNykG7JNO8qq8coIRtdSGAROoFAGz7f17lbSRNfTghXu4jjVAztbGhVk/uMYckjq9v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ps6dtzYzS","title":"These Tools Can Help You Find Your Lost Devices","shortId":"Ps6dtzYzS","createdAt":"2021-05-16T11:07:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27019387,"tagsStr":"apple,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T07:00:00.000Z","url":"https://www.wired.com/story/all-the-ways-find-lost-phone-airtags-tile/","canonicalUrl":"https://www.wired.com/story/all-the-ways-find-lost-phone-airtags-tile/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d03efc79ca70e66fa4ec524ec5561cd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAACAQUAAwAAAAAAAAAAAAABAgQAAxETMSEiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAQUBAAAAAAAAAAAAAAAAAQACAxEh8P/aAAwDAQACEQMRAD8AnyY7zY8G017WhDkrbUKDjDc+5PambnT0K2mK+MlO0pUWJxLQD2oMW3a//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Q7cKrkWFf","title":"An Ode to Detective Colin Zabel, the Romantic Heart of ‘Mare of Easttown’","shortId":"Q7cKrkWFf","createdAt":"2021-05-17T12:16:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020896,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:15:00.000Z","url":"https://www.theringer.com/tv/2021/5/17/22439741/detective-colin-zabel-evan-peters-mare-of-easttown","canonicalUrl":"https://www.theringer.com/tv/2021/5/17/22439741/detective-colin-zabel-evan-peters-mare-of-easttown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7357e8f16d32eed35bd6f80c6a3570d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFEQYiQRL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRElGB/9oADAMBAAIRAxEAPwDV5hloKOMxjWUGPEuz3kJ+CNHY16qq89GavFK7GRAvaHHufQiJb3asYhI9l/EF23uf/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"fm32Y7Mh6","title":"5 Ways You Can Contribute to the Web Design Community","shortId":"fm32Y7Mh6","createdAt":"2021-05-17T12:10:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27020890,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T21:39:57.000Z","url":"https://speckyboy.com/contribute-to-the-web-design-community/","canonicalUrl":"https://speckyboy.com/contribute-to-the-web-design-community/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff05c7f7aacf0b7d2e4f25511acb9a43","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAADAAICAgMAAAAAAAAAAAABAgMAIQQRBQYSFWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/ALn2uXsv3UT47yPJtNizIsPhEyQ662QGb9Iy14TmfDglr1eqzUOz7YkDZPWu8Yy5kFcNdOb/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"d7bVazoZw","title":"Artistic interpretation of iconic logos","shortId":"d7bVazoZw","createdAt":"2021-05-17T12:08:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27020888,"tagsStr":"adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/119412369/Artistic-interpretation-of-iconic-logos","canonicalUrl":"https://www.behance.net/gallery/119412369/Artistic-interpretation-of-iconic-logos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/caacbd29d4be296249bd535193707d6d","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAJBAAAgEBCAIDAAAAAAAAAAAAAQIDAAQFBhESISIxBxQVQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A3PIVpxJemMrHBc8x+G9YO7paDCQNi+oZcuI22PdWwwQRwxpG5iRVAVGGoqMuifsj9pSqYMFC/9k=","siteTwitter":"@behance","creatorTwitter":"@RusKhasanov","readTime":0,"description":null,"toc":null,"summary":null},{"id":"rc03L1sGf","title":"The ‘Charlie bit my finger’ video is being auctioned as an NFT — then deleted ‘forever’","shortId":"rc03L1sGf","createdAt":"2021-05-17T12:06:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020886,"tagsStr":"blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:00:00.000Z","url":"https://www.theverge.com/2021/5/17/22437088/charlie-bit-my-finger-video-nft-deletion-youtube-auction","canonicalUrl":"https://www.theverge.com/2021/5/17/22437088/charlie-bit-my-finger-video-nft-deletion-youtube-auction","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f5d08a517d69241b5777b5d19fd9001","ratio":1.91235059760956,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABRJBBxMiMYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxES/9oADAMBAAIRAxEAPwCK6Sy5KxJjJe2NwUpcFJB7m51IpV36s/CRmlpWoTY8p5lubJ2NrKE+fANDjGMC6K6ErexR/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TREgfJ2Lb","title":"6 Great Next-Gen Xbox Series X/S Games You Can Play Now","shortId":"TREgfJ2Lb","createdAt":"2021-05-17T12:01:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020881,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:00:00.000Z","url":"https://www.wired.com/gallery/best-xbox-series-x-series-s-games/","canonicalUrl":"https://www.wired.com/gallery/best-xbox-series-x-series-s-games/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c3192917f7f722332d57487d4cbef30","ratio":1.90930787589499,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIEAAMRBQYSITEyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDETH/2gAMAwEAAhEDEQA/ANXUNzTdCeZO5GQ8jjdCM2FtAj5Xo4Huce5qcbx3BcHNL8BFbsKIpwoP590pSE1GWRb7P//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"z-Mz77Irr","title":"Nitrogen pollution is the environmental threat we must hear more about","shortId":"z-Mz77Irr","createdAt":"2021-05-17T11:52:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27020872,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033342-700-nitrogen-pollution-is-the-environmental-threat-we-must-hear-more-about/","canonicalUrl":"https://www.newscientist.com/article/mg25033342-700-nitrogen-pollution-is-the-environmental-threat-we-must-hear-more-about/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b22e17488f0fa43e944458be7f81106","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQIDBBEABRITITFBUnGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQABBAMBAAAAAAAAAAAAAAACAAEDBBESMUH/2gAMAwEAAhEDEQA/ALHojsXSBwYrTc5xG91p59TiSKtIuvGj7PXMManJoboMJJ7i18vuMYKrOYBqPFEmsG0pNn1f/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TbA-5jP-p","title":"Century-old water valve invented by Nikola Tesla could have modern use","shortId":"TbA-5jP-p","createdAt":"2021-05-17T11:52:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27020872,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277794-century-old-water-valve-invented-by-nikola-tesla-could-have-modern-use/","canonicalUrl":"https://www.newscientist.com/article/2277794-century-old-water-valve-invented-by-nikola-tesla-could-have-modern-use/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f0e64d6fc9b68da307834995828bffb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhABAAAFAgcAAAAAAAAAAAAAAQACAwQRBVEGEhMhM9HS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAwECBDH/2gAMAwEAAhEDEQA/ANuttdqchI1JWYSVC0TumQ8z63i84ht8GauHbozfcIQOWTUis1XXw//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RfI1U_yyj","title":"On the hunt for platypus DNA in Australia's waterways","shortId":"RfI1U_yyj","createdAt":"2021-05-17T11:51:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27020871,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277589-on-the-hunt-for-platypus-dna-in-australias-waterways/","canonicalUrl":"https://www.newscientist.com/article/2277589-on-the-hunt-for-platypus-dna-in-australias-waterways/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3efad5a45cface8ff3c79172aeb6c64e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQREiExBQYiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EAB4RAAIBAwUAAAAAAAAAAAAAAAECBAADERIhQWGx/9oADAMBAAIRAxEAPwDLWRsY7hBNLLHE0wRAw1YO5VdufEZJOOKjN3F0ZppGtp7ZoCxMbNYMCV9EjV8pSkOOkhmFzfGKppD2ANHPQPtf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"baDUlPJgy","title":"AT&T is merging WarnerMedia with Discovery to create a new media giant","shortId":"baDUlPJgy","createdAt":"2021-05-17T11:48:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020868,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:45:53.000Z","url":"https://www.theverge.com/2021/5/17/22439964/at-t-warnermedia-discovery-merger-spin-off","canonicalUrl":"https://www.theverge.com/2021/5/17/22439964/at-t-warnermedia-discovery-merger-spin-off","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/868d8ee6c4188f627fab25e1ed0c739b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAcEAACAgMBAQAAAAAAAAAAAAABAgMRAAQxBRL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AIvo7McvnzK+ujySqAkjm2i+TZrneYXXlZQwnABF0UvGMSrCtRh//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"oJOgojDZ8","title":"Do animals laugh?","shortId":"oJOgojDZ8","createdAt":"2021-05-17T11:18:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020838,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:03:00.000Z","url":"https://www.livescience.com/do-animals-laugh.html","canonicalUrl":"https://www.livescience.com/do-animals-laugh.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3521125da409bed803ae038e271095c2","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMCBwEAAAAAAAAAAAAAAgABAwUSBAYRITEyUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAQADAQAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDRqJRICpcjnaVwaCzj1f1S82WMKU0hWR7k78fURFrXKHmInZQvHP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"La78RxX8G","title":"NASA's Perseverance rover on Mars has found some mysterious rocks (photos)","shortId":"La78RxX8G","createdAt":"2021-05-17T11:04:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/mars-rover-perseverance-mysterious-rocks-photos.html","canonicalUrl":"https://www.space.com/mars-rover-perseverance-mysterious-rocks-photos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7544f638d2f512b570318d722ab354c2","ratio":1.76470588235294,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIABAUhAxMVMVFj/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwCHK3RNV2eqBKdqFAU58mlbzXkA7y5+YiIfQkRf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xoNyUiPoj","title":"Rarely seen supersized moth with 10-inch wingspan found at Australian school","shortId":"xoNyUiPoj","createdAt":"2021-05-17T11:04:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/giant-wood-moth-found-at-australian-school.html","canonicalUrl":"https://www.livescience.com/giant-wood-moth-found-at-australian-school.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/662f80dff39f6863ec64c41ae3e45a8b","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIFAAMEERIUISJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwCLGyE+mPhx8pyuFwhiJtyFtbPEr2pBJBGgPvv7Whsw8QlpFZrQKqAQG6pSptiKpxRkZUABwT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jdkN8lao4","title":"Weird chromosome loss found in these creeping voles","shortId":"jdkN8lao4","createdAt":"2021-05-17T11:04:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:17.000Z","url":"https://www.livescience.com/creeping-voles-y-chromosome.html","canonicalUrl":"https://www.livescience.com/creeping-voles-y-chromosome.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8816b83e704c7f65f54591978df1b640","ratio":1.09090909090909,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJxAAAQIDBQkAAAAAAAAAAAAAAQMEAAIFBhESITETIzQ2QWFxcrH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB0RAAEDBQEAAAAAAAAAAAAAABEAAgMEEyEx8HH/2gAMAwEAAhEDEQA/AI7KUlJOjy7NJuqCApPNqRflhJ0GWcEXwooeuADfvJuneEtnuTlfAjL3XFLe5+wqiW64gDu9UcLN5X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0CcnufdJG","title":"Mars may still be volcanically active, study finds","shortId":"0CcnufdJG","createdAt":"2021-05-17T11:04:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/mars-still-volcanically-active-elysium-planitia.html","canonicalUrl":"https://www.space.com/mars-still-volcanically-active-elysium-planitia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0028e349fcb79a9222015163bc91aa1e","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFIRIREzFBgqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AmzmOWuhjzFDDIi85nC8u6rDQ3sEH3+VvXMX0ahEYcVHQbHgfNKUH/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Tq2hWArMz","title":"Space launch traffic may influence mysterious night-shining clouds in Earth's atmosphere","shortId":"Tq2hWArMz","createdAt":"2021-05-17T11:04:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/rocket-experiment-creates-night-shining-clouds.html","canonicalUrl":"https://www.space.com/rocket-experiment-creates-night-shining-clouds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a477efdd761993b479e7d88c9cb9eac0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEQYTMVFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABEQACAxP/2gAMAwEAAhEDEQA/AMhj41DY4K0yl+6qt5JJGsRTqdlA8gb22x7AqqLAxmJClhMykDRMqAkfKUo+lk3GGNSZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3zNCGLO7r","title":"Mexico City Could Sink Up to 65 Feet","shortId":"3zNCGLO7r","createdAt":"2021-05-17T11:03:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:00:00.000Z","url":"https://www.wired.com/story/mexico-city-could-sink-up-to-65-feet/","canonicalUrl":"https://www.wired.com/story/mexico-city-could-sink-up-to-65-feet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f77c7a316619fc8c21ea3082746d08e8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBBEABRITYRQhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwDLPzpLPisJlSypwvjcp4muNFj12e8jI1ie4hKxLkJChdcyzV/cYxukeMDJf//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"n2-5RG-FG","title":"Google IO 2021: How to Watch It, and What to Expect","shortId":"n2-5RG-FG","createdAt":"2021-05-17T11:03:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020823,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:00:00.000Z","url":"https://www.wired.com/story/how-to-watch-google-io-2021/","canonicalUrl":"https://www.wired.com/story/how-to-watch-google-io-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be1609816b86add52c5578778ee53014","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBABAQACAgMAAAAAAAAAAAAAAQIAAwUGBBEh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAf/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADBBET/9oADAMBAAIRAxEAPwDSz2Tya4ydxEmybKH2v0Mm7O5cmXQVIChjGD85A6MqE8PQ7rGTP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"W5YnZ3uIV","title":"Covid Forced America to Make More Stuff. What Happens Now?","shortId":"W5YnZ3uIV","createdAt":"2021-05-17T11:03:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:00:00.000Z","url":"https://www.wired.com/story/software-entrepreneur-pandemic-pivot-manufacturing-masks/","canonicalUrl":"https://www.wired.com/story/software-entrepreneur-pandemic-pivot-manufacturing-masks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4d6ccb9d85a8aafb3edf3ce52a3974e1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIEAAMRQQUGEhQhMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAEUH/2gAMAwEAAhEDEQA/AJliFfdWPeMCvWwYLg5VguiBsn1j5Wmg8p8FlQo8hrUwNdtrcIEx/BIzqlKO8pgX/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"sUtZKwXbd","title":"Vietnamese Myth and Magic Come Alive in Hoa","shortId":"sUtZKwXbd","createdAt":"2021-05-17T11:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:00:00.000Z","url":"https://www.wired.com/story/vietnamese-culture-storytelling-hoa-impressions/","canonicalUrl":"https://www.wired.com/story/vietnamese-culture-storytelling-hoa-impressions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a922cec0805e67d52350a3a294fd769","ratio":1.91150442477876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERMhFeLw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDBBH/2gAMAwEAAhEDEQA/ALS5/KN5C+iueMY9Y1SIKNMHOuz9utMlreM7Mb1SSSe4valKlbDRJ5cHKromf//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"dKNT0JQM0","title":"That’s no moon: veteran Apple designer unveils $1,799 Cell Alpha speaker","shortId":"dKNT0JQM0","createdAt":"2021-05-17T11:00:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020820,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:59:20.000Z","url":"https://www.theverge.com/2021/5/17/22439925/syng-cell-alpha-wi-fi-speaker-apple-designer-death-star-triphonic","canonicalUrl":"https://www.theverge.com/2021/5/17/22439925/syng-cell-alpha-wi-fi-speaker-apple-designer-death-star-triphonic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8431e390cda2beb2dbe488db2ca6586e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgABBAMFESESEzFBof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwC1SdJnW63XSVKlnKdzDh3P1b47cPb7+LQjWIRYfOGxlERmVVkNBwv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1K7Mif_xe","title":"Bleu Clair and Matroda execute a nostalgic merger that supplies the ultimate ‘Disco Tool’","shortId":"1K7Mif_xe","createdAt":"2021-05-17T10:51:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27020811,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:45:00.000Z","url":"https://dancingastronaut.com/2021/05/bleu-clair-and-matroda-execute-a-nostalgic-merger-that-supplies-the-ultimate-disco-tool/","canonicalUrl":"https://dancingastronaut.com/2021/05/bleu-clair-and-matroda-execute-a-nostalgic-merger-that-supplies-the-ultimate-disco-tool/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d868e6d064131df409eae63570e00d7b","ratio":1.54867256637168,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFERIhBgcxIv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACQf/aAAwDAQACEQMRAD8Amu0iRonPuJ0mmpWJKZBedzJyW4MsT7q2A8jaDrmizID60Aqd+yVN3NzvZvCET65IBf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OqYC48dOZ","title":"The 2021 MLB Quarter-Season Power Rankings","shortId":"OqYC48dOZ","createdAt":"2021-05-17T10:35:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020795,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:30:00.000Z","url":"https://www.theringer.com/mlb/2021/5/17/22439554/mlb-quarter-season-power-rankings-white-sox-dodgers-cardinals-red-sox","canonicalUrl":"https://www.theringer.com/mlb/2021/5/17/22439554/mlb-quarter-season-power-rankings-white-sox-dodgers-cardinals-red-sox","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e66d1d92f6ef97a7e5e15b8ebc8203df","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMCBQAEBhJhBxMj/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EAB8RAAECBgMAAAAAAAAAAAAAAAEDEgACBCExQREUIv/aAAwDAQACEQMRAD8AjyLy2w+nXV+v6OEGF0OfISMe+8xVluSzTY6pSmqC4NnGIKwSACQMYwCA7EjlvR5Ob7MMTUmoiymLBbFtCP/Z","siteTwitter":"","creatorTwitter":"","readTime":28,"description":null,"toc":null,"summary":null},{"id":"uUtIjyYXH","title":"Creating Business Workflows with Azure Logic Apps","shortId":"uUtIjyYXH","createdAt":"2021-05-17T06:01:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"codemaze","views":7,"score":27020789,"tagsStr":"business,azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-17T06:00:38.000Z","url":"https://code-maze.com/creating-business-workflows-with-azure-logic-apps/","canonicalUrl":"https://code-maze.com/creating-business-workflows-with-azure-logic-apps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0317635b6a9207d62016be12bf6c5af5","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAARIQUGEgciMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AL3qXqMOFtJlM1l5TU3nFAY4pKbgHzjF0/DWSJchl6U86ELstaldxucn3SlRmGv/2Q==","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":10,"description":null,"toc":null,"summary":null},{"id":"eBYAhaJg7","title":"An Ode to Detective Colin Zabel, the Romantic Heart of ‘Mare of Easttown’","shortId":"eBYAhaJg7","createdAt":"2021-05-17T10:18:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:15:00.000Z","url":"https://www.theringer.com/tv/2021/5/17/22439741/detective-colin-zabel-peter-evans-mare-of-easttown","canonicalUrl":"https://www.theringer.com/tv/2021/5/17/22439741/detective-colin-zabel-peter-evans-mare-of-easttown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7357e8f16d32eed35bd6f80c6a3570d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFEQYiQRL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRElGB/9oADAMBAAIRAxEAPwDV5hloKOMxjWUGPEuz3kJ+CNHY16qq89GavFK7GRAvaHHufQiJb3asYhI9l/EF23uf/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"Av-udHG7l","title":"Excision unveils Reunion lineup—Subtronics, Dion Timmer, 12th Planet b2b Wooli, and more","shortId":"Av-udHG7l","createdAt":"2021-05-17T10:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27020761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/excision-unveils-reunion-lineup-subtronics-dion-timmer-12th-planet-b2b-wooli-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/excision-unveils-reunion-lineup-subtronics-dion-timmer-12th-planet-b2b-wooli-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c21c68cd7d866555c106e9865895834","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFERIhQTFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAdEQACAgEFAAAAAAAAAAAAAAABAgAEAxIhMXHB/9oADAMBAAIRAxEAPwDMVyNvZpko2Jli4kqyLo8z86I/PTVmzzUaWkCyyRCRUUMDGSd6779pSia6uN5Yl7JXOheB34RP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1lxHUIi7m","title":"Automating Cloudflare Tunnel with Terraform","shortId":"1lxHUIi7m","createdAt":"2021-05-14T13:08:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cloudflare","views":11,"score":27016917,"tagsStr":"automation,terraform,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:00:00.000Z","url":"https://blog.cloudflare.com/automating-cloudflare-tunnel-with-terraform/","canonicalUrl":"https://blog.cloudflare.com/automating-cloudflare-tunnel-with-terraform/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/214db746659cec2abac25c696a2be36b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRABAAICAgMAAAAAAAAAAAAAAQACAxEEEyFhkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/ANQYsWTpQ5F9ttig69S5V15uvyIgcibf/9k=","siteTwitter":"@cloudflare","creatorTwitter":"@tenaciousdlg","readTime":10,"description":null,"toc":null,"summary":null},{"id":"N2Wo3BbP0","title":"The Key to NBA Playoff Upsets? Beating the Blitz.","shortId":"N2Wo3BbP0","createdAt":"2021-05-17T10:01:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:00:00.000Z","url":"https://www.theringer.com/nba/2021/5/17/22439801/nba-play-in-playoffs-steph-curry-damian-lillard","canonicalUrl":"https://www.theringer.com/nba/2021/5/17/22439801/nba-play-in-playoffs-steph-curry-damian-lillard","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5dbda7f75d70fa5d12ae03861a686c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAACAQMEAAURBiESExUxMkFy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAERAAKRsf/aAAwDAQACEQMRAD8AkLFpqHcNCQZiNssyG14icFlCI9ixlV+anrqNt6nMzbgzzj7EiJ5L6QdqUpUFnI9rFCf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"hc_JbxEzs","title":"Eric Prydz realizes triumphant, four-hour return to Club Space","shortId":"hc_JbxEzs","createdAt":"2021-05-17T09:31:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27020731,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-jumpstart-the-day-with-four-hours-of-eric-prydz-live-from-club-space/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-jumpstart-the-day-with-four-hours-of-eric-prydz-live-from-club-space/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e15c3decf899e5dba1d94f3e939a0383","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAADAQIEEQAhBRIHFDFR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB0RAQABAwUAAAAAAAAAAAAAAAEDAAIhBBEScZH/2gAMAwEAAhEDEQA/AJ/wopgpqHb653SdHIdqtaN/ZL61a2m7Wq/Ly7x/LsOLHFHFxUd4wtQbXb2iJSL8xjHDaQ435CgNTGQJdFhced1//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Qj8OhArfM","title":"Milk Talk’s ‘Sunshower’ gets a recasting courtesy of Qrion","shortId":"Qj8OhArfM","createdAt":"2021-05-17T09:31:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27020731,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/qrion-returns-with-melodic-house-remix-of-milk-talks-sunshower/","canonicalUrl":"https://dancingastronaut.com/2021/05/qrion-returns-with-melodic-house-remix-of-milk-talks-sunshower/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9c8436968ded0658827713571cfcbf2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAQQDAQAAAAAAAAAAAAABAwIABAUxERIhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEQMEUf/aAAwDAQACEQMRAD8AmMtkBlLZbRZsK0CIcubR25BIHUa2ffTyPlSNwi1ZcNnNJ7SkSdb5pSqMZNvXYuwxeixn/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2sKLDZXHo","title":"Sharp’s new flagship phone has a giant 1-inch camera sensor and Leica branding","shortId":"2sKLDZXHo","createdAt":"2021-05-17T08:29:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020669,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:26:00.000Z","url":"https://www.theverge.com/2021/5/17/22439883/sharp-aquos-r6-japan-biggest-phone-camera-sensor-1-inch","canonicalUrl":"https://www.theverge.com/2021/5/17/22439883/sharp-aquos-r6-japan-biggest-phone-camera-sensor-1-inch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f0829d85884480966b75ef83d816737","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHBAAAgMBAQEBAAAAAAAAAAAAAQIDBBEABiGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJmsd9ZWqygSwze6sLKrbkgIXQfw52u6SJXpV4YEWOKONURF+BVAwAc5wf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"H8HJBwQ9L","title":"Apple teases major Music announcement as lossless streaming rumors mount","shortId":"H8HJBwQ9L","createdAt":"2021-05-17T08:29:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020669,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:27:19.000Z","url":"https://www.theverge.com/2021/5/17/22439885/apple-music-tease-hi-fi-lossless-music-streaming","canonicalUrl":"https://www.theverge.com/2021/5/17/22439885/apple-music-tease-hi-fi-lossless-music-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f887ea5f26aa6d7375e57dd097caed41","ratio":1.90893470790378,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFEQYSIVEHMUGi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBBJR0f/aAAwDAQACEQMRAD8A0LW10mwfLVvZjXS7sxzHTmKzJSmOo7HTkoKDk8d/B1VlGq7iEJBkPHj2dmT+KUqa6dkC4w1CQoI3yf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WQmpjj4YD","title":"Greyscale Prisms : Chapter 2.","shortId":"WQmpjj4YD","createdAt":"2021-05-17T08:11:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27020651,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/119560283/Greyscale-Prisms-Chapter-2","canonicalUrl":"https://www.behance.net/gallery/119560283/Greyscale-Prisms-Chapter-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5243ccd7f7d718eb9ed8d2bf8d28f9a2","ratio":0.883280757097792,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAJBAAAgEDAwMFAAAAAAAAAAAAAQIDBAURABIhBjFBEyIyYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AQrOqruLlWRw3Wu9BJpFb34aNAzZx4wAuAe/P5rY2e4XKa00Upr3cvAjbndWJyoOSdvJ+9U1XR1hlmmle3rvmkaR8SOMs3yOAfOkKaz0MFNFDFBtjjQIqh24AGAO+gv/Z","siteTwitter":"@behance","creatorTwitter":"@mwm_graphics","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Z6M-Oa-xO","title":"Pine64 veröffentlicht Mai-Report","shortId":"Z6M-Oa-xO","createdAt":"2021-05-17T07:49:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020629,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:16:00.000Z","url":"https://linuxnews.de/2021/05/pine64-veroeffentlicht-mai-report/","canonicalUrl":"https://linuxnews.de/2021/05/pine64-veroeffentlicht-mai-report/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca40b624ce366e387e6241f5ccbac527","ratio":1.53930131004367,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBSEGgaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEDMf/aAAwDAQACEQMRAD8Anz6bIC8VyehEiGQo2gRtjKxDN2GJsWTZuj7zQ6jKOtCyRbIF9E/cYwosBn//2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lEu1I8tVx","title":"How to Build an Event-Driven ASP.NET Core Microservice Architecture","shortId":"lEu1I8tVx","createdAt":"2021-05-16T19:58:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":142,"score":27020548,"tagsStr":"architecture,sql,aspnet,rabbitmq","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T18:12:27.000Z","url":"https://christianzink.medium.com/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f","canonicalUrl":"https://christianzink.medium.com/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a03cb81816a977a653c550d8ca3a1af","ratio":2.38388625592417,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAwQRMRMUUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACMf/aAAwDAQACEQMRAD8A01Rqx9ZmC8YLgMH0qZHXj4270ERT64Si3//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"XlrVsAwwO","title":"Tails 4.19 RC1 darf getestet werden – Entwickler-Team bittet um Feedback","shortId":"XlrVsAwwO","createdAt":"2021-05-17T06:19:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020539,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T06:09:06.000Z","url":"https://www.bitblokes.de/tails-4-19-rc1-darf-getestet-werden-entwickler-team-bittet-um-feedback/","canonicalUrl":"https://www.bitblokes.de/tails-4-19-rc1-darf-getestet-werden-entwickler-team-bittet-um-feedback/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6xCn62UIXX","title":"Was genau wurde bei Audacity verkauft?","shortId":"6xCn62UIXX","createdAt":"2021-05-17T06:19:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020539,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.onli-blogging.de/2034/Was-genau-wurde-bei-Audacity-verkauft.html","canonicalUrl":"https://www.onli-blogging.de/2034/Was-genau-wurde-bei-Audacity-verkauft.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e81dbd70597323aee98c83d0d21bc97","ratio":1.8140589569161,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgECBwAAAAAAAAAAAAAAAAECAzEREhQhIkFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM6amGD4X8KadaOSOzsukAB//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hoXt00ESx","title":"Final Fantasy director’s Paralympics RPG is launching next month","shortId":"hoXt00ESx","createdAt":"2021-05-17T06:05:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020525,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T06:00:00.000Z","url":"https://www.theverge.com/2021/5/17/22439810/paralympics-rpg-pegasus-dream-tour-release-date-hajime-tabata","canonicalUrl":"https://www.theverge.com/2021/5/17/22439810/paralympics-rpg-pegasus-dream-tour-release-date-hajime-tabata","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fd1fe83f8bda97aa1f823313d91e23c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQMDAQkAAAAAAAAAAAAAAgEDBQAEITEREhMVIkFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAEDAAIhQbH/2gAMAwEAAhEDEQA/AJ8tMyM9LyttfvMuvWbK3Fo+6wJkyIihcPOoqi6eU2+qxXK4s+p+2eN5cmQuiKEXdUTdx8pSgV3sWWzoclK9CxgDZ7P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"thUZd4u7A","title":"Audacity: Muse Group rudert zurück","shortId":"thUZd4u7A","createdAt":"2021-05-17T05:19:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020479,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T05:00:00.000Z","url":"https://linuxnews.de/2021/05/audacity-muse-group-rudert-zurueck/","canonicalUrl":"https://linuxnews.de/2021/05/audacity-muse-group-rudert-zurueck/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94493dd3d162f76e80732107dccb8bf4","ratio":1.00719424460432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAYFEiEREzFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAREmEhUVL/2gAMAwEAAhEDEQA/AI7iuAW2tYXfaw93cpLFv7QjiBiGxQSXP3n8491O3jUOwDDoDRWR1QorsEPlQeDQoRM4eQyHIE3A8jrdVkZCqhVsQOd7r//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"g7Ml0kZty","title":"Securing OAuth Bearer tokens from multiple Identity Providers in an ASP.NET Core API","shortId":"g7Ml0kZty","createdAt":"2021-05-17T05:19:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"52186dbcc05d4bd499d5f2afe790a77b","views":0,"score":27020479,"tagsStr":"security,azure,aspnet,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T05:13:30.000Z","url":"https://damienbod.com/2021/05/17/securing-multiple-identity-provider-oauth-bearer-tokens-in-an-asp-net-core-api/","canonicalUrl":"https://damienbod.com/2021/05/17/securing-multiple-identity-provider-oauth-bearer-tokens-in-an-asp-net-core-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8210205233170511563fe131be9cc30d","ratio":1.1070110701107,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAII/8QAIRAAAQIEBwAAAAAAAAAAAAAAAwABAhFBcQQTITEzseH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARAv/aAAwDAQACEQMRAD8A0sI7kabhHrOjqssdQwTt4g4Tigu/aU+6R5xjHS//2Q==","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"CLkejdj3u","title":"N A T U . R A E XV","shortId":"CLkejdj3u","createdAt":"2021-05-17T04:02:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27020402,"tagsStr":"r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/119531853/N-A-T-U-R-A-E-XV","canonicalUrl":"https://www.behance.net/gallery/119531853/N-A-T-U-R-A-E-XV","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e190d3a3c269c7c72dcc2718ee3d1df5","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAJBAAAQQAAwkAAAAAAAAAAAAAAwABAgQFBgcREyEiMUSSodH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AnTXOdoDgp49ZNIdwjQCV5PIgp7OEej8r+lsW9i/d2PGPxERl6Kkf/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"K5LRHvjh7","title":"POP Culture + Numérique","shortId":"K5LRHvjh7","createdAt":"2021-05-15T03:07:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27017467,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/107743615/POP-Culture-Numrique","canonicalUrl":"https://www.behance.net/gallery/107743615/POP-Culture-Numrique","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/123c6c107743615.609a9763773b1.gif","ratio":1.31455399061033,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEBRITIVEiMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2zLu5Np0NWSY3kOw6GVOFtceJ0xBH09Ae6rY4XaMfbJvCF3IaSHVJHBXAkjjuaUoL//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OuTRbXJ1J","title":"Knicks Clinch the 4-Seed and Face the Hawks in Round 1","shortId":"OuTRbXJ1J","createdAt":"2021-05-17T03:38:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020378,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T03:33:28.000Z","url":"https://www.theringer.com/2021/5/16/22439693/knicks-clinch-the-4-seed-and-face-the-hawks-in-round-1","canonicalUrl":"https://www.theringer.com/2021/5/16/22439693/knicks-clinch-the-4-seed-and-face-the-hawks-in-round-1","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1492dc84e1a01c4566dc418d62ad6e98","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAwECEQAEBQchEjFzodH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQADEQIEEyHw/9oADAMBAAIRAxEAPwDLYDVmOPbXuPuLshRqxxBOUaI4ZOmUd354bEL6qSunbKVjKnjxJ9pSiK7l0AEHtJPA3MQv/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BiTM5eBEn","title":"Microsoft board members thought Gates should step down after alleged affair with employee: WSJ","shortId":"BiTM5eBEn","createdAt":"2021-05-17T03:28:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020368,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T03:22:34.000Z","url":"https://www.theverge.com/2021/5/16/22439640/bill-gates-microsoft-board-alleged-affair-investigation","canonicalUrl":"https://www.theverge.com/2021/5/16/22439640/bill-gates-microsoft-board-alleged-affair-investigation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b1a41ec66bdce84dab4a34095b25fd0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBAMBAQAAAAAAAAAAAAABAAIDBAUGERNh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIhMf/aAAwDAQACEQMRAD8AlWwaLTxelV8sbD5prsZ41zAPItLT0H70gqVoinDkCpu//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"7KJ2Hv1AB","title":"Part 1: Warriors-Lakers, Philly-Brooklyn, Milwaukee’s Burden, and the DOA Celtics With Ryen Russillo","shortId":"7KJ2Hv1AB","createdAt":"2021-05-17T01:01:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020221,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:58:14.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/16/22439512/part-1-warriors-lakers-philly-brooklyn-milwaukees-burden-and-the-doa-celtics-with-ryen-russillo","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/16/22439512/part-1-warriors-lakers-philly-brooklyn-milwaukees-burden-and-the-doa-celtics-with-ryen-russillo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c3dacff3b66c58e88777b7957ea1676","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDEQAEBRIhMlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARMf/aAAwDAQACEQMRAD8A1kcHrzNykG7JNO8qq8coIRtdSGAROoFAGz7f17lbSRNfTghXu4jjVAztbGhVk/uMYckjq9v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3E_8iWc71","title":"Carl Chenet: How to save up to 500€/year switching from Mailchimp to Open Source Mailtrain and AWS SES","shortId":"3E_8iWc71","createdAt":"2021-05-16T23:25:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27020125,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T23:01:00.000Z","url":"https://carlchenet.com/how-to-save-up-to-500e-year-switching-from-mailchimp-to-open-source-mailtrain-and-aws-ses/","canonicalUrl":"https://carlchenet.com/how-to-save-up-to-500e-year-switching-from-mailchimp-to-open-source-mailtrain-and-aws-ses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d33b15cae382a294d58f3579dc0a54c","ratio":2.91737891737892,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIhAAAAQEBwAAAAAAAAAAAAAAAAECBQMEERITFUFRVJPR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSsBobTTebfKXKIqngpqemwplLdwJTpT4AAj//2Q==","siteTwitter":"@carl_chenet","creatorTwitter":"@carl_chenet","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0OdfnKEUY","title":"How to Add a Favicon to Your WordPress Website","shortId":"0OdfnKEUY","createdAt":"2021-05-16T21:34:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27020014,"tagsStr":"webdev,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T16:00:20.000Z","url":"https://www.quicksprout.com/how-to-add-a-favicon-to-your-wordpress-website/","canonicalUrl":"https://www.quicksprout.com/how-to-add-a-favicon-to-your-wordpress-website/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Jz8VVDQFx","title":"New Trailers: The Green Knight, Wish Dragon, Venom 2, and more","shortId":"Jz8VVDQFx","createdAt":"2021-05-16T21:20:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020000,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T21:17:43.000Z","url":"https://www.theverge.com/2021/5/16/22437857/new-trailers-green-knight-wish-dragon-venom-purge-netflix","canonicalUrl":"https://www.theverge.com/2021/5/16/22437857/new-trailers-green-knight-wish-dragon-venom-purge-netflix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36afe12086d50cde39d3a7f04588d566","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQADBAIREhMFBiFC/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMhERNB/9oADAMBAAIRAxEAPwDIJXYH2p0cNtUDQAffcsrCyq9zUndXY/RRECYIwG1xJbX5Nr//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JkQGRzly3","title":"Monorepo(s) mit Git: Eine gute Idee?","shortId":"JkQGRzly3","createdAt":"2021-05-16T21:18:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019998,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T21:00:00.000Z","url":"https://svij.org/blog/2021/05/16/monorepos-mit-git-eine-gute-idee/","canonicalUrl":"https://svij.org/blog/2021/05/16/monorepos-mit-git-eine-gute-idee/","image":"https://svij.org/103","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"NGrNuw9Tn","title":"Vincent Fourmond: Tutorial: analyze redox inactivations/reactivations","shortId":"NGrNuw9Tn","createdAt":"2021-05-16T20:29:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27019949,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T12:00:00.000Z","url":"https://vince-debian.blogspot.com/2021/05/tutorial-analyze-redox.html","canonicalUrl":"https://vince-debian.blogspot.com/2021/05/tutorial-analyze-redox.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/600aeb0358f6461da5243b6b6cfb5f1e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBBCFRA0FC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDTSWWjjXHnZBrLS0472AEf/9k=","siteTwitter":"@QSoasSoftware","creatorTwitter":"@QSoasSoftware","readTime":null,"description":null,"toc":null,"summary":null},{"id":"le2ZerTL-","title":"Clubhouse expanding its new Android app to more countries this week","shortId":"le2ZerTL-","createdAt":"2021-05-16T17:44:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019784,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T17:41:20.000Z","url":"https://www.theverge.com/2021/5/16/22439032/clubhouse-expanding-android-app-countries-audio","canonicalUrl":"https://www.theverge.com/2021/5/16/22439032/clubhouse-expanding-android-app-countries-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d5779dcb4d9969b8b7ca5b09463209b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYVEhNBUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDQtmarBu3b93LFZ8bxlw0Z7UvU0pVGbOcDGfRB81PMloJnDWcbMGIJyRn5SlMQDVV7f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vkAFY0zkL","title":"How to Optimize Site Performance (and Increase Search Ranking)","shortId":"vkAFY0zkL","createdAt":"2021-05-16T17:22:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27019762,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:34:26.000Z","url":"https://mediatemple.net/blog/web-development-tech/how-to-optimize-site-performance-and-increase-search-ranking/","canonicalUrl":"https://mediatemple.net/blog/web-development-tech/how-to-optimize-site-performance-and-increase-search-ranking/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd1a3432e66bb4b03937a7e2785a4966","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQACAwQREiExIv/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQACwQMEIUFx/9oADAMBAAIRAxEAPwDaxTGIWDGEuNsiNt6dKi2olxHs8RFH93Ua6fHWWPrg2fcE/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"13AiIFwta","title":"AT&T is reportedly in talks to merge its media business with Discovery","shortId":"13AiIFwta","createdAt":"2021-05-16T16:56:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019736,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T16:49:35.000Z","url":"https://www.theverge.com/2021/5/16/22438964/att-discovery-combine-media-entertainment-streaming-hbo-netflix-disney","canonicalUrl":"https://www.theverge.com/2021/5/16/22438964/att-discovery-combine-media-entertainment-streaming-hbo-netflix-disney","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/868d8ee6c4188f627fab25e1ed0c739b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAcEAACAgMBAQAAAAAAAAAAAAABAgMRAAQxBRL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AIvo7McvnzK+ujySqAkjm2i+TZrneYXXlZQwnABF0UvGMSrCtRh//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Sq-8jxDHB","title":"CSS \"inset\" is supported across all major browsers (#note)","shortId":"Sq-8jxDHB","createdAt":"2021-05-16T16:46:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27019726,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T22:00:00.000Z","url":"https://www.stefanjudis.com/notes/css-inset-is-supported-across-all-major-browsers/","canonicalUrl":"https://www.stefanjudis.com/notes/css-inset-is-supported-across-all-major-browsers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ebadd434e91972bd2037321dfd09e96","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxEEEiEFFCJBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAABAhEAA//aAAwDAQACEQMRAD8A0hSusKK51FGwcle35IHrO6TlHXbnorexAXZQWPiMnHyIiOKhrcbu5UCb/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"upbHR0ksO","title":"Serverless NextJS/GPT-3 Template to build GPT-3 apps","shortId":"upbHR0ksO","createdAt":"2021-05-16T16:31:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27019711,"tagsStr":"react,devtools,github,serverless,nlp,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T12:00:00.000Z","url":"https://github.com/harish-garg/nextjs-reactjs-gpt-3","canonicalUrl":"https://github.com/harish-garg/nextjs-reactjs-gpt-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30945c9be9cf1e956eda024a6b097772","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRUQUSIUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDESL/2gAMAwEAAhEDEQA/ANK33Jiq1gSxyx7Tuw++OJBjdRXHxqqa67ilaBFLXljoDXkkbJ+xEKO46ymj/9k=","siteTwitter":"@github","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jFBVnKIQd","title":"Amazon debuts free video-streaming service MiniTV in its India app","shortId":"jFBVnKIQd","createdAt":"2021-05-16T15:14:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019634,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T15:09:21.000Z","url":"https://www.theverge.com/2021/5/16/22438842/amazon-free-video-streaming-service-minitv-india","canonicalUrl":"https://www.theverge.com/2021/5/16/22438842/amazon-free-video-streaming-service-minitv-india","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12a570b3f282275588e1d19aec7bf5d8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEITFBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Azct9aVvW3Fqsdtyxi2r16AIH0SCRvgREmX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"7OTP9WbWK","title":"How to import JSON files in ES modules (Node.js) (#snippet)","shortId":"7OTP9WbWK","createdAt":"2021-05-16T15:06:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27019626,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T22:00:00.000Z","url":"https://www.stefanjudis.com/snippets/how-to-import-json-files-in-es-modules-node-js/","canonicalUrl":"https://www.stefanjudis.com/snippets/how-to-import-json-files-in-es-modules-node-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1bada21d879e35ff7c0fc0e49a0afcf","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgICAAcBAAAAAAAAAAAAAQIDEQAEBRITISIxccH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/ANIQR7p5Xbag6a9yg16JFerv8ycg47M8EbyIC7KCx8RZr5jGI4qGtxu7lQJv/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"jKndcElB2","title":"How to find the constellations of Leo and Virgo in the night sky","shortId":"jKndcElB2","createdAt":"2021-05-16T14:55:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27019615,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033343-900-how-to-find-the-constellations-of-leo-and-virgo-in-the-night-sky/","canonicalUrl":"https://www.newscientist.com/article/mg25033343-900-how-to-find-the-constellations-of-leo-and-virgo-in-the-night-sky/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb0504031907799e190c5e660acd3d41","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABAwQFEQYSEyEyUdL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAwIRBAWR/9oADAMBAAIRAxEAPwDNYT0vNCY01eTGBbHaSlLDvj32qGz24hYuePts+JfKIqLuwtAQPI08TB3tZ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"cWmoxm5bE","title":"Update zur Arbeit am Buch","shortId":"cWmoxm5bE","createdAt":"2021-05-16T14:07:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019567,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:39:07.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/16/update-zur-arbeit-am-buch-2/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/16/update-zur-arbeit-am-buch-2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-2edhp50h","title":"WLAN-Passwort unter Linux vergessen, kein Problem","shortId":"-2edhp50h","createdAt":"2021-05-16T13:37:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019537,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:20:42.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/16/wlan-passwort-unter-linux-vergessen-kein-problem/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/16/wlan-passwort-unter-linux-vergessen-kein-problem/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UG9v4baFm","title":"David Oyelowo on Why He Decided to Create the Movies That He Wants to See","shortId":"UG9v4baFm","createdAt":"2021-05-16T13:26:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27019526,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:09:41.000Z","url":"https://www.theringer.com/2021/5/16/22438787/david-oyelowo-on-why-he-decided-to-create-the-movies-that-he-wants-to-see","canonicalUrl":"https://www.theringer.com/2021/5/16/22438787/david-oyelowo-on-why-he-decided-to-create-the-movies-that-he-wants-to-see","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf05635a28a11b4eed0790b3ce5feb83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQMCAAQREiExQQcTIjJS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDSEPZHrDc3kWv7TEiwKC0mIMQJZxxhr64b648VczC8x8Z7/ZpSlxDs21v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TUagrVdSW","title":"New leak ahead of Google I/O claims Android 12 may include changes for widgets and notifications","shortId":"TUagrVdSW","createdAt":"2021-05-16T13:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019506,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:04:17.000Z","url":"https://www.theverge.com/2021/5/16/22438065/new-leaks-ahead-google-io-android-12-big-changes","canonicalUrl":"https://www.theverge.com/2021/5/16/22438065/new-leaks-ahead-google-io-android-12-big-changes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87f178b0208c93d28c8be73a775d3aab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQMFAQAAAAAAAAAAAAAAAwABEQIEBQYxof/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQIAAwQRIXH/2gAMAwEAAhEDEQA/AM91TIWwdNyISY4BiPEFq63igiNJKnhuuiILfTv2QqQwzET/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-Ivk6um4g","title":"Cloudflare says it’s time to end CAPTCHA ‘madness’, launches new security key-based replacement","shortId":"-Ivk6um4g","createdAt":"2021-05-16T13:01:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019501,"tagsStr":"security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:00:00.000Z","url":"https://www.theverge.com/2021/5/16/22436395/cloudflare-end-captcha-madness-security-key-cryptographic-attestation-of-personhood","canonicalUrl":"https://www.theverge.com/2021/5/16/22436395/cloudflare-end-captcha-madness-security-key-cryptographic-attestation-of-personhood","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6f26d0e0a9e24365a0f2740af257974","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMRAAIhBDEFEhUyQVGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQADAAAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AM2ZqGdMS3ENeURmbYsF/MCDv4zO/uoPEGT2j7SlCiu7FYn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"VLNvCd2OR","title":"An Unfussy, Affordable Nonstick Pan That Works With Induction","shortId":"VLNvCd2OR","createdAt":"2021-05-16T12:04:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27019444,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T08:00:00.000Z","url":"https://www.wired.com/review/cuisinart-carbonware-carbon-steel-frying-pan/","canonicalUrl":"https://www.wired.com/review/cuisinart-carbonware-carbon-steel-frying-pan/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e25f78b7cc8f74b9c525730e9d05cd1e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRABAQACAQUAAAAAAAAAAAAAAQIAEQMEEiJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQH/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxFx/9oADAMBAAIRAxEAPwDMYqp6kRlJ8u2pEfeWvmu7qlNrt1IHzWMZQa4pb0ej/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"sYw29siti","title":"Prominent scientists call for more investigation into origins of coronavirus","shortId":"sYw29siti","createdAt":"2021-05-16T11:14:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27019394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:00:00.000Z","url":"https://www.livescience.com/coronavirus-origins-letter-science.html","canonicalUrl":"https://www.livescience.com/coronavirus-origins-letter-science.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37ef6c596e5a8c1e054a97cb50102c3c","ratio":1.50367107195301,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAARBQZBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACUf/aAAwDAQACEQMRAD8AjZuzmrVsSSRvuvbaswCjxSw9+DNJp8Xy9mpBPHRBSVFdSbCg6I2PMYymDT2//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HmBwqr-aP","title":"Be Curious, Not Furious","shortId":"HmBwqr-aP","createdAt":"2021-05-16T02:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"colkgirl","views":84,"score":27019384,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:55:21.000Z","url":"https://code.likeagirl.io/be-curious-not-furious-98a50ed5e0e","canonicalUrl":"https://code.likeagirl.io/be-curious-not-furious-98a50ed5e0e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a835aeac89b1941e86e5d48f11c24f16","ratio":1.40350877192982,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAgIDAAAAAAAAAAAAAgEEBQADERIGMRRhITJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8A2aQ4vMQjmf5FHcgk3shfEysMrpAjYc/QVEs/A/qKnXurmLJwUY0J9r5a2QW9r1vqm2PWc0pQAHCU01tq9vP/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_ZQjNueog","title":"Creating a Gaming Universe with Metafy","shortId":"_ZQjNueog","createdAt":"2021-05-16T11:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27019383,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T00:00:00.000Z","url":"https://www.behance.net/gallery/119546351/Creating-a-Gaming-Universe-with-Metafy","canonicalUrl":"https://www.behance.net/gallery/119546351/Creating-a-Gaming-Universe-with-Metafy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ee2392547dbb81c5e95d5f691e98e74","ratio":0.651465798045603,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAmEAABAwMCBQUAAAAAAAAAAAABAgMEABESBQYHFjFBYSEjUYGy/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQEAAAYDAAAAAAAAAAAAAAABAAIDBBEhBXGB/9oADAMBAAIRAxEAPwAYhKehSNOenQnJERo4rbcaum3cDpc/dVfM23T6q22yCetoCLfqlnfuuRN0cNNHckWZmJmYLS23YBSEHIp+Ac0m3nxRKrRYZUT7pv3yolW7Kbg3F604hrSK6RTHXkf/2Q==","siteTwitter":"@behance","creatorTwitter":"@thunderockets","readTime":0,"description":null,"toc":null,"summary":null},{"id":"trit8Cc6J","title":"How to start using all the aliases you set up (and forgot) (#note)","shortId":"trit8Cc6J","createdAt":"2021-05-16T10:45:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27019365,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T22:00:00.000Z","url":"https://www.stefanjudis.com/notes/how-to-start-using-all-the-aliases-you-set-up-and-forgot/","canonicalUrl":"https://www.stefanjudis.com/notes/how-to-start-using-all-the-aliases-you-set-up-and-forgot/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3448a2d86b1f498d89e40e9defd1b20","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAREjEFInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAhEAAQP/2gAMAwEAAhEDEQA/ANI1Ktk1xLLfkbiSeCxoAQOh1vJqDzszwRvIgLsoLH1Gzr5jGIxGibhtzsUp/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1oeJHUhf0","title":"MotoPress Easy WordPress Appointment Booking","shortId":"1oeJHUhf0","createdAt":"2021-05-16T09:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27019296,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:56:44.000Z","url":"https://www.wpexplorer.com/motopress-wordpress-appointment-booking-plugin/","canonicalUrl":"https://www.wpexplorer.com/motopress-wordpress-appointment-booking-plugin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a64b952d6bff190e5e5379b20ade94e8","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFBhESITETFCIygf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDExEisf/aAAwDAQACEQMRAD8A2LorcxZ1yV9/oStUZXNoZQxON6ktgpKyRvzwPkWbWMwS8H5VAc89Pa5xnfHvCEGlkow8JWujOvAv/9k=","siteTwitter":"@wpexplorer","creatorTwitter":"@wpexplorer","readTime":16,"description":null,"toc":null,"summary":null},{"id":"DG7ziu80lg","title":"8 Reasons to Avoid Cheap Web Hosting","shortId":"DG7ziu80lg","createdAt":"2021-05-16T09:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27019296,"tagsStr":"security,webdev,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:21:29.000Z","url":"https://www.wpexplorer.com/avoid-cheap-wordpress-hosts/","canonicalUrl":"https://www.wpexplorer.com/avoid-cheap-wordpress-hosts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99c463d606eb44828428de3dba8149a2","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAwABBQIEERIGIVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A2uRjDm5FHXtEhcDCHO9s1T6E8z3j6zq4iJTX/9k=","siteTwitter":"@wpexplorer","creatorTwitter":"@souravify","readTime":10,"description":null,"toc":null,"summary":null},{"id":"5md7hyAhK","title":"15 Inspirational Design Quotes","shortId":"5md7hyAhK","createdAt":"2021-05-16T09:28:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27019288,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"https://www.vectornator.io/blog/design-quotes","canonicalUrl":"https://www.vectornator.io/blog/design-quotes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e73008c637db295f78c064f3ac174e2d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIABQQDERIhUWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMREv/aAAwDAQACEQMRAD8A2FNfYN/l8MyvLjVIXVZ23JHjb3LAwqNQAtewUdABz19iIPWFj6MXtph5LzP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Mzh2hcLORM","title":"Hive Metastore on Nomad","shortId":"Mzh2hcLORM","createdAt":"2021-05-14T21:21:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":5,"score":27017449,"tagsStr":"mysql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T01:23:20.000Z","url":"https://itnext.io/hive-metastore-on-nomad-5378bf1e0a2c","canonicalUrl":"https://itnext.io/hive-metastore-on-nomad-5378bf1e0a2c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f281144b839e11380803de0842a3d96c","ratio":3,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhABAAIDAQAAAAAAAAAAAAAAAwACAQQyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A1GuqDMbKVbIfFs+S0REH/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"k59opd3zZ","title":"Die PATH-Variable unter Linux am Terminal","shortId":"k59opd3zZ","createdAt":"2021-05-16T08:37:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019237,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T08:02:11.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/16/die-path-variable-unter-linux-am-terminal/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/16/die-path-variable-unter-linux-am-terminal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"RDm8Gy_6q","title":"In Defense of Snow Days","shortId":"RDm8Gy_6q","createdAt":"2021-05-14T12:03:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T08:00:00.000Z","url":"https://www.wired.com/story/in-defense-of-snow-days/","canonicalUrl":"https://www.wired.com/story/in-defense-of-snow-days/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be165f84d4c3389914b3325b269735da","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgQRAAMGEgUhMRP/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwClczgTZ/Ko0GP5eVE17CkhigDUnbqdYv4DV39snKFp1/jpTUrMVRQoLGya9ezjGFr/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"d4esC7Fly","title":"CN100 Commemorative Book","shortId":"d4esC7Fly","createdAt":"2021-05-16T07:10:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27019150,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T00:00:00.000Z","url":"https://www.behance.net/gallery/106335513/CN100-Commemorative-Book","canonicalUrl":"https://www.behance.net/gallery/106335513/CN100-Commemorative-Book","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a88311502fc04f969fdd2300d1df1422","ratio":1.49094781682641,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECBCEDEVEFEhMVIv/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIRAAMEIRJRcf/aAAwDAQACEQMRAD8AwFirTesrJdIMnc7PJnfE3gR+JWAAAWN1e7kG6qqVA4iNCJ97r//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Dd1QM6EuK","title":"Vom Rest das Beste – Woche 19","shortId":"Dd1QM6EuK","createdAt":"2021-05-16T06:37:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019117,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T06:21:00.000Z","url":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-19/","canonicalUrl":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4a783d83133f5d5a4b6845c2ef6fd30","ratio":1.62068965517241,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAURAAYhMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCsdWlVfiFYfL4+k9duit0gtWlsEYQBEoknR1KPoP3fzzmaew9bNXP5KvWZCKFWWrXE78iJkAfnHHCaDLT/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aJO47gXeG","title":"Various Illustrations 2020 ? 2021","shortId":"aJO47gXeG","createdAt":"2021-05-16T03:13:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27018913,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T00:00:00.000Z","url":"https://www.behance.net/gallery/119460955/Various-Illustrations-2020-2021","canonicalUrl":"https://www.behance.net/gallery/119460955/Various-Illustrations-2020-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5405da08c978b24f5c597720daa91f3","ratio":2.15384615384615,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAUREiEEQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EACERAAECBAcAAAAAAAAAAAAAAAECAwAEESEFEhORsdPw/9oADAMBAAIRAxEAPwDMdDNcLZJHLNA4UltH4424CCPXO1TJ5KM7NJAjOSSzbMMn7gHFKUzJJWqvrqiGxY6cszktXraPKjvH/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Q_dpeaoxd","title":"Golden Fairytale","shortId":"Q_dpeaoxd","createdAt":"2021-05-15T23:12:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27018672,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/119491869/Golden-Fairytale","canonicalUrl":"https://www.behance.net/gallery/119491869/Golden-Fairytale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/040a7a27e23e9015b28ef6dc7a7e0140","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIxAAAgEDAQkAAAAAAAAAAAAAAQIAAwQhBQYHERITMTJRU//EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAwQRMXH/2gAMAwEAAhEDEQA/AJ1neJbrSsAr1k6C+RXDccAEAZx7mG23iliefuflEScm7QqAh+/INlaFuCJ//9k=","siteTwitter":"@behance","creatorTwitter":"@albertdrosphoto","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GnpGx2QWf","title":"Gbrainy – Denksport unter Linux","shortId":"GnpGx2QWf","createdAt":"2021-05-15T21:35:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27018575,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T21:22:59.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/15/gbrainy-denksport-unter-linux/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/15/gbrainy-denksport-unter-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"kNZuE6FA0","title":"Four Persona Examples for UX/UI design","shortId":"kNZuE6FA0","createdAt":"2021-05-15T20:52:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27018532,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:07:31.000Z","url":"https://www.uxpin.com/studio/blog/persona-examples/","canonicalUrl":"https://www.uxpin.com/studio/blog/persona-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9c5356c04e7d04427f0d3336fd5b1f8","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQACAwQFEhMGERYhMVKBk//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQFERQiUf/aAAwDAQACEQMRAD8A3camS+nNpyl3NjPOJ2Q3gtPXt6CnyKoeUH5hEVNhY0ktQzDZ2aT4VvB0iQAeAV//2Q==","siteTwitter":"","creatorTwitter":"@uxpin","readTime":5,"description":null,"toc":null,"summary":null},{"id":"IadeCWGwe","title":"Go read this look at how Clubhouse’s blocking system is problematic","shortId":"IadeCWGwe","createdAt":"2021-05-15T19:54:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018474,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T19:47:51.000Z","url":"https://www.theverge.com/2021/5/15/22437934/go-read-this-clubhouse-blocking-system-black-badge","canonicalUrl":"https://www.theverge.com/2021/5/15/22437934/go-read-this-clubhouse-blocking-system-black-badge","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d5779dcb4d9969b8b7ca5b09463209b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYVEhNBUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDQtmarBu3b93LFZ8bxlw0Z7UvU0pVGbOcDGfRB81PMloJnDWcbMGIJyRn5SlMQDVV7f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lIUOJz1sT","title":"Twitter may be working on Twitter Blue, a subscription service that would cost $2.99 per month","shortId":"lIUOJz1sT","createdAt":"2021-05-15T15:42:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018222,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T15:40:08.000Z","url":"https://www.theverge.com/2021/5/15/22437690/twitter-blue-subscription-service-299-undo-tweets","canonicalUrl":"https://www.theverge.com/2021/5/15/22437690/twitter-blue-subscription-service-299-undo-tweets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb74be2a3850ac38a37edf16aa698e05","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAgMBAAQREiEiMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAgMR/9oADAMBAAIRAxEAPwDP1peAuyakrZbGNEZBxTOyozmdccc/ZqeZ9y6j7SlUb8l4MAL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"cLAg9D1Xx","title":"China's Yutu 2 rover about to 'wake up' on the far side of the moon","shortId":"cLAg9D1Xx","createdAt":"2021-05-15T15:13:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27018193,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T14:58:11.000Z","url":"https://www.livescience.com/china-yutu-2-moon-rover-chang-e-4-wake-up-may-202.html","canonicalUrl":"https://www.space.com/china-yutu-2-moon-rover-chang-e-4-wake-up-may-202","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79e06f85c4778e759fbd212df834f242","ratio":1.51032448377581,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMDBQEAAAAAAAAAAAABAgMEAAYRBRIhEyJBYXGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJd165plrRIxnxJDzU0hHVbKdzOOSpI8/D+VGF3WaoZTLdCTyNzC8499tKUB/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"--_O4aDWx","title":"How far have you gone for internet access?","shortId":"--_O4aDWx","createdAt":"2021-05-15T15:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018186,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T15:00:00.000Z","url":"https://www.theverge.com/2021/5/15/22434809/internet-broadband-high-speed-access-verge-stories-infrastructure","canonicalUrl":"https://www.theverge.com/2021/5/15/22434809/internet-broadband-high-speed-access-verge-stories-infrastructure","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99193389438bf365e5b3739d316d4499","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQQCAwAREiEFMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRBDEFIVH/2gAMAwEAAhEDEQA/AMzWky15yFyz00KpLwtNKsOETMniSe/uhsDQ6y7UqQ1cCvEkTOz633jGJyuJoHwKrcFAyPMyWs6AOrNbK//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"G-J9_R7TN","title":"36 Days of Type - Mayflower Collection","shortId":"G-J9_R7TN","createdAt":"2021-05-15T15:05:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27018185,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/119314691/36-Days-of-Type-Mayflower-Collection","canonicalUrl":"https://www.behance.net/gallery/119314691/36-Days-of-Type-Mayflower-Collection","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/415d78aa10546cf1a39240b846b6918b","ratio":0.886075949367089,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFB//EACIQAAEEAQMFAQAAAAAAAAAAAAECAwQRAAUhMRIVQUNRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAhID/9oADAMBAAIRAxEAPwDGIU7VI0RMdvU5bTDQptAApFcAbfcmL0Vt1anHpRLiz1KKkiyTzeHMp4gAr2oGqHlWI9wlD3H8GJ0gpXM1D1P/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_RB2wifLV","title":"React for Beginners: Complete React Cheatsheet for 2021","shortId":"_RB2wifLV","createdAt":"2021-05-14T20:24:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":880,"score":27018156,"tagsStr":"react,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-15T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:17:37.000Z","url":"https://www.freecodecamp.org/news/react-for-beginners-cheatsheet/","canonicalUrl":"https://www.freecodecamp.org/news/react-for-beginners-cheatsheet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/def22b38edae020ac614d29c49bcff6b","ratio":1.524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFEQYhEhQx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRBP/aAAwDAQACEQMRAD8AzfjuEwnoW04qe4zUJsk7QJP06APVSLnE2RuGlUWhZmfESkCQN9b6pSqXkiaT1BdN6z//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"H1Y-Xxnai","title":"Biden revokes Trump executive order that targeted Section 230","shortId":"H1Y-Xxnai","createdAt":"2021-05-15T14:26:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018146,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T14:17:49.000Z","url":"https://www.theverge.com/2021/5/15/22437627/biden-revokes-trump-executive-order-section-230-twitter-facebook-google","canonicalUrl":"https://www.theverge.com/2021/5/15/22437627/biden-revokes-trump-executive-order-section-230-twitter-facebook-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e45dbda4e17bc9cbc5fc3e584d1f137","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgIABgMAAAAAAAAAAAAAAQMAAgQFERIhIjE00v/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQAREkFR/9oADAMBAAIRAxEAPwCakLXlLsbsDLNaECjCSKdKncOfPM1d8Fet7ALy3QHT0h9REa3KyUDk/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LtwvK8TAg","title":"7T MRI shows promise for sports imaging of injured athletes","shortId":"LtwvK8TAg","createdAt":"2021-05-15T14:24:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27018144,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:16:42.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132399&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132399","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0094ae80f4d6868901d539163adfd58c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQf/xAAjEAACAQMDBAMAAAAAAAAAAAABAwIABAURITEGBxJBFCJi/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEUEC/9oADAMBAAIRAxEAPwAvD91WWWFxuMbawyDkx8WPY0wLTufLUjnjap9fDpx99cNnPKiTGSkQGwOhJ1590L061nxR957a+/yaNXCJhEmIJIBJIpkSwDenp//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"sADXdoa4E","title":"Vaccine drives in the US are getting younger","shortId":"sADXdoa4E","createdAt":"2021-05-15T14:06:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018126,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T14:00:00.000Z","url":"https://www.theverge.com/2021/5/15/22437290/vaccines-teens-covid-19-antivirus","canonicalUrl":"https://www.theverge.com/2021/5/15/22437290/vaccines-teens-covid-19-antivirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/054da4da7dcf83e749911d131693b55a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQQBBQEBAAAAAAAAAAAAAQIDBBEABQYSE2EWIv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRIVH/2gAMAwEAAhEDEQA/ANdrMtmHupUZEYmExHNtF5VuKSVnkVe0BXmUjbBXLjtSfpNYb7khzgnqpNi6H4xjDqEbeC7fT//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"o-7DVC46n","title":"Rocket Lab’s Electron rocket suffers failure, loses payload of two satellites","shortId":"o-7DVC46n","createdAt":"2021-05-15T13:55:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018115,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:52:38.000Z","url":"https://www.theverge.com/2021/5/15/22437615/rocket-labs-electron-rocket-suffers-failure-loses-payload-two-satellites","canonicalUrl":"https://www.theverge.com/2021/5/15/22437615/rocket-labs-electron-rocket-suffers-failure-loses-payload-two-satellites","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6e8f7051a363ea9632d9e13142249c4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAgEDEQAEBQYTIXEHEhQiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAESH/2gAMAwEAAhEDEQA/AIR/pnhV4zfBYunaC02tyikmqXoJSMymy7cRWfM5PF1ltzzVTvFCjS+SnNKUSTsR6c6s1DcA3//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"63d190Xm7","title":"Automatische Profile für Tastatur und Maus erstellen","shortId":"63d190Xm7","createdAt":"2021-05-15T13:54:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27018114,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:36:07.000Z","url":"https://www.tutonaut.de/automatische-profile-fuer-tastatur-und-maus-erstellen/","canonicalUrl":"https://www.tutonaut.de/automatische-profile-fuer-tastatur-und-maus-erstellen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fab52003e584e7bc1e0590e1d0f27f92","ratio":1.46453089244851,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABBAECBwAAAAAAAAAAAAABAgMEEQASIQUGExQxQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAITFB/9oADAMBAAIRAxEAPwCxK4pIc5wVEkOxlw3my2kCPul5IuwT6r5veVWYsDot6xDUvSLV253NecYwVXPIkg0G7n//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":19,"description":null,"toc":null,"summary":null},{"id":"UeeALfm6I","title":"The Twitter policy that could temporarily censor every single one of your tweets","shortId":"UeeALfm6I","createdAt":"2021-05-15T13:34:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018094,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:30:00.000Z","url":"https://www.theverge.com/2021/5/15/22437108/twitter-policy-censor-every-tweet","canonicalUrl":"https://www.theverge.com/2021/5/15/22437108/twitter-policy-censor-every-tweet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e1a918d321c126a1b6799498a9bf1fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAEEAgMAAAAAAAAAAAABAgMEEQAFBxIhBhMUFTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAwQABRHx/9oADAMBAAIRAxEAPwCk3F0yVE3O8bhQNXns6QyPsFQC6pTanG+RoG+QSR0U2R0OspYu5s+TGZf+BET7UBfG1GrF1+4xgG2tS1yoiPMp9PThsqzTL0+5/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"2Cvm1KDsa","title":"7 ways to communicate your research to a wider audience","shortId":"2Cvm1KDsa","createdAt":"2021-05-15T13:11:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27018071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:34:19.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132394&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132394","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26f24d7493d08a713025f5e1585b41c9","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQBBQEBAAAAAAAAAAAAAQIDBBEABQYSITEHQf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxIx/9oADAMBAAIRAxEAPwDFfSkN6RsaA7Djx25Go0zIeSFBSkcbI7URZP6B51kSLv7U2IrLJbZWW0BHIpAuhV+YxhWlkpbOW+n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_OjsAaoOT","title":"The Best Way to Get a VR Workout (That's Also Fun)","shortId":"_OjsAaoOT","createdAt":"2021-05-15T13:07:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27018067,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T09:00:00.000Z","url":"https://www.wired.com/story/best-ways-vr-virtual-reality-workout-exercise/","canonicalUrl":"https://www.wired.com/story/best-ways-vr-virtual-reality-workout-exercise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5023aeb7df761b1f284b94ed5b6e50af","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwUGEQchQWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AJeXgIGM2nG69FR0E+Mj3JSuRcZSzK1tvDKRxyPVVR6e4xSVFy4AOwAAAHylKcAtUxkb/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"60s1QfuLa","title":"Apple reportedly will continue to require masks in its US retail stores","shortId":"60s1QfuLa","createdAt":"2021-05-15T13:06:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018066,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:04:04.000Z","url":"https://www.theverge.com/2021/5/15/22437593/apple-masks-retail-stores-covid-cdc","canonicalUrl":"https://www.theverge.com/2021/5/15/22437593/apple-masks-retail-stores-covid-cdc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bd6762d17dc43e6a6dbfdf3af1e7e0b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQGEQUhM+H/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACESEx/9oADAMBAAIRAxEAPwDILTLL6jZcsGWm5CM4JAGmUlFI13sBpIXMciZQTzV8Se/T5ERqZNxVOT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fCdoKSeQW","title":"Our favorite pandemic gifts to ourselves","shortId":"fCdoKSeQW","createdAt":"2021-05-15T13:06:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018066,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:00:00.000Z","url":"https://www.theverge.com/22434062/gifts-covid-favorite-warcraft-knitting-ps5-nintendo-echo","canonicalUrl":"https://www.theverge.com/22434062/gifts-covid-favorite-warcraft-knitting-ps5-nintendo-echo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a592b70c3e4e88aa4633cded1158ca64","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYUIRNBQv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADEf/aAAwDAQACEQMRAD8AiWO4W0nQtv8AGiljXV0llmMU5RlfylMg4Pyg6xWxWktwtrCOVMcIoyWyT17pSi5qrlsJk83/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"vOtBhJ8YZ","title":"Microsoft’s Surface Duo is down to $600 at Woot","shortId":"vOtBhJ8YZ","createdAt":"2021-05-15T12:34:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018034,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:30:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/15/22435896/microsoft-surface-duo-foldable-android-phone-ebay-4k-tv-tcl-lg-samsung-oled-qled-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/15/22435896/microsoft-surface-duo-foldable-android-phone-ebay-4k-tv-tcl-lg-samsung-oled-qled-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba181477ccea045c66e433ca60b94cad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQFETGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDOJzEEOOs1aWNrxx2W6e6UmVw1wtJ4e+qEiIDlWlb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"-z0r6C4z_","title":"AI can add value in all parts of MR imaging chain","shortId":"-z0r6C4z_","createdAt":"2021-05-15T12:25:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27018025,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:42:26.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132398&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132398","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b5e18c52c38af09f07a17757b5ea2a9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAQMDAwUBAAAAAAAAAAAAAQIDBQQRIQATMQYSFCJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQABAwUAAAAAAAAAAAAAAAABAAMSAgQRMVH/2gAMAwEAAhEDEQA/ANnBRkVH0LNS2zSbVa6Du1ybktG/p2njAx+20aSEn0MmvqU+KkWdUPRSgnk8D5qp1o4tURBtqWot7JV2k4vYZt90YuJG4rA5OklLIAl1F3LsyhjS/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"znKsuP8D-","title":"Geology Students Did Fieldwork During Covid—With Video Games","shortId":"znKsuP8D-","createdAt":"2021-05-15T12:01:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27018001,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T08:00:00.000Z","url":"https://www.wired.com/story/geology-students-did-video-game-fieldwork-during-covid-it-rocked/","canonicalUrl":"https://www.wired.com/story/geology-students-did-video-game-fieldwork-during-covid-it-rocked/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f1c6d57084fe2c0e273706cff9ccf3e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAEDBQAAAAAAAAAAAAABAAIDBBEFEiEGMkFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAhEE/9oADAMBAAIRAxEAPwCNbv37daOvupwySDa6WKtyQfhccHjx7UtvRrWtAOpWCQMdoRFD2vZbCTFSmg0AT//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1WwkRJfy7","title":"Raspberry Pi von Festplatte statt von SD-Karte starten","shortId":"1WwkRJfy7","createdAt":"2021-05-15T11:54:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27017994,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:44:28.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/15/raspberry-pi-von-festplatte-statt-von-sd-karte-starten/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/15/raspberry-pi-von-festplatte-statt-von-sd-karte-starten/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"cAxn9G8HN","title":"Distant star drowns its partner in gas, forming gorgeous 'Necklace Nebula'","shortId":"cAxn9G8HN","createdAt":"2021-05-15T11:13:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017953,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:00:00.000Z","url":"https://www.livescience.com/nasa-hubble-necklace-nebula.html","canonicalUrl":"https://www.livescience.com/nasa-hubble-necklace-nebula.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f262eb4e611922da8bc8784e4c37a546","ratio":1.5671875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQQAAwIRBRITITFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABEQD/2gAMAwEAAhEDEQA/AM5qMq18a0valja1b09tg5kGrR86A97+yGIlLQwEu//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lNBlsvZj0","title":"Scientist find a loophole in Heisenberg's uncertainty principle","shortId":"lNBlsvZj0","createdAt":"2021-05-15T11:13:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017953,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:00:00.000Z","url":"https://www.livescience.com/quantum-drum-duet-heisenberg-uncertainty-principle.html","canonicalUrl":"https://www.livescience.com/quantum-drum-duet-heisenberg-uncertainty-principle.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c8a5d94c9cb6d04ffbae9aa084a021a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAhBRETMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHREAAgAHAQAAAAAAAAAAAAAAAQIAAwQRQVFhcf/aAAwDAQACEQMRAD8Azk/JV4q9ewsEkwlBVklfR69nofcjvcql2K0UCk6HkbWMYipZSlb+5O4LVk1g1uDA1H//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"P_cYxXMu4","title":"KPB","shortId":"P_cYxXMu4","createdAt":"2021-05-15T11:09:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27017949,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/117073365/KPB","canonicalUrl":"https://www.behance.net/gallery/117073365/KPB","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c2b76fb1f8f289933148268a1c76e9e","ratio":1.65876777251185,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIABAMFETKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8A3TdbBKt/X1smIubeRkRu+GClu/AZWIhK5H//2Q==","siteTwitter":"@behance","creatorTwitter":"@by_north","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1IYPSLprf","title":"The 16 Best Weekend Deals on Headphones, Tablets, and More","shortId":"1IYPSLprf","createdAt":"2021-05-15T11:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27017943,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T07:00:00.000Z","url":"https://www.wired.com/story/weekend-deals-may-15-2021/","canonicalUrl":"https://www.wired.com/story/weekend-deals-may-15-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d289b677ffbd55b3847a014ead5af71","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBAAAQQDAQAAAAAAAAAAAAAAAAIDBREEEiFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgf/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDUcH/2gAMAwEAAhEDEQA/AN9GrZTD5qXGd3O0vaq54SACdXybhWnnWA//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"wyeDKatTi","title":"WhatsApp’s New Privacy Policy Just Kicked In","shortId":"wyeDKatTi","createdAt":"2021-05-15T11:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27017943,"tagsStr":"tech-news,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T07:00:00.000Z","url":"https://www.wired.com/story/whatsapp-privacy-policy-facebook-data-sharing/","canonicalUrl":"https://www.wired.com/story/whatsapp-privacy-policy-facebook-data-sharing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9241db3c4682e297b28acf15eabf6f7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABAwMDBQAAAAAAAAAAAAACAQMRAAQFISJRBgcSIzH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8Ah5zLXNzh+krZtUYPCtm8DoKsul4iErwukzzNVF73Zu39K4zGOK3sUyE5KNJXd9pSpNsoX//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"09Qv4AlGLu","title":"The Wondrous, Tedious Ocean of Subnautica: Below Zero","shortId":"09Qv4AlGLu","createdAt":"2021-05-15T11:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27017943,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T07:00:00.000Z","url":"https://www.wired.com/story/subnautica-below-zero-impressions/","canonicalUrl":"https://www.wired.com/story/subnautica-below-zero-impressions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1fd43fefdf6941c175385f35197cf41","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAABBAMAAwAAAAAAAAAAAAABAgMEEQAFEjFBof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAExA//aAAwDAQACEQMRAD8Ar6OTElOOOMwhHcQA1YX0PNg0R6J+nLi9vytQMKKaNXxjGOXM1eQYas7P/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RXMPbTyPy","title":"Auto-Generated Social Media Images","shortId":"RXMPbTyPy","createdAt":"2021-05-14T20:51:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":293,"score":27017923,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-15T02:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:34:49.000Z","url":"https://css-tricks.com/auto-generated-social-media-images/","canonicalUrl":"https://css-tricks.com/auto-generated-social-media-images/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2961322f253d52dec019d320af9f5cf7","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDEQAEBhIUIRYjcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AMjlmPh5M6828j4u9634chRlZ6WRqaeDIZkXKth2WYG1JET57KUozK2ZK5b5nW0hUgZJLIxw4Dxf/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TpVUHNeH3","title":"Comics for Designers #442","shortId":"TpVUHNeH3","createdAt":"2021-05-15T10:22:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27017902,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T10:15:24.000Z","url":"https://www.webdesignerdepot.com/2021/05/comics-for-designers-442/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/comics-for-designers-442/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/822da9801501db1309a3270086605711","ratio":1.21163166397415,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDAAQRBhITIQUxFSIk/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8A07VS6l+fMtjZotryuxijmjZpslAD9iCvSdj13VpZeO/HByqVk413Ltzg47GR7pSoW9k6x4bodn//2Q==","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fV4pqHJg3","title":"Topframe","shortId":"fV4pqHJg3","createdAt":"2021-05-10T21:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":657,"score":27012399,"tagsStr":"javascript,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-11T09:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:14:15.000Z","url":"https://css-tricks.com/topframe/","canonicalUrl":"https://css-tricks.com/topframe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00bf7df09135e954bf6b702f9f778f5c","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAgADEQESBAYHIjE1UZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AyprKh3QeOB28YlxipWz438qymnpR2g+t9oiMytmSuW+Z1tIVIGSSyMcOA8X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lcN91Ow7_","title":"MEDUZA’s ‘Headrush’ featuring Elorii lands on Insomniac Records","shortId":"lcN91Ow7_","createdAt":"2021-05-15T10:10:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017890,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T10:10:00.000Z","url":"https://dancingastronaut.com/2021/05/meduzas-headrush-featuring-elorii-lands-on-insomniac-records/","canonicalUrl":"https://dancingastronaut.com/2021/05/meduzas-headrush-featuring-elorii-lands-on-insomniac-records/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c75af96c4a4da053c502c59738f2449","ratio":1.49920255183413,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAREyFRMnGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AMZt34IaoSGCM2NqNhIw15PYPv51kZ7e27I3kp0PGMYZVX//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"E0Pblm42g","title":"GRiZ blasts off with fourth release of the year, ‘Astro Funk’","shortId":"E0Pblm42g","createdAt":"2021-05-15T09:54:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T09:48:00.000Z","url":"https://dancingastronaut.com/2021/05/griz-blasts-off-with-fourth-release-of-the-year-astro-funk/","canonicalUrl":"https://dancingastronaut.com/2021/05/griz-blasts-off-with-fourth-release-of-the-year-astro-funk/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc5956b70bc4b7ef6387185b834b6e38","ratio":1.29090324654452,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMRIQUGEjGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDJuvSuQ4WDPjQZANmS62r4AIJJVgVTOs+hup3lX0YqI13AON+GftKVI2mkhOg3/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"T2rsCUAb6","title":"Loud Luxury pack summertime into a song with ‘Red Handed’ featuring Thutmose","shortId":"T2rsCUAb6","createdAt":"2021-05-15T09:54:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T09:53:00.000Z","url":"https://dancingastronaut.com/2021/05/loud-luxury-pack-summertime-into-a-song-with-red-handed-featuring-thutmose/","canonicalUrl":"https://dancingastronaut.com/2021/05/loud-luxury-pack-summertime-into-a-song-with-red-handed-featuring-thutmose/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0703cfe135856fcfdee16000c96d7db3","ratio":1.49970708845929,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIRIxBhOx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgADEVH/2gAMAwEAAhEDEQA/AMQbaG3vGg9PIIyxs7Nrsk6x1hWFWw+JXTQoVdeJUEZffylKfXJS9yDaszKeZ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-K6CscuTd","title":"Shards of Earth review: A rip-roaring space opera with a psychic twist","shortId":"-K6CscuTd","createdAt":"2021-05-15T09:01:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27017821,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-500-shards-of-earth-review-a-rip-roaring-space-opera-with-a-psychic-twist/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-500-shards-of-earth-review-a-rip-roaring-space-opera-with-a-psychic-twist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06d19e19526be90dfac4e6c1305ac160","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBQYhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAhEAASED/9oADAMBAAIRAxEAPwCA0uw8LxnUmg3NZd2ZoJEiVo6aGU0VcGq9WCPgOZ+FnYBlJCnyAGxjGDyoCvW92DLtZgNpLMn/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JO-ZDx3K1","title":"Misconceptions about Virtual DOM","shortId":"JO-ZDx3K1","createdAt":"2021-05-14T21:21:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":205,"score":27017820,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:01:05.000Z","url":"https://itnext.io/misconceptions-about-virtual-dom-35ec60b87086","canonicalUrl":"https://itnext.io/misconceptions-about-virtual-dom-35ec60b87086","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f539ee31a807a4b07caa807c4a57867","ratio":1.74927113702624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxExEiFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAMAAwAAAAAAAAAAAAAAAAACEQEhIv/aAAwDAQACEQMRAD8AxElq6TVpLQrFVPRxrMlsNIsYcW2fYiDY6gLtaf/Z","siteTwitter":"@itnext_io","creatorTwitter":"@alexyakunin","readTime":3,"description":null,"toc":null,"summary":null},{"id":"FBZJI0L4c","title":"Auth with NodeJS, Express, Mongoose and JWT","shortId":"FBZJI0L4c","createdAt":"2021-05-14T21:20:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":190,"score":27017812,"tagsStr":"security,nodejs,authentication,mongodb","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:58:52.000Z","url":"https://itnext.io/auth-with-nodejs-express-mongoose-and-jwt-577aa3f2f707","canonicalUrl":"https://itnext.io/auth-with-nodejs-express-mongoose-and-jwt-577aa3f2f707","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6350828d47cc181e225e3e96c659cb4","ratio":1.38567493112948,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBABAAIBBQAAAAAAAAAAAAAAAQACEgMRITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPeq1a8FVTvE3k+L5ERDH/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@lobellomatteo","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QdSbTmNFd","title":"Cultist Simulator und SteamWorld Quest als Schnäppchen","shortId":"QdSbTmNFd","createdAt":"2021-05-15T08:34:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27017794,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T07:31:12.000Z","url":"https://www.bitblokes.de/cultist-simulator-und-steamworld-quest-als-schnappchen/","canonicalUrl":"https://www.bitblokes.de/cultist-simulator-und-steamworld-quest-als-schnappchen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dq1TDLnl4","title":"How to create an Online Survey or Quiz – Step-by-step guide","shortId":"dq1TDLnl4","createdAt":"2021-05-14T06:17:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27016217,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T06:17:36.000Z","url":"https://wp-content.co/create-an-online-survey-or-quiz/","canonicalUrl":"https://wp-content.co/create-an-online-survey-or-quiz/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd80131c20b3f9e4c914ff784121e409","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRABAAICAgMAAAAAAAAAAAAAAQIRAAMTIQQSMf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8Ay53aOHTGHinJGKbJymvu3Yh1VHWQZK/axjLpSpxCD//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Qlvk2Y9ei","title":"Tailwind CSS from Zero to Hero - The Utility-First Workflow","shortId":"Qlvk2Y9ei","createdAt":"2021-05-14T13:05:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","tweeted":true,"views":917,"score":27017731,"tagsStr":"general-programming,css,html,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T20:30:00.000Z","discussionScore":42,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:00:00.000Z","url":"https://daily.dev/blog/tailwind-css-the-utility-first-workflow","canonicalUrl":"https://daily.dev/blog/tailwind-css-the-utility-first-workflow","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66f3f9148a825f6bbe219a6799378a07","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAxETITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEB/9oADAMBAAIRAxEAPwDTdNHHW1dVjqpBI07mnepQqMFANjEgexEaJj//2Q==","siteTwitter":"","creatorTwitter":"@vaibhav_khulbe","readTime":7,"description":null,"toc":null,"summary":null},{"id":"pm7flfd24","title":"UI-Testing TypeScript React apps with Puppeteer and Jest","shortId":"pm7flfd24","createdAt":"2021-05-14T21:21:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":124,"score":27017724,"tagsStr":"react,testing,typescript,crawling","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:55:08.000Z","url":"https://itnext.io/ui-testing-typescript-react-apps-with-puppeteer-and-jest-a48684f5d8dc","canonicalUrl":"https://itnext.io/ui-testing-typescript-react-apps-with-puppeteer-and-jest-a48684f5d8dc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e7ea74ec7007d38cba6efe5e757f471","ratio":0.802675585284281,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAMFCP/EACEQAAEEAQMFAAAAAAAAAAAAAAEAAgMRIQQFEiIxM3Kx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOoN6aK8dA+KVN5X+xQNwmDAwcKAoYSHTOc4k1ZN9kR//Z","siteTwitter":"@itnext_io","creatorTwitter":"@lobellomatteo","readTime":2,"description":null,"toc":null,"summary":null},{"id":"eOyPIrval","title":"Achieving observability in async workflows","shortId":"eOyPIrval","createdAt":"2021-05-14T18:05:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"netflix","views":234,"score":27017711,"tagsStr":"azure,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-14T21:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T15:55:36.000Z","url":"https://netflixtechblog.com/achieving-observability-in-async-workflows-cd89b923c784","canonicalUrl":"https://netflixtechblog.com/achieving-observability-in-async-workflows-cd89b923c784","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f968411f79df67f73c48cec4b2f34133","ratio":1.57875457875458,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIhAAAgIABAcAAAAAAAAAAAAAAQIAAwQFERIhMTJBYYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDIVH/2gAMAwEAAhEDEQA/ANK5fimzNLLkQVgNZSQWJ6bGXXtz26+5WtFgAG5OHg/YiBsl5QrdDs//2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"FGFtWvxKb","title":"Project Hail Mary review: Andy Weir conjures a new tale of space peril","shortId":"FGFtWvxKb","createdAt":"2021-05-15T07:11:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27017711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.newscientist.com/article/2277746-project-hail-mary-review-andy-weir-conjures-a-new-tale-of-space-peril/","canonicalUrl":"https://www.newscientist.com/article/2277746-project-hail-mary-review-andy-weir-conjures-a-new-tale-of-space-peril/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4503d687bdf74f1a4da03aefcd202f75","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUGE2Gh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/AM+dK5iL12Y3yrsFic6yogNSEbNqsGgR9vIMuWqRKee0bR5FleqU0E2boesYyQ2W/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FIHsi3X-u","title":"Mozilla: Weitere Verschiebungen rund um Proton","shortId":"FIHsi3X-u","createdAt":"2021-05-15T05:34:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27017614,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T05:21:00.000Z","url":"https://linuxnews.de/2021/05/mozilla-weitere-verschiebung-rund-um-proton/","canonicalUrl":"https://linuxnews.de/2021/05/mozilla-weitere-verschiebung-rund-um-proton/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/820b5cf2781bc0d89f270c52c896613a","ratio":2.35785953177258,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAgMAAAAAAAAAAAAAAgMBBAASETETIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EACARAQAAAwkAAAAAAAAAAAAAAAEAAgMFBhESIkFRscH/2gAMAwEAAhEDEQA/AJC4VUTtUPAqzF4UbvsDu0NjiJ1L51mia9Oqqupa6yBABgRGFjxERHqOsYwV4NNQDl8iusqUyLhsdzR//9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"l4dTtf65i","title":"How to deploy a single Kubernetes cluster across multiple clouds using k3s and WireGuard","shortId":"l4dTtf65i","createdAt":"2021-05-14T21:21:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":33,"score":27017548,"tagsStr":"cloud,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T14:13:48.000Z","url":"https://itnext.io/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81","canonicalUrl":"https://itnext.io/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc609ae4a86da686d3c93497c24d6e7d","ratio":2.18181818181818,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCBAAFERJhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACMQMEEiFR/9oADAMBAAIRAxEAPwDNOu2SqWypWm0K1laZickMB6MHw+ZPdursXHuhTQmLGSmFwB6wBPPA8GMZY65qMGAOpgcCL//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"qjIUe764Y","title":"Web Development for Beginners – Learn Basic HTML and CSS to Build Your First Web Page","shortId":"qjIUe764Y","createdAt":"2021-05-14T17:17:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":148,"score":27017510,"tagsStr":"general-programming,webdev,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:13:14.000Z","url":"https://www.freecodecamp.org/news/web-development-for-beginners-basic-html-and-css/","canonicalUrl":"https://www.freecodecamp.org/news/web-development-for-beginners-basic-html-and-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc637cb354a38f15cf23e9a46a60abf7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEAIQUUFSJBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEAAwAAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwDVW+7TWmFcYuSFR5gNyJFJda2FDROtCgfuXek5pHgxyQDSdIBFkJ9WcYx212AqIE//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@coderslang","readTime":7,"description":null,"toc":null,"summary":null},{"id":"1Cu2lLdeD","title":"What is SendGrid? SMTP Email Newsletter Tutorial","shortId":"1Cu2lLdeD","createdAt":"2021-05-14T20:38:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":36,"score":27017507,"tagsStr":"backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:31:30.000Z","url":"https://www.freecodecamp.org/news/what-is-sendgrid-smpt-email-newsletter-tutorial/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-sendgrid-smpt-email-newsletter-tutorial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19a76909e3a5d225aa683da19820bc00","ratio":0.959692898272553,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAP/xAAiEAACAgAGAgMAAAAAAAAAAAABAwIEAAUGERIhFTEkYZL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMRBAUGsf/aAAwDAQACEQMRAD8AboqnledZa3xEX3K1dnCTbCDEtjx9rOwB767+8VboxBbMiqwDket8M0zbsqyOmpVh0FxSBGEZkAdD0MJlbscj8h37OJ791Mw0Ans5XElFnxf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@nhcarrigan","readTime":6,"description":null,"toc":null,"summary":null},{"id":"KsT-ke6KN","title":"IT and Business Continuity: Some Takeaways from the Colonial Pipeline Fiasco","shortId":"KsT-ke6KN","createdAt":"2021-05-14T21:21:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":5,"score":27017449,"tagsStr":"security,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:10:20.000Z","url":"https://itnext.io/it-and-business-continuity-some-takeaways-from-the-colonial-pipeline-fiasco-25b4c81039b7","canonicalUrl":"https://itnext.io/it-and-business-continuity-some-takeaways-from-the-colonial-pipeline-fiasco-25b4c81039b7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b641060303c5239fe1df7bb5b26bc0ae","ratio":2.6390977443609,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAyEEEQUSQST/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDepRI3lZvomd3c4Ds7YY0+AGtUPNqZPh4wnkBgYSHGyLNoitBf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"Bi-bA3G4f","title":"LibreOffice 7.0.6 – sechste Wartungs-Version der Still-Variante","shortId":"Bi-bA3G4f","createdAt":"2021-05-13T13:33:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27015213,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:31:51.000Z","url":"https://www.bitblokes.de/libreoffice-7-0-6-sechste-wartungs-version-der-still-variante/","canonicalUrl":"https://www.bitblokes.de/libreoffice-7-0-6-sechste-wartungs-version-der-still-variante/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IF8yWNQ_T","title":"Tree-Shaking: A Reference Guide","shortId":"IF8yWNQ_T","createdAt":"2021-05-14T10:39:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":490,"score":27017426,"tagsStr":"general-programming,webdev,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-14T15:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/tree-shaking-reference-guide/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/tree-shaking-reference-guide/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a50912674a4c7629c1b7bd7db392989d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIGEyEiMYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDZ+N2xcG2vLXIS5soyEBDQRoOmPHOTkZGfpqkDmMh+DGeXEY2cbSs9z7IBpSlIBRmLdwasYqqz4PN//9k=","siteTwitter":"@smashingmag","creatorTwitter":"@atilafassina","readTime":9,"description":null,"toc":null,"summary":null},{"id":"UuZRz-hEi","title":"Creating Stylesheet Feature Flags With Sass !default","shortId":"UuZRz-hEi","createdAt":"2021-05-14T14:41:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":75,"score":27017341,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:14:34.000Z","url":"https://css-tricks.com/creating-stylesheet-feature-flags-with-sass-default/","canonicalUrl":"https://css-tricks.com/creating-stylesheet-feature-flags-with-sass-default/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68b3d0fa0cc010abc1897c31d2745745","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMRBhITFSEiMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQFESET/9oADAMBAAIRAxEAPwCFrqy03VUqW4j3DLt8e2RZ5AmTnPsd6zL6Fd3ZuoR13HOFhAAfB5UpRmUsyVy3zOtpGrAySaVrhwHi/9k=","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RamctPKYm","title":"Twitter politely asks you to protect its targeted ad dollars in new iOS 14.5 prompt","shortId":"RamctPKYm","createdAt":"2021-05-15T00:39:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017319,"tagsStr":"tech-news,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:35:16.000Z","url":"https://www.theverge.com/2021/5/14/22436944/twitter-ad-tracking-ios-14-5-app-transparency","canonicalUrl":"https://www.theverge.com/2021/5/14/22436944/twitter-ad-tracking-ios-14-5-app-transparency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd92592d5428e6bfc121f85a2f18e7d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAABBQADAAAAAAAAAAAAAAACAAEDESESMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AJuGYQjlB4gIzrjI7vYU+1tb1tpb+oiQx//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vVu98D5W0","title":"High-resolution MRI illuminates fetal white-matter tracts","shortId":"vVu98D5W0","createdAt":"2021-05-14T22:26:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27017186,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T22:12:09.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132403&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132403","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1acc07be37dd7bc7c324454db40e1cff","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABQYHCP/EACYQAAECAwYHAAAAAAAAAAAAAAECAwAEBQYHERIUMSIjMjNRcvD/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIABBEhwf/aAAwDAQACEQMRAD8AMWHtU1KXbstVJ3RT+nKcpRiQoDbD7eM9VWo1N2qTjiGJzIt5ahyhsVGLxU0p0TvCOjxCC12keogVTukazLvkXvSV+A5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"3-PQKlzoM","title":"Announcing TypeScript 4.3 RC","shortId":"3-PQKlzoM","createdAt":"2021-05-12T23:13:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ts","views":983,"score":27015499,"tagsStr":"typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-13T06:00:02.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T22:34:18.000Z","url":"https://devblogs.microsoft.com/typescript/?p=2970","canonicalUrl":"https://devblogs.microsoft.com/typescript/?p=2970","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3339f6c27e55de8125e406fc55a4f793","ratio":1.60571428571429,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAxEEMoH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMfR+OKlDUObB2YWYD5khEShHP/Z","siteTwitter":"","creatorTwitter":"@https://twitter.com/drosenwasser","readTime":16,"description":null,"toc":null,"summary":null},{"id":"m3pBHk04w","title":"Venmo shows who you’re friends with even if you’re Joe Biden","shortId":"m3pBHk04w","createdAt":"2021-05-14T22:07:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017167,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T22:06:54.000Z","url":"https://www.theverge.com/2021/5/14/22436847/venmo-contact-friends-list-not-private-president-joe-biden","canonicalUrl":"https://www.theverge.com/2021/5/14/22436847/venmo-contact-friends-list-not-private-president-joe-biden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e738c62d6eb7f479afb89ae203cb693b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAARBQYSMWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEBAQEAAAAAAAAAAAAAAAECABJR/9oADAMBAAIRAxEAPwDO+odhk4pOxGGtEycfEtiJSSPJlcA+RHvYb8y2p8zHfqQXHoxK1hFlKg70WG9evuMYFSES+5OlU3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Q9HFx7GJR","title":"How to Start a WordPress Agency","shortId":"Q9HFx7GJR","createdAt":"2021-05-14T09:46:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27016426,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2020-01-29T08:53:19.000Z","url":"https://kinsta.com/blog/wordpress-agency/","canonicalUrl":"https://kinsta.com/blog/wordpress-agency/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1563b3b15b88c995306d1cd978f10d5","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMFIRIEEzFh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwUTgbH/2gAMAwEAAhEDEQA/AJPAdXe7WMD3HdrtlSeREDcaEevNaUoCqBLmNTy+UpV3co1p32A5alGdSRP/2Q==","siteTwitter":"@kinsta","creatorTwitter":"@sescacca","readTime":25,"description":null,"toc":null,"summary":null},{"id":"LlGzj7lOr","title":"Leaked renders reveal an even more affordable 5G Samsung phone","shortId":"LlGzj7lOr","createdAt":"2021-05-14T18:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016957,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T18:28:52.000Z","url":"https://www.theverge.com/2021/5/14/22436362/samsung-galaxy-a22-5g-leak-renders","canonicalUrl":"https://www.theverge.com/2021/5/14/22436362/samsung-galaxy-a22-5g-leak-renders","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33e3dfcc495083ea45aed658aceb8f64","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABBAEDBQAAAAAAAAAAAAACAAEDEQQFBgcSExQh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARMf/aAAwDAQACEQMRAD8Ar268WAuTdOjOIC68bzHJxF37kRgIe3a6on+Kl0iKs1e3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jmNLORPLq","title":"CT identifies candidates for sublobar resection for lung cancer","shortId":"jmNLORPLq","createdAt":"2021-05-14T21:51:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27017151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:31:23.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132402&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132402","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dffbcfc57ccb9b7cf77f693972701e03","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwME/8QAIRAAAQMDBQEBAAAAAAAAAAAAAQIDBAARIQUGEzFREpL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECABEDErHw/9oADAMBAAIRAxEAPwAy07YcVWz4klxgmS8wXXVdqTcXTi/thjw0dytu6gxKea4VHjWU3GejasL0+YuwXLkKHyE5cJx53UxJfAADzv7NVZShoBahIW1r3Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Yoin2oYGO","title":"Spring Awakening secures loaded October bill with Martin Garrix, Madeon, RL Grime b2b Baauer, Diplo, and more","shortId":"Yoin2oYGO","createdAt":"2021-05-14T21:42:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017142,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:31:42.000Z","url":"https://dancingastronaut.com/2021/05/spring-awakening-secures-loaded-october-bill-with-martin-garrix-madeon-rl-grime-b2b-baauer-diplo-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/spring-awakening-secures-loaded-october-bill-with-martin-garrix-madeon-rl-grime-b2b-baauer-diplo-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a60ef45623ce8ad05c00ab511a45490","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgIABAcAAAAAAAAAAAAAAQIABAMFERIVFiEiMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQEAAgMAAAAAAAAAAAAAAAABABECITH/2gAMAwEAAhEDEQA/AMZyOvkvKlvDu29mN52rVDak+mI1ElOBWG7lZCp6g/IiK2SuRXdz/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"h7aS8xiM8","title":"After a Chinese zoo covered up a leopard escape, 100 chickens are searching for the big cat","shortId":"h7aS8xiM8","createdAt":"2021-05-14T21:27:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017127,"tagsStr":"safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:15:24.000Z","url":"https://www.livescience.com/chinese-officials-chickens-search-for-escaped-leopard.html","canonicalUrl":"https://www.livescience.com/chinese-officials-chickens-search-for-escaped-leopard.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/438b18764be4d70cd5a5a9653b42b825","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFBgcRIRIiMWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAMRIf/aAAwDAQACEQMRAD8ArcuZqlt9L7HF8Skmmv57ZpmlVQe9mIB2J8Djj1WYPq9mSF2jkeNnQ9LEAbEj5SlFmXfGkL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"n1zmJZGQe","title":"Jarred Kelenic and Logan Gilbert Debut for the Mariners","shortId":"n1zmJZGQe","createdAt":"2021-05-14T21:08:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27017108,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:04:27.000Z","url":"https://www.theringer.com/2021/5/14/22436852/jarred-kelenic-and-logan-gilbert-debut-for-the-mariners","canonicalUrl":"https://www.theringer.com/2021/5/14/22436852/jarred-kelenic-and-logan-gilbert-debut-for-the-mariners","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5739aab3a8617b3aa7d1269f9466af31","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABBAEDBQAAAAAAAAAAAAABAAIDEQQFBhITITFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8Ak9oaDinF1KbIZDIwOGAGCOiHvIAlBJIsGzVe/Ki5ZZuq/k5hNmzxPf6iKkSmg3lYf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mR49OB_DD","title":"Apple said Roblox developers don’t make games, and now Roblox agrees","shortId":"mR49OB_DD","createdAt":"2021-05-14T20:59:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017099,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:54:26.000Z","url":"https://www.theverge.com/2021/5/14/22436014/apple-roblox-epic-fortnite-trial-what-is-game-name-change","canonicalUrl":"https://www.theverge.com/2021/5/14/22436014/apple-roblox-epic-fortnite-trial-what-is-game-name-change","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0469a1a76c102cd4fbe8962b82b5e638","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQACAwQFERITFCExM1Fhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAyEEBRL/2gAMAwEAAhEDEQA/AM+kQwUeqYNcyXE3tokIO7lja5Pvwq0ChUzRh5S7icRc59ePiIhBky2OlRsAGuaBVL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Nq0G7cSmA","title":"China is set to land on Mars for the first time","shortId":"Nq0G7cSmA","createdAt":"2021-05-14T20:26:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017066,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:20:15.000Z","url":"https://www.theverge.com/2021/5/14/22436072/china-tianwen-1-mars-landing-zhurong-rover","canonicalUrl":"https://www.theverge.com/2021/5/14/22436072/china-tianwen-1-mars-landing-zhurong-rover","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b905cdc70db3bf42819edcb52ec913fc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxABAAICAAcAAAAAAAAAAAAAAQIEAAMFBgchIjFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AK+Sa9K305vUblSO6rLh+wdcpdhIKSPkhBHM16/LXFfaC4xgf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"-JEZavl77","title":"Covid-19 news: England proceeds with step 3 despite surging variant","shortId":"-JEZavl77","createdAt":"2021-05-14T20:24:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27017064,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-england-proceeds-with-step-3-despite-surging-variant/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-england-proceeds-with-step-3-despite-surging-variant/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9304c6ddb93482e6d09f8804b1becd9b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAADAQIABBESIQUGEzEVMoH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMhIv/aAAwDAQACEQMRAD8AitElpvVDjlZMphIJHOBcdyNYiJctKdZz19iyNuTfrTEb5KRbRypbwtxnr1hCIzKa2LJXR//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":56,"description":null,"toc":null,"summary":null},{"id":"VrBKzcJpl","title":"Early signs of Parkinson’s disease could be spotted in the nose","shortId":"VrBKzcJpl","createdAt":"2021-05-14T20:24:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27017064,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277671-early-signs-of-parkinsons-disease-could-be-spotted-in-the-nose/","canonicalUrl":"https://www.newscientist.com/article/2277671-early-signs-of-parkinsons-disease-could-be-spotted-in-the-nose/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06b24a34dcf14fb81bdfc9b472b394ee","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAwACBREEEiEycf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAAzEB/9oADAMBAAIRAxEAPwCR5ty14R7nvFnoXYHimh6XDTr2340CD9EmURDVB33D/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VthCwDqPX","title":"Apple confirms space gray Magic Keyboards, Trackpads, and Mice are discontinued","shortId":"VthCwDqPX","createdAt":"2021-05-14T20:20:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017060,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:18:46.000Z","url":"https://www.theverge.com/2021/5/14/22436719/apple-space-gray-magic-trackpad-keyboard-mouse-discontinued","canonicalUrl":"https://www.theverge.com/2021/5/14/22436719/apple-space-gray-magic-trackpad-keyboard-mouse-discontinued","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89a18f323f400d32942f5f437ab0f305","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBBEABRIxQQYTFP/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQMRIf/aAAwDAQACEQMRAD8Apuz9X8gm6TGkaq8ymUuz6LQECroAEXx3miMQy0y239UpexITuW5ajQ5J7OMYM2OkLFqtn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dq1CzxbSm","title":"Facebook loses bid to block a potentially major change to EU data sharing","shortId":"dq1CzxbSm","createdAt":"2021-05-14T20:20:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017060,"tagsStr":"tech-news,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:17:34.000Z","url":"https://www.theverge.com/2021/5/14/22436486/facebook-data-privacy-order-ireland-eu-privacy-shield","canonicalUrl":"https://www.theverge.com/2021/5/14/22436486/facebook-data-privacy-order-ireland-eu-privacy-shield","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38442298a0b565c75b0ad59f2ca8acdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQRE1GB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8AwKvagjr63UopH4OJC94I8BAUW0jqIjVCXNboHJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"sr-ZZktFL","title":"UltraSight closes $13M funding round for AI platform","shortId":"sr-ZZktFL","createdAt":"2021-05-14T18:04:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016924,"tagsStr":"startup,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:44:33.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132396&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132396","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc988fbca8947d48e7a58bdf49483c8a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACYQAAIBAQYGAwAAAAAAAAAAAAECBAMABQYREkEHEyExUWEUIjL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAEDABExIf/aAAwDAQACEQMRAD8AhcO0LjHDq/pF4wKr1I4ULJUdFZm0gHyMz32ysPdfEyZBu2JE+Gj8iilLUVHXSoGfb1Zhg8kYbmICQlSFVDrsw0VDkfNsmju3Ip/ZvyN/VqlWvicwyJaR7n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"MB0ncL34d","title":"Chicago permits Lollapalooza to move forward with ‘near or full-capacity’ festival this summer","shortId":"MB0ncL34d","createdAt":"2021-05-14T20:16:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017056,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:15:23.000Z","url":"https://dancingastronaut.com/2021/05/lollapalooza-to-return-for-four-day-event-this-summer/","canonicalUrl":"https://dancingastronaut.com/2021/05/lollapalooza-to-return-for-four-day-event-this-summer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50537393ab556ba1d28eea7b379d1c68","ratio":1.56351791530945,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIFAAMEERITITFBUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAMRH/2gAMAwEAAhEDEQA/AMlKSbR2SY/MxLWRzmZ2YuWGyDcbofR2B8q+3NsbangHYeKUoMqOOl//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0d0llea-X","title":"Gorgon City expand ‘Olympia’ tracklist with ‘Never Let Me Down’","shortId":"0d0llea-X","createdAt":"2021-05-14T20:06:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017046,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:05:25.000Z","url":"https://dancingastronaut.com/2021/05/gotgon-city-expands-olympia-tracklist-with-single-never-let-me-down/","canonicalUrl":"https://dancingastronaut.com/2021/05/gotgon-city-expands-olympia-tracklist-with-single-never-let-me-down/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36696ea6ec77decdf464365c14fc2449","ratio":1.50078247261346,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFERITIRYiQXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQADAAMAAAAAAAAAAAAAAAAAARECEjH/2gAMAwEAAhEDEQA/AMtfoX11wlqaiOWpDCzYim0hrQGguBwfLsjj2penC7uEeAeQNY+IiostVEGXp//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"8B80-qJnZ","title":"Tank Diaries: The Pain Is Good","shortId":"8B80-qJnZ","createdAt":"2021-05-14T18:49:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016969,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T18:38:40.000Z","url":"https://www.theringer.com/nba/2021/5/14/22435881/oklahoma-city-thunder-sam-presti-aleksej-pokusevski","canonicalUrl":"https://www.theringer.com/nba/2021/5/14/22435881/oklahoma-city-thunder-sam-presti-aleksej-pokusevski","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e4839d752698daab72739855022c7628","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxESITEEBhQiof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAxUEYsFx/9oADAMBAAIRAxEAPwC13Ff4nXsw1s1yKB7YC4DNxjfj7N5SgNKE7nSMmIk/ILVsHpcSeQT2BtoHV//Z","siteTwitter":"","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"3H1H-XY-c","title":"6 Ways to Speed Up Web Application Development with Bit","shortId":"3H1H-XY-c","createdAt":"2021-05-14T04:06:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":572,"score":27017040,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T12:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-13T18:44:07.000Z","url":"https://blog.bitsrc.io/6-ways-to-speed-up-web-application-development-with-bit-fa217d07e8bc","canonicalUrl":"https://blog.bitsrc.io/6-ways-to-speed-up-web-application-development-with-bit-fa217d07e8bc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a316c22f66a58e8308b508c25aea002","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQFERIhURMiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMEESH/2gAMAwEAAhEDEQA/ALc/nJcOtqgkO6dGZjHEF0UHQKOf1vp6rXWmUgFrCLmNHn2L5GWDgtpyR790pUue136zHpjqUVkKvgn/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"IiFQnTSkQ","title":"Playoff Seeding Remains Uncertain With Three Days Left in the Regular Season","shortId":"IiFQnTSkQ","createdAt":"2021-05-14T19:41:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27017021,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T19:37:19.000Z","url":"https://www.theringer.com/2021/5/14/22436732/playoff-seeding-plus-udonis-haslem-and-looking-forward-to-hall-of-fame-ceremony","canonicalUrl":"https://www.theringer.com/2021/5/14/22436732/playoff-seeding-plus-udonis-haslem-and-looking-forward-to-hall-of-fame-ceremony","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6c25078bf29e2e93013a2cf289aa9a7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEITEFBhIUQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIDMWGx/9oADAMBAAIRAxEAPwDRu6vaN/oCYeZdxS2fYDOsEt5FlEz8Eccbq4S8SilhsjcGBSlC5q8xjagZUTv2f//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"fDZqlWSQi","title":"Apple Music for Android reveals lossless audio could be imminent","shortId":"fDZqlWSQi","createdAt":"2021-05-14T19:38:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017018,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T19:35:02.000Z","url":"https://www.theverge.com/2021/5/14/22436575/apple-music-android-lossless-audio-airpods-3","canonicalUrl":"https://www.theverge.com/2021/5/14/22436575/apple-music-android-lossless-audio-airpods-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5efd114b2e5599b5380a6ca48e9b6a60","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQQFAAMSAhETITFhkf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQITUf/aAAwDAQACEQMRAD8Az/HTSykFIpXopVlp06OFy4SLiuJ3OA8HIdHepnNq9/aUpFTFznh//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FYmn5vkTZ","title":"Instant Reactions to J. Cole’s ‘The Off-Season’","shortId":"FYmn5vkTZ","createdAt":"2021-05-14T18:04:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016924,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:57:32.000Z","url":"https://www.theringer.com/2021/5/14/22436525/instant-reactions-to-j-coles-the-off-season","canonicalUrl":"https://www.theringer.com/2021/5/14/22436525/instant-reactions-to-j-coles-the-off-season","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46fabb8d9abe4444ebb743808d0bf48a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwUEEhFRISIx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFB/9oADAMBAAIRAxEAPwDJqmoxcia62YJGMw3yATe5BHR8KYbSQajl7vnSIkrgVPKeH//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"K5_dwrDwx","title":"Marvel’s (Lack of) Showrunners, ‘The Underground Railroad,’ and Is ‘Top Chef’ Too Nice This Season?","shortId":"K5_dwrDwx","createdAt":"2021-05-14T19:34:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27017014,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T19:21:44.000Z","url":"https://www.theringer.com/2021/5/14/22436703/marvels-lack-of-showrunners-the-underground-railroad-and-is-top-chef-too-nice-this-season","canonicalUrl":"https://www.theringer.com/2021/5/14/22436703/marvels-lack-of-showrunners-the-underground-railroad-and-is-top-chef-too-nice-this-season","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/732eef51ddf8bba403903ea1c293d840","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFESExIoKh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAACEQPw/9oADAMBAAIRAxEAPwDLJWSkysRMuu48ZVq0q6BCqQ3AHr9qpx+XmNAjMbrAm0p0p0Oh0KUomiLJOg1D/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bkl1Ptfla","title":"A driverless Waymo got stuck in traffic and then tried to run away from its support crew","shortId":"bkl1Ptfla","createdAt":"2021-05-14T19:28:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017008,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T19:22:32.000Z","url":"https://www.theverge.com/2021/5/14/22436584/waymo-driverless-stuck-traffic-roadside-assistance-video","canonicalUrl":"https://www.theverge.com/2021/5/14/22436584/waymo-driverless-stuck-traffic-roadside-assistance-video","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52fa4a14b6272b28cf6dcbf8b1af1677","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhESFCExYcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAAzH/2gAMAwEAAhEDEQA/AJJYtPZLIMZdPokc7yKqJNx4cAB5C999yT8rVcfqfpbC2t4sfbCOKJY1HoAAUpQ10pAXzJMSKhv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"--EUd7oX8","title":"Global Mother's Day Campaign for Adidas","shortId":"--EUd7oX8","createdAt":"2021-05-14T19:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27016998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/118518231/Global-Mothers-Day-Campaign-for-Adidas","canonicalUrl":"https://www.behance.net/gallery/118518231/Global-Mothers-Day-Campaign-for-Adidas","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d9fa7fd053c6f784b1747eca3cb2ad0","ratio":1.29390018484288,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDBAAFBhEhEmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAQABBAMAAAAAAAAAAAAAAAEAAgMEExEh8P/aAAwDAQACEQMRAD8ApYLJc5jttehJlwY0UNsvIjr9NyynqVKG9DwfWwD3Y4Ruth/EL868441meQFtSipJRclgaJ5r5SlGxzdQL7mVct13EDqf/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"kS8_FTF23","title":"Programmiersprache: Rust 1.52 steht bereit","shortId":"kS8_FTF23","createdAt":"2021-05-14T18:53:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016973,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T18:16:07.000Z","url":"https://www.soeren-hentzschel.at/rust/programmiersprache-rust-1-52/","canonicalUrl":"https://www.soeren-hentzschel.at/rust/programmiersprache-rust-1-52/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7be9058eae8d172862813aa782e72504","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFESFBBhQx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDBBL/2gAMAwEAAhEDEQA/ANl8npLVezHVt6jD7NhpnK23GxZQCoG/C8fOsli0muYkJ3JIBJPeMYjhUBbEK2Hbqrn/2Q==","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gl4WI-vk4","title":"DevTools for CSS layouts 2021 edition","shortId":"gl4WI-vk4","createdAt":"2021-05-14T00:22:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":883,"score":27016968,"tagsStr":"css,devtools,google-chrome,firefox,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T11:00:00.000Z","discussionScore":11,"banned":false,"deleted":false,"publishedAt":"2021-04-23T05:53:22.000Z","url":"https://chenhuijing.com/blog/devtools-for-css-layouts-2021-edition/","canonicalUrl":"https://chenhuijing.com/blog/devtools-for-css-layouts-2021-edition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e89e7b80e8b0630b998af6d48ba369c","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQACAwQFBhEHEhQhIzKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDEjH/2gAMAwEAAhEDEQA/AILM+J17z+wNiu0VFFRsk6hkEMPq9oLd8x2T2JWYGpGz4mfERHsytxUDk//Z","siteTwitter":"@hj_chen","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"BZB-yNhOV","title":"New Mask Guidance, Shots for Teens, and More Coronavirus News","shortId":"BZB-yNhOV","createdAt":"2021-05-14T18:42:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:38:00.000Z","url":"https://www.wired.com/story/new-mask-guidance-shots-for-teens-coronavirus-news/","canonicalUrl":"https://www.wired.com/story/new-mask-guidance-shots-for-teens-coronavirus-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c4bd6f53317f823d1180802d378f513","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgICAQMFAAAAAAAAAAAAAQIDBAARBQYTIQcSMVGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAgESMv/aAAwDAQACEQMRAD8Aj8f1By0d6/BcsQzJWM9UduLtllVSQT5Pna/I+zmTm9R78UrxrXT2oxUbbZ0PzGMpXIDtNz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ICQRkHB2g","title":"Go read this story about how TikTok and apps are making Starbucks orders obnoxious","shortId":"ICQRkHB2g","createdAt":"2021-05-14T18:40:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T18:38:02.000Z","url":"https://www.theverge.com/2021/5/14/22436442/tiktok-app-starbucks-long-coffee-orders","canonicalUrl":"https://www.theverge.com/2021/5/14/22436442/tiktok-app-starbucks-long-coffee-orders","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d066b18d2ad638e7505b672c61807d7e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFEgcTFDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDEQQSITFRsf/aAAwDAQACEQMRAD8Ap7iwWM3hbZNysJeceYbGoCW/FGpVAgqLhEqk+lKEmSal8LyM6MPY9WCxIb6G9QtK1KA1ESdhJ+wKUpmCzupc6R0LRo7rgH1f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ef_nt8zZ_","title":"Agfa-Gevaert reports decreased revenues for Q1","shortId":"ef_nt8zZ_","createdAt":"2021-05-14T17:53:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016913,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:31:52.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132395&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132395","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05e9a0467b1f1bbb98e71666b9ff8a7e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAUGB//EACUQAAIBAwMDBQEAAAAAAAAAAAECAwQFEQAGEiFRYRMWIjEyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8ALfPtQ2i30vt0XO0xoQtVHGhUfZy6MvMk9wc9RqIqJdjGeThtO98eRxilkAxnty6a0vcVHTRXi4pFTwoiSFVVUAAHYeNOYI09CP4L+R/PGmaq1//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"SRemdd7fL","title":"Rare plutonium from space found in deep-sea crust","shortId":"SRemdd7fL","createdAt":"2021-05-14T17:40:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016900,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:24:38.000Z","url":"https://www.livescience.com/rare-plutonium-heavy-metal-formation.html","canonicalUrl":"https://www.livescience.com/rare-plutonium-heavy-metal-formation.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a991ef88f42c67ecc5b6419d89049401","ratio":1.48514851485149,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQFBhESIzFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABEQIDIf/aAAwDAQACEQMRAD8Azm35jZq7HzT3q1ipqePETZXSmH62tHt5ESLUVsdiyzZyAnYVl2R6JhCGKSpTY7Jw/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"m-ecaHuJJ","title":"This chain reaction could explain rare blood clots linked to some COVID-19 vaccines","shortId":"m-ecaHuJJ","createdAt":"2021-05-14T17:40:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016900,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:24:17.000Z","url":"https://www.livescience.com/greinacher-theory-coronavirus-vaccine-clots.html","canonicalUrl":"https://www.livescience.com/greinacher-theory-coronavirus-vaccine-clots.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81de1ac2a8b10243fc690667a9484fa1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYTITEHEqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACETH/2gAMAwEAAhEDEQA/AMNN9Ye0jIZkx92e86XFSVJHsV5yVFXfXGKtt+L5zjaVm5xwVAHG0ePtKUc6z810X//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"nm4tVtDA4","title":"Astronauts may finally start cleaning their space underwear (with microbes)","shortId":"nm4tVtDA4","createdAt":"2021-05-14T17:40:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016900,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:33:35.000Z","url":"https://www.livescience.com/astronauts-shared-underwear-upgrade.html","canonicalUrl":"https://www.livescience.com/astronauts-shared-underwear-upgrade.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44cdc3cf3f124f64b63b60386eb10c74","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAwADAQEBAAAAAAAAAAAAAQIDAAQFEROB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Ax/mNrw5vahTXStdmSzm7KD8iKKfR+ejIzRUMRjGIqv/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SKBLeyen6","title":"Pigs can breathe oxygen via their rectum, so humans probably can too","shortId":"SKBLeyen6","createdAt":"2021-05-14T17:35:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016895,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277532-pigs-can-breathe-oxygen-via-their-rectum-so-humans-probably-can-too/","canonicalUrl":"https://www.newscientist.com/article/2277532-pigs-can-breathe-oxygen-via-their-rectum-so-humans-probably-can-too/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/831b442784a775b4dca941dc9f89fab8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAgYBBQAAAAAAAAAAAAACAQMABAUREhMxBiFBUVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAExESL/2gAMAwEAAhEDEQA/AKMEnU5enmcwLbhtICtaiRUJBEfrvznb0lokzvUFQ2nuk3VdyXNdwc+YQhlzAktp/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"PE1eNHJjX","title":"Code Maze Weekly #77","shortId":"PE1eNHJjX","createdAt":"2021-05-14T11:40:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"codemaze","views":23,"score":27016888,"tagsStr":"general-programming,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:20:50.000Z","url":"https://code-maze.com/code-maze-weekly-77/","canonicalUrl":"https://code-maze.com/code-maze-weekly-77/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94a5df28b331dd3588f032223080deca","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ntEZA_Mwv","title":"Herodotus lied about famous Greek battle against Carthage, new study finds","shortId":"ntEZA_Mwv","createdAt":"2021-05-14T17:27:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016887,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:16:19.000Z","url":"https://www.livescience.com/herodotus-lied-about-greek-battle.html","canonicalUrl":"https://www.livescience.com/herodotus-lied-about-greek-battle.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad95273180337de39df0cb7cae426087","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEQYHEzNhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQMAAhEiUf/aAAwDAQACEQMRAD8Ah3/VbkmTPbuLiCMKm2aG2UMfYJ3o1lZeQ5d5HY5fI7JJ8oHylKld7MDYwhdeT//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"obQcnpvz8","title":"Chernobyl's nuclear fuel is 'smoldering' again and could explode","shortId":"obQcnpvz8","createdAt":"2021-05-14T17:14:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:00:07.000Z","url":"https://www.livescience.com/chernobyl-smoldering-nuclear-reactions-again.html","canonicalUrl":"https://www.livescience.com/chernobyl-smoldering-nuclear-reactions-again.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d04e96c94bd6e68133136d9f62152fe8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQIEBgMAAAAAAAAAAAAAAQIDAAQFEQYTISIxYRIUUf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AMQzg2l+gy7LOOZ2XZaNR4Gx3dnj4NO4lu4Yw866tyZq0yH1kqcCaemwUebb+LwhE6nBaP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5qtHUehrH","title":"Itch.io is waiving all sales fees today for ‘Creator Day’","shortId":"5qtHUehrH","createdAt":"2021-05-14T16:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016859,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:57:34.000Z","url":"https://www.theverge.com/2021/5/14/22436214/itch-io-waives-sales-fees-creator-day-indie-games","canonicalUrl":"https://www.theverge.com/2021/5/14/22436214/itch-io-waives-sales-fees-creator-day-indie-games","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26ae119cf05bbb453872cffb43880f8f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhEjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAgMh/9oADAMBAAIRAxEAPwDd8myLtyjOWu5oooLdJFMEpRt+Cno969/BUe2zdy1tEzPOSUBJM77PX7SlFuJSuQFiXP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KWDQ3hQvj","title":"Pigs can breathe through their butts. Can humans?","shortId":"KWDQ3hQvj","createdAt":"2021-05-14T16:55:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016855,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:43:50.000Z","url":"https://www.livescience.com/mammals-can-breathe-through-anus-intestine-ventilation.html","canonicalUrl":"https://www.livescience.com/mammals-can-breathe-through-anus-intestine-ventilation.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc2799ba816e685d977492bba615affe","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFBgcRIRITQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQISIf/aAAwDAQACEQMRAD8AkMlZ2ucAwRbKKIssR7iOr9Oyk7kEbc+fVaJDrdKsSB7SUsFAJ45P2lKLen0oiVhM/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5EauC2DC-","title":"Condors won't stop visiting (and trashing) this California woman's house. Here's why.","shortId":"5EauC2DC-","createdAt":"2021-05-14T16:55:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016855,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:48:43.000Z","url":"https://www.livescience.com/homewrecker-condors-california.html","canonicalUrl":"https://www.livescience.com/homewrecker-condors-california.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f21ce452209d48adb7a4e527b43444ab","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBRITIRQVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASIf/aAAwDAQACEQMRAD8Az33mfLrD4p3ReHYLYwyy3c0V38sq5zYiSeN3aIppdL1v/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aMZbmpiP4","title":"Could we build a real-life Jurassic Park?","shortId":"aMZbmpiP4","createdAt":"2021-05-14T16:55:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016855,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:32:24.000Z","url":"https://www.livescience.com/could-we-build-jurassic-park-dinosaurs.html","canonicalUrl":"https://www.livescience.com/could-we-build-jurassic-park-dinosaurs.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/384602fd403ec8e713d4d5c791c4f1be","ratio":1.25030525030525,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABBEhBQYjMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECESFB/9oADAMBAAIRAxEAPwCH2LkuWuGduXs5bWOLzQxSRhUUswbCZ9ja/TjdUbPvsCWkCS2UxkVFDFGjAJxvAxoUpQopSTzoqrZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"pWiG9NTXO","title":"Hologic launches health equality project","shortId":"pWiG9NTXO","createdAt":"2021-05-14T16:28:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016828,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:20:30.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132392&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132392","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c90e73666cda1f7b19c71b55e59cdc5a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAkEAACAgEEAQQDAAAAAAAAAAABAwIEBQAGESESExQxcUNRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxETIf/aAAwDAQACEQMRAD8Am2P2hsu9WSb2UzWIeAA2DqDHjnrkgiH30f7ord2tQTdsLrZL10QZKK2+3YPOIPUuPHrkd6dbzsvq5LDQrPamLFSMwuZiJHyHZ4+dE0ZnKFCycldJMR+eX6+9WWpzcqfYpqw5s//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XkSJsKkzX","title":"Depression and inflammation appear to be linked – but it's unclear why","shortId":"XkSJsKkzX","createdAt":"2021-05-14T16:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277741-depression-and-inflammation-appear-to-be-linked-but-its-unclear-why/","canonicalUrl":"https://www.newscientist.com/article/2277741-depression-and-inflammation-appear-to-be-linked-but-its-unclear-why/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8be45b21f78766950bf9b93dab7d6ccc","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMCBwAAAAAAAAAAAAABAwIABBEGMRITISJxkbH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhQf/aAAwDAQACEQMRAD8Al+kZrbp22Sq2SFOiebDYsxkHJxufhx4ml61Erx8kWwWkskYQ4j2xz0HqlKtbigiFTlmZTyf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"S7WhPPcOx","title":"Astronomers may have found black holes that formed soon after big bang","shortId":"S7WhPPcOx","createdAt":"2021-05-14T16:25:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277681-astronomers-may-have-found-black-holes-that-formed-soon-after-big-bang/","canonicalUrl":"https://www.newscientist.com/article/2277681-astronomers-may-have-found-black-holes-that-formed-soon-after-big-bang/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c25b28e6889585c91bcff88d14395c25","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFESExBhIUUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAECAAP/2gAMAwEAAhEDEQA/AMd6JfsNshOSbnH8p7YQhScgaO/XP2oD11gl5woioCSo4HYOM0pRTiNNK6jXZmSQN//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DBXjUFL5w","title":"Vergecast: space internet, new laptops, and Epic v. Apple","shortId":"DBXjUFL5w","createdAt":"2021-05-14T16:24:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016824,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:20:57.000Z","url":"https://www.theverge.com/2021/5/14/22436274/starlink-laptops-epic-apple-vergecast-podcast-452","canonicalUrl":"https://www.theverge.com/2021/5/14/22436274/starlink-laptops-epic-apple-vergecast-podcast-452","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7dca0dfd799b5aebf8292db3d5cfc7d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIEAAMFBhESMUFRkf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxIf/aAAwDAQACEQMRAD8Az+M3XNiLOkSp16TJvdcJWYgLaCqLiuoA7hh5JHH2rJumwlFJyd7nj3SlClV1jmH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rDj37gvo5","title":"Walmart confirms it is indeed still selling Pokémon cards","shortId":"rDj37gvo5","createdAt":"2021-05-14T16:16:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016816,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:13:30.000Z","url":"https://www.theverge.com/2021/5/14/22436186/walmart-pokemon-trading-cards-store-sales","canonicalUrl":"https://www.theverge.com/2021/5/14/22436186/walmart-pokemon-trading-cards-store-sales","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5a7da42841a9172c29354c5eb289104","ratio":1.90721649484536,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACESEDBQQTBmGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAECABExEv/aAAwDAQACEQMRAD8AyeDYPLG9mPG+IuINewqx5PuGiG7LmgCgO91fURA7a9iiinRP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3DB3W9h4z","title":"ClearData expands protected health information platform","shortId":"3DB3W9h4z","createdAt":"2021-05-14T16:04:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016804,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T15:56:13.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132391&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132391","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c5f846799ff49cd1a45e48fb968732e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFB//EACYQAAIBAwIEBwAAAAAAAAAAAAECEQADBAUxBhMVIQcSM2GBkZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAhL/2gAMAwEAAhEDEQA/AGsfhTTen3rXWQnLYctShNp4AJbftuYEfI2qe/h9hM7MmoIVJkT5R2+62HAwcRMd3XFsK4IAYWwDBmRPvQnFx59C1+BTFtwNzGf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mD8oJpBab","title":"Making Video Games Is Not a Dream Job","shortId":"mD8oJpBab","createdAt":"2021-05-14T16:02:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016802,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:53:46.000Z","url":"https://www.wired.com/2021/05/geeks-guide-jason-schreier/","canonicalUrl":"https://www.wired.com/2021/05/geeks-guide-jason-schreier/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/381134619fdbd629098d360b29b844dd","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESEGEjGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQABBQEAAAAAAAAAAAAAAAAAAQIDITJx/9oADAMBAAIRAxEAPwDOcO9OW98FMODIGx1ksBwYPuvN4+mqD/LFvvuOqslhSXFFRSiH1SMnOAO2hSlXk0vQbR//2Q==","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":4,"description":null,"toc":null,"summary":null},{"id":"IAzokMYR3","title":"10 Bootstrap Shopping Carts","shortId":"IAzokMYR3","createdAt":"2021-05-14T15:55:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27016795,"tagsStr":"general-programming,css,html,ecommerce,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T03:40:10.000Z","url":"http://csshint.com/bootstrap-shoping-carts/","canonicalUrl":"http://csshint.com/bootstrap-shoping-carts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10ecff3cddc5444ba182d78e19597ca8","ratio":1.90414507772021,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIAAwQFERIUIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0lkqotsJcvwHNOkze/sjkzhdFbxkHQ3roxED/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vhqaO1ODH","title":"How to define Open Graph / Twitter image alt text (and why it might not matter...) (#tilPost)","shortId":"vhqaO1ODH","createdAt":"2021-05-14T15:39:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27016779,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:00:00.000Z","url":"https://www.stefanjudis.com/today-i-learned/how-to-define-open-graph-twitter-image-alt-text-and-why-it-might-not-matter/","canonicalUrl":"https://www.stefanjudis.com/today-i-learned/how-to-define-open-graph-twitter-image-alt-text-and-why-it-might-not-matter/","image":"https://res.cloudinary.com/dfcwuxv3l/image/upload/w_1280,h_669,c_fill,q_auto,f_auto/w_900,c_fit,co_rgb:232129,g_south_west,x_70,y_160,l_text:oswald_84_bold_line_spacing_-34:How%20to%20define%20Open%20Graph%20%2F%20Twitter%20image%20alt%20text%20(and%20why%20it%20might%20not%20matter...)/w_900,c_fit,co_rgb:232129,g_north_west,x_70,y_540,l_text:ubuntu_38:%40stefanjudis/stefan-judis-website/social-image-with-new-dude","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1VwCID7Aa","title":"Windows 10 – Dark Patterns und eine Funktionweise von 1995","shortId":"1VwCID7Aa","createdAt":"2021-05-14T15:32:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016772,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T15:14:44.000Z","url":"https://curius.de/2021/05/windows-10-dark-patterns-und-eine-funktionweise-von-1995/","canonicalUrl":"https://curius.de/2021/05/windows-10-dark-patterns-und-eine-funktionweise-von-1995/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b33180549e6cc093da83cecec341f1f","ratio":1.61820480404551,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEBQADERIxBiI0gZP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAkH/2gAMAwEAAhEDEQA/ANkk4N656sL9vJqRGXUABnpqLRSORg92TyDj3VgL0fjxE/NNKVOsZkFTt//Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1hd081R_H","title":"2021 Design Systems (Survey/Courses)","shortId":"1hd081R_H","createdAt":"2021-05-13T23:15:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":511,"score":27016755,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:55:35.000Z","url":"https://css-tricks.com/2021-design-systems-survey-courses/","canonicalUrl":"https://css-tricks.com/2021-design-systems-survey-courses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ea8fc9809a71fd6d29042876f390602","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMFBhEiEhMyYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAEEAwEAAAAAAAAAAAAAAAMAAQIEBREhE//aAAwDAQACEQMRAD8AxGdw5kZy5IZotzujwvxzcVPnIVM+iGd2YTIihjv0rBGw9DnSlTMrZJXePm+tp9IAyEJCTci/F//Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":0,"description":null,"toc":null,"summary":null},{"id":"wkyubhuFb","title":"Famicom Detective Club brings more great crime drama to the Switch","shortId":"wkyubhuFb","createdAt":"2021-05-14T15:03:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T15:00:44.000Z","url":"https://www.theverge.com/22435952/famicom-detective-club-review-nintendo-switch","canonicalUrl":"https://www.theverge.com/22435952/famicom-detective-club-review-nintendo-switch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78a8d5030c7cfed40f125e122b60a843","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDAAQRIQUSUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/AME3vM2bdOkXVxk0wI1qr6nb1+uSXbV5a4L94xjHzdAEQdb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"FeS6BmVKG","title":"The Verge’s Graduation Gift Guide 2021","shortId":"FeS6BmVKG","createdAt":"2021-05-14T15:03:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016743,"tagsStr":"apple,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T15:00:00.000Z","url":"https://www.theverge.com/22393913/graduation-gift-ideas-grads-college-dorm-high-school-tech-gadgets","canonicalUrl":"https://www.theverge.com/22393913/graduation-gift-ideas-grads-college-dorm-high-school-tech-gadgets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2341f74f7459d2b1b6ba8dd69b56a20f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERMhMUJx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAALBAwQhMUFR/9oADAMBAAIRAxEAPwDOW1Wa3EeRUCKnGFA9V6HfzKV68VqCOw6kNKokIBPkjfGMp1hVeSM8hqeGmH0Sv//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7hpBN_u4y","title":"What to expect from Google I/O 2021","shortId":"7hpBN_u4y","createdAt":"2021-05-14T14:35:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016715,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:34:00.000Z","url":"https://www.theverge.com/2021/5/14/22435116/google-io-2021-rumors-android-12-pixel-buds-a-series-chip","canonicalUrl":"https://www.theverge.com/2021/5/14/22435116/google-io-2021-rumors-android-12-pixel-buds-a-series-chip","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a90f8d2ddcde0b9ecd06de4cf0017c7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxEhMmGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDS4R2CulhRdZUKCO/ZBt3wWIhH/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"krW8cZtPE","title":"Starlink review: broadband dreams fall to Earth","shortId":"krW8cZtPE","createdAt":"2021-05-14T14:05:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016685,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:00:11.000Z","url":"https://www.theverge.com/22435030/starlink-satellite-internet-spacex-review","canonicalUrl":"https://www.theverge.com/22435030/starlink-satellite-internet-spacex-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d09ee61c4bb61744ca7336868a538436","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAADAAIDAAMAAAAAAAAAAAABAgMABAYRIRIxsf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACBCEDFaGx0f/aAAwDAQACEQMRAD8AschrTfmkt0SaLMCySDS+XQJ6PTfmV58j3NeawmkQkwEXwnweD7OMZO7SULD+B4nGFgNFva//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"US4i6yuDG","title":"VASSY lays a captivating topline on new Bonka-produced single ‘Chase’","shortId":"US4i6yuDG","createdAt":"2021-05-14T13:58:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016678,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:51:17.000Z","url":"https://dancingastronaut.com/2021/05/vassy-offers-an-infectious-topline-on-new-bonka-produced-single-chase/","canonicalUrl":"https://dancingastronaut.com/2021/05/vassy-offers-an-infectious-topline-on-new-bonka-produced-single-chase/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0d6b42130edb18162765a8210610ed8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAACAQIFBQEAAAAAAAAAAAABAgMAIQQGERJBBRMVIlFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAIDAAAAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwCdQZ2ibJw6bHCyYZsP23R4w+9xbTUEEA2P79qf+Zx6ekcrqi2UbjYcc0pTtZ0mEtLgE//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wAQ4avRhY","title":"Apple’s second-gen Pencil is $20 off at Woot","shortId":"wAQ4avRhY","createdAt":"2021-05-14T13:58:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016678,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:58:29.000Z","url":"https://www.theverge.com/good-deals/2021/5/14/22435906/apple-pencil-ipad-pro-air-resident-evil-8-village-galaxy-buds-pro-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/14/22435906/apple-pencil-ipad-pro-air-resident-evil-8-village-galaxy-buds-pro-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51d1c5e3a2625053bfde959ec5ca0aca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBQAEETETUZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABAxEEQVH/2gAMAwEAAhEDEQA/AMpeV+ncQbtjYasEuzpmNQxDDyA8HhgCB7+nIcdtLFGscSIkaAKqjoAdDGMWS1BHXEYCcjO9Ov/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"j_Bb_u_CS","title":"Where to preorder the new black and red DualSense controllers for the PS5","shortId":"j_Bb_u_CS","createdAt":"2021-05-14T13:53:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016673,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:51:16.000Z","url":"https://www.theverge.com/22434943/where-to-buy-ps5-playstation-5-dualsense-controllers-black-red-price","canonicalUrl":"https://www.theverge.com/22434943/where-to-buy-ps5-playstation-5-dualsense-controllers-black-red-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af49c1ee383ecd3b5b9980841c941d5c","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxETBEEFISIyQnHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEDMTP/2gAMAwEAAhEDEQA/AMM4C6GPSFrYRlLBT+k7WbBBJv2KrdQJmx5pOT+4+XxETNhXt5pB/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"P-bxAe76N","title":"The matchup you didn’t know you needed—stream Solomun and Jamie Foxx’s ‘Ocean’","shortId":"P-bxAe76N","createdAt":"2021-05-14T13:51:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016671,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:46:05.000Z","url":"https://dancingastronaut.com/2021/05/solomun-teams-up-with-jamie-foxx-for-groovy-new-single-ocean/","canonicalUrl":"https://dancingastronaut.com/2021/05/solomun-teams-up-with-jamie-foxx-for-groovy-new-single-ocean/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92eca6d60cb3b180146e497cc4f4f22c","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRMSEiBRLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAIDBBIhMdH/2gAMAwEAAhEDEQA/AMgsbpvIWct8zANGGb0KZWTgHBGeoHOt1BDdytChVupUEb+0pTLueZVfVZSolu/Cf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"L0_1ODtVR","title":"Ghastly reinforces main stage appeal on ‘Blackout’ [Stream]","shortId":"L0_1ODtVR","createdAt":"2021-05-14T13:44:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016664,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:42:04.000Z","url":"https://dancingastronaut.com/2021/05/ghastly-reinforces-mainstage-appeal-on-blackout/","canonicalUrl":"https://dancingastronaut.com/2021/05/ghastly-reinforces-mainstage-appeal-on-blackout/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4628294cec40f88c719bff791b12383a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAJBAAAQMDAwQDAAAAAAAAAAAAAQIDBAAFIQYREhMUMTJBYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAADAQIRQf/aAAwDAQACEQMRAD8AjS40/Lvdom2Flq3PMp5zDJjB1t8pSRwIHqTncpH35xWgmzNG94/vBhA9RWEx1kDPwdh+ClKa40me21c6f//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ecBGXR-Cu","title":"Blanke’s first solo release on Ophelia Records is a ‘Spark’ incited alongside Dia Frampton","shortId":"ecBGXR-Cu","createdAt":"2021-05-14T13:37:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016657,"tagsStr":"apache-spark","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:37:09.000Z","url":"https://dancingastronaut.com/2021/05/blankes-first-solo-release-on-ophelia-records-is-a-spark-incited-alongside-dia-frampton/","canonicalUrl":"https://dancingastronaut.com/2021/05/blankes-first-solo-release-on-ophelia-records-is-a-spark-incited-alongside-dia-frampton/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2957d57793b931a67f275f2195b9120","ratio":1.19900083263947,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAwECAAQREiEFFSIxQXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAIDETFBYXH/2gAMAwEAAhEDEQA/AMJldNGU7DSwAMGylqGdfdTPNvm7qidfIuRgle5dslW5XDSqiJ6qsIQZsttHj2Vq4qlRDfon/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QJ-6f02kj","title":"How the USPS mail trucks could still go fully electric","shortId":"QJ-6f02kj","createdAt":"2021-05-14T13:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016653,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:30:03.000Z","url":"https://www.theverge.com/22423179/usps-mail-trucks-electric-oshkosh","canonicalUrl":"https://www.theverge.com/22423179/usps-mail-trucks-electric-oshkosh","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55dc03011bb2c8ead9379d9a229c374a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAwADAAAAAAAAAAAAAQMCEQAFBBIhBiJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQEAAQQDAAAAAAAAAAAAAAABAgADBAURE8H/2gAMAwEAAhEDEQA/AK2/2jo7RevWtATJZhUoA/Yjt28o+VVX+5gJfBEciRfLnMjJh7kBUaF+4xiGNOTZirVJf1eITJdZyh7X/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"btZVdK-rt","title":"The Knives Out Sequel Seems Made for the Internet","shortId":"btZVdK-rt","createdAt":"2021-05-14T13:01:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016621,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:00:00.000Z","url":"https://www.wired.com/story/knives-out-sequel-internet/","canonicalUrl":"https://www.wired.com/story/knives-out-sequel-internet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e23097b67e89abaf182476dfd74e2cdb","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFERIhEzFRcYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAwADAAAAAAAAAAAAAAAAAAEhAgMR/9oADAMBAAIRAxEAPwDCtRSrYgm1Fa5SK1ZeOODny8K9kbMeyQT7P7kYdIwEFaowXrdoVJP2fnGMHOODa6n0/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hbGMFFQ18","title":"Dillon Francis’ ‘Very Important Music’ EP is a festival-ready tour de force","shortId":"hbGMFFQ18","createdAt":"2021-05-14T13:27:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016647,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:26:42.000Z","url":"https://dancingastronaut.com/2021/05/dillon-francis-very-important-music-ep-is-a-festival-ready-tour-de-force/","canonicalUrl":"https://dancingastronaut.com/2021/05/dillon-francis-very-important-music-ep-is-a-festival-ready-tour-de-force/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d3cbd6e77fd971ec472a167ecdd6a0a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGFBITkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACERL/2gAMAwEAAhEDEQA/AJa93yAIHHeGz41vaktISy5K6m21HAJynasH7s1ndw4W6xcJLPZiK9bqkZSVgHBI0PGlKmRzeQ1f/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rxEIuA4XS","title":"Muchos Bezos: Inside Amazon’s Empire With Author Brad Stone","shortId":"rxEIuA4XS","createdAt":"2021-05-14T12:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016563,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T08:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-504/","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-504/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb82d48dbc241718939ca06a403ff4e3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQQABAcAAAAAAAAAAAAAAQACAwQFBhESByEiIzFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEQP/2gAMAwEAAhEDEQA/AKHiHmy3gNu9NVhieMKpQXNrye8ZpzEWnQ8gACfp9LQouuJj/G4A6Iih6SlEtDun/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CwWN1gl5l","title":"The nitrogen emergency: How to fix our forgotten environmental crisis","shortId":"CwWN1gl5l","createdAt":"2021-05-14T13:18:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016638,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-800-the-nitrogen-emergency-how-to-fix-our-forgotten-environmental-crisis/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-800-the-nitrogen-emergency-how-to-fix-our-forgotten-environmental-crisis/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a87bb2f39b878e5f4d2ebb596d3a2d54","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAgYDAQAAAAAAAAAAAAABAgMABAUREiEGQXLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIEEgMRMf/aAAwDAQACEQMRAD8AiOWVczi3lSSkltyWIZwRgAMhckHvVogBU6lbTmvKfkIQ3LWqavUl4HFTVqnk/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ISsck24wc","title":"Katy Perry’s new music video stars her BFF Pikachu","shortId":"ISsck24wc","createdAt":"2021-05-14T13:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016627,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:02:37.000Z","url":"https://www.theverge.com/2021/5/14/22435890/katy-perry-electric-music-video-pokemon-pikachu","canonicalUrl":"https://www.theverge.com/2021/5/14/22435890/katy-perry-electric-music-video-pokemon-pikachu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df215e5927e87df439b05f186bbad5c9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQIHAAMAAAAAAAAAAAAAAQMEAAIFESExUQYSE//EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACIRL/2gAMAwEAAhEDEQA/ALFT8TZsUZ3igTcqTpEH6J9yNG2L8jP3FPYBdQFrn2OlZgN8vCESbbaNQ5Mn/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"W_u9BFAAM","title":"The Apple Designer You’ve Never Heard of Is Making Noise","shortId":"W_u9BFAAM","createdAt":"2021-05-14T13:02:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016622,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:00:00.000Z","url":"https://www.wired.com/story/plaintext-apple-designer-you-never-heard-of-making-noise/","canonicalUrl":"https://www.wired.com/story/plaintext-apple-designer-you-never-heard-of-making-noise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e257ac3becd91e553525ec27148050f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEIQYHEhMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANs5RHCezOIOecv2mPJa0Mn8YxQBtzKNnX0Ea0rhEQJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"5n5vEa_LO","title":"Veritone launches new platform to let celebrities and influencers clone their voice with AI","shortId":"5n5vEa_LO","createdAt":"2021-05-14T13:02:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016622,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:00:21.000Z","url":"https://www.theverge.com/2021/5/14/22432180/voice-clone-deepfake-celebrities-influencers-veritone-ai-platform","canonicalUrl":"https://www.theverge.com/2021/5/14/22432180/voice-clone-deepfake-celebrities-influencers-veritone-ai-platform","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e232575f5093faa377f7fbccafd2ab5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMAAgQFEQcSYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAREiHw/9oADAMBAAIRAxEAPwC/xMl2G/DYcktq/XuT62oAK8dUdE1I7rIBIFV8HyIj4gCAHZm2euf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DXhNIhe8f","title":"Samsung Galaxy Book Pro 360 (15-inch) review: a big-screen entertainment machine","shortId":"DXhNIhe8f","createdAt":"2021-05-14T13:02:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016622,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:00:00.000Z","url":"https://www.theverge.com/22419899/samsung-galaxy-book-pro-360-15-inch-review","canonicalUrl":"https://www.theverge.com/22419899/samsung-galaxy-book-pro-360-15-inch-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb3f661286e017ba2bfba0288c85b4ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAgEDBAAFBhESITFBByJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACISJB/9oADAMBAAIRAxEAPwDP/Il6uGF8VDZLdLeBmMywyhiahqLP2NUT70nSbb81eTmJwTZAjPTSLhImbA580pRvQqD5KUuu5P/Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"2kCYkwPuP","title":"8 Steps to Secure JavaScript in 2021","shortId":"2kCYkwPuP","createdAt":"2021-05-13T18:40:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":856,"score":27016595,"tagsStr":"general-programming,security,javascript,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:40:14.000Z","url":"https://blog.bitsrc.io/8-steps-to-secure-javascript-in-2021-6d54d5415264","canonicalUrl":"https://blog.bitsrc.io/8-steps-to-secure-javascript-in-2021-6d54d5415264","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d89d2ddd719308b7fcf5cfb8a9979a3","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAURBhIUITJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAER/9oADAMBAAIRAxEAPwCeq1s/buWq23C6RG5jgekNI2EOEZHkTkeuqnc+RFfnyXSJCi44pRKlAk5JPf2lKsmD/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"mDzBqmCau","title":"Microsoft rolls out Dolby Vision gaming test on Xbox Series X and S","shortId":"mDzBqmCau","createdAt":"2021-05-14T12:31:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016591,"tagsStr":"tech-news,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:30:00.000Z","url":"https://www.theverge.com/2021/5/14/22435864/microsoft-dolby-vision-xbox-series-x-s-test","canonicalUrl":"https://www.theverge.com/2021/5/14/22435864/microsoft-dolby-vision-xbox-series-x-s-test","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9267cbbdeb9d80b17487f5758205b31c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQQAAgMFERITIVExQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMAQuCStodSr2ukw01p2W5qhBX7xL9Z9cjB78RKMgyeYQhJ3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uktJBs32g","title":"Top Five Animated Movies of the 21st Century and ‘The Mitchells vs. the Machines’","shortId":"uktJBs32g","createdAt":"2021-05-14T12:27:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016587,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:20:38.000Z","url":"https://www.theringer.com/2021/5/14/22435884/top-five-animated-movies-of-the-21st-century-and-the-mitchells-vs-the-machines","canonicalUrl":"https://www.theringer.com/2021/5/14/22435884/top-five-animated-movies-of-the-21st-century-and-the-mitchells-vs-the-machines","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d74457acb8b2a71bd33c9001010efa17","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIFMQADBAYREhMhQqH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAxIf/aAAwDAQACEQMRAD8Ah2XbMlWzOjkLZSprcRiWkBfr1TyR4mOK14vVsEhWGlREnuT8pSonoyeqe5GjOgAZeb//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"IF_9Pq5BA","title":"Difficult Discussions With Michael Rapaport","shortId":"IF_9Pq5BA","createdAt":"2021-05-14T12:20:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016580,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:16:05.000Z","url":"https://www.theringer.com/2021/5/14/22435882/difficult-discussions-with-michael-rapaport","canonicalUrl":"https://www.theringer.com/2021/5/14/22435882/difficult-discussions-with-michael-rapaport","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d73489edfacea4da2bd330713ad85342","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwURIQQGIgcSUXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRIUH/2gAMAwEAAhEDEQA/AIlb6kVWlbu1MGjigbE0RsyOR7pMkn0bDwtlZuupFjSXtvbPEfERDiKSW0f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6I-27plak","title":"Little Mix’s Babies, Nicki Minaj’s Crocs, and Ben Affleck and Jennifer Lopez in ‘Gigli’","shortId":"6I-27plak","createdAt":"2021-05-14T12:13:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016573,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:07:24.000Z","url":"https://www.theringer.com/2021/5/14/22435473/little-mixs-babies-nicki-minajs-crocs-and-ben-affleck-and-jennifer-lopez-in-gigli","canonicalUrl":"https://www.theringer.com/2021/5/14/22435473/little-mixs-babies-nicki-minajs-crocs-and-ben-affleck-and-jennifer-lopez-in-gigli","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/687e65071640eb37eb14b795d9b8ea26","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRABAAEEAQQDAAAAAAAAAAAAAQQAAgMREgUGITEUUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAgABAwQREyEx/9oADAMBAAIRAxEAPwDMs8s+fA6QRYpGn7jqWvPHbe6Ud+xR+vHqq/L2r0cy3lsU4i65Fq6/Xj5pSjVL4ysOk2MBLrL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"PQt2Y6UCy","title":"So Your Team’s Not Gonna Make the Post Season. Now What?","shortId":"PQt2Y6UCy","createdAt":"2021-05-14T12:13:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016573,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:06:00.000Z","url":"https://www.theringer.com/2021/5/14/22435492/so-your-teams-not-gonna-make-the-post-season-now-what","canonicalUrl":"https://www.theringer.com/2021/5/14/22435492/so-your-teams-not-gonna-make-the-post-season-now-what","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e64970e1cc6888a823533cf286d0bd66","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAURBAYSISMxQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQADIQIE/9oADAMBAAIRAxEAPwDFybGtslsh0Q7aJGImdEAaRuRbmScnPXHwVOTZEUSiMXLV4UcR49UpQ3fptA2IlFaaT//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"-jgzHzTu0","title":"The way we use emojis evolves like language and changes their meaning","shortId":"-jgzHzTu0","createdAt":"2021-05-14T12:08:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016568,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277527-the-way-we-use-emojis-evolves-like-language-and-changes-their-meaning/","canonicalUrl":"https://www.newscientist.com/article/2277527-the-way-we-use-emojis-evolves-like-language-and-changes-their-meaning/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9d19aca678ed8ea708f214c24e06eb1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBSESMSJBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADMRESIXHR/9oADAMBAAIRAxEAPwDC0Zqz1Rt+HRo4lUM1FyxMXzB33tmJ8SSPQye7wtRrk7DmaJBkY7StKq+/oa6H5jGDHdOei468pryHIZa//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ouKCY_aJ5","title":"Tech Companies Don't Need to Be Creepy to Make Money","shortId":"ouKCY_aJ5","createdAt":"2021-05-14T12:03:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016563,"tagsStr":"tech-news,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T08:00:00.000Z","url":"https://www.wired.com/story/tech-companies-dont-need-to-be-creepy-to-make-money/","canonicalUrl":"https://www.wired.com/story/tech-companies-dont-need-to-be-creepy-to-make-money/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8984bc514edbdd61a7f434b3c0b5ca2c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBQYSByExUbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxESMf/aAAwDAQACEQMRAD8A1jpzaoGkC3WqEUJXFUQRmXHjjz991ft9vafb26kJWyClxEIRDJdgBgClKKchS1rRu5yZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"svd8lmUr2","title":"Could You Really Climb the Spinning Ship’s Cable in Stowaway?","shortId":"svd8lmUr2","createdAt":"2021-05-14T12:03:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T08:00:00.000Z","url":"https://www.wired.com/story/stowaway-anna-kendrick-spinning-ship-artificial-gravity-physics/","canonicalUrl":"https://www.wired.com/story/stowaway-anna-kendrick-spinning-ship-artificial-gravity-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/423b54aaca93b5cd45f1d55d3d95b2c3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQWRAyFRof/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQABBQEAAAAAAAAAAAAAAAABAAIRQfAh/9oADAMBAAIRAxEAPwDNuPKvhMna98YRwQasFgCD81JNr4dxELTJOpNw4Na//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"mj1smgriF","title":"KDE Plasma 5.22 Beta steht zum Test bereit","shortId":"mj1smgriF","createdAt":"2021-05-14T11:42:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016542,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:18:00.000Z","url":"https://linuxnews.de/2021/05/kde-plasma-5-22-beta-steht-zum-test-bereit/","canonicalUrl":"https://linuxnews.de/2021/05/kde-plasma-5-22-beta-steht-zum-test-bereit/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e025b6f9aec775c0e4511edb8bf2793","ratio":1.50641025641026,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIDBAAFBhETFCEjQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAAxAv/aAAwDAQACEQMRAD8AqXLKos3mLbdsVlyYwdWBKiXLguu90qSo6II2D73Wixu9mLjtrjvSZCHGorTakqJWQQgAgq31++aUpUtV/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wTWxebavK","title":"LM CHABOT","shortId":"wTWxebavK","createdAt":"2021-05-14T10:42:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27016482,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/114602783/LM-CHABOT","canonicalUrl":"https://www.behance.net/gallery/114602783/LM-CHABOT","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/2b0300114602783.603e925047f63.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAECBf/EACEQAAIBBAICAwAAAAAAAAAAAAECAwUREiEABAYxE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAfEQACAgIBBQAAAAAAAAAAAAABAgMhAAQRMUJRYaH/2gAMAwEAAhEDEQA/AMyj1+KmeQy9etUU1KnMrSQr14yZ3KwqcQQw0XJFyLjZ2PVzHGaQXxsxGP1+cfyOuldgD7APDhKeVZEVVXjj7le0NSXXmleSQuGNA9tmhZ8+umf/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"CYQdUpPPB","title":"Every Song From ‘High School Musical,’ Ranked","shortId":"CYQdUpPPB","createdAt":"2021-05-14T10:32:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016472,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:30:00.000Z","url":"https://www.theringer.com/movies/2021/5/14/22434928/high-school-musical-songs-ranked","canonicalUrl":"https://www.theringer.com/movies/2021/5/14/22434928/high-school-musical-songs-ranked","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac2ee89997d2924a6cfc36099c662e3a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAgEEAgMAAAAAAAAAAAABAgMEAAUREjETITJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEBAAEFAAAAAAAAAAAAAAAAAQACEjFxsf/aAAwDAQACEQMRAD8Aiie5Z0zUa89t3ThWlkJALOWXYAE/EDl0O9veQrsyV7k8KpIVjkZAfM/0dv3GMKqcSsQvTXCf/9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"fwudbDhE9","title":"Joseph Ray releases cinematic sophomore EP ‘300 Below’ via Big Beat Records","shortId":"fwudbDhE9","createdAt":"2021-05-14T10:19:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016459,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:16:00.000Z","url":"https://dancingastronaut.com/2021/05/joseph-ray-releases-cinematic-sophomore-ep-300-below-via-big-beat-records/","canonicalUrl":"https://dancingastronaut.com/2021/05/joseph-ray-releases-cinematic-sophomore-ep-300-below-via-big-beat-records/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc6fa48858c2b4b82843a6d3b40f0358","ratio":1.51975683890578,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgECBgMAAAAAAAAAAAAAAQMCABEEBQcSIUETMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzjIdRGswalZs2K5MkIJCUnmQI5kb+vo7qpmoslTkvxIZsJjvAnESt3bqlKD/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"FNJtuP3wI","title":"The Revolutionary Eclecticism of Missy Elliott’s ‘Miss E ... So Addictive’","shortId":"FNJtuP3wI","createdAt":"2021-05-14T10:18:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016458,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:10:00.000Z","url":"https://www.theringer.com/2021/5/14/22435012/the-revolutionary-eclecticism-of-missy-elliotts-miss-e-so-addictive","canonicalUrl":"https://www.theringer.com/2021/5/14/22435012/the-revolutionary-eclecticism-of-missy-elliotts-miss-e-so-addictive","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75698388226f6ccb6d54ce84d2c0a82d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQRBRIGByExMkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAgMAAAAAAAAAAAAAAAABAwACBCMx/9oADAMBAAIRAxEAPwCbxHrSnmIyQ27Qy27QrHMspz0U9wRg5z8rTredpLeJ9qDcoPiD6pSiSNlhKWc5lUqIPRP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"sP4zMs_3L","title":"Concertgoers at Red Rocks Amphitheater can get now get vaccinated onsite with new ‘a shot, a pop, and a shirt’ promotion","shortId":"sP4zMs_3L","createdAt":"2021-05-14T10:12:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016452,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:11:00.000Z","url":"https://dancingastronaut.com/2021/05/concertgoers-at-red-rocks-amphitheater-can-get-now-get-vaccinated-onsite-with-new-a-shot-a-pop-and-a-shirt-promotion/","canonicalUrl":"https://dancingastronaut.com/2021/05/concertgoers-at-red-rocks-amphitheater-can-get-now-get-vaccinated-onsite-with-new-a-shot-a-pop-and-a-shirt-promotion/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6be9b956a2d6267e0c4e2ead87e94dfc","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQAEMQUSIWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQEAAwADAAAAAAAAAAAAAAACAAERAxIh/9oADAMBAAIRAxEAPwDO0nbr0cOlqRKdlk70BAUAFSbv5VZPDcQCjKEI5UReB65xjLpWlq9gk8YrpWT/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0sZL9xXE1X","title":"Love in the Time of Collar-and-Elbow","shortId":"0sZL9xXE1X","createdAt":"2021-05-14T10:01:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016441,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:00:00.000Z","url":"https://www.theringer.com/2021/5/14/22435060/cesaro-wwe-backlash-roman-reigns","canonicalUrl":"https://www.theringer.com/2021/5/14/22435060/cesaro-wwe-backlash-roman-reigns","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5285d71a771a42580dc630050b24fdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQCAQUBAAAAAAAAAAAAAQIDBBEAEgUGEyExgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACB//EAB0RAAEDBQEAAAAAAAAAAAAAAAEAAiEDBBEkMaH/2gAMAwEAAhEDEQA/ALPKT5kLq95DLwMdriRKQ0ragQ4kH0QCSPGxFivmaOC8/NhR5RcCO+2l3UJvXYXX7jGSq9OtSdieeApuMBf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"AWPRYpCxN","title":"Infographic: Squarespace Vs Wix","shortId":"AWPRYpCxN","createdAt":"2021-05-14T09:53:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27016433,"tagsStr":"nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:46:28.000Z","url":"https://www.webdesignerdepot.com/2021/05/infographic-squarespace-vs-wix/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/infographic-squarespace-vs-wix/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe435d9ddaaec1564c1bcf78f7b5332b","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAAFERMhMQcSQUJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQUyM3H/2gAMAwEAAhEDEQA/AIHTK7W4r263FbmshHhOCpCaIXrqEPhCJPqLwnFafE7HIrJtIemQCQ6hZLCptnbmlKkb2xLg7OxP/9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"j9bvqYR3k","title":"A Story About Tim Duncan","shortId":"j9bvqYR3k","createdAt":"2021-05-14T09:44:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016424,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:40:00.000Z","url":"https://www.theringer.com/nba/2021/5/14/22434537/tim-duncan-hall-of-fame-spurs","canonicalUrl":"https://www.theringer.com/nba/2021/5/14/22434537/tim-duncan-hall-of-fame-spurs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d80abd4b6fc2b472392a8e7afb1a2c48","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABBEFBiETFDFBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQABBAEFAAAAAAAAAAAAAAABAgMEEQBRUmFxsf/aAAwDAQACEQMRAD8Ak72yTTY7TslhhRnHUCxDL8jAz5Hv7Uq2/iGIGmJgHjM7UpR0W5DQU4TfZHmLzCIkhaGEgC9o1PGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"z4C3xjiUh","title":"The NHL Playoffs Entrance Survey","shortId":"z4C3xjiUh","createdAt":"2021-05-14T09:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:30:00.000Z","url":"https://www.theringer.com/2021/5/14/22434394/nhl-playoffs-connor-mcdavid-avalanche-canadian-division","canonicalUrl":"https://www.theringer.com/2021/5/14/22434394/nhl-playoffs-connor-mcdavid-avalanche-canadian-division","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ec5599c715855c7df84d640a76d347a3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAACAQMABBESIQUGB1ETQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHhEAAgEDBQAAAAAAAAAAAAAAAQIRAANxBAUSIUH/2gAMAwEAAhEDEQA/AKXj3VJie2LPE068w5Luvlf5SMjwipVVz7+L1EuHJGstgIXqVqUqp5WncIQf3kBb/FRAjzJpPogFslo7JzX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"SYqXZy00Q","title":"How Paul McCartney Turned Beatles-Breakup Anxiety Into a Domestic-Bliss Classic","shortId":"SYqXZy00Q","createdAt":"2021-05-14T09:30:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016410,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:20:00.000Z","url":"https://www.theringer.com/music/2021/5/14/22435675/paul-mccartney-ram-50th-anniversary-legacy","canonicalUrl":"https://www.theringer.com/music/2021/5/14/22435675/paul-mccartney-ram-50th-anniversary-legacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa8bf9d550604b260bf5bc8126e37bd9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDBAAFEQYhEhMkMkJhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQIDBAAFERIhMUFh/9oADAMBAAIRAxEAPwCuyXB6TqCXGIQlmOyG0pA2Jzni+42rRkKb57nTs9x8fdKUZUZpZ3TU4l3SZGe0NOkDCTznr2v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":21,"description":null,"toc":null,"summary":null},{"id":"G8Wl3uCjv","title":"Deep dive into WebComponents","shortId":"G8Wl3uCjv","createdAt":"2021-05-12T16:58:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":126,"score":27014589,"tagsStr":"general-programming,webdev,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:57:31.000Z","url":"https://itnext.io/deep-dive-into-webcomponents-6b36a4049fbf","canonicalUrl":"https://itnext.io/deep-dive-into-webcomponents-6b36a4049fbf","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66b22bf2f2a1c39fd6fba2836fc8f4bd","ratio":1.36140350877193,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAAEREgIhA3Gx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPOa4XF2rVXnRO6zpaAFRj/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@lobellomatteo","readTime":9,"description":null,"toc":null,"summary":null},{"id":"A7EbmflKx","title":"Stark images of Amazon show incredible peaks and Indigenous peoples","shortId":"A7EbmflKx","createdAt":"2021-05-14T09:21:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016401,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033342-600-stark-images-of-amazon-show-incredible-peaks-and-indigenous-peoples/","canonicalUrl":"https://www.newscientist.com/article/mg25033342-600-stark-images-of-amazon-show-incredible-peaks-and-indigenous-peoples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e32c431e2ebd0adc41e5e83ea32db1b8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEIQUSMQYHExQX/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM6HcO3sOnG/V0mwRc+QJ3ssBCSBOCIknjM1P+mMKyvSGtxyYdVzSlB//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QPVr3cQHl","title":"The Next 500 Years review: Engineering humanity for life after Earth","shortId":"QPVr3cQHl","createdAt":"2021-05-14T08:41:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-200-the-next-500-years-review-engineering-humanity-for-life-after-earth/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-200-the-next-500-years-review-engineering-humanity-for-life-after-earth/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b87f8a4dc25b0a3abfc8cf813cc1487","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQRIkEhBRIVMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EAB0RAAEEAgMAAAAAAAAAAAAAAAECAwQRAAVxkfH/2gAMAwEAAhEDEQA/AMMXqdHVU881MpVZwvZMVbBcubeyDrYsTE8HMfNJ1lbkZa+QhA5bimyKN85YaXWRp6lh9N1R78z/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ianS6DcYS","title":"Bodhi Linux 6.0 basiert auf Ubuntu 20.04 Focal Fossa – kurz angesehen","shortId":"ianS6DcYS","createdAt":"2021-05-14T08:11:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016331,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:50:28.000Z","url":"https://www.bitblokes.de/bodhi-linux-6-0-basiert-auf-ubuntu-20-04-focal-fossa-kurz-angesehen/","canonicalUrl":"https://www.bitblokes.de/bodhi-linux-6-0-basiert-auf-ubuntu-20-04-focal-fossa-kurz-angesehen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"L586dWfAL","title":"Can AI help detect congenital heart disease on fetal ultrasound?","shortId":"L586dWfAL","createdAt":"2021-05-14T07:23:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016283,"tagsStr":"data-science,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132373&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132373","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea894d4735c3cdad15519457b45b749f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABAwQDAQAAAAAAAAAAAAABAwQFAAIRIRIxUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMhQf/aAAwDAQACEQMRAD8Ak8VCyDmCh1kZ123SVTxajYDxTwOxveftTBwCHCoJyRcd+7pSqM0TMy10Ke2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"zO5CIDmdL","title":"Ultrasound-on-a-chip could monitor internal body processes","shortId":"zO5CIDmdL","createdAt":"2021-05-14T07:23:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016283,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132381&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132381","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/873a052af9a29f96d1f8db9f69433da6","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQHERIjMbH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8AgwbHemxTO5txkdOIW+hsI5PJad7fv4FmYeBEUmst/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pOK4BwohM","title":"Sailfish OS 4.1 und das Ende des Jolla Phone","shortId":"pOK4BwohM","createdAt":"2021-05-14T06:51:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016251,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T06:16:00.000Z","url":"https://linuxnews.de/2021/05/sailfish-os-4-1-und-das-ende-des-jolla-phone/","canonicalUrl":"https://linuxnews.de/2021/05/sailfish-os-4-1-und-das-ende-des-jolla-phone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad2a4c007c048da4becf5af394785986","ratio":2.13636363636364,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIBAAAAUFAAMAAAAAAAAAAAAAAQIDBAUABhESIQcTof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEh/9oADAMBAAIRAxEAPwCi2HHM5Ox5WQlGyLx60XcYVWIBzH0D2EyYQ24JudrP7Xzq7ZNkWoW3FmBAgJAbYwZ1DGflKUdspiiXPUf/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HgBjbYhCy","title":"Advanced CSS Animation Using cubic-bezier()","shortId":"HgBjbYhCy","createdAt":"2021-05-13T14:51:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":481,"score":27016242,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-13T21:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T14:24:42.000Z","url":"https://css-tricks.com/advanced-css-animation-using-cubic-bezier/","canonicalUrl":"https://css-tricks.com/advanced-css-animation-using-cubic-bezier/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9929b9a04d94728e561c5d7e4e07f55","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgEEAAMREyEFBgcSFCJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AjcgyPP3m5fW2pJPHrbcybqDmtUWqZjIHx8RmRJqYDVa9RbYT4nvCEGZWzJXLfI62kKkDJJpGuHAeL//Z","siteTwitter":"@CSS","creatorTwitter":"@ChallengesCss","readTime":11,"description":null,"toc":null,"summary":null},{"id":"TI6YHYcw_","title":"Friends reunion will premiere on HBO Max May 27th","shortId":"TI6YHYcw_","createdAt":"2021-05-13T18:06:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015486,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:04:34.000Z","url":"https://www.theverge.com/2021/5/13/22434515/friends-reunion-episode-streaming-date-hbo-max","canonicalUrl":"https://www.theverge.com/2021/5/13/22434515/friends-reunion-episode-streaming-date-hbo-max","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2b538c212fa2d40deecae9fd4122b9f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACBBEDEjEh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8AwozJBkua3K9o2vtqiGIV71EVqwF//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ldRfcakUY","title":"Knicks Inch Closer to the 4-5 Matchup, Plus Ian O’Connor, Kyle Brandt, and Mike Carver","shortId":"ldRfcakUY","createdAt":"2021-05-14T05:42:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016182,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T05:29:58.000Z","url":"https://www.theringer.com/2021/5/14/22435648/knicks-inch-closer-to-the-4-5-matchup-plus-ian-oconnor-kyle-brandt-and-mike-carver","canonicalUrl":"https://www.theringer.com/2021/5/14/22435648/knicks-inch-closer-to-the-4-5-matchup-plus-ian-oconnor-kyle-brandt-and-mike-carver","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c553ce6b7888017fcfadcd44307d4a67","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQREiEGJHGh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMIdFWrx0i6rG82IdxjjXId5z6VaTqXSRzRT4BIHcyfURWa//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Y4qNZn3K9","title":"Video uploads now available across GitHub","shortId":"Y4qNZn3K9","createdAt":"2021-05-13T16:17:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ghblog","views":282,"score":27016180,"tagsStr":"general-programming,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-13T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:00:13.000Z","url":"https://github.blog/2021-05-13-video-uploads-available-github/","canonicalUrl":"https://github.blog/2021-05-13-video-uploads-available-github/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/370a84a4ccfaf0729ca88efa394d79ba","ratio":1.90634920634921,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAREAAgMEEiExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAQf/aAAwDAQACEQMRAD8A0/r75MeHfSwCKS7fEoqFUeREKH//2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VsMpuFrQY","title":"How to Create an Email Newsletter [2021 Tutorial] – Design, Layout, Send","shortId":"VsMpuFrQY","createdAt":"2021-05-13T21:28:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":61,"score":27016177,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:19:40.000Z","url":"https://www.freecodecamp.org/news/how-to-create-an-email-newsletter-design-layout-send/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-create-an-email-newsletter-design-layout-send/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67173ba9d3279631a5627c43e35b3996","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAgICAgMBAAAAAAAAAAAAAQMCBAARBSEGEmET/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhMv/aAAwDAQACEQMRAD8Ahf8ABoo8kTXdadx3HXIs/Yq06bJA9gdjXRGj8zC5Di7da/ZQlW1KbKEDOY9iASBv7jGCtYoMMRWofoT/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@nhcarrigan","readTime":7,"description":null,"toc":null,"summary":null},{"id":"YmMjCcK37","title":"Running Border Gateway Protocol in large-scale data centers","shortId":"YmMjCcK37","createdAt":"2021-05-13T16:06:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"facebook_code","views":13,"score":27015890,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:00:32.000Z","url":"https://engineering.fb.com/2021/05/13/data-center-engineering/bgp/","canonicalUrl":"https://engineering.fb.com/2021/05/13/data-center-engineering/bgp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d599260ca9c57b4e77372534311cdecc","ratio":1.76958525345622,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgEEAwAAAAAAAAAAAAAAAAECAxESMRNikf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwDQFTazvUlLLSekRwdl4AK2l0G//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LLv0LlgCS","title":"Greykite: A flexible, intuitive, and fast forecasting library","shortId":"LLv0LlgCS","createdAt":"2021-05-13T16:07:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"linkedin","views":229,"score":27016150,"tagsStr":"tech-news,data-science,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-13T17:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://engineering.linkedin.com/blog/2021/greykite--a-flexible--intuitive--and-fast-forecasting-library","canonicalUrl":"https://engineering.linkedin.com/blog/2021/greykite--a-flexible--intuitive--and-fast-forecasting-library","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac8345ed760df979fbd75a5ecb11e05f","ratio":1.63170163170163,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAGxAAAQUBAQAAAAAAAAAAAAAAAQACAwQRQcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0veqW552mG/NBDoL42BuuzgcQSN74qSIg//Z","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"UAef6YUpL","title":"UX/UI Links of April 2021","shortId":"UAef6YUpL","createdAt":"2021-05-14T05:03:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e6157a85d5b42bcb68bf9bbea77937f","views":0,"score":27016143,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:00:00.000Z","url":"https://blog.balsamiq.com/ux-ui-links-april-2021/","canonicalUrl":"https://balsamiq.com/company/news/ux-ui-links-april-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22f9a9f39615d88fd9b5b2df0e721e46","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACBAMREjEGEyH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDd6srLkMeKWus2h3Ah5AJytYjRVIu90iItf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"R9LDuXaJR","title":"Maker of expensive Japanese toaster gets into smartphone business","shortId":"R9LDuXaJR","createdAt":"2021-05-14T05:01:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016141,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T05:00:31.000Z","url":"https://www.theverge.com/2021/5/14/22435573/balmuda-toaster-maker-smartphone-kyocera-release-announcement","canonicalUrl":"https://www.theverge.com/2021/5/14/22435573/balmuda-toaster-maker-smartphone-kyocera-release-announcement","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4cf88b6852756e62e963eb4916e0947","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQIDBAAFESExBv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEB/9oADAMBAAIRAxEAPwDN7X6mbYGHobEW2SI7bisJkRErOyT07qFfdUt9xXMqJwODdKVeC1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"M1C8zWKB7","title":"Types of Software Testing Developers Should Perform When Building Programs","shortId":"M1C8zWKB7","createdAt":"2021-05-13T19:38:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":99,"score":27016139,"tagsStr":"general-programming,security,cyber,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:27:45.000Z","url":"https://www.freecodecamp.org/news/types-of-software-testing/","canonicalUrl":"https://www.freecodecamp.org/news/types-of-software-testing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2934c40c6d2c4e0d8f5714c6b9d484d","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIEEQADEiEGExUxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxESIVHR/9oADAMBAAIRAxEAPwDLOJtvLuXLMtkG84SroSFQMVKm4TOtADRHyoVzjIzVhhjJiUJ9UpVpKRazbGBa8oq8A57z7P/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"BHgRran14","title":"A Big NBA Weekend With Jackie MacMullan and NFL Schedule Chicanery With Warren Sharp","shortId":"BHgRran14","createdAt":"2021-05-14T04:29:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016109,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T04:22:58.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/14/22435456/a-big-nba-weekend-with-jackie-macmullan-and-nfl-schedule-chicanery-with-warren-sharp","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/14/22435456/a-big-nba-weekend-with-jackie-macmullan-and-nfl-schedule-chicanery-with-warren-sharp","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6f1bdeda41791765dbfa7377e01e663","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQISAAMEBREGFDFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQACAwADAAAAAAAAAAAAAAABAgADEQQS8P/aAAwDAQACEQMRAD8AyC02M3U+sXtFVlRuAtxoStoSCVJPn7Ve3gZTorJs8hEYAhYIYj1zGlKRyK1TOo9gjK1Dkgz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"iBMgWMNcp","title":"IOTW: Ransomware Attack Closes Colonial Pipeline","shortId":"iBMgWMNcp","createdAt":"2021-05-14T00:10:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cshub","views":3,"score":27016097,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-ransomware-attack-closes-colonial-pipeline","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-ransomware-attack-closes-colonial-pipeline","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/265cc2a9f534695f25d727fcf72445a8","ratio":1.42857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHBAAAQUBAQEAAAAAAAAAAAAAAQACAwQFESES/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Az3i6GRWwtOC/nPsX5WtFWdsnyIT30kc96FPkjpREJQaf/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"dLI9DHwiF","title":"Can We Ignore the St. Vincent Discourse and Talk About the Music?","shortId":"dLI9DHwiF","createdAt":"2021-05-14T04:12:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016092,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T04:01:00.000Z","url":"https://www.theringer.com/music/2021/5/14/22435228/st-vincent-daddys-home-review","canonicalUrl":"https://www.theringer.com/music/2021/5/14/22435228/st-vincent-daddys-home-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc238e1f37c58c2380cd914501265a7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDEQAEBiEFEjFBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDESEEBRJhof/aAAwDAQACEQMRAD8AyyR6VthaOafSpKIQJO26JJYg8jxdgn5WRBuzqagCNoUQcKojFKPQxjFe1QslExkF1I4C89pVrSWCPji2g+L/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"3s1CzLoIt","title":"React Tutorial – How to Work with Multiple Checkboxes","shortId":"3s1CzLoIt","createdAt":"2021-05-13T18:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":99,"score":27016066,"tagsStr":"general-programming,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:17:49.000Z","url":"https://www.freecodecamp.org/news/how-to-work-with-multiple-checkboxes-in-react/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-work-with-multiple-checkboxes-in-react/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc11a8095066ea84097217e335a3713f","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMRAAQFBhITIXGS/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAIAAwQSARExUf/aAAwDAQACEQMRAD8Amusyz9WLL5n0k3ldlZRZ7ZPdCrqzfwZTouFZY0Cc/uqoAAAUUB+cYw6a4RFb1MwWgw3XXF//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@myogeshchavan97","readTime":7,"description":null,"toc":null,"summary":null},{"id":"9FTt_CDCz","title":"How can I add a timeout to a promise in JavaScript?","shortId":"9FTt_CDCz","createdAt":"2021-05-13T19:08:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"30seconds","views":82,"score":27016054,"tagsStr":"javascript,logging","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-await-timeout","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-await-timeout","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b8a927c9beb8e870f7e0f3115cdbcf7","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgEH/8QAJhAAAgEDAgQHAAAAAAAAAAAAAQIEAAMRBgcFEhNRFCExQVKRof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQADAAAAAAAAAAAAAAAAAQARMUH/2gAMAwEAAhEDEQA/AJvFuDM1lo6zEhxnsRDIDyOm/OHUDKA9jzeoz7CsE6Z7Uhg8bdNPTol0sxvMpTzwEKgnP6B90e8Rc+RpnHKYV3f/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"THvJ3vf5-","title":"Short tutorial: Digital Television with GStreamer (ATSC setup)","shortId":"THvJ3vf5-","createdAt":"2021-05-14T03:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27016024,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"http://heisenbugs.blogspot.com/2021/05/short-tutorial-digital-television-with.html","canonicalUrl":"http://heisenbugs.blogspot.com/2021/05/short-tutorial-digital-television-with.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2793a7ff60bc6c42ac7ec311cddbca44","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBhMhMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAMBAQAAAAAAAAAAAAAAAAABEQIh/9oADAMBAAIRAxEAPwDDQcju2r9VLDdoAYbkZmJ0Br2cpkimWRw1mRiCQTs+fuMYp0lpxH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"O9FGI48qU","title":"From Lawyer to Engineer at Google – How to Switch Careers and Learn New Skills","shortId":"O9FGI48qU","createdAt":"2021-05-13T16:38:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":83,"score":27015935,"tagsStr":"google,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:25:03.000Z","url":"https://www.freecodecamp.org/news/from-lawyer-to-google-engineer/","canonicalUrl":"https://www.freecodecamp.org/news/from-lawyer-to-google-engineer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdca142abb680c22334e4272a052ce21","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABAwQFBhEhIjEyQlJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBRETMf/aAAwDAQACEQMRAD8AzfQl2jlyxUslZobmIplCBQxAIyc3cXsXHq6q2FtvJ/rkiI7udhkjfGK1go5if//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@zubinpratap","readTime":15,"description":null,"toc":null,"summary":null},{"id":"GSm0iYSiJ","title":"PSA: You can probably try Gmail’s new integrated Chat now","shortId":"GSm0iYSiJ","createdAt":"2021-05-14T00:47:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015887,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:40:27.000Z","url":"https://www.theverge.com/2021/5/13/22435232/gmail-integrated-chat-room-im-feature-hangouts-publicly-available","canonicalUrl":"https://www.theverge.com/2021/5/13/22435232/gmail-integrated-chat-room-im-feature-hangouts-publicly-available","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c54294ebca13b42c65a72d6a66ded5e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAxEEEhMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANK39Ro6HAXSD92SpX2Uo+55KDkREP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rO5oRUwhX","title":"Epic fights Apple in court by playing Candy Crush","shortId":"rO5oRUwhX","createdAt":"2021-05-14T00:33:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015873,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:32:47.000Z","url":"https://www.theverge.com/2021/5/13/22435319/epic-apple-fortnite-trial-antitrust-candy-crush-pc-mobile","canonicalUrl":"https://www.theverge.com/2021/5/13/22435319/epic-apple-fortnite-trial-antitrust-candy-crush-pc-mobile","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GPs4cEI_g","title":"Getting started with Protobuffer and Python","shortId":"GPs4cEI_g","createdAt":"2021-05-13T16:51:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":41,"score":27015859,"tagsStr":"python,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:16:04.000Z","url":"https://pknerd.medium.com/getting-started-with-protobuffer-and-python-2ea749924412","canonicalUrl":"http://blog.adnansiddiqi.me/getting-started-with-protobuffer-and-python/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3725b788b007113958ce40e25709e9a6","ratio":3.41333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQQABwAAAAAAAAAAAAAAAQACAxEEEhQjUVJj/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAdEQABAgcAAAAAAAAAAAAAAAABABECAwQGYYHB/9oADAMBAAIRAxEAPwDTIw0emy7lD0d2vlTJhjJssCIpW5S0cvfE+gDgk4X/2Q==","siteTwitter":"@Medium","creatorTwitter":"@kadnan","readTime":5,"description":null,"toc":null,"summary":null},{"id":"OMZ8zMwnQ","title":"Netflix will try to make Ultraman a global name with a new CG movie","shortId":"OMZ8zMwnQ","createdAt":"2021-05-13T23:55:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015835,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T23:46:30.000Z","url":"https://www.theverge.com/2021/5/13/22435040/netflix-ultraman-cg-movie-global-audience","canonicalUrl":"https://www.theverge.com/2021/5/13/22435040/netflix-ultraman-cg-movie-global-audience","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa0bd8073536ed9a29f9370fe0df91f0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAYABgMAAAAAAAAAAAAAAAECAwQRBRIWITFBUXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAgMABAUREiGB/9oADAMBAAIRAxEAPwDCsYkvNx0yM5qWzRESt7K+PIjall9NtV6P6AA8Sh121X8ndTW0wWFuII317X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IgolOj8M_","title":"GE Healthcare gets FDA nod for image reconstruction technology","shortId":"IgolOj8M_","createdAt":"2021-05-13T23:36:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015816,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T23:23:46.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132387&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132387","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/651f73f7cc667f9094490e0dc0fd9019","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwME/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIRAAMFBAYSQSIxEyFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAMRAAECEv/aAAwDAQACEQMRAD8ALLWM29rtqZw3tI97OXeD469p9SgCQfJXTkPf30eoii1iysQYkGK3oinGuSon5gJjriaqltOC+C+vynOWi67ScII7Hnluf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uBw6yQdBH","title":"World’s largest crypto exchange Binance is reportedly under investigation","shortId":"uBw6yQdBH","createdAt":"2021-05-13T23:02:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015782,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:56:59.000Z","url":"https://www.theverge.com/2021/5/13/22434965/binance-investigation-irs-justice-cryptocurrency","canonicalUrl":"https://www.theverge.com/2021/5/13/22434965/binance-investigation-irs-justice-cryptocurrency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/840901db6adfa8ff6957688348999165","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDABESBDFxBhMhI8H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAECAwAh/9oADAMBAAIRAxEAPwDPEi4oIAfWcGW+4LDz85sKp6fp9JoI5e+VzUNbDa45pSpVqMigqc6aBj3f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nGbD74dly","title":"Clouds of atoms trap light in a way that could store quantum data","shortId":"nGbD74dly","createdAt":"2021-05-13T22:57:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015777,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277525-clouds-of-atoms-trap-light-in-a-way-that-could-store-quantum-data/","canonicalUrl":"https://www.newscientist.com/article/2277525-clouds-of-atoms-trap-light-in-a-way-that-could-store-quantum-data/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bd5acd71f2206f80a980e27c1eccd0d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAQMDBAMAAAAAAAAAAAABAgMABREEBiESEyJBMTJx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQACAQMFAAAAAAAAAAAAAAABAwIABCERQWFx8P/aAAwDAQACEQMRAD8AnXay7Ktax62QTXIx9p3jiPgDz9sZPOc+j7yKj59y3F55HXSIysxIZZukHn5AAGPylKs2uMkLnIZOvsUlG3iu8auGAOjzuDX/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DEPQKEY8s","title":"Building an image gallery with Fastify and React","shortId":"DEPQKEY8s","createdAt":"2021-05-13T12:50:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":120,"score":27015776,"tagsStr":"webdev,react,fastify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:45:00.000Z","url":"https://daily.dev/blog/building-an-image-gallery-with-fastify-and-react","canonicalUrl":"https://daily.dev/blog/building-an-image-gallery-with-fastify-and-react","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80a0cd13b416609bf3822948ed0ba5f0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgEEAAMFERITITFBIlGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Aw0mVEVy1MicYmIFMQEsCbLknvm32LxM6Fkuk2krLv47nx11CECXH/9k=","siteTwitter":"","creatorTwitter":"@lawrence_eagles","readTime":7,"description":null,"toc":null,"summary":null},{"id":"fF7nAtO_d","title":"Actor says TikTok used her voice without permission for viral text-to-speech feature","shortId":"fF7nAtO_d","createdAt":"2021-05-13T22:45:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015765,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:42:44.000Z","url":"https://www.theverge.com/2021/5/13/22435058/tiktok-voice-sues-unauthorized-usage-text-to-speech","canonicalUrl":"https://www.theverge.com/2021/5/13/22435058/tiktok-voice-sues-unauthorized-usage-text-to-speech","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d066b18d2ad638e7505b672c61807d7e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFEgcTFDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDEQQSITFRsf/aAAwDAQACEQMRAD8Ap7iwWM3hbZNysJeceYbGoCW/FGpVAgqLhEqk+lKEmSal8LyM6MPY9WCxIb6G9QtK1KA1ESdhJ+wKUpmCzupc6R0LRo7rgH1f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"td472SOXy","title":"The Yankees Covid Outbreak May Be Bad News for Ditching Masks","shortId":"td472SOXy","createdAt":"2021-05-13T22:33:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015753,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:28:00.000Z","url":"https://www.wired.com/story/the-yankees-covid-outbreak-may-be-bad-news-for-ditching-masks/","canonicalUrl":"https://www.wired.com/story/the-yankees-covid-outbreak-may-be-bad-news-for-ditching-masks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da7dac0a18daf342a608f679692fea13","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAACAQMCBwAAAAAAAAAAAAABAwIABBIFEQYHE0FhcXL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAQUAAAAAAAAAAAAAAAAAAgABAxEh/9oADAMBAAIRAxEAPwCwvmC+Wp2qFWZXb2cHmSw/frAPCIiRx7A5e6q2/H5ZbqnLTI5SiCdnePmlKMUIU2JIyE2Wv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ZqZ_ixFPN","title":"Moonscapes","shortId":"ZqZ_ixFPN","createdAt":"2021-05-13T22:32:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015752,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/119389327/Moonscapes","canonicalUrl":"https://www.behance.net/gallery/119389327/Moonscapes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fb13a3b5eb5d9bffcb1dc2a70bdbc9a","ratio":1.4957264957265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFBiERQRIiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8Aw9xxy24zXyKi4W8Vlpch0dCFca2pB550fLg619EVNwjGWmu0qZcjLLEr7INddQhDoM//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1CljU8thc","title":"Why the Sports Card Market Will Be Just Fine, Plus Panini’s D.J. Kazmierczak","shortId":"1CljU8thc","createdAt":"2021-05-13T22:31:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015751,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:23:50.000Z","url":"https://www.theringer.com/2021/5/13/22435117/why-the-sports-card-market-will-be-just-fine-plus-paninis-d-j-kazmierczak","canonicalUrl":"https://www.theringer.com/2021/5/13/22435117/why-the-sports-card-market-will-be-just-fine-plus-paninis-d-j-kazmierczak","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/866d50a4e0b8326cabc2b85df86c87aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQMCAAQFERIhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhESIf/aAAwDAQACEQMRAD8AzOBVdIzDerhbrcxj0hqtg9AbOwR759qLk0268ldwgo8xdMDZBOuj+6pShvaxqvCXgbbY6z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"CfD4zzkhR","title":"Listener Mail on Liz Cheney and the NFL Schedule Release, Plus NASCAR Announcer Jeff Gordon","shortId":"CfD4zzkhR","createdAt":"2021-05-13T22:15:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015735,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:10:03.000Z","url":"https://www.theringer.com/2021/5/13/22435093/listener-mail-on-liz-cheney-and-the-nfl-schedule-release-plus-nascar-announcer-jeff-gordon","canonicalUrl":"https://www.theringer.com/2021/5/13/22435093/listener-mail-on-liz-cheney-and-the-nfl-schedule-release-plus-nascar-announcer-jeff-gordon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f8f1f6e285d29d12be3372215d45d44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIEBQADERIGExQVIUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAcEQACAQUBAAAAAAAAAAAAAAACAwEABBEhQVH/2gAMAwEAAhEDEQA/AMFEsJRM4eGETrjoVpSohVlBGygPOBg+/tQpFtKtZB03745Xyrqre2iRnBIzSlVF6kUXRCvUYHs+UAErJcZGO8iv/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"1V7wqgLQA","title":"Humanity wastes about 500 years per day on CAPTCHAs. It’s time to end this madness","shortId":"1V7wqgLQA","createdAt":"2021-05-13T13:15:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cloudflare","views":97,"score":27015734,"tagsStr":"security,cryptography,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://blog.cloudflare.com/introducing-cryptographic-attestation-of-personhood/","canonicalUrl":"https://blog.cloudflare.com/introducing-cryptographic-attestation-of-personhood/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92cf5e202572cddf5a19b879e52043d4","ratio":2.07580477673936,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIhAAAAQEBwAAAAAAAAAAAAAAAAECAxESITEEBRVhZKLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/ANCv5sbuIbORxKUGRypchE71pbYVa5x+/gAJC4//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"c8TWw2CZg","title":"Martin Garrix rings in 25th birthday with historic EURO2020 anthem alongside U2 [Stream]","shortId":"c8TWw2CZg","createdAt":"2021-05-13T22:02:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015722,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:00:28.000Z","url":"https://dancingastronaut.com/2021/05/martin-garrix-rings-in-25th-birthday-with-historic-euro2020-anthem-alongside-u2-stream/","canonicalUrl":"https://dancingastronaut.com/2021/05/martin-garrix-rings-in-25th-birthday-with-historic-euro2020-anthem-alongside-u2-stream/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80940af42807e4d4744d23da548c2699","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFESEGBxIxwf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAABAhEAIf/aAAwDAQACEQMRAD8AgX+61uZ7QjqwBIER4Qk0ree555b7meW+vNQa1M0eq6yiF2KqJwABv6xjDKwy51blg3//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Rftb90PRe","title":"Durante & HANA share thoughts on new Anjunadeep EP ‘Celestia’ [Q&A]","shortId":"Rftb90PRe","createdAt":"2021-05-13T21:44:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:43:15.000Z","url":"https://dancingastronaut.com/2021/05/durante-hana-share-thoughts-on-new-anjunadeep-ep-celestia-qa/","canonicalUrl":"https://dancingastronaut.com/2021/05/durante-hana-share-thoughts-on-new-anjunadeep-ep-celestia-qa/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/002893d209858568c6eb0e813c3836a8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwMFAQAAAAAAAAAAAAABAAIEAwUGERMhInFC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMABBEx4f/aAAwDAQACEQMRAD8AnknAbTj2GSZ9zFKbOjyX0N2mXhjg+n16kfJ1PqjpDdeHceIieyKh4GRaF3vIM/fgz//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"C6YHL46Mh","title":"Using kafka-merge-purge to Deal with Failure in an Event-Driven System at FLYERALARM","shortId":"C6YHL46Mh","createdAt":"2021-05-13T17:06:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"conf","views":6,"score":27015689,"tagsStr":"kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:51:39.000Z","url":"https://www.confluent.io/blog/using-kafka-merge-purge-to-simplify-kafka-failures/","canonicalUrl":"https://www.confluent.io/blog/using-kafka-merge-purge-to-simplify-kafka-failures/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-4DP5XBhd","title":"Get an unlocked Google Pixel 3 for $160 at Woot","shortId":"-4DP5XBhd","createdAt":"2021-05-13T21:17:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015677,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:14:53.000Z","url":"https://www.theverge.com/good-deals/2021/5/13/22434465/google-pixel-3-smartphone-deal-sale-woot","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/13/22434465/google-pixel-3-smartphone-deal-sale-woot","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f1c2fd3cb8966626e5183e1dffa9648","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAARISMFEjFBROH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRQf/aAAwDAQACEQMRAD8AniJYnXkuoJlKfdQp0q6iUWuE5zjHmsx2TtXsmdz7HylKOdUrt4S6wLP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"T1gYavMhe","title":"Minimalist Design: Why Is It So Effective?","shortId":"T1gYavMhe","createdAt":"2021-05-13T14:51:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27015291,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:40:27.000Z","url":"https://marketsplash.com/minimalist-design/","canonicalUrl":"https://marketsplash.com/minimalist-design/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c84fd6d0f0f40c29497a52762dc01291","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHBAAAgICAwAAAAAAAAAAAAAAAgMAAQQRITJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIxEf/aAAwDAQACEQMRAD8A0I5DlrNINMVM7hV8Fr2pMRA+rsohUqqGz//Z","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":11,"description":null,"toc":null,"summary":null},{"id":"1jAmmnwm0","title":"Decades-Old Flaws Affect Almost Every Wi-Fi Device","shortId":"1jAmmnwm0","createdAt":"2021-05-13T21:12:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015672,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:06:00.000Z","url":"https://www.wired.com/story/frag-attack-wi-fi-vulnerabilities/","canonicalUrl":"https://www.wired.com/story/frag-attack-wi-fi-vulnerabilities/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84111883fd216182fb9350c6373c56d6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgIDAQAAAAAAAAAAAAABAgMEADEFESES/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAUH/2gAMAwEAAhEDEQA/AFerNyPLSxT2EWsZjXdEgTshZgEILA6+F2CfNjJ/e5q+92wzNCzGRiSyt2fdnpgMYxIvj//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"hbdJYs8nP","title":"Disney’s return to theaters will include a shorter 45-day theatrical window","shortId":"hbdJYs8nP","createdAt":"2021-05-13T21:06:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015666,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:04:16.000Z","url":"https://www.theverge.com/2021/5/13/22434964/disney-theatrical-window-45-days-shorter-streaming-shang-chi-free-guy","canonicalUrl":"https://www.theverge.com/2021/5/13/22434964/disney-theatrical-window-45-days-shorter-streaming-shang-chi-free-guy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3bc27ca581ba7c03c74ab25829c4f351","ratio":1.91100702576112,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRABAAICAgMAAAAAAAAAAAAAAQIDAAQSIQURYf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8Az/4/cqaJFunRZOiqTzTuYB05Mb0JnM1q4ku+Ivo+Yxk3Jwlb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CVe441V0h","title":"Twitter will make it easier to search your DMs, finally adds DM search to Android","shortId":"CVe441V0h","createdAt":"2021-05-13T21:01:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015661,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:59:28.000Z","url":"https://www.theverge.com/2021/5/13/22434936/twitter-dm-search-android-expanding","canonicalUrl":"https://www.theverge.com/2021/5/13/22434936/twitter-dm-search-android-expanding","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a97952266f96364c0b52854dd53f7cfd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFESEGIjNBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgARITHw/9oADAMBAAIRAxEAPwDN9IayLuhvpd2sslm60cFe4G2NNVcRgomxUsAoIY8ju+5NmjVSzKsqtLIHIaQxwgsd+T4/eMYQGjQ7MIzlWCjVT//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5d7yErYWh","title":"Cuba's bid to vaccinate all citizens with home-grown covid-19 shots","shortId":"5d7yErYWh","createdAt":"2021-05-13T20:57:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015657,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277585-cubas-bid-to-vaccinate-all-citizens-with-home-grown-covid-19-shots/","canonicalUrl":"https://www.newscientist.com/article/2277585-cubas-bid-to-vaccinate-all-citizens-with-home-grown-covid-19-shots/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0cfd7172ea20699412fa0171d8a98be0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFESEGEjFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBBBEi/9oADAMBAAIRAxEAPwDNcP5CtBJQIhS3zyhZiNhd6Iyc69ZiSputreomsoJUsSD1PjPyEISvwuQR2lhn0//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WNyt0aza56","title":"Deep-sea snailfish repairs its DNA to survive 7 km below the surface","shortId":"WNyt0aza56","createdAt":"2021-05-13T20:57:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015657,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277567-deep-sea-snailfish-repairs-its-dna-to-survive-7-km-below-the-surface/","canonicalUrl":"https://www.newscientist.com/article/2277567-deep-sea-snailfish-repairs-its-dna-to-survive-7-km-below-the-surface/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e1d4885d70784b5b111d66fd743137a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMRAAQFEiFBBv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAx/9oADAMBAAIRAxEAPwCe1+Xmm4JeQDcascgUh3E1KTdr4Cfh9qvPMlZv3u3HM6DR1H6sV7LI9GvosYxhxS9clAcN/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"CDVxhHJHX","title":"Covid-19 news: UK fights surging variant with local vaccine roll-out","shortId":"CDVxhHJHX","createdAt":"2021-05-13T20:57:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015657,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-uk-fights-surging-variant-with-local-vaccine-roll-out/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-uk-fights-surging-variant-with-local-vaccine-roll-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d3a3c2c6b06b442b4864506e6a28382","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBAARBQcSExQhMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAACEQMx/9oADAMBAAIRAxEAPwDQeQ7BauaPs6bLct+ES+tJtYyVLDYH38gA6IyriezEtcXTsWIp0nlhSSRUVSoYqCQD+bxjD29KK4Kf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":53,"description":null,"toc":null,"summary":null},{"id":"YiG0IR1o_","title":"Feds break up alleged streaming password theft scheme","shortId":"YiG0IR1o_","createdAt":"2021-05-13T20:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:41:49.000Z","url":"https://www.theverge.com/2021/5/13/22434670/stolen-netflix-hbo-streaming-passwords-arrest-fraud","canonicalUrl":"https://www.theverge.com/2021/5/13/22434670/stolen-netflix-hbo-streaming-passwords-arrest-fraud","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84b3b969c47b58e6fa8a915a56821f75","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAAECERITIUFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACEVHw/9oADAMBAAIRAxEAPwDNum8WlNqnXhPKsntz2wBLK3cB2p//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AKvHD6WD1z","title":"From Texas to Hawaii: SpaceX plans first orbital Starship test","shortId":"AKvHD6WD1z","createdAt":"2021-05-13T20:35:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015635,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:27:53.000Z","url":"https://www.theverge.com/2021/5/13/22434825/elon-musk-spacex-first-orbital-starship-test-texas-hawaii","canonicalUrl":"https://www.theverge.com/2021/5/13/22434825/elon-musk-spacex-first-orbital-starship-test-texas-hawaii","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d5d55308c13fe16b65da5f34f788d9c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDBAAREiGBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACMf/aAAwDAQACEQMRAD8Ax63ZjsXCtmEshPnhuW9HR+ZBLQCyuolOgSBsYxlCymQqA7P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"usmiXQOZY","title":"Technology Focus: Neuro42 develops low-field MRI technology","shortId":"usmiXQOZY","createdAt":"2021-05-13T18:45:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015525,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:37:49.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132374&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132374","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24641337f422330e99c5ef57057aea87","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQMFAQAAAAAAAAAAAAABAgMABREEBhIhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABwRAAICAgMAAAAAAAAAAAAAAAECACEDBBExkf/aAAwDAQACEQMRAD8AjN0bOttsita6YSNE6oZ1mPMyMMEnPgB76xjuomSxaKWRpAhUOS3EAYGfnlKVR6ciCXr4nPZB59n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-dw58uOOR","title":"NBA Regular-Season Observations, Plus Chris Ryan on the Sixers, Embiid, and the Super League","shortId":"-dw58uOOR","createdAt":"2021-05-13T20:33:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:46:53.000Z","url":"https://www.theringer.com/2021/5/13/22434765/nba-regular-season-observations-plus-chris-ryan-on-the-sixers-embiid-and-the-super-league","canonicalUrl":"https://www.theringer.com/2021/5/13/22434765/nba-regular-season-observations-plus-chris-ryan-on-the-sixers-embiid-and-the-super-league","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b22efa6abb9a472f69b6116e158cf77","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQQBAgcBAAAAAAAAAAAAAQIDBBEABQYSExQVISNhcv/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEQMEEv/aAAwDAQACEQMRAD8AxMzbqJeuzdNceSBBl9Gh4MgKUketJNUL8Am7v5kSXsl1uU8jupPCtQvkff1jGX1WLdXDMKC1P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RW6zWYiIl","title":"‘WrestleMania Backlash’ Preview","shortId":"RW6zWYiIl","createdAt":"2021-05-13T20:33:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:19:49.000Z","url":"https://www.theringer.com/2021/5/13/22434893/wrestlemania-backlash-preview","canonicalUrl":"https://www.theringer.com/2021/5/13/22434893/wrestlemania-backlash-preview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a53ee2c19b8ed4e5f80f58895cd25797","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAkEAABAwIEBwAAAAAAAAAAAAABAgMEAAUGERUhIiQyQVJhof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAESJh0f/aAAwDAQACEQMRAD8AhMeXKZiOHcJsqVIW3BbbQ23JcLyuIgnJZyIGw23+1cWGCjQ7d0jlm+x8R7pSiZiElxGda5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WyBVNU6eA","title":"GameStop FOMO Inspires a New Wave of Crypto Pump-and-Dumps","shortId":"WyBVNU6eA","createdAt":"2021-05-13T20:30:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015630,"tagsStr":"tech-news,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:53:00.000Z","url":"https://www.wired.com/story/crypto-pump-and-dumps-gamestop-dogecoin-fomo/","canonicalUrl":"https://www.wired.com/story/crypto-pump-and-dumps-gamestop-dogecoin-fomo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ead05ed62a0c3706342b76b7617926ec","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgMABAURIRMUMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADEQQSMUGx/9oADAMBAAIRAxEAPwCfy+Ot1vbPtQ8EzhWuJA2+sGI2CPQ4Pj7UHlxDFlr2OK3iSNJ3VVA4ADHQpSrtWGN3avrR2psrs4vBiv/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"grBNjcBk-y","title":"Maybe it’s time for a HomePod fire sale, Apple","shortId":"grBNjcBk-y","createdAt":"2021-05-13T20:30:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015630,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:26:01.000Z","url":"https://www.theverge.com/2021/5/13/22434783/apple-homepod-stock-problems-discontinued-sale","canonicalUrl":"https://www.theverge.com/2021/5/13/22434783/apple-homepod-stock-problems-discontinued-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf10216c49cda3cf9bbf7d8450a67e2e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgABAxEEMQUhEhMj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABACL/2gAMAwEAAhEDEQA/AMk5iCUeKjxRy5/VM5izEV+DVdVqulDRt8x6DTbFEVLpgMl//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zCafHlMcn","title":"A Focus on the Basics: Must-Have Features for Your eCommerce Website","shortId":"zCafHlMcn","createdAt":"2021-05-13T19:47:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27015587,"tagsStr":"ecommerce","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:57:53.000Z","url":"https://speckyboy.com/must-have-features-ecommerce-website/","canonicalUrl":"https://speckyboy.com/must-have-features-ecommerce-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fe6b60aebd4fe10b0a098e5600c3771","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMDAgcAAAAAAAAAAAAABAABAgMGEQUTBxUhQbHh8P/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxESIUFh/9oADAMBAAIRAxEAPwChw+LuLl1OgGeGJRnPruUN2WWi2fvK0SAetvCLvc42XbsD6RFVV7ONTjjwCLqlQ5Hc/9k=","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bJs4OdD-5","title":"When a Pipeline Goes Down, Tanker Trucks Come to the Rescue","shortId":"bJs4OdD-5","createdAt":"2021-05-13T19:46:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015586,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:37:00.000Z","url":"https://www.wired.com/story/colonial-pipeline-mess-tanker-trucks-come-to-rescue/","canonicalUrl":"https://www.wired.com/story/colonial-pipeline-mess-tanker-trucks-come-to-rescue/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22cb6ff7f5e74c3db4bd5bda374dc0fc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAAUEAwAAAAAAAAAAAAAAAAECBBEDBhIkcZPh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQABBQEAAAAAAAAAAAAAAAAAAgMSFFFS/9oADAMBAAIRAxEAPwDC0Xk6SeNNmyQSyhUUpy5kTVcrqT1WPT6ABYc6IgnD/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"bwy_iGz5Y","title":"2021 MLS Budget XI: The best bargains at each position","shortId":"bwy_iGz5Y","createdAt":"2021-05-13T19:32:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27015572,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://theathletic.com/2586740/2021/05/13/mls-budget-xi-bargain-salaries/","canonicalUrl":"https://theathletic.com/2586740/2021/05/13/mls-budget-xi-bargain-salaries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e534f462d5842e485df286462bf6290c","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBQAEESEGEgciQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAHhEBAAECBwAAAAAAAAAAAAAAAQMAAgQSISJRsdH/2gAMAwEAAhEDEQA/AI+QJqVhonj8o/0UQsW1w0o5DoI1164AGATvea0Rs5JZKmfRo7SkpaOB8GSKUpDjZSw179qGXLubRXkr/9k=","siteTwitter":"@TheAthletic","creatorTwitter":"@PaulTenorio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ok_JEps3X","title":"A’ja Wilson on Cultivating Her Mental Health, the Upcoming WNBA Season, and More. Plus: The Talen Horton-Tucker Wars Continue","shortId":"ok_JEps3X","createdAt":"2021-05-13T19:29:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015569,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:21:23.000Z","url":"https://www.theringer.com/2021/5/13/22434747/aja-wilson-cultivating-mental-health-upcoming-wnba-season-more-plus-talen-horton-tucker","canonicalUrl":"https://www.theringer.com/2021/5/13/22434747/aja-wilson-cultivating-mental-health-upcoming-wnba-season-more-plus-talen-horton-tucker","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce018ec081abe118c6896c6b94df0e0e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBRIhExQiMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMh/9oADAMBAAIRAxEAPwDOcratYjA21+2hLrj9x2y21Dw0CAeB7BnmZqGrCh1Rc65G52jWYn7SlOSpLbAW5P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"M6bJvBpB-","title":"Italian authorities fine Google $120 million for an Android Auto issue that’s already solved","shortId":"M6bJvBpB-","createdAt":"2021-05-13T19:29:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015569,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:28:07.000Z","url":"https://www.theverge.com/2021/5/13/22434373/italian-antitrust-fine-google-android-auto-enel-x-juicepass","canonicalUrl":"https://www.theverge.com/2021/5/13/22434373/italian-antitrust-fine-google-android-auto-enel-x-juicepass","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/41d2a169871b1741474c0cd88a0e32e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQRIQUGEhQiQf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABEQD/2gAMAwEAAhEDEQA/AM25LnW5Xq3nbRTW1jauh9OW6knUtIB9KWPxgawNY/Kgr2WaBREschWMeILXD5ONb3SlMIEwWrv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uvjbyMYVA","title":"Watch Us Roam Virtual Deep Seas With Real Oceanographers","shortId":"uvjbyMYVA","createdAt":"2021-05-13T19:02:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015542,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:00:00.000Z","url":"https://www.wired.com/story/subnautica-noaa-whoi-oceanexplorer-stream/","canonicalUrl":"https://www.wired.com/story/subnautica-noaa-whoi-oceanexplorer-stream/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/646544cdfa16bb66d26c9b2bf92f5fa5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEEBhIhMVLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADEjFB/9oADAMBAAIRAxEAPwDJDpDCifI7e+rc9oArb1xzdjtWk0/ih7gXykgnz8RE0pO5NUWM4OR7P//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"h9g2ollz9","title":"SpectronRx receives approval to expand Ind. facility","shortId":"h9g2ollz9","createdAt":"2021-05-13T18:57:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015537,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:49:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132379&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132379","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/661ef6277d26ceb6f1cc783fd080baf4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAjEAABAwMEAgMAAAAAAAAAAAABAgMEABEhBQYSkRVBQlJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIxQf/aAAwDAQACEQMRAD8AMrnbN3HosORInPQNUYKkuM8OZeCk2zn0Lqv+WoiqJp5JLUlJb+JVHNyPV7C3VDNNJ8izk5Xno1Q+Svse6qi7CeI//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_H4NwbSk7","title":"Renewable energy won’t make Elon Musk love bitcoin again","shortId":"_H4NwbSk7","createdAt":"2021-05-13T18:57:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015537,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:54:47.000Z","url":"https://www.theverge.com/2021/5/13/22434617/renewable-energy-bitcoin-pollution-tesla-elon-musk","canonicalUrl":"https://www.theverge.com/2021/5/13/22434617/renewable-energy-bitcoin-pollution-tesla-elon-musk","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/934f27d760d784cb161734d7476c8572","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFIRESIjFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQABBQEAAAAAAAAAAAAAAAABAAIDERJh/9oADAMBAAIRAxEAPwDL5+SHDY+4WztwGE8cCMzc9IPo6I14qBxdzOTMt5DEsneEWzjIUHfA+UpQo3HN9TZwNUv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"BDAJ6E95e","title":"Vaccinated people can ditch masks and social distancing in most places, CDC says","shortId":"BDAJ6E95e","createdAt":"2021-05-13T18:47:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015527,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:44:07.000Z","url":"https://www.theverge.com/2021/5/13/22434645/vaccines-masks-social-distancing-cdc-covid","canonicalUrl":"https://www.theverge.com/2021/5/13/22434645/vaccines-masks-social-distancing-cdc-covid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04b47b5f807c65b1af92bfa577c539c8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAUGBBESEyEi/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAECADH/2gAMAwEAAhEDEQA/AMbdsouMOAmRZE4zyJpekIBHGhj5EqNtwfB7uaqtmWXN7bpGYwFjChJ6x78ilKSgKTDfB3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q6GtmpYM6","title":"The Chip Shortage Is Driving Up Tech Prices—Starting With TVs","shortId":"q6GtmpYM6","createdAt":"2021-05-13T18:46:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015526,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T14:40:00.000Z","url":"https://www.wired.com/story/chip-shortage-electronics-prices-tvs-displays/","canonicalUrl":"https://www.wired.com/story/chip-shortage-electronics-prices-tvs-displays/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8dd9f60b75e4f7aa2169fc7b5f4dc51","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBQYHEiFBQpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADMQT/2gAMAwEAAhEDEQA/AMmvEG5wTk2TsHuol8KCwhgJb2mfNXb3MffpddVyn6VYgSZ7fKUoukwIlDs//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DUz7q8gss","title":"Which factors affected users’ decisions to adopt Flutter? — Q1 2021 user survey results","shortId":"DUz7q8gss","createdAt":"2021-05-13T09:50:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"flutter","views":53,"score":27015520,"tagsStr":"general-programming,google,flutter,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T02:17:12.000Z","url":"https://medium.com/flutter/which-factors-affected-users-decisions-to-adopt-flutter-q1-2021-user-survey-results-563e61fc68c9","canonicalUrl":"https://medium.com/flutter/which-factors-affected-users-decisions-to-adopt-flutter-q1-2021-user-survey-results-563e61fc68c9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/064811d50ca787980c69e5e12a2e5337","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQACAwQREiEFBiIxcZHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQABBAIDAAAAAAAAAAAAAAACAAEDEQQSEyGB/9oADAMBAAIRAxEAPwDXJeHS1L5KtklmY7LnnPp338EfBWouTcomONRBctB3Bc+77RFIfCgkLUxtvUpTHykN9Mv/2Q==","siteTwitter":"@flutterdev","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"gGesK4rxv","title":"Yes, You Need a Design Process","shortId":"gGesK4rxv","createdAt":"2021-05-13T18:35:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27015515,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:26:00.000Z","url":"https://wiredcraft.com/blog/yes-you-need-a-design-process/","canonicalUrl":"https://wiredcraft.com/blog/yes-you-need-a-design-process/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af512ac8ac6ffae85f77c8abfa171b2c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQRIQUSIiMxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAANB0eH/2gAMAwEAAhEDEQA/AM44bnbG2sLGGXhreaRVZTKemcrskZQ7YaOc6Hj1qQl9sryJ61ZiwRfhQfoflKVZ1VqjErvTDrHZgAc8n//Z","siteTwitter":"","creatorTwitter":"@wiredcraft","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GelqQyXJi","title":"Editorial | Dubai Expo 2020 Book Colletion","shortId":"GelqQyXJi","createdAt":"2021-05-13T18:35:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015515,"tagsStr":"react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/109922641/Editorial-Dubai-Expo-2020-Book-Colletion","canonicalUrl":"https://www.behance.net/gallery/109922641/Editorial-Dubai-Expo-2020-Book-Colletion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/070e81e56f2d4cd4b08335c18112d39e","ratio":1.08359133126935,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIRAAMFBxIhBDEyUaL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECESEx/9oADAMBAAIRAxEAPwC+unIsKlhMihtlSrhunBAO4EECZmBHruaZdN32icsWMck2jz9VoDeRpKCq6e2P5a4f/9k=","siteTwitter":"@behance","creatorTwitter":"@rodrigocordeiro","readTime":0,"description":null,"toc":null,"summary":null},{"id":"r1I4fHXNP","title":"The cast for the first Knives Out sequel is shaping up to be pretty awesome","shortId":"r1I4fHXNP","createdAt":"2021-05-13T18:31:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015511,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:53:52.000Z","url":"https://www.theverge.com/2021/5/12/22432745/knives-out-sequel-2-cast-ed-norton-dave-bautista-janelle-monae","canonicalUrl":"https://www.theverge.com/2021/5/12/22432745/knives-out-sequel-2-cast-ed-norton-dave-bautista-janelle-monae","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d7f24d6f8a363f72b54f3ad6536326a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAABBAIDAQAAAAAAAAAAAAABAgMEEQASBhQhBf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgMRAAUScf/aAAwDAQACEQMRAD8AmvFYkZjgYnstFuV20r2CrFFeutG/KOS5z6k0OKHYUaJ98xjDNcxdpujdMca3EaxCDgVaKT7n/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"G40GklzUe","title":"Echosens launches upgrade","shortId":"G40GklzUe","createdAt":"2021-05-13T18:22:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015502,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:09:41.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132377&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132377","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7bf2d98bb7c34f00612ba43af2d597e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EACYQAAICAQIDCQAAAAAAAAAAAAECAxEABAUHQVEGEhUhMjNhYqH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB4RAAIBAwUAAAAAAAAAAAAAAAECEQADEgQhobHB/9oADAMBAAIRAxEAPwA14e9k5t02LcVh1MEb6uMKgdCaYCwCRyIa6610w6lhEcro3qUlTXxjTwod00B7jMtIhFGqJC2fwYTbmq+JavyHvPy+xyg6UrduOhGyx1RSqUORM5CeSPK//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"f8flAZ9S3","title":"Nokia’s nostalgia-invoking 2720 Flip is coming to the US on Verizon","shortId":"f8flAZ9S3","createdAt":"2021-05-13T18:15:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015495,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:12:34.000Z","url":"https://www.theverge.com/2021/5/13/22434439/nokias-2720-flip-verizon-us-availability-price","canonicalUrl":"https://www.theverge.com/2021/5/13/22434439/nokias-2720-flip-verizon-us-availability-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4412678cb55803112d43687b1d1beacd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQACAwQGERIhBzFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAQUBAAAAAAAAAAAAAAAAAQACEVHwIf/aAAwDAQACEQMRAD8A0eqJyMORaWlWlogPhzJe3AEk4a2dj5b1XSwX6REb0a1bhB1L/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dl5uMhb5J","title":"AI Shows ExxonMobil Downplayed Its Role in Climate Change","shortId":"dl5uMhb5J","createdAt":"2021-05-13T17:54:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015474,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:46:00.000Z","url":"https://www.wired.com/story/ai-shows-exxonmobil-downplayed-role-climate-change/","canonicalUrl":"https://www.wired.com/story/ai-shows-exxonmobil-downplayed-role-climate-change/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47aa71f9440a8703f7aca226b50287e6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDIQYSQWGh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAyFB/9oADAMBAAIRAxEAPwDYichlTZT+gDDjGMODRR3rvXn0onkktpo0SNXTfiIraxwcMFqQ8n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"GzfnPyxhj","title":"Xbox is testing accessible chat options like transcription and speech synthesis","shortId":"GzfnPyxhj","createdAt":"2021-05-13T17:49:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015469,"tagsStr":"tech-news,machine-learning,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:40:39.000Z","url":"https://www.theverge.com/2021/5/13/22434389/xbox-accessible-party-chat-test-speech-synthesis-transcription","canonicalUrl":"https://www.theverge.com/2021/5/13/22434389/xbox-accessible-party-chat-test-speech-synthesis-transcription","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9267cbbdeb9d80b17487f5758205b31c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQQAAgMFERITIVExQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMAQuCStodSr2ukw01p2W5qhBX7xL9Z9cjB78RKMgyeYQhJ3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WBJaJ7m_T","title":"A podcast app is exposing subscribers-only shows","shortId":"WBJaJ7m_T","createdAt":"2021-05-13T17:03:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015423,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:02:00.000Z","url":"https://www.theverge.com/2021/5/13/22433143/castbox-private-rss-feeds-tags-patreon","canonicalUrl":"https://www.theverge.com/2021/5/13/22433143/castbox-private-rss-feeds-tags-patreon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3136a1efc9e48c5fab4735be52900b32","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAxETBAUhMWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAMEERJB/9oADAMBAAIRAxEAPwDJtfHr6dUFqY3MSWcsCMDwAMdvpkGhfcRLmW9PZcRkOT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iJIMVPjKU","title":"Climate change is speeding up the degradation of ancient rock art","shortId":"iJIMVPjKU","createdAt":"2021-05-13T16:45:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015405,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277535-climate-change-is-speeding-up-the-degradation-of-ancient-rock-art/","canonicalUrl":"https://www.newscientist.com/article/2277535-climate-change-is-speeding-up-the-degradation-of-ancient-rock-art/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d128e4fbe83dfab598ca8e845b1c0507","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQIFAwUAAAAAAAAAAAAAAwECAAUGERIEFCEiMVFxsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8AmpqvJfpZNLQjAo3sEr3dOSl73Twl2/IwNRWMlIcj9mRMnKtsU459QhA0MWNfoT//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ZppaF-31p","title":"58-million-year-old footprints show when mammals began paddling in sea","shortId":"ZppaF-31p","createdAt":"2021-05-13T16:45:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015405,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277563-58-million-year-old-footprints-show-when-mammals-began-paddling-in-sea/","canonicalUrl":"https://www.newscientist.com/article/2277563-58-million-year-old-footprints-show-when-mammals-began-paddling-in-sea/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84600205a3fb74c37078d801d8feeb79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDBAAFERIhYUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQACAwAAAAAAAAAAAAAAAAEAEgIRMf/aAAwDAQACEQMRAD8Ape3lzXW4X2lu3cpMjiSGIiMg/khu9+HMse3eRFcC/EGAIQzhvH53vvmMZCym2OmPJ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"qCPbbde72","title":"Why have Elon Musk and Tesla suddenly turned against bitcoin?","shortId":"qCPbbde72","createdAt":"2021-05-13T16:45:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015405,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277577-why-have-elon-musk-and-tesla-suddenly-turned-against-bitcoin/","canonicalUrl":"https://www.newscientist.com/article/2277577-why-have-elon-musk-and-tesla-suddenly-turned-against-bitcoin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af935d9cae72549b6440f0b313228eac","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAURBjEEExQiM1HS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMEERQx/9oADAMBAAIRAxEAPwDGXDWcKWlHXhE6grlJOWAglz2jckjGc7eqqR6mjaNWNmTJAPnHzSlJsSN4URrxvAyF/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qF-kT7GZw","title":"Enola Holmes is getting a sequel on Netflix","shortId":"qF-kT7GZw","createdAt":"2021-05-13T16:31:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015391,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:28:01.000Z","url":"https://www.theverge.com/2021/5/13/22434366/enola-holmes-2-sequel-netflix-millie-bobby-brown-henry-cavill","canonicalUrl":"https://www.theverge.com/2021/5/13/22434366/enola-holmes-2-sequel-netflix-millie-bobby-brown-henry-cavill","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c6a9ad0047b3b5ecab3e0600ed29b5f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAgMBAAQFEQYSQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAgMBAAAAAAAAAAAAAAAAABEBAgMh/9oADAMBAAIRAxEAPwDC8vw68bzG7sYaTUvOBZ2iNlI9Z3vz5Up1lbrcwBUOhKYjdKUNIiqQ6dZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2h5DbX6R1","title":"Matisse Thybulle Is the NBA’s Most Disruptive Defender","shortId":"2h5DbX6R1","createdAt":"2021-05-13T16:21:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015381,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:12:12.000Z","url":"https://www.theringer.com/video/2021/5/13/22433523/matisse-thybulle-is-the-nbas-most-disruptive-defender","canonicalUrl":"https://www.theringer.com/video/2021/5/13/22433523/matisse-thybulle-is-the-nbas-most-disruptive-defender","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4812bf02759e154a294205ed9fbb9ef","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAREiEFMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAwACBAURMVL/2gAMAwEAAhEDEQA/AMnib0s1mrLKEeWupCFl3rkxUkfRvW/eRF2eQcxIyBuwoPQ/MYy3gWJa7n1BbdVAjFIHdJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SmlaiMyTn","title":"A Deep Dive Into 50 Cent’s ‘Get Rich or Die Tryin’’","shortId":"SmlaiMyTn","createdAt":"2021-05-13T15:36:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015336,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:26:51.000Z","url":"https://www.theringer.com/2021/5/13/22433652/a-deep-dive-into-50-cents-get-rich-or-die-tryin","canonicalUrl":"https://www.theringer.com/2021/5/13/22433652/a-deep-dive-into-50-cents-get-rich-or-die-tryin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a91e639375f2af98911500fed337657","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgEDBBEABRIiM0FRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAyEx/9oADAMBAAIRAxEAPwDINcUiLrpjzLwoUAxYGwvkiFXlaS/i5LbOW63sZYcY/S6adkfa4xh5KdPZJiVPD//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TwQAwkbeW","title":"Mailbag: Casey Stoney, Managerial Swaps, and a Midweek Roundup","shortId":"TwQAwkbeW","createdAt":"2021-05-13T15:36:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015336,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:32:37.000Z","url":"https://www.theringer.com/2021/5/13/22434246/mailbag-casey-stoney-managerial-swaps-and-a-midweek-roundup","canonicalUrl":"https://www.theringer.com/2021/5/13/22434246/mailbag-casey-stoney-managerial-swaps-and-a-midweek-roundup","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b535dc432fd37bf70d7765ffe2af0f7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAAFBQAAAAAAAAAAAAABAAIDBQQGBxEhEhMiUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAiES/9oADAMBAAIRAxEAPwCqz7bYqp1SyxQ4Pttq5o9pIy3l5e4guJ9+II+qzdSRlxIkABPA6AdkRFyGEupewYz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"lNLUL_Zmb","title":"Qualcomm is the latest major company to skip MWC’s in-person show this year","shortId":"lNLUL_Zmb","createdAt":"2021-05-13T15:33:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015333,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:30:43.000Z","url":"https://www.theverge.com/2021/5/13/22434223/qualcomm-mwc-2021-skipping-covid-19-digital","canonicalUrl":"https://www.theverge.com/2021/5/13/22434223/qualcomm-mwc-2021-skipping-covid-19-digital","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4a8cd4e296e161e9d766a0826225ba7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRABAAICAgMAAAAAAAAAAAAAAQADAhESIUGRof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFREBAQAAAAAAAAAAAAAAAAAAADH/2gAMAwEAAhEDEQA/AM5V2BWDXjknlXb9kNL3yfURKKN//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xdKOYFwBY","title":"How to Use Git Bisect for Debugging","shortId":"xdKOYFwBY","createdAt":"2021-05-13T07:30:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":44,"score":27015315,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:25:00.000Z","url":"https://daily.dev/blog/how-to-use-git-bisect-for-debugging","canonicalUrl":"https://daily.dev/blog/how-to-use-git-bisect-for-debugging","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbd08342abf130942591c254829be955","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEBVEGBxITIf/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQACsQMEBRFB/9oADAMBAAIRAxEAPwCLo+aLS7dudFhNaYa9cnnYdbSHEjk2QeVvXdzCXEu1uJZP2gURK6NHyTmnNb0ULuc9z//Z","siteTwitter":"","creatorTwitter":"@dannyguo","readTime":6,"description":null,"toc":null,"summary":null},{"id":"IG5QRnLVd","title":"Discord is making it easier to find interesting social audio rooms","shortId":"IG5QRnLVd","createdAt":"2021-05-13T15:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015301,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22431438/discord-stage-channel-discovery-social-audio-threads-logo-clyde","canonicalUrl":"https://www.theverge.com/2021/5/13/22431438/discord-stage-channel-discovery-social-audio-threads-logo-clyde","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52181096a5b6241f8827749fc434157e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAAwQFEhEhMUFhcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEIUFhsf/aAAwDAQACEQMRAD8AzU07Ha6ynZyrdkLEnc3TzwHyQX4a132ICCFYqCQex9xEoFSzLI0FztIoHAPB4v/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"puCWBXkXa","title":"Ultra-tiny nanomachines are redefining how we think of robots","shortId":"puCWBXkXa","createdAt":"2021-05-13T14:44:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015284,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-100-ultra-tiny-nanomachines-are-redefining-how-we-think-of-robots/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-100-ultra-tiny-nanomachines-are-redefining-how-we-think-of-robots/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf586bc8e098e2c44213e8f36acf0c62","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIABBEDBSH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB8RAAEDAwUAAAAAAAAAAAAAAAEAAhIDBCERFCIxQf/aAAwDAQACEQMRAD8Axf1Up1bFRuyMxVA3QaQC2fZDdqjOxCgAncwxEPYZiXSsLlu2eaQ5aenJyv/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NziYVJ_bD","title":"Hotel Augustin","shortId":"NziYVJ_bD","createdAt":"2021-05-13T14:37:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015277,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/119347895/Hotel-Augustin","canonicalUrl":"https://www.behance.net/gallery/119347895/Hotel-Augustin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6967966c4d5b4e4af14aa78304c91c7f","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEDBBEABQYhEhNx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIREv/aAAwDAQACEQMRAD8A12j51C1XD42rj7N2btQZ9TdgVkSVaIpD49d1eVQ+XxTiME4qKagKlYld18xjI8m5GSX/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"h-juAGOsF","title":"How to choose the right printer for your home office","shortId":"h-juAGOsF","createdAt":"2021-05-13T14:29:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2020-06-09T20:32:00.000Z","url":"https://www.theverge.com/21279634/best-printer-recommendations-laser-multifunction-inkjet-canon-epson-brother-hp-home-office","canonicalUrl":"https://www.theverge.com/21279634/best-printer-recommendations-laser-multifunction-inkjet-canon-epson-brother-hp-home-office","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a446a84ec2fb007433fc8ae8805ffdfe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAwADAAAAAAAAAAAAAQMCAAURIQQGBxITMf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/AIPQu886V6uFp44Yi38wAtTFujLR+WgMHIzrFYhfsndVQitN1+tUAIwgELIiB+DcaUqbg7G05u6hZN//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"U5M8rOMYD","title":"Elon Musk’s SpaceX inks satellite connectivity deal with Google Cloud","shortId":"U5M8rOMYD","createdAt":"2021-05-13T14:25:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015265,"tagsStr":"tech-news,google,cloud,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T14:17:41.000Z","url":"https://www.theverge.com/2021/5/13/22433982/elon-musk-spacex-internet-connectivity-deal-google-cloud","canonicalUrl":"https://www.theverge.com/2021/5/13/22433982/elon-musk-spacex-internet-connectivity-deal-google-cloud","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1d6936e3be0cddc35f78f3f1c4ea6dd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwQFBgchEiIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDbeUNdydsbSydXwgrZFT11oG+DyYAmWFfuiseiQD1EShf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HqASBmonm","title":"MLS player salary breakdown: Top earners, highest-spending teams, best and worst values","shortId":"HqASBmonm","createdAt":"2021-05-13T14:11:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27015251,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://theathletic.com/2585286/2021/05/13/mls-salaries-breakdown/","canonicalUrl":"https://theathletic.com/2585286/2021/05/13/mls-salaries-breakdown/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34d798edfe29579af8bc2b8dfda19944","ratio":1.44022503516174,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIxAAAgIBAAsAAAAAAAAAAAAAAQMCBAAFBhESFiExUWFz0v/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQADEQIF/9oADAMBAAIRAxEAPwDPT1aYvSq5W2VZoXUYqcTAkFm+TCXMdpQ2nwRkeEbQ6vqE+sfOMZCs9G/kMYQ2f//Z","siteTwitter":"@TheAthletic","creatorTwitter":"@samstejskal","readTime":null,"description":null,"toc":null,"summary":null},{"id":"eEZJptT1N","title":"What actually makes something ‘flushable’?","shortId":"eEZJptT1N","createdAt":"2021-05-13T14:02:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T14:00:00.000Z","url":"https://www.theverge.com/22423647/flushable-wipes-sewage-clog-fatberg-plumbing","canonicalUrl":"https://www.theverge.com/22423647/flushable-wipes-sewage-clog-fatberg-plumbing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3abeba959bb3a975f0c409576c21365f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFERIhBhRh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQEAAAQHAAAAAAAAAAAAAAABAAIREgMEBRNRYcH/2gAMAwEAAhEDEQA/AMjLly2fJrUHZCn0OwHpCd0gFtxClJJBGOHUcx8qHDfi4rF/cAyeesilKSy5czViV1KbZkwrAKnB0+sf/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_IGpUwGtM","title":"Three cheers for Scabby the Rat","shortId":"_IGpUwGtM","createdAt":"2021-05-13T13:34:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015214,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:30:00.000Z","url":"https://www.theverge.com/22405818/scabby-the-rat-union-labor-movement","canonicalUrl":"https://www.theverge.com/22405818/scabby-the-rat-union-labor-movement","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24294700cf6edd7b7199aa7cad7b0766","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxABAAIBBAMBAAAAAAAAAAAAAQIDAAQGERIFFCGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB8RAAIBAgcAAAAAAAAAAAAAAAEDAAIEERIhQmFx0f/aAAwDAQACEQMRAD8Aos3HrbNxevC22korkLVMCwZR69hH7Hs/c09nkNRCyUWbJFOUjy/mMYeuUUBCQBt57i+2Aqc3NrgfZ//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xlWPq7SoV","title":"Sony announces new black and red DualSense controllers for the PS5 you still can’t buy","shortId":"xlWPq7SoV","createdAt":"2021-05-13T13:34:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015214,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:30:41.000Z","url":"https://www.theverge.com/2021/5/13/22433966/sony-black-red-dualsense-controllers-playstation-5-ps5","canonicalUrl":"https://www.theverge.com/2021/5/13/22433966/sony-black-red-dualsense-controllers-playstation-5-ps5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cb8f5b0c88dc60900354252f7854325","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDEQATITEEBhIiQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMR8P/aAAwDAQACEQMRAD8Aybtxn0ETpn0plSQmRwJLWh6hTsOTvz+5HSAPIz1XkSaHzGMqtOiCQD3DBu2re5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pgTCP17jN","title":"Microsoft’s foldable Surface Duo is now the cost of a normal phone","shortId":"pgTCP17jN","createdAt":"2021-05-13T13:29:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015209,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:25:29.000Z","url":"https://www.theverge.com/good-deals/2021/5/13/22433893/microsoft-surface-duo-hori-split-pad-pro-nintendo-switch-anker-sale-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/13/22433893/microsoft-surface-duo-hori-split-pad-pro-nintendo-switch-anker-sale-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4bf3961cb193ff1d17655f3251fa115","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAgEEAAcBAAAAAAAAAAAAAQIDAAQFEQYSFyExQmGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AmeKMnZdZMRg7zC468guJLVJZp4UaTRPq3LseR2O/ytXrbxIoRECqo0Ao0APgpSk26//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"677bSGDfM","title":"The 16 Best Gifts for the Recent College Grad","shortId":"677bSGDfM","createdAt":"2021-05-13T12:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015123,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T08:00:00.000Z","url":"https://www.wired.com/gallery/college-graduation-gifts/","canonicalUrl":"https://www.wired.com/gallery/college-graduation-gifts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/afe0de032096e26ec623a75a56b7fe76","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEElEFIiMxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/ANz5Ni+du725HJvNs2riMWEJACjMiToa+1WMjwt59l4iVepO4pSlRy//2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"LPwM4Ipdc","title":"‘Hacks’ Is a Different Kind of Comedy About Comedy","shortId":"LPwM4Ipdc","createdAt":"2021-05-13T13:27:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015207,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:18:37.000Z","url":"https://www.theringer.com/tv/2021/5/13/22433226/hacks-hbo-max-lucia-aniello-paul-downs-jen-statsky","canonicalUrl":"https://www.theringer.com/tv/2021/5/13/22433226/hacks-hbo-max-lucia-aniello-paul-downs-jen-statsky","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ecad57847065b0c26f3d83ad317cf04","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwQFERNxBiEiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAIBBAMBAAAAAAAAAAAAAAECAwAEESESMUGx/9oADAMBAAIRAxEAPwCOj6srr5cbrNXYeBcXxxtJzrYJCA0cY7clb8b3a2+b/Q+oiMkdg7YPtV1vBG1vHyUHIzve+vgr/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"ZnkZfv7Fr","title":"Apple needs to show iOS allows competition... while justifying locking it down","shortId":"ZnkZfv7Fr","createdAt":"2021-05-13T13:13:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015193,"tagsStr":"tech-news,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:12:34.000Z","url":"https://www.theverge.com/2021/5/13/22432943/apple-epic-trial-steam-link-playstation-games-xbox","canonicalUrl":"https://www.theverge.com/2021/5/13/22432943/apple-epic-trial-steam-link-playstation-games-xbox","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1442cbd4fa272dcc5eb9aad90f2c73d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAREhMhBSNR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Az3AnssePmRXYLT0iQUapSlqC4+KrqxANjkOG/wA5UU7CkewjlKVcD//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"poLsVPgSM","title":"Gaming Influencers Are the Future of Esports","shortId":"poLsVPgSM","createdAt":"2021-05-13T13:07:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015187,"tagsStr":"tech-news,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:00:00.000Z","url":"https://www.wired.com/story/gaming-influencers-future-of-esports/","canonicalUrl":"https://www.wired.com/story/gaming-influencers-future-of-esports/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d484c08ea1ee9b8c15dc0096730d0a7b","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDBAAFBhESMRMiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDEjFB/9oADAMBAAIRAxEAPwCeymeUXI47bAeO3OtMzziNmQiqmB+iKi7QUUd66+VmV1yq8Bc5gNTnxbF40EeXScl0lKUqZLIK+EGtU5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"EJLikxWlM","title":"Apple’s AirTags Are a Gift to Stalkers","shortId":"EJLikxWlM","createdAt":"2021-05-13T13:07:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015187,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:00:00.000Z","url":"https://www.wired.com/story/opinion-apples-air-tags-are-a-gift-to-stalkers/","canonicalUrl":"https://www.wired.com/story/opinion-apples-air-tags-are-a-gift-to-stalkers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ff7b33be4826711cbf40534e2d84786","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQACIQMEERMFBhIkMlJhcdL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAD/9oADAMBAAIRAxEAPwCG28o6hDLd7GFvTq5nhxmR3T6jytOd4rZxLnbPqZMnmB8IiA6qGlGqSoN3/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"qQ3_JO5ez","title":"Here’s how E3’s all-virtual event will work this year","shortId":"qQ3_JO5ez","createdAt":"2021-05-13T13:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22433781/e3-2021-virtual-event-free-public-app-online-portal-livestreams","canonicalUrl":"https://www.theverge.com/2021/5/13/22433781/e3-2021-virtual-event-free-public-app-online-portal-livestreams","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c50136d42f1caf101f1190e99196507","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAAFIQYREhUxUaL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABsRAQEAAgMBAAAAAAAAAAAAAAECAAMRQUKB/9oADAMBAAIRAxEAPwDModUr1nuaN26B7E0pRLpJ64gygcgPQO/kbnKKXhuksrg16zEEgko+/wB4xjZsoIB8j9ypdpJs7pec/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_Y-HEVJiC","title":"Quibi’s grounded content will be reborn on Roku starting May 20th","shortId":"_Y-HEVJiC","createdAt":"2021-05-13T13:03:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015183,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22432440/quibi-roku-channel-originals-streaming-ad-supported-free-uk-usa-canada","canonicalUrl":"https://www.theverge.com/2021/5/13/22432440/quibi-roku-channel-originals-streaming-ad-supported-free-uk-usa-canada","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56e4b36e1cc24c006737e84e0aa37b7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDABFhBAUGEhMiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwDL9p3Dz6BJJxI7SJd7lLEj6PTOagycp1ySMqCLqCQOyAm2TalKqwZhS//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"dxFhs7SJh","title":"Lenovo’s new travel mouse does wireless charging","shortId":"dxFhs7SJh","createdAt":"2021-05-13T13:03:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22433909/lenovo-go-travel-mouse-wireless-power-bank-hybrid-qi-charging","canonicalUrl":"https://www.theverge.com/2021/5/13/22433909/lenovo-go-travel-mouse-wireless-power-bank-hybrid-qi-charging","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/872b314c480a0d8a9a3a576f26310208","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAUGESETFTJBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A3S66BLrV3Ug9ZlxIUdvMY8fLS9zXZ7gfOgdHWfatcfSiIP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SHk5IHz5i","title":"Ranking the NBA’s 10 Most Exciting Potential First-Round Matchups","shortId":"SHk5IHz5i","createdAt":"2021-05-13T12:53:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015173,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:48:23.000Z","url":"https://www.theringer.com/nba/2021/5/13/22433290/nba-playoffs-preview-first-round-matchups","canonicalUrl":"https://www.theringer.com/nba/2021/5/13/22433290/nba-playoffs-preview-first-round-matchups","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f91c22e4d946c605916a07053b74a71c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAREkEiMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABwRAAICAgMAAAAAAAAAAAAAAAECAxEAEiFRsf/aAAwDAQACEQMRAD8AwUtGralWzAssDOqxIDJz4qy8m2SPIn1vrL1bcwqwiOWYIEAUF9kDX3vGMUAAZlqwO+fcueGOVV3F5//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"gwiJdWdQ3","title":"David Eagleman interview: How our brains could create whole new senses","shortId":"gwiJdWdQ3","createdAt":"2021-05-13T12:44:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-900-david-eagleman-interview-how-our-brains-could-create-whole-new-senses/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-900-david-eagleman-interview-how-our-brains-could-create-whole-new-senses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca18818d1d37532638f9f23fe4fae394","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQSIQYREzH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHhEBAAIBBAMAAAAAAAAAAAAAAQIDABESMcFBobH/2gAMAwEAAhEDEQA/AI8sisbjhstrKiC6uZ8VbAZl8VxIbrQ6BH2teEeMMcTKpZFCk62RqlKWqqI2zkeXoe8LtnuIwTg19p8DP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5Q9I15nhY","title":"Chris Rock’s ‘Spiral’ Borrows Less From the ‘Saw’ Playbook Than It Does From ‘Se7en’","shortId":"5Q9I15nhY","createdAt":"2021-05-13T12:36:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015156,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:30:53.000Z","url":"https://www.theringer.com/movies/2021/5/13/22432864/spiral-saw-chris-rock-se7en-david-fincher","canonicalUrl":"https://www.theringer.com/movies/2021/5/13/22432864/spiral-saw-chris-rock-se7en-david-fincher","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0756c70c17224d2ec0c0a9e4908cb2d9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAwABAgQFBhESISRBgZPR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/AL2vAWw37M8nEWB2CGiCCgKPUIt2kZO3PntytLe0293foaT0x+Iirbg//9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"v2WK-R2TN","title":"Scientists finally find life on Mars (or actually they haven’t)","shortId":"v2WK-R2TN","createdAt":"2021-05-13T12:33:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015153,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033344-600-scientists-finally-find-life-on-mars-or-actually-they-havent/","canonicalUrl":"https://www.newscientist.com/article/mg25033344-600-scientists-finally-find-life-on-mars-or-actually-they-havent/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e25d4bb6c0a9a8f6b1c46303cee8d2f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDAAQRBiEFEhQiIzFBgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQEAAgIDAAAAAAAAAAAAAAACAAMBBBExQv/aAAwDAQACEQMRAD8Aj9e8EN1rydbppGt5wJJrgqrJDIsfiwnMC+PpPsNjG2a2Lorpu5r5gx3IyRj8ApSjKNl2tlec8RS/WFIDPaxP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"P5N6uIL_d","title":"Tim Duncan Called Bank","shortId":"P5N6uIL_d","createdAt":"2021-05-13T12:29:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015149,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:25:54.000Z","url":"https://www.theringer.com/nba/2021/5/13/22430358/tim-duncan-hall-of-fame-san-antonio-spurs","canonicalUrl":"https://www.theringer.com/nba/2021/5/13/22430358/tim-duncan-hall-of-fame-san-antonio-spurs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d110bb9b3e0b4566359097e3c399a12","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAgYCAwAAAAAAAAAAAAACAQMABAUREjEUISIjUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxEAAQQABwAAAAAAAAAAAAAAAQACAyEFBhESIiQx/9oADAMBAAIRAxEAPwCgqE3eqT/hZ45jgZ5dC3u6J973FAFPbbAQFx9BFMU9i6SEInuZ+oIGwcQW3pXgACfwtxk3l92v/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"2poZvmLXh","title":"Greg Blonder Returns to Discuss the Science Behind Cookware","shortId":"2poZvmLXh","createdAt":"2021-05-13T12:22:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015142,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:21:02.000Z","url":"https://www.theringer.com/2021/5/13/22433900/greg-blonder-returns-to-discuss-the-science-behind-cookware","canonicalUrl":"https://www.theringer.com/2021/5/13/22433900/greg-blonder-returns-to-discuss-the-science-behind-cookware","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8572a3c22e8c812d0f8bcb972530d98f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxABAAEEAgMBAAAAAAAAAAAAAQIDBAURAAYSEzEh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAxEAAgQxBSGx/9oADAMBAAIRAxEAPwCe6z3a1oYepjMjgbe9Ji+/3ShVX8RZaVR+Jr4c0DH2Nq2Fs1aEalRpR8pq7k6NrxxyhxWMoNYY3G+/aDnvYLLIMV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"h_SoYNr_N","title":"Rebecca Lobo on the WNBA’s 25th Season and Being a Sports Parent","shortId":"h_SoYNr_N","createdAt":"2021-05-13T12:15:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015135,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:06:23.000Z","url":"https://www.theringer.com/2021/5/13/22433536/rebecca-lobo-on-the-wnbas-25th-season-and-being-a-sports-parent","canonicalUrl":"https://www.theringer.com/2021/5/13/22433536/rebecca-lobo-on-the-wnbas-25th-season-and-being-a-sports-parent","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fea5c96941cfca9d3d7536bbcf361d70","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESIRMxof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQEBAQADAAAAAAAAAAAAAAABAgADEyH/2gAMAwEAAhEDEQA/AJN7jorrOXWKjCwIlmkokRB0SwHr7Wdl09DHK6eTlxJXcp2dqUo55ri2R8yfXNSKb//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Dp5MMTSzC","title":"David Oyelowo on Coming Up in Theater, Representation in Film, and Making ‘The Water Man’","shortId":"Dp5MMTSzC","createdAt":"2021-05-13T12:15:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015135,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:10:05.000Z","url":"https://www.theringer.com/2021/5/13/22433888/david-oyelowo-on-coming-up-in-theater-representation-in-film-and-making-the-water-man","canonicalUrl":"https://www.theringer.com/2021/5/13/22433888/david-oyelowo-on-coming-up-in-theater-representation-in-film-and-making-the-water-man","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3ea485edbe9ff3f7358ca1408db97cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAgYCAwAAAAAAAAAAAAACAQMABAUREiEGE1Fhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAC/9oADAMBAAIRAxEAPwCic2rZynMpGoCL2FHYBVYF9RF/vNA3rWPxb+oqDTYuNge0yRFtfzCEKEuXlWDv/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KrbuAaXIa","title":"ZTE’s S21 competitor arrives in June for $749","shortId":"KrbuAaXIa","createdAt":"2021-05-13T12:04:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22432593/zte-axon-30-ultra-price-availability-specs","canonicalUrl":"https://www.theverge.com/2021/5/13/22432593/zte-axon-30-ultra-price-availability-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44e58648d2a97ac49ab98f403e0b387b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAwABAhFBBAUSEyEGFCIxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAQADAAAAAAAAAAAAAAAAAQADETH/2gAMAwEAAhEDEQA/AN46k7yWajkPHFDhhQG2yNqapym/lJ7008N9etfShJnB9yXF3uiK2MFdx5f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"xpDzAHR4E","title":"Ford will start rolling out major over-the-air software updates to its vehicles this year","shortId":"xpDzAHR4E","createdAt":"2021-05-13T12:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22432770/ford-ota-software-update-amazon-alexa","canonicalUrl":"https://www.theverge.com/2021/5/13/22432770/ford-ota-software-update-amazon-alexa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2bf17efa7dc944a1c6a8eb8d42345f0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDEgAEBQYRIUEHJFFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AynC83XNpgjdtatrZ7gNzbdIVuEnxwSSBxrVez1CzmWURxtMYjSTEj9Mtz7pSnIL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vdBYblhqi","title":"It’s True. Everyone IS Multitasking on Their Video Calls","shortId":"vdBYblhqi","createdAt":"2021-05-13T11:05:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015065,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:00:00.000Z","url":"https://www.wired.com/story/stop-looking-your-email-youre-video/","canonicalUrl":"https://www.wired.com/story/stop-looking-your-email-youre-video/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/820aba1296aa71012656fddbe8f4e635","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFBhESIVEkkuH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAwQSMbH/2gAMAwEAAhEDEQA/ANjfi0rrlT1LLpKyOIgmERja/vXnoqo4/wAnyj6fUREPlqZVUr1EhsuBJ5eT/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"zCGDSQGj3","title":"Instagram blames ‘enforcement error’ for removal of posts about Al-Aqsa Mosque","shortId":"zCGDSQGj3","createdAt":"2021-05-13T11:59:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015119,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T11:54:54.000Z","url":"https://www.theverge.com/2021/5/13/22433861/instagram-al-aqsa-mosque-posts-takedown-error-facebook-moderation","canonicalUrl":"https://www.theverge.com/2021/5/13/22433861/instagram-al-aqsa-mosque-posts-takedown-error-facebook-moderation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96adda851b361cf670e3599e3d2c1635","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxEFEiFBEzJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQMRImH/2gAMAwEAAhEDEQA/AM4U2BNOtXxVs1jKBYwO5MfOe+5G9m12GDwcexiIF8mUq4f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"n0nKyFR-k","title":"Shirish Agarwal: Population, Immigration, Vaccines and Mass-Surveilance.","shortId":"n0nKyFR-k","createdAt":"2021-05-13T11:07:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27015067,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:43:50.000Z","url":"https://flossexperiences.wordpress.com/2021/05/13/population-immigration-vaccines-and-mass-surveilance/","canonicalUrl":"https://flossexperiences.wordpress.com/2021/05/13/population-immigration-vaccines-and-mass-surveilance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13ea37d468abd910f5745ee606b8f8d0","ratio":0.931637519872814,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQI/8QAHxABAQACAgEFAAAAAAAAAAAAAQIAAwQREiIxQVLR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANGTp4zXV8jkQ/MtImJ6zUa5Jq0ADvvDEdfKdcXsIFA839yyV8T1X7fZwP/Z","siteTwitter":"@shirishag75","creatorTwitter":"@shirishag75","readTime":19,"description":null,"toc":null,"summary":null},{"id":"oAV7J390R","title":"Amidy acoustically reimagines his Seven Lions and Wooli gem, ‘Shadows’","shortId":"oAV7J390R","createdAt":"2021-05-13T11:06:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015066,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/amidy-acoustically-reimagines-his-seven-lions-and-wooli-gem-shadows/","canonicalUrl":"https://dancingastronaut.com/2021/05/amidy-acoustically-reimagines-his-seven-lions-and-wooli-gem-shadows/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/635247f3b34eb121e45f3865c1c2dfa0","ratio":1.77631578947368,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCAAQhBTEGERJBUYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEx/9oADAMBAAIRAxEAPwDPnD9ipty1F6mDRFJEJCRBBPrbPjHaostNdGRHUvB5bn5SlQ7Fy//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ItaYKv7pA","title":"The Votes of Confidence Teams Gave Their Vets in the NFL Draft","shortId":"ItaYKv7pA","createdAt":"2021-05-13T11:02:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015062,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T11:00:00.000Z","url":"https://www.theringer.com/2021/5/13/22433082/nfl-draft-votes-of-confidence","canonicalUrl":"https://www.theringer.com/2021/5/13/22433082/nfl-draft-votes-of-confidence","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53f8e7fccdb106787a8dc55f5fb7b91d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQASBAUTITFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADBCERMXH/2gAMAwEAAhEDEQA/ANd6XxDzmmjk7OjKkhDRbGj41sn6cug4EawRiQI7hQGbUizXurxjCqlGZyw53J1+VcqoFYjR69M//9k=","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"4A1kcJzL9","title":"Pinephone: Daily Driver Status rückt näher","shortId":"4A1kcJzL9","createdAt":"2021-05-13T10:53:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27015053,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:40:50.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/13/pinephone-daily-driver-status-rueckt-naeher/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/13/pinephone-daily-driver-status-rueckt-naeher/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b504e089bf9c75add321f03569322eb5","ratio":0.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAUAAoDASIAAhEBAxEB/8QAGgAAAQUBAAAAAAAAAAAAAAAAAAEDBAUGB//EACMQAAICAgECBwAAAAAAAAAAAAECAAMEETESIQUUUWGBgtH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A49bjYiMyHFoZWAJHRr495G8tQOy0oAOBqOVWNZtnOz2HGop5gZVfH8pFbpSgfU/svKMuyyit2C7ZQToeohCB/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2EIYL_vG6","title":"Elementals","shortId":"2EIYL_vG6","createdAt":"2021-05-13T10:39:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015039,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/117755411/Elementals","canonicalUrl":"https://www.behance.net/gallery/117755411/Elementals","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eff4928aed4a28ce23c3331d6e0ca048","ratio":0.911458333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAIH/8QAIxAAAgIBAwMFAAAAAAAAAAAAAQIDBBEABSEGEiIVMUFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEh/9oADAMBAAIRAxEAPwA825Vt13WSn6XUo1YqplaUQYZpgARGHHiA3OPsDUNc6YgJhs33WePwkC1gQGHBwfnnQZogli3eR5UsiIv3LKyglUIBKg4Jx+aygsznuZiWPJJPudKeifExk6kf/9k=","siteTwitter":"@behance","creatorTwitter":"@SebastianHelene","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DEjw8r0AP","title":"“Don’t You Dare Go Hollow”: How the Ultra-Challenging ‘Dark Souls’ Became a Pandemic Balm","shortId":"DEjw8r0AP","createdAt":"2021-05-13T10:31:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015031,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:30:00.000Z","url":"https://www.theringer.com/2021/5/13/22432544/dark-souls-sequels-gaming-in-pandemic","canonicalUrl":"https://www.theringer.com/2021/5/13/22432544/dark-souls-sequels-gaming-in-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc0a4fb547a7e325886b3be422263ede","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQYSEyIyYYL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8AwqzT0kWmLpC+3wSvBaeV3l36gfJG4e1PGijycE4REwSol6f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MmwcVZNQO","title":"All of the Little Things That Make ‘Mare of Easttown’ Great","shortId":"MmwcVZNQO","createdAt":"2021-05-13T10:24:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015024,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:15:00.000Z","url":"https://www.theringer.com/tv/2021/5/13/22432202/mare-of-easttown-ranking-tiny-details-pennsylvania-kate-winslet","canonicalUrl":"https://www.theringer.com/tv/2021/5/13/22432202/mare-of-easttown-ranking-tiny-details-pennsylvania-kate-winslet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d675aa311200ba7444244273c9fb14a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQMCAAQREgUxISJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACAwQRIRLR8P/aAAwDAQACEQMRAD8At5y15O+tkqcUh7pGU4D21XAyMc/DgjrxmtEjlmsQuegG0Qe/ylKg3asJaMtCZTsyjfL2u1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":23,"description":null,"toc":null,"summary":null},{"id":"OAWK-pBOZ","title":"Frustrating Design Patterns That Need Fixing: Birthday Picker","shortId":"OAWK-pBOZ","createdAt":"2021-05-12T12:58:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","tweeted":true,"views":1515,"score":27015012,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-13T01:00:07.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/frustrating-design-patterns-birthday-picker/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/frustrating-design-patterns-birthday-picker/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1021ebf2f1ece4f9923e5d23ea34d6f2","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxESIQQTYeH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAEFAQAAAAAAAAAAAAAAAAABAgQykbH/2gAMAwEAAhEDEQA/AMV7OM4OuN1CMaoefVC8xZuxYavSIhaUSLb1T//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"jic0PI7li","title":"BROHUG tally eighth piece of bass house greatness in 2021, ‘Night Rider’","shortId":"jic0PI7li","createdAt":"2021-05-13T10:02:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015002,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/brohug-tally-eighth-piece-of-bass-house-greatness-in-2021-night-rider/","canonicalUrl":"https://dancingastronaut.com/2021/05/brohug-tally-eighth-piece-of-bass-house-greatness-in-2021-night-rider/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d708b98c1e217796b6a3b9f62d2aa5ec","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxESIUFRcdH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAAICAwAAAAAAAAAAAAAAAAECABEEIZH/2gAMAwEAAhEDEQA/AM3RCHAmRzw7gb6+KwX0KiZXQRFWxmZVpTXIVAnc/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Mk0IZHkvY","title":"Armin van Buuren gives wings to Tomorrowland NYE ID ‘Tell Me More’ featuring Sarah Reeves","shortId":"Mk0IZHkvY","createdAt":"2021-05-13T09:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014993,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:45:00.000Z","url":"https://dancingastronaut.com/2021/05/armin-van-buuren-gives-wings-to-tomorrowland-nye-id-tell-me-more-featuring-sarah-reeves/","canonicalUrl":"https://dancingastronaut.com/2021/05/armin-van-buuren-gives-wings-to-tomorrowland-nye-id-tell-me-more-featuring-sarah-reeves/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6faf46e9575d28a5ed3088ed30b413e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQIDBAAFESFBEv/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAEQMEEkFh/9oADAMBAAIRAxEAPwDKaHcafQ6WKKxVgsQwx2UFcq5QySoodj3o6AFAPPmQYdl+IUWvMkcKqAiGAEqvwd575jGG7OAY6ZSbN9+mU+s/JipAoVP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"fHh5PFXjn","title":"Good Morning Mix: RÜFÜS DU SOL punch 11th Rose Ave Radio episode with WhoMadeWho guest mix","shortId":"fHh5PFXjn","createdAt":"2021-05-13T09:31:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014971,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-rufus-du-sol-punch-11th-rose-ave-radio-episode-with-whomadewho-guest-mix/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-rufus-du-sol-punch-11th-rose-ave-radio-episode-with-whomadewho-guest-mix/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7476c937b4e2cd0a760639590a2293ba","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESIRMiMv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxEEIfD/2gAMAwEAAhEDEQA/AK05rnLS4fExwSRoLu4eyiDJyKPxBU8t/ncjoDrusNldVXVtlLyCdDJLFM6O/kPswYgmlKWPGiBNDrVB0zxsFf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ct3wMZEvT","title":"Imanbek and Cher Lloyd come together for dance floor dominator, ‘Baddest’","shortId":"ct3wMZEvT","createdAt":"2021-05-13T09:21:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014961,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:15:00.000Z","url":"https://dancingastronaut.com/2021/05/imanbek-and-cher-lloyd-come-together-for-dance-floor-dominator-baddest/","canonicalUrl":"https://dancingastronaut.com/2021/05/imanbek-and-cher-lloyd-come-together-for-dance-floor-dominator-baddest/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/292a4cff00f8a5d0ffc023de94503f7b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAAYCAQUAAAAAAAAAAAAAAAECAwQRBRIhBhMxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDH4PV6omXZW24lLdpx6o1GZHH1I9vGt78+xDzHGDmPmm67iq4+gAtH/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"iw7Fumaws","title":"How to Build and Deploy a Portfolio with Vue.JS, Axios, the GitHub REST API, and Netlify","shortId":"iw7Fumaws","createdAt":"2021-05-12T20:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":227,"score":27014947,"tagsStr":"javascript,github,html,vuejs,netlify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-13T01:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T20:53:20.000Z","url":"https://www.freecodecamp.org/news/build-a-portfolio-with-vuejs/","canonicalUrl":"https://www.freecodecamp.org/news/build-a-portfolio-with-vuejs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbfe3120b66e989e43487ab9dcb03b36","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBQAEIQYREjFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADBREhMdH/2gAMAwEAAhEDEQA/AKXpyqS4uYtSSaZEZWZiGAICqSe3HvNvrtcR1+shk2JCsSgu87eTcDk/cYwpyRbMoNJmI3nyf//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Fab_Sky_Walker","readTime":89,"description":null,"toc":null,"summary":null},{"id":"-rk7nBdtJ","title":"Next Gen CSS: @container","shortId":"-rk7nBdtJ","createdAt":"2021-05-11T14:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":1237,"score":27013630,"tagsStr":"css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":false,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-12T03:00:00.000Z","discussionScore":29,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:36:10.000Z","url":"https://css-tricks.com/next-gen-css-container/","canonicalUrl":"https://css-tricks.com/next-gen-css-container/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b25908c6066ee9d0d2d68dfb1a6db73","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAAQFBQEAAAAAAAAAAAAAAAECAwQFERIxFiRBVZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8AymYSR2KdZbcjE2NlanbpIyxkypXHIvoRXZF5/oAB2SuJICvmdbpC3hR5ZFYcB5X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@una","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DcMtIdVoa","title":"Laravel Breeze Tutorial: The Definitive Guide (2021)","shortId":"DcMtIdVoa","createdAt":"2021-05-13T01:28:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"codeburst","views":60,"score":27014945,"tagsStr":"authentication,laravel","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T01:27:45.000Z","url":"https://codeburst.io/laravel-breeze-tutorial-the-definitive-guide-2021-6cc6c2d4c894","canonicalUrl":"https://masteringbackend.com/posts/laravel-breeze-tutorial-the-definitive-guide","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b04e7d5278e01b8209288cc4cd08b23","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgECBgMAAAAAAAAAAAAAAQMCAAUEBxESITFRYZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAgNR/9oADAMBAAIRAxEAPwDQYvO+xuaxiMNelSl1ws7fOg3adde+aqvPq3RXETw1yMgACQlXJ+qUqqqYYA//2Q==","siteTwitter":"@codeburstio","creatorTwitter":"@Kaperskyguru","readTime":4,"description":null,"toc":null,"summary":null},{"id":"R8N1lC_T_","title":".C as a file extension for C++ is not portable","shortId":"R8N1lC_T_","createdAt":"2021-05-13T09:03:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27014943,"tagsStr":"general-programming,c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/c-as-file-extension-for-c-is-not.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/c-as-file-extension-for-c-is-not.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"s3i4RQxVw","title":"GNU Guix 1.3.0 freigegeben","shortId":"s3i4RQxVw","createdAt":"2021-05-13T08:22:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27014902,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T08:11:00.000Z","url":"https://linuxnews.de/2021/05/gnu-guix-1-3-0-freigegeben/","canonicalUrl":"https://linuxnews.de/2021/05/gnu-guix-1-3-0-freigegeben/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7b58ae4cba3f550ed346fee4546cdf5","ratio":1.78934010152284,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQEJAQEAAAAAAAAAAAAAAQIAAwQFBhETITEHM//EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAAECcQMEMUGx/9oADAMBAAIRAxEAPwCPziqKRllFwUPOJAqMjcLxyp/hQralqIIJUDy2+6bCXn0VblzZjGis8vlei1dQf//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vAw2-y95X","title":"Feature Prioritization Frameworks: Build Only What Matters","shortId":"vAw2-y95X","createdAt":"2021-05-13T07:49:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27014869,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:45:57.000Z","url":"https://adamfard.com/blog/feature-prioritization","canonicalUrl":"https://adamfard.com/blog/feature-prioritization","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c82a63a3ba0818eee19499ac3b82cb4e","ratio":1.76146788990826,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIxAAAgAFAgcAAAAAAAAAAAAAAQIAAwQFERJRExQhMUFhof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACUfD/2gAMAwEAAhEDEQA/ANFpS1EqqkqKkaZYxMwoHFJPwDwN/US1uuhYlL0yIey8snQbQhEzN4Ns0v/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mcdpHCq2x","title":"Increasing the level of parallelism in DataFusion 4.0","shortId":"mcdpHCq2x","createdAt":"2021-05-12T12:49:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":12,"score":27014091,"tagsStr":"rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:46:34.000Z","url":"https://itnext.io/increasing-the-level-of-parallelism-in-datafusion-4-0-d2a15b5a2093","canonicalUrl":"https://itnext.io/increasing-the-level-of-parallelism-in-datafusion-4-0-d2a15b5a2093","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c39c799a4976f684dd563935de212dbb","ratio":1.4408945686901,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQADEgIhBBEiMTKR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8A38tguvCBNpcR6rpqxEREOxytpo27RFGuFL//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@daniel_heres","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HI1ZYIl88","title":"In some patients, COVID-19 reduces gray-matter volume","shortId":"HI1ZYIl88","createdAt":"2021-05-13T07:03:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27014823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132369&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132369","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bcb21ac8a416d497793ac06969274eeb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAkEAACAQMDAwUAAAAAAAAAAAABAgMABBEFITEGBxITIiOx8f/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAdEQEAAgEFAQAAAAAAAAAAAAABAxEAAgQFMUFR/9oADAMBAAIRAxEAPwA26vNNsoNP0W3hgdwiq1v6fiBlcl5Dj3c/lQM/S5aaRkgdVLEhdjgZ4qmmVW7s6UrKCrKpYEbH4hzS11tdTAbAOfum234+GAatdTbbffh8DDG+5maciKCtJ0Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"oYHRMg_iG","title":"PET promises new approaches in detecting atherosclerosis","shortId":"oYHRMg_iG","createdAt":"2021-05-13T07:03:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27014823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132343&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132343","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e00e930dea2eb6bbd9d91c32f5b3d6eb","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMFAAQRIRIUEzJR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8Aj4p2IdRbtX8T2GuoHOKXUoPlIGVZ4HRKQcfNVDSTMW5I3S0x6kBTqyEh0YGzr1pSiG6//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"l8Y8bQfHg","title":"Bodhi Linux 6.0 mit Moksha Desktop","shortId":"l8Y8bQfHg","createdAt":"2021-05-13T06:52:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27014812,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T06:41:00.000Z","url":"https://linuxnews.de/2021/05/bodhi-linux-6-0-mit-moksha-desktop/","canonicalUrl":"https://linuxnews.de/2021/05/bodhi-linux-6-0-mit-moksha-desktop/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebd4cbab8b41441080cdcafcecde8048","ratio":1.98033707865169,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAYRBAUSITEzgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACBAUh/9oADAMBAAIRAxEAPwDE2rfe8Ig1WmZBSsCHHiJdYAOSR34J+1U65d1k2ci9fcifUKUomvxnrSRsE//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-107eNDGw","title":"Pulse Brand Identity","shortId":"-107eNDGw","createdAt":"2021-05-13T06:40:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27014800,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/106697457/Pulse-Brand-Identity","canonicalUrl":"https://www.behance.net/gallery/106697457/Pulse-Brand-Identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71ba2d16a312e14eb03a4aa917fe25fd","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAwQFERIhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECMVHw/9oADAMBAAIRAxEAPwDR+YtGrcgduQh74o+IcQO3HZ8CsoiiN9rFn//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"G5EOWgZvI","title":"Auth with NodeJS, Express, Mongoose and JWT","shortId":"G5EOWgZvI","createdAt":"2021-05-12T16:59:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":262,"score":27014738,"tagsStr":"security,nodejs,authentication,mongodb","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-12T19:00:02.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:44:51.000Z","url":"https://matteolobello.medium.com/auth-with-nodejs-express-mongoose-and-jwt-577aa3f2f707","canonicalUrl":"https://matteolobello.medium.com/auth-with-nodejs-express-mongoose-and-jwt-577aa3f2f707","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6350828d47cc181e225e3e96c659cb4","ratio":1.38567493112948,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBABAAIBBQAAAAAAAAAAAAAAAQACEgMRITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPeq1a8FVTvE3k+L5ERDH/2Q==","siteTwitter":"@Medium","creatorTwitter":"@lobellomatteo","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yNZIztANE","title":"Making Disabled Buttons More Inclusive","shortId":"yNZIztANE","createdAt":"2021-05-12T14:34:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":367,"score":27014718,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-12T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T14:31:07.000Z","url":"https://css-tricks.com/making-disabled-buttons-more-inclusive/","canonicalUrl":"https://css-tricks.com/making-disabled-buttons-more-inclusive/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84f9cfb910e3164f76ab677d2e1c0723","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIEEQADBSEGBxITsv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AInYNg5Hl7h6lDQFwjxCHFj3C3uZGxuskrr5S1FRyiZJkw2gfdKUZlLMlct8zraQqwMkmla4cB4v/9k=","siteTwitter":"@CSS","creatorTwitter":"@a_sandrina_p","readTime":8,"description":null,"toc":null,"summary":null},{"id":"DOd0tX7V0","title":"Building a media scroller component","shortId":"DOd0tX7V0","createdAt":"2021-05-12T17:20:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":146,"score":27014710,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://web.dev/building-a-media-scroller-component/","canonicalUrl":"https://web.dev/building-a-media-scroller-component/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cac2a7f1790cd8386665151801921df6","ratio":1.56666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDBAARBQcWIVFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8Ar6upMll5Y7CTM7RNJWijjd2BIJLMWbW18n5mKvNbiKKFWpGVA0C8zliPZ33OMYdepFamz//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_WJFEN0Rz","title":"Building Hulu’s Living Room Experience with Amazon Alexa","shortId":"_WJFEN0Rz","createdAt":"2021-05-12T22:28:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"disney","views":25,"score":27014706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:44:42.000Z","url":"https://medium.com/disney-streaming/building-hulus-living-room-experience-with-amazon-alexa-db2ff79e5da0","canonicalUrl":"https://medium.com/disney-streaming/building-hulus-living-room-experience-with-amazon-alexa-db2ff79e5da0","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd075dabb1c763444327c1d26eba4809","ratio":1.58432708688245,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAeEAACAgICAwAAAAAAAAAAAAABAgMSABEEBSFR4v/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAETH/2gAMAwEAAhEDEQA/AKWpM0kk3FKNyBVCZCFDKCTrYB94WPtaizwW151J8Yxk9KVzDSeb/9k=","siteTwitter":"@disneystreaming","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"OK9uiPM2x","title":"Building the Hulu Experience in the Living Room","shortId":"OK9uiPM2x","createdAt":"2021-05-12T22:28:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"disney","views":12,"score":27014663,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:45:48.000Z","url":"https://medium.com/disney-streaming/building-the-hulu-experience-in-the-living-room-10eabf5391d6","canonicalUrl":"https://medium.com/disney-streaming/building-the-hulu-experience-in-the-living-room-10eabf5391d6","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a9b2a91d9bd26f1613db030fbcc492d","ratio":1.90046296296296,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAbEAEAAgIDAAAAAAAAAAAAAAABAAIDEhExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCn8vNy6rr1rFVankRA/9k=","siteTwitter":"@disneystreaming","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"7LP3JEH_X","title":"Use the Kivy Python Library to Create Games and Mobile Apps","shortId":"7LP3JEH_X","createdAt":"2021-05-12T19:03:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":70,"score":27014615,"tagsStr":"career,python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:49:36.000Z","url":"https://www.freecodecamp.org/news/use-the-kivy-python-library-to-create-games-and-mobile-apps/","canonicalUrl":"https://www.freecodecamp.org/news/use-the-kivy-python-library-to-create-games-and-mobile-apps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39acde073b99375b70452f6114003917","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYHIhITFCGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEBAQADAAAAAAAAAAAAAAABAgADETH/2gAMAwEAAhEDEQA/AJW2umGNSqkuuOttptrsMMHxk5Lyx3OQ98QEkZzkkithctjItxuMqcq7FsyXVvFCYqMJ6iTgfaUq3iCoLfcRSHW//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6TewCBM5A","title":"Amazon and WNBA strike multi-year streaming deal","shortId":"6TewCBM5A","createdAt":"2021-05-13T03:32:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014612,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T03:27:35.000Z","url":"https://www.theverge.com/2021/5/12/22433578/wnba-amazon-prime-video-streaming-deal-announced","canonicalUrl":"https://www.theverge.com/2021/5/12/22433578/wnba-amazon-prime-video-streaming-deal-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/596639f7a9594c7638761030b80ad633","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAIBBAMAAAAAAAAAAAAAAQIDAAUREiExQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhED/9oADAMBAAIRAxEAPwDAK7K7tPWVFZGlIOwcndXp9ePuTyMJA8DvvGMCFiLez2j/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9bz7CMZbz","title":"Making Money with Code, Bootstrap 5, Is Docker Dead - Picks #179","shortId":"9bz7CMZbz","createdAt":"2021-05-12T16:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":146,"score":27014598,"tagsStr":"general-programming,vuejs,docker,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T15:30:00.000Z","url":"https://daily.dev/blog/making-money-with-code-bootstrap-5-is-docker-dead-picks-179","canonicalUrl":"https://daily.dev/blog/making-money-with-code-bootstrap-5-is-docker-dead-picks-179","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b4f8e215c1f456cbe970e9ac1e2ceb3","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAgEDBAAhBQYHETESE0FCUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIhA//aAAwDAQACEQMRAD8A1HUXAYOI5aKVNA3XYAk+G5Wc7biCLbiewbEtvPPN6ppmueCdANxxAbIIiSIifEvSlLTTYXZRGf/Z","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ahA9gS_TM","title":"Nine Takeaways From the 2021 NFL Schedule Release","shortId":"ahA9gS_TM","createdAt":"2021-05-13T03:03:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27014583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T02:49:29.000Z","url":"https://www.theringer.com/nfl/2021/5/12/22433484/nine-takeaways-nfl-schedule-release","canonicalUrl":"https://www.theringer.com/nfl/2021/5/12/22433484/nine-takeaways-nfl-schedule-release","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ac3f858de913037f5529e08afe028aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFESFBBhIiUf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADQSEy/9oADAMBAAIRAxEAPwDd5iwu4cnh4zkZHNtdRyqWXgoEK+pG+W0x+j2AddGy08Tt3tYXMp2yAnQI6/A1KUWCCz1kSGxl6Nn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"BIfCAechY","title":"THE PRICE OF EXTINCTION - Lincoln Park Zoo","shortId":"BIfCAechY","createdAt":"2021-05-13T02:38:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27014558,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/118451255/THE-PRICE-OF-EXTINCTION-Lincoln-Park-Zoo","canonicalUrl":"https://www.behance.net/gallery/118451255/THE-PRICE-OF-EXTINCTION-Lincoln-Park-Zoo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a7b6023c34b78fef9fe2e3f0e2bdec0","ratio":2.20820189274448,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEgAEBREGMRMhIv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAwADAAAAAAAAAAAAAAAAAAERAhIT/9oADAMBAAIRAxEAPwDe7Dj7TS5qyGTf8Cun7iQUQd7IAANTXwtD61OjPZ5sOGUEXQinfvQ+eqUqnTJO0Oqh/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"cj-rcdEuo","title":"‘Misogynistic’ Apple hire is out hours after employees call for investigation","shortId":"cj-rcdEuo","createdAt":"2021-05-13T01:35:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014495,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T01:33:46.000Z","url":"https://www.theverge.com/2021/5/12/22433437/apple-hire-antonio-garcia-martinez-out-petition-investigation","canonicalUrl":"https://www.theverge.com/2021/5/12/22433437/apple-hire-antonio-garcia-martinez-out-petition-investigation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3386280337a5ee802346490d4486882","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQQAAgMSIRExBRNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDOyra9rx7S91G3eYYw9LJrqFS+J5q4A0chrfXyQHs6iJShGs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"48C6dJ6jZ","title":"‘The Masked Singer’ Recap: Russian Dolls Reveal and Clues Explained","shortId":"48C6dJ6jZ","createdAt":"2021-05-13T01:35:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27014495,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T01:26:24.000Z","url":"https://www.theringer.com/video/2021/5/12/22432853/the-masked-singer-recap-russian-dolls-reveal-and-clues-explained","canonicalUrl":"https://www.theringer.com/video/2021/5/12/22432853/the-masked-singer-recap-russian-dolls-reveal-and-clues-explained","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f38cb6684552e9f99f085343c6eaa93","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAAABgECBwAAAAAAAAAAAAAAAQIDBBESBUEGFSExM1GB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAgEQABAgUFAAAAAAAAAAAAAAABAAMCBAUSsSEiUXHw/9oADAMBAAIRAxEAPwCLwNMjuaAy+qE2p08UGaju8aIz7b3tX0Q5ESYl9xPMXOijLxp9gArpLMExMvB3UDvkjACSpGxpu322A5JX/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"f2BQCKVtO","title":"UI-Testing TypeScript React apps with Puppeteer and Jest","shortId":"f2BQCKVtO","createdAt":"2021-05-12T16:55:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":71,"score":27014485,"tagsStr":"react,testing,typescript,crawling","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:18:25.000Z","url":"https://matteolobello.medium.com/ui-testing-typescript-react-apps-with-puppeteer-and-jest-a48684f5d8dc","canonicalUrl":"https://matteolobello.medium.com/ui-testing-typescript-react-apps-with-puppeteer-and-jest-a48684f5d8dc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e7ea74ec7007d38cba6efe5e757f471","ratio":0.802675585284281,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAMFCP/EACEQAAEEAQMFAAAAAAAAAAAAAAEAAgMRIQQFEiIxM3Kx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOoN6aK8dA+KVN5X+xQNwmDAwcKAoYSHTOc4k1ZN9kR//Z","siteTwitter":"@Medium","creatorTwitter":"@lobellomatteo","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tvlaR2FYQ","title":"A security researcher found Wi-Fi vulnerabilities that have existed since the beginning","shortId":"tvlaR2FYQ","createdAt":"2021-05-13T01:03:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014463,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:59:37.000Z","url":"https://www.theverge.com/2021/5/12/22433134/fragattacks-wi-fi-vulnerabilities-update-security","canonicalUrl":"https://www.theverge.com/2021/5/12/22433134/fragattacks-wi-fi-vulnerabilities-update-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca2d085c4fc597bda662112a04d93f4f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQADIQIEERMUImFjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQAEAhEi/9oADAMBAAIRAxEAPwDNt7SGhlnJ0xnl509Kbi6JfcIBANRiIn4iJZXRLFI7yn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VKVOWAtHg","title":"Intel is using machine learning to make GTA V look incredibly, unsettlingly realistic","shortId":"VKVOWAtHg","createdAt":"2021-05-13T00:08:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014408,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:04:18.000Z","url":"https://www.theverge.com/2021/5/12/22432945/intel-gta-v-realistic-machine-learning-cityscapes-dataset","canonicalUrl":"https://www.theverge.com/2021/5/12/22432945/intel-gta-v-realistic-machine-learning-cityscapes-dataset","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4ac1c0b5b8db111b87263f9599959fd","ratio":1.90945674044266,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFEhMUITFBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAyL/2gAMAwEAAhEDEQA/AM7OXyePkuVY8hZ459XSauDNj6PYKNLYmfI9zrd4uJJJ6p/n6iIyE9X0z//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CH9qYijDy","title":"Biden signs executive order aiming to prevent future cybersecurity disasters","shortId":"CH9qYijDy","createdAt":"2021-05-13T00:04:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014404,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T23:58:12.000Z","url":"https://www.theverge.com/2021/5/12/22433266/biden-executive-order-cybersecurity-government-infrastructure-colonial-pipeline-solarwinds-hafnium","canonicalUrl":"https://www.theverge.com/2021/5/12/22433266/biden-executive-order-cybersecurity-government-infrastructure-colonial-pipeline-solarwinds-hafnium","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c53b91d3068b50eb7fb63b4d26531e13","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBAIDAAAAAAAAAAAAAAABAAIEEQMGBSGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAiFB/9oADAMBAAIRAxEAPwCMaYMnH6Js86Nkp8iO2LkaWggscaPqnxoEih0iIh2ea6L/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GwWX7emLB","title":"The child safety problem on platforms is worse than we knew","shortId":"GwWX7emLB","createdAt":"2021-05-13T00:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014404,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22432863/child-safety-platforms-thorn-report-snap-facebook-youtube-tiktok","canonicalUrl":"https://www.theverge.com/2021/5/12/22432863/child-safety-platforms-thorn-report-snap-facebook-youtube-tiktok","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f175dc149860d7c400e41308a3b06dc9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwQRBhIhMQVCYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAwQSMXHBwv/aAAwDAQACEQMRAD8AynT1wqaO83TNvbuzmmoqPTBdMN6t2v3Hck9m7kHAPOIiHUTqfnoSzMUCqggbr6af/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"FvhLCWBPs","title":"Target will stop selling Pokémon cards in stores, citing employee safety","shortId":"FvhLCWBPs","createdAt":"2021-05-12T23:56:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014396,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T23:54:48.000Z","url":"https://www.theverge.com/2021/5/12/22433236/target-halts-sale-pokemon-mlb-nba-nfl-trading-cards-may-14","canonicalUrl":"https://www.theverge.com/2021/5/12/22433236/target-halts-sale-pokemon-mlb-nba-nfl-trading-cards-may-14","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/866d50a4e0b8326cabc2b85df86c87aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQMCAAQFERIhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhESIf/aAAwDAQACEQMRAD8AzOBVdIzDerhbrcxj0hqtg9AbOwR759qLk0268ldwgo8xdMDZBOuj+6pShvaxqvCXgbbY6z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"J9pjHyNDO","title":"40 tombs with humans buried in pots discovered in Corsica","shortId":"J9pjHyNDO","createdAt":"2021-05-12T19:56:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27014156,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:42:13.000Z","url":"https://www.livescience.com/tombs-skeletons-in-pots-corsica.html","canonicalUrl":"https://www.livescience.com/tombs-skeletons-in-pots-corsica.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a46920b259358bf4e0c743fbc68dcdfc","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQQABAcAAAAAAAAAAAAAAQACAwQFEROBBhUhIjFB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwC0YLXD+M03U5tSnKNKWvK9zgcj0IJ8Hu3yWy5lB7jeNvqIgvSksP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0inim6aTv","title":"Tesla stops taking Bitcoin for vehicle purchases, citing environmental harm","shortId":"0inim6aTv","createdAt":"2021-05-12T22:27:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014307,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T22:21:15.000Z","url":"https://www.theverge.com/2021/5/12/22433153/tesla-suspend-bitcoin-vehicle-purchase-cryptocurrency-elon-musk","canonicalUrl":"https://www.theverge.com/2021/5/12/22433153/tesla-suspend-bitcoin-vehicle-purchase-cryptocurrency-elon-musk","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eaf312eda9e6b6ced97a2c5a618bf747","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQADBAIFBxEGEyExUWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRIZH/2gAMAwEAAhEDEQA/AIXnI3EEmXQ5Ffah0A9G22wade991rRkdzQ3aYxPnmH4iIrS83aWLiP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"tMZMTdNLf","title":"Proposed bill aims to toss a new wrench in NASA’s Moon lander plan","shortId":"tMZMTdNLf","createdAt":"2021-05-12T21:58:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014278,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T21:52:41.000Z","url":"https://www.theverge.com/2021/5/12/22432236/cantwell-authorization-bill-nasa-moon-lander-bezos-blue-origin","canonicalUrl":"https://www.theverge.com/2021/5/12/22432236/cantwell-authorization-bill-nasa-moon-lander-bezos-blue-origin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/110fa773107f13f7e936402dce30f9f7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBAMSIhEhI0Fh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDJqE6vOgwxUdgxnG3QYBxuI93Pai8oiWh4g++n/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ExY5pnBNT","title":"Isotope study hints ancient Greeks used foreign fighters in key battle","shortId":"ExY5pnBNT","createdAt":"2021-05-12T21:50:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014270,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277380-isotope-study-hints-ancient-greeks-used-foreign-fighters-in-key-battle/","canonicalUrl":"https://www.newscientist.com/article/2277380-isotope-study-hints-ancient-greeks-used-foreign-fighters-in-key-battle/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bcbfdf40e044fb7d0eb6ba2afaf74295","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgEEAAcBAAAAAAAAAAAAAQIEAAMFEQYHEhQhYZGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAEDBQAAAAAAAAAAAAAAAAEAAgMTFCExcf/aAAwDAQACEQMRAD8AryPOWbktImOhRyE21ws9zp9gePlYq7xvmmuu3eRRtidCCuh+0pR3M2g4jiOkw5IX/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BSzuM_Utp","title":"FDA clears Carestream x-ray noise cancellation","shortId":"BSzuM_Utp","createdAt":"2021-05-12T21:31:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27014251,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T21:10:41.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132368&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132368","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3d0c12d0564cc6d342c44323c6a894d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACcQAAEDAwMBCQAAAAAAAAAAAAECAwQFBhEAITFBBxITIiMzUmGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAOhIkH/2gAMAwEAAhEDEQA/AIs2wLVq1NfqLT9Vt9loeomXHDjCTsPcz1OOT11n0dntqKQlRuvcjPljgj8Pe3GmZFQmyWnBJlyHgqPv4jqlZ55yfoaEqOwFEBlsDPxGjKbCT1kU6VjzZ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"VtRrFxDEc","title":"Sony has 25 PS5 games in the works, including characters you’ve never seen","shortId":"VtRrFxDEc","createdAt":"2021-05-12T21:01:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014221,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T20:57:16.000Z","url":"https://www.theverge.com/2021/5/12/22432601/sony-playstation-studios-ps5-games-25-new-ip-interview","canonicalUrl":"https://www.theverge.com/2021/5/12/22432601/sony-playstation-studios-ps5-games-25-new-ip-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f0df03d9cab70f1c04f1d5cc6c668264","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMAAgQRBRIiBiFBkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAABB/9oADAMBAAIRAxEAPwDPD+oLt2nqVc5cBTk1F7tx7+ee35IBYcnjT6iJcD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"sXCFw2TC0","title":"Apple employees circulate petition demanding investigation into ‘misogynistic’ new hire","shortId":"sXCFw2TC0","createdAt":"2021-05-12T20:33:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014193,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T20:31:30.000Z","url":"https://www.theverge.com/2021/5/12/22432909/apple-petition-hiring-antonio-garcia-martinez-chaos-monkeys-facebook","canonicalUrl":"https://www.theverge.com/2021/5/12/22432909/apple-petition-hiring-antonio-garcia-martinez-chaos-monkeys-facebook","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3dffa5588895664c0747a7653b8d7ac6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQCAwEAAAAAAAAAAAAABAECAxEAEgUTITH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABYRAQEBAAAAAAAAAAAAAAAAAAABIf/aAAwDAQACEQMRAD8Az2KYNBxxgkoEc5JKx9JTnuRw2q26mp4uyUi38rzJ21Yxl9wT/9k=","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"c6AEsNzZn","title":"China launches more classified Yaogan satellites into orbit","shortId":"c6AEsNzZn","createdAt":"2021-05-12T20:26:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27014186,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T20:02:41.000Z","url":"https://www.livescience.com/china-launches-more-classified-yaogan-satellites.html","canonicalUrl":"https://www.space.com/china-launches-more-classified-yaogan-satellites","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/098f4bc3f00a79204df379cb5bfb81e6","ratio":1.77655677655678,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAUHEQYScf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDABEhMeH/2gAMAwEAAhEDEQA/AJlrrW0Of8XyWQvZUC2xDgISGI9WPO8+VPpLqySRkGLgYKSOl2HaUqfJjSzqx4GscwCSUqO/M//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"EwAQTsi5a","title":"Covid-19 news: Pandemic should drive global health reform, says report","shortId":"EwAQTsi5a","createdAt":"2021-05-12T19:39:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014139,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-pandemic-should-drive-global-health-reform-says-report/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-pandemic-should-drive-global-health-reform-says-report/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94e3fa9c0cccb1a92076ce970ec46447","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIEEQADBRIjMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABoRAAICAwAAAAAAAAAAAAAAAAECACEDERL/2gAMAwEAAhEDEQA/AMfH5aEsGCNyHcr6UQ+rimIUMQKq7/byCnKwmRS/fsRZ9Nn3GMiZmYdNZgoqnQFT/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":51,"description":null,"toc":null,"summary":null},{"id":"gbwwZVS1J","title":"How to deploy a single Kubernetes cluster across multiple clouds using k3s and WireGuard","shortId":"gbwwZVS1J","createdAt":"2021-05-12T12:50:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":23,"score":27014134,"tagsStr":"cloud,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:40:22.000Z","url":"https://alex-81461.medium.com/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81","canonicalUrl":"https://alex-81461.medium.com/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52e2946a7f26a89bc5530ae0f380d0a7","ratio":1.20729166666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAJBAAAQEECwAAAAAAAAAAAAAAAQACAwQGBxESFyEiMVFVotH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABwRAAIABwAAAAAAAAAAAAAAAAABAgMSFEJRkf/aAAwDAQACEQMRAD8A3FijGTWXzwCX4PMbRNTWJ31VF20ocDCdvURWuJqzfWGmHR//2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"x8OSBzBKm","title":"Crankdat, JT Roach team up for collaboration via Monstercat, ‘Better Without You’","shortId":"x8OSBzBKm","createdAt":"2021-05-12T19:27:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014127,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:26:49.000Z","url":"https://dancingastronaut.com/2021/05/crankdat-and-jt-roach-team-up-for-collaboration-via-monstercat-better-without-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/crankdat-and-jt-roach-team-up-for-collaboration-via-monstercat-better-without-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3229aaf87e7f80e26a811ff48ace4cf3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDEQAEBRIhBhUiQVJhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxEAAQUBAQAAAAAAAAAAAAAAAgABAxFBBPD/2gAMAwEAAhEDEQA/AM9PEDnKX8HcJRbPsrQEK0BXSpyVEqG/iRHsVIcyZOvJ3GvvDc7/AGlKYZPbqbk5Izq89q//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dwrpn0gTo","title":"Washington, D.C. to lift nightlife capacity restrictions this summer","shortId":"dwrpn0gTo","createdAt":"2021-05-12T19:23:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014123,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:16:44.000Z","url":"https://dancingastronaut.com/2021/05/washington-d-c-to-lift-nightlife-capacity-restrictions-this-summer/","canonicalUrl":"https://dancingastronaut.com/2021/05/washington-d-c-to-lift-nightlife-capacity-restrictions-this-summer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bd2becc92df3ec9076e1fdd27da317f","ratio":1.64242942686056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBAUAERIhBiJBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIhMTL/2gAMAwEAAhEDEQA/AMNW1MNdRVhtyUhTsF6UffpaUJcUpJ+gkIGj32fzL6vwaFZ1kSeH3GhKZQ/w0Tx5JCtb33reMYW0p0NmnXWT/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hOTnif_il","title":"3 ways radiology can improve patient 'handoffs'","shortId":"hOTnif_il","createdAt":"2021-05-12T19:16:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27014116,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:56:42.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132365&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132365","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5970d754ac6f06a8b01b31ca1eda8b6c","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIEAAMRBWEGEhQWQ3KR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAbEQEBAAEFAAAAAAAAAAAAAAABAgARElFxsf/aAAwDAQACEQMRAD8As8X6vI7mivHJs3mZbTsrHDoMkKRsSfprYxokjprWZKE8g8W3tSlDSVocHmVqTaPef//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"8wToJUrLV","title":"Traverse global cities’ Top 25 charts with Apple Music’s newest feature","shortId":"8wToJUrLV","createdAt":"2021-05-12T18:06:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014046,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:05:47.000Z","url":"https://dancingastronaut.com/2021/05/traverse-global-cities-top-25-charts-with-apple-musics-newest-add-on/","canonicalUrl":"https://dancingastronaut.com/2021/05/traverse-global-cities-top-25-charts-with-apple-musics-newest-add-on/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42233fe48483ef5662993d7e3683beef","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAEQABAgUSITFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANG2sDfV8jIsMdsOXPg6VxERa//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Lv42mHwHf","title":"Douglas M. Auclair (geophf): May 2021 1HaskellADay 1Liners: problems and solutions","shortId":"Lv42mHwHf","createdAt":"2021-05-12T01:51:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"phaskell","views":1,"score":27013481,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"http://logicaltypes.blogspot.com/2021/05/may-2021-1haskelladay-1liners-problems.html","canonicalUrl":"http://logicaltypes.blogspot.com/2021/05/may-2021-1haskelladay-1liners-problems.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"h2xb6YYPH","title":"Pasquale Rotella shares updates for upcoming events, confirms Beyond Wonderland SoCal 2021 lineup and dates","shortId":"h2xb6YYPH","createdAt":"2021-05-12T19:16:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014116,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:10:02.000Z","url":"https://dancingastronaut.com/2021/05/pasquale-rotella-shares-updates-for-upcoming-events-confirms-beyond-wonderland-socal-2021-lineup-and-dates/","canonicalUrl":"https://dancingastronaut.com/2021/05/pasquale-rotella-shares-updates-for-upcoming-events-confirms-beyond-wonderland-socal-2021-lineup-and-dates/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5864cd09459ba42e161ec6c282c9eb56","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQQCAgMAAAAAAAAAAAABAgMABAURBiESMUFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECAxESEyH/2gAMAwEAAhEDEQA/AI7jeR47Hh55L7Hq12dlVjhXwck97J7H5r1U1c5xGuZSljjlQuSAYiSBv7+aUobpXZS6UcVw/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qKoVFY67Y","title":"Optimizing Web Vitals using Lighthouse","shortId":"qKoVFY67Y","createdAt":"2021-05-12T06:24:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":209,"score":27014109,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://web.dev/optimize-vitals-lighthouse/","canonicalUrl":"https://web.dev/optimize-vitals-lighthouse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca6773bed14697da7d4b4a112199e705","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACBBEDBQcSMf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQADAAMAAAAAAAAAAAAAAAABAgMAEYH/2gAMAwEAAhEDEQA/AJ5+oyIWmb71EPL6FWCWlYN/Vmue4nRRbJv6URPWjo2lYjpwElOg26g8Gf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"PcyKZXHNZ","title":"TikTok adds another way to remix videos with green screen duets","shortId":"PcyKZXHNZ","createdAt":"2021-05-12T18:50:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014090,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:46:15.000Z","url":"https://www.theverge.com/2021/5/12/22432599/tiktok-green-screen-duet-feature-update","canonicalUrl":"https://www.theverge.com/2021/5/12/22432599/tiktok-green-screen-duet-feature-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1aff5556a8501fa0316a7a29e327ebf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQUAAwEAAAAAAAAAAAAAAQACAwQRBRMxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AwKlarw8NyEDqUctqcxtZYe7epm6Q1uekt+t8JCmEBESGv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Nf3MQ6XTq","title":"Krossing Over Arts Festival 2019","shortId":"Nf3MQ6XTq","createdAt":"2021-05-12T18:36:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27014076,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/89161763/Krossing-Over-Arts-Festival-2019","canonicalUrl":"https://www.behance.net/gallery/89161763/Krossing-Over-Arts-Festival-2019","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f85202d105374e7a48e85ca79b755c42","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACEQMEBQYHMWETQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AILc7UumM/ibY4Og9l5QLhcM8RaxwPZPIPEep6WSGmJMNMfUREhf/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"eR7EnzofG","title":"Save up to $100 on some of the best 4K TVs at eBay","shortId":"eR7EnzofG","createdAt":"2021-05-12T18:21:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014061,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:16:25.000Z","url":"https://www.theverge.com/good-deals/2021/5/12/22432408/ebay-4k-tv-lg-oled-samsung-qled-neo-tcl-mini-led-sale-deal-gaming-ps5-xbox-series-x-hdmi","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/12/22432408/ebay-4k-tv-lg-oled-samsung-qled-neo-tcl-mini-led-sale-deal-gaming-ps5-xbox-series-x-hdmi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee09ed77e91df1af69c166fa7d8f4206","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAwADAAAAAAAAAAAAAQIDAAQFEQYSIRNRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACERIxUf/aAAwDAQACEQMRAD8Ah5JyjJW2WykFhczWyK8MYAKsFAGj12vmz6f2s9c5HJSXMryXvZ2clj8SjZ39AUpTZ1DHktWyqPBZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"4uTNum9I3","title":"The original Xbox background is here to haunt the Xbox Series X / S","shortId":"4uTNum9I3","createdAt":"2021-05-12T18:12:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014052,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:05:57.000Z","url":"https://www.theverge.com/tldr/2021/5/12/22432433/xbox-original-background-green-series-x-s-microsoft","canonicalUrl":"https://www.theverge.com/tldr/2021/5/12/22432433/xbox-original-background-green-series-x-s-microsoft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33e8ca95629dad5f4c182f5d0da856ed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIABAMFERJRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDMVQoNPtBsaszbDkQCV86kMRJNo//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uDGKzCqeR","title":"Dax Shepard’s Armchair Expert podcast is going exclusive to Spotify","shortId":"uDGKzCqeR","createdAt":"2021-05-12T18:08:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014048,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22432286/dax-shepard-armchair-expert-spotify-exclusive","canonicalUrl":"https://www.theverge.com/2021/5/12/22432286/dax-shepard-armchair-expert-spotify-exclusive","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b92d95a86441b5a61382c9f12f84cb9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRMQUSISVR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAASGR8P/aAAwDAQACEQMRAD8Ay3KPu+oZ5St2c1KRYoYr2MCCrcg7Xn4dSjfnmq+ysUoQrFdknzoxENQVPWz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Bw_0AkqXy","title":"A mysterious 'hum' vibrates interstellar space. Voyager 1 has a recording of it.","shortId":"Bw_0AkqXy","createdAt":"2021-05-12T17:55:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27014035,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:39:41.000Z","url":"https://www.livescience.com/voyager-hum-interstellar-space.html","canonicalUrl":"https://www.livescience.com/voyager-hum-interstellar-space.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba752c8a49583c3a221b7392d6108a3e","ratio":1.77847113884555,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgEDBQAAAAAAAAAAAAABAgADEQQSMQUGFCGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAwQh/9oADAMBAAIRAxEAPwCNd4aOnTivqdy+QjlkFDHaAzKcHcPZAOD8xJ6OOIiExK1di9oFs//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UJQFYJqNe","title":"Movement Detroit to host micro-festival over Memorial Day Weekend","shortId":"UJQFYJqNe","createdAt":"2021-05-12T17:53:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014033,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:52:05.000Z","url":"https://dancingastronaut.com/2021/05/movement-detroit-to-host-micro-festival-over-memorial-day-weekend/","canonicalUrl":"https://dancingastronaut.com/2021/05/movement-detroit-to-host-micro-festival-over-memorial-day-weekend/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07a23bbf648600c0602b5ca3318db4d7","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBAUAERIxQRQh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQADAQAAAAAAAAAAAAAAAAAAARFB/9oADAMBAAIRAxEAPwDMI1rT+PKctat6Rav6JMhL21JJ5JSPXY4yddDAC1AB8jXpY+Yxim6gWw//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dIYRe65S0","title":"Premature ageing of the immune system may be one cause of long covid","shortId":"dIYRe65S0","createdAt":"2021-05-12T17:49:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033343-000-premature-ageing-of-the-immune-system-may-be-one-cause-of-long-covid/","canonicalUrl":"https://www.newscientist.com/article/mg25033343-000-premature-ageing-of-the-immune-system-may-be-one-cause-of-long-covid/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6fe8a0206ce0c1cb21268b95388a1dd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMDAgcBAAAAAAAAAAAAAQIDEQAEBgUTBxQhIjFBUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAQEAAQUAAAAAAAAAAAAAAAECAAMEESEx/9oADAMBAAIRAxEAPwDLsXusftOG7D97ZWz228vmSpiXS6FSgBUeIj3H2qtOc6aUgt624lBHaNl3oPylKOVwqg95Unc1pkkh4Z//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MKzusG-ty","title":"Whale sharks gulp down air to float vertically while feeding","shortId":"MKzusG-ty","createdAt":"2021-05-12T17:49:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277270-whale-sharks-gulp-down-air-to-float-vertically-while-feeding/","canonicalUrl":"https://www.newscientist.com/article/2277270-whale-sharks-gulp-down-air-to-float-vertically-while-feeding/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a89936462339937311040cfadad49d0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAGESEFFCIykdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8Aiu34UWOVchLcmy0tdiX0EpbJ8EjAGdHZzWVm8pAOOli+lfaUpOsJLP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"efiIozFJi","title":"Is everything predetermined? Why physicists are reviving a taboo idea","shortId":"efiIozFJi","createdAt":"2021-05-12T17:49:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-700-is-everything-predetermined-why-physicists-are-reviving-a-taboo-idea/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-700-is-everything-predetermined-why-physicists-are-reviving-a-taboo-idea/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e4090bf2bb0f9f98de2a400602d63dcb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAwQRBhYhU5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABoRAAEFAQAAAAAAAAAAAAAAAAABAhITUWH/2gAMAwEAAhEDEQA/ANo9GVYiTHCGuIxkHlRsen0N9REHDpRL3Yh//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"N94-I2_1hP","title":"Covid-19 booster shots: Will we need them and how would they work?","shortId":"N94-I2_1hP","createdAt":"2021-05-12T17:49:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033342-900-covid-19-booster-shots-will-we-need-them-and-how-would-they-work/","canonicalUrl":"https://www.newscientist.com/article/mg25033342-900-covid-19-booster-shots-will-we-need-them-and-how-would-they-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be937e17dcbf0236afa82547c7820eb3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSITFBUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRIkFR/9oADAMBAAIRAxEAPwCjUtzizdR6gt8ObJMeO4I7rbuV7FKChvBPeDngfI5rJ0X+yqSDIiLW8RlxW3tXk9+6UqcbiRXET4EFu1//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZVDIi-Fz3","title":"Little Smashing Stories","shortId":"ZVDIi-Fz3","createdAt":"2021-05-12T08:10:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":39,"score":27014016,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T07:57:00.000Z","url":"https://www.smashingmagazine.com/2021/05/little-smashing-stories/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/little-smashing-stories/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1b929a43bb7a34796b4f43a75e01cb9","ratio":3.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQACAwQFESExEiIjQv/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxEEIXH/2gAMAwEAAhEDEQA/ANHPlUYgbp7xfl2+BjOgqFtMki0Ey0O5F9Iiio3E6tLlE23i/9k=","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"p0S0Y_uCM","title":"Highly available and highly scalable Cloudflare tunnels","shortId":"p0S0Y_uCM","createdAt":"2021-05-12T13:02:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cloudflare","views":8,"score":27014016,"tagsStr":"kubernetes,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:00:00.000Z","url":"https://blog.cloudflare.com/highly-available-and-highly-scalable-cloudflare-tunnels/","canonicalUrl":"https://blog.cloudflare.com/highly-available-and-highly-scalable-cloudflare-tunnels/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d764aafd3c7c4dc216725a65694af9aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhABAAICAQUAAAAAAAAAAAAAAQACAwQREiIxUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDTuvgz1MjbavYuPTzU7PpK6iVBeUPPuIhQOn//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@adam_chal","readTime":5,"description":null,"toc":null,"summary":null},{"id":"OxtWYjr3A","title":"Asus introduces the ZenFone 8 Flip and mini flagship ZenFone 8","shortId":"OxtWYjr3A","createdAt":"2021-05-12T17:34:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:30:00.000Z","url":"https://www.theverge.com/2021/5/12/22430948/asus-zenfone-8-flip-price-specs-availability","canonicalUrl":"https://www.theverge.com/2021/5/12/22430948/asus-zenfone-8-flip-price-specs-availability","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90d3b0b285ba65780c499bffc07149a2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQQCAAcAAAAAAAAAAAAAAgABAxEEBQcIEiExMnH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAjEy/9oADAMBAAIRAxEAPwCDzF7fIHinusGRylhAcZ4mM3dorjG+lvDXfelsYPQfiIqXzIVrP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"V7T8lrGNh","title":"Slate is selling audiobooks that you can listen to through your podcast app","shortId":"V7T8lrGNh","createdAt":"2021-05-12T17:02:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013982,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22432154/slate-supporting-cast-audiobooks-store","canonicalUrl":"https://www.theverge.com/2021/5/12/22432154/slate-supporting-cast-audiobooks-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc706fd07a5e2606238b009ef2b05b86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQCAAcAAAAAAAAAAAAAAwABAgQFEQgTGCExVpP/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAwIRBFGx/9oADAMBAAIRAxEAPwDZPw+Yg1cdKGVKJ6kGHzmpieZN99y23lTelvDex5L4DRExUNEos5Fi7Xryf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GpIUhHCM8","title":"'Folded' iron sword found in a Roman soldier's grave was part of a pagan ritual","shortId":"GpIUhHCM8","createdAt":"2021-05-12T16:38:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27013958,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:30:35.000Z","url":"https://www.livescience.com/roman-soldier-buried-with-folded-sword.html","canonicalUrl":"https://www.livescience.com/roman-soldier-buried-with-folded-sword.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/370b5e49539bd1d5cb4193293c5f4a73","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBgMEIRMWMVZh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDJqEtgjQNSO3YcAAQKVu4HGeWqm9IP1h59NtQyiIEb/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"1c7g6W2s7","title":"Vida lands deal with Fla. health system","shortId":"1c7g6W2s7","createdAt":"2021-05-12T16:16:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27013936,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:09:24.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132362&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132362","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7932a974a6aa8c79a5da88438e438d7f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBBIhABEFEyIxY4H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgIBBQAAAAAAAAAAAAAAAhEAASEDEjFRcf/aAAwDAQACEQMRAD8ABRbM8fkGWCVVabWGsB17eh+cVrPQlrxST1q3qsgZ8kTvIjffJlZHan5Jmdic02T9h5olNVanAWUEmNSSR864/QK7J8wMtfeAglYvPbt58n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"t7U0wRvlZ","title":"The PS5 Is Starting to Look Like the Revolution It Promised","shortId":"t7U0wRvlZ","createdAt":"2021-05-12T16:04:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013924,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:00:00.000Z","url":"https://www.wired.com/story/playstation-5-six-months-later/","canonicalUrl":"https://www.wired.com/story/playstation-5-six-months-later/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0768347962a6221a12642ba0e946786","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAFERJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ALLuio1ru7pmCOWBtHPP1dAeHDqFYeEZhMushErj6cYymgf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"4A01Ggf_J","title":"Do variations in pediatric imaging coverage affect patient care?","shortId":"4A01Ggf_J","createdAt":"2021-05-12T16:03:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27013923,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T15:47:45.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132360&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132360","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f54b8750821ba2082ac0b1c09dd035d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACQQAAIBAgUEAwAAAAAAAAAAAAECAwQFAAYRITEHCBJxUWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAdEQAABQUAAAAAAAAAAAAAAAAAAQQRIQIDEqHB/9oADAMBAAIRAxEAPwCpufWa5WfMk0jURrLbJTJVCCNwWVWOniD9ck+sHl7h0ileM5QuTFSVJWddDp8bYxPM8MUFDb3hjSN2tqlmRQCeOdPZ/cKTUTKSFmkAGwAY7YBOK0lulXk8NGiPo//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ixzMTmhm2","title":"AI predicts prognosis of COVID-19 patients","shortId":"ixzMTmhm2","createdAt":"2021-05-12T15:39:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27013899,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T15:34:35.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132359&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132359","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/665a4ee979099227a38c23dfc9b5c7c6","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBQYSBzFBQlH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAABB/9oADAMBAAIRAxEAPwCXT/FKd0nCOB5sBVogwWQfH2azVsaeGw5RPfjdOiYj3NKVYP/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"NiHXO0FIo","title":"Humans Need to Create Interspecies Money to Save the Planet","shortId":"NiHXO0FIo","createdAt":"2021-05-12T15:05:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013865,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T11:00:00.000Z","url":"https://www.wired.com/story/interspecies-money/","canonicalUrl":"https://www.wired.com/story/interspecies-money/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/062d022df8129641ac390a9b6e390c18","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAFIQQSFAYTMXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDIRH/2gAMAwEAAhEDEQA/AJ1brHbWh9duPGbQ2UJbbMATOfeQfla9Mq4cZruXF1S9g3EAiTHmJxSlSrpuKwFuPiP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"gt53YJ4xL","title":"Adidas and Allbirds Team Up to Make Sustainable Running Shoes","shortId":"gt53YJ4xL","createdAt":"2021-05-12T14:49:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013849,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:45:00.000Z","url":"https://www.wired.com/story/allbirds-adidas-futurecraft-footprint-running-shoe/","canonicalUrl":"https://www.wired.com/story/allbirds-adidas-futurecraft-footprint-running-shoe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c393175953275b7a7a59041c0343210","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQREhMhQVOS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANrp6WFj48GANdtY8WCu0Yes+kREJf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TUgjsA-9X","title":"Creatures 7","shortId":"TUgjsA-9X","createdAt":"2021-05-12T14:36:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27013836,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/118974889/Creatures-7","canonicalUrl":"https://www.behance.net/gallery/118974889/Creatures-7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99b65ba0f4fd6cc71218d62410351d30","ratio":1.44927536231884,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAAUEAwAAAAAAAAAAAAABAgADBBExBQYSYRMyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBEBAAADCQAAAAAAAAAAAAAAAQACAwQFETFBUWGh8P/aAAwDAQACEQMRAD8AjaTS9Toqqa6vynMoXkWDBmYXub/Djq+Io029PCKPEzWHsZ+e4Qgipa58R91FzQuqiEwLm7OvIx//2Q==","siteTwitter":"@behance","creatorTwitter":"@further_u","readTime":null,"description":null,"toc":null,"summary":null},{"id":"e2ml6OBUL","title":"Airbnb’s Promotions and Communications Platform","shortId":"e2ml6OBUL","createdAt":"2021-05-12T10:04:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"airbnb","views":6,"score":27013827,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:19:03.000Z","url":"https://medium.com/airbnb-engineering/airbnbs-promotions-and-communications-platform-6266f1ffe2bd","canonicalUrl":"https://medium.com/airbnb-engineering/airbnbs-promotions-and-communications-platform-6266f1ffe2bd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d777153708674cc4c43afccfbe528039","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAABAgYBBQAAAAAAAAAAAAABAgMABAUREiETBhQiMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMREpH/2gAMAwEAAhEDEQA/AJZvrhssOdvSZdpbqg0yrLLBVrqJuNiL2q1PcaLy1PVoeXEd/faEIStY43s+yViohwKJ/9k=","siteTwitter":"@AirbnbEng","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"pd2ps13z7","title":"The grid needs to smarten up to reach clean energy goals","shortId":"pd2ps13z7","createdAt":"2021-05-12T14:04:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013804,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T14:00:00.000Z","url":"https://www.theverge.com/22419206/smart-grid-renewable-energy-power-sector","canonicalUrl":"https://www.theverge.com/22419206/smart-grid-renewable-energy-power-sector","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ecd974f7850443875fe9029baa6e10f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMRACEEBQYSEzFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwCwE7LD7eTHFK0yEgKngAoYgKRu90TVfMooe0CYkJ6ryhajS6A/BesYxpStKOm//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"AUhPkjsuQ","title":"Introducing Confluent for Kubernetes","shortId":"AUhPkjsuQ","createdAt":"2021-05-12T06:21:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"conf","views":32,"score":27013714,"tagsStr":"cloud,infrastructure,kubernetes,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T06:02:25.000Z","url":"https://www.confluent.io/blog/confluent-for-kubernetes-offers-cloud-native-kafka-automation/","canonicalUrl":"https://www.confluent.io/blog/confluent-for-kubernetes-offers-cloud-native-kafka-automation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"H3lzWErcm0","title":"Watch a Snake Robot Go for a Swim","shortId":"H3lzWErcm0","createdAt":"2021-05-12T12:05:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013685,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T08:00:00.000Z","url":"https://www.wired.com/story/watch-a-snake-robot-go-for-a-swim/","canonicalUrl":"https://www.wired.com/story/watch-a-snake-robot-go-for-a-swim/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58d9b0effe36853f0c55cea3663a68d3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxIhBBExUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACUf/aAAwDAQACEQMRAD8A2xVZcy38i92AyxrQ4L0db62fHv5LrYVUKoAA0AIiIgIq712//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"rXY8udztJ","title":"A nerdy PS5 chat with Ratchet & Clank: Rift Apart’s tech director","shortId":"rXY8udztJ","createdAt":"2021-05-12T14:04:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013804,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T14:00:00.000Z","url":"https://www.theverge.com/22431256/ratchet-and-clank-rift-apart-ps5-interiew-tech-ray-tracing-ssd","canonicalUrl":"https://www.theverge.com/22431256/ratchet-and-clank-rift-apart-ps5-interiew-tech-ray-tracing-ssd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2f7f3bac0b6febdee8208cbe61b4608","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFBhEhE0ExYaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAQADAQAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDA2zFpz2KaCgHjkjZAs8pkCHj1z66+P3JLmydOsXJ5nntq8kjOQgiVQSeeh4+h9Yxhrss87i06ooFM/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LysKKUpII","title":"Node v14.17.0 (LTS)","shortId":"LysKKUpII","createdAt":"2021-05-11T23:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"nodejs","views":352,"score":27013801,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-12T04:00:08.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T23:29:38.000Z","url":"https://nodejs.org/en/blog/release/v14.17.0/","canonicalUrl":"https://nodejs.org/en/blog/release/v14.17.0/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4db4298890c8e588b2cd12ec7ad34087","ratio":0.875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQF/8QAIxAAAgICAQMFAQAAAAAAAAAAAQIDBAURAAYxQRIhMlJhof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAACAQMAEf/aAAwDAQACEQMRAD8ASOqeucrXzd4VLKRR0J3iMSqCG19t99jijhrz38RRuPGFaxBHKVB9gWUHX95Ne6dxF3Jx3LWPryWfLlflrt6h2bX7vmwoCqAoAAGgB44GWbFtS94cwzbVfe//2Q==","siteTwitter":"@nodejs","creatorTwitter":"","readTime":27,"description":null,"toc":null,"summary":null},{"id":"Awi5JvNnP","title":"Razer’s Blade 15 Base gaming laptop is $400 off at Best Buy","shortId":"Awi5JvNnP","createdAt":"2021-05-12T14:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013800,"tagsStr":"gaming,php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:51:18.000Z","url":"https://www.theverge.com/good-deals/2021/5/12/22431993/best-buy-gaming-laptop-sale-asus-razer-ravpower-charger-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/12/22431993/best-buy-gaming-laptop-sale-asus-razer-ravpower-charger-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d77331e24111d682723e41034ff6cb43","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQFESEiMUFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQb/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBDFisf/aAAwDAQACEQMRAD8Azsu3ycXWHFqYiqxQ7Dn34Emc1h27GPX7iJVWoDMwOvI1WIxP/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"tPe1oK_lh","title":"Resize images to support Android devices","shortId":"tPe1oK_lh","createdAt":"2021-05-12T07:26:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":20,"score":27013788,"tagsStr":"tech-news,general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T03:47:54.000Z","url":"https://marwa-eltayeb.medium.com/resize-images-to-support-android-devices-becf3361b6f","canonicalUrl":"https://marwa-eltayeb.medium.com/resize-images-to-support-android-devices-becf3361b6f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be574c972ef4a67fb7b4e92c49134c57","ratio":1.51241534988713,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUEESESI0FR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AyO5ssb3LZG5lLHYG5/fEnqyI4Ovv3895/sRBX//Z","siteTwitter":"@itnext_io","creatorTwitter":"@Marwa_Eltayeb1","readTime":0,"description":null,"toc":null,"summary":null},{"id":"b1boA3Dfq","title":"As a Freelance Designer, What Is Your Unique Selling Point?","shortId":"b1boA3Dfq","createdAt":"2021-05-12T13:38:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27013778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T06:09:03.000Z","url":"https://speckyboy.com/freelance-designer-unique-selling-point/","canonicalUrl":"https://speckyboy.com/freelance-designer-unique-selling-point/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c37917415cd279b16c99099e1814e979","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIDEQAEBRMhQQb/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAABEBAjES/9oADAMBAAIRAxEAPwCjo4dJH8+zTwbfbGS+RWZolLH0KbIFAZk522RiTFLqGjPankqx51fWMYtLAtp60//Z","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1CkmkZj_a","title":"Schema.org launches its schema markup validator tool","shortId":"1CkmkZj_a","createdAt":"2021-05-12T13:38:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27013778,"tagsStr":"google,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:19:14.000Z","url":"https://searchengineland.com/schema-org-launches-its-schema-markup-validator-tool-348590","canonicalUrl":"https://searchengineland.com/schema-org-launches-its-schema-markup-validator-tool-348590","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2fa5e76bd2f8fbb36d25a66a4cbb2b9","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDBAAGEhEhBQcUIzFBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAeEQABAwQDAAAAAAAAAAAAAAACAAEDBBESISIxYf/aAAwDAQACEQMRAD8A0liPzbHuO5QpMaXEW6XggEoKVEZHHzoNzt8qZPOJrqXceHScczp3gPdKUkAtIT576QVnERt6v//Z","siteTwitter":"@sengineland","creatorTwitter":"@rustybrick","readTime":2,"description":null,"toc":null,"summary":null},{"id":"y8dy-6KNi","title":"Dota 2’s The International returns in August with $40 million prize pool","shortId":"y8dy-6KNi","createdAt":"2021-05-12T13:31:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:26:18.000Z","url":"https://www.theverge.com/2021/5/12/22432042/dota-2-international-esports-tournament-stockholm-date","canonicalUrl":"https://www.theverge.com/2021/5/12/22432042/dota-2-international-esports-tournament-stockholm-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/201e5de6cd248329ecf3af4d8ed75a44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAkEAABAgUCBwAAAAAAAAAAAAABAAIDBAURIQYHFSJBUWGCof/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEgMRMv/aAAwDAQACEQMRAD8AmOnKsanUOGul4cJsxCYIj2Ei5xzW9hg3GPKtx2hp/SecB2Eu2w+oislJ4uHoV3RM/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"eZVB6Fuvvy","title":"Help! A Male Colleague Thinks I’m Scary","shortId":"eZVB6Fuvvy","createdAt":"2021-05-12T13:05:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013745,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:00:00.000Z","url":"https://www.wired.com/story/ooo-a-male-colleague-thinks-im-scary/","canonicalUrl":"https://www.wired.com/story/ooo-a-male-colleague-thinks-im-scary/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f14237254224063f0288822f19bac42","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAURBBIhMQcTYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDUf/aAAwDAQACEQMRAD8A06X+8zyR6tLnqI/W8uxCd2AzjIOe8bwBnoLiq08lXVEVWhhdgMFiSC33jilKMdMcWc8P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1JTUKe47W","title":"Cats love boxes so much they'll even sit in fake ones","shortId":"1JTUKe47W","createdAt":"2021-05-12T11:07:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27013627,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T11:00:00.000Z","url":"https://www.livescience.com/cats-tricked-by-optical-illusion-boxes.html","canonicalUrl":"https://www.livescience.com/cats-tricked-by-optical-illusion-boxes.html","image":"https://cdn.mos.cms.futurecdn.net/y3MgAunhy5XdQojedKNKEe-1200-80.gif","ratio":2.12389380530973,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQQABwAAAAAAAAAAAAABAgADBBEhBQYTFTFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAgICAwAAAAAAAAAAAAAAAQMAEgIEETKR/9oADAMBAAIRAxEAPwCdqc68VFQUn6D4VkLFN4OQcehqT/cVGlsbMKPAFFdfIiUK9VNQaDyGZvZz2M//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"9Q8hiNoiW","title":"Amazon updates the Echo Show 8 and 5 with better cameras","shortId":"9Q8hiNoiW","createdAt":"2021-05-12T13:03:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22429549/amazon-echo-show-8-5-camera-update-price-kids-edition","canonicalUrl":"https://www.theverge.com/2021/5/12/22429549/amazon-echo-show-8-5-camera-update-price-kids-edition","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ffbb82750bc2126cec07204108ac457b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYSFCFBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMEEiH/2gAMAwEAAhEDEQA/ANBtu8utV29p97cNCvW2hkdEjI4MckFTy8D3kVFXhRQjRyuVGCxlOT9PalKmyLWQjUxK0Ujon//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MkO2SNrW4","title":"Credit agencies can’t tell my sister and me apart","shortId":"MkO2SNrW4","createdAt":"2021-05-12T13:02:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:00:00.000Z","url":"https://www.theverge.com/22421193/credit-reporting-infrastructure-errors-experian-equifax-transunion","canonicalUrl":"https://www.theverge.com/22421193/credit-reporting-infrastructure-errors-experian-equifax-transunion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b0a5e51a2ec382d24f0bf00b54c1a19","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFMQYSIxMh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ANX5Lx2+yWUu3jzt3bRyq3RI2kHyJUgEdXA/N6q8s/K0gjb0ZEVS7bYgbNKU6LelC//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZG1sx0gaM","title":"‘Resident Evil Village’ Casts the Series Into Another New Direction","shortId":"ZG1sx0gaM","createdAt":"2021-05-12T12:39:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013719,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:34:58.000Z","url":"https://www.theringer.com/2021/5/12/22431707/resident-evil-8-village-review-ethan-winters","canonicalUrl":"https://www.theringer.com/2021/5/12/22431707/resident-evil-8-village-review-ethan-winters","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a935714c9d9a60b43dbd1a7eacb445a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxABAAECAwkAAAAAAAAAAAAAAQMAAgQRFAUGEhMhMTJRof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAIEAwUSMWH/2gAMAwEAAhEDEQA/AIDHYqPZ26s090Oo1Bw2RyI2RtvVckRzffb7WRSS8yS+9EblfKlKPwQ4L7G981LWyUXqf//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Tkecp8JmI","title":"Is war in space inevitable?","shortId":"Tkecp8JmI","createdAt":"2021-05-12T12:38:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27013718,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:15:00.000Z","url":"https://www.livescience.com/is-space-war-inevitable.html","canonicalUrl":"https://www.space.com/is-space-war-inevitable-anti-satellite-technoloy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c22e4a710cdcb6b2d3bb5dfbd516f886","ratio":1.49922720247295,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgECBgMAAAAAAAAAAAAAAQIEAAMFERIhMVETFXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhL/2gAMAwEAAhEDEQA/AMt9+2HSViEF4QU23tuSQzd7dcD5VsbAEkx7V/VaXyqH0hn2zGeXFKVOMis9IX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"DrxP63AFu","title":"7-foot 'monster' sturgeon found in Detroit River could be over 100 years old","shortId":"DrxP63AFu","createdAt":"2021-05-12T12:38:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27013718,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:21:27.000Z","url":"https://www.livescience.com/100-year-old-river-monster-sturgeon.html","canonicalUrl":"https://www.livescience.com/100-year-old-river-monster-sturgeon.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a6dd9370c99109631a1410ca42da6cd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEVEGEiEiof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATL/2gAMAwEAAhEDEQA/AM5lrbJWONs7iG6Lx3LtCO+eTakHjeiNeN/KkbpfLSsZI8ioRvZQ0shIB5pSipJl/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"sazNsgoai","title":"The Nintendo Switch is finally getting a $10 calculator app","shortId":"sazNsgoai","createdAt":"2021-05-12T12:37:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013717,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:33:49.000Z","url":"https://www.theverge.com/tldr/2021/5/12/22432014/nintendo-switch-calculator-app-math","canonicalUrl":"https://www.theverge.com/tldr/2021/5/12/22432014/nintendo-switch-calculator-app-math","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18c8db44da71e5a4f155e2e0f09e8d0a","ratio":1.91052631578947,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYUYRIiI//EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQABAwUBAAAAAAAAAAAAAAARAAEDAgUSE8EE/9oADAMBAAIRAxEAPwDD7h1m8tNEt5k4rugQKZLWN8AjsdVeJJL9Gmj8n9jiBAMnrFKUbcpq4cdbgniUtfnjmy2MQOr/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"O41cbJZqP","title":"Lenovo ThinkPad C13 Yoga Chromebook review: a Chromebook for grown-ups","shortId":"O41cbJZqP","createdAt":"2021-05-12T12:37:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013717,"tagsStr":"google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:30:00.000Z","url":"https://www.theverge.com/22424783/lenovo-thinkpad-c13-yoga-review-price-specs-features-amd","canonicalUrl":"https://www.theverge.com/22424783/lenovo-thinkpad-c13-yoga-review-price-specs-features-amd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a55db079e993dbe41af9fedd8237cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFESEGEjFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABESH/2gAMAwEAAhEDEQA/AL+T8Zr6++StgvktLCWRvY1sRJboaz2GdjPn1a82hpJLpnEn04CIhewes//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OQETsJB0K","title":"Snap suspends two anonymous messaging apps after cyberbullying lawsuit","shortId":"OQETsJB0K","createdAt":"2021-05-12T12:37:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013717,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:30:14.000Z","url":"https://www.theverge.com/2021/5/12/22431883/snap-inc-snapchat-anonymous-messaging-qa-lawsuit-teenager-death","canonicalUrl":"https://www.theverge.com/2021/5/12/22431883/snap-inc-snapchat-anonymous-messaging-qa-lawsuit-teenager-death","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd62da51e93eaf84a19b98ab9bc40830","ratio":1.90965092402464,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBxETBQYSIRQxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAHREBAAIABwAAAAAAAAAAAAAAAQACAxETIUFhsf/aAAwDAQACEQMRAD8AoFQdwS6HUOR0cLZsngw2c8tAyScSevdvis5PaIi9TUXnI8kcHYTtn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"rBPwAcI-J","title":"‘60 Songs That Explain the ’90s’: All You Ever Needed Was Whitney Houston’s Voice","shortId":"rBPwAcI-J","createdAt":"2021-05-12T12:32:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013712,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:28:09.000Z","url":"https://www.theringer.com/2021/5/12/22432030/whitney-houston-bodyguard-i-will-always-love-you","canonicalUrl":"https://www.theringer.com/2021/5/12/22432030/whitney-houston-bodyguard-i-will-always-love-you","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd4909ca2053000cb3a07fc01b5391ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFETEGEiFBcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMEETFhsf/aAAwDAQACEQMRAD8AkwFzk7zr69w73qbmma2MrQ7VVY6Pamxrk+z+1ttnhJltIBLlsg8gjUM4lKhjrydDj5SlLlAmAvfZTVJO5//Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"rYBynznfE","title":"Breanna Stewart Finds New Perspective Atop the World","shortId":"rYBynznfE","createdAt":"2021-05-12T12:25:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:21:23.000Z","url":"https://www.theringer.com/2021/5/12/22430997/breanna-stewart-achilles-tear-wnba","canonicalUrl":"https://www.theringer.com/2021/5/12/22430997/breanna-stewart-achilles-tear-wnba","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2beaef2d8c6c1e861cb65716e0ad4be5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEkEFIVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQACAwQFERIiUaGx/9oADAMBAAIRAxEAPwDReH1HkbeneRCJOOui8DcYAYsbv3ZrrrJqP3GMRWeV8ktRqOd56JHgCdUTiXSZ5X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"G62BPSZq1","title":"My NBA Awards Picks and a Deep Dive on Every Race","shortId":"G62BPSZq1","createdAt":"2021-05-12T12:18:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013698,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:16:56.000Z","url":"https://www.theringer.com/nba/2021/5/12/22431989/nba-awards-ballot-mvp-nikola-jokic-joel-embiid","canonicalUrl":"https://www.theringer.com/nba/2021/5/12/22431989/nba-awards-ballot-mvp-nikola-jokic-joel-embiid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f7cbbf94f55983b6f2200118a1fb162","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQCAwEAAAAAAAAAAAABAwIABBIhBREiMVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADBSJB/9oADAMBAAIRAxEAPwCM5tqrNcMLdbGuMEljfI4SiDIH7v8ANVKW3I3LbdTC1kcoiXUZkAdj0N0pRZQK0I6JfiWO0//Z","siteTwitter":"","creatorTwitter":"","readTime":31,"description":null,"toc":null,"summary":null},{"id":"3uqY4uvWj","title":"Manchester United’s Bright Future and Flowers for Emma Hayes","shortId":"3uqY4uvWj","createdAt":"2021-05-12T12:11:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013691,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:07:50.000Z","url":"https://www.theringer.com/2021/5/12/22431728/manchester-uniteds-bright-future-and-flowers-for-emma-hayes","canonicalUrl":"https://www.theringer.com/2021/5/12/22431728/manchester-uniteds-bright-future-and-flowers-for-emma-hayes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a88e6ae7344f9144a33ef291f49b1130","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAwIABBEhEgUHIjFi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIDBBESEzH/2gAMAwEAAhEDEQA/AIfrT7m17cWV6qaQJyNk5YSAHcZaZLHuf1jOhupQXLojiHMAGh5UpVIU8ZebhC2vx6v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FrGX9kLm_4","title":"A Superhero Symposium and What We’re Playing, Reading, and Watching","shortId":"FrGX9kLm_4","createdAt":"2021-05-12T12:11:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013691,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:06:26.000Z","url":"https://www.theringer.com/2021/5/12/22431722/a-superhero-symposium-and-what-were-playing-reading-and-watching","canonicalUrl":"https://www.theringer.com/2021/5/12/22431722/a-superhero-symposium-and-what-were-playing-reading-and-watching","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/63ab896309a6c679bb02e4bde267bba4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIRAAMEBTEGI0FRUtH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhIhcf/aAAwDAQACEQMRAD8AyHS7vKOAxdbD28cEpbNsRMlp9+AI4qB+p9kXbujn4X8pSr7hiPYQq7n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"52ampvH28","title":"Knicks Lose in OT to the Lakers, Plus Todd Zeile on the Mets and James Alberino Helps Handicap the NBA Playoffs","shortId":"52ampvH28","createdAt":"2021-05-12T12:11:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013691,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:10:51.000Z","url":"https://www.theringer.com/2021/5/12/22431984/knicks-lose-to-lakers-plus-todd-zeile-on-mets-james-alberino-helps-handicap-nba-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/12/22431984/knicks-lose-to-lakers-plus-todd-zeile-on-mets-james-alberino-helps-handicap-nba-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbf0552426a9cff45213c13e1c6f5e8f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAyEEBhIRJDE0UVPh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEUH/2gAMAwEAAhEDEQA/AM9mbPDhtjGQe8GJGAODWh17iAbPixSrt0ozaOZHT1fURPRayu+HspFRgn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"K48dVWui3","title":"DeepMind Wants to Use AI to Transform Soccer","shortId":"K48dVWui3","createdAt":"2021-05-12T12:05:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013685,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T08:00:00.000Z","url":"https://www.wired.co.uk/article/deepmind-football-liverpool-ai","canonicalUrl":"https://www.wired.co.uk/article/deepmind-football-liverpool-ai","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/afad56c867578d2f0788d2ba4ed6f272","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACEQMEBgUTEiExMkFh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRMbH/2gAMAwEAAhEDEQA/AMEcV09lMOph0kv74eBEDoR78qDWwa33nxdOA4jy2x9RFPHKtXhjDYzHR8E//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8_QYwZMha","title":"The Case for Letting People Work From Home Forever","shortId":"8_QYwZMha","createdAt":"2021-05-12T11:05:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013625,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T07:00:00.000Z","url":"https://www.wired.com/story/the-case-for-letting-people-work-from-home-forever/","canonicalUrl":"https://www.wired.com/story/the-case-for-letting-people-work-from-home-forever/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6665930b7c2a66b74338590b445d2af6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAgMAAQURITETIpH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAIDAAAAAAAAAAAAAAAAAAACAzFB/9oADAMBAAIRAxEAPwDJMplXJxjWLEPbxJ0Vb7DuSOaROMiIrKyu7vjm/kRKQ2wfD//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1HJAe5rv0","title":"Creators Who Joined Twitch in the Pandemic Plan to Stay","shortId":"1HJAe5rv0","createdAt":"2021-05-12T11:05:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013625,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T07:00:00.000Z","url":"https://www.wired.com/story/creators-comedians-twitch-pandemic-plan-to-stay/","canonicalUrl":"https://www.wired.com/story/creators-comedians-twitch-pandemic-plan-to-stay/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3a71d2d63bd4e10e16e3fd32f01b3c3","ratio":1.91079812206573,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAACAQIGAwEAAAAAAAAAAAABAgMABAUGBxESIRQxQeP/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAQADAQEAAAAAAAAAAAAAAAEAAiEDEf/aAAwDAQACEQMRAD8Ap55zrd4Nq5Bh0cEb2drZq5XkVZ+SF2BPYHweutqgS6/LHK6DLG/Ekb+f+dKVa9LVXxhNNn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"rDGMmyhzT","title":"Purevirtual AG","shortId":"rDGMmyhzT","createdAt":"2021-05-12T10:33:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27013593,"tagsStr":"business,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/119226383/Purevirtual-AG","canonicalUrl":"https://www.behance.net/gallery/119226383/Purevirtual-AG","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58dcaaec70f320b7b6207724c361b9a1","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQGETEFEiEiUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIREv/aAAwDAQACEQMRAD8Am2eL5LZBY9PG0tGJeLBJjDGSDtiS9fm451zxWbbguROYbRINHMlG3RvzSlGItUB//9k=","siteTwitter":"@behance","creatorTwitter":"@_antonio_st","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mZmF386X8","title":"Mamba In: The Summer Kobe Arrived","shortId":"mZmF386X8","createdAt":"2021-05-12T10:30:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013590,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:30:00.000Z","url":"https://www.theringer.com/nba/2021/5/12/22430242/kobe-bryant-hall-of-fame-summer-league","canonicalUrl":"https://www.theringer.com/nba/2021/5/12/22430242/kobe-bryant-hall-of-fame-summer-league","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c87d8b759dbaeec324d779673a4a050","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIRFxBhMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAfEQABAwQDAQAAAAAAAAAAAAABAgMRAAQFIRQicbH/2gAMAwEAAhEDEQA/ALvkWTlx2YKwqpeWDlXP1ON67rWWo91tDIdF0DEdilKl2XZQnGWroHYzJ80PlJbdxXJdROhX/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"E9EYPPA6R","title":"The Biggest Story Lines Heading Into the 2021 WNBA Season","shortId":"E9EYPPA6R","createdAt":"2021-05-12T10:23:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:20:00.000Z","url":"https://www.theringer.com/2021/5/12/22431365/wnba-season-storylines-candace-parker-aces-sky-liberty","canonicalUrl":"https://www.theringer.com/2021/5/12/22431365/wnba-season-storylines-candace-parker-aces-sky-liberty","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e0f512beeb0618b898688a81d4aa0ed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEAEiEGEzFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHREAAQIHAAAAAAAAAAAAAAAAAgABAwQREiEiUf/aAAwDAQACEQMRAD8A1fqFiHHjh56Ih4tOI7YKiANrHI5urPz1k5mHFdZQ4WANkhVA+LxjHCATN7mqpU1q2Or/2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"ESAQCQCgM","title":"How MLB’s Biggest Offseason Moves Are Looking So Far in 2021","shortId":"ESAQCQCgM","createdAt":"2021-05-12T10:16:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013576,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:10:00.000Z","url":"https://www.theringer.com/mlb/2021/5/12/22431222/mlb-offseason-moves-padres-dodgers-mets-nolan-arenado","canonicalUrl":"https://www.theringer.com/mlb/2021/5/12/22431222/mlb-offseason-moves-padres-dodgers-mets-nolan-arenado","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a7369b4f43c301370860d8d12b9cff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAAQFBAMAAAAAAAAAAAAAAQIDBAAFBhESExQhMRZBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQhETGh/9oADAMBAAIRAxEAPwCVXNZKk3lLxGU4FdOTtSp7k46YlVAM7+x64+RrzhTjc5kfGkTaY4X3aoXtxfuEIq66xakIY75hj1oy7A6Hon//2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"imgvhqsg1","title":"NVIDIA 460.80 – Linux-Treiber mit Unterstützung für neue GPUs","shortId":"imgvhqsg1","createdAt":"2021-05-12T10:10:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27013570,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:46:45.000Z","url":"https://www.bitblokes.de/nvidia-460-80-linux-treiber-mit-unterstutzung-fur-neue-gpus/","canonicalUrl":"https://www.bitblokes.de/nvidia-460-80-linux-treiber-mit-unterstutzung-fur-neue-gpus/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DaEZRysKO","title":"The NFL Wants a Return to Normal. Players See an Opportunity for Change.","shortId":"DaEZRysKO","createdAt":"2021-05-12T10:09:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013569,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:00:00.000Z","url":"https://www.theringer.com/nfl/2021/5/12/22431523/nfl-offseason-workout-regimen-changes","canonicalUrl":"https://www.theringer.com/nfl/2021/5/12/22431523/nfl-offseason-workout-regimen-changes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce4ca964818d2a5a53281e940ab597d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQGImEFERMVIWKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQABAwQDAAAAAAAAAAAAAAACAAERAwQSsSExcf/aAAwDAQACEQMRAD8AnCLbcjLn3GzMhr9Sw2GOYhp0OIafUcj92WVgyeuIIx2SgdI8luyIot1RDERjho0lB0z+7hf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"bEDuVlxGi","title":"VW will start testing its Argo AI-powered self-driving vans in Germany this summer","shortId":"bEDuVlxGi","createdAt":"2021-05-12T10:09:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013569,"tagsStr":"testing,cicd","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22430813/vw-argo-autonomous-delivery-ride-pooling-germany","canonicalUrl":"https://www.theverge.com/2021/5/12/22430813/vw-argo-autonomous-delivery-ride-pooling-germany","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58908f90da1fe2332fd7afeae57c219e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAEQcxIUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEQQh/9oADAMBAAIRAxEAPwCIquS51JdS1NwmHC62XFkOLQVaG/Ojo9/M1+vsq6ZAjSZFHEL7zSXHClRSCogE6HobPWMYtxJc7JOFFShQozyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"uZM_XrKX5","title":"Amazon’s $300 million tax bill rejected by EU judges","shortId":"uZM_XrKX5","createdAt":"2021-05-12T09:53:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013553,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:40:47.000Z","url":"https://www.theverge.com/2021/5/12/22431855/eu-amazon-back-tax-ruling-annulled","canonicalUrl":"https://www.theverge.com/2021/5/12/22431855/eu-amazon-back-tax-ruling-annulled","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c72932690044c7ead3eeb2c59d1153af","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQASBCExcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AxDjTosDoYgzSVq5Y3HTG6++d5EepjU6+gYxgspaf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"V0nGw0tbES","title":"Is This the End of the Golden Globes?","shortId":"V0nGw0tbES","createdAt":"2021-05-12T09:52:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013552,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:50:00.000Z","url":"https://www.theringer.com/movies/2021/5/12/22431220/golden-globes-canceled-2022-nbc-hfpa-controversy","canonicalUrl":"https://www.theringer.com/movies/2021/5/12/22431220/golden-globes-canceled-2022-nbc-hfpa-controversy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0427f2ace0bc65d8d2927e9cde8c2c2e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRMQUSIkGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB4RAAICAQUBAAAAAAAAAAAAAAECAxEABAUhQXHB/9oADAMBAAIRAxEAPwDH9PxK2wb2KoTSvcCVG/IaOj65kZrCWJ4+CIg1kFvfgx3YYI9US06hjV8jss15/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"qRiYadCof","title":"Linux App Summit 2021 vom 13. – 15. Mai","shortId":"qRiYadCof","createdAt":"2021-05-12T05:49:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27013309,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T05:26:00.000Z","url":"https://linuxnews.de/2021/05/linux-app-summit-2021-vom-13-15-mai/","canonicalUrl":"https://linuxnews.de/2021/05/linux-app-summit-2021-vom-13-15-mai/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/041e85025c14e89bffee5fe42973a1fb","ratio":2.57299270072993,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAxIRE4H/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAICAwAAAAAAAAAAAAAAAAABAgMFEjH/2gAMAwEAAhEDEQA/AN/Rca1Wvrqbkk6ZAWHsowIiTjIt7RQcp4f/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WfucVIPdG","title":"Amazon’s $300 million tax bill rejected by EU judges","shortId":"WfucVIPdG","createdAt":"2021-05-12T09:48:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013548,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:40:47.000Z","url":"https://www.theverge.com/2021/5/12/22431855/eu-amazon-back-tax-antitrust-ruling-annulled","canonicalUrl":"https://www.theverge.com/2021/5/12/22431855/eu-amazon-back-tax-antitrust-ruling-annulled","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c72932690044c7ead3eeb2c59d1153af","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQASBCExcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AxDjTosDoYgzSVq5Y3HTG6++d5EepjU6+gYxgspaf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"emh43Q76A","title":"CSS Pie Timer Re-Revisited","shortId":"emh43Q76A","createdAt":"2021-05-11T22:05:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":139,"score":27013542,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:00:29.000Z","url":"https://css-tricks.com/css-pie-timer-re-revisited/","canonicalUrl":"https://css-tricks.com/css-pie-timer-re-revisited/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e60ad6f051523f421e0b2471bc1aed0","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAAUBCQAAAAAAAAAAAAAAAAECAwQRBRIWMUFVkZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8AyidYj8lbDT01BpbK6mkdKacGVctRRgRW5F1/QADslcSQFfM63SFvCjyyKw4Dyv/Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0YtHlAGYQ","title":"Publii: Ansprechende Website ganz einfach selber bauen","shortId":"0YtHlAGYQ","createdAt":"2021-05-12T09:20:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27013520,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:14:16.000Z","url":"https://www.tutonaut.de/publii-ansprechende-website-ganz-einfach-selber-bauen/","canonicalUrl":"https://www.tutonaut.de/publii-ansprechende-website-ganz-einfach-selber-bauen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34692ac794c885583c80826c04effda0","ratio":1.89884393063584,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQADEQIFBiEEEhMxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAgMS/9oADAMBAAIRAxEAPwCi55Fc229cg+Ok0kNjQFQMg6M/RMFYlWY3bsZcbJn30CIoNd9CH0XBJc//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://www.twitter.com/rheinwort/","readTime":6,"description":null,"toc":null,"summary":null},{"id":"i2Ra1K1O5","title":"AI that mimics human typos on a smartphone could improve keyboards","shortId":"i2Ra1K1O5","createdAt":"2021-05-12T08:51:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27013491,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277214-ai-that-mimics-human-typos-on-a-smartphone-could-improve-keyboards/","canonicalUrl":"https://www.newscientist.com/article/2277214-ai-that-mimics-human-typos-on-a-smartphone-could-improve-keyboards/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/740eea3c4717dccfc869d7c45afe2bef","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgAEBgMAAAAAAAAAAAAAAQIAAwQhBQYHEiIxFlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8Asw/UbAsz6VtT5jdJRpEWbLn1NM8/kjBbhe2JJ9AhrnuML8ikNyCVJBvxdQPg22hCDb0viVPEf//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"nMgL4omXq0","title":"Rubber slabs washed up in Brazil traced to Second World War shipwreck","shortId":"nMgL4omXq0","createdAt":"2021-05-12T08:51:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27013491,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277266-rubber-slabs-washed-up-in-brazil-traced-to-second-world-war-shipwreck/","canonicalUrl":"https://www.newscientist.com/article/2277266-rubber-slabs-washed-up-in-brazil-traced-to-second-world-war-shipwreck/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb6eda32f1ffcc588bddeb51b7ca2f80","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAwQFESETcaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBA1ET/9oADAMBAAIRAxEAPwDV3LmWhv1GUqsM+OcQbEssgBb6brpV1udna0APjAA1rwt58REXs+iopTD/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PsoTUWqPpZ","title":"Jeremy Gibbons: The Genuine Sieve of Eratosthenes","shortId":"PsoTUWqPpZ","createdAt":"2021-05-12T01:51:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"phaskell","views":1,"score":27013481,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:55:17.000Z","url":"https://patternsinfp.wordpress.com/2021/05/10/the-genuine-sieve-of-eratosthenes/","canonicalUrl":"https://patternsinfp.wordpress.com/2021/05/10/the-genuine-sieve-of-eratosthenes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c927143d1c8d96b86273c01a92e3d5d4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAQUH/8QAIxAAAwABAgUFAAAAAAAAAAAAAQIDBAAFBhETIUESJTGBof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAExESH/2gAMAwEAAhEDEQA/AMp23a2z+HKn27HR6pT0WyB1nYLy+hyJ+SPzRThfGejtG2HKRJKI1SSo8Anzy0YkZPwLd2mjOdzQFioJI6L9tQLymt6Ks0ChiAAo7d9SrkHa2n//2Q==","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"pT3EvrGpo","title":"How to Use Selenium and Python to Scrape Websites More Effectively","shortId":"pT3EvrGpo","createdAt":"2021-05-11T22:59:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":98,"score":27013459,"tagsStr":"python,crawling,selenium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:53:43.000Z","url":"https://www.freecodecamp.org/news/improve-web-scraping-with-selenium/","canonicalUrl":"https://www.freecodecamp.org/news/improve-web-scraping-with-selenium/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/02ed392ebeb6571b02cffd512309f14a","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFEQYhBxIUMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABoRAAICAwAAAAAAAAAAAAAAAAACAQMEIjH/2gAMAwEAAhEDEQA/AJjWi5Zi8Vy+CSG2nxj/AB7zHGNmWeUPuNgxJHqQ4BB+gK0L+OOESOz3i3j3LHcrCZ12/wCnS9DvfQ6pSlNulGUkV2Sqn//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@_otavioss","readTime":6,"description":null,"toc":null,"summary":null},{"id":"KlBTfPQfk","title":"US backtracks on Xiaomi blacklisting","shortId":"KlBTfPQfk","createdAt":"2021-05-12T08:11:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013451,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T08:07:42.000Z","url":"https://www.theverge.com/2021/5/12/22431838/xiaomi-us-blacklist-remove-trump-lawsuit","canonicalUrl":"https://www.theverge.com/2021/5/12/22431838/xiaomi-us-blacklist-remove-trump-lawsuit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67d343dcf87b6ac4a7f18dcb730af3f2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIFAAMEEQYhEiNR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAEDBQAAAAAAAAAAAAAAAAMAAjEBERJBsf/aAAwDAQACEQMRAD8Agcy5LOYs5ixySV0i9a82vdh10G0FIPQ7O/tY5+Uzlt2QS2dpToe80pRjEy0JikdlOqcX/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bwsddsVNG","title":"Creating Virtual Reality Experiences with React 360","shortId":"bwsddsVNG","createdAt":"2021-05-11T22:03:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":128,"score":27013433,"tagsStr":"general-programming,react,react-native,vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:03:21.000Z","url":"https://blog.bitsrc.io/creating-virtual-reality-experiences-with-react-360-9f354623731e","canonicalUrl":"https://blog.bitsrc.io/creating-virtual-reality-experiences-with-react-360-9f354623731e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4463c4867b38db2954d98e7367e5278a","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQMFAQEBAAAAAAAAAAAAAQIDEQAEBQYhEiJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQEAAgMBAAAAAAAAAAAAAAABABECA2ES/9oADAMBAAIRAxEAPwDb9oS7Y4HL3dgn5YYcKy6+uQAO+QI6QYBkRVa05mXtcxTpyPortGlErSFKMoB6Y6f2lKNbeAvZFX3XJ//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"j99Z__59S","title":"Join GitHub on June 5 to celebrate the Class of 2021","shortId":"j99Z__59S","createdAt":"2021-05-11T22:10:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ghblog","views":76,"score":27013419,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:08:56.000Z","url":"https://github.blog/2021-05-11-join-github-june-5-celebrate-class-of-2021/","canonicalUrl":"https://github.blog/2021-05-11-join-github-june-5-celebrate-class-of-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6d3b61c062fa16de729446adf91feb7","ratio":1.90332805071315,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQREhMhYQVBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQSMf/aAAwDAQACEQMRAD8A3y88zPdTXVgRtIxlh3YXKyKAp5U+j3VhJp1RVSQaQMDUNRx2c8/aUqTLtasDUxalDdn/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xSXPRx5yG","title":"How can radiologists benefit from AI in 2021?","shortId":"xSXPRx5yG","createdAt":"2021-05-12T07:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27013386,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132355&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132355","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a78c90ac73b746508aa0d1caf8d76b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAJhAAAgECBQIHAAAAAAAAAAAAAQMCBBEABQYSEzFBBxQhIzJCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAIQMUIv/aAAwDAQACEQMRAD8AqvFbTZzLVtDT5w6o4RRymjy7Zxioi+6UYj0J+N7g9sO5dT06cvplXWdioxuZC5sBgvVFQ5zdTNa5k2oW+KpykTJY3QFonsLE9P3GVqqHcUPeZ0H2OJa4DG6i+XlQBP/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0aGX5QBht","title":"Is Rory McIlroy About to Hit a Hot Streak?","shortId":"0aGX5QBht","createdAt":"2021-05-11T22:57:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012897,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:42:24.000Z","url":"https://www.theringer.com/2021/5/11/22431354/is-rory-mcilroy-about-to-hit-a-hot-streak","canonicalUrl":"https://www.theringer.com/2021/5/11/22431354/is-rory-mcilroy-about-to-hit-a-hot-streak","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3cab6a86ec7b2dd3b8727220e8026abe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBAUAESEGEyJykf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEBAAEFAAAAAAAAAAAAAAAAAgABAxExUf/aAAwDAQACEQMRAD8AlhUNfF6chxq9gxZUbyVLbcUHHQ5yUnRHG9fMwJFa+l9wGwlEhRG+6sb59sYyA7i7HQpnU//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FkJRMWYAc","title":"The NBA’s Next Generation With Wosny Lambre, Vaccine Hesitancy With Derek Thompson, and Sharon Stone’s First Appearance","shortId":"FkJRMWYAc","createdAt":"2021-05-12T07:01:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013381,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T06:47:56.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/12/22431615/the-nbas-next-generation-with-wosny-lambre-vaccine-hesitancy-with-derek-thompson-and-sharon-stone","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/12/22431615/the-nbas-next-generation-with-wosny-lambre-vaccine-hesitancy-with-derek-thompson-and-sharon-stone","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a424b101c9dd4fa5f9c52342291bfda6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgIBAgcBAAAAAAAAAAAAAQIDBQAEIRESExQiMXGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABoRAAICAwAAAAAAAAAAAAAAAAECABEhQfD/2gAMAwEAAhEDEQA/AMLdQ6iuWvpYtSpazZpu4EfKYump2AB34/fzJoqwyRo7ahizAE+A94xhUCz2zEzGhmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Qun7gUABW","title":"WordPress integriert Creative Commons-Bildersuche","shortId":"Qun7gUABW","createdAt":"2021-05-12T06:49:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27013369,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T06:39:00.000Z","url":"https://linuxnews.de/2021/05/wordpress-integriert-creative-commons-bildersuche/","canonicalUrl":"https://linuxnews.de/2021/05/wordpress-integriert-creative-commons-bildersuche/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2691aae51480073229996c340108303e","ratio":1.90026954177898,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACBAMRIQUSMUFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAIf/aAAwDAQACEQMRAD8Ax6u0TYFGPGAh12Da6TTuXvzyc2+KgZYAEkkd+oioJJPTBGmuO//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CFSSx8zFF","title":"Orange: New PWA converts 52% better on mobile","shortId":"CFSSx8zFF","createdAt":"2021-05-11T17:28:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":245,"score":27013364,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-11T20:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://web.dev/orange/","canonicalUrl":"https://web.dev/orange/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d868187970e30234ee63703254e6bb1","ratio":1.5625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAgEEAQUBAAAAAAAAAAAAAgMBAAQFERMIEhUhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AK+kdfkMLmywxMxq1PQL1wzv5y4TiS3MbH61OorRtrZ3i7VIOyTWNEIgz4w+p17n8pSgkDmpprq7/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Y320h9233","title":"Thor and other Viking heroes","shortId":"Y320h9233","createdAt":"2021-05-12T06:42:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27013362,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/119124131/Thor-and-other-Viking-heroes","canonicalUrl":"https://www.behance.net/gallery/119124131/Thor-and-other-Viking-heroes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44ae17ab39f8cd7f5f03fb6ceb55f4c4","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAmEAABAwIFAwUAAAAAAAAAAAABAgMEESEABRITMQYUIiNBQnHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AGoeZxc5akR0uBs6yCW9SFWNfEnm2Bl9OdVBatjMnw1XwG+FUT7XPP3gbL8vmR1Ldgek8hfmpTmpKgTyQb25oD+YuI8uV27W6BuaRqotXNL/ACxKdbt0GNWyheAT/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"M23RCYA8x","title":"Monitoring Spark Streaming on K8s with Prometheus and Grafana","shortId":"M23RCYA8x","createdAt":"2021-05-11T22:14:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":64,"score":27013350,"tagsStr":"aws,azure,infrastructure,kubernetes,apache,apache-spark,prometheus,grafana","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:07:11.000Z","url":"https://itnext.io/monitoring-spark-streaming-on-k8s-with-prometheus-and-grafana-e6d8720c4a02","canonicalUrl":"https://itnext.io/monitoring-spark-streaming-on-k8s-with-prometheus-and-grafana-e6d8720c4a02","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28086af88d625497fad4d22fa01fa522","ratio":1.69252468265162,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAxESBDJhcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AwWaI5ddODYsWRvfV8KFyC9peoivYTj//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RsYeB9YEe","title":"Why You Should Start Using Chakra UI","shortId":"RsYeB9YEe","createdAt":"2021-05-11T15:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","tweeted":true,"views":454,"score":27013342,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-11T21:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:22:27.000Z","url":"https://www.freecodecamp.org/news/why-should-you-start-using-chakraui/","canonicalUrl":"https://www.freecodecamp.org/news/why-should-you-start-using-chakraui/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/499cfc5020cec24c3189d1757096aab3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAdEAABBAMBAQAAAAAAAAAAAAABAgMEEQASIUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDEQQhQcH/2gAMAwEAAhEDEQA/AKkyRIjy4sZp4JQ+UnYIGybI5fzuSH52r7iUsNUFECxfuMYoxYmOaLHPSprIa0v/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@BrodasGeo","readTime":7,"description":null,"toc":null,"summary":null},{"id":"9Rc5CvRR0","title":"Cerne Abbas Giant may have been carved into hill over 1000 years ago","shortId":"9Rc5CvRR0","createdAt":"2021-05-12T05:09:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27013269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277255-cerne-abbas-giant-may-have-been-carved-into-hill-over-1000-years-ago/","canonicalUrl":"https://www.newscientist.com/article/2277255-cerne-abbas-giant-may-have-been-carved-into-hill-over-1000-years-ago/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9d3d76bf4763bdb99b3e15790813274","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAUREgYhFFFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDBBEx/9oADAMBAAIRAxEAPwCbcb551ojj3dXC6g5Pro1mD8ihRisj5cHDER9Z+UpUvFgpbTG18P/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"y64j__ROmN","title":"Introducing argocd-vault-plugin v1.0!","shortId":"y64j__ROmN","createdAt":"2021-05-11T22:14:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":25,"score":27013252,"tagsStr":"aws,hashicorp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:30:54.000Z","url":"https://itnext.io/introducing-argocd-vault-plugin-v1-0-708433294b2d","canonicalUrl":"https://itnext.io/introducing-argocd-vault-plugin-v1-0-708433294b2d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0988901d668d65cf0aeca392d36d6502","ratio":1.55440414507772,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBQIEBhEiQWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AM5ZPlUpklvFsyjwcojrcW7IAA2jk96CkeKCiIDOSqut/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@jakewernette","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8Y5fn-eO0","title":"Amazon is suing to stop SMS raffle scams","shortId":"8Y5fn-eO0","createdAt":"2021-05-12T04:24:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013224,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T04:20:25.000Z","url":"https://www.theverge.com/2021/5/12/22431451/amazon-raffle-scam-lawsuit-text-messages","canonicalUrl":"https://www.theverge.com/2021/5/12/22431451/amazon-raffle-scam-lawsuit-text-messages","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53d2de7bb79ad689ee1e09222c957aba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBRJBBgciUYL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAESH/2gAMAwEAAhEDEQA/AMe51bUEqdtu57mebcAYmfeODjmpK7h9RJVBcNUvowhERADQAAPmlKJF0ve+51xIAG//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dBO07hN0X","title":"Why and How of Kubernetes Ingress (and Networking)","shortId":"dBO07hN0X","createdAt":"2021-05-11T22:14:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":16,"score":27013223,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:05:26.000Z","url":"https://itnext.io/why-and-how-of-kubernetes-ingress-and-networking-6cb308ca03d2","canonicalUrl":"https://getenroute.io/blog/ingress-controller-kubernetes-api-gateway-secure-service-jwt-oauth-oidc-network-namespace/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b54393531c63b96a20cdfb1074826869","ratio":0.85166784953868,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIFAwQRACExBhITFSJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDAZWh056aIaHWRMk1NvYC6VPEG27fEV3I5zn81P3BqC4qjtQfR2AGBvpWV6wmZeJioyRuVrWcWjU7RDTUGmrYzlgAW4HJOgWqFmJIG5zqg/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@SaarasInc","readTime":9,"description":null,"toc":null,"summary":null},{"id":"44zdSxJo1","title":"It seems the patent office wanted number 11 million to be special, not soy","shortId":"44zdSxJo1","createdAt":"2021-05-12T04:19:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013219,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T03:59:00.000Z","url":"https://www.theverge.com/2021/5/11/22431486/patent-office-11-million-utility-soy-heart-valve","canonicalUrl":"https://www.theverge.com/2021/5/11/22431486/patent-office-11-million-utility-soy-heart-valve","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d10d7aa52f0585634a03ea81b1b4fc85","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwURBBITITFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQACAwAAAAAAAAAAAAAAAAABAwACIf/aAAwDAQACEQMRAD8AxXSXF+JaC01AV8A/PXiR3uu12BoBiDjJc9xEMWqpJyMMZYAbP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"h5kQITOAg","title":"AWS CDK for EKS — Kubernetes Manifest Handling","shortId":"h5kQITOAg","createdAt":"2021-05-11T22:14:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":12,"score":27013216,"tagsStr":"aws,kubernetes,java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T15:24:47.000Z","url":"https://itnext.io/aws-cdk-for-eks-kubernetes-manifest-handling-ebdec52e7f01","canonicalUrl":"https://itnext.io/aws-cdk-for-eks-kubernetes-manifest-handling-ebdec52e7f01","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9078a7a7a1a7208e5c0d9c260ead2a9","ratio":4.15983606557377,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAQQDAAAAAAAAAAAAAAAAAAECAxIhYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8AzzO5auyT2XXABZChYf/Z","siteTwitter":"@itnext_io","creatorTwitter":"@jimmyraywv","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JxppTQg0D","title":"How to Write a Résumé – Practical Guide with Example Résumé","shortId":"JxppTQg0D","createdAt":"2021-05-11T19:52:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":64,"score":27013208,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:40:31.000Z","url":"https://www.freecodecamp.org/news/how-to-write-a-resume-with-example/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-write-a-resume-with-example/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f7b19ada209d995802f519f92ff59a3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAACAAEDBQQRBhIhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASIf/aAAwDAQACEQMRAD8AnMF+FcVlHLXwZQ48nYe76+a9Km8esGyaCsnGAI2lxYjYBfwOwZ9MiJkOxv/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@larymak1","readTime":8,"description":null,"toc":null,"summary":null},{"id":"JWZ7lA0yD","title":"A Guide To CSS Container Queries","shortId":"JWZ7lA0yD","createdAt":"2021-05-11T13:48:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":314,"score":27013194,"tagsStr":"webdev,css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-11T15:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/complete-guide-css-container-queries/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/complete-guide-css-container-queries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1cce5e3d96c0af28a897feef3a059066","ratio":1.34443168771527,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRABAAIBBQEAAAAAAAAAAAAAAQACAxITIXGi0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSdcfFaGBEVAsGlepZUylQ2/R8iIH/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"dWDIrMVrR","title":"Should I use Hotwire with Craft?","shortId":"dWDIrMVrR","createdAt":"2021-05-11T22:55:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012895,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.viget.com/articles/should-i-use-hotwire-with-craft/?ref=webdesignernews.com","canonicalUrl":"https://www.viget.com/articles/should-i-use-hotwire-with-craft/?ref=webdesignernews.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5eef9d2b9b5bac024376b431058a9f02","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAhEAAQQDMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQEBAQEAAAAAAAAAAAAAAAERAAIh/9oADAMBAAIRAxEAPwDHMePIGAduoy6jTfICobbVU/L9/JJiIky0w/NCLfd//9k=","siteTwitter":"@viget","creatorTwitter":"@PoettersBetter","readTime":5,"description":null,"toc":null,"summary":null},{"id":"q_T8eRxXc","title":"Bungie accidentally turns on Destiny 2 crossplay months early","shortId":"q_T8eRxXc","createdAt":"2021-05-12T03:04:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013144,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T03:03:31.000Z","url":"https://www.theverge.com/2021/5/11/22431683/destiny-2-crossplay-released-accidentally-stadia-pc","canonicalUrl":"https://www.theverge.com/2021/5/11/22431683/destiny-2-crossplay-released-accidentally-stadia-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5540aeeddd7e309d366a7dca268d8f7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwUxIQcREhRB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABYRAQEBAAAAAAAAAAAAAAAAAAARIf/aAAwDAQACEQMRAD8Ah+mebn2JsiBjr/rWnQhiUV+SpPlofRUjNzWVSZfV5auwuMC5Tlj33ulKZcGj/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"az7t5C20-","title":"Bosshe Hair","shortId":"az7t5C20-","createdAt":"2021-05-12T02:36:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27013116,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/119250835/Bosshe-Hair","canonicalUrl":"https://www.behance.net/gallery/119250835/Bosshe-Hair","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d455e1e2db6345d151902ba633f647f3","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAwABAgQREiEiMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0CWFU5biqBQHrjIOT+7yZUP2iIP/2Q==","siteTwitter":"@behance","creatorTwitter":"@anagramastudio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"muAqcWb2l","title":"Introducing argocd-vault-plugin v1.0!","shortId":"muAqcWb2l","createdAt":"2021-05-11T20:11:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":20,"score":27013113,"tagsStr":"aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:47:35.000Z","url":"https://werne2j.medium.com/introducing-argocd-vault-plugin-v1-0-708433294b2d","canonicalUrl":"https://werne2j.medium.com/introducing-argocd-vault-plugin-v1-0-708433294b2d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0988901d668d65cf0aeca392d36d6502","ratio":1.55440414507772,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBQIEBhEiQWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AM5ZPlUpklvFsyjwcojrcW7IAA2jk96CkeKCiIDOSqut/9k=","siteTwitter":"@Medium","creatorTwitter":"@jakewernette","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5JCvixI8G","title":"How to Design Good Typography - Free Treehouse Course","shortId":"5JCvixI8G","createdAt":"2021-05-11T12:58:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":272,"score":27013071,"tagsStr":"career,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-11T17:00:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:56:14.000Z","url":"https://www.freecodecamp.org/news/how-to-design-good-typography/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-design-good-typography/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f51d5aef251a182dd10d5c220472693","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMREiEiMVFxwf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A03fjS2karUt1tHtTp4+uP2rpFtBQGVXbG7FRknz1SlCv/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hIYPNMQRlU","title":"JavaScript Hash Table – Associative Array Hashing in JS","shortId":"hIYPNMQRlU","createdAt":"2021-05-11T15:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":136,"score":27013067,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:24:00.000Z","url":"https://www.freecodecamp.org/news/javascript-hash-table-associative-array-hashing-in-js/","canonicalUrl":"https://www.freecodecamp.org/news/javascript-hash-table-associative-array-hashing-in-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b2c58a3f5fe7038aaecd44c7b646002","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBQAEEQcTISJRYoH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EAB0RAQACAQUBAAAAAAAAAAAAAAECBAAFESFBUWH/2gAMAwEAAhEDEQA/AIGrc1O2eosu3Hy71swy4nbbQkYT0B+8knnzWpYtKTGWhUkE7KMnHqKUqU1iMY1q6AcefDErqznu95//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@nsebhastian","readTime":10,"description":null,"toc":null,"summary":null},{"id":"8sOKN41v-","title":"Epic v. Apple keeps coming back to the gap between ignorance and inconvenience","shortId":"8sOKN41v-","createdAt":"2021-05-12T01:29:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013049,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T01:20:57.000Z","url":"https://www.theverge.com/2021/5/11/22431356/epic-v-apple-anti-steering-ios-fortnite-subscriptions-web-day-7","canonicalUrl":"https://www.theverge.com/2021/5/11/22431356/epic-v-apple-anti-steering-ios-fortnite-subscriptions-web-day-7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0521632bbf1e0b152511d356ebc0d7f8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAgEEAgMAAAAAAAAAAAABAgMEAAYREyEFElFhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEBAAICAwAAAAAAAAAAAAAAAQIRAPADBCH/2gAMAwEAAhEDEQA/AJOrTgraX8AsCsslu6kcsm/ZDEe35sB8bfeQ1/UViG/Zih5VjSRlUc7dAEgDGMvgiSWzbcOysQrfDP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"jRDSMI5RW","title":"Distributed Persistent Rendering (DPR)","shortId":"jRDSMI5RW","createdAt":"2021-05-11T14:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":74,"score":27013043,"tagsStr":"netlify,jamstack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:33:10.000Z","url":"https://css-tricks.com/distributed-persistent-rendering-dpr/","canonicalUrl":"https://css-tricks.com/distributed-persistent-rendering-dpr/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d60318c631cc58d6bc62912310d9858e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAkEAACAQIDCQAAAAAAAAAAAAABAgMABAURFAcSEyEiMmFiov/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAwACBBEhBf/aAAwDAQACEQMRAD8Am9pgOknYs1nPxYhHlLbFt32HX3eaHZ8WJK4mqg8wNOTl90pRvr5TU2qVnW4hiIoxra2HAeT/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MZgqUFzRG","title":"How to Get a Job by Building Relationships – Advice from a Senior Software Engineer","shortId":"MZgqUFzRG","createdAt":"2021-05-11T17:39:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":48,"score":27013039,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:29:13.000Z","url":"https://www.freecodecamp.org/news/how-to-get-a-job-by-building-relationships/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-get-a-job-by-building-relationships/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d513a7a4d8a26d03bf0a9cfe9d4d43b","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAgYCAwAAAAAAAAAAAAABAwQAAgUGESExQRMUsf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAHREAAgIBBQAAAAAAAAAAAAAAAgMAAQQREkFhwf/aAAwDAQACEQMRAD8Aolz1qsUVi2bo3EB4MuHCvpDISk5lAzvJ6+RC3V61R26WcSlkZVpyoNqDROeOoQhYqRbZbupLmOJADYc6+T//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@ki_dchae","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Lpycs2ZWU","title":"CryptoPunks NFTs sell at Christie’s for $16.9 million","shortId":"Lpycs2ZWU","createdAt":"2021-05-12T01:00:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013020,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:56:08.000Z","url":"https://www.theverge.com/2021/5/11/22430254/cryptopunks-christies-sale-larva-labs","canonicalUrl":"https://www.theverge.com/2021/5/11/22430254/cryptopunks-christies-sale-larva-labs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/672d929d13fca749af303b9cd368dded","ratio":1.91074681238616,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxIEEQUTIRT/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAEEAwAAAAAAAAAAAAAAAAIAAQNxESLR/9oADAMBAAIRAxEAPwDLmxYXYPMZkzGyfL0lrNVtc1OyPVWfDpETonyR2pEzaBXF/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dYEhV-els","title":"How to Build Beautiful Page Transitions in Angular","shortId":"dYEhV-els","createdAt":"2021-05-11T17:52:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":33,"score":27013013,"tagsStr":"general-programming,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:50:09.000Z","url":"https://www.freecodecamp.org/news/beautiful-page-transitions-in-angular/","canonicalUrl":"https://www.freecodecamp.org/news/beautiful-page-transitions-in-angular/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b4102359b37266f7f21d33e0d3c90d6","ratio":1.90995907230559,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAgUDBQAAAAAAAAAAAAABAAQCAwURIQYSFBYiMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCEUH/2gAMAwEAAhEDEQA/AIrnUNUdT4uW9nOMgnfEffyyi9V1KHtEw2GPJREreSbsA0z/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@arjavdave","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LpHwYMJH-","title":"Pending Data Protection and Security Laws At-A-Glance: APAC","shortId":"LpHwYMJH-","createdAt":"2021-05-12T00:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cshub","views":0,"score":27012962,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/pending-data-protection-and-security-laws-at-a-glance-apac","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/pending-data-protection-and-security-laws-at-a-glance-apac","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0da87e109b47c5f728d5ffcc4fbd62e","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAAQEBwEAAAAAAAAAAAAAAAEDBAIFEiEGERMXQVSR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQACAQUAAAAAAAAAAAAAAAAAAQMEBRRCUv/aAAwDAQACEQMRAD8A3zvGk2cTJm8T0Ek2tdaBQGcK1RZXvwLtxX/TaeH9AAow4OQS7jUrdn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4qMnWBt21","title":"Biden Makes a Deal With Uber and Lyft in the Name of Vaccines","shortId":"4qMnWBt21","createdAt":"2021-05-12T00:00:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:56:00.000Z","url":"https://www.wired.com/story/biden-deal-uber-lyft-name-vaccines/","canonicalUrl":"https://www.wired.com/story/biden-deal-uber-lyft-name-vaccines/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea3603774d73ae8f8e5546cf97f083c4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADBRITMUFT/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AMQbk9k0rIk9xuoFAp2E1fuzZvLpulBFAmyvH1OMY6pWhJbw/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qRMy1T_XR","title":"The Conference Platform We Use For Our Online Events: Hopin","shortId":"qRMy1T_XR","createdAt":"2021-05-11T10:32:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":232,"score":27012936,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-11T11:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/smashingconf-conference-platform-hopin/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/smashingconf-conference-platform-hopin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1ce3555b15a43088eeee19ac0bfdc22","ratio":1.49935483870968,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABBAEBCQAAAAAAAAAAAAABAAIDEQUEBgcSEyEiMUGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMABBEFEiFRsf/aAAwDAQACEQMRAD8AoxG2UeBxcAdppJNP3RmMPocQApwAqjd+z5Vzd7rmgBuGiAHQDnONfURSUsoZyWkXJz2aXVZXtnRIeBtXwV//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@msmandachelle","readTime":8,"description":null,"toc":null,"summary":null},{"id":"JAynuk6u3","title":"The T-Mobile / Sprint merger hasn’t created jobs — it’s ended them","shortId":"JAynuk6u3","createdAt":"2021-05-11T22:44:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:37:31.000Z","url":"https://www.theverge.com/2021/5/11/22429587/t-mobile-sprint-merge-jobs-promise-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/11/22429587/t-mobile-sprint-merge-jobs-promise-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdc1b52dd23ed4b98afef27c5805a779","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACEQMSMQQhQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAMxMlGR/9oADAMBAAIRAxEAPwDF6WSyk0GC6zfqWyPMKbVLTVebBk8lEVzQVvoijjyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"xN1oNMAXy","title":"Ziruma Wood Cutting Boards","shortId":"xN1oNMAXy","createdAt":"2021-05-11T22:37:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27012877,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/117613091/Ziruma-Wood-Cutting-Boards","canonicalUrl":"https://www.behance.net/gallery/117613091/Ziruma-Wood-Cutting-Boards","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/479189ab316900cd9b028a5a40946b7b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAYH/8QAJRAAAQMDAQkBAAAAAAAAAAAAAQIEEQADEjEFExQhIiNBUVKR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAyEx/9oADAMBAAIRAxEAPwDA9g2ra2qME5GYUYgJ9SdPFJVwsnqT+1VoaNggWw3s7tQBKcBBIHIxT0NW+Cexa0+BRTvvBpSxH//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"lWb-phN6x","title":"Regular-Season Awards Ballot","shortId":"lWb-phN6x","createdAt":"2021-05-11T22:26:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012866,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:15:26.000Z","url":"https://www.theringer.com/2021/5/11/22431294/regular-season-awards-ballot","canonicalUrl":"https://www.theringer.com/2021/5/11/22431294/regular-season-awards-ballot","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7efaa1368161170a7d6e4e723aaf6f74","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDIQAFBhESQVFSsf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AwPSzE23NRAgiDdcZZyOSV9R4u6yE87B2thfbgD5jGKP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ju0xqbhbz","title":"Mal’s Summer-Hype Mailbag","shortId":"Ju0xqbhbz","createdAt":"2021-05-11T22:19:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012859,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:09:59.000Z","url":"https://www.theringer.com/2021/5/11/22431307/mals-summer-hype-mailbag","canonicalUrl":"https://www.theringer.com/2021/5/11/22431307/mals-summer-hype-mailbag","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae59b61874476e2217f672c1543a1299","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQGEXEFEhMhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQADAAAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AM/ye28N+LGEqsEjKfaAldu6/eFHNXrPCulTWkEsgm73jVm0+hsilKeUDTP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MMlkkn0es","title":"The Dodgers’ Tailspin, John Means’s No-No, and Ratcoon Gate","shortId":"MMlkkn0es","createdAt":"2021-05-11T22:12:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012852,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:07:07.000Z","url":"https://www.theringer.com/2021/5/11/22431312/the-dodgers-tailspin-john-meanss-no-no-and-ratcoon-gate","canonicalUrl":"https://www.theringer.com/2021/5/11/22431312/the-dodgers-tailspin-john-meanss-no-no-and-ratcoon-gate","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b716e78e38b07c4c1d6b81400e36b3d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQUBAAMAAAAAAAAAAAABAgMABAUGETESUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCe1lMXe3+mIMTEsWWika5jeVnDlGKDo6B9nn7yoyTa9gikaODL3MMKEqkaMfiijwDp8ApSgOkkNv/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"w8eODyeHn","title":"UX Lexicon","shortId":"w8eODyeHn","createdAt":"2021-05-11T21:41:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012821,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2019-09-01T12:00:00.000Z","url":"https://www.curiositytank.com/ux-lexicon","canonicalUrl":"https://www.curiositytank.com/ux-lexicon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8af900b5b1ece75468af2ecb23580d17","ratio":1.62429696287964,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFETFBYRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/ANF3OJyEuRLx5S5isyfoojgMO9Danv3irkSlI0VmZyAAWPJ9NKVVLBZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"eevSXKCJ6","title":"Intriguing Lower Seeds, Jaylen Brown, Russell Westbrook, and KOC’s NBA Awards Ballot","shortId":"eevSXKCJ6","createdAt":"2021-05-11T21:13:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T21:11:45.000Z","url":"https://www.theringer.com/2021/5/11/22431195/intriguing-lower-seeds-jaylen-brown-injury-russ-breaks-record-and-nba-awards-ballot","canonicalUrl":"https://www.theringer.com/2021/5/11/22431195/intriguing-lower-seeds-jaylen-brown-injury-russ-breaks-record-and-nba-awards-ballot","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd3284aa3382b6e99e50ece7452e5341","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAACAgICAgMAAAAAAAAAAAABAwIEAAUREgYxQmGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECABESMUH/2gAMAwEAAhEDEQA/AL9/oKus8sbSRN7K6K6exdMyZPvMfP2Pf3ktnUxr2WpVsttBa5mEYxevgAHgAcrJ/ScYwKrl8jlD2MJtQTP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"918w5_MIc","title":"TikTok is reportedly pulling a Facebook and adding in-app shopping","shortId":"918w5_MIc","createdAt":"2021-05-11T17:06:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":27012780,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:02:21.000Z","url":"https://www.theverge.com/2021/5/11/22430513/tiktok-in-app-shopping-instagram-facebook-europe-test","canonicalUrl":"https://www.theverge.com/2021/5/11/22430513/tiktok-in-app-shopping-instagram-facebook-europe-test","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/caafd319cc7cfe8fc127ae8dd44553c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAREiEFMQYHQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAQUBAQAAAAAAAAAAAAAAAQACA3HBIjH/2gAMAwEAAhEDEQA/ANj55+Q77E8cgCQtuKGXphQ2cc1IBTZRHYOQ11r7fVhalKM9deBVTniOtK//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jZt6KbAjc","title":"The Cicadas Are Coming. Let’s Eat Them!","shortId":"jZt6KbAjc","createdAt":"2021-05-11T11:03:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.wired.com/story/eating-cicadas-brood-x/","canonicalUrl":"https://www.wired.com/story/eating-cicadas-brood-x/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28bb9fb69913e4b20869199be2b5d462","ratio":1.91224489795918,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhEzFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/ANInvC8nG3jBwgka18StgaAIo7xn2xNUpo3jldI0tNFYhdomJx9O/dKVOGxv/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"FDJSNCkBf","title":"First commercial-scale offshore wind farm in the US gets federal approval","shortId":"FDJSNCkBf","createdAt":"2021-05-11T20:59:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012779,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:58:10.000Z","url":"https://www.theverge.com/2021/5/11/22430981/offshore-wind-farm-commercial-scale-federal-approval-vineyard-wind-massachusetts","canonicalUrl":"https://www.theverge.com/2021/5/11/22430981/offshore-wind-farm-commercial-scale-federal-approval-vineyard-wind-massachusetts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4b0238bb3e16e907fb079c04afff8ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgADBBEFBhIWMUNicf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwCv60KoSLE5wfN89ZD3269Rq3txUVwivUZgvFTxBPbOIiKtaEh4f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RrdRDXdrh","title":"Rare video of giant squid reveals it stalks jellyfish in deep water","shortId":"RrdRDXdrh","createdAt":"2021-05-11T20:48:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012768,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277262-rare-video-of-giant-squid-reveals-it-stalks-jellyfish-in-deep-water/","canonicalUrl":"https://www.newscientist.com/article/2277262-rare-video-of-giant-squid-reveals-it-stalks-jellyfish-in-deep-water/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1caf858368fc81f1c431169769c9f131","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAgEDBAAhBQYREhMiQZOh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDBZ7M/MsTD5ElDfmOAQBLcId721biffpuiEt9PU1Mp4uqa8AeQftKUH//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TYtKjCeSH","title":"Woman gets 6 doses of COVID-19 vaccine at once","shortId":"TYtKjCeSH","createdAt":"2021-05-11T20:39:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012759,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:23:57.000Z","url":"https://www.livescience.com/woman-covid-19-vaccine-six-doses.html","canonicalUrl":"https://www.livescience.com/woman-covid-19-vaccine-six-doses.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e221704ea97117c2692d6210ee29baaf","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFBhETIVEHEjEyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEQMEEhMx/9oADAMBAAIRAxEAPwC287ZuIvIm6Q2w8+8sMp1VJSZdON1A5543jLHTarkAu16Y1D7drCMZ+4yrxCEUbmpiGg8TrbJML//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PwV9VgN6J","title":"The Wyze Buds Pro offer ANC and wireless charging for $60","shortId":"PwV9VgN6J","createdAt":"2021-05-11T20:37:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012757,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:36:13.000Z","url":"https://www.theverge.com/2021/5/11/22431027/wyze-buds-pro-active-noise-canceling-wireless-charging-earbuds","canonicalUrl":"https://www.theverge.com/2021/5/11/22431027/wyze-buds-pro-active-noise-canceling-wireless-charging-earbuds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed9ed82e81954fc2ccc189f9da48c77c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIRAAMEEiEFBgcjMTKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDITH/2gAMAwEAAhEDEQA/AJHXDmO7lYvesI+hlsLqYmIaZERuSs/azGNwyy+PaYX8pQygwHG23j1pSpcl0tjxKfT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mrNj34Z93","title":"Instagram will let people list their pronouns on their profiles","shortId":"mrNj34Z93","createdAt":"2021-05-11T20:21:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012741,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:16:58.000Z","url":"https://www.theverge.com/2021/5/11/22431055/instagram-pronoun-profile-update-setting","canonicalUrl":"https://www.theverge.com/2021/5/11/22431055/instagram-pronoun-profile-update-setting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66c397b22607db76a4ba8b335a111107","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAABAwUBAQAAAAAAAAAAAAABAgMFAAQREiETMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADBBEhMfD/2gAMAwEAAhEDEQA/AKRO3Bs4Rfg0z6mNilpUtGQFeyukDGfnejNTCXmJJcreqcctNy+sq1YIGdj8G3BSlMZFL89qMtKjKTgz/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"PXVHFUeJY","title":"Postgres and Redis database connection pool size config for Ruby on Rails app","shortId":"PXVHFUeJY","createdAt":"2021-05-11T13:56:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":15,"score":27012721,"tagsStr":"general-programming,ruby,rails,postgresql,redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:55:56.000Z","url":"https://itnext.io/postgres-and-redis-database-connection-pool-size-config-for-ruby-on-rails-app-3725239710fa","canonicalUrl":"https://docs.knapsackpro.com/2021/estimate-database-connections-pool-size-for-rails-application","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52855a2d263d42eb6d03afc01ccdc344","ratio":1.3953488372093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwUREjEiBBMhI2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAIDAQEAAAAAAAAAAAAAAAECABHwAwT/2gAMAwEAAhEDEQA/AND1LnIe8S18ZyLyb8jawaBoDX1UspU2Dc+pkyt59jtoiI5WwJb0c1YKx2uf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@ArturTrzop","readTime":8,"description":null,"toc":null,"summary":null},{"id":"-eW_CQwS1","title":"Firefly Festival reignites with electric lineup featuring Diplo, Tame Impala, REZZ, Madeon, and more","shortId":"-eW_CQwS1","createdAt":"2021-05-11T19:34:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012694,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:26:49.000Z","url":"https://dancingastronaut.com/2021/05/firefly-festivals-boasts-electric-lineup-featuring-diplo-tame-impala-rezz-madeon-and-many-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/firefly-festivals-boasts-electric-lineup-featuring-diplo-tame-impala-rezz-madeon-and-many-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/078574cd38a11029939321d74f451ca0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgABBAMREiEFBkFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQACAwADAAAAAAAAAAAAAAABAwACEQUSMf/aAAwDAQACEQMRAD8AxLgOw8ZD63WhSIjFIO+VTBn158UkZUnMsSe19aREugB2VH8i1y6LuBlfJ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3CsZC6c3A","title":"Top 10 React Hook Libraries","shortId":"3CsZC6c3A","createdAt":"2021-05-11T10:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":96,"score":27012687,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-11T12:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-11T02:52:48.000Z","url":"https://blog.bitsrc.io/top-10-react-hook-libraries-ca284ab3ae1d","canonicalUrl":"https://blog.bitsrc.io/top-10-react-hook-libraries-ca284ab3ae1d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc8974806905bf4435386e81e8a7d3f5","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBRIGIRMUQf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEBAAIBBQAAAAAAAAAAAAAAAgERAAMEITFB/9oADAMBAAIRAxEAPwDSsVxy8xSrO0vWscu5aUVo9TZlmVKPesEzqYJJNVQebQNXS95E9KhQIn7BI7pSpu1EBNHtVfM42pEKr8z/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"@PiumiLiyana","readTime":7,"description":null,"toc":null,"summary":null},{"id":"X734UCZsM","title":"Da Vinci ‘Head of a Bear’ could sell for over $16 million at upcoming auction","shortId":"X734UCZsM","createdAt":"2021-05-11T19:20:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012680,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:08:19.000Z","url":"https://www.livescience.com/leonardo-da-vinci-head-of-bear-will-be-auctioned.html","canonicalUrl":"https://www.livescience.com/leonardo-da-vinci-head-of-bear-will-be-auctioned.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa6cf5392a55e547ce589397f219dca8","ratio":1.05726872246696,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGB//EACAQAAICAQMFAAAAAAAAAAAAAAECAwQABRFxEiEyM1H/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMREv/aAAwDAQACEQMRAD8A2TVtRuR6vcjFmwsYmYL0yEAD5l/RJalXLEsxjUkk779sE/tfnGk8F4yNacknY2bQJ//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"phwoIhu7B","title":"How to get a government-paid discount on your broadband","shortId":"phwoIhu7B","createdAt":"2021-05-11T19:17:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:14:38.000Z","url":"https://www.theverge.com/22430529/emergency-broadband-benefit-program-how-to-get","canonicalUrl":"https://www.theverge.com/22430529/emergency-broadband-benefit-program-how-to-get","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8275ea726944892059c3299cf1fa154d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAARBSIGIXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABsRAQACAgMAAAAAAAAAAAAAAAECBAADBbHR/9oADAMBAAIRAxEAPwDDU835avx0aVIVkV4LWhOoEzUOo2JE73139Jy7FTjbT2WH1XlrpFkyLBAJJ2fWsYyvv8TThII6+/cCrZ2oq5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_5QxOaJ7U","title":"Ben Affleck and Jennifer Lopez in Montana and Back Together?","shortId":"_5QxOaJ7U","createdAt":"2021-05-11T19:17:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:12:47.000Z","url":"https://www.theringer.com/2021/5/11/22430973/ben-affleck-and-jennifer-lopez-in-montana-and-back-together","canonicalUrl":"https://www.theringer.com/2021/5/11/22430973/ben-affleck-and-jennifer-lopez-in-montana-and-back-together","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c12049390adf8ee6a9dc087120c2f011","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERIGIjFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAJBAf/aAAwDAQACEQMRAD8Ax3E5y+bBz5J5QbiyUwW/boR8hyLD6ahN1NfOxZ2LOx2WMjbJ9+aUq0ug0P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Z6-IRVYRk","title":"‘Hellraisers, Pt. 1’ is Cheat Codes as we know and love them—lively conductors of dance-pop crossovers","shortId":"Z6-IRVYRk","createdAt":"2021-05-11T19:15:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012675,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:14:08.000Z","url":"https://dancingastronaut.com/2021/05/hellraisers-pt-1-is-cheat-codes-as-we-know-and-love-them-lively-conductors-of-dance-pop-crossovers/","canonicalUrl":"https://dancingastronaut.com/2021/05/hellraisers-pt-1-is-cheat-codes-as-we-know-and-love-them-lively-conductors-of-dance-pop-crossovers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2404ab0dbfdc4c69803b25475bb024e2","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQRBSExBhIiMsH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQRQQUhYf/aAAwDAQACEQMRAD8AwQ9S5oa6aQcZKMIfGB4gOJwQ7PPs07fFdbWw6tEZ2AylgLyOO7G6ImFkuZZMndDeUYLBCFAHQ15X/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"g-kQLzmxJ","title":"Blizzard is showing off two hours of Overwatch 2 on Thursday","shortId":"g-kQLzmxJ","createdAt":"2021-05-11T18:02:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012602,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22430644/blizzard-overwatch-2-livestream-twitch-youtube","canonicalUrl":"https://www.theverge.com/2021/5/11/22430644/blizzard-overwatch-2-livestream-twitch-youtube","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b488eae85e079df0c1f817088249261","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEQMEBTEGIRIUMv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/AIuRv7pnHq997Fc3LKm/PozEnW+1gXZOoXEkGSZ+kRUq9rsFAcJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IytQzs-Ef9","title":"Premiere: Dominik Eulberg seeks serenity with dazzling new remix of Marino Canal","shortId":"IytQzs-Ef9","createdAt":"2021-05-11T19:15:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012675,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:04:49.000Z","url":"https://dancingastronaut.com/2021/05/premiere-dominik-eulberg-seeks-serenity-with-dazzling-new-remix-of-marino-canal/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-dominik-eulberg-seeks-serenity-with-dazzling-new-remix-of-marino-canal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38d6be51d82cbed0bd0af6ba7b13a2f9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgAFBQEAAAAAAAAAAAAAAQIAAwUHEQQSEyFBFP/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEUH/2gAMAwEAAhEDEQA/AJNzbiyKPcirUzgdqXp025loBMfUFQS5Y9lcHaB4B0IwIucwAHwA495IQihkLa9xj2Cd/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ILWYBSwBO","title":"Instacart tells entry-level team to return to office, senior managers can stay home","shortId":"ILWYBSwBO","createdAt":"2021-05-11T19:12:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012672,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:11:25.000Z","url":"https://www.theverge.com/2021/5/11/22429690/instacart-remote-work-policy-office-reopen-coronavirus-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/11/22429690/instacart-remote-work-policy-office-reopen-coronavirus-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e29d06a04d55ac89ab08ad4b074aa648","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQFBxESFCFRYXGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDBBEh/9oADAMBAAIRAxEAPwCvQbLm4wV1z8T3CSiFxGJmVVIaRT3334R8rM7nPTrcSqBIdmI6yefVKVZj1Rk3sG1tdP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VQQ0rxspu","title":"Covid-19 news: Concern over black fungus in covid-19 patients in India","shortId":"VQQ0rxspu","createdAt":"2021-05-11T19:08:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012668,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-concern-over-black-fungus-in-covid-19-patients-in-india/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-concern-over-black-fungus-in-covid-19-patients-in-india/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6264877ed6ae49589d7c235b99d1cd1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMCBAAFERITIf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACERL/2gAMAwEAAhEDEQA/AMtso0LN9ButjZCDBESifQSPZ9Pl05IXyutesIWZGCmShEknvAeYxl2Gxqx3m2BP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":48,"description":null,"toc":null,"summary":null},{"id":"TplXNosXj","title":"Should you worry about glass bridges after one shattered in China?","shortId":"TplXNosXj","createdAt":"2021-05-11T19:07:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277226-should-you-worry-about-glass-bridges-after-one-shattered-in-china/","canonicalUrl":"https://www.newscientist.com/article/2277226-should-you-worry-about-glass-bridges-after-one-shattered-in-china/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe90f85afd5abe298f13f266c3749941","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAH/xAAhEAACAQMDBQAAAAAAAAAAAAABAwIABAUGERIxM0GB0v/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAwQR/9oADAMBAAIRAxEAPwCYDVN1dLklj3xu5A8SWSPIb9AfHuozJZaLJRLLrcEjvn6pSpjYvwYcVZ//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YqUbfYiRc","title":"Science with Sam: Are there volcanoes in space?","shortId":"YqUbfYiRc","createdAt":"2021-05-11T19:07:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2274308-science-with-sam-are-there-volcanoes-in-space/","canonicalUrl":"https://www.newscientist.com/article/2274308-science-with-sam-are-there-volcanoes-in-space/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c49f90afe501dc98dc6b7d7d9012360","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAgECBQUBAAAAAAAAAAAAAQIDAAQGERIhQQUHExQiYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACBBEDBRIhMf/aAAwDAQACEQMRAD8Akwh2wWWCOeyu0FzbzeGaORMnErBWBDjYABlG2fNaRw70oH79LVzqhcnP9PNKVPbPlGLTjce7TkeW/MKfRrxf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":6,"description":null,"toc":null,"summary":null},{"id":"cjl27zVu3","title":"See how the brain wobbles with each heartbeat in incredible new videos","shortId":"cjl27zVu3","createdAt":"2021-05-11T18:52:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012652,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:49:37.000Z","url":"https://www.livescience.com/3D-footage-of-brain-in-motion.html","canonicalUrl":"https://www.livescience.com/3D-footage-of-brain-in-motion.html","image":"https://cdn.mos.cms.futurecdn.net/PG8y4pNXUPP88LShz3mLmQ-1200-80.gif","ratio":1.77837837837838,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAAYDAQAAAAAAAAAAAAAAAAECAwQRBRIhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOGMy7cWAthuPqrRROLTVu3ylGflGXBDAAH//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"wzltgoyq5","title":"Ultrasound societies say 'no change' to contrast agent policy","shortId":"wzltgoyq5","createdAt":"2021-05-11T18:37:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012637,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:16:01.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132353&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132353","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27c3e33089d0b1885f42634d8a3abd1d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwYI/8QAJhAAAgEDAgQHAAAAAAAAAAAAAQMCAAQRBSEGEhRhIiMxMkFCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAhIh/9oADAMBAAIRAxEAPwBH4JVpmg28bV7etjGEoNhDc+I7gwPY+ner1eppC4hCrgKAHIIggAfGBnas9ai9yuJYBbWQzctzyyIziW1KVvcv6dXnM9o+x/KpjrG512FJrgZn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"qvwDU1Jen","title":"Raptors Head Coach Nick Nurse, the Beal-Bazemore Beef, and Raising Cane’s Founder Todd Graves","shortId":"qvwDU1Jen","createdAt":"2021-05-11T18:33:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012633,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:21:58.000Z","url":"https://www.theringer.com/2021/5/11/22430854/raptors-head-coach-nick-nurse-the-beal-bazemore-beef-and-raising-canes-founder-todd-graves","canonicalUrl":"https://www.theringer.com/2021/5/11/22430854/raptors-head-coach-nick-nurse-the-beal-bazemore-beef-and-raising-canes-founder-todd-graves","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b250057d75be45bcb9553f1a888f8de","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDAAQFESEGBxYiMUFT0f/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBEAAgAHAAAAAAAAAAAAAAAAAAECAwQSITFB/9oADAMBAAIRAxEAPwDKydratzGW0ltIGwgiUtjwG0kcxOVcsSe5fGwG2g9VNrDhkMR03BsfsfylKR7J2OomK3PEf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"C-vz_D73A","title":"You can now buy NFTs on eBay, and ‘blockchain-driven collectibles’ are coming soon","shortId":"C-vz_D73A","createdAt":"2021-05-11T18:25:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012625,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:20:49.000Z","url":"https://www.theverge.com/2021/5/11/22430827/ebay-nft-collectibles-blockchain-sale","canonicalUrl":"https://www.theverge.com/2021/5/11/22430827/ebay-nft-collectibles-blockchain-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/719e0862d2d2130acd8e0102ce298b16","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhABAAEEAgMAAAAAAAAAAAAAAQIAAwURBjEEIWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAEDESEx/9oADAMBAAIRAxEAPwCd5jwXGYrH2m6z8mBE0IRRdGx99Vkl/G24X7kSc0jJO/tKUSJ30bJrtn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MrWNvHxLU","title":"Designing the new Cloudflare Web Application Firewall","shortId":"MrWNvHxLU","createdAt":"2021-05-11T13:16:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cloudflare","views":15,"score":27012623,"tagsStr":"webdev,security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://blog.cloudflare.com/designing-the-new-cloudflare-waf/","canonicalUrl":"https://blog.cloudflare.com/designing-the-new-cloudflare-waf/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/658bffa27410ddb35ee931e9b594200a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBABAAICAwEAAAAAAAAAAAAAAQADAhEEIVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ANPU0WlVg8nNcux0bx+SvE0Au332IiYtf//Z","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"ewbBUgKf8","title":"URL protocol handler registration for PWAs","shortId":"ewbBUgKf8","createdAt":"2021-05-11T07:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"web","views":96,"score":27012612,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://web.dev/url-protocol-handler/","canonicalUrl":"https://web.dev/url-protocol-handler/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4fb14f276e02a3ca3985fe2ab19453e","ratio":1.49439601494396,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYTQRIiIzJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAgMREiEi/9oADAMBAAIRAxEAPwCLLreVDsBkzEsJhJHQoKbK9wkeuM8/ayJ6zSJbzkhizx9l5RcR5cdpORzSlJzayegenHlXZ//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"x-fUiqWpZ","title":"New York Governor Andrew Cuomo eases restrictions on large concert venues","shortId":"x-fUiqWpZ","createdAt":"2021-05-11T18:11:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012611,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:10:13.000Z","url":"https://dancingastronaut.com/2021/05/new-york-governor-andrew-cuomo-eases-restrictions-on-large-concert-venues/","canonicalUrl":"https://dancingastronaut.com/2021/05/new-york-governor-andrew-cuomo-eases-restrictions-on-large-concert-venues/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b8ef30f92a0ace169041e5696c65e0d","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAgYCAwAAAAAAAAAAAAABAgMABAUGESEHEhMxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxESITH/2gAMAwEAAhEDEQA/AI0hyrctGpqHpmqzQSSPEheF9j90deoqtckXO+2h01qZSXAFEJxgZ3gahCJbp5MA6+kpDRpf/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pz6G-Vw-5","title":"The Acer ConceptD 7 Ezel is the dream computer I’ll never own","shortId":"pz6G-Vw-5","createdAt":"2021-05-11T18:08:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012608,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:07:04.000Z","url":"https://www.theverge.com/22430445/acer-conceptd-7-ezel-2021-review","canonicalUrl":"https://www.theverge.com/22430445/acer-conceptd-7-ezel-2021-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a78334e8498b9ef2653b78afe273c2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAACAQMEAAUhBgcREjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAQUBAAAAAAAAAAAAAAAAAQACAwQRIf/aAAwDAQACEQMRAD8Aba3U7tosLbPOT2MCbKQw8gGQ9vC8iX31xjFQntCxgecEJ8pBQlRExhKUqXble3MKREB1f//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"b3PrEhor4","title":"Whiterabbit gets FDA nod for breast density AI software","shortId":"b3PrEhor4","createdAt":"2021-05-11T18:02:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012602,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:42:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132352&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132352","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc988fbca8947d48e7a58bdf49483c8a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACYQAAIBAQYGAwAAAAAAAAAAAAECBAMABQYREkEHEyExUWEUIjL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAEDABExIf/aAAwDAQACEQMRAD8AhcO0LjHDq/pF4wKr1I4ULJUdFZm0gHyMz32ysPdfEyZBu2JE+Gj8iilLUVHXSoGfb1Zhg8kYbmICQlSFVDrsw0VDkfNsmju3Ip/ZvyN/VqlWvicwyJaR7n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"lWRHuBoe7","title":"Boys Noize resurrects ruptured audio files to share ‘All I Want’ with Jake Shears","shortId":"lWRHuBoe7","createdAt":"2021-05-11T18:01:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012601,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:52:25.000Z","url":"https://dancingastronaut.com/2021/05/boys-noize-enlists-jake-shears-for-flamboyant-house-offering-all-i-want/","canonicalUrl":"https://dancingastronaut.com/2021/05/boys-noize-enlists-jake-shears-for-flamboyant-house-offering-all-i-want/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6767f9c94b4fffa562a287d28d1431f1","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABRIhBjFBYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAMAAgMAAAAAAAAAAAAAAAECAwAEESFR/9oADAMBAAIRAxEAPwCtpceGOtVhBDejRmk7jRLoeUm+SSSU0Rx2+5oBmQbOx6KUeNzbl174xjJTvVRjNOAB5jGrN1WjdkjP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1VjPapoTm","title":"Microsoft tries to evade scalpers by offering Xbox Series X and S to Xbox Insider members","shortId":"1VjPapoTm","createdAt":"2021-05-11T17:54:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012594,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:51:41.000Z","url":"https://www.theverge.com/2021/5/11/22430807/microsoft-xbox-series-x-s-xbox-insider-members-pilot-program-scalpers","canonicalUrl":"https://www.theverge.com/2021/5/11/22430807/microsoft-xbox-series-x-s-xbox-insider-members-pilot-program-scalpers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc89acebbc5bdedb35d625c3d98718bd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQASBSEGBxQx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8AlD0KHD9Q+P8AOMsJ+qRyT0NaSlNaoBVd62Sdq7NUB1k3cktFxREZIBJobfmMYTDX/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"R_JceLp41","title":"Creating your own Markdown Parser from Scratch in Swift","shortId":"R_JceLp41","createdAt":"2021-05-11T11:07:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":24,"score":27012582,"tagsStr":"general-programming,swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:34:21.000Z","url":"https://itnext.io/creating-your-own-markdown-parser-from-scratch-in-swift-a8fa6f185bc8","canonicalUrl":"https://itnext.io/creating-your-own-markdown-parser-from-scratch-in-swift-a8fa6f185bc8","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76e5b611e68f4570f12a4337c3037ec3","ratio":2.09424083769634,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBRQhUTFicf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8A3mDOtxrAUWC+cMcsvQ9ahk6gjSbp268uT5HfylKVXWSVK4T/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@philprimes","readTime":7,"description":null,"toc":null,"summary":null},{"id":"JXd1Q-_DO","title":"Church of the Holy Sepulchre's mysterious 'graffiti' crosses may not be what they seem","shortId":"JXd1Q-_DO","createdAt":"2021-05-11T17:38:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012578,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:23:09.000Z","url":"https://www.livescience.com/crosses-church-of-the-holy-sepulchre.html","canonicalUrl":"https://www.livescience.com/crosses-church-of-the-holy-sepulchre.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e78b4ab971a12a1961f7fd1f0a8d18cf","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDIQAFEQQSwf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQEBAAMAAAAAAAAAAAAAAAABABEhIv/aAAwDAQACEQMRAD8Ax+s3Bg16MY+RrExAWrDc+ZaeQ8yLKtBx7AE3d4xgGemTTRf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Wy8dMWRX6","title":"fMRI shows white-matter damage leads to worse cognitive outcomes","shortId":"Wy8dMWRX6","createdAt":"2021-05-11T17:36:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012576,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:16:41.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132351&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132351","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3c5a60431da062574a05c64fe60422b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAAYCAwEAAAAAAAAAAAAAAAECAwURBCESE2Ex/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AztAyWMzGZmM9Htuq6lq5mqjVZavR/PDIT1+AALX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"p_fTroekz","title":"Bose gets into hearing aid business with new FDA-cleared SoundControl hearing aids","shortId":"p_fTroekz","createdAt":"2021-05-11T17:27:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012567,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:25:44.000Z","url":"https://www.theverge.com/2021/5/11/22430485/bose-soundcontrol-hearing-aid-fda-cleared","canonicalUrl":"https://www.theverge.com/2021/5/11/22430485/bose-soundcontrol-hearing-aid-fda-cleared","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/401609bc5c84c46b04fea940dd769f51","ratio":1.90951276102088,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIEEQMGEgUTITGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEBAQEAAAAAAAAAAAAAAAECABEx/9oADAMBAAIRAxEAPwCdaDvUvP1qNDww48Zj3WX4i7kb9gkk2FVW7TKe0O7OEchdC/H1EQrWa4Z4FQL7v//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xlWxWnzHo","title":"Samsung won’t physically attend Mobile World Congress 2021","shortId":"xlWxWnzHo","createdAt":"2021-05-11T17:16:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012556,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:11:26.000Z","url":"https://www.theverge.com/2021/5/11/22430649/samsung-mobile-world-congress-mwc-barcelona-remote-covid","canonicalUrl":"https://www.theverge.com/2021/5/11/22430649/samsung-mobile-world-congress-mwc-barcelona-remote-covid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb894005694ad6e72f3db9e728e08fb2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRIRIjMXGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOUFTFHBofRwSuzuPL7+OAx0ozycBESJn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"jb59Prh02","title":"The PRO Act would reshape the tech industry — will it get the chance?","shortId":"jb59Prh02","createdAt":"2021-05-11T17:06:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22429481/pro-act-amazon-union-tech-industry-joe-biden-labor-policy","canonicalUrl":"https://www.theverge.com/2021/5/11/22429481/pro-act-amazon-union-tech-industry-joe-biden-labor-policy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c74a2444b263ed1df6eda39fc8977f7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQMCEQAEBQYSITJCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwDJOD43XZxGq0iUSxk1kRkfmJlfk/lZa1+lVvQtw22xDIidHuNWLr2xjB1dDzKmRN//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DfUkGrL0_","title":"Matter is the new name of Project CHIP, the partnership that promises to simplify your smart home","shortId":"DfUkGrL0_","createdAt":"2021-05-11T17:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012546,"tagsStr":"iot","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:00:39.000Z","url":"https://www.theverge.com/2021/5/11/22430666/matter-project-chip-smart-home-partnership-apple-amazon-google-zigbee","canonicalUrl":"https://www.theverge.com/2021/5/11/22430666/matter-project-chip-smart-home-partnership-apple-amazon-google-zigbee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f6c22be4396b2d511e9ad6b4a00ac83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEEhQhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAEQMEEiH/2gAMAwEAAhEDEQA/ANBxzZDZ3jkyak2BQoeKgMh5A7RE7RpvJGXI3RFz/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DqVkJ8nJA","title":"Alcohol made from radioactive Chernobyl apples seized by Ukraine government","shortId":"DqVkJ8nJA","createdAt":"2021-05-11T16:38:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012518,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:21:19.000Z","url":"https://www.livescience.com/chernobyl-atomik-alcohol-seized-ukraine-secret-services.html","canonicalUrl":"https://www.livescience.com/chernobyl-atomik-alcohol-seized-ukraine-secret-services.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa02fa1481177d1d06d3ccb8e852c2bd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAwECEQAEEgUGBxMiMVGS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIT/9oADAMBAAIRAxEAPwCIDf2kM45FZ2RblxLYIxqEg4Zknbkip7bP1WWZyYwTGj6U4JjKM8xSlHTS1uAv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5exqnU6dx","title":"Xbox’s Quick Resume feature gets new group option in May update","shortId":"5exqnU6dx","createdAt":"2021-05-11T16:36:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012516,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:32:09.000Z","url":"https://www.theverge.com/2021/5/11/22430549/xbox-update-may-quick-resume-saved-audio-passthrough","canonicalUrl":"https://www.theverge.com/2021/5/11/22430549/xbox-update-may-quick-resume-saved-audio-passthrough","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6568b12f289fea1e62282c19ead6219","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAEDBBECBTFREhNBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAExQf/aAAwDAQACEQMRAD8AwNO4NG1setVramu6ccel0ah0mhGYp9n5B7wJ0nsACKSY/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8rXKzV9V1","title":"Vaccinating US Kids Isn't Neglect of Indian Adults","shortId":"8rXKzV9V1","createdAt":"2021-05-11T16:33:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:26:00.000Z","url":"https://www.wired.com/story/opinion-vaccinating-us-kids-isnt-neglect-of-indian-adults/","canonicalUrl":"https://www.wired.com/story/opinion-vaccinating-us-kids-isnt-neglect-of-indian-adults/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/faf649e9b56e73a5255b83362625ebac","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREiExBVHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAACERL/2gAMAwEAAhEDEQA/AM8Sa78WHitpozuAC7Rkvg8EZ265qW6Pu2WTv0ftKUmFkgWFP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OdHVoWpuJ","title":"Upload images in your Node App!","shortId":"OdHVoWpuJ","createdAt":"2021-05-11T02:08:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":377,"score":27012488,"tagsStr":"general-programming,webdev,javascript,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-11T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:11:53.000Z","url":"https://code.likeagirl.io/upload-images-in-your-node-app-e05d0423fd4a","canonicalUrl":"https://code.likeagirl.io/upload-images-in-your-node-app-e05d0423fd4a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e92f83f346d243f9acd95cf964e23921","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxABAAEEAQUAAAAAAAAAAAAAAQIAAwQREwUSQVGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEAAwAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDMdzKw5WLcLfT4wuEUnPlk9ztR140aPlTb+KrrDA9cjSlTmBT/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@SRISTICHOWDHUR6","readTime":7,"description":null,"toc":null,"summary":null},{"id":"5vgE3TDgW","title":"Exceptional growth is the ‘new normal’ for solar and wind energy","shortId":"5vgE3TDgW","createdAt":"2021-05-11T16:07:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012487,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:04:00.000Z","url":"https://www.theverge.com/2021/5/11/22430465/renewable-energy-solar-wind-iea-2020-exceptional-growth","canonicalUrl":"https://www.theverge.com/2021/5/11/22430465/renewable-energy-solar-wind-iea-2020-exceptional-growth","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3db4cc087911997ba691d042f2285a6b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAxESBAUGFDJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQACAwAAAAAAAAAAAAAAAAACAwARMf/aAAwDAQACEQMRAD8Ag3Ot406p13p0imVmUHLx93+zI3PN+diza2qWY3JyiI5agrIY2Fez/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7bK-1gGxD","title":"HTC unveils new Vive Pro 2 with 5K resolution display and 120Hz refresh rate","shortId":"7bK-1gGxD","createdAt":"2021-05-11T16:03:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012483,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428603/htc-vive-pro-2-release-date-pre-order-price-specs","canonicalUrl":"https://www.theverge.com/2021/5/11/22428603/htc-vive-pro-2-release-date-pre-order-price-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d61a75cec192fc639c1706618ed2fdff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAAABgECBwAAAAAAAAAAAAAAAQIDBAUSBxEGISIxQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKLqBW3sPVShn1vEsiOzYPJYKMbOaGUpTurYsiI8uruXn4QsfP2AAP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vckYE7enh","title":"HTC’s self-contained $1,300 Vive Focus 3 headset has a 5K screen and ships June 27th","shortId":"vckYE7enh","createdAt":"2021-05-11T16:03:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012483,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22417120/htc-vive-focus-3-standalone-vr-headset-price-release-date","canonicalUrl":"https://www.theverge.com/2021/5/11/22417120/htc-vive-focus-3-standalone-vr-headset-price-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f92bf2d6f0926c2f856b417e4b85c27f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEEAQQDAAAAAAAAAAAAAQIDAAQFEQYHEhMhIjGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AK7PYPk/MOo2fxy8wlx9jCwjiijslfxoRsAbYaYHZ7x8vf2NCtwx1rNa4+1t7i9mupoolR53VQ0rAAFiANAk+/2lKD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"VDpU1_2U-","title":"YouTube will pay $100 million to creators using its TikTok competitor","shortId":"VDpU1_2U-","createdAt":"2021-05-11T16:03:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22429350/youtube-shorts-fund-video-payments-tiktok-competitor","canonicalUrl":"https://www.theverge.com/2021/5/11/22429350/youtube-shorts-fund-video-payments-tiktok-competitor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc8d0b7de8bf1c8ef8508d0716cce5d0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAUhBhETUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EAB4RAAICAAcAAAAAAAAAAAAAAAECAAMEEjJBcbHB/9oADAMBAAIRAxEAPwCvy2alt7xLe2TxRSRpLLsFnIcgAEjXv5U2/MOQO7OclJ2x7OqUpZQqqRuPTJMPY1tlyudLADjKp7M//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"QpoynLeWV","title":"Hospital-based doctors order more inappropriate MRI scans","shortId":"QpoynLeWV","createdAt":"2021-05-11T16:03:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:36:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132347&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132347","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/907bd00a41e3bf4f6234e90c0dbb7056","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQREgUGIjFRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAREAAv/aAAwDAQACEQMRAD8Agy9b89Zw3Ij5C4YmbbZ3JbHcdc+soPlaIso2msreWSWQu8as2CfJFKVe8c2BgrN//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZV6_IiBJ3","title":"Case Study: How Headspace Designs for Mindfulness","shortId":"ZV6_IiBJ3","createdAt":"2021-05-11T16:02:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012482,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://raw.studio/blog/how-headspace-designs-for-mindfulness/","canonicalUrl":"https://raw.studio/blog/how-headspace-designs-for-mindfulness/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ffe41e789d93720226e7bf2c92800c5","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQhBRESE0GB/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAbEQEAAgMBAQAAAAAAAAAAAAABAgMABCERgf/aAAwDAQACEQMRAD8A0rn863BwVbHJW17AoYetE/RqUaT5KUdgO5lBPTQiJD7ohqVyDquIq7ZS2ZwXgHn3P//Z","siteTwitter":"@rawstudioco","creatorTwitter":"@rawstudioco","readTime":9,"description":null,"toc":null,"summary":null},{"id":"ELuYtGHVz","title":"26 Exciting New Tools For Designers, May 2021","shortId":"ELuYtGHVz","createdAt":"2021-05-11T16:02:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012482,"tagsStr":"general-programming,css,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://www.webdesignerdepot.com/2021/05/26-exciting-new-tools-for-designers-may-2021/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/26-exciting-new-tools-for-designers-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2bc231f0efa2a774e4b5f2a9d8690dec","ratio":1.81947405828003,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQQiBQYx4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECBANRUv/aAAwDAQACEQMRAD8A3x61hHZhdbgEeE/DUq8DhooUK1KK9iIpZp7JMqVfhH//2Q==","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"JZLW0i1QT","title":"Why Is It So Hard to Be Evil in Video Games?","shortId":"JZLW0i1QT","createdAt":"2021-05-11T12:03:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012243,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T08:00:00.000Z","url":"https://www.wired.com/story/moral-choices-in-video-games/","canonicalUrl":"https://www.wired.com/story/moral-choices-in-video-games/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5ce6a45088289e71ad7ed34106ec387","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQMCBQAEETFBByEyUYL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECABEhEv/aAAwDAQACEQMRAD8Aq3d1qW3VHBMYIQyfwhvv7Cxz+z10Mzi08nWqLPVpWsCC3ThECXAEiPrGMnViSdj4Whk//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"VVX4GqVH4","title":"Windows-Fenster einfacher bewegen und skalieren","shortId":"VVX4GqVH4","createdAt":"2021-05-11T15:08:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27012428,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:37:11.000Z","url":"https://www.tutonaut.de/windows-fenster-kde-style/","canonicalUrl":"https://www.tutonaut.de/windows-fenster-kde-style/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98a19770706ffbc9f4c8ab068006d834","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQRIQYSFBUiQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAEQMEEyFx/9oADAMBAAIRAxEAPwDEbkMUvIW720Tx8GRKkLHpk2vqQw2NHH7Vz86v2dmhuUiiJysa2i4QfAN/KUpHYyN0xv2HgRTaip//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QJDwRB1VQ","title":"Here are all the new laptops with Intel 11th Gen H-series chips announced today","shortId":"QJDwRB1VQ","createdAt":"2021-05-11T14:30:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012390,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:23:03.000Z","url":"https://www.theverge.com/2021/5/11/22429412/intel-11th-gen-h-series-laptops","canonicalUrl":"https://www.theverge.com/2021/5/11/22429412/intel-11th-gen-h-series-laptops","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/455c3d2565406192b7fc102ab8b7b3b3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAABAgMFAAYREiEEEzEyUXFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8AhpO+5lq5Y9LT60IU826UB1ekkOlWCNW4OcehVU/fk3znNo/uPThz5+qUpDTq3//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Yi8kIEVcz","title":"Low-code software development and the emergence of “Devigners”","shortId":"Yi8kIEVcz","createdAt":"2021-05-11T07:09:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"codecentric","views":45,"score":27012362,"tagsStr":"general-programming,nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T06:46:52.000Z","url":"https://blog.codecentric.de/en/2021/05/low-code-software-development-devigners/","canonicalUrl":"https://blog.codecentric.de/en/2021/05/low-code-software-development-devigners/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a3320d31aa6a23d6f4a229cf9a42e86","ratio":1.13493064312736,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwIF/8QAJhAAAQQCAQALAAAAAAAAAAAAAQIDBAUAEQYHExQhMzVScnWxs//EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8A2qfmxjRbSJY26FzWrOY0+qYlx5XVAabCCFAAhQ3r0g4gVk/pPVWxCin42pJaQQrtjh2NDvyEeU3nzif3GJ8fwG/aPrJea7Qf/9k=","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":8,"description":null,"toc":null,"summary":null},{"id":"V-3NIS2Ak","title":"EV charging in the US is broken — can Joe Biden fix it?","shortId":"V-3NIS2Ak","createdAt":"2021-05-11T14:01:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:00:00.000Z","url":"https://www.theverge.com/22419150/ev-charging-us-joe-biden-infrastructure-plan","canonicalUrl":"https://www.theverge.com/22419150/ev-charging-us-joe-biden-infrastructure-plan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dac5ab3a4cc77d309f0018134121fd0e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhFBEiIxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAAMRITFBUbH/2gAMAwEAAhEDEQA/AMmnjPkc5fZK5uHEWFht4oLeLtVg0fU4bggngjn4KtpJXYukrIrHcL52HrelKAVi1RkOlAtgcgH2VlNQqlxtib56M//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oPGCd9Veo","title":"Nuclear reactions at Chernobyl are spiking in an inaccessible chamber","shortId":"oPGCd9Veo","createdAt":"2021-05-11T13:51:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012351,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277195-nuclear-reactions-at-chernobyl-are-spiking-in-an-inaccessible-chamber/","canonicalUrl":"https://www.newscientist.com/article/2277195-nuclear-reactions-at-chernobyl-are-spiking-in-an-inaccessible-chamber/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f6f7d01168493a1aa743433a6076d75","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERIGITFBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIDBAURFDH/2gAMAwEAAhEDEQA/AKzHWizLNKmMnaRjtQxQEk+dkN81W0WTthEgnx1wJdDmFkUjl713pShuutQ04BCJrxnoX//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"UsaqbTgyK","title":"Did you know? Some people can taste music","shortId":"UsaqbTgyK","createdAt":"2021-05-11T13:51:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012351,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2272135-did-you-know-some-people-can-taste-music/","canonicalUrl":"https://www.newscientist.com/article/2272135-did-you-know-some-people-can-taste-music/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ca7fc496b20e4212e15e105693a80c9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQRIQUSFBUiQdP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMREmH/2gAMAwEAAhEDEQA/ANF5bkVk8dCt3c209o/XKYlGZFyAcnWsH4Qd1SoR1Dd/c+29o360pU9Dl10xbxwBns//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"N70drT62L","title":"Meet the real Alexa: voice actor reportedly responsible for Amazon’s AI assistant revealed","shortId":"N70drT62L","createdAt":"2021-05-11T13:24:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012324,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:22:27.000Z","url":"https://www.theverge.com/2021/5/11/22430185/alexa-voice-actor-amazon-nina-rolle","canonicalUrl":"https://www.theverge.com/2021/5/11/22430185/alexa-voice-actor-amazon-nina-rolle","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79c65bea7ee539a2b5313269282d34d0","ratio":1.90845070422535,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIDAAIDAAAAAAAAAAAAAQIDBAAFBhEhEmGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMhMf/aAAwDAQACEQMRAD8A1Lr+h2Wq4btL8MyvZpsYq5dAQnyZV8/fpvzJvhzcscVz80mwtF5NfXdiZGJJMak+ycYwslOeDqVT2f/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JI1IFTRjB","title":"How to Un-Cast an Actor","shortId":"JI1IFTRjB","createdAt":"2021-05-11T13:19:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012319,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:00:11.000Z","url":"https://www.vulture.com/2021/05/zack-snyder-tig-notaro-army-of-the-dead.html","canonicalUrl":"https://www.vulture.com/2021/05/zack-snyder-tig-notaro-army-of-the-dead.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b150f5b9a8f8f12f71d89765f90d92d","ratio":1.89873417721519,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQFBhESITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAERAAMEEvD/2gAMAwEAAhEDEQA/ALNKS3dRZDIWreSuxyOrRMeI5S1rgHMI6Hnh7+la47GDkdppAN0RDqHQZhdGetALyE//2Q==","siteTwitter":"@vulture","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-i3vcP2Lo","title":"Siemens Healthineers launches Somatom X.ceed CT scanner","shortId":"-i3vcP2Lo","createdAt":"2021-05-11T13:14:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012314,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132344&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132344","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32ab1c81f1a7db4be92afa64fc8637cb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGB//EACQQAAICAQMCBwAAAAAAAAAAAAECBBEDAAUSBiETIjFRcYGi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEC/9oADAMBAAIRAxEAPwDVumhNlbfK4x8MlUlSEB8UIfLlZR62KoV9aaSFuXBeUKKGruBKJA/GqbDhx40KpjRVJLUFAFk2T8k99Eoew1XTqkGF/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"C_u3tVMV2","title":"Rumble Sends Viewers Tumbling Toward Misinformation","shortId":"C_u3tVMV2","createdAt":"2021-05-11T13:05:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012305,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:00:00.000Z","url":"https://www.wired.com/story/rumble-sends-viewers-tumbling-toward-misinformation/","canonicalUrl":"https://www.wired.com/story/rumble-sends-viewers-tumbling-toward-misinformation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbf6cdbdbb9548cce373997d267a05cf","ratio":1.91017964071856,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAAUDAwUAAAAAAAAAAAAAAQIDBBEABjEFEiETIiRBgf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDUcH/2gAMAwEAAhEDEQA/AMShdBdTt903cMfKZbE0nPXNIiJyhuMHsYGMzHE5qma2UkjCmDpWC9vBChj5SlFyWYxCxVddSf/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"aj_hVZpKK","title":"Awesome, Hypnotic Photos of Swirling, Crystal Chemistry","shortId":"aj_hVZpKK","createdAt":"2021-05-11T13:05:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012305,"tagsStr":"chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:00:00.000Z","url":"https://www.wired.com/story/awesome-hypnotic-photos-swirling-crystal-chemistry/","canonicalUrl":"https://www.wired.com/story/awesome-hypnotic-photos-swirling-crystal-chemistry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4447289a37d58d074ee687a51b213bfd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIABDEDBRESEyEi/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEBAQEAAAAAAAAAAAAAAAIBAAMR/9oADAMBAAIRAxEAPwDOWUPSimK4tLyFtyMS9/JINutJEiIjvpOPkZGt/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8v9-jX4fh","title":"How a Geeky Superhero Fan Revived a Failing Comic Con","shortId":"8v9-jX4fh","createdAt":"2021-05-11T13:05:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012305,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:00:00.000Z","url":"https://www.wired.com/story/how-geeky-superhero-fan-revived-failing-comic-con/","canonicalUrl":"https://www.wired.com/story/how-geeky-superhero-fan-revived-failing-comic-con/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09a3f543d95aae9926142c064afe25e9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEhETITEicaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/AMK6kt3fekyJbpS2fBD22k49agDns/Kiy7q8iW8nBo4rUNS2kk8+qUqeegs3/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"P_dExz81M","title":"Logitech’s Magic Keyboard alternative is $30 off at multiple retailers","shortId":"P_dExz81M","createdAt":"2021-05-11T13:03:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012303,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:01:03.000Z","url":"https://www.theverge.com/good-deals/2021/5/11/22429348/logitech-folio-touch-keyboard-case-super-mario-3d-world-sony-earbuds-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/11/22429348/logitech-folio-touch-keyboard-case-super-mario-3d-world-sony-earbuds-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/811c84af8c3f8d9dcaa72c16b0b9d638","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQASBSEGMYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACAxFR/9oADAMBAAIRAxEAPwC55GJPElyBAmvtQNVlTPStqKAbJF9hVfMrGO22dEWlKegAfQxjCNVa1HyK5BVeT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"R7a8F0XZWV","title":"Facebook’s Oversight Board has upheld Trump’s ban — what’s next?","shortId":"R7a8F0XZWV","createdAt":"2021-05-11T13:03:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012303,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:01:00.000Z","url":"https://www.theverge.com/22428768/facebook-oversight-board-trump-ban-kate-klonick-interview","canonicalUrl":"https://www.theverge.com/22428768/facebook-oversight-board-trump-ban-kate-klonick-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8fc04bfceec31403c44d8679d0e0877","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMEAAUREhMhFTFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAeEQACAgAHAAAAAAAAAAAAAAABAgARAwQFEzHB8P/aAAwDAQACEQMRAD8Als3eR5O4NLCFIcfhMoJHbZ3BJB+7nqq8qY7HkvM5241lGfWcHFKUAEXdIr1CVHTQGzWOp4vsz//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_13C55ri6x","title":"The team behind Alto’s Adventure is launching a new app — and studio — aimed at kids","shortId":"_13C55ri6x","createdAt":"2021-05-11T13:03:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22429475/pok-playroom-app-game-snowman-altos-adventure-release-date","canonicalUrl":"https://www.theverge.com/2021/5/11/22429475/pok-playroom-app-game-snowman-altos-adventure-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe4f07b5abdb4dba39791e45ceb20bc2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARBRIVITFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEgMEBiKB/9oADAMBAAIRAxEAPwDb5fl+0VLMCVkkihiDFS7DrGvR+ZLUmuyVIZBNVUMito1EbWx9Pk/pxjInIXmFLqZstZEL/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TlYuKW64n","title":"Getting hospitals ready for the next pandemic","shortId":"TlYuKW64n","createdAt":"2021-05-11T13:03:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://www.theverge.com/22412046/hopsital-infrastructure-health-care-system-pandemic-coordination-covid","canonicalUrl":"https://www.theverge.com/22412046/hopsital-infrastructure-health-care-system-pandemic-coordination-covid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/382a3985b01d2924f803cd1d692da623","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIAAwQREiEFUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQACAwQREiMxssH/2gAMAwEAAhEDEQA/AMa8bl6NJTrs+iqxByvfsi3xZL24QsWK1GGffYiDhOwhLeMqaN55N+zh4v/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fnbV0IG5Q","title":"SteelSeries’ budget-friendly Rival 5 is packed with buttons","shortId":"fnbV0IG5Q","createdAt":"2021-05-11T13:02:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012302,"tagsStr":"testing,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428555/steelseries-rival-5-wired-gaming-mouse-price-specs","canonicalUrl":"https://www.theverge.com/2021/5/11/22428555/steelseries-rival-5-wired-gaming-mouse-price-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8311eee0f37d205d84722ef4d159fe59","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQRBRMUISJx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwDI25paur0dl/i4/jyscMggAuz96VyIi2esisE//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ia61Eogfz","title":"Everything You Need to Know About the 2020 NBA Hall of Fame Class","shortId":"Ia61Eogfz","createdAt":"2021-05-11T12:51:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012291,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:47:16.000Z","url":"https://www.theringer.com/nba/2021/5/11/22423835/everything-you-need-to-know-about-the-2020-nba-hall-of-fame-class","canonicalUrl":"https://www.theringer.com/nba/2021/5/11/22423835/everything-you-need-to-know-about-the-2020-nba-hall-of-fame-class","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/125d39e1f603c3ed5d86880490700b59","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAAYBBQAAAAAAAAAAAAABAwACBBESUQUTFiEx0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECBBEy/9oADAMBAAIRAxEAPwCgTxye361i5FSrpVtHTMlwzKTySb+9aiIFCkgHEC+ifsIQ4zbqtlGemf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"432urST30","title":"The Definitive Ranking of Pop Culture Bugs","shortId":"432urST30","createdAt":"2021-05-11T12:51:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012291,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:45:12.000Z","url":"https://www.theringer.com/pop-culture/2021/5/11/22428629/pop-culture-bugs-ranked-bunny-beatles-mothra","canonicalUrl":"https://www.theringer.com/pop-culture/2021/5/11/22428629/pop-culture-bugs-ranked-bunny-beatles-mothra","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/545415fa8f2021816d2b8b7f792c06bf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQMEAwAAAAAAAAAAAAABAgMABBEFBhIhMUFR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8ArdwXVwugaheQyBGEzwujDkrjmFJxno46HzOarbCGJbG3VYwFEagDz6pSh3CI/9k=","siteTwitter":"","creatorTwitter":"","readTime":23,"description":null,"toc":null,"summary":null},{"id":"SwLKLbQLK","title":"Kevin Garnett Made Anything Possible","shortId":"SwLKLbQLK","createdAt":"2021-05-11T12:44:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012284,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:42:59.000Z","url":"https://www.theringer.com/nba/2021/5/11/22424766/kevin-garnett-hall-of-fame-minnesota-timberwolves","canonicalUrl":"https://www.theringer.com/nba/2021/5/11/22424766/kevin-garnett-hall-of-fame-minnesota-timberwolves","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f192c093ffce078895ac818219469cac","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAwABAhEEBSESFCIxwf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxEAAAUEAwAAAAAAAAAAAAAAAAECBBEDBRKxBhNB/9oADAMBAAIRAxEAPwCzt9kYewPltGD9gVxjg91Lxt755+La4R4ZGGAzi6XIOM6v1bWiKM5BbmyWbZSUQeJanZyEWzmr21Cy9Mf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"R0EElB-jq","title":"How to Get Your First Developer Job through Intelligent, Genuine Networking","shortId":"R0EElB-jq","createdAt":"2021-05-11T01:49:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":155,"score":27012279,"tagsStr":"tech-news,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T01:38:36.000Z","url":"https://www.freecodecamp.org/news/networking-for-aspiring-developers/","canonicalUrl":"https://www.freecodecamp.org/news/networking-for-aspiring-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05abba095fcb617d8296d3bd0aa6b084","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQRIQUGBxIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHREAAQIHAAAAAAAAAAAAAAAAAQACAwQFETFiwf/aAAwDAQACEQMRAD8Ap+O5I77u/ExW7yWsmwsqorHKj2OjrBCkZ+7rcbi37I1xKYeTs0iLEopgyVGdDP7SlXq+LTDRr0ooWF//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@KenTheRogers","readTime":12,"description":null,"toc":null,"summary":null},{"id":"aOVlgLD1c","title":"Asus’ new Zephyrus M16 has a 16:10 screen and Intel Tiger Lake H processor","shortId":"aOVlgLD1c","createdAt":"2021-05-11T12:31:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012271,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:30:00.000Z","url":"https://www.theverge.com/2021/5/11/22425078/asus-intel-zephyrus-m16-gaming-laptop-tiger-lake-h-chips","canonicalUrl":"https://www.theverge.com/2021/5/11/22425078/asus-intel-zephyrus-m16-gaming-laptop-tiger-lake-h-chips","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f0cb2d8da752084732997aa9b2b14a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAARBRJRYcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAESESH/2gAMAwEAAhEDEQA/AM6cClleQs13dGxj3B6g61995HuWm2rj7DpEsayTJHySdnGMTbnAyqrOn//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_DoeARVGl","title":"The Magic of the Lions & Chris Harris","shortId":"_DoeARVGl","createdAt":"2021-05-11T12:30:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012270,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:26:57.000Z","url":"https://www.theringer.com/2021/5/11/22430235/the-magic-of-the-lions-chris-harris","canonicalUrl":"https://www.theringer.com/2021/5/11/22430235/the-magic-of-the-lions-chris-harris","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb301550f0c56dd2ce3aa8eaf13d38c6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIFAAMEETEGBxMhYf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAREAAgMiUWH/2gAMAwEAAhEDEQA/AI8B0Nbv9xpWDaRv+DDwrWQrMgYMXfRBXfFbMRUJbARoKOZl9Ei0F390OKUqqkCRsxLuNIXZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"iP6ooaDJk","title":"Rachel Khong Returns to Discuss Canned Tuna Recipes","shortId":"iP6ooaDJk","createdAt":"2021-05-11T12:23:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012263,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:17:41.000Z","url":"https://www.theringer.com/2021/5/11/22430229/rachel-khong-returns-to-discuss-canned-tuna-recipes","canonicalUrl":"https://www.theringer.com/2021/5/11/22430229/rachel-khong-returns-to-discuss-canned-tuna-recipes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6248f1b05b4ce7d70a15c8b4c7072735","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDABExBAYSQRMhof/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAgEQABAwIHAAAAAAAAAAAAAAABAgQRAAMFEhMhQXGh/9oADAMBAAIRAxEAPwC7t/yS7flZXCqjMGBW/IZsD1m3eKyUuniWV1LTEhiL8x7+UpRfDFaq7+feFQPTTFwS3cEWiRM89V//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vU25zaei-","title":"Welcome to Bug Day on The Ringer","shortId":"vU25zaei-","createdAt":"2021-05-11T12:23:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012263,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:18:08.000Z","url":"https://www.theringer.com/2021/5/11/22430224/welcome-to-bug-day-on-the-ringer","canonicalUrl":"https://www.theringer.com/2021/5/11/22430224/welcome-to-bug-day-on-the-ringer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d99caa513c151d9073657602d18deb6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQIFBQEAAAAAAAAAAAAAAQIDAAQFESEGEhQxQSL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQEBAQEAAAAAAAAAAAAAAAECAANB/9oADAMBAAIRAxEAPwCLUWsp+QrFcU0p4cVbnwh4pQoBZCbpt3gXPuY3WgvuTlDp00+bvPSzbi9uBuKQTYedwhEfLnM0oZ7tqQfN/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"mRhfZHnmZ","title":"A Future Political Star’s Favorite Wu-Tang Song and the Problem With Politics","shortId":"mRhfZHnmZ","createdAt":"2021-05-11T12:16:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:13:16.000Z","url":"https://www.theringer.com/2021/5/11/22430218/future-political-stars-favorite-wu-tang-song-problem-with-politics","canonicalUrl":"https://www.theringer.com/2021/5/11/22430218/future-political-stars-favorite-wu-tang-song-problem-with-politics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49ea47deb1d08465c6e245876c3c2295","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFIQYTkQcREiMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCMzVNxi63W+iE8xo31sEDYd0+AiI2i0j4cZ74zytPC20oA9LeERIV//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BENYe35I2","title":"The Best Picture Match Game With Sam Esmail","shortId":"BENYe35I2","createdAt":"2021-05-11T12:16:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:03:52.000Z","url":"https://www.theringer.com/2021/5/11/22430023/the-best-picture-match-game-with-sam-esmail","canonicalUrl":"https://www.theringer.com/2021/5/11/22430023/the-best-picture-match-game-with-sam-esmail","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b7a222fb26314404a0a07e6820f196c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAwECBAARIQUGEjETFSJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQADAQAAAAAAAAAAAAAAAAAAATFR/9oADAMBAAIRAxEAPwC/vPfWsQtbeWIkMHrCM8bRgshOZuDkfnPy1Uxbu/dbTFNNNFCVxwI57EcqIDGU/aUqtDiP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cAGjaOrwS","title":"Kyle Higashioka on His Journey to the Bronx, Catching Cole, and More","shortId":"cAGjaOrwS","createdAt":"2021-05-11T12:16:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:05:53.000Z","url":"https://www.theringer.com/2021/5/11/22430006/kyle-higashioka-on-his-journey-to-the-bronx-catching-cole-and-more","canonicalUrl":"https://www.theringer.com/2021/5/11/22430006/kyle-higashioka-on-his-journey-to-the-bronx-catching-cole-and-more","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14b4b129d9684cb1183df7a85fb24e63","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAURBCEGEhQxQULR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQABBQEBAAAAAAAAAAAAAAABAAIDEUEEEv/aAAwDAQACEQMRAD8Aw8Fhtr8GCJtKjzaeYr1EmWkKk7KPUAczeD3zkVClnhRFVZZQqjAG3ylKA+Z4qjitRc0R9W3V/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"nnJXaLk05","title":"A Top New York Restaurant Is Going Vegan. It Could Backfire","shortId":"nnJXaLk05","createdAt":"2021-05-11T12:03:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012243,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T08:00:00.000Z","url":"https://www.wired.com/story/top-new-york-restaurant-going-vegan-could-backfire/","canonicalUrl":"https://www.wired.com/story/top-new-york-restaurant-going-vegan-could-backfire/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d1bf31259d0a373b3e471424bd6b24f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBhIhFiIjUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgABUf/aAAwDAQACEQMRAD8AyKw1pO6xwLaopijExYOTuaMFl4xj2PtVPVt3ded7Sw3S95zCCcnmlKBB5LWr/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QH50DC1Bn","title":"Baby minke whale euthanized after getting trapped in Thames River","shortId":"QH50DC1Bn","createdAt":"2021-05-11T11:58:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012238,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:35:02.000Z","url":"https://www.livescience.com/baby-minke-whale-put-down-london.html","canonicalUrl":"https://www.livescience.com/baby-minke-whale-put-down-london.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00444c65121f829ae697984ae9c2f985","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEABEFIQYSMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABsRAAEEAwAAAAAAAAAAAAAAAAABAxEhEmHB/9oADAMBAAIRAxEAPwCDVn4qTiJGtQ2rV6aQV3MjAKXO26YHaqAB8Gz+gZEfxlJ2MpnVTIfYqqdDfehs4xkMXlpeIHKg/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zbbYGJmao","title":"Hapless star 'spaghettified' by black hole. And astronomers capture the gory show in a first.","shortId":"zbbYGJmao","createdAt":"2021-05-11T11:57:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012237,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:36:22.000Z","url":"https://www.livescience.com/spaghettified-star-silohuoette.html","canonicalUrl":"https://www.livescience.com/spaghettified-star-silohuoette.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1acbfc96d8919d609b42c77c2b303236","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQADBAIFEQYSITElk9L/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRsf/aAAwDAQACEQMRAD8AxV2/2FqC1RB03GokADe5IJeFRxyees9qcdQtZPg7R6avpERKjZU9zjM4J//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ipECZuIWE","title":"Astronomers keep finding mysterious circular rings in the sky and don't know how to explain them","shortId":"ipECZuIWE","createdAt":"2021-05-11T11:22:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:10:13.000Z","url":"https://www.livescience.com/odd-radio-circle.html","canonicalUrl":"https://www.livescience.com/odd-radio-circle.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c3113cf0ebb839c7ed837e56936003f","ratio":1.16618075801749,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAEDB//EAB0QAAEEAgMAAAAAAAAAAAAAAAEAAgMREjFRUoH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAx/9oADAMBAAIRAxEAPwDCYmwOhkdLJjIBbA0Xkb0eFK2diEHXiShH/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8q8e0ESZ1","title":"Benchmarking can help radiology practices evaluate performance","shortId":"8q8e0ESZ1","createdAt":"2021-05-11T07:16:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":27012190,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132334&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132334","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a21818bbbe9b9ba11762bca794165471","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAJxAAAQMDAgQHAAAAAAAAAAAAAQIDEQAEBRIxBhMVISIyNGJygbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxES/9oADAMBAAIRAxEAPwAXi2WLDGWikMoehpbnILHnStOxMTAImZmOw3qecVakknAGfbfED68O1PeEkJ6DdL0jWNlR3FZtc+od+Z/aaavnMhNblidn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CIR44Q9Aq","title":"Medieval shrine gets stone carving of face wearing a COVID-19 mask","shortId":"CIR44Q9Aq","createdAt":"2021-05-11T11:08:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012188,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:03:00.000Z","url":"https://www.livescience.com/st-albans-cathedral-face-mask-carving.html","canonicalUrl":"https://www.livescience.com/st-albans-cathedral-face-mask-carving.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0278b3ebb7bd00e99b92c1d0f739ffc8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQRUQUGITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMp1N3pcTb0KqqUe2QAKxwpGSfu8y5QMSd+xEBV//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Qi8qEr7FI","title":"MSI’s new laptops take aim at the 16-inch MacBook Pro","shortId":"Qi8qEr7FI","createdAt":"2021-05-11T11:05:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428828/msi-gaming-laptops-creator-z16-m16-ge76-gs66-prices-specs","canonicalUrl":"https://www.theverge.com/2021/5/11/22428828/msi-gaming-laptops-creator-z16-m16-ge76-gs66-prices-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/098242d1f89752bca35b4fce7d62cca3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFEiEGEzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQb/xAAcEQABBQADAAAAAAAAAAAAAAABAAIDESEEcbH/2gAMAwEAAhEDEQA/AJJtp6lxmdkyFMSVrCWyhQpACRyB67BNKr8IP28p2t8thv66K9L0MZ6S40hbrnsrmsgEqqurNnGMoYZXjAcoIm40c77eN7I8pf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"h1_1BwdaR","title":"This Is Your Brain Under Anesthesia","shortId":"h1_1BwdaR","createdAt":"2021-05-11T11:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.wired.com/story/this-is-your-brain-under-anesthesia/","canonicalUrl":"https://www.wired.com/story/this-is-your-brain-under-anesthesia/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c315b8a934d13a314aa44ffbc48a9f1d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQACEQMEBRITQf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhEAAgEDBQAAAAAAAAAAAAAAAQIAAwQFM0FywcL/2gAMAwEAAhEDEQA/AM/j8f3wt3e9S1lrsH0tQRVkCCT5EqOiIFSYszg7HqXTG61xz8rP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"yW0oDsXHK","title":"Dell’s new XPS 15 and XPS 17 get upgraded with Intel’s long-awaited 11th Gen H-series chips","shortId":"yW0oDsXHK","createdAt":"2021-05-11T11:05:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428917/dell-xps-15-17-refresh-update-intel-chips-10nm-nvidia-gpu","canonicalUrl":"https://www.theverge.com/2021/5/11/22428917/dell-xps-15-17-refresh-update-intel-chips-10nm-nvidia-gpu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ebfcdcc752981a59cc83e089402edaf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQGEVEFEkH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRITFB/9oADAMBAAIRAxEAPwC63+jIO3+bspyQj2mgIWVmFaqq+wADAcnv5NurPKKewDERFy2AfJNKkrJZRs9n/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"c0SIz_you","title":"Razer claims its new Blade 15 is the ‘thinnest’ 15-inch RTX gaming laptop","shortId":"c0SIz_you","createdAt":"2021-05-11T11:05:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming,php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428604/razer-blade-15-gaming-laptop-mid-2021-intel-h-series-nvidia-rtx-3080-thin-15-inch-specs","canonicalUrl":"https://www.theverge.com/2021/5/11/22428604/razer-blade-15-gaming-laptop-mid-2021-intel-h-series-nvidia-rtx-3080-thin-15-inch-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67cc9b64e2ef74d97d6c6d93315c79d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAURBAYxEhMhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAAMBAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AI24LfprtfdvKKVKkycS2fTkzGCcescc/a3TVLgycYKQIxJAHaHgUpTUT6eH/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"lFI4cMLMK","title":"Lenovo’s Legion 7i and 5i Pro gaming laptops have tall 16:10 QHD displays","shortId":"lFI4cMLMK","createdAt":"2021-05-11T11:05:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22429417/lenovo-legion-7i-5i-pro-gaming-laptops-intel-h-series-qhd-16-10-aspect-ratio","canonicalUrl":"https://www.theverge.com/2021/5/11/22429417/lenovo-legion-7i-5i-pro-gaming-laptops-intel-h-series-qhd-16-10-aspect-ratio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/790228502a7bbf73843ca51ee03c7a2a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQREgcxBSFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AJcteMbY5snsuk9G1UOhja7Ggj6cRkZ1+FasLMntEVLsBl//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jLHzZZdaM","title":"HP’s ZBook Studio G8 is a serious laptop that isn’t afraid to show its fun side","shortId":"jLHzZZdaM","createdAt":"2021-05-11T11:05:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428900/hp-zbook-studio-g8-workstation-laptop-gaming-nvidia-rtx-3080-intel-core-i9-h-series","canonicalUrl":"https://www.theverge.com/2021/5/11/22428900/hp-zbook-studio-g8-workstation-laptop-gaming-nvidia-rtx-3080-intel-core-i9-h-series","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04e0e20ef613785ea8ec7ab0f5abd072","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIABAMGQQUHERITISP/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKnM3gdOzrjUt1sOHzK2MdxQkn5rv1mkKYC1MAUAKEUADb1ESD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_fyJTk5d4","title":"Intel’s flagship Tiger Lake-H mobile chips are here to take on Ryzen 5000","shortId":"_fyJTk5d4","createdAt":"2021-05-11T11:05:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22423545/intel-tiger-lake-h-mobile-processors-11th-gen-laptops","canonicalUrl":"https://www.theverge.com/2021/5/11/22423545/intel-tiger-lake-h-mobile-processors-11th-gen-laptops","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/282558cd06146ef5cb10e2b36ea61de0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwIGAwAAAAAAAAAAAAADAQIEABEFBhIhMXETQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB0RAAAGAwEAAAAAAAAAAAAAAAABAwQREgIhIsH/2gAMAwEAAhEDEQA/AJQ+fpDzT4Z8NhnWWjYwyFu7wX31NThee7om/qo+PEOYAyLNMmtqOt8undKUn3CKddSXhCluVlM5H//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"i1vC7pnHa","title":"'Imaginary' numbers are real (sort of)","shortId":"i1vC7pnHa","createdAt":"2021-05-10T11:47:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010787,"tagsStr":"math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:36:04.000Z","url":"https://www.livescience.com/imaginary-numbers-real-quantum.html","canonicalUrl":"https://www.livescience.com/imaginary-numbers-real-quantum.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b7abbc8824a7f0f8274963945bc51e9c","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwURBBITIf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyEx/9oADAMBAAIRAxEAPwDI8ZfxqcSVsoLPoFWGh1GpLWhTY58q/pMRJ6lrCfEf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3A1DzK3A1","title":"Nvidia’s RTX 3050 Ti can deliver 60fps gameplay in more budget-friendly laptops","shortId":"3A1DzK3A1","createdAt":"2021-05-11T11:05:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22423474/nvidia-rtx-3050-ti-60fps-gaming-laptops-features-specs-performance-price","canonicalUrl":"https://www.theverge.com/2021/5/11/22423474/nvidia-rtx-3050-ti-60fps-gaming-laptops-features-specs-performance-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d092251b031f4179d7f665d3b3ea0182","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIxBiJBYZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAC/9oADAMBAAIRAxEAPwDMuj5l0C3ivbdWlllRhiTaQhB5XtyM/fdTJdaupJHeWRnkYksx25J8nilKUqX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yqpx2SjVi","title":"How to Take a Slick, Professional Headshot With Your Phone","shortId":"yqpx2SjVi","createdAt":"2021-05-11T11:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.wired.com/story/how-to-professional-headshot-smartphone-camera/","canonicalUrl":"https://www.wired.com/story/how-to-professional-headshot-smartphone-camera/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b611861032d8fdad78d833fcc8ee9e4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgIDAQADAAAAAAAAAAAAAQIDBAAFESEHMlL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMRIcH/2gAMAwEAAhEDEQA/AMVDVhsbvWUN6h2UViIRrIWKSRKY0ZQre/UsTznD73K2HxckF+zCm2YrHKyAmv7wEj9YxitQ27LVah6Q7dJJ8n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"IWhCqmSk8","title":"Audien inducts first solo single of 2021 ‘Learn To Love Again’ on Armada","shortId":"IWhCqmSk8","createdAt":"2021-05-11T11:01:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012181,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/audien-inducts-first-solo-single-of-2021-learn-to-love-again-on-armada/","canonicalUrl":"https://dancingastronaut.com/2021/05/audien-inducts-first-solo-single-of-2021-learn-to-love-again-on-armada/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9b7973d884e5e4a298c43eb790805ee","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQISABEhAwQFExUxUZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAAxHB8P/aAAwDAQACEQMRAD8AzjiNXkO0zCBtuGjMuMG18D1YZqFrbt+q81QtI3MR5+UpSbgmRMJq2Vd0L7lOs//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Y7_cfYIFy","title":"illustrations 20-21","shortId":"Y7_cfYIFy","createdAt":"2021-05-11T11:00:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27012180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/118369457/illustrations-20-21","canonicalUrl":"https://www.behance.net/gallery/118369457/illustrations-20-21","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e1da2cd78665e3d6d436c5639b4d74d","ratio":1.21422376409367,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgEEAwAAAAAAAAAAAAAAAAECAwQRFBUzgf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8AwVhq8ZcqtFOu+tuWMeEoAEXldl//2Q==","siteTwitter":"@behance","creatorTwitter":"@tobiashall","readTime":null,"description":null,"toc":null,"summary":null},{"id":"9OvUWzU-p","title":"WaterBear – The College of Music, Carl Cox unveil scholarship for electronic music education","shortId":"9OvUWzU-p","createdAt":"2021-05-11T10:53:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012173,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:50:00.000Z","url":"https://dancingastronaut.com/2021/05/waterbear-the-college-of-music-carl-cox-unveil-scholarship-for-electronic-music-education/","canonicalUrl":"https://dancingastronaut.com/2021/05/waterbear-the-college-of-music-carl-cox-unveil-scholarship-for-electronic-music-education/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd7380b2e77b73e958779632a31b119b","ratio":1.49953139643861,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFETEGBxIhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACBBNB/9oADAMBAAIRAxEAPwCnL3DVXxkeOtHa3aO4kZXVVPkQACSOefmtGswuM51HJcSuBGAzE6E7etmlKC5NwE7Kmqqs/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QnK6iAsVT","title":"Axon Framework 102: Dealing with personal data","shortId":"QnK6iAsVT","createdAt":"2021-05-11T06:07:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"codecentric","views":9,"score":27012166,"tagsStr":"backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T05:00:32.000Z","url":"https://blog.codecentric.de/en/2021/05/axon-framework-102-dealing-with-personal-data/","canonicalUrl":"https://blog.codecentric.de/en/2021/05/axon-framework-102-dealing-with-personal-data/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e74650d50568bdc506a05ad850774f69","ratio":3.57471264367816,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxABAAIDAQEAAAAAAAAAAAAAAQACBBEhA2H/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AND4+L42qrTrZ6KSkqABvR9YiTm//9k=","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":5,"description":null,"toc":null,"summary":null},{"id":"f21otzcmO","title":"Summer Is Coming. So Are Trillions of Brood X Cicadas.","shortId":"f21otzcmO","createdAt":"2021-05-11T10:35:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012155,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:30:00.000Z","url":"https://www.theringer.com/2021/5/11/22429664/cicadas-brood-x-emergence-17-year-wait","canonicalUrl":"https://www.theringer.com/2021/5/11/22429664/cicadas-brood-x-emergence-17-year-wait","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/362da1f1ca1eb1895462d3fc811b0cc6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQIDBAAFEQYSITFBI//EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAD/9oADAMBAAIRAxEAPwCXUGsp8G7XpTS3kiMtwBtDxS2ras4ynHfAyfea3Kwvrm2O3Snz9X4zbq9vA3KSCcDzulKFy5zNKGRdtSDv/9k=","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"473Q48AXa","title":"HI-LO completes Filth On Acid EP with Will Clarke-aided ‘Check’","shortId":"473Q48AXa","createdAt":"2021-05-11T10:31:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:30:00.000Z","url":"https://dancingastronaut.com/2021/05/hi-lo-completes-filth-on-acid-ep-with-check/","canonicalUrl":"https://dancingastronaut.com/2021/05/hi-lo-completes-filth-on-acid-ep-with-check/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12f1a4fa4b1135fe51558f433176c368","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIEBQADERITISIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB4RAAIBBAMBAAAAAAAAAAAAAAECEQADITEEBRJh/9oADAMBAAIRAxEAPwCmxkIRlckmlxqhUay47TdJtbZUQFLOFZ19Lz5IH2sHKytgyjwtlFVjmXxnVQynY46JyOqUovjdZbKrc9MCQJg/BnVNm0Ud0RmEGMEjVf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"TfYQxLd50","title":"Best Elementor Addons For 2021","shortId":"TfYQxLd50","createdAt":"2021-05-11T10:30:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27012150,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:29:27.000Z","url":"https://wp-content.co/best-elementor-addons-for-2021/","canonicalUrl":"https://wp-content.co/best-elementor-addons-for-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a31799dbc0d78de00a0bbc12bdd56eef","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQMEEiExQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Ay/Lso2nhwDV11ZAbzKpDvZHk3RquuvZk/I/TES7kwh//2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"XJbsqTnJv","title":"7 Best Text-To-Speech WordPress Plugins","shortId":"XJbsqTnJv","createdAt":"2021-05-11T10:30:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27012150,"tagsStr":"machine-learning,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:26:37.000Z","url":"https://www.wpexplorer.com/text-to-speech-wordpress-plugins/","canonicalUrl":"https://www.wpexplorer.com/text-to-speech-wordpress-plugins/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aae1ac62fc8d53d6ad46d106eba63dba","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACBBEDITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A3qXjL5UcjI9tOBAB1rtj21WiKqH/2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DoEvbcX_C","title":"Ultimate Guide to WordPress Categories & Tags","shortId":"DoEvbcX_C","createdAt":"2021-05-11T10:30:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27012150,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:48:33.000Z","url":"https://www.wpexplorer.com/wordpress-categories-tags/","canonicalUrl":"https://www.wpexplorer.com/wordpress-categories-tags/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbeff10c0681125b45707c04124d06ba","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAAhEhBBIGFGL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEQIh/9oADAMBAAIRAxEAPwDRvOua5N+JZbn0FTkUWzrUnOjbW8S/o879t4z9REErdLs9yf/Z","siteTwitter":"@wpexplorer","creatorTwitter":"@digitalinkwell","readTime":6,"description":null,"toc":null,"summary":null},{"id":"uh1P6iuIo","title":"Late Nights With Heath Ledger: Stories From the Set of ‘A Knight’s Tale’","shortId":"uh1P6iuIo","createdAt":"2021-05-11T10:28:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012148,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:20:00.000Z","url":"https://www.theringer.com/movies/2021/5/11/22429725/knights-tale-heath-ledger-behind-the-scenes-stories-paul-bettany","canonicalUrl":"https://www.theringer.com/movies/2021/5/11/22429725/knights-tale-heath-ledger-behind-the-scenes-stories-paul-bettany","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2e7a352250d6432ea911529a9b3e9aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBBEABRQxBiEykf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADBBJB/9oADAMBAAIRAxEAPwCdZvJvlqthJmulvjReMUI+XKFgmqPojrrN6Bu95IgRnjtCguNpWUpjt0LANCwT+nGMIzGNarrE6kVyQ3J//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZorRgWChC","title":"Elephante releases his most personal piece to date—experience ‘High Water’","shortId":"ZorRgWChC","createdAt":"2021-05-11T10:23:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012143,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:15:00.000Z","url":"https://dancingastronaut.com/2021/05/elephante-releases-his-most-personal-piece-to-date-experience-high-water/","canonicalUrl":"https://dancingastronaut.com/2021/05/elephante-releases-his-most-personal-piece-to-date-experience-high-water/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2cdd08d6f5a4eaf6b2299ff4fedc7eea","ratio":1.50033489618218,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFEjERJEFRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEnH/2gAMAwEAAhEDEQA/AM9abYjPbWa6TXGtLtZ+FQA7wPXj5klmSWGxLGjo6I5UMV6EgHnGMiJO/TLQM7//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AGh6lOVlH","title":"The Night the Bugs Came for Joba Chamberlain","shortId":"AGh6lOVlH","createdAt":"2021-05-11T10:11:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012131,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:10:00.000Z","url":"https://www.theringer.com/mlb/2021/5/11/22428950/yankees-cleveland-bug-game-midges-joba-chamberlain","canonicalUrl":"https://www.theringer.com/mlb/2021/5/11/22428950/yankees-cleveland-bug-game-midges-joba-chamberlain","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1227de1d39fdde8203cf3b5994c5696","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAACAQMEAAURIQYSEyIx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADEjFBUWHw/9oADAMBAAIRAxEAPwCpvxjE5fxnoUgmnRaa8RO5H2RFyWtqmMJ8qhuVygs3GU2VlgmoOmKko7LCrulKLm4xE9rVLajncSXBv0V//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"YPjumSgSf","title":"If You Thought Playing NBA Defense Was Hard, Try Quantifying It","shortId":"YPjumSgSf","createdAt":"2021-05-11T10:11:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012131,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:00:00.000Z","url":"https://www.theringer.com/nba/2021/5/11/22423517/nba-defense-analytics-nikola-jokic","canonicalUrl":"https://www.theringer.com/nba/2021/5/11/22423517/nba-defense-analytics-nikola-jokic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75fc933e1d9627fbcffb221281c2e1cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgEDBAARMQUGEhQhM0FRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEfD/2gAMAwEAAhEDEQA/ANN0vUXpu4ZrB2EGHXGBsq4QOK+c381Rxpc8Y7ScyHQETtr6+lSlGvYwrXD2CJLWgsYZ2mf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hhO-pRUUy","title":"Most of All, Cicadas Sound Like Summertime","shortId":"hhO-pRUUy","createdAt":"2021-05-11T10:04:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:50:00.000Z","url":"https://www.theringer.com/pop-culture/2021/5/11/22428860/cicadas-emerging-sound-of-summer-nostalgia","canonicalUrl":"https://www.theringer.com/pop-culture/2021/5/11/22428860/cicadas-emerging-sound-of-summer-nostalgia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f676edd928cb37d4eadcd960693b981","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAgMBAAAAAAAAAAAAAgEDBBEABQYhBxNBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCzmXjeDP5TCejSiinPffNxPUhihUR3Sr3dKi2v35VZqGq0zGu1cOEBuGEZkGUIl7JBFEtfzGMYUgDf/9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"XrHeOObRb","title":"Matt Nash returns to STMPD RCRDS with Nikki Ambers-backed ‘Ready Or Not,’ hints at debut LP","shortId":"XrHeOObRb","createdAt":"2021-05-11T10:01:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/matt-nash-returns-to-stmpd-rcrds-with-nikki-ambers-backed-ready-or-not-hints-at-debut-lp/","canonicalUrl":"https://dancingastronaut.com/2021/05/matt-nash-returns-to-stmpd-rcrds-with-nikki-ambers-backed-ready-or-not-hints-at-debut-lp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/534e3f3b45d20766878d020b35a2694d","ratio":1.6338880484115,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDEQAEBxIFQRMxcYL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMh/9oADAMBAAIRAxEAPwCXxOUbtrIA5Fd9fllaS082GkQdYCUhO0a9z7+zWktZjt3WkOBu+AUAqPEjv90pTbVqvSSZLU4z/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0Di9zUNeJ","title":"Sasha shatters eight-year mix silence with ‘LUZoSCURA’","shortId":"0Di9zUNeJ","createdAt":"2021-05-11T09:46:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012106,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:45:00.000Z","url":"https://dancingastronaut.com/2021/05/sasha-returns-after-eight-years-with-luzoscura-lockdown-mix-compilation/","canonicalUrl":"https://dancingastronaut.com/2021/05/sasha-returns-after-eight-years-with-luzoscura-lockdown-mix-compilation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa439c04781c308de671d10b1c083305","ratio":1.49765990639626,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABERIDBQQUIUGR8P/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAwADAAAAAAAAAAAAAAAAAAESESEi/9oADAMBAAIRAxEAPwDEdCWuLS58PLhs5coGYnF3jFQ3KI82Yfajn0tyraJ7fQiKtcpAneT/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"NTiYnmR5D","title":"The US is getting worried about microwave weapons that may not exist","shortId":"NTiYnmR5D","createdAt":"2021-05-11T09:14:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012074,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277125-the-us-is-getting-worried-about-microwave-weapons-that-may-not-exist/","canonicalUrl":"https://www.newscientist.com/article/2277125-the-us-is-getting-worried-about-microwave-weapons-that-may-not-exist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad63191dd669829dc0668d632ec7a033","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBABAAEDAwUAAAAAAAAAAAAAAQMAAgQFEVEGEhMigf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwDG6X1Drc2gQ4xBiGIWC2EVtxa7G77PK/KkZGXAZEoRQB3Ox4TmlKVoMl//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DZ54i5wtC","title":"Nothing’s debut Ear 1 wireless earbuds will launch in June","shortId":"DZ54i5wtC","createdAt":"2021-05-11T09:02:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012062,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428397/nothing-ear-1-true-wireless-earbuds-launch-carl-pei","canonicalUrl":"https://www.theverge.com/2021/5/11/22428397/nothing-ear-1-true-wireless-earbuds-launch-carl-pei","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43a52fa7d05e41e165c429dd0b19a7b2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAESEDBf/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAxExcf/aAAwDAQACEQMRAD8AxDs7L6QUHGQWa07KoiU9O5dBk20sn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q87e4OyiN","title":"CIA's hunt for Osama bin Laden fuelled vaccine hesitancy in Pakistan","shortId":"q87e4OyiN","createdAt":"2021-05-11T07:43:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011983,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277145-cias-hunt-for-osama-bin-laden-fuelled-vaccine-hesitancy-in-pakistan/","canonicalUrl":"https://www.newscientist.com/article/2277145-cias-hunt-for-osama-bin-laden-fuelled-vaccine-hesitancy-in-pakistan/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2ded00f8d354dd54cc982f5230047c8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESESEzGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIEIRH/2gAMAwEAAhEDEQA/AMtuqIMyHHRHcEJxkdojkrcbSNle8eZGtZ+bqVt+3KbSpbjXIgE57faUoc1pYqNOOrp//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"bL-Q2eOa5","title":"AR could transform image-guided surgical planning, navigation","shortId":"bL-Q2eOa5","createdAt":"2021-05-11T07:16:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011956,"tagsStr":"data-science,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132339&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132339","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/95b7172388769d0187ebbf66cd3db481","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGYRMUMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAA0ESIf/aAAwDAQACEQMRAD8Al2SbdyhqQE+T3WglY0nCQjQ0MY1nQFYNwmBM+SA2cB1Q+uz1SlUvrVGHIyCtyy+nZ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jwnXqTPqU","title":"Russell Coker: Echo Chambers vs Epistemic Bubbles","shortId":"jwnXqTPqU","createdAt":"2021-05-10T09:21:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27010641,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:47:31.000Z","url":"https://etbe.coker.com.au/2021/05/10/echo-chambers-epistemic-bubbles/","canonicalUrl":"https://etbe.coker.com.au/2021/05/10/echo-chambers-epistemic-bubbles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"bLm6JhCzW","title":"Women with genetic disorder more reassured after breast screening","shortId":"bLm6JhCzW","createdAt":"2021-05-11T07:16:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011956,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132342&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132342","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93d4020528df0b669da7ccc959b14a5e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAf/xAAhEAADAAEDBAMAAAAAAAAAAAABAgMEAAURBhIhMRVBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACETJh/9oADAMBAAIRAxEAPwB3SmNl/Gbxur5dkpuF7zwldWdcUqSkuF9ex3H6OqpsxyY7Pgyz96xbZiQmtqCAAdwo7jx+nk6mHVt7T6RBnWiE1nyVYjnydJxq0bHkzUckoCSSfPjRcOHkpajXWf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"y0qXBMIVp","title":"Lift As You Climb","shortId":"y0qXBMIVp","createdAt":"2021-05-11T02:08:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":15,"score":27011955,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T20:26:40.000Z","url":"https://code.likeagirl.io/lift-as-you-climb-7479cc491d2","canonicalUrl":"https://code.likeagirl.io/lift-as-you-climb-7479cc491d2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56b4fad4894b30b81cd24083b48d00a3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAgQI/8QAIBAAAQMDBQEAAAAAAAAAAAAAAwABAgQREgUyQUJRcv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/ANL6aEg51sy45FqJTa19tmi3PjK1Aff6dJBkGGX/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@_nancychauhan","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8hut_WZUV","title":"Oppo Find X3 Pro review: the Chinese phone to beat","shortId":"8hut_WZUV","createdAt":"2021-05-11T07:05:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011945,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.theverge.com/22411538/oppo-find-x3-pro-review","canonicalUrl":"https://www.theverge.com/22411538/oppo-find-x3-pro-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82560706b38671a1aa35353d0fecf16e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUxExVR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMEERL/2gAMAwEAAhEDEQA/AKdrH7S8SwmklUE5Zw56zoAdDH3dblByRWCNfErYUDJOzqlKlkL3HWGp/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EhdTaW5Nn","title":"Peak Design is launching a new used gear exchange","shortId":"EhdTaW5Nn","createdAt":"2021-05-11T07:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22425546/peak-design-used-bags-equipment-marketplace-craigslist","canonicalUrl":"https://www.theverge.com/2021/5/11/22425546/peak-design-used-bags-equipment-marketplace-craigslist","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ee650d1ca072a0c8df0efeabff56f7e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAQQBBQAAAAAAAAAAAAAAAwABAgQRBRNTkfD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAyFB/9oADAMBAAIRAxEAPwDE07Ax6KQEqwiOQsXecmy7ewp348A+kRFThbHEz//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"eXBrNdR4s","title":"Armbian 21.05 verfügbar","shortId":"eXBrNdR4s","createdAt":"2021-05-11T06:37:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27011917,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T06:22:00.000Z","url":"https://linuxnews.de/2021/05/armbian-21-05-verfuegbar/","canonicalUrl":"https://linuxnews.de/2021/05/armbian-21-05-verfuegbar/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75051aa20aa3642a18518108cf193abf","ratio":0.845177664974619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFB//EAB0QAQACAgMBAQAAAAAAAAAAAAECAwAhBBETMRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AMBrrrIB6Rj0Gvy6xOyipnJ84O3fWR487kxALXo18MG8i5VbJ9u/uAV60IAcv//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"PsDTyWWO8","title":"Marque de l'État","shortId":"PsDTyWWO8","createdAt":"2021-05-11T06:36:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27011916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/96660857/Marque-de-lEtat","canonicalUrl":"https://www.behance.net/gallery/96660857/Marque-de-lEtat","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6f94855f0b5013f8bfbf5783df1e078","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQIAAwQRIWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0/gqK1etTYQGJ27lj0+yqIgf/9k=","siteTwitter":"@behance","creatorTwitter":"@agence4uatre","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uZcyxmH4N","title":"Risk Management Strategy Fundamentals","shortId":"uZcyxmH4N","createdAt":"2021-05-11T00:19:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cshub","views":27,"score":27011894,"tagsStr":"security,business,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/risk-management-strategy-fundamentals","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/risk-management-strategy-fundamentals","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e1a2c3530fe0516d27ffef22362f194","ratio":1.50326797385621,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACAwURBAYHIRITFBUiYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERUf/aAAwDAQACEQMRAD8AgtO6DlDHwF1br0kZBuIYMI9x+uIstB7TpWzxPVuI24jzbn2dkRNXoMSP/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"h4TEr3Y-t","title":"Keychron K8 – günstige Tastatur mit Hotswap","shortId":"h4TEr3Y-t","createdAt":"2021-05-11T06:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27011887,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T05:51:25.000Z","url":"https://cstan.io/?p=12798","canonicalUrl":"https://cstan.io/?p=12798","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa5dcea04fba7d770574aec1212d3888","ratio":1.04347826086957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAb/xAAiEAACAQQCAQUAAAAAAAAAAAABAgMABAURITEiBhITQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAECAwD/2gAMAwEAAhEDEQA/AFZdfUdxmL5cdJPPbM49hR2AXY4XhtfRqyxk11DjbSO6lkE6QosgYchgBvfPe6FjHeKeX4mZNsr+J15db/dU13ZnZmYkk7JJ7qdpo3EryzIi0O//2Q==","siteTwitter":"","creatorTwitter":"@stankowic_devel","readTime":5,"description":null,"toc":null,"summary":null},{"id":"a_uwX2ZhG","title":"YunoHost 4.2 mit überarbeiteter Oberfläche","shortId":"a_uwX2ZhG","createdAt":"2021-05-11T05:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27011827,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T04:52:00.000Z","url":"https://linuxnews.de/2021/05/yunohost-4-2-mit-ueberarbeiteter-oberflaeche/","canonicalUrl":"https://linuxnews.de/2021/05/yunohost-4-2-mit-ueberarbeiteter-oberflaeche/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b36f9e7e3beea31d413dcb0ea439984","ratio":2.94979079497908,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECAwQFEUExMlFhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAHhEAAQIHAQAAAAAAAAAAAAAAAQADAhEzNEFxsbL/2gAMAwEAAhEDEQA/AIosZhdLelrYaVIIt5oLvGmBmksrynj5Wr0ACLh3Y8hUioNHMj1f/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"4yK8aaZMU","title":"Most of computing’s carbon emissions are coming from manufacturing and infrastructure","shortId":"4yK8aaZMU","createdAt":"2021-05-10T17:08:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"facebook_code","views":135,"score":27011800,"tagsStr":"infrastructure,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-03-02T17:00:47.000Z","url":"https://tech.fb.com/sustainable-computing/","canonicalUrl":"https://tech.fb.com/sustainable-computing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5beafefa5cfc5d346d7a90844b11c4dd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQIDBBEABQYSIXGy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAABAgMABBH/2gAMAwEAAhEDEQA/AK9z6hJhQdPVFREDSyocAzxrqwDZVY8rM0vcLwUQpiHYNGmOvrGMHc3byfiORkSQmw6VGf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HfQ88h-V7","title":"Real-life Mario Kart looks amazing from the perspective of a self-flying Skydio drone","shortId":"HfQ88h-V7","createdAt":"2021-05-11T04:40:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011800,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T04:34:29.000Z","url":"https://www.theverge.com/tldr/2021/5/11/22429964/mario-kart-lawn-mower-skydio-drone-origiful-ian-padgham","canonicalUrl":"https://www.theverge.com/tldr/2021/5/11/22429964/mario-kart-lawn-mower-skydio-drone-origiful-ian-padgham","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/136c959cafec4c49b061996c12c1aaec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAERJRE0Rx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDIf/aAAwDAQACEQMRAD8AxUS7tIsoFqfIT5SNhDik8R0NHeUP2lmHnALSfoKPsK7+4xk9tbr1iAn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nAN7eIpIy","title":"DarkSide Hit Colonial Pipeline—and Created an Unholy Mess","shortId":"nAN7eIpIy","createdAt":"2021-05-11T00:24:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27011544,"tagsStr":"security,cyber,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:15:00.000Z","url":"https://www.wired.com/story/darkside-ransomware-colonial-pipeline-response/","canonicalUrl":"https://www.wired.com/story/darkside-ransomware-colonial-pipeline-response/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b4659443bc1f19e532e49e7027e772d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABREEITEGBxNBYaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAwIRFDFC/9oADAMBAAIRAxEAPwChufcG7JZ5EXT25PGcoU04GB62zz9/KhZerbhLI8kyaWSVyWZzEMsTydqUqZkSLoU46d2P/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"NL3HfFIPA","title":"‘Lethal Weapon 2’ With Bill Simmons, Chris Ryan, and Van Lathan","shortId":"NL3HfFIPA","createdAt":"2021-05-11T04:23:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011783,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T04:20:34.000Z","url":"https://www.theringer.com/2021/5/11/22428466/lethal-weapon-2-with-bill-simmons-chris-ryan-and-van-lathan","canonicalUrl":"https://www.theringer.com/2021/5/11/22428466/lethal-weapon-2-with-bill-simmons-chris-ryan-and-van-lathan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66460b5e761feaeef780cf8d539a168e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDAAQRBQYTIhIUITJx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIhQf/aAAwDAQACEQMRAD8AjeWgtNxHR5XM8RumlMh6sVCswT864rUTbOj3SLcehGnMOTxEkmBn5x9qUqbC4JpYf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"XvnBm_cL9","title":"Security keys are now supported for SSH Git operations","shortId":"XvnBm_cL9","createdAt":"2021-05-10T17:28:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":108,"score":27011750,"tagsStr":"security,authentication,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:20:08.000Z","url":"https://github.blog/2021-05-10-security-keys-supported-ssh-git-operations/","canonicalUrl":"https://github.blog/2021-05-10-security-keys-supported-ssh-git-operations/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a214f1ad9ebe88988750858dfb9a8f3","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBABAAIBBQAAAAAAAAAAAAAAAQACAwQhYZHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREx/9oADAMBAAIRAxEAPwDL7q2whixV5KyblVXbo8iIekiP/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cdEHdmR0O","title":"Variable Aspect Ratio Card With Conic Gradients Meeting Along the Diagonal","shortId":"cdEHdmR0O","createdAt":"2021-05-10T14:35:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":214,"score":27011730,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-10T18:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-10T14:13:12.000Z","url":"https://css-tricks.com/variable-aspect-ratio-card-with-conic-gradients-meeting-along-the-diagonal/","canonicalUrl":"https://css-tricks.com/variable-aspect-ratio-card-with-conic-gradients-meeting-along-the-diagonal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50c34e93c3b4c3b266e6ddf5f8b24087","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAREyExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBEAAQIFBQAAAAAAAAAAAAAAAQQRAAMhQWETMVFisv/aAAwDAQACEQMRAD8AjNOlK2lKpXiV9rHyuob72daAzRyVLAdgbSenyugxjALwNKS4el63zFJIHUKB2Hkb8nJrH//Z","siteTwitter":"@CSS","creatorTwitter":"@anatudor","readTime":10,"description":null,"toc":null,"summary":null},{"id":"3cjsWFyrT","title":"How to Ace Your Coding Interview – Advice from a Senior Software Engineer","shortId":"3cjsWFyrT","createdAt":"2021-05-10T17:08:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":109,"score":27011686,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:04:31.000Z","url":"https://www.freecodecamp.org/news/how-to-acing-your-coding-interview-advice-from-senior-software-engineer/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-acing-your-coding-interview-advice-from-senior-software-engineer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7b5a53ad05980c356b7a4df04987265","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDBAARBRIhMUEGBxYicf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABEQD/2gAMAwEAAhEDEQA/AIfZbq5UHAJbMptpLOZyQt0FZUt9SjpzpYDYAfTesLKxfB3pTznjsE51lV1JJJuefbelKBblsN//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@ki_dchae","readTime":6,"description":null,"toc":null,"summary":null},{"id":"MreWsTHjm","title":"Taller and prettier plants are more likely to be studied by botanists","shortId":"MreWsTHjm","createdAt":"2021-05-11T02:33:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.newscientist.com/article/2277121-taller-and-prettier-plants-are-more-likely-to-be-studied-by-botanists/","canonicalUrl":"https://www.newscientist.com/article/2277121-taller-and-prettier-plants-are-more-likely-to-be-studied-by-botanists/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df89284294e26ef7ff9138cad6f1bc2b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIRAAMEBSEGEhQxEzJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQACAgMAAAAAAAAAAAAAAAACEQDwAQMh/9oADAMBAAIRAxEAPwCUssm6X+ppZoqShIneDej2khKAtW0OHAS+Hz1Gq0mprdxZL1c9R2JzxUB8dt8hCJ7DazbyIRTn/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BZcqLaxTH","title":"Will waiving patents for covid-19 vaccines boost global supplies?","shortId":"BZcqLaxTH","createdAt":"2021-05-11T02:33:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://www.newscientist.com/article/2277118-will-waiving-patents-for-covid-19-vaccines-boost-global-supplies/","canonicalUrl":"https://www.newscientist.com/article/2277118-will-waiving-patents-for-covid-19-vaccines-boost-global-supplies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/373bf49e490a00a45ee6dbb60c4a91d7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGEhQiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxEEMf/aAAwDAQACEQMRAD8Ars3GonHbTNhLhuMpueW47YdSvyEhB9SSD0z91je81l4/Fre8w26iB1StIUAZSyQCM7pSreapLWfRmEQLbXrVCD6J/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3obEryVUz","title":"Indian coronavirus variant in the UK seems to be more transmissible","shortId":"3obEryVUz","createdAt":"2021-05-11T02:33:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.newscientist.com/article/2277153-indian-coronavirus-variant-in-the-uk-seems-to-be-more-transmissible/","canonicalUrl":"https://www.newscientist.com/article/2277153-indian-coronavirus-variant-in-the-uk-seems-to-be-more-transmissible/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d136f6994a54530f083f04503aef047","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFESExQQYHEhQy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEAAwEBAAAAAAAAAAAAAAABABFBAhL/2gAMAwEAAhEDEQA/AIwvueYPBJbPEpQUeOSCZLeSFmK6H6B0bLffI1vY8b6KZFaWziaQgFj6CannilKn6ULyN4C02f/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"N3ewPxV4j","title":"The EU may make recycling e-waste a legal requirement – will it work?","shortId":"N3ewPxV4j","createdAt":"2021-05-11T02:33:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.newscientist.com/article/2277074-the-eu-may-make-recycling-e-waste-a-legal-requirement-will-it-work/","canonicalUrl":"https://www.newscientist.com/article/2277074-the-eu-may-make-recycling-e-waste-a-legal-requirement-will-it-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf1776b14f84e24139ed47bb6acf5ee5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFEQYSEyExQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAABEA/9oADAMBAAIRAxEAPwChI8TElxHc4608qQR3LuyAgxN10WPUsD71ob+fysvkeS8LtMhdWwhVhDK0YYwP70SN/VKVCJf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0hsLWJPKd","title":"India's plight could be repeated elsewhere if rising cases are ignored","shortId":"0hsLWJPKd","createdAt":"2021-05-11T02:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033333-500-indias-plight-could-be-repeated-elsewhere-if-rising-cases-are-ignored/","canonicalUrl":"https://www.newscientist.com/article/mg25033333-500-indias-plight-could-be-repeated-elsewhere-if-rising-cases-are-ignored/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d997125d1093720d7cc8f3477b4e1a8b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFETEHISMSExQXIv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8AlnNSXKdS6NTqd0dyXcV5KA0OVmwAQokb3ucYjG9wTrPE1JyCG0fKUlgEgDAvbeEISs10UspqUz//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JOiPzQilAB","title":"Apples review: A timely story of a pandemic that leads to memory loss","shortId":"JOiPzQilAB","createdAt":"2021-05-11T02:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2277011-apples-review-a-timely-story-of-a-pandemic-that-leads-to-memory-loss/","canonicalUrl":"https://www.newscientist.com/article/2277011-apples-review-a-timely-story-of-a-pandemic-that-leads-to-memory-loss/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e818accb99006f721724b1c7efdd6dd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQMEEQACBSEGBxITMdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAAL/2gAMAwEAAhEDEQA/ALua41jsm9dpLtEW7QoWFNVtaLFPJJ7vWoiNEVgFOlDAqXkP3UEmNW/KUpZG/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"27pot1mXm","title":"'Green' bitcoin alternative Chia is leading to hard disc shortages","shortId":"27pot1mXm","createdAt":"2021-05-11T02:33:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.newscientist.com/article/2277076-green-bitcoin-alternative-chia-is-leading-to-hard-disc-shortages/","canonicalUrl":"https://www.newscientist.com/article/2277076-green-bitcoin-alternative-chia-is-leading-to-hard-disc-shortages/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9e3b16d1a3241143d74428bdf06e036","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHxABAAEEAgMBAAAAAAAAAAAAAQMAAgQRBSEiM0FR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAcEQADAAEFAAAAAAAAAAAAAAABAgQAAxEhMsH/2gAMAwEAAhEDEQA/AMVPzePDHi4+RFakd5f6y532HlrZ+9VHk51ULAfmqUp2W0LPoAOevuSb7hF5z//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1Ugwp1AO6","title":"Fish Food","shortId":"1Ugwp1AO6","createdAt":"2021-05-10T22:49:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27011449,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/119194683/Fish-Food","canonicalUrl":"https://www.behance.net/gallery/119194683/Fish-Food","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d56d14ae07701a858cd768cd06b29c3b","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABREEIQYSEyJBYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAwABAhEEgfAh/9oADAMBAAIRAxEAPwChtNzlGrDSyOkckBDRqxK825Gfe4GflT83E1uSaRJUPUViG7POd6UoQGSSTVfbSxgDab+dpf/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Je_OOMOc-","title":"Covid-19 news: Further easing of restrictions in England from 17 May","shortId":"Je_OOMOc-","createdAt":"2021-05-11T02:33:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-further-easing-of-restrictions-in-england-from-17-may/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-further-easing-of-restrictions-in-england-from-17-may/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7652445d67c4c307596123cffdb0c81e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAwEBAAAAAAAAAAAAAQIDBBEABRITITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAECAP/aAAwDAQACEQMRAD8AybWyY+yixYsbuDwUXEJdPLsWfVp5WCCQBV+CsnpkPVNy30OOOMrStQU2QTwN/LHhr8xjC5AHMWtI7//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":45,"description":null,"toc":null,"summary":null},{"id":"2tQTbeOdp","title":"Five Biggest Questions of the NFL Offseason","shortId":"2tQTbeOdp","createdAt":"2021-05-11T02:00:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011640,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T01:50:40.000Z","url":"https://www.theringer.com/2021/5/10/22429820/five-biggest-questions-of-the-nfl-offseason","canonicalUrl":"https://www.theringer.com/2021/5/10/22429820/five-biggest-questions-of-the-nfl-offseason","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/033c6da926061431cb79bb28674b3a91","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABEFEhUhgfD/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABsRAAIBBQAAAAAAAAAAAAAAAAECAAMRIVHB/9oADAMBAAIRAxEAPwCpZsT9y4aJrFhoXWdOhpCQpAD7HsH4ZUe/bd2d7MzMx2SW8k4xkGuxKpfXTBScz//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qZR_mOwAg","title":"Tip: Adding autocomplete to a password field","shortId":"qZR_mOwAg","createdAt":"2021-05-10T19:15:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"30seconds","views":26,"score":27011594,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/password-autocomplete-suggestion","canonicalUrl":"https://www.30secondsofcode.org/blog/s/password-autocomplete-suggestion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca489d7a6cedb1cd931fe1086df471d2","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFEjEGERMhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEBAAMBAAAAAAAAAAAAAAACAQADETH/2gAMAwEAAhEDEQA/AM7rHUOrGyXa0TKsgDNGuzaNvYcEfOct1dHpyVoXeWgrMgYjwyeiRxjGFW2r1XC1E88mf//Z","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"kCcctsiho","title":"Epic and Apple are now fighting over a naked banana","shortId":"kCcctsiho","createdAt":"2021-05-11T00:50:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011570,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:45:13.000Z","url":"https://www.theverge.com/2021/5/10/22429267/epic-v-apple-fortnite-app-store-trial-peely-day-6","canonicalUrl":"https://www.theverge.com/2021/5/10/22429267/epic-v-apple-fortnite-app-store-trial-peely-day-6","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dcc9bab70b874c531698809fa0aa4d69","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESEGEjEV/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIDERIxwf/aAAwDAQACEQMRAD8Azk2zR7XG7FqNIRIgPPEOM7SUq6DBzobzoCrlt4+1Mt0WShm1tIeaQ4G/nNq6AgHGT7jPtKUOTfPcs769klTRP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KUvOu5FNR","title":"Hans Zimmer isn’t the only composer that can make tech sounds, you know","shortId":"KUvOu5FNR","createdAt":"2021-05-11T00:50:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011570,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:45:51.000Z","url":"https://www.theverge.com/tldr/2021/5/10/22429697/hans-zimmer-bmw-car-driving-noise-other-comporsers","canonicalUrl":"https://www.theverge.com/tldr/2021/5/10/22429697/hans-zimmer-bmw-car-driving-noise-other-comporsers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d71d26ee275735da598085ae1f86b435","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIQYxERMy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/AMiW5x+O4z6psXFczzSlkuDIUeJwo2COxv561UwHAHho0Yjs73SlImv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"D2Tah1JjR","title":"Adjusted timeline for SharedArrayBuffers","shortId":"D2Tah1JjR","createdAt":"2021-05-10T16:20:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"chromium","views":19,"score":27011518,"tagsStr":"google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://blog.chromium.org/2021/05/adjusted-timeline-for-sharedarraybuffers.html","canonicalUrl":"https://blog.chromium.org/2021/05/adjusted-timeline-for-sharedarraybuffers.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"","creatorTwitter":"@ChromiumDev","readTime":null,"description":null,"toc":null,"summary":null},{"id":"N6VrwIhe5","title":"DiA to partner with SonoScape","shortId":"N6VrwIhe5","createdAt":"2021-05-10T23:55:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011515,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T23:37:29.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132341&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132341","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b72731025a86dad577f99913f9164b59","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDABEhBAUxBhIyYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAQCITH/2gAMAwEAAhEDEQA/AIe/6HTLC5jkUMgFlZCCzE2sPgzWdyLGsjL3pgkeJp71A7GCS7NjjPs0Ebk06zUgpfD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"4OccBIJSz","title":"ClearPoint signs deal for robotic system for MRI suite","shortId":"4OccBIJSz","createdAt":"2021-05-10T23:42:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011502,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T23:21:09.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132340&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132340","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f8977bb8f3e8152a1c5727a1d996407","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJRAAAQIEBQUBAAAAAAAAAAAAAQIDBAURIQAGEhRBEyIxUWKB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgMR/9oADAMBAAIRAxEAPwBFmaEmD0xiptCvubJ0h1RUSUBtFPA4Nrkeh+TMRGfollt9hqDDLqQtA6zg7SKi2q1sbDnNKUyGJbSAlGhwaQKClDxglJHFmSy8laq7dvn5GEIrqDtU1R//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"RW1z7trzt","title":"Bill Simmons’s NBA Must-Buys","shortId":"RW1z7trzt","createdAt":"2021-05-10T22:38:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:28:24.000Z","url":"https://www.theringer.com/2021/5/10/22429604/bill-simmonss-nba-must-buys","canonicalUrl":"https://www.theringer.com/2021/5/10/22429604/bill-simmonss-nba-must-buys","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0c4242cf61356d7eb49d1a62aa49674","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDBBEFMQYIFSIjQVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxIhIv/aAAwDAQACEQMRAD8Al3Wb1jWpKt65bt15GGNzJJi3dwAPbjbJKs1Xlx0+etFM7iO8HSMDz4vZGfpERGY1gZjLvbnXZ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"M0OktfPL6","title":"Get Started With React By Building A Whac-A-Mole Game","shortId":"M0OktfPL6","createdAt":"2021-05-10T11:54:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":127,"score":27011481,"tagsStr":"webdev,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/get-started-whac-a-mole-react-game/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/get-started-whac-a-mole-react-game/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b0c2cf1f9af135e292ed6189a0e92d9","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQMCBAAFBjEREiEjMmH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDZNraRPTqlqwy5J4Z7oQCowCwF/I6cj95y1DeNh9Gs6dVXcxcZnyeSAcYxSAUYlu4NWMVVZ8Hm/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@jh3yy","readTime":24,"description":null,"toc":null,"summary":null},{"id":"51KOH6Pi8","title":"Dealing With an Absentee Web Design Client","shortId":"51KOH6Pi8","createdAt":"2021-05-10T23:12:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27011472,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T21:16:38.000Z","url":"https://speckyboy.com/absentee-web-design-client/","canonicalUrl":"https://speckyboy.com/absentee-web-design-client/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aef80448a962aaf8a3951f5f10c61396","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFIQYREiIxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgEAcf/aAAwDAQACEQMRAD8AxPH88smDvJbi1jktEkXtUDzViOh380KhPlJQ7BLGEqDok+xSlQOxLuMSg83/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"j6XtX1-rR","title":"Do I Have to Go Back to the Newsroom?","shortId":"j6XtX1-rR","createdAt":"2021-05-10T23:08:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011468,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:53:06.000Z","url":"https://www.theringer.com/2021/5/10/22429646/do-i-have-to-go-back-to-the-newsroom","canonicalUrl":"https://www.theringer.com/2021/5/10/22429646/do-i-have-to-go-back-to-the-newsroom","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d35371657773a72001bb28dfaeae92e3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAwECBBEABRIGISIxQWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwARIf/aAAwDAQACEQMRAD8AxQuKi6fAbGHGYtRXGV26rrfTart0fchDMGZEBJLHRCGY0jqXlapa+PeMYLeSLJWA96clOjM5BO//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"P15yjEL2v","title":"NASA’s asteroid-punching spacecraft begins its trek back home","shortId":"P15yjEL2v","createdAt":"2021-05-10T22:48:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011448,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:46:09.000Z","url":"https://www.theverge.com/2021/5/10/22429078/nasa-asteroid-spacecraft-osiris-rex-begins-return-home-bennu","canonicalUrl":"https://www.theverge.com/2021/5/10/22429078/nasa-asteroid-spacecraft-osiris-rex-begins-return-home-bennu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7be30b5d2a9e13d0eaa02df6a2f51da8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAwABAhEEBQYicYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzntmQh42rGOCJ4jxpUOT0zvLiz+XfbKEiIP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"lvYWAtuGs","title":"Mother?s Day Marketing: 5 Infographics We Love","shortId":"lvYWAtuGs","createdAt":"2021-05-10T19:13:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27011233,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:30:39.000Z","url":"https://marketsplash.com/mothers-day-marketing/","canonicalUrl":"https://marketsplash.com/mothers-day-marketing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19b902e01cba2155fba2c67d95d538c3","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACERIDBCGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ANJieW6+wwRV9bcHYMj1SREGtRDIKl//2Q==","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":4,"description":null,"toc":null,"summary":null},{"id":"suTyX8VY4","title":"Rendering performance demo: 20.000 delta updates per second","shortId":"suTyX8VY4","createdAt":"2021-05-10T16:25:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":18,"score":27011441,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:25:19.000Z","url":"https://itnext.io/rendering-performance-demo-20-000-delta-updates-per-second-6f527d8eb8f5","canonicalUrl":"https://itnext.io/rendering-performance-demo-20-000-delta-updates-per-second-6f527d8eb8f5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7b14c1fa3e86a2574cf23077e01f14c","ratio":1.21334681496461,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgADBBEFBnESEyFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AIOw27odlb9lcVfPUKldUdzwSM44ks1JgxGPfyIhI//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Z_-XrDDxD","title":"The next PlayStation VR will be 4K and include eye-tracking, according to UploadVR","shortId":"Z_-XrDDxD","createdAt":"2021-05-10T22:39:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011439,"tagsStr":"tech-news,vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:36:33.000Z","url":"https://www.theverge.com/2021/5/10/22429523/playstation-vr-ps5-rumors-eye-tracking-foviated-render-4k-screen-haptics","canonicalUrl":"https://www.theverge.com/2021/5/10/22429523/playstation-vr-ps5-rumors-eye-tracking-foviated-render-4k-screen-haptics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e2ca9c1af2380e24ea8e20985a06581","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAwMCBwAAAAAAAAAAAAABAAIEAwUSBjETIiRTcZHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDEQQSMoGx/9oADAMBAAIRAxEAPwC+zQ22rTVmmRCwR7hFFbgGk0FjtjzADIeR7UL5FPN3SRt+034iKXG4dn1MMr5W7PNmyv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rlNLxw7Ym","title":"Netflix Plüs, the Dominance of ‘Grey’s Anatomy,’ ‘Girls5Eva,’ and ‘Mare of Easttown’ Episode 4","shortId":"rlNLxw7Ym","createdAt":"2021-05-10T22:38:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:34:41.000Z","url":"https://www.theringer.com/2021/5/10/22429618/netflix-plus-the-dominance-of-greys-anatomy-girls5eva-and-mare-of-easttown-episode-4","canonicalUrl":"https://www.theringer.com/2021/5/10/22429618/netflix-plus-the-dominance-of-greys-anatomy-girls5eva-and-mare-of-easttown-episode-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f20b71cbc4997e0d6f36d1598f0baa2c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAwECBBEAIQUSBiIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAAAATEh/9oADAMBAAIRAxEAPwDHB56SbxrkI5vYsh3VDJpWbrSV8pKrLBJEmORwRyS9BqrG2trSaxjJ4sEdP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"liT02mqlq","title":"FDA okays emergency use of Pfizer's COVID-19 vaccine for young teens","shortId":"liT02mqlq","createdAt":"2021-05-10T22:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011433,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:26:02.000Z","url":"https://www.livescience.com/fda-extends-emergency-approval-pfizer-coronavirus-vaccine-adolescents.html","canonicalUrl":"https://www.livescience.com/fda-extends-emergency-approval-pfizer-coronavirus-vaccine-adolescents.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34eaf1dd335bba13ae0d603619d13332","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQMCAAQRBQYTIUGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAdEQACAgIDAQAAAAAAAAAAAAABAgMRAAQhQnHB/9oADAMBAAIRAxEAPwC3b+p3dtrS0vuMIW3lCmAskROJiIGY9GB5itE3c6ItnHgBxIjIke/lKVPcgRRHQ6j7hoSuA6k3TEc+DP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uqTVMcQA7","title":"US Teens Can Get Their Covid Shot. What's Next for Schools?","shortId":"uqTVMcQA7","createdAt":"2021-05-10T22:28:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27011428,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:16:00.000Z","url":"https://www.wired.com/story/us-teens-can-get-their-covid-shot-whats-next-for-schools/","canonicalUrl":"https://www.wired.com/story/us-teens-can-get-their-covid-shot-whats-next-for-schools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/833bfdc888eb81ca0b229dd9ca612e33","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBRMhQSIykf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFREBAQAAAAAAAAAAAAAAAAAAADH/2gAMAwEAAhEDEQA/AMD0S/DDXNOzRr2Yp2uaHPHlGSPZp66+BRxK0DG1GccZwiKsGv/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"KZjMq8Epw","title":"New ultrasound technique detects fetal circulation problems","shortId":"KZjMq8Epw","createdAt":"2021-05-10T22:18:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011418,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:05:46.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132338&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132338","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5b9119aa80252c1e172d284da1efdda","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAJRAAAQIFAgcBAAAAAAAAAAAAAQIDAAQFERITIQYHFiNBUYGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQEAAwADAAAAAAAAAAAAAAACAAERAyFR/9oADAMBAAIRAxEAPwDR+IqrUE15zSqapN1DalBlTCHEzLuZAburcGw2AIi2ipLKE5B7K29m/MDuc0rL9Yyjug1q9o54DK9/f0/sOICiir7lzhso7nk//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"B9zLyfIcz","title":"The cybersecurity ‘pandemic’ that led to the Colonial Pipeline disaster","shortId":"B9zLyfIcz","createdAt":"2021-05-10T22:07:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011407,"tagsStr":"security,cyber,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:05:03.000Z","url":"https://www.theverge.com/2021/5/10/22429433/colonial-pipeline-cyber-security-ransomware-attack","canonicalUrl":"https://www.theverge.com/2021/5/10/22429433/colonial-pipeline-cyber-security-ransomware-attack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29e358200cebba2f23e5316c1cc04296","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFBhFBBxIiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASIf/aAAwDAQACEQMRAD8AzuO8k2UGBkkh1eyUQW5kRGk9x8sAASylj+dmoE++YWWeSRtC18s7FiWDknk98EUpU+lOwX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xohseVyJy","title":"Mengmeng and Peppa's diary by the sea","shortId":"xohseVyJy","createdAt":"2021-05-10T14:39:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010959,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/119144437/Mengmeng-and-Peppas-diary-by-the-sea","canonicalUrl":"https://www.behance.net/gallery/119144437/Mengmeng-and-Peppas-diary-by-the-sea","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b14a3377563208d615319e22f770cf97","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUI/8QAIRAAAQQBBQADAAAAAAAAAAAAAQIDBBEGAAUTITESkdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAEESExQWH/2gAMAwEAAhEDEQA/AGGM5Ji7jkGHt++bdHg8yrCnBbhI9A7v2u9VnIGBBxQXlCQqzYL4FH61mKc64y1M4VqbqGK+BrwJrQRe4zStRMySST2S6r91D3jyYYaz6aYrRIyY+hriv//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"jsHB-jerR","title":"Amazon-first gadget brands Aukey and Mpow are suddenly, suspiciously disappearing","shortId":"jsHB-jerR","createdAt":"2021-05-10T22:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011407,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:03:54.000Z","url":"https://www.theverge.com/2021/5/10/22428858/amazon-aukey-mpow-listings-disappearing","canonicalUrl":"https://www.theverge.com/2021/5/10/22428858/amazon-aukey-mpow-listings-disappearing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0189e4110c4579694fe64c3d364972c7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAREAAkEEEzFSofD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiER/9oADAMBAAIRAxEAPwDAalBLtx9nMopprWpW24mGgCh7ESS3xYJOn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"M4rRYhQnZ","title":"cURL vs. Wget – die Einsteigerantwort ;)","shortId":"M4rRYhQnZ","createdAt":"2021-05-10T22:06:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27011406,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:50:29.000Z","url":"https://www.tutonaut.de/curl-vs-wget-die-einsteigerantwort/","canonicalUrl":"https://www.tutonaut.de/curl-vs-wget-die-einsteigerantwort/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a4e4bc4a69a1293b2c3afe0286c3bd2","ratio":1.9156050955414,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQABwAAAAAAAAAAAAAAAQACAxEEEiExUXGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM04iIwwMOcuDxe1Vz6phqzQ07REH//Z","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ACbLKFo2E","title":"National Imaging Solutions buys DynaRad","shortId":"ACbLKFo2E","createdAt":"2021-05-10T22:06:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011406,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:57:39.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132337&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132337","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a397668cdff65d17f8247c7ae3224eea","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACAQAAIBBAMAAwAAAAAAAAAAAAECAwQFESEAEjEHQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREBAQEAAwAAAAAAAAAAAAAAAQIAAxFx/9oADAMBAAIRAxEAPwChWz3FqWjV7GsEsgWSWapiIVdby7HCge7/ADglX8PtcKqatW7KoqXaYLFPL0HY5wuF83rm3XSCKe52yOeJJYwXYK6hgCF0cH74xHnGOLpVVxdlyAB5v//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"M5ue89cb1","title":"Adventures in graphics APIs","shortId":"M5ue89cb1","createdAt":"2021-05-10T22:04:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27011404,"tagsStr":"general-programming,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:32:35.000Z","url":"https://blog.gtk.org/2021/05/10/adventures-in-graphics-apis/","canonicalUrl":"https://blog.gtk.org/2021/05/10/adventures-in-graphics-apis/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2v_RpCtlI","title":"Walmart’s in-house Android TV device might only cost $30","shortId":"2v_RpCtlI","createdAt":"2021-05-10T21:43:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011383,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:39:13.000Z","url":"https://www.theverge.com/2021/5/10/22429313/walmart-onn-android-tv-streaming-cheap","canonicalUrl":"https://www.theverge.com/2021/5/10/22429313/walmart-onn-android-tv-streaming-cheap","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f28a11c8c40e59312486480147444e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAQFBhESMbL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2TJNaZm7x6ZGCeZsbfRi3Y3BHJkjdxK3iAW9cKk8qhFpErxI7bZtHWUE8vF58UpQf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bHJLY_wnn","title":"Do the Lakers Have a Playoffs Problem? Plus, Time to Give Russell Westbrook His Flowers","shortId":"bHJLY_wnn","createdAt":"2021-05-10T21:39:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011379,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:28:21.000Z","url":"https://www.theringer.com/2021/5/10/22429497/do-the-lakers-have-a-playoffs-problem-plus-time-to-give-russell-westbrook-his-flowers","canonicalUrl":"https://www.theringer.com/2021/5/10/22429497/do-the-lakers-have-a-playoffs-problem-plus-time-to-give-russell-westbrook-his-flowers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c04955f1023f27261ee2d376731ec02f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQIGEQADBQQSEyFB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAxEEIvBB/9oADAMBAAIRAxEAPwDZeLKbmAwKNTj8Rpk3LGwgEGFI5E7kqjsyCoTPtWlptGTDVxQHg4z9pShJSaHeBUOLEx7dh1lf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"g46NNH5_X","title":"Subtronics delivers ‘Resist’ with bass phenom Ace Aura and new ‘Planet Cyclops’ label compilation","shortId":"g46NNH5_X","createdAt":"2021-05-10T21:36:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011376,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:35:41.000Z","url":"https://dancingastronaut.com/2021/05/subtronics-delivers-resist-with-bass-phenom-ace-aura-and-new-planet-cyclops-label-compilation/","canonicalUrl":"https://dancingastronaut.com/2021/05/subtronics-delivers-resist-with-bass-phenom-ace-aura-and-new-planet-cyclops-label-compilation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/688b700ace9721244a0c03f275f35a9b","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAAYDAAMAAAAAAAAAAAAAAQIDBAURABIhBiJx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMEEoH/2gAMAwEAAhEDEQA/AMYhZuOaN10kIdsqgUxgtf2PVXW1dyVN54ydMpjxzrcQARpzXfmmMYaa1elFPWKuVK1n/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1N3zEw4RQ","title":"FDA clears Pfizer COVID-19 vaccine for kids ages 12 to 15","shortId":"1N3zEw4RQ","createdAt":"2021-05-10T21:33:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011373,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:29:26.000Z","url":"https://www.theverge.com/2021/5/10/22395472/covid-vaccine-pfizer-kid-ages-12-15-fda-authorization","canonicalUrl":"https://www.theverge.com/2021/5/10/22395472/covid-vaccine-pfizer-kid-ages-12-15-fda-authorization","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8b7aea8afe67f6ef42bc3e0276b006e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwUEERIGISIxcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A1SuoKgq2DlXQPyDb+PxRWb0jgHmTkAgAvITsLB2Ft+kRDIZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"K59K3g-3N","title":"10+ CSS Wave Animation Examples","shortId":"K59K3g-3N","createdAt":"2021-05-10T21:28:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27011368,"tagsStr":"css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T05:27:35.000Z","url":"http://csshint.com/css-wave-animation/","canonicalUrl":"http://csshint.com/css-wave-animation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7dd891b4da9be5ba989ef3f22f0b98b8","ratio":1.76315789473684,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAAUCBwEAAAAAAAAAAAAAAAECBREEBwMSExQhM7LS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQNRE//aAAwDAQACEQMRAD8A1RN22FVaVNtHTOZxOlhx7F1XSZEqMjpXLg460fYAGckwJFjaf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-F7-TO-ci","title":"Azure Cosmos DB with ASP.NET Core Web API","shortId":"-F7-TO-ci","createdAt":"2021-05-10T06:09:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"codemaze","views":25,"score":27010797,"tagsStr":"general-programming,azure,aspnet,.net","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T06:00:04.000Z","url":"https://cdn-4.code-maze.com/azure-cosmos-db-with-asp-net-core-web-api/","canonicalUrl":"https://cdn-4.code-maze.com/azure-cosmos-db-with-asp-net-core-web-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0304d133b3b6a937e16b8e5aefea958b","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAARIQUGEgciMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AL3qVqMOFtJlM5p5TU3nEAY4pKbgHzjF0/DWSJchl6U86ELstaldxucn3SlRmGv/2Q==","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":10,"description":null,"toc":null,"summary":null},{"id":"gM027xj1d","title":"YehMe2 enlists Duke Deuce for lead single from forthcoming EP, ‘Dog Eat Dog’","shortId":"gM027xj1d","createdAt":"2021-05-10T21:27:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011367,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:23:50.000Z","url":"https://dancingastronaut.com/2021/05/yehme2-enlists-duke-deuce-for-lead-single-from-forthcoming-ep-dog-eat-dog/","canonicalUrl":"https://dancingastronaut.com/2021/05/yehme2-enlists-duke-deuce-for-lead-single-from-forthcoming-ep-dog-eat-dog/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4746401eb44a62468c4eb80642dd6156","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBRQVFjNBUcL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEDAAL/2gAMAwEAAhEDEQA/ALdcXt5rMzL02iyOX3nh3Z7SykkSFLzIEz78VhTgCilXxipEjuD5pSinHmivWsUAA3//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"D3XWP9w1H","title":"Berlin officially recognizes clubs as cultural institutions","shortId":"D3XWP9w1H","createdAt":"2021-05-10T21:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011358,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:13:23.000Z","url":"https://dancingastronaut.com/2021/05/berlin-recognizes-clubs-as-cultural-institutions/","canonicalUrl":"https://dancingastronaut.com/2021/05/berlin-recognizes-clubs-as-cultural-institutions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0724140c1adbfa13fa9eea8dd46f718","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSMRMiMkFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMRIf/aAAwDAQACEQMRAD8AwGnrXbmNHx5b56UmU6UqO3PiB7Gc8/BUWRNfZkOtMraW2hRSlRz3AHAPFKUDbGvOiCNw/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"oMcrEFMYO","title":"Accusations from two new women added to lawsuit against Bassnectar","shortId":"oMcrEFMYO","createdAt":"2021-05-10T21:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011349,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:08:37.000Z","url":"https://dancingastronaut.com/2021/05/lawsuit-against-bassnectar-amended-to-include-allegations-from-two-new-accusers/","canonicalUrl":"https://dancingastronaut.com/2021/05/lawsuit-against-bassnectar-amended-to-include-allegations-from-two-new-accusers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2e886a708b6ab3c1f39ab607d9ddcb9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAgMBAAAAAAAAAAAAAgEDBREABBIxBhNhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAIDBCGR/9oADAMBAAIRAxEAPwDMzcpoa/msvCRrJloBs+th95bNOCKNX3Slf3q7yZ6U1WXTaN5OQEorQF2n5jGCzsex5FIJP//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pWJpOQLwH","title":"Carl Cox hypnotically reimagines Deborah de Luca’s ‘Fuori’","shortId":"pWJpOQLwH","createdAt":"2021-05-10T21:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011348,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:01:51.000Z","url":"https://dancingastronaut.com/2021/05/carl-cox-hypnotically-reimagines-deborah-de-lucas-fuori/","canonicalUrl":"https://dancingastronaut.com/2021/05/carl-cox-hypnotically-reimagines-deborah-de-lucas-fuori/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6116c61711a9218e164f0b96fe604ea","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURBxIhMVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAICAwEAAAAAAAAAAAAAAAEDAAIEESEi/9oADAMBAAIRAxEAPwCMx/I2AswFiNAKso11lNnfrtUvIzWLa/cZFkhSxIGx438pSkWyWEdjFLps+Z//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OthEhzUJc","title":"Back to School — My First Week as a Product Design Student","shortId":"OthEhzUJc","createdAt":"2021-05-10T16:25:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":8,"score":27011339,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:05:28.000Z","url":"https://code.likeagirl.io/back-to-school-my-first-week-as-a-product-design-student-ee91372a30b5","canonicalUrl":"https://code.likeagirl.io/back-to-school-my-first-week-as-a-product-design-student-ee91372a30b5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1f6041efc103765df58935b9036da1a","ratio":1.90217391304348,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAQACAwQREhQxQVSS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIREzH/2gAMAwEAAhEDEQA/ANcu3Llq1VfJakyF3MMxuE5gPbQR4IxX6217M32URXs4LiQLP//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@chinwe_uz","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NNP_SZDFf","title":"Porter Robinson announces 30-stop ‘Nurture’ live tour for fall 2021","shortId":"NNP_SZDFf","createdAt":"2021-05-10T20:59:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011339,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T20:58:25.000Z","url":"https://dancingastronaut.com/2021/05/porter-robinson-announces-30-stop-nurture-live-tour-for-fall-2021/","canonicalUrl":"https://dancingastronaut.com/2021/05/porter-robinson-announces-30-stop-nurture-live-tour-for-fall-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c7b37276a42c5478e556920fdc36b6f8","ratio":1.50301204819277,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQMCBAAhEQUGBxITcf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASMf/aAAwDAQACEQMRAD8AvdT8tVG9rVnQRP2afmxMhsaIPBGtZg9q6pll0wsASmZcfpxjLEQzy//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Vxpgw6JRN","title":"Major Lazer’s Ape Drums materializes long-awaited solo EP, ‘soundboy’","shortId":"Vxpgw6JRN","createdAt":"2021-05-10T20:52:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011332,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T20:52:25.000Z","url":"https://dancingastronaut.com/2021/05/major-lazers-ape-drums-materializes-long-awaited-solo-ep-soundboy/","canonicalUrl":"https://dancingastronaut.com/2021/05/major-lazers-ape-drums-materializes-long-awaited-solo-ep-soundboy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e038e864eda399d23dd5376e3d85935b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBQAEESEGEiJC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQEBAAIDAAAAAAAAAAAAAAACAQADBBEx/9oADAMBAAIRAxEAPwDZnlIluRws7YSMi1HttL72yHilt0/PgjG9gk70MYqirmNsFECxdUM6PcbpSpeNtexuK+XFZJk6mf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DlWorEl1H","title":"Sony now lets you use the DualSense pad to play PS5 on your nearby Mac, iPhone, iPad, and more","shortId":"DlWorEl1H","createdAt":"2021-05-10T20:27:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011307,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T20:24:49.000Z","url":"https://www.theverge.com/2021/5/10/22429291/sony-ps5-remote-play-dualsense-apple-mac-iphone-ipod-ipad-apple-tv","canonicalUrl":"https://www.theverge.com/2021/5/10/22429291/sony-ps5-remote-play-dualsense-apple-mac-iphone-ipod-ipad-apple-tv","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ceeb6bf01dc33f5bd3a5a8664c6cf117","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABAUhMQYREhMkQYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEBAQEAAAAAAAAAAAAAAAECACFB/9oADAMBAAIRAxEAPwCKveOMtLNezPcTxvK0S+PJ2wqseRA0PoEfdtKno8pkI40SO/uVRQAo69hSlHoDrTIUp7v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3kpD6Stlq","title":"A special thanks to the person who combined the Apple TV remote and an AirTag","shortId":"3kpD6Stlq","createdAt":"2021-05-10T20:21:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011301,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T20:12:54.000Z","url":"https://www.theverge.com/tldr/2021/5/10/22429238/apple-tv-siri-remote-airtag-case-combine-3d-print-design","canonicalUrl":"https://www.theverge.com/tldr/2021/5/10/22429238/apple-tv-siri-remote-airtag-case-combine-3d-print-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/531ecb97e5ce9f6b17740bea0c87348e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQCAgIDAAAAAAAAAAAAAQIDBBEABQYSFCExMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKnO9L4PIoe0MpwmW/fVlIZWggWB3T9k+hYINj9zW6mUuZqoUp5tkOvsocX1SQLUkE0L+PeMYJf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ksllxpuM0","title":"A Second-by-Second Breakdown of the Trailer for ‘Venom: Let There Be Carnage’","shortId":"ksllxpuM0","createdAt":"2021-05-10T19:55:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011275,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:45:07.000Z","url":"https://www.theringer.com/movies/2021/5/10/22429255/venom-let-there-be-carnage-trailer-breakdown","canonicalUrl":"https://www.theringer.com/movies/2021/5/10/22429255/venom-let-there-be-carnage-trailer-breakdown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27d9db451a4e5824cecb28ecc4e810d1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQACAwQFERIhMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRE0FRscH/2gAMAwEAAhEDEQA/AM9cX4s1yr9W5pZYqWNgJHXuJ3Jz4BzX6pHUTGNpErwCBzPiIgwi2m+fArU0js7xez2v/9k=","siteTwitter":"","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"FR4ucoZrl","title":"Reacts useRef Hook: What It Is and How to Use It","shortId":"FR4ucoZrl","createdAt":"2021-05-10T14:34:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27010954,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T05:59:30.000Z","url":"https://blog.alexdevero.com/reacts-useref-hook/","canonicalUrl":"https://blog.alexdevero.com/reacts-useref-hook/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0b1d7306183483991e3d96763042497","ratio":1.61259842519685,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECAxETUqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AMTmsfGlWNuuyrXhMAYcj//Z","siteTwitter":"@alexdevero","creatorTwitter":"@alexdevero","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0YyrJ8nMy","title":"Tesla’s Autopilot may not have been available at the time of the ‘driverless’ Texas crash","shortId":"0YyrJ8nMy","createdAt":"2021-05-10T19:03:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011223,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:02:05.000Z","url":"https://www.theverge.com/2021/5/10/22429198/tesla-ntsb-texas-crash-driverless-preliminary-report","canonicalUrl":"https://www.theverge.com/2021/5/10/22429198/tesla-ntsb-texas-crash-driverless-preliminary-report","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36d921a9b3d60774000362d91c1e352f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEhBRQiQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDF0uc7SPg0ueBTqy2j0pGTJx6URF56y1uVp//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qrvrI3nn_","title":"Colonial Pipeline hackers apologize, promise to ransom less controversial targets in future","shortId":"qrvrI3nn_","createdAt":"2021-05-10T18:48:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011208,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:44:38.000Z","url":"https://www.theverge.com/2021/5/10/22428996/colonial-pipeline-ransomware-attack-apology-investigation","canonicalUrl":"https://www.theverge.com/2021/5/10/22428996/colonial-pipeline-ransomware-attack-apology-investigation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96bfb780ea21ebb9182662decd479ae3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDEQAEBQYSUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABAiL/2gAMAwEAAhEDEQA/ALPj+bLsKsrc9gzKCQJxX38Zkncgkn7XQlGzKok2JG9Sbq2Jq8YyN07Wgf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ledwE4tEH","title":"C64 mit Raspberry Pi neues Leben eingehaucht – Tastatur funktioniert","shortId":"ledwE4tEH","createdAt":"2021-05-10T09:34:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010654,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:09:30.000Z","url":"https://www.bitblokes.de/c64-mit-raspberry-pi-neues-leben-eingehaucht-tastatur-funktioniert/","canonicalUrl":"https://www.bitblokes.de/c64-mit-raspberry-pi-neues-leben-eingehaucht-tastatur-funktioniert/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"BsjoUKVvi","title":"Apple suppliers linked to Uyghur forced labor in new report","shortId":"BsjoUKVvi","createdAt":"2021-05-10T18:48:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011208,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:46:30.000Z","url":"https://www.theverge.com/2021/5/10/22428899/apple-suppliers-china-uyghur-forced-labor-report","canonicalUrl":"https://www.theverge.com/2021/5/10/22428899/apple-suppliers-china-uyghur-forced-labor-report","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46decb726c65602208a0d46d4ed42389","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAAFERIhFDL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAECBwAAAAAAAAAAAAAAAAIAIQEDERJBwfD/2gAMAwEAAhEDEQA/ALFPT2bu5u2F7a7VsKUWrKpnoI8fgwJII8zd0tN3pok9qWNkuJnP5oDtLj08YxhyAbQbG1RnsUacy//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8AcgcI2Nt","title":"CurveBeam, MedShape to collaborate on clinical study","shortId":"8AcgcI2Nt","createdAt":"2021-05-10T18:46:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011206,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:29:27.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132336&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132336","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d188024fdf44eec34169e4211dc8a8dc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAQMDBAIDAAAAAAAAAAAAAQIDBAARIQUGEkETMWGRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxEhMfD/2gAMAwEAAhEDEQA/AHCVO09mfNjsobVKRHSVowkoQokWB6xn6olkbSZ87nFTVuRtyZQT77NvdbXeJJ0+cSc2T+ipLCiWGySSSkd/FTbK0bojHVWAyPan/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"gmtQasjWte","title":"ORCHESTRA KITCHEN","shortId":"gmtQasjWte","createdAt":"2021-05-10T18:37:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27011197,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/118503409/ORCHESTRA-KITCHEN","canonicalUrl":"https://www.behance.net/gallery/118503409/ORCHESTRA-KITCHEN","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fecc57ca44a23fa6fc9d3aa92f7a7e7b","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgERAAMEBSEGEhciYYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDEQQSBRPB/9oADAMBAAIRAxEAPwDW9VanuVlrpM1Zco7eo9BE2IlbO8VFX8MSe4meXKAuy26pdc42/YQiZ5PIlh16zV34l8WJjwdgv//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"95rAa6FeA","title":"Never-ending detonations could blast hypersonic craft into space","shortId":"95rAa6FeA","createdAt":"2021-05-10T18:33:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011193,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:21:24.000Z","url":"https://www.livescience.com/detonations-propel-hypersonic-craft-into-space.html","canonicalUrl":"https://www.livescience.com/detonations-propel-hypersonic-craft-into-space.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23ecb9fdb8d2ff837b9efab31d5721cf","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMEAwEAAAAAAAAAAAABAgMABREEBhIxITJBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECIQMREv/aAAwDAQACEQMRAD8AlLdvU3W9parzFJMssaLDqFOJdM3H2Rs589EdH7mqybYe94pXjhvugaNWKqzSSqSB0SOJx+ZNKVbHase5Rekz/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"zAVcDdtnY","title":"Harley-Davidson spins out LiveWire as its own electric motorcycle brand","shortId":"zAVcDdtnY","createdAt":"2021-05-10T18:30:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011190,"tagsStr":"laravel","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:23:30.000Z","url":"https://www.theverge.com/2021/5/10/22428750/harley-davidson-livewire-electric-motorcycle-brand","canonicalUrl":"https://www.theverge.com/2021/5/10/22428750/harley-davidson-livewire-electric-motorcycle-brand","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/708b5b814a318aa3b0f3375735d0603e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQFEgYRITEUUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDAAQi/9oADAMBAAIRAxEAPwCbddT3LV0qqpVaXb0nFkDygzMmDgKQdx75HR6jYbHcJZstvLUy5ePL3wIUb4joAcD5CEL0zVCAuONGcet//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KVLPe7YNd","title":"More Champions Are Crowned","shortId":"KVLPe7YNd","createdAt":"2021-05-10T17:59:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011159,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:59:19.000Z","url":"https://www.theringer.com/2021/5/10/22429081/more-champions-are-crowned","canonicalUrl":"https://www.theringer.com/2021/5/10/22429081/more-champions-are-crowned","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8d20f3eb0a84d992f2dc83876b74e0b6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQFESEGFiJBQlFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEAAgIDAAAAAAAAAAAAAAACAQMABBEx0f/aAAwDAQACEQMRAD8AmcmszzI8jfumWxIRGS+PXZo0HkOwWRs8J1GWJWiR3S4jZjffxETiprJjgxk5r7VrsUJde5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"jIZtgmZjJ","title":"Skrillex enlists frequent collaborators Starrah, Four Tet on new single, ‘Butterflies’","shortId":"jIZtgmZjJ","createdAt":"2021-05-10T17:22:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011122,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:14:07.000Z","url":"https://dancingastronaut.com/2021/05/skrillex-enlists-frequent-collaborators-starrah-four-tet-on-new-single-butterflies/","canonicalUrl":"https://dancingastronaut.com/2021/05/skrillex-enlists-frequent-collaborators-starrah-four-tet-on-new-single-butterflies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0a6616a2a9e36d2ffe9f91d31164eb0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQQBBAMBAAAAAAAAAAAAAQIDBBEABQYSISIjUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAABES/9oADAMBAAIRAxEAPwDf7s1Se9J0Gbtp1YYYPOUjxSHGipFpPIGurPQs1XV3l5O8tAbkuoLptKyD6VffzGMaMv/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Gzi5OIU5V","title":"Bird is reportedly taking its electric scooter company public via SPAC","shortId":"Gzi5OIU5V","createdAt":"2021-05-10T16:46:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011086,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:36:18.000Z","url":"https://www.theverge.com/2021/5/10/22428864/bird-electric-scooter-spac-public-valuation","canonicalUrl":"https://www.theverge.com/2021/5/10/22428864/bird-electric-scooter-spac-public-valuation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eaff6780b140a61f24dda8686630bf53","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFERMUMSEiQYHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxA//aAAwDAQACEQMRAD8A0kmmNqoLBRVj7wXE8qNJZQKMeijOfZiudPOq/juPCp8whBrjD1FpuljP/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"OD5HLf5oU","title":"25 Edits That Define the Modern Internet Video","shortId":"OD5HLf5oU","createdAt":"2021-05-10T16:46:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011086,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T13:00:16.000Z","url":"https://www.vulture.com/2021/05/best-online-videos-tiktok-youtube-vine.html","canonicalUrl":"https://www.vulture.com/2021/05/best-online-videos-tiktok-youtube-vine.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67cab0bd30521415050ab052f036930b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDBQAEEQcSEyEiMTNBUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQADAQEAAAAAAAAAAAAAAAEAAxECIv/aAAwDAQACEQMRAD8Al3d85awYR31I3YBfO2MBWAMfcHr7HmsFO6lvrm5BSoSLJNw4SS3xPMaUoVHpdlK9eTSf/9k=","siteTwitter":"@vulture","creatorTwitter":"@realaxelfoley","readTime":30,"description":null,"toc":null,"summary":null},{"id":"PUoPstAB9","title":"Introducing ‘No Skips With Jinx and Shea’","shortId":"PUoPstAB9","createdAt":"2021-05-10T16:37:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011077,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:27:35.000Z","url":"https://www.theringer.com/2021/5/10/22428902/introducing-no-skips-with-jinx-and-shea","canonicalUrl":"https://www.theringer.com/2021/5/10/22428902/introducing-no-skips-with-jinx-and-shea","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66bfa904c8a1528380ca2493a6df4802","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAAYDAQEAAAAAAAAAAAAAAAECAwQhBhESBdH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMhIkFxwf/aAAwDAQACEQMRAD8AxDFJUROA5AmR57D7rRFw6rXRdUV63R38EIACeiM374ImYsb6n//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"zKXCVOSwt","title":"Wartime submarine 'HMS Urge' identified, quashing conspiracy theories of sub's secret mission","shortId":"zKXCVOSwt","createdAt":"2021-05-10T16:17:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011057,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:05:20.000Z","url":"https://www.livescience.com/hms-urge-submarine-identified-no-secret-mission.html","canonicalUrl":"https://www.livescience.com/hms-urge-submarine-identified-no-secret-mission.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/788834dd1863b46b27163c92d73cca87","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAwQREjGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AzNXlYa1kPj8mPbEbPsjexGdiFOidxEkK/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"N1AYXw8-M","title":"Ford’s first electric pickup truck will be called the F-150 Lightning","shortId":"N1AYXw8-M","createdAt":"2021-05-10T16:02:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011042,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:00:00.000Z","url":"https://www.theverge.com/2021/5/10/22428653/ford-electric-pickup-truck-f150-lightning","canonicalUrl":"https://www.theverge.com/2021/5/10/22428653/ford-electric-pickup-truck-f150-lightning","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c37d32436bf96d1f7a6f8f1c508bac44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEEBREAAwchEiTS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQEBAAIDAQAAAAAAAAAAAAABAgAxAwQFEf/aAAwDAQACEQMRAD8ApIyrVsBbWMJEtjLX5CoNQsVrrurXMsLkKdIlJdra17X1dXzjGH26T4jlnxuOLqi5HWzP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nJy2vGlOnF","title":"12 Minutes is a star-laden thriller in a bite-size package","shortId":"nJy2vGlOnF","createdAt":"2021-05-10T16:02:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011042,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:00:00.000Z","url":"https://www.theverge.com/2021/5/10/22428718/12-minutes-thriller-game-dafoe-ridley-mcavoy","canonicalUrl":"https://www.theverge.com/2021/5/10/22428718/12-minutes-thriller-game-dafoe-ridley-mcavoy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f14719d5d41d3f19269a65e0fe7bdb7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhABAAEEAgMAAAAAAAAAAAAAAQIAAwQRIVEGFHH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAERAAL/2gAMAwEAAhEDEQA/AMtwrxPxG/kytW1jKJGKOo6A4Djpdjuo/Iv4ssi6+lA3JdCd/KUqXkK51s3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OlYW6I2fS","title":"Leak of Sony’s upcoming 1000XM4 earbuds reveals all-new design","shortId":"OlYW6I2fS","createdAt":"2021-05-10T15:45:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011025,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T15:35:10.000Z","url":"https://www.theverge.com/2021/5/10/22428676/sony-1000xm4-earbuds-leak","canonicalUrl":"https://www.theverge.com/2021/5/10/22428676/sony-1000xm4-earbuds-leak","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90ec0c0f5c5c37cd6ae3cc378686e9d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMFAAQREzFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECIQMREv/aAAwDAQACEQMRAD8AlVZXU1WKeN6iDdn336jLsyOev3khQQCfPzLzqx9GtFFG7qkaBVAZuAAOPpxjBC1ZRkfD1E//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-3PIw6Kqb","title":"Jonathan Carter: Free software activities for 2021-04","shortId":"-3PIw6Kqb","createdAt":"2021-05-10T15:27:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27011007,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2010-04-29T19:47:05.000Z","url":"https://jonathancarter.org/2021/05/10/free-software-activities-for-2021-04/","canonicalUrl":"https://jonathancarter.org/2021/05/10/free-software-activities-for-2021-04/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"gydFajmTk","title":"Black and Queer AI Groups Say They'll Spurn Google Funding","shortId":"gydFajmTk","createdAt":"2021-05-10T15:08:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010988,"tagsStr":"google,startup,ai,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:00.000Z","url":"https://www.wired.com/story/black-queer-ai-groups-spurn-google-funding/","canonicalUrl":"https://www.wired.com/story/black-queer-ai-groups-spurn-google-funding/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4a09fed4776600631ab367fea26261d8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBRIHIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8Apcvx5Y5TltWUu7ha3Lu3ZeSNBLKm1AdTPvTzEiTWvqGyifpmlKI1lViP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"u5Gvc6s9-","title":"Making sense of Sounders-Timbers chaos, Chicharito strikes again and more from MLS Week 4","shortId":"u5Gvc6s9-","createdAt":"2021-05-10T14:59:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27010979,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://theathletic.com/2577563/2021/05/10/mls-week-4/","canonicalUrl":"https://theathletic.com/2577563/2021/05/10/mls-week-4/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9261055585eb35d8ffb531900605a618","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQRMQVBEhNC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADwREzUWGy/9oADAMBAAIRAxEAPwDTynLWHzSQVZntvMjHpj+XEgnehrtWdem8jnOc9FEUW6tVVdOMA5js20PR9Gf/2Q==","siteTwitter":"@TheAthletic","creatorTwitter":"@mattpentz","readTime":null,"description":null,"toc":null,"summary":null},{"id":"w9dQsy-Kr1","title":"Fintech Startup Offers $500 for Payroll Passwords","shortId":"w9dQsy-Kr1","createdAt":"2021-05-10T14:55:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27010975,"tagsStr":"security,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T14:46:04.000Z","url":"https://krebsonsecurity.com/2021/05/fintech-startup-offers-500-for-payroll-passwords/","canonicalUrl":"https://krebsonsecurity.com/2021/05/fintech-startup-offers-500-for-payroll-passwords/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2845f02975c34212d1375df9939199ed","ratio":0.88109756097561,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAMI/8QAHhAAAgMAAgMBAAAAAAAAAAAAAQIDBBEAEgUxQTP/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAIDAQAAAAAAAAAAAAAAAAECABEhA//aAAwDAQACEQMRAD8A0fYota8bPXmtP3cN0cJ+Z9A5g0jfvKVfHzxVYY2n7lECljutg9niZHYWWAY5o+8ZwdFGQeatrC5//9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"05r9v_Adm","title":"Lifecycle of Kubernetes Network Policies","shortId":"05r9v_Adm","createdAt":"2021-05-09T02:27:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":23,"score":27009185,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:17:24.000Z","url":"https://itnext.io/lifecycle-of-kubernetes-network-policies-749b5218f684","canonicalUrl":"https://itnext.io/lifecycle-of-kubernetes-network-policies-749b5218f684","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/202313de85f4df67ae40ee9645bfc151","ratio":1.50095969289827,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAEQMxBBIT/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAMUH/2gAMAwEAAhEDEQA/ANJcXErNjbyAZbIfuSRY3VVK41EQ6zhf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@muratcelep1500","readTime":10,"description":null,"toc":null,"summary":null},{"id":"pFO644SF0","title":"Debugging Vertical Layouts in 2021","shortId":"pFO644SF0","createdAt":"2021-05-10T14:34:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27010954,"tagsStr":"css,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T05:53:22.000Z","url":"https://chenhuijing.com/blog/debugging-vertical-layouts-in-2021/","canonicalUrl":"https://chenhuijing.com/blog/debugging-vertical-layouts-in-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e3971061789f2e21a0e9c22c4fd5596","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIEAAMGEiEFEUETFTFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQITMf/aAAwDAQACEQMRAD8A0dK0hJc1BM1xy+edysuQZC+nKR5GEZ9HnmKFMZ9xs1FyE74BCSQPu0IQRpSfRPOXJ//Z","siteTwitter":"@hj_chen","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"9VdY2F59S","title":"Simple things are complicated: making a show password option","shortId":"9VdY2F59S","createdAt":"2021-05-10T14:34:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27010954,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-19T12:10:32.000Z","url":"https://technology.blog.gov.uk/2021/04/19/simple-things-are-complicated-making-a-show-password-option/","canonicalUrl":"https://technology.blog.gov.uk/2021/04/19/simple-things-are-complicated-making-a-show-password-option/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84dbc1427ac1ccf8f7d60d397585ed36","ratio":1.45952380952381,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgABAwQFEQYSQSEiNJLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDRLbYqSqmM6rfLKT75CIy7yfq5Ph+X4VltJ2fHgwer/URCn//Z","siteTwitter":"","creatorTwitter":"@gdsteam","readTime":4,"description":null,"toc":null,"summary":null},{"id":"AJJ-DLP0m","title":"My NBA Awards Ballot and This Year’s Toughest Calls","shortId":"AJJ-DLP0m","createdAt":"2021-05-10T14:34:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010954,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T14:30:21.000Z","url":"https://www.theringer.com/nba/2021/5/10/22428481/nba-awards-mvp-nikola-jokic-joel-embiid","canonicalUrl":"https://www.theringer.com/nba/2021/5/10/22428481/nba-awards-mvp-nikola-jokic-joel-embiid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e11b7b8cc673399b5d2422e2102664cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBQAEEQYSIRMxQVGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAIDAAAAAAAAAAAAAAAAAAAhAQIx/9oADAMBAAIRAxEAPwCFoONj5y21E5cRkelmDtmnWUFjcopWSdm7ORyQSTkk57A4rKSBtFX9ypUbYkl1RJ6WPJ9cfKUpGWQqGf/Z","siteTwitter":"","creatorTwitter":"","readTime":21,"description":null,"toc":null,"summary":null},{"id":"X43SHzXnm","title":"Russell Coker: Minikube and Debian","shortId":"X43SHzXnm","createdAt":"2021-05-10T09:21:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27010641,"tagsStr":"kubernetes,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:50:12.000Z","url":"https://etbe.coker.com.au/2021/05/10/minikube-debian/","canonicalUrl":"https://etbe.coker.com.au/2021/05/10/minikube-debian/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DtOvAPG4P","title":"Secures REST APIs with Spring Security 5 and Auth0","shortId":"DtOvAPG4P","createdAt":"2021-05-10T07:01:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":34,"score":27010926,"tagsStr":"security,authentication,spring,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:38:51.000Z","url":"https://hantsy.medium.com/secures-rest-apis-with-spring-security-5-and-auth0-41d579ca1e27","canonicalUrl":"https://hantsy.medium.com/secures-rest-apis-with-spring-security-5-and-auth0-41d579ca1e27","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d48b8ac3d16d202995e5e35761de2d29","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQMEEQACBSEGEjEyUbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AwjkuMW/cMS+bOlEJBhG5NPeupt3JHmR+1eHG+QESni8bdYfW4OiAR9jpqlKdSsQYp6z/2Q==","siteTwitter":"@Medium","creatorTwitter":"@hantsy","readTime":7,"description":null,"toc":null,"summary":null},{"id":"xCvrptHld","title":"Welcome to Infrastructure Week","shortId":"xCvrptHld","createdAt":"2021-05-10T14:04:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010924,"tagsStr":"infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-07T13:30:00.000Z","url":"https://www.theverge.com/22421637/infrastructure-week","canonicalUrl":"https://www.theverge.com/22421637/infrastructure-week","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b382e2669336aedb981cb9bb1942abe0","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAkEAAABQMCBwAAAAAAAAAAAAAAAQIEEQMFBhIhExUiQWKB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHhEAAgICAgMAAAAAAAAAAAAAAQIEEQAFA0EhUYH/2gAMAwEAAhEDEQA/AJG/tkW3I3beqqo4o0nCoLVwzk956dp9dhbljmPmU8qSU+fwABbXYSEjxmVqtQT4HodVQ+ZXH4kLOCOzn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OScQRBnBY","title":"Venom cooks human food but not humans in first Let There Be Carnage trailer","shortId":"OScQRBnBY","createdAt":"2021-05-10T13:52:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010912,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T13:45:08.000Z","url":"https://www.theverge.com/2021/5/10/22428539/venom-let-there-be-carnage-first-trailer-tom-hardy-teaser","canonicalUrl":"https://www.theverge.com/2021/5/10/22428539/venom-let-there-be-carnage-first-trailer-tom-hardy-teaser","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10270842bbf3c9068cee073fa801ed67","ratio":1.91119691119691,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAGhABAAMAAwAAAAAAAAAAAAAAAQACEQNhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMxcd8UajpnkjboiIpr/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_3Ps1kjY9","title":"Integrating Auth0 into your Angular applications","shortId":"_3Ps1kjY9","createdAt":"2021-05-10T07:02:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":24,"score":27010897,"tagsStr":"angular,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T06:20:00.000Z","url":"https://hantsy.medium.com/integrating-auth0-into-your-angular-applications-42fabef31f3e","canonicalUrl":"https://hantsy.medium.com/integrating-auth0-into-your-angular-applications-42fabef31f3e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/587adadb049098691303736dad92d072","ratio":1.50753768844221,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQZBExQh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgAREiH/2gAMAwEAAhEDEQA/AM+41Z8NhwEttk8lbNezrsy+vMfHsAhRpOiD9qDms7dZnWOdJEDEK4VgGHR0RulKFMsUu13lG6KA5PM//9k=","siteTwitter":"@Medium","creatorTwitter":"@hantsy","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RDxBZvNZ4","title":"Ann Takamaki From Persona 5 Was Exactly Who I Needed to See","shortId":"RDxBZvNZ4","createdAt":"2021-05-10T13:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010866,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:00:00.000Z","url":"https://www.wired.com/story/ann-takamaki-persona-5-biracial-asian-heritage/","canonicalUrl":"https://www.wired.com/story/ann-takamaki-persona-5-biracial-asian-heritage/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fa98fdf32e82fd6f19a837ac01c276b","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAURElEhMTJxof/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAHREAAgEEAwAAAAAAAAAAAAAAAQQCAAMFMRGxwf/aAAwDAQACEQMRAD8Ahv1vXJhRnjLeBW44kpHjpkjXHPB7+6vbmOIbSjVo6gDJB6/aUprPMBi5xM7PdVN45aaVgmA14K//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Uw7yXd_15","title":"2 Baseballs Collided at an MLB Game. How Did That Happen?","shortId":"Uw7yXd_15","createdAt":"2021-05-10T13:06:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010866,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:00:00.000Z","url":"https://www.wired.com/story/2-baseballs-collided-at-an-mlb-game-how-did-that-even-happen/","canonicalUrl":"https://www.wired.com/story/2-baseballs-collided-at-an-mlb-game-how-did-that-even-happen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/041bf88e4ffdddf9fae28d308f917d46","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBSESEzH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8AyiXkzqcfrwx6mq3vnQGR1JdAL6U3Qu++j8GQYhmJCRgE3XiMYyMgZkX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"kcqZCbE-M","title":"Razer PC gaming gear is up to 25 percent off at Best Buy","shortId":"kcqZCbE-M","createdAt":"2021-05-10T13:06:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010866,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T13:00:32.000Z","url":"https://www.theverge.com/good-deals/2021/5/10/22428452/razer-pc-gaming-sale-mouse-keyboard-headset-re-village-apple-watch-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/10/22428452/razer-pc-gaming-sale-mouse-keyboard-headset-re-village-apple-watch-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8980e63cdcb2f7d8ac1138649e52073","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQhMQUSBhFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAgMAAAAAAAAAAAAAAAABAgASAwQR/9oADAMBAAIRAxEAPwCTfxKxueLgIJjKK7OyjLgAelBOt7yaze646GK5mjXt1Ryoz8NKU9lFjIWjmdu2M//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OnNOFoBZc","title":"Earthquake early warning system uses AI to predict shaking","shortId":"OnNOFoBZc","createdAt":"2021-05-10T13:04:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010864,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:47:15.000Z","url":"https://www.livescience.com/deep-learning-network-earthquake-shaking.html","canonicalUrl":"https://www.livescience.com/deep-learning-network-earthquake-shaking.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/047ffe5c63f5ab2a97095e9ef18a1bcc","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFETEGIRITkf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAxAP/aAAwDAQACEQMRAD8AzuwctN5aZSTbXSVU1h6Vap6CqejoZ+YzjcUvb+GynaXMtNaXQ+LFXlAEjeMpqEIMJFv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0_sNehRl4","title":"This is a map of America’s broadband problem","shortId":"0_sNehRl4","createdAt":"2021-05-10T13:01:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010861,"tagsStr":"apache","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T13:00:00.000Z","url":"https://www.theverge.com/22418074/broadband-gap-america-map-county-microsoft-data","canonicalUrl":"https://www.theverge.com/22418074/broadband-gap-america-map-county-microsoft-data","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1abdc7fcdb26a1ad057c79ff69311e1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCAAQRBQYhMRMiQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAxH/2gAMAwEAAhEDEQA/AIbQN2Int5Nnf6Hp94pC7dEgyIPkEhwTkEjGB0R96zWUXlw5949s2ESYyUiIesQSc8D4PylKpR6CP//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_fpok3Wge","title":"‘Ziwe’ Steps Through the Looking Glass Into the Next Wave of Late Night","shortId":"_fpok3Wge","createdAt":"2021-05-10T12:51:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010851,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:44:07.000Z","url":"https://www.theringer.com/tv/2021/5/10/22428027/ziwe-show-showtime-review-late-night","canonicalUrl":"https://www.theringer.com/tv/2021/5/10/22428027/ziwe-show-showtime-review-late-night","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92b5fd7313f225bbb4cc5a253c8c8906","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBRMiUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAIBBQAAAAAAAAAAAAAAAAEDAgAEESHB/9oADAMBAAIRAxEAPwDXcpfaOxxyQJ1R041ndRoicFT4tsexvYyZoackzuacYLMT9xjBuVxWtZjrI4KvsmSZNgnvB6a//9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"y2GDjEB17","title":"A hidden continent birthed a new subduction zone near New Zealand","shortId":"y2GDjEB17","createdAt":"2021-05-10T12:47:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010847,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:37:45.000Z","url":"https://www.livescience.com/hidden-continent-new-subduction-zone.html","canonicalUrl":"https://www.livescience.com/hidden-continent-new-subduction-zone.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b6b627b85c5d809d66f11f408a6573f","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMEEgUhQbLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEQQT/9oADAMBAAIRAxEAPwDIXG4jAsXE1zLuoLB2VJgEgCPtTW5vAk64hI8SvftSlSV2O26YHSfMgLP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"GIviqbK4h","title":"The Future of the NBA on TNT","shortId":"GIviqbK4h","createdAt":"2021-05-10T12:27:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010827,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:24:41.000Z","url":"https://www.theringer.com/nba/2021/5/10/22427902/nba-tnt-candace-parker-dwyane-wade-shaq","canonicalUrl":"https://www.theringer.com/nba/2021/5/10/22427902/nba-tnt-candace-parker-dwyane-wade-shaq","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5c65ee9ba07c00bee4590ae8530fd57","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAxETBRIUUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEC/9oADAMBAAIRAxEAPwDDDmLCrDTW9YNZVLWZsdifhEl3c7ruevzE9WK53MM4iIU1X//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7iS6QrsLq","title":"Provision Volumes on Kubernetes and Nomad using Ceph CSI","shortId":"7iS6QrsLq","createdAt":"2021-05-10T07:00:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":4,"score":27010824,"tagsStr":"kubernetes,mysql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T03:24:16.000Z","url":"https://mykidong.medium.com/provision-volumes-from-external-ceph-storage-on-kubernetes-and-nomad-using-ceph-csi-7ad9b15e9809","canonicalUrl":"https://mykidong.medium.com/provision-volumes-from-external-ceph-storage-on-kubernetes-and-nomad-using-ceph-csi-7ad9b15e9809","image":"","ratio":null,"placeholder":"","siteTwitter":"@Medium","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"sxQhH21ct","title":"Ten Years of Odd Future and Tyler, the Creator’s ‘Goblin’ Anniversary","shortId":"sxQhH21ct","createdAt":"2021-05-10T12:20:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010820,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:14:48.000Z","url":"https://www.theringer.com/2021/5/10/22428460/ten-years-of-odd-future-and-tyler-the-creators-goblin-anniversary","canonicalUrl":"https://www.theringer.com/2021/5/10/22428460/ten-years-of-odd-future-and-tyler-the-creators-goblin-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9661aa573fccccd302cb68b74eff02d6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAwECBAAFERIhBxMxYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAQEBAAMAAAAAAAAAAAAAAAECAAMEIf/aAAwDAQACEQMRAD8AxGwx4I+md/mFgRzzu8MQzk22G13C4RFx7+1Itio5qO3XlM+KUoWoea3rcc3SUb//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6z1KpfxV0","title":"Chuck Schumer on the American Rescue Plan, Canceling Student Debt, and the Next 100 Days in Congress","shortId":"6z1KpfxV0","createdAt":"2021-05-10T12:13:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010813,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:10:21.000Z","url":"https://www.theringer.com/2021/5/10/22428459/chuck-schumer-on-the-american-rescue-plan-canceling-student-debt-and-the-next-100-days-in-congress","canonicalUrl":"https://www.theringer.com/2021/5/10/22428459/chuck-schumer-on-the-american-rescue-plan-canceling-student-debt-and-the-next-100-days-in-congress","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17c7f043990a497618eefc3593be9625","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDBAAFERMhQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAMBESEx/9oADAMBAAIRAxEAPwDL9btLkwsVa8i163gjssqjrODIgKlu9/eH537k7Xd24Npchi8IjjmdFBiUkAMQPZHvGMNfBnRtH//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QzC56mXXP","title":"NYC Pizza, Movie Theater Snacks, and Alternative Pasta","shortId":"QzC56mXXP","createdAt":"2021-05-10T12:13:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010813,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:11:24.000Z","url":"https://www.theringer.com/2021/5/10/22428451/nyc-pizza-movie-theater-snacks-and-alternative-pasta","canonicalUrl":"https://www.theringer.com/2021/5/10/22428451/nyc-pizza-movie-theater-snacks-and-alternative-pasta","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbfd735d98420c7425104e5661a1f0dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAgABAwQREgYTITHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQABBQAAAAAAAAAAAAAAAAAAAQIyQYH/2gAMAwEAAhEDEQA/AMB6akClbs2ShimKswcRMWx9LPqnG5Nxbe0/j28bIiNlXQTT/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vUrWawIDk","title":"Secretary Pete Buttigieg on the future of transportation","shortId":"vUrWawIDk","createdAt":"2021-05-10T12:05:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010805,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://www.theverge.com/22412233/pete-buttigieg-transportation-secretary-interview","canonicalUrl":"https://www.theverge.com/22412233/pete-buttigieg-transportation-secretary-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/948fa1fb4fc1f5a30cda30902cf16c38","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQREyEGEjFRYv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQAEMfARIVH/2gAMAwEAAhEDEQA/AMeqeQ172UUOaTHMT2aZHHZ1fz8hTr7lxOtn0iJtjrNkqTkReL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ke6OMvhrY","title":"One Thing Covid Didn’t Smash to Pieces? Monster Movies","shortId":"ke6OMvhrY","createdAt":"2021-05-10T12:03:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010803,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:00:00.000Z","url":"https://www.wired.com/story/one-thing-covid-didnt-smash-to-pieces-monster-movies/","canonicalUrl":"https://www.wired.com/story/one-thing-covid-didnt-smash-to-pieces-monster-movies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/188ef5e6c04475bbae84debb2af11f19","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQUAAwEAAAAAAAAAAAABAgMABAUGERITcXL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAAFBQAAAAAAAAAAAAAAAAABAgMhBAUSMZH/2gAMAwEAAhEDEQA/AIvqu4paXawXmCxt/GzAj3BgV+EGrjb7JrEkEbvomK8mUE8Yc6R+KUqbc2k5FvphlLKZH//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"pLnMZewBV","title":"Bad Weather Forecasts Are a Climate Crisis Disaster","shortId":"pLnMZewBV","createdAt":"2021-05-10T12:03:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010803,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:00:00.000Z","url":"https://www.wired.co.uk/article/solar-weather-forecasting","canonicalUrl":"https://www.wired.co.uk/article/solar-weather-forecasting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/295d56a6313ee7724f0a2d32e61ef59d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIAAwURBAYSExQhMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAAAAgMEARIVITH/2gAMAwEAAhEDEQA/AM6d/wCrNIc222yoMcWGoDHj1Im8NS6Ky261KCMgdKO3yIkGRkq3VYbis8tP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"CuYwIyiUy","title":"The Pentagon Inches Toward Letting AI Control Weapons","shortId":"CuYwIyiUy","createdAt":"2021-05-10T12:03:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010803,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:00:00.000Z","url":"https://www.wired.com/story/pentagon-inches-toward-letting-ai-control-weapons/","canonicalUrl":"https://www.wired.com/story/pentagon-inches-toward-letting-ai-control-weapons/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/441231c8551ec061b9a68bb34e0187fa","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAEQQFQQMSFCExkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECUf/aAAwDAQACEQMRAD8A0aboGLw0UbtbsVUDmrY+/Mk2LhKSvTXXayR8iI3daBQj/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dq25tDNIj","title":"Meet the marine worm with 100 butts that can each grow eyes and a brain","shortId":"dq25tDNIj","createdAt":"2021-05-10T11:34:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010774,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:20:26.000Z","url":"https://www.livescience.com/marine-worm-with-100-butts.html","canonicalUrl":"https://www.livescience.com/marine-worm-with-100-butts.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2871cb9dd9f8b1ec89d0cb51370662b","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhExQxYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAEh/9oADAMBAAIRAxEAPwDKx3Om2yS2zQ3HUR12XCkrkDJOORn5UmXXzFK8a2sAVCVGYUPj3jmlKFRcP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"PeCLFZkJH","title":"How to Use Tech to Capture Your Family History","shortId":"PeCLFZkJH","createdAt":"2021-05-10T11:03:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T07:00:00.000Z","url":"https://www.wired.com/story/how-to-use-tech-capture-family-history/","canonicalUrl":"https://www.wired.com/story/how-to-use-tech-capture-family-history/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba5c6539de0b8d96c276cac4f0b4affe","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAxESMSJCkbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAECBwAAAAAAAAAAAAAAAAEAAhExMkJh0fD/2gAMAwEAAhEDEQA/ANPVfJg5vzcUyMjoG/0Se+zexEq+gHpBG6GNr//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"rRBfPTWym","title":"Why does 'emotional pain' hurt?","shortId":"rRBfPTWym","createdAt":"2021-05-10T11:03:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:59.000Z","url":"https://www.livescience.com/why-emotional-pain-hurts.html","canonicalUrl":"https://www.livescience.com/why-emotional-pain-hurts.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f14507c73fdf46c52d7b308865c13798","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwQCAwAAAAAAAAAAAAABAgQRAAMFBhNBBxJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDESH/2gAMAwEAAhEDEQA/AJeL3bPL2rDOcgpvy2RA4xKJWAPYogSYA7EVef8AkfIh85AFsAXFRNoHs/aUqkY6p0hLXQNT/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lrnSx1q2t","title":"All hail 'Emperor Dumbo,' the newest species of deep-dwelling octopus","shortId":"lrnSx1q2t","createdAt":"2021-05-10T11:03:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:32.000Z","url":"https://www.livescience.com/emperor-dumbo-octopus-deep-sea.html","canonicalUrl":"https://www.livescience.com/emperor-dumbo-octopus-deep-sea.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16ac471319a11d6951d1d1f583b1b319","ratio":1.17302052785924,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAiEAABAwQABwAAAAAAAAAAAAABAAIEAwUGEQcSN2Fxc7L/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/ALTlGSx4PE2w2U1ZDJE6lo8gIaW7JaN+WnfYKgILkfVfD/RM+AnSEXeI/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8z97J8JVV","title":"Pony.ai unveils its next-gen robotaxi with LIDAR from Luminar","shortId":"8z97J8JVV","createdAt":"2021-05-10T11:02:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010742,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:00.000Z","url":"https://www.theverge.com/2021/5/10/22424726/pony-ai-luminar-lidar-robotaxi-california-china","canonicalUrl":"https://www.theverge.com/2021/5/10/22424726/pony-ai-luminar-lidar-robotaxi-california-china","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6c22ab5b5935cb70ea99b6b17717b64","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBQAEEQYSYRMhQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDBBEh/9oADAMBAAIRAxEAPwDfTltPadgJy/e1E5dtRyXbnootG2S9g4DZX3IRwMHkVajFqejbR1ajuWyhRwfJSPeT9pSnp7sm5yUVFI//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"qBTqrGqrh","title":"Minerai de fer Québec - RDD","shortId":"qBTqrGqrh","createdAt":"2021-05-10T10:42:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010722,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/118004279/Minerai-de-fer-Qubec-RDD","canonicalUrl":"https://www.behance.net/gallery/118004279/Minerai-de-fer-Qubec-RDD","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/6abb8e118004279.60898d2ad3550.gif","ratio":1.64126611957796,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQIAAwQRITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAICAwAAAAAAAAAAAAAAAAECABEDccH/2gAMAwEAAhEDEQA/AMBVdjLSUsxi7kcYOR2TH065ESn4hTNvgg1zYWf/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fYvIp-0xQ","title":"How Tyler, the Creator Grew Into the Rebel He Always Wanted to Be","shortId":"fYvIp-0xQ","createdAt":"2021-05-10T10:31:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:30:00.000Z","url":"https://www.theringer.com/2021/5/10/22428125/tyler-the-creator-10th-anniversary","canonicalUrl":"https://www.theringer.com/2021/5/10/22428125/tyler-the-creator-10th-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a966f7cf4ffc228f4fa326f0f1a0a91","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAwQRBSEiEhNBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRBBIh/9oADAMBAAIRAxEAPwDI6FmWoK3fccRjCrtwz6+CT3OnKLiqDUJIc79IHmIjBopSZMr2y6g8pf/Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"wkXUUKi6I","title":"OSUISSE","shortId":"wkXUUKi6I","createdAt":"2021-05-07T10:46:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27006406,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118912709/OSUISSE","canonicalUrl":"https://www.behance.net/gallery/118912709/OSUISSE","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3380032238c43cf7547abbd748e93511","ratio":0.749866095340118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAIhAAAgECBgMBAAAAAAAAAAAAAQIDBREABBITIYEGMUFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQACAwAAAAAAAAAAAAAAAAEAEQISIf/aAAwDAQACEQMRAD8AapWeq+X8qSKTxlmokT6Jc3mmEakEXDqTxbj96xsXelO7OtAkKsbg7yi/XzByRCWLSWkB02U6idseyFv66xA1IyhYlt4knk7pF8HM0KCO0vqz/9k=","siteTwitter":"@behance","creatorTwitter":"@paperlux","readTime":0,"description":null,"toc":null,"summary":null},{"id":"9zmnxumvj","title":"Apple invests another $45 million in Gorilla Glass maker Corning","shortId":"9zmnxumvj","createdAt":"2021-05-10T10:29:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010709,"tagsStr":"startup,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:26:29.000Z","url":"https://www.theverge.com/2021/5/10/22428372/apple-corning-45-million-investment-gorilla-glass-ceramic-shield-foldable-bendable-glass","canonicalUrl":"https://www.theverge.com/2021/5/10/22428372/apple-corning-45-million-investment-gorilla-glass-ceramic-shield-foldable-bendable-glass","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6185a6d982c2a6424b328c6ad49c1d1e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDABEhBAUGExIjYTL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAERID/9oADAMBAAIRAxEAPwC3BI23TbI4HkcRQlTGrsWsUJdbnBOfua1R8V02rRdT6V7gJPHrJtfNv19pSj6JW49ea7Iqf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FkExSMyQ0","title":"Money, Power, and Respect at the Champions League Final","shortId":"FkExSMyQ0","createdAt":"2021-05-10T10:24:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:15:00.000Z","url":"https://www.theringer.com/2021/5/10/22427861/champions-league-manchester-city-chelsea-super-league","canonicalUrl":"https://www.theringer.com/2021/5/10/22427861/champions-league-manchester-city-chelsea-super-league","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e13f1fb55d17029deb4fefcc1abdf90","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAABAwQAAgUREgYTITFBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAEDBAMAAAAAAAAAAAAAAAEAAwQCBRESITGx/9oADAMBAAIRAxEAPwCbpmoFnDlk7VQQmQmQVWWb4SjdwvxkACOuD4+xfNa3SnDZJY6dagqSCcjcva4v6hCGbhHabxrTjv1Tky7zW6Ro6RyV/9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"st20dxTR4","title":"‘Saturday Night Live’ Is at a Post-Trump Crossroads","shortId":"st20dxTR4","createdAt":"2021-05-10T10:07:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010687,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:00:00.000Z","url":"https://www.theringer.com/tv/2021/5/10/22428151/saturday-night-live-snl-elon-musk-host","canonicalUrl":"https://www.theringer.com/tv/2021/5/10/22428151/saturday-night-live-snl-elon-musk-host","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60c1b36ca2bf87709159030cd72f94b3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgAGAgMBAAAAAAAAAAAAAQIAAwUGESEEExIxQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEBAAEEAwAAAAAAAAAAAAAAAQIAAwQRUaHR/9oADAMBAAIRAxEAPwDCV65uZS73qsmQqvT6cshW4053md2SuT5sSynesH4PcUW9XCgNTZDHGz2vv9hCCXsW0oa7faVjzlMWTxX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"RtnwT-TV8","title":"Massane winds the clock to ‘5am’ for debut LP’s second This Never Happened single","shortId":"RtnwT-TV8","createdAt":"2021-05-10T10:05:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27010685,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/massane-winds-the-clock-to-5am-for-debut-lps-second-this-never-happened-single/","canonicalUrl":"https://dancingastronaut.com/2021/05/massane-winds-the-clock-to-5am-for-debut-lps-second-this-never-happened-single/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd1fe02885102737b555179c51d090b3","ratio":1.51739130434783,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEIQUHEhRCUcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAEhAhH/2gAMAwEAAhEDEQA/ANFrO7Cuu+HE3rl5jhxKG2kGR45J9ZqIvfQhao0dYE4m5n5SlE4Np8cP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"di3zRGIl6","title":"Early heart damage raises risk of death in COVID patients","shortId":"di3zRGIl6","createdAt":"2021-05-10T10:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27010683,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132332&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132332","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c618656a48e24fffd4300a2091bea7f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACEQAAIBAwQDAQAAAAAAAAAAAAECAwURIQAEMUEHEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAhBBESMf/aAAwDAQACEQMRAD8AdeWK0tPkjembZGhhsBIy+wurWK8dWtzmx1DRV6vTRJLFVZI43UMqI7+qg8AY4GtK8yYp+yjGEKqSo4OB1+nQ0XzEirgBQAB1q9UIvfsF8gMipyKn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"kH1RSXbB4","title":"Heart damage post-COVID-19 proves rare in college athletes","shortId":"kH1RSXbB4","createdAt":"2021-05-10T09:10:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27010630,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132328&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132328","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54ce5e0867c75dfe75c99a5668bc9f64","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAACAgICAQUAAAAAAAAAAAABAgMEABEFIQYSIjFhsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARIf/aAAwDAQACEQMRAD8Arn8jtXJLtLkEjnrmP1xKqLGYdoW9pUD6G/nrIBxfEuAzUX2ezq1KB+4xhinrmRTKh5v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nQwXLhoDj","title":"Vivo promises three years of Android updates for upcoming flagships","shortId":"nQwXLhoDj","createdAt":"2021-05-10T09:01:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010621,"tagsStr":"tech-news,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:55:14.000Z","url":"https://www.theverge.com/2021/5/10/22428342/vivo-android-updates-three-years-x-series-phones-july-2021","canonicalUrl":"https://www.theverge.com/2021/5/10/22428342/vivo-android-updates-three-years-x-series-phones-july-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a342d7c1db366e2f1a2b21408ee5c2e3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQABQUAAAAAAAAAAAAAAQACAwQFBgcRcRIhQVGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABsRAAIBBQAAAAAAAAAAAAAAAAABAhExQmFx/9oADAMBAAIRAxEAPwCpzPZmxTVjL+H2ZHClSrG8yNhLSZBuO5+DjceVo77j+o8+0RKV6aFin0//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"myz-rbsyR","title":"Sony expects PS5 supply issues to continue into next year","shortId":"myz-rbsyR","createdAt":"2021-05-10T08:09:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010569,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:04:00.000Z","url":"https://www.theverge.com/2021/5/10/22428322/sony-ps5-supply-constraints-2022-hiroki-totoki","canonicalUrl":"https://www.theverge.com/2021/5/10/22428322/sony-ps5-supply-constraints-2022-hiroki-totoki","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f0df03d9cab70f1c04f1d5cc6c668264","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMAAgQRBRIiBiFBkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAABB/9oADAMBAAIRAxEAPwDPD+oLt2nqVc5cBTk1F7tx7+ee35IBYcnjT6iJcD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"T4Edhmuu_P","title":"Don't Miss: Netflix's Oxygen, a sci-fi thriller with a shocking twist","shortId":"T4Edhmuu_P","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-100-dont-miss-netflixs-oxygen-a-sci-fi-thriller-with-a-shocking-twist/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-100-dont-miss-netflixs-oxygen-a-sci-fi-thriller-with-a-shocking-twist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/665cb60e6dd5ec544ff179489eabeea7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAUREhMhMRRBQv/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAERIyQVGx/9oADAMBAAIRAxEAPwCQsbc2Sm1vQXDHjMAeQ2DxjV2ofQKeMeqn5k5sTH9DaAncVgFsdZpSqYNiBhunkYzYcn//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hOvnfFPKB","title":"Ultrasound accurate in diagnosing hand injuries","shortId":"hOvnfFPKB","createdAt":"2021-05-10T07:10:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27010510,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132325&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132325","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a570fd3027b86835dc00c0239c832dc1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwX/xAAkEAACAQMCBgMAAAAAAAAAAAABAgMABAYREgUTFCExsTJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAhEQABAgQHAAAAAAAAAAAAAAABAgMAEUHhBAUSEyExcf/aAAwDAQACEQMRAD8AMMbxi3NiZ76CeSNY94QALuOng/nuoUvFLhJXVFlVQSAomI0H12FMODgNgzlgCeX5NDl2B1c3YfNvdNQwplGoKMyfOKC8FUZgjGOrZ2wAiVZkk9m0f//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bmdSCr2o4d","title":"US Navy is developing drones to exterminate birds' eggs near airfields","shortId":"bmdSCr2o4d","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276900-us-navy-is-developing-drones-to-exterminate-birds-eggs-near-airfields/","canonicalUrl":"https://www.newscientist.com/article/2276900-us-navy-is-developing-drones-to-exterminate-birds-eggs-near-airfields/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71fa7baeaa3823a8c9f9234336cf087a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAIDAQEAAAAAAAAAAAABAgMEEQASFCFBBTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRIf/aAAwDAQACEQMRAD8AkPn5PNEuJEeiPrSgoUHSpaVDo1VDsV+kUby/HhQuO1uI22ovZtRN16fcYyeN6kVzQM//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3duDVWGvkT","title":"The £1 million pixel that is the future of art (or not)","shortId":"3duDVWGvkT","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033324-500-the-1-million-pixel-that-is-the-future-of-art-or-not/","canonicalUrl":"https://www.newscientist.com/article/mg25033324-500-the-1-million-pixel-that-is-the-future-of-art-or-not/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1ae880e8d8c30bede3afe8fb7568501","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhBjFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAREv/aAAwDAQACEQMRAD8A1XxywlteVeQi4WNoWDiR1KB9hjUAk+s9mqckZ6OR9pShCYmnkYVcs3Tv/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"P5UAqzOKin","title":"Allergies are on the rise – here's how to help scientists find out why","shortId":"P5UAqzOKin","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-300-allergies-are-on-the-rise-heres-how-to-help-scientists-find-out-why/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-300-allergies-are-on-the-rise-heres-how-to-help-scientists-find-out-why/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17a4437c4d0dab27e0c0762e64d15e8c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERITBiExMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABwRAAICAgMAAAAAAAAAAAAAAAECAAMRE0FCgf/aAAwDAQACEQMRAD8A0vTV7ZTc4l8lSC7LS03H40IVxqDu52AJ7E6YOR8GM1M9OvbzzjrTUNTa1FSVEgZB8H1pSpy92Gtc9c+kmIoQOzA8T//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6m8XocUQYc","title":"Worrying about bad jet lag could actually make your jet lag worse","shortId":"6m8XocUQYc","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276868-worrying-about-bad-jet-lag-could-actually-make-your-jet-lag-worse/","canonicalUrl":"https://www.newscientist.com/article/2276868-worrying-about-bad-jet-lag-could-actually-make-your-jet-lag-worse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac2f64a6ea3f49c04fb61e38ebe4866a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBQAEERIhMUEHIlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBBESMaH/2gAMAwEAAhEDEQA/AKH5okA3Fx8SHFoub906FBKSkBIydWQcjJG3PfVZccuZ20cVbGRfyyS2ffPG338pSmJIcqFenHJVEju7Y8X/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bLEJikpCF","title":"What's Google Floc? And How Does It Affect Your Privacy?","shortId":"bLEJikpCF","createdAt":"2021-05-09T12:04:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009364,"tagsStr":"google,deep-learning,data-privacy,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T08:00:00.000Z","url":"https://www.wired.com/story/google-floc-privacy-ad-tracking-explainer/","canonicalUrl":"https://www.wired.com/story/google-floc-privacy-ad-tracking-explainer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c701da8f4e6a688893d2c2204aee4cbe","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACESEDBBMUUeH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EAB0RAAECBwAAAAAAAAAAAAAAAAEAAgMEBRNDUZH/2gAMAwEAAhEDEQA/AMKdU/LlhoDAXWBcjpRy8pvceJuAfERDvRNqlFLkxibwL//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"luxmUrx45_","title":"Smart sensor measures how itchy you are by how much you scratch","shortId":"luxmUrx45_","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276350-smart-sensor-measures-how-itchy-you-are-by-how-much-you-scratch/","canonicalUrl":"https://www.newscientist.com/article/2276350-smart-sensor-measures-how-itchy-you-are-by-how-much-you-scratch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8144ed15aee57e1affe498d1bdc28e17","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFEWEGISVigf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAgICAwAAAAAAAAAAAAAAAREAAgMEEnHw/9oADAMBAAIRAxEAPwCFG6RdO6NZNWKO1MqiKVWYrXRgV7gklzsvznNNN+Hc+WtJ6qh2HA4xjJ9urIZhVycCSh7pT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"X_40-BFB5_","title":"A single pint of beer contains up to 2 million bubbles","shortId":"X_40-BFB5_","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T12:00:00.000Z","url":"https://www.newscientist.com/article/2275692-a-single-pint-of-beer-contains-up-to-2-million-bubbles/","canonicalUrl":"https://www.newscientist.com/article/2275692-a-single-pint-of-beer-contains-up-to-2-million-bubbles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/146973cccb510f0f27900c0d877f2ed4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQAFITETFaP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQEBAQEAAAAAAAAAAAAAAAERACEx/9oADAMBAAIRAxEAPwCMk6iDq9u4zMcVIU6G4qVNkq8JNld9A9cc4TB0SkhXuNwbF2IjdH6Yxg1K33UIcJv/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2iDcxyOqAt","title":"Hitting Paris climate goal could cut sea level rise in half by 2100","shortId":"2iDcxyOqAt","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276456-hitting-paris-climate-goal-could-cut-sea-level-rise-in-half-by-2100/","canonicalUrl":"https://www.newscientist.com/article/2276456-hitting-paris-climate-goal-could-cut-sea-level-rise-in-half-by-2100/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2de1b37ba35a6f01d6cddd92e70dc35d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwUEERIGUWGB0v/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAXEQADAQAAAAAAAAAAAAAAAAAAAiFh/9oADAMBAAIRAxEAPwDLZNlT1jwCVfCRHCxmxwCTs761x7+1MLqPB5PqvxdeYQ+URItDqLD/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4SyDXvzLoW","title":"Science with Sam: Why can’t we stay awake indefinitely?","shortId":"4SyDXvzLoW","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2274234-science-with-sam-why-cant-we-stay-awake-indefinitely/","canonicalUrl":"https://www.newscientist.com/article/2274234-science-with-sam-why-cant-we-stay-awake-indefinitely/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3d91dc9aaee26dad93b0a5fd96a1440","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIxYUH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB0RAAECBwAAAAAAAAAAAAAAAAEAAgMREiEiMVH/2gAMAwEAAhEDEQA/AMljrmCXJY4NaB0n4xSAaVnYjoH5s9n2quWxq3MqvZXaMHIKrONKd9DylKviuIdW0yJuhrHi/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6qgnffDnmG","title":"I lived under a glacier for two weeks looking for life","shortId":"6qgnffDnmG","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033331-500-i-lived-under-a-glacier-for-two-weeks-looking-for-life/","canonicalUrl":"https://www.newscientist.com/article/mg25033331-500-i-lived-under-a-glacier-for-two-weeks-looking-for-life/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d481c256a4e99d761d84e58c144314b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBQYhI1Gh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQADAQEAAAAAAAAAAAAAAAAAASECA//aAAwDAQACEQMRAD8Atl73SYvDYDFCZcqTxsic0htgd2fQtYF007nFwxoWgm6F9fURNogemoof/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7B5AzAikWf","title":"Enormous kites flown by robots could help power a Mars colony","shortId":"7B5AzAikWf","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276863-enormous-kites-flown-by-robots-could-help-power-a-mars-colony/","canonicalUrl":"https://www.newscientist.com/article/2276863-enormous-kites-flown-by-robots-could-help-power-a-mars-colony/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c3abab2a64c45fa9b7379a3e3258da8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABBAEDBQAAAAAAAAAAAAACAAEDBSEEBhEHEzFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBQQRIWH/2gAMAwEAAhEDEQA/AI2j6l6Kuq5YSKYxkbh2cecemx88qXm31WlMZdmbJO6IhYajGDi7vfUvJZTAADS//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XeWIYxUjaY","title":"Trump ban decision shows the limits of a Facebook 'Supreme Court'","shortId":"XeWIYxUjaY","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276763-trump-ban-decision-shows-the-limits-of-a-facebook-supreme-court/","canonicalUrl":"https://www.newscientist.com/article/2276763-trump-ban-decision-shows-the-limits-of-a-facebook-supreme-court/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86976e0c705cbc0255496addb07ee0fc","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAJRAAAQMBBgcAAAAAAAAAAAAAAQADBAIFERITISIWIzFBUXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAARAQAh/9oADAMBAAIRAxEAPwDAG7WwmuPEhxWmatOZSXCQNQST6PTyo4mnN7MuMcO2/Io7fERWQTFvTf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"jZkcXlk71A","title":"Michael Collins: Apollo 11 pilot and 'loneliest man ever' dies aged 90","shortId":"jZkcXlk71A","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276248-michael-collins-apollo-11-pilot-and-loneliest-man-ever-dies-aged-90/","canonicalUrl":"https://www.newscientist.com/article/2276248-michael-collins-apollo-11-pilot-and-loneliest-man-ever-dies-aged-90/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19e7e7f5a976fe0f8997550707589cc7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgIBBAEFAAAAAAAAAAAAAQMCBAAFBgcRYRITITFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABAEH/2gAMAwEAAhEDEQA/AL4940obh0T36thClXFmVdJR3JcYS6BBPwPUfvx5zO7mm7Xr23pdRYWrZKEzCZESQej0PzGMStcv/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"EcqXnqhY4","title":"WINTER MINIMALISM ? Iceland","shortId":"EcqXnqhY4","createdAt":"2021-05-05T02:40:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003040,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118754183/WINTER-MINIMALISM-Iceland","canonicalUrl":"https://www.behance.net/gallery/118754183/WINTER-MINIMALISM-Iceland","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d89e9bc73de4a7b84d3221a9dd6f516a","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAQIHAAAAAAAAAAAAAAAAAAIRAQMFFSJBUv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABL/2gAMAwEAAhEDEQA/ANrkVZmi2Oiu8J5UALkYNJf/2Q==","siteTwitter":"@behance","creatorTwitter":"@JanWaider","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ptlbIsOSSC","title":"Japanese bay full of fish scales could mark start of the Anthropocene","shortId":"ptlbIsOSSC","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276229-japanese-bay-full-of-fish-scales-could-mark-start-of-the-anthropocene/","canonicalUrl":"https://www.newscientist.com/article/2276229-japanese-bay-full-of-fish-scales-could-mark-start-of-the-anthropocene/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ba84da8e27c4448e7399d4f24ccda09","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBQYxEiEyQeH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEQIi/9oADAMBAAIRAxEAPwDObO1yzhawt1LgFsWessWcAAd8AHPrg81JduoQbOIvG4EiPD5SlB9ajJ8qVo//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OdUywk25U","title":"Did you know? The hydrogen in your body was formed in the Big Bang","shortId":"OdUywk25U","createdAt":"2021-05-10T07:59:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2272135-did-you-know-the-hydrogen-in-your-body-was-formed-in-the-big-bang/","canonicalUrl":"https://www.newscientist.com/article/2272135-did-you-know-the-hydrogen-in-your-body-was-formed-in-the-big-bang/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70bb0f50dd7c6a5ec1628ef404ecc692","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABAxIEBRFBBiExMsH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRIf/aAAwDAQACEQMRAD8Aw/pnP0iHQ5osmCEpZBIci8Nirw4Fw/1RZM1nr679t/KIj4WyU3E7P//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Y4bpQEMHPJb","title":"Physicists have measured an atom's 'neutron skin' for the first time","shortId":"Y4bpQEMHPJb","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276963-physicists-have-measured-an-atoms-neutron-skin-for-the-first-time/","canonicalUrl":"https://www.newscientist.com/article/2276963-physicists-have-measured-an-atoms-neutron-skin-for-the-first-time/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/714eb780184158b1f4b389d2117df067","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQQABAcAAAAAAAAAAAAAAgABAwQFBhIhERMUQUJRov/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACBBMRQVH/2gAMAwEAAhEDEQA/AM2jKlj+UaTHSko9I565Al1DLF4iw9nH2pMrWWxJxaoZM23Hlvv9IioZV9ZR4FTuBxa7G4qA+z//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pVGVp7nppye","title":"Chinese rocket is hurtling back to Earth after space station launch","shortId":"pVGVp7nppye","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276526-chinese-rocket-is-hurtling-back-to-earth-after-space-station-launch/","canonicalUrl":"https://www.newscientist.com/article/2276526-chinese-rocket-is-hurtling-back-to-earth-after-space-station-launch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa1fefd8b02b7a7f7bb9237d50d4ad18","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQMCEQAEIRLB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwDSRvasNSLmhhTNcyJV2JhH0eX2wDXzIQWPSt0BHwyImLPaIvGMe0WHE0X/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pg1XM_d-Tp","title":"Flat pasta that morphs into 3D shapes when cooked saves on packaging","shortId":"pg1XM_d-Tp","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276590-flat-pasta-that-morphs-into-3d-shapes-when-cooked-saves-on-packaging/","canonicalUrl":"https://www.newscientist.com/article/2276590-flat-pasta-that-morphs-into-3d-shapes-when-cooked-saves-on-packaging/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b5b737a4f1239fb7088456093bf5b8e5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIEBQADESESYQYTMcH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhFB8P/aAAwDAQACEQMRAD8Az0zkXjiOk3JuE3bfpXzwnQ54A+bGSNddVCvyadUtSjMyWSc6crH7SlRVyvaIT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"T3SkFV4M5","title":"Apparently, You Can Use Route53 as a Blazingly Fast Database","shortId":"T3SkFV4M5","createdAt":"2021-05-06T20:35:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":294,"score":27006386,"tagsStr":"aws,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-07T04:00:00.000Z","discussionScore":2,"banned":true,"deleted":false,"publishedAt":"2021-05-06T20:03:26.000Z","url":"https://aws.amazon.com/route53/","canonicalUrl":"https://aws.amazon.com/route53/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4597ef3041410d11360b8d7e66616b8","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAQUAAwAAAAAAAAAAAAAAAQACAwQRBSFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/ANL3OGp27rbc0eztAAd6M7GKliIpha//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"q5_WtwfKXS","title":"IBM’s minuscule new computer chip could cut energy use by 75 per cent","shortId":"q5_WtwfKXS","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"ibm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276858-ibms-minuscule-new-computer-chip-could-cut-energy-use-by-75-per-cent/","canonicalUrl":"https://www.newscientist.com/article/2276858-ibms-minuscule-new-computer-chip-could-cut-energy-use-by-75-per-cent/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc1d1a1f90be5fa71340987e69b73888","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFERIhE0FS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAEAxESQVH/2gAMAwEAAhEDEQA/AIBScu9zWYd7FR5w8kEuK+LNdH0COt1sdrnLmFsmLiJtjACcvo67NKVUtrxzE+wtdyyaPU//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fOCZpONrgS-","title":"Covid-19 lockdown has left young children vulnerable to some illnesses","shortId":"fOCZpONrgS-","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-600-covid-19-lockdown-has-left-young-children-vulnerable-to-some-illnesses/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-600-covid-19-lockdown-has-left-young-children-vulnerable-to-some-illnesses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b55c50ba01e2ca68a3f8004cb151c25","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwIGAwAAAAAAAAAAAAABAgMEAAYFERIhI0ExQsH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEhH/2gAMAwEAAhEDEQA/AI6yMBGMQYkm24ripUl1xOhLiQCE+3JtsSMuwB47q2atm7XGkLU4/mpIJ5kfFClKSgKR1o6z/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zHXfrHQVT0","title":"Older children in the year group are more popular than younger peers","shortId":"zHXfrHQVT0","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276691-older-children-in-the-year-group-are-more-popular-than-younger-peers/","canonicalUrl":"https://www.newscientist.com/article/2276691-older-children-in-the-year-group-are-more-popular-than-younger-peers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ba5b38937fad95e0b0c1256351e0718","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAJBAAAQMDAQkAAAAAAAAAAAAAAgEDBAAFESEGBxITFSIjMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAEREjH/2gAMAwEAAhEDEQA/ALB2SgMybgxEsUF1xgCdQ5Dx5LxkZJpphe0ftaGd2KSWQf6Vaw5oofChGqJnXHulKHCqhK0//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bkVfCrYvx","title":"Speeding Up Development Process with Bootstrap 5","shortId":"bkVfCrYvx","createdAt":"2021-05-08T22:22:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27008542,"tagsStr":"general-programming,javascript,css,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T09:04:47.000Z","url":"https://designmodo.com/development-bootstrap-5/","canonicalUrl":"https://designmodo.com/development-bootstrap-5/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4f3a5fce247cd9b0a76dc29cafbe9fc","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAwQRISJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQACAQUAAAAAAAAAAAAAAAAAAgEDBRMhMf/aAAwDAQACEQMRAD8A0mP0rqs6xLKpPT9Elp06BotC32qoY8Ac+B2IhV0RcnCmq7k//9k=","siteTwitter":"@designmodo","creatorTwitter":"@designmodo","readTime":17,"description":null,"toc":null,"summary":null},{"id":"TTUFNJIaRd","title":"Facebook vs Australia and the new battle to cut big tech down to size","shortId":"TTUFNJIaRd","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-800-facebook-vs-australia-and-the-new-battle-to-cut-big-tech-down-to-size/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-800-facebook-vs-australia-and-the-new-battle-to-cut-big-tech-down-to-size/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aece3abc7047794d4d21b1c9d38400af","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAUhBBEGEiIxMlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIREgMFIVHR/9oADAMBAAIRAxEAPwDKp7mdHHBFICrneIBjzFOnDA9jn7iqB14xV2V7lIjA7FRKuD68aUp1wbWYHKqb1zseeliQPB1C/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"poRs1qME_","title":"Do other animals get heart attacks?","shortId":"poRs1qME_","createdAt":"2021-05-09T11:34:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27009334,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T11:00:29.000Z","url":"https://www.livescience.com/do-animals-get-heart-attacks.html","canonicalUrl":"https://www.livescience.com/do-animals-get-heart-attacks.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a554b911532286ccced1069a3f08cf6","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBQARBCEGFCKi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAgMABBESYXHR/9oADAMBAAIRAxEAPwCkfBpaGy4s0FdH6SB0mgKByWZflgzE71s9dZkP53XxuyCiiIU62Svf5xjCwwJIoZxk9mptzfzxPohwBwPK/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"gm6KuQ63Phs","title":"2020 Australian bushfires hit people in disadvantaged areas hardest","shortId":"gm6KuQ63Phs","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275605-2020-australian-bushfires-hit-people-in-disadvantaged-areas-hardest/","canonicalUrl":"https://www.newscientist.com/article/2275605-2020-australian-bushfires-hit-people-in-disadvantaged-areas-hardest/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b423937baf6095c44bdbc2438bc40a25","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQBBQEAAAAAAAAAAAABAgMABAURIQYHMTJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGBEAAgMAAAAAAAAAAAAAAAAAAQIAAxL/2gAMAwEAAhEDEQA/AJeN6vje/mvRaySQLcPGUJUEAa0F/fJ5q4O5mKAAls8kkg9lDIQp+je+aUqeSw7aNtSuQZ//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hnfRUkv1_kt","title":"Covid-19 vaccine side-effects: Here’s everything you need to know","shortId":"hnfRUkv1_kt","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2275683-covid-19-vaccine-side-effects-heres-everything-you-need-to-know/","canonicalUrl":"https://www.newscientist.com/article/2275683-covid-19-vaccine-side-effects-heres-everything-you-need-to-know/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e1e7210b67b84dd24d32e72a9ca8553","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIEEQADBQYhURQiMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRQfD/2gAMAwEAAhEDEQA/AJr940xb0XcPjmba836dYUG6FFcrkqE+u6t/pjitXLu3cJWQJV3eOaUo4i8lUU+w/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rIrX6hqP8ek","title":"China is about to start building a space station in orbit","shortId":"rIrX6hqP8ek","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275818-china-is-about-to-start-building-a-space-station-in-orbit/","canonicalUrl":"https://www.newscientist.com/article/2275818-china-is-about-to-start-building-a-space-station-in-orbit/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/296989f6b7d82b91a06145a9a1a7ef9c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACAwUhBAYHExESIkFxotH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAFEBAhES/9oADAMBAAIRAxEAPwDOaZpgwUqR9SmYzHloMTmSHbNrW5T4+KMdJcwcemXAEdjuuv6oiVzVB9ln/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"evlaM0Cjk","title":"PET/CT detects major depression in cancer patients","shortId":"evlaM0Cjk","createdAt":"2021-05-10T07:10:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27010510,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132330&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132330","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/701f40a0208c2d92d90dd3dce35fbd0b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIEBf/EACEQAAEDBAEFAAAAAAAAAAAAAAEAAgMEEyFCBTFBUoKx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AFNxtHC5hjjAILdz5FaMLY7LMajupXdB6/SnhAtMxqExNf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bFnqw8cGs_0","title":"Driftwood could be recycled into cleaner electric car batteries","shortId":"bFnqw8cGs_0","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276277-driftwood-could-be-recycled-into-cleaner-electric-car-batteries/","canonicalUrl":"https://www.newscientist.com/article/2276277-driftwood-could-be-recycled-into-cleaner-electric-car-batteries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d5b02b0d2fee92e85dffc353caa4aff","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAURBgcUMVFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQACAwEAAAAAAAAAAAAAAAABAgAREjH/2gAMAwEAAhEDEQA/AI3bi73TSBbMDUzLkR84XDciOLQo+cEjB9gj7VXc97JEe5S2GhALbbq0JPFX0CQO1UpQZ2B7DkVc/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mFcTnBJUPUS","title":"Antimatter stars may lurk in the solar system’s neighbourhood","shortId":"mFcTnBJUPUS","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-23T00:00:00.000Z","url":"https://www.newscientist.com/article/2275563-antimatter-stars-may-lurk-in-the-solar-systems-neighbourhood/","canonicalUrl":"https://www.newscientist.com/article/2275563-antimatter-stars-may-lurk-in-the-solar-systems-neighbourhood/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f9bbca88d58073015fbd7b99c7a5ab2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAABAwUBAQAAAAAAAAAAAAABAhEhAAMEBRITBv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAEUH/2gAMAwEAAhEDEQA/AJn8Nu9Di6DNRs7JVkm2RbX5dlyCGExMvNTq9ko9lsVt0WilKbWhZF7iSkFdiPd//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9uf_Y4R8P0e","title":"Science with Sam: Do aliens exist?","shortId":"9uf_Y4R8P0e","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2274302-science-with-sam-do-aliens-exist/","canonicalUrl":"https://www.newscientist.com/article/2274302-science-with-sam-do-aliens-exist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ccc9bc5a29d6036d8cadbacd3bbe2976","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBQADAAAAAAAAAAAAAQIDAAQRBQYSISIUFTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAERAEH/2gAMAwEAAhEDEQA/AMFtX6fcM1lHdaSzW8M0CF45sFHYYCMSMsrEZOB13Ums6Ft1NYvk+DfJxnkHGO78j0eh5/KUoBe6Iwm//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":6,"description":null,"toc":null,"summary":null},{"id":"h2SLcb7dJsZ","title":"We’ve measured the size of Venus’s planetary core for the first time","shortId":"h2SLcb7dJsZ","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276218-weve-measured-the-size-of-venuss-planetary-core-for-the-first-time/","canonicalUrl":"https://www.newscientist.com/article/2276218-weve-measured-the-size-of-venuss-planetary-core-for-the-first-time/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58bb2921f904375cc6f16e96be8dd589","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAQUBAAAAAAAAAAAAAQIDBREABBIGExQhMUL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEBAAEFAQEAAAAAAAAAAAAAAREAAgMEYTFB/9oADAMBAAIRAxEAPwDNIyU6RiITTf8AH7m6tqkqLF8CCOYUf1Z+HJHelIJ/d2HkRQCXHFLAACRRN/L9YxgtbXMc3Ssr69pmxnuyRagQHzlf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"znDgbVVru1b","title":"Honeybees stress each other out by warning about minor parasites","shortId":"znDgbVVru1b","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2275857-honeybees-stress-each-other-out-by-warning-about-minor-parasites/","canonicalUrl":"https://www.newscientist.com/article/2275857-honeybees-stress-each-other-out-by-warning-about-minor-parasites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a5080923e4dd1d4d73aa88ebcd808fd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAMAAwEAAAAAAAAAAAABAgMEEQAFEjFxgZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMSMf/aAAwDAQACEQMRAD8An7RGiMCMjVNSHJXALjjppJsDq/R8V+5NZW0lpAKI9hIB6bJP04xkQ5VYFXbpP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4f2kcKsDy_8","title":"Blue Origin is auctioning off a seat on its first crewed space flight","shortId":"4f2kcKsDy_8","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276851-blue-origin-is-auctioning-off-a-seat-on-its-first-crewed-space-flight/","canonicalUrl":"https://www.newscientist.com/article/2276851-blue-origin-is-auctioning-off-a-seat-on-its-first-crewed-space-flight/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87c6d8c4bf3db8da2ed8a0eee6d09d48","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEEBSESMUFRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQACAwADAAAAAAAAAAAAAAABAgADBAURIf/aAAwDAQACEQMRAD8A3NJrB2pZU2MMbY0YAVG1FfN++OyhlytXFKcZO/ULuL0L+PiIhNymhbCoPkSmGll7In//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hZne0lgmBIW","title":"Brain's movement control centre may have had key role in our evolution","shortId":"hZne0lgmBIW","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276936-brains-movement-control-centre-may-have-had-key-role-in-our-evolution/","canonicalUrl":"https://www.newscientist.com/article/2276936-brains-movement-control-centre-may-have-had-key-role-in-our-evolution/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2fabf172f0220e35d96888028a15b72","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAURBAYSMRMhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIhUf/aAAwDAQACEQMRAD8AhNl3KzWvaFt0ksJDTwvNqh4gwnBYg8j2fWAAesVicxVpnaJSsZYlVz0PgpShPRU8SP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"mmLbzDWB0ny","title":"Female black widow spider mates with and eats multiple males","shortId":"mmLbzDWB0ny","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276085-female-black-widow-spider-mates-with-and-eats-multiple-males/","canonicalUrl":"https://www.newscientist.com/article/2276085-female-black-widow-spider-mates-with-and-eats-multiple-males/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af2efc0e97e5f0987cd326f69522a7be","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgEDBAAFMQYRExYhIiNRYv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGhEAAgIDAAAAAAAAAAAAAAAAABEBAwQSIf/aAAwDAQACEQMRAD8AjQ5dkuF8iWqBpiziDskWSNmPwjFfk99/Wc1pXMWmGPC69EZcb7CbC2oqAqdFFF2wmKUqL+IcWNmz/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"d3Eo2mndV","title":"Passwort-Manager KeePass 2.48 veröffentlicht","shortId":"d3Eo2mndV","createdAt":"2021-05-10T05:24:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010404,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T05:11:00.000Z","url":"https://linuxnews.de/2021/05/passwort-manager-keepass-2-48-veroeffentlicht/","canonicalUrl":"https://linuxnews.de/2021/05/passwort-manager-keepass-2-48-veroeffentlicht/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e74bec4e44d98af1cfb5226429235511","ratio":1.30314232902033,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBAURISM0kZTR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAAMBAAAAAAAAAAAAAAAAAAACElH/2gAMAwEAAhEDEQA/AN+NPgB2nDivAaLPMVueQrNPh32kTqs8RE7bQQuH/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BWuEfTl6Ss","title":"The platypus: What nature’s weirdest mammal says about our origins","shortId":"BWuEfTl6Ss","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-400-the-platypus-what-natures-weirdest-mammal-says-about-our-origins/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-400-the-platypus-what-natures-weirdest-mammal-says-about-our-origins/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/97f8921033c6b933657c09d2e0d57d83","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMCBAAFERIhQWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8AySvotCvXfB6Bamwbc5EiS5eiNsmy0NIkRyf0fDB8xjJxZ0L/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rVUYticOFE","title":"One in four people in England exercised less during and after lockdown","shortId":"rVUYticOFE","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275824-one-in-four-people-in-england-exercised-less-during-and-after-lockdown/","canonicalUrl":"https://www.newscientist.com/article/2275824-one-in-four-people-in-england-exercised-less-during-and-after-lockdown/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2684405512d9a84a5239bba80813ac8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEEQADBQYSEzEhUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMEETH/2gAMAwEAAhEDEQA/AKzvCZBxZbcNpupAKN128vcsdgoAgAz49Csne6a1KXl8lTOeRUxAHfylKnK8x+6EQZAZ/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IAIt054WS","title":"Rohaan shakes up Sable Valley with ‘CCC’","shortId":"IAIt054WS","createdAt":"2021-05-09T16:07:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009607,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T16:01:49.000Z","url":"https://dancingastronaut.com/2021/05/rohaan-shakes-up-sable-valley-with-ccc/","canonicalUrl":"https://dancingastronaut.com/2021/05/rohaan-shakes-up-sable-valley-with-ccc/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78d89603863d9131dff8941254615bef","ratio":1.16369278510473,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgMEBf/EACUQAAEDAgMJAAAAAAAAAAAAAAIBAxEABQcSIQQGM0FCcnSRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQREv/aAAwDAQACEQMRAD8A3cRyctTlvZs+0PMOk9mdJgAJJlIQ83KJ0qYsRWhJRcs76GiwSZS0X1R709PnD8WkPcU+5aVbrGYncmbHqVQOZ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wGVOd9ELz","title":"New species of 'pumpkin toadlet' poisonous frog found in Brazil","shortId":"wGVOd9ELz","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276186-new-species-of-pumpkin-toadlet-poisonous-frog-found-in-brazil/","canonicalUrl":"https://www.newscientist.com/article/2276186-new-species-of-pumpkin-toadlet-poisonous-frog-found-in-brazil/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1366825b4ae88fdbe092833c5ee445c9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQREgUTISIysf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEDMRH/2gAMAwEAAhEDEQA/AMvSO2t+GQLFbPN1g2Hhy47YzsflRS3rpK66DxJHqKUoVa70c7TGH//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FfEtxBKN9H","title":"Measuring time accurately increases the entropy in the universe","shortId":"FfEtxBKN9H","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2277050-measuring-time-accurately-increases-the-entropy-in-the-universe/","canonicalUrl":"https://www.newscientist.com/article/2277050-measuring-time-accurately-increases-the-entropy-in-the-universe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13c55b36077c8384a8c0a970d7d09b49","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAFIUEREhQx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMAEQQhYf/aAAwDAQACEQMRAD8AgQbulW0ljW1FeC0noC6oGezKx5LMfwc5lJoyszrL84kDEMPB4PfWMZXyrGTBFHWCUUO9+Z//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oF9o2hhiLV","title":"'Smart' immune cells kill tumours and stop them regrowing in mice","shortId":"oF9o2hhiLV","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T12:00:00.000Z","url":"https://www.newscientist.com/article/2276033-smart-immune-cells-kill-tumours-and-stop-them-regrowing-in-mice/","canonicalUrl":"https://www.newscientist.com/article/2276033-smart-immune-cells-kill-tumours-and-stop-them-regrowing-in-mice/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ece4748b1ce5061b35b72bf493fb62c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFBhEhEiIxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECEiEx/9oADAMBAAIRAxEAPwClS7mqNyTbwtycDc60hmefIRwWlkKHUEjCtp7bGiMeRsG6pVFoSpDHVQyMcfPsIRWTq8B1H//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Qw7jtdxHoY","title":"What to cook if covid-19 has affected your sense of smell and taste","shortId":"Qw7jtdxHoY","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-600-what-to-cook-if-covid-19-has-affected-your-sense-of-smell-and-taste/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-600-what-to-cook-if-covid-19-has-affected-your-sense-of-smell-and-taste/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20d1a3350f90510032a72588c11937de","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBTESFCFBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABEQADAhIx/9oADAMBAAIRAxEAPwDKY25gPDYXb5mbIPcXyOq2nHyBV16AHjlVGSLNfERJqx0aPTD2Fqf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"r4n0zyXAt4","title":"Apples review: A tender and absurd story of a memory loss pandemic","shortId":"r4n0zyXAt4","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2277011-apples-review-a-tender-and-absurd-story-of-a-memory-loss-pandemic/","canonicalUrl":"https://www.newscientist.com/article/2277011-apples-review-a-tender-and-absurd-story-of-a-memory-loss-pandemic/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e818accb99006f721724b1c7efdd6dd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQMEEQACBSEGBxITMdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAAL/2gAMAwEAAhEDEQA/ALua41jsm9dpLtEW7QoWFNVtaLFPJJ7vWoiNEVgFOlDAqXkP3UEmNW/KUpZG/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8T2wPowpP","title":"Russell Coker: More EVM","shortId":"8T2wPowpP","createdAt":"2021-05-10T03:00:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27010260,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T02:39:43.000Z","url":"https://etbe.coker.com.au/2021/05/10/more-evm/","canonicalUrl":"https://etbe.coker.com.au/2021/05/10/more-evm/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6RVfEwjZC","title":"White noise could warn birds to avoid colliding with tall structures","shortId":"6RVfEwjZC","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276176-white-noise-could-warn-birds-to-avoid-colliding-with-tall-structures/","canonicalUrl":"https://www.newscientist.com/article/2276176-white-noise-could-warn-birds-to-avoid-colliding-with-tall-structures/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb2fd731d8145cdf9a0b6aef136fdcf9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABAxEEBQYxByEjMkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxL/2gAMAwEAAhEDEQA/AKnrSZwbJycx8TGi8kYtN7OFm3evqy7Hq5CAtzTM11yiI7B7FtENLNUCf//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"fiV_wBJEHJ","title":"We must seize this historic moment to secure our climate future","shortId":"fiV_wBJEHJ","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-21T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033313-100-we-must-seize-this-historic-moment-to-secure-our-climate-future/","canonicalUrl":"https://www.newscientist.com/article/mg25033313-100-we-must-seize-this-historic-moment-to-secure-our-climate-future/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/223f453bb966d5b82e7a312d5793419b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQREiExBQYHI2H/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAAGAwEAAAAAAAAAAAAAAAABAgMRMQQS0SH/2gAMAwEAAhEDEQA/AKLXvi5dedKVB9w+1fJkSli4+3DNOxJ2ORjJ4yTvW0zzjYRZKJtXLIJGgxzp+ZHNKUnZ0SU1wVZx0G4ry+j/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"00_sHzjTNP","title":"Air pollution halved in first UK lockdown but fell less in the third","shortId":"00_sHzjTNP","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275848-air-pollution-halved-in-first-uk-lockdown-but-fell-less-in-the-third/","canonicalUrl":"https://www.newscientist.com/article/2275848-air-pollution-halved-in-first-uk-lockdown-but-fell-less-in-the-third/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0fece0da1757e0e114c626b8f303eb9a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAAUDBQAAAAAAAAAAAAABAgADBAURBgchEzFRY5L/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABkRAAMAAwAAAAAAAAAAAAAAAAABAhMhMf/aAAwDAQACEQMRAD8Amdzr9b6fTVmp5FKA7TUQTRkFVVDkY8nI557RC9OZ7PoQhE+VytBU8P/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6I8lhTTKaZ","title":"Earth’s land may have formed 500 million years earlier than we thought","shortId":"6I8lhTTKaZ","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2275696-earths-land-may-have-formed-500-million-years-earlier-than-we-thought/","canonicalUrl":"https://www.newscientist.com/article/2275696-earths-land-may-have-formed-500-million-years-earlier-than-we-thought/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca176b664abac5d6d966026c2c981a46","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQMABQQCBhITcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8Az3TbsfWUGRUpx0HHeD3ctAJZ6ZMxEEj/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1uuWqLxr1Z","title":"Wristband that turns body heat into electricity can power an LED","shortId":"1uuWqLxr1Z","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276215-wristband-that-turns-body-heat-into-electricity-can-power-an-led/","canonicalUrl":"https://www.newscientist.com/article/2276215-wristband-that-turns-body-heat-into-electricity-can-power-an-led/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca4ae41bd00262dc44352894cf2da322","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgABEQMEIgUSE0Fx8P/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxESIoH/2gAMAwEAAhEDEQA/AMCtz0eAEGzaZIxJ2f7xT6o2fKeyubDLxh0iKnWpUbpj2u5oOoHk/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aJbjwxY2vv","title":"Suzanne Simard interview: How I uncovered the hidden language of trees","shortId":"aJbjwxY2vv","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-900-suzanne-simard-interview-how-i-uncovered-the-hidden-language-of-trees/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-900-suzanne-simard-interview-how-i-uncovered-the-hidden-language-of-trees/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f672292f02d7e2d4a3eab6f26701dbc7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAQGAgMAAAAAAAAAAAAAAAECBAMFBhESJCExQWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgARAxJhQv/aAAwDAQACEQMRAD8Ait6meIit1MIsvJt0rVxQZ+0mRqv15GiVW0wyPFxJLX41I30ADpweixN9kyuWjqqgVyf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"XIGbeE1YK","title":"Release Radar · April 2021 Edition","shortId":"XIGbeE1YK","createdAt":"2021-05-07T23:02:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":226,"score":27007893,"tagsStr":"pulumi","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T23:00:02.000Z","url":"https://github.blog/2021-05-07-release-radar-apr-2021/","canonicalUrl":"https://github.blog/2021-05-07-release-radar-apr-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d181349d5b51d722252ac89c39b8bcd7","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAwADAAMBAAAAAAAAAAAAAQIDAAQFESExI//EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQACAwAAAAAAAAAAAAAAAAAAARESMf/aAAwDAQACEQMRAD8Ayiva15QVeZzZ6xbVSF3rQ3YuD5NZkj8mPr58ybXp71avSm5sM7ksxNCSScYxAqrYP//Z","siteTwitter":"@github","creatorTwitter":"@MishManners","readTime":5,"description":null,"toc":null,"summary":null},{"id":"5hNDH8DamV","title":"Remains of a 3-year-old child are the oldest known burial in Africa","shortId":"5hNDH8DamV","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276470-remains-of-a-3-year-old-child-are-the-oldest-known-burial-in-africa/","canonicalUrl":"https://www.newscientist.com/article/2276470-remains-of-a-3-year-old-child-are-the-oldest-known-burial-in-africa/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09e263eb05914fbb7dea24cbdad5433a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgICAgEFAAAAAAAAAAAAAQMCBAAhERIFBhMVMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFB/9oADAMBAAIRAxEAPwDAV3PTS114fH2XlbFymZS6F0ddwSDyB96ybeZ4qd2xKrVuLrlkiuHvA9Y86Gx+DGMqjOh1p//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TFr0CqeMkQ","title":"The Mitchells vs The Machines review: Great sci-fi animation comedy","shortId":"TFr0CqeMkQ","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276114-the-mitchells-vs-the-machines-review-great-sci-fi-animation-comedy/","canonicalUrl":"https://www.newscientist.com/article/2276114-the-mitchells-vs-the-machines-review-great-sci-fi-animation-comedy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd3bc10ee91db98d819baf96412f9e45","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADERITIjEhI0H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EACERAAECBQUBAAAAAAAAAAAAAAECAwAEERIhBQYxYZHB/9oADAMBAAIRAxEAPwCkm8cyaG18ldmK0gNG27wCEnyMAZOfucdms8y8VbJRcj2JWnir1K7FKUMxq804pSrqZIx0SIok7fkHWU3t8VHmPkf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JRoZNxIMSi","title":"Cosmic census reveals 540 stars and planets in our neighbourhood","shortId":"JRoZNxIMSi","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276994-cosmic-census-reveals-540-stars-and-planets-in-our-neighbourhood/","canonicalUrl":"https://www.newscientist.com/article/2276994-cosmic-census-reveals-540-stars-and-planets-in-our-neighbourhood/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a22ae86b9b0e6fe8f0ebdb43aa547576","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBRITIUGBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIBMUH/2gAMAwEAAhEDEQA/AM6tsR1tIuh9djrEspYJT2QCPHr6piEnEzJGdoREvUErp//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bEEnSQe9e6","title":"Ecocide may be on its way to becoming a new international crime","shortId":"bEEnSQe9e6","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033331-600-ecocide-may-be-on-its-way-to-becoming-a-new-international-crime/","canonicalUrl":"https://www.newscientist.com/article/mg25033331-600-ecocide-may-be-on-its-way-to-becoming-a-new-international-crime/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ed9dd0c268d15fc64347a8979532d9b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQQABQUAAAAAAAAAAAAAAwABAgQFBhESYRMhMUGi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDBDHB/9oADAMBAAIRAxEAPwC3BMzV8NAWuFi1ax4OMux90iemaXHPlZiY6kpykwwRZ3106hO3yiKUNi1VSGclnvk//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"m3RPDJs9QJ","title":"Siberian flying squirrel caught mid-body-slam in rare photo","shortId":"m3RPDJs9QJ","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033331-800-siberian-flying-squirrel-caught-mid-body-slam-in-rare-photo/","canonicalUrl":"https://www.newscientist.com/article/mg25033331-800-siberian-flying-squirrel-caught-mid-body-slam-in-rare-photo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd97f3c070467bc54381dcb35f60c716","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAAREgUHIVFxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAbEQABBAMAAAAAAAAAAAAAAAAAAgMiUQERIf/aAAwDAQACEQMRAD8Az3b2ez1WzfmcJGVj4FQToHlzLfpdctuRwrbnWSzUVw7BgaxbR3715+4xjok1jdhLi5yj/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DYmgQ7Pv5","title":"Linux 5.13-rc1 freigegeben","shortId":"DYmgQ7Pv5","createdAt":"2021-05-10T07:04:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010504,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T06:55:00.000Z","url":"https://linuxnews.de/2021/05/linux-5-13-rc1-freigegeben/","canonicalUrl":"https://linuxnews.de/2021/05/linux-5-13-rc1-freigegeben/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a713b72b6fb08dd1c815fb5039870410","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgUAAwQRIQYSIzGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEBAAMAAAAAAAAAAAAAAAABABESMf/aAAwDAQACEQMRAD8Am+kpwSM5cjsuPRDfdgWR9rZIXaLz7JAJOuBVY0Fjdx8afKUoaYqm69v/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CgMyNW5EY","title":"Covid-19 news: UK under-40s to get alternative to AstraZeneca vaccine","shortId":"CgMyNW5EY","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-uk-under-40s-to-get-alternative-to-astrazeneca-vaccine/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-uk-under-40s-to-get-alternative-to-astrazeneca-vaccine/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ad58367c40ba0f567c9e1671afe220b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQQCAAcBAAAAAAAAAAAAAQIDBAUAEQYSIjEyQWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDBEGR/9oADAMBAAIRAxEAPwDI1PG8KVURFpbksOodUl4FXMgnY8fY6Rv8JAybY3NW5YSliOzpTqlDTZHcn5jGVr1Cqc9jlVRn/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":43,"description":null,"toc":null,"summary":null},{"id":"dXFQT1cM2F","title":"Ant species given first gender-neutral scientific name","shortId":"dXFQT1cM2F","createdAt":"2021-05-10T07:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276684-ant-species-given-first-gender-neutral-scientific-name/","canonicalUrl":"https://www.newscientist.com/article/2276684-ant-species-given-first-gender-neutral-scientific-name/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f7f5274df0eb4cf9cb46fc4e91cd2c0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwQFERMSITFB4f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADQf/aAAwDAQACEQMRAD8AzbQdbqxEFduOvVvvyBFJAHc/B6l25KXWPajZQVyWA5PAMREnmTSnuNtQHf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Lvv8pt0kkE","title":"Ancient hominins may have needed midwives to help deliver babies","shortId":"Lvv8pt0kkE","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276995-ancient-hominins-may-have-needed-midwives-to-help-deliver-babies/","canonicalUrl":"https://www.newscientist.com/article/2276995-ancient-hominins-may-have-needed-midwives-to-help-deliver-babies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4477c1dd128f93c0d9f3f5a106813c1f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBQAEERIhMkGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMTMZH/2gAMAwEAAhEDEQA/AKyU9cXrrsk0t9BUtJ1acI11JHp4OPRWoqdbQopMjI8HHcn7mlKOy2BiAx7FEorbYn//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZU0LPalRNt","title":"Bats don’t have to learn the speed of sound – they’re born knowing it","shortId":"ZU0LPalRNt","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.newscientist.com/article/2276404-bats-dont-have-to-learn-the-speed-of-sound-theyre-born-knowing-it/","canonicalUrl":"https://www.newscientist.com/article/2276404-bats-dont-have-to-learn-the-speed-of-sound-theyre-born-knowing-it/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/125f2d5508b8b620a6c8875a4c092b01","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAyEiBBEFQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8Ay6ttLcdEtq3VhuuCV9g/ZQPHK4DJfqcjtM9REmnX/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"n2Bnyznx0P","title":"Blood test could predict when pregnant women will give birth","shortId":"n2Bnyznx0P","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276534-blood-test-could-predict-when-pregnant-women-will-give-birth/","canonicalUrl":"https://www.newscientist.com/article/2276534-blood-test-could-predict-when-pregnant-women-will-give-birth/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d8fd66d99c1f03a4ccd4b4468616aff1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAAYBBAMAAAAAAAAAAAAAAAECAwQhBRESFDFBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAMBAQAAAAAAAAAAAAAAAAABEQID/9oADAMBAAIRAxEAPwDFIGTxbUaZFyMNKmpLWzkJb1cYLyabK/nXshDGd0AAYUrK9XYj/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UnTz8e8UA5","title":"UK air pollution fell to record lows in 2020 due to lockdowns","shortId":"UnTz8e8UA5","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276195-uk-air-pollution-fell-to-record-lows-in-2020-due-to-lockdowns/","canonicalUrl":"https://www.newscientist.com/article/2276195-uk-air-pollution-fell-to-record-lows-in-2020-due-to-lockdowns/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/490497a5c9e7d78847e5c3bf58f14de6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABEGFiFBQoH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAMAAwAAAAAAAAAAAAAAAAABEQIDIf/aAAwDAQACEQMRAD8Aiwcst1WeCWzYeUKDIC5IUFd/TrHWFj1uSa8d2xjJ7kpRY9cP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1jelmDbVz1","title":"Floating googly eyes on a stick scare seabirds away from fishing nets","shortId":"1jelmDbVz1","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276505-floating-googly-eyes-on-a-stick-scare-seabirds-away-from-fishing-nets/","canonicalUrl":"https://www.newscientist.com/article/2276505-floating-googly-eyes-on-a-stick-scare-seabirds-away-from-fishing-nets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/545f86ad4011cf68724b0780b1fa2581","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQRBxITFyGU/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDLl1gtsa9ksUG5oyCYQclQ9uWD7x1/nCIkqty+B6Wn/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"yJHmeYV10n","title":"King Henry VIII’s warship the Mary Rose carried crew from North Africa","shortId":"yJHmeYV10n","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276448-king-henry-viiis-warship-the-mary-rose-carried-crew-from-north-africa/","canonicalUrl":"https://www.newscientist.com/article/2276448-king-henry-viiis-warship-the-mary-rose-carried-crew-from-north-africa/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/edb85d58695a1c78895a9da0db5e02be","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQRBRMhMWFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQACAgEFAAAAAAAAAAAAAAABAgQRAAMSIaGx/9oADAMBAAIRAxEAPwDIFEbW0CsuytyNwMnRI4OR9479qPNcaZHM6MZ2KsQWyRn2lKompUllBNUPMKE+7QDEc2ejWf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"W6M1BZ0sJ","title":"NEW 21","shortId":"W6M1BZ0sJ","createdAt":"2021-05-10T02:34:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010234,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/119022211/NEW-21","canonicalUrl":"https://www.behance.net/gallery/119022211/NEW-21","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0879e52de7f1c9920af2b58f472d4cc9","ratio":0.720906282183316,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIRAAAgIBBAMBAQAAAAAAAAAAAQIDBAUAERJBBiEiExf/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB4RAAEDBAMAAAAAAAAAAAAAAAECAxEABBIhEzFB/9oADAMBAAIRAxEAPwCjjK/jubtixWzUmWnlc8WimeIVT0qqCPXe5H0e9bmDCwfjHyvozcRuTx9nbQh/NLWU8lzcWMtVauPgcMsbcwQpCsVAX0ANztpoqvJWrQwRyPwiQIv10BsNT6/fsmUNlaMgRIHUDVNU8m8VQfa//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-UTs3G_r_8","title":"How to plant a fabulous front garden without losing your parking space","shortId":"-UTs3G_r_8","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-21T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033312-900-how-to-plant-a-fabulous-front-garden-without-losing-your-parking-space/","canonicalUrl":"https://www.newscientist.com/article/mg25033312-900-how-to-plant-a-fabulous-front-garden-without-losing-your-parking-space/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b355f6ec36e7d477c146b2cabdfa9fb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEhEhMRNBUXHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARMf/aAAwDAQACEQMRAD8Axs+fbIE2RDZgvOYuFTSnFAHpp77Hkj7UIu1uA0RZ2UpHAU2FEDwTlv7pSo0ghXPQwt3/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"v1Sb16Km2u","title":"A baby’s first poo reveals if they are at risk of allergies and asthma","shortId":"v1Sb16Km2u","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276221-a-babys-first-poo-reveals-if-they-are-at-risk-of-allergies-and-asthma/","canonicalUrl":"https://www.newscientist.com/article/2276221-a-babys-first-poo-reveals-if-they-are-at-risk-of-allergies-and-asthma/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/675805937d885f700bcd138cf1c83449","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAgMFEQAEEhMhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAwADAAAAAAAAAAAAAAAAAAMREjEy/9oADAMBAAIRAxEAPwC3gI2VZiGtLV6I1hISp0cuZdbvyo0DViqA+3lXrt6a2G1N9ykKSClV1Yr3WMYE80b5lJo//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"t7cAQfEJrV","title":"Saharan dust could increase the risk of avalanches in the French Alps","shortId":"t7cAQfEJrV","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2275888-saharan-dust-could-increase-the-risk-of-avalanches-in-the-french-alps/","canonicalUrl":"https://www.newscientist.com/article/2275888-saharan-dust-could-increase-the-risk-of-avalanches-in-the-french-alps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9e0bc340aa50afcbe674620e683cdfc","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYHQSKR4f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADETP/2gAMAwEAAhEDEQA/AKe7OQLDb9nHcIpa2k8FjKEuzesDvus4k5kgLsRpD4JOMzfKUpvI4sMXNw1p/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Lsqvy1rqTL","title":"Many US cities will lose nearly all ash trees by 2060","shortId":"Lsqvy1rqTL","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276885-many-us-cities-will-lose-nearly-all-ash-trees-by-2060/","canonicalUrl":"https://www.newscientist.com/article/2276885-many-us-cities-will-lose-nearly-all-ash-trees-by-2060/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9385702ab56228a207891c04ec12a15","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAQUAAAAAAAAAAAAAAQACAxEEBQYTIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAQEBAQEAAAAAAAAAAAAAAAECAAMx/9oADAMBAAIRAxEAPwCl12/g7J5bagNKmKpoQHUzkz5NetKJ8YiTC2fMrtIpv//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3WASZhcYpC","title":"Why bringing Martian rocks back to Earth is a bad idea","shortId":"3WASZhcYpC","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-100-why-bringing-martian-rocks-back-to-earth-is-a-bad-idea/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-100-why-bringing-martian-rocks-back-to-earth-is-a-bad-idea/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf139bafb11957d9c294d6740885291e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAAUCBwEAAAAAAAAAAAAAAAECAwQRQQYWIiNRYXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDEUH/2gAMAwEAAhEDEQA/ANmWHFtRyTINJurruIVpb4Iyv2I5UnWdjU9V8ABSV010DT//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5yJC9GYId","title":"The Colonial Pipeline Hack Is a New Extreme for Ransomware","shortId":"5yJC9GYId","createdAt":"2021-05-08T21:39:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27008499,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T17:33:00.000Z","url":"https://www.wired.com/story/colonial-pipeline-ransomware-attack/","canonicalUrl":"https://www.wired.com/story/colonial-pipeline-ransomware-attack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409d63e6ea6c13eac6238d79275affb2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABBIRExQxMkFCUdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECMhH/2gAMAwEAAhEDEQA/AL7ryJbKcCJkkyyUN0HTv7qclpbCRhw8XM+C/KUp8VaAqcZP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YjFRQHP05W","title":"10 of the best popular science books as chosen by authors and writers","shortId":"YjFRQHP05W","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-24T00:00:00.000Z","url":"https://www.newscientist.com/article/2274908-10-of-the-best-popular-science-books-as-chosen-by-authors-and-writers/","canonicalUrl":"https://www.newscientist.com/article/2274908-10-of-the-best-popular-science-books-as-chosen-by-authors-and-writers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/786a6d1fc783a90ba08e1520b135c2ed","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQRBSEyBhJhgdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMSIYH/2gAMAwEAAhEDEQA/AM16kmqyUdMZaj4vDCWjtxy3OxyPGPam5Kmmvke5ta0Q4kgmYfERBcqdSKVGHZ//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":10,"description":null,"toc":null,"summary":null},{"id":"SxnfxDDKQ","title":"Arabian cult may have built 1000 monuments older than Stonehenge","shortId":"SxnfxDDKQ","createdAt":"2021-05-10T07:59:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276273-arabian-cult-may-have-built-1000-monuments-older-than-stonehenge/","canonicalUrl":"https://www.newscientist.com/article/2276273-arabian-cult-may-have-built-1000-monuments-older-than-stonehenge/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bec4b84e9f50df70aa8c7c17f7161795","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQSBREhBgdBYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAIBAxExUv/aAAwDAQACEQMRAD8A09711dsGh06OGI8BXYEkn5U47i2yDG4bUxOOJAki45edvW9KUVHfWZGPUnMH/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"haXPQ97-N","title":"Nature's hardest-to-reproduce colours recreated in exhibition","shortId":"haXPQ97-N","createdAt":"2021-05-10T07:59:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-200-natures-hardest-to-reproduce-colours-recreated-in-exhibition/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-200-natures-hardest-to-reproduce-colours-recreated-in-exhibition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/037f0fd337adabe2ffb5c4046c0bb47e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAyEEERIxBSKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDETFB8P/aAAwDAQACEQMRAD8AyuR+EcaQRY4sER8fXiNVuuwe7tTnz+Pc9xkjlc8nbiNAE/ERG6IOyVQTVdtf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"-aBeynHhj","title":"Indigenous people may have left the Amazon before Europeans arrived","shortId":"-aBeynHhj","createdAt":"2021-05-10T07:59:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276310-indigenous-people-may-have-left-the-amazon-before-europeans-arrived/","canonicalUrl":"https://www.newscientist.com/article/2276310-indigenous-people-may-have-left-the-amazon-before-europeans-arrived/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b143c121eb57d9fae15f7e2b9a70b18","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAgUFAQAAAAAAAAAAAAABAAIDBAYRIQUTFWPRcv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQQAAgMRIf/aAAwDAQACEQMRAD8AkTda66GRJduxKQxgsF3m314ogquoAAOUZjpb4iKcw6zXU80MCi+ZqPJ//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BlcIq4KVl","title":"Why the latest muon measurements are so tantalising for physics","shortId":"BlcIq4KVl","createdAt":"2021-05-10T07:59:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-200-why-the-latest-muon-measurements-are-so-tantalising-for-physics/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-200-why-the-latest-muon-measurements-are-so-tantalising-for-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3275fc077f1a6da354496561035ad183","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFEiEGESJC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwDO9jqLRDx+4ivgD6t3mNxbkdjWJ+eiDtTqIpydZW//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5fHYURjYy","title":"The Deep-Sea Podcast review: The mind-boggling mysteries of the deep","shortId":"5fHYURjYy","createdAt":"2021-05-10T07:59:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-500-the-deep-sea-podcast-review-the-mind-boggling-mysteries-of-the-deep/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-500-the-deep-sea-podcast-review-the-mind-boggling-mysteries-of-the-deep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ff11931eb3e2de87f0d5d5df76101a8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAMAAwEAAAAAAAAAAAABAgMEEQAFMQYVISP/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAhEhEjFB/9oADAMBAAIRAxEAPwCFgMw5sbcS9zHLk5l5bkVxmklKRQquV0kHpyiY8O1UpluR7NX6pDnyNXReMZOzJaOQmmWGju1//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0ISedI5Xl","title":"4 Rugged French Presses for Your Coffee-Fueled Summer Escape","shortId":"0ISedI5Xl","createdAt":"2021-05-09T18:41:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:36:00.000Z","url":"https://www.wired.com/story/best-french-press-coffee-makers-travel-camping-outdoors/","canonicalUrl":"https://www.wired.com/story/best-french-press-coffee-makers-travel-camping-outdoors/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a67787b2f977dcb9220b34ee1820cf96","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAgYDAQAAAAAAAAAAAAABAhEAAwQFEiEUFjEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQADAQAAAAAAAAAAAAAAAAAAASEx/9oADAMBAAIRAxEAPwC5l11271fbYm4qTTJnmck4HJIYAIG2x0/jufYuuRUI+TNybTlOzCEFwqrp/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"OKE21HUck","title":"The Call of Duty League’s champions are being honored at Verdansk Stadium in Warzone","shortId":"OKE21HUck","createdAt":"2021-05-09T17:09:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009669,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T17:00:00.000Z","url":"https://www.theverge.com/2021/5/9/22424868/call-of-duty-league-cdl-warzone-verdansk-statue-champions","canonicalUrl":"https://www.theverge.com/2021/5/9/22424868/call-of-duty-league-cdl-warzone-verdansk-statue-champions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b353588b42f06e8a570285e90c4f143e","ratio":1.91056910569106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFIRESFDFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIREjH/2gAMAwEAAhEDEQA/AMvh7+8u7V6NevyiEgnopZtcjZB9SlccxUHyqux8ERI71no5SP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dlssUgXpR","title":"India's crisis should be a warning against covid-19 complacency","shortId":"dlssUgXpR","createdAt":"2021-05-10T07:59:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-400-indias-crisis-should-be-a-warning-against-covid-19-complacency/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-400-indias-crisis-should-be-a-warning-against-covid-19-complacency/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d41bcbcdb225b616b0c6deef2607d83e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEDBBEAEwUhIkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAbEQEBAAIDAQAAAAAAAAAAAAABAgAEAxEhUf/aAAwDAQACEQMRAD8A3gPGvzwGPtNkWdkhDIqS6ta+9eshJiDIkOvNI6LbhKYj49Iq2iYxjsyHBFT49vzK16XYuX0Az//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7zj8I79Kt","title":"Why billionaires are fighting over who gets to land humans on the moon","shortId":"7zj8I79Kt","createdAt":"2021-05-10T07:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276294-why-billionaires-are-fighting-over-who-gets-to-land-humans-on-the-moon/","canonicalUrl":"https://www.newscientist.com/article/2276294-why-billionaires-are-fighting-over-who-gets-to-land-humans-on-the-moon/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b98c25e96e8cecc9e9713c4ffd7eac1b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYHEkETIZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAIDAQEAAAAAAAAAAAAAAAIDAAERMRP/2gAMAwEAAhEDEQA/AIm4OsYsjTVvRDt0JD7KFhx1bACwCEgAYGDkcvufVZlzbcOOKWxPieJRJRkOZ49dUpVkttumddjaHlgjfJ//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MqTALxd_Gp","title":"India's covid-19 crisis: What happens next and how long will it last?","shortId":"MqTALxd_Gp","createdAt":"2021-05-10T07:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033333-600-indias-covid-19-crisis-what-happens-next-and-how-long-will-it-last/","canonicalUrl":"https://www.newscientist.com/article/mg25033333-600-indias-covid-19-crisis-what-happens-next-and-how-long-will-it-last/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43ecc0d841d48230712b4dd18a713a59","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUhBhNx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxIf/aAAwDAQACEQMRAD8AyDx6Vx4JdipdbbS0F6KIKd7rUCvh76rJ0mJKSJCy2lTo9hToTRPdXjGFtzhWO6f/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"NB7b6gPPoB","title":"70 per cent of people live in countries without sustainable resources","shortId":"NB7b6gPPoB","createdAt":"2021-05-10T07:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2275643-70-per-cent-of-people-live-in-countries-without-sustainable-resources/","canonicalUrl":"https://www.newscientist.com/article/2275643-70-per-cent-of-people-live-in-countries-without-sustainable-resources/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2479c9ca91fb4465850de71b96565101","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBQYHIRITMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIRUf/aAAwDAQACEQMRAD8AzmfyBqkLcyOPFJFRFj/aKabF9Kk/euZ5uqFo7+WiJSisEWz/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7N9qpe60D","title":"Old tom cats have more mutations in their sperm like older human males","shortId":"7N9qpe60D","createdAt":"2021-05-10T07:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275606-old-tom-cats-have-more-mutations-in-their-sperm-like-older-human-males/","canonicalUrl":"https://www.newscientist.com/article/2275606-old-tom-cats-have-more-mutations-in-their-sperm-like-older-human-males/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b834a9f5a820e54f9ff2bc6f5ae7dcf6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBQYhMQcTFRci/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABAgD/2gAMAwEAAhEDEQA/AMTRXTTJYTEueRtrJ2+uXEhlYKVhkQTBJgwrgxxtUXqbPp+U3eASBsB2HDFKVMwCuatQN//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KulPte6NkZ","title":"The world is hot enough: MI6 has started spying on climate polluters","shortId":"KulPte6NkZ","createdAt":"2021-05-10T07:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033333-400-the-world-is-hot-enough-mi6-has-started-spying-on-climate-polluters/","canonicalUrl":"https://www.newscientist.com/article/mg25033333-400-the-world-is-hot-enough-mi6-has-started-spying-on-climate-polluters/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc88627cf1f02cb384e5076398b52906","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQMCAAQFEQYSISIxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EAB0RAAEDBQEAAAAAAAAAAAAAAAEAAgMEEyExMrH/2gAMAwEAAhEDEQA/AIPiHO14/A3k+VpyDWZCTXWD7dnbbe/vsGY15IHn6iPmtTYe+Y7E2THRaGTRCUhMjsCYje9Ejf4aUqupAheQzG/Sjttk6X//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FPBcEv1EAf","title":"NASA’s Ingenuity helicopter has made its fourth and furthest flight","shortId":"FPBcEv1EAf","createdAt":"2021-05-10T07:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276387-nasas-ingenuity-helicopter-has-made-its-fourth-and-furthest-flight/","canonicalUrl":"https://www.newscientist.com/article/2276387-nasas-ingenuity-helicopter-has-made-its-fourth-and-furthest-flight/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb4ae6473819c11e10b3b6209662ea64","ratio":1.50125,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQIFBQAAAAAAAAAAAAAAAgABAwQGEWIFEiQx0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwDSPW2riFyiQzxIGs6iKv5zc/Dle8vURTOSZ0F//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"uVtx0Y7dS","title":"Wild horses and donkeys dig desert wells that boost biodiversity","shortId":"uVtx0Y7dS","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276214-wild-horses-and-donkeys-dig-desert-wells-that-boost-biodiversity/","canonicalUrl":"https://www.newscientist.com/article/2276214-wild-horses-and-donkeys-dig-desert-wells-that-boost-biodiversity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17295dac66b5025b3afb59fc5f5857db","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEAAUSESExBgcUIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAAMBAAAAAAAAAAAAAAAAAAABIjH/2gAMAwEAAhEDEQA/ALK49zokXw3bdb1PNKRi9ksoKcj6gDgk/TxUFJ6nnLkurbsUHBSyU6sNHbXbcqpSpHImo//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"-Y0jH_A4aM","title":"NASA's Parker Solar Probe has gone faster than any spacecraft ever","shortId":"-Y0jH_A4aM","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276358-nasas-parker-solar-probe-has-gone-faster-than-any-spacecraft-ever/","canonicalUrl":"https://www.newscientist.com/article/2276358-nasas-parker-solar-probe-has-gone-faster-than-any-spacecraft-ever/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ef2c1fac58dc33d7fc84ff81104a444","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAARIRITMQUHIiNR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABBAAHAAAAAAAAAAAAAAABAAMEEQUSITGRobH/2gAMAwEAAhEDEQA/AMzlhCd6gwEI3mGixI3fYupE8iH5fm1RpvcAUmPo3BjmG4WkiBLql8KuOaUoWLHbe0cF0PbVRiEt2KQWjWYnoDblf//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"iaPHvMueIk","title":"Billion-year-old microbe had taken first step towards internal organs","shortId":"iaPHvMueIk","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276028-billion-year-old-microbe-had-taken-first-step-towards-internal-organs/","canonicalUrl":"https://www.newscientist.com/article/2276028-billion-year-old-microbe-had-taken-first-step-towards-internal-organs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b75f915bd3f26dce27d41cbb869269f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIEAAMFEQYhEjFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQIAAxIhIjH/2gAMAwEAAhEDEQA/AIngk3DSeN2iqMIsREsX2up2SV24AH5vv53WQ5KTinyMpocNljNdc2l8yNJs6Hv61SlHpru2YlzaisB2f//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gAgKAIQG6","title":"National Recycling Symbols","shortId":"gAgKAIQG6","createdAt":"2021-05-09T18:38:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27009758,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/118830257/National-Recycling-Symbols","canonicalUrl":"https://www.behance.net/gallery/118830257/National-Recycling-Symbols","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26c86296bfbfb58b2694d6c442b1455f","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQREhMxFCFBgZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANvZSnnuCPeA1PIzk8Hj4qeGhajhYzrCdLQ3Pfx7REg//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"QIfgMiPGEK","title":"Your finger can feel the change of a single atom in a material","shortId":"QIfgMiPGEK","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2276384-your-finger-can-feel-the-change-of-a-single-atom-in-a-material/","canonicalUrl":"https://www.newscientist.com/article/2276384-your-finger-can-feel-the-change-of-a-single-atom-in-a-material/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/298dc0ee273f655ffe7611f1d5cfd62d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFERITQQcxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABAxMhMTL/2gAMAwEAAhEDEQA/ANOTbLizPdd2MiCpLaUjcJ48bbHHeQr18FTD/kO5RXnI6rMgqaUUE846OKUqZRr5dMZ24JtL/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AGu0anTNhQ","title":"UN climate chief Patricia Espinosa: We can still turn this around","shortId":"AGu0anTNhQ","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-21T00:00:00.000Z","url":"https://www.newscientist.com/article/0-un-climate-chief-patricia-espinosa-we-can-still-turn-this-around/","canonicalUrl":"https://www.newscientist.com/article/0-un-climate-chief-patricia-espinosa-we-can-still-turn-this-around/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/808e2a3c5a8a0b932df424e195cc15fd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAAABQQBBQAAAAAAAAAAAAAAAQIDBQQREyEGIjFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQARQfD/2gAMAwEAAhEDEQA/AJ7w7jcbLRM+llo6ioxE0265rAu5bt572vvXoT2oi8b7iFVCTNKjI+j6AAwpYq2HbP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"q87B1S3fTF","title":"Don't Miss: Netflix's Jupiter's Legacy features sci-fi parent envy","shortId":"q87B1S3fTF","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-600-dont-miss-netflixs-jupiters-legacy-features-sci-fi-parent-envy/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-600-dont-miss-netflixs-jupiters-legacy-features-sci-fi-parent-envy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd8d6046bb270312b6e04261ee1b2216","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEEgUhgQYTFSJB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8AzjVnLJCrTBkhtxkoUnIxmXjB4Ajmr+M6fR6u3TncTsrFsxP2NqUoskMG/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"knDDHwcbqJ","title":"How to boost your self-awareness and make better decisions","shortId":"knDDHwcbqJ","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-300-how-to-boost-your-self-awareness-and-make-better-decisions/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-300-how-to-boost-your-self-awareness-and-make-better-decisions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3aa384bb659cb4421dd640d2afb26b4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAgUDBQAAAAAAAAAAAAABAAMCBAUREwYVI0FCVIHx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMREkFR/9oADAMBAAIRAxEAPwCDVc+zBXBiZcepkwMggctxnvAF7nofibZTPFhPpETWNtAjiAzuvF2yv//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VjSgEk6XC","title":"The Croods a New Age Visual Development","shortId":"VjSgEk6XC","createdAt":"2021-05-10T06:37:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010477,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/119113607/The-Croods-a-New-Age-Visual-Development","canonicalUrl":"https://www.behance.net/gallery/119113607/The-Croods-a-New-Age-Visual-Development","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a5a03925e5e6e379fd87aed7c3b2560b","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBRITITJBkdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABMQL/2gAMAwEAAhEDEQA/ANjng1J0fE92MYiDZt24HxXSqU04eQD3s9n4iKtRAqz/2Q==","siteTwitter":"@behance","creatorTwitter":"@lucapisanu","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8TTVdGb7o3","title":"Oxygen Express trains deliver supplies as India hit by covid-19 surge","shortId":"8TTVdGb7o3","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2275757-oxygen-express-trains-deliver-supplies-as-india-hit-by-covid-19-surge/","canonicalUrl":"https://www.newscientist.com/article/2275757-oxygen-express-trains-deliver-supplies-as-india-hit-by-covid-19-surge/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/378f7698dbebcd5f194802fc31b7563a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgIDAAIDAAAAAAAAAAAAAQMCBAAFEQcSITEy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQADAQEAAAAAAAAAAAAAAAEAAhEDcf/aAAwDAQACEQMRAD8Ayemjp95rUta51WzVnGAqhfvFs/sDveRiR0kZSrxletrhYClQDgGepESY9+efrGMK5pkTnYqqg+z/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GUBtslI7-y","title":"Male parasitic wasps can detect females inside an infected host fly","shortId":"GUBtslI7-y","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275894-male-parasitic-wasps-can-detect-females-inside-an-infected-host-fly/","canonicalUrl":"https://www.newscientist.com/article/2275894-male-parasitic-wasps-can-detect-females-inside-an-infected-host-fly/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a14c861d638885539f399a5ae4e9a910","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMAAgQRBRJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAREAAgMSUXH/2gAMAwEAAhEDEQA/AMuzeQotIXjrqXgDte42Nn4ZMOSz2x3ESpjkKMsknuOl+SCXk//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"p9ye4jDdZf","title":"Can we finally wipe out malaria with a vaccine 37 years in the making?","shortId":"p9ye4jDdZf","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-23T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-100-can-we-finally-wipe-out-malaria-with-a-vaccine-37-years-in-the-making/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-100-can-we-finally-wipe-out-malaria-with-a-vaccine-37-years-in-the-making/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57d13ae6ad88f82e45f56ce1825ad029","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBSEHQRITIv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAQUBAQAAAAAAAAAAAAAAAQACAwRBERL/2gAMAwEAAhEDEQA/AM9p8txVFuKtkStUQTEtCv6+z4AAabXvXfrvKu15Bq1rU0ElEO8TlGYdBiDreMYw2Ht6Rqq5VjL/AAcX/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ebfPkURbN","title":"Clubhouse comes to Android after more than a year of iOS exclusivity","shortId":"ebfPkURbN","createdAt":"2021-05-09T16:22:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009622,"tagsStr":"tech-news,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T16:15:00.000Z","url":"https://www.theverge.com/2021/5/9/22424399/clubhouse-android-app-release-date-news-features","canonicalUrl":"https://www.theverge.com/2021/5/9/22424399/clubhouse-android-app-release-date-news-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/522f5c0f2422efd77fb809ed620fa3e7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxJSof/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEh/9oADAMBAAIRAxEAPwDR1aNYmlusrHICkerK2vCmIk2XjogbM//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"GpYhx7Unmy","title":"Multiple negative events before birth could lead to poor mental health","shortId":"GpYhx7Unmy","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276018-multiple-negative-events-before-birth-could-lead-to-poor-mental-health/","canonicalUrl":"https://www.newscientist.com/article/2276018-multiple-negative-events-before-birth-could-lead-to-poor-mental-health/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ca4450cae8153689c6f937b723f228e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgEDBBEABgUSISJRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AJu6bzwL2rTRYYeBHZRK6Jt2ZqYCQr1e6SvmYuDycN6FHdONJQzbElQXkq1S+3jjGGKwo5FNjNk//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rwFt0Wi5p","title":"Alien plants: The search for photosynthesis on other worlds","shortId":"rwFt0Wi5p","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-500-alien-plants-the-search-for-photosynthesis-on-other-worlds/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-500-alien-plants-the-search-for-photosynthesis-on-other-worlds/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98dea8179a401a0b9052a48b2bd9945b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQQBAQkAAAAAAAAAAAAAAgABAwQRIQUSFSIxUVSS0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxES/9oADAMBAAIRAxEAPwDNauyL1iF68whAEUZyg5YffJscuj5179FHwa/4z+4/URW+1dMIYKk//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4V4LybkXfq","title":"What the battle between Epic Games and Apple could mean for you","shortId":"4V4LybkXfq","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276965-what-the-battle-between-epic-games-and-apple-could-mean-for-you/","canonicalUrl":"https://www.newscientist.com/article/2276965-what-the-battle-between-epic-games-and-apple-could-mean-for-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1aae4be472431e0805d11dd941338d6b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAAhQQUREhZRk9H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EAB8RAAEEAgIDAAAAAAAAAAAAAAECAwQRBTEAIWFx0f/aAAwDAQACEQMRAD8Am5ZnEUC1KiTEN0yMxCkLz1I8nXfNF2jxnaqntX7jGNKmOMOEJ7Hn0PvJ7F4WNkI6VOWCBsHdlQ7u9UNVz//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OU5BRz9m9b","title":"Owl-like dinosaurs had remarkably good hearing and night vision","shortId":"OU5BRz9m9b","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276926-owl-like-dinosaurs-had-remarkably-good-hearing-and-night-vision/","canonicalUrl":"https://www.newscientist.com/article/2276926-owl-like-dinosaurs-had-remarkably-good-hearing-and-night-vision/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/381f11ffbdca183f88b72771d211e2f3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDBAAFMQYhIkEREhT/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAA0GR/9oADAMBAAIRAxEAPwDDY130v8Tb0i2ostsfVG0b4lthel73zU4/cYRvOGFpjgJEqoKGfFPOM0pRLUF09iNYTP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"10fjR4TuP3","title":"Viking remains lost for more than a century rediscovered in a museum","shortId":"10fjR4TuP3","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2276409-viking-remains-lost-for-more-than-a-century-rediscovered-in-a-museum/","canonicalUrl":"https://www.newscientist.com/article/2276409-viking-remains-lost-for-more-than-a-century-rediscovered-in-a-museum/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa666409c941641ab4ad1bdb928f12b0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERMhBhJS/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAS/9oADAMBAAIRAxEAPwDPLXnjS3FkI8fdtBGh52ZgHdiBrr20QDv52KinvMU00jRYxljLEqOduhvqlKElT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RC7hqsQ0p","title":"AI face analysis can tell if cows and pigs are excited or stressed","shortId":"RC7hqsQ0p","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-23T00:00:00.000Z","url":"https://www.newscientist.com/article/2275395-ai-face-analysis-can-tell-if-cows-and-pigs-are-excited-or-stressed/","canonicalUrl":"https://www.newscientist.com/article/2275395-ai-face-analysis-can-tell-if-cows-and-pigs-are-excited-or-stressed/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7188a26d345ce91f65be6596ef41d888","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQQCAgIDAAAAAAAAAAAAAgEDBBEABQYSEyExMpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBERMU/9oADAMBAAIRAxEAPwDU82zHnj7+rdmuRIgpJlRykIjbxENIwAr9E6+7+LySTwbZyZDr473egLpKaCuyVOtrdekr8xjA9LwKxSj/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZUo1CTvUS","title":"Metadaten – Immer noch zu wenig beachtet","shortId":"ZUo1CTvUS","createdAt":"2021-05-09T14:33:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27009513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:16:36.000Z","url":"https://curius.de/2021/05/metadaten-immer-noch-zu-wenig-beachtet/","canonicalUrl":"https://curius.de/2021/05/metadaten-immer-noch-zu-wenig-beachtet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/967e46b0da063075d93da7986135319e","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAERAgMFEiExMnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAACAzJx/9oADAMBAAIRAxEAPwDBMY5xNxaVspmeCfr71egCqZUnw2/T/9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":6,"description":null,"toc":null,"summary":null},{"id":"A3m5W-zXZD","title":"Frozen cloud of molecules acts as a single quantum object","shortId":"A3m5W-zXZD","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276079-frozen-cloud-of-molecules-acts-as-a-single-quantum-object/","canonicalUrl":"https://www.newscientist.com/article/2276079-frozen-cloud-of-molecules-acts-as-a-single-quantum-object/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43152953fb9585d961f743ec0ed29941","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAAUEAgMAAAAAAAAAAAAAAAECAxEEBQYiEiEUUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAMAAgMAAAAAAAAAAAAAAAECAwBRERLB/9oADAMBAAIRAxEAPwDHcersbpcWuzF3pHnrq7y8dxKZjXWFTrCuz6OSEjCvZ/QAHzkJlmBJ7b8ylqxbhdZ//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"NuguUQGEeN","title":"Fossil shows a shark eating a proto-squid as it ate a crustacean","shortId":"NuguUQGEeN","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2276499-fossil-shows-a-shark-eating-a-proto-squid-as-it-ate-a-crustacean/","canonicalUrl":"https://www.newscientist.com/article/2276499-fossil-shows-a-shark-eating-a-proto-squid-as-it-ate-a-crustacean/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eac80811a46daed501b73bf27e115abf","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAwACAgMAAAAAAAAAAAAAAQIDAAQFERIxgv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAS/9oADAMBAAIRAxEAPwDKtzmtWeqVvClGDAqy08ChHye8k6bcHo7CZXsk9D0MYxtNOKl//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-YlRl1xqfE","title":"We'll soon be able to tell whether you are immune to covid-19","shortId":"-YlRl1xqfE","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-700-well-soon-be-able-to-tell-whether-you-are-immune-to-covid-19/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-700-well-soon-be-able-to-tell-whether-you-are-immune-to-covid-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fdf47f8b2e95f521757bec5d0d6d466","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQAFAxIiQVGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIhEf/aAAwDAQACEQMRAD8AxqJIiLBZn4WLhetQrUFNjuPvyPuSvq9czswnTwCboKtDGMAxZTy1TpP/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gSQ1LOUdvg","title":"Mice on opposite North American coasts evolved the same way","shortId":"gSQ1LOUdvg","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276306-mice-on-opposite-north-american-coasts-evolved-the-same-way/","canonicalUrl":"https://www.newscientist.com/article/2276306-mice-on-opposite-north-american-coasts-evolved-the-same-way/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba824286d05edeb66909d29661ddd2c1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBAUAIREGEhMiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAARESIf/aAAwDAQACEQMRAD8Ai6IuJViiVIrREVJDwbaWAoeJJIPIChx3azfiqakAPqtrYl33JbU2lJ53oFOh8xjATzxDSqn/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5lhb4Redj","title":"A Westbrook Debate, Round 1 Sleepers, and More With Ryen Russillo","shortId":"5lhb4Redj","createdAt":"2021-05-10T05:37:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T05:28:32.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/10/22428282/a-westbrook-debate-nba-sleepers-unbreakable-records-and-lamelo-sliding-doors-with-ryen-russillo","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/10/22428282/a-westbrook-debate-nba-sleepers-unbreakable-records-and-lamelo-sliding-doors-with-ryen-russillo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0be02407b6101e29cc997854deb12bd9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwQABwAAAAAAAAAAAAABAAIDBAUREhMUIjFBgdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRUf/aAAwDAQACEQMRAD8AmhvcFxoi7kNCx7xu+YySO6CAS5w8YHYD0ks1JxX4ttOBk4GzvqIq46DtY5LpoOcJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"F6Qcp4JmP","title":"Ian Eagle on the Nets, Plus Rats and Raccoons Overshadow the Mets’ Winning Streak","shortId":"F6Qcp4JmP","createdAt":"2021-05-10T03:00:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010260,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T02:56:04.000Z","url":"https://www.theringer.com/2021/5/9/22428159/ian-eagle-on-the-nets-plus-rats-and-raccoons-overshadow-the-mets-winning-streak","canonicalUrl":"https://www.theringer.com/2021/5/9/22428159/ian-eagle-on-the-nets-plus-rats-and-raccoons-overshadow-the-mets-winning-streak","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15adba4fca42c95ef8af0624798088e2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQhBRJhETFBUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAMkL/2gAMAwEAAhEDEQA/AMW0ZrEG+tt29K5LgVnEZgk9wPPPNTGpnplECfZlLP2lKBpr8l//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Kc-WbXoRq","title":"Insertable streams for MediaStreamTrack","shortId":"Kc-WbXoRq","createdAt":"2021-05-04T11:15:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"web","views":25,"score":27002658,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://web.dev/mediastreamtrack-insertable-media-processing/","canonicalUrl":"https://web.dev/mediastreamtrack-insertable-media-processing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90da7252cafd19d4e94d175fd8e7aae7","ratio":3.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgABBAMFEQYSEyFBQlFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxEEIWH/2gAMAwEAAhEDEQA/AMroe6TY0uSdGQQlwxDnh8ttF+vt1fXv9zetUd5RZ3P2j5+IinjMUTFOQuUWtrjT73P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rpJ2KEsu4","title":"Hero Frog Kuri (Pegasus)","shortId":"rpJ2KEsu4","createdAt":"2021-05-09T22:41:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010001,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/104347829/Hero-Frog-Kuri-(Pegasus)","canonicalUrl":"https://www.behance.net/gallery/104347829/Hero-Frog-Kuri-(Pegasus)","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c38c6b15db83e284feb72ad63c22d42f","ratio":0.159689745637048,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAA/AAoDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAABAYDBQcI/8QALBAAAgEDAwMCBAcAAAAAAAAAAQIDBAURABIhBhMxUWEHIzJBFBUiJIGRof/EABcBAAMBAAAAAAAAAAAAAAAAAAECAwX/xAAeEQACAgICAwAAAAAAAAAAAAABAgAhAxESEzEy0f/aAAwDAQACEQMRAD8A6OnnBucMa1YTYCXg2ZL5HHP20frMuh7tfblNP+ZV7NRQO3z+3tYhR+oE4wMefcemmyDq3p94Y2S9UzqVBDdz6hjz41jK/ImpRW3cVq2327qbqOuoC1fQLTkBWj2pHuHBKjbnJ8cnPHpomL4XUMcaIlxrAqgAfLTx/Wlektt26Mu9TJJWwl5UeQyAySDlicZYEZ++Bk86khPVE8SS7EbuKHzvbnPPrpOwIdH5IsVayspoZbJc7juN9EEMdUVaKppU3xYY5Zto24JwMnWxwWiyyQRvDGrRsoKssr4IxwRg6TekKKxPfapBcDUTZaJ4j2wkoRjwyKMY5z7601cBQFwFAwANMi2TDjxFfYRWmppbdWzU1LFDI9XloGllVZCc5kC4TgBTkaKhtFWsKK1fcQQoB/cIf92arqjqnbfPw8luANMSrbnBdWIP0kceAM+x/jTFTXWmqKeKaMvskUOuV5wRnTAjZEsMit4n/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"S03mPO03Y","title":"Simple bank shutdown goes awry leaving customers without account access","shortId":"S03mPO03Y","createdAt":"2021-05-09T21:46:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009946,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T21:45:51.000Z","url":"https://www.theverge.com/2021/5/9/22427811/simple-bbva-transition-errors-bank-shutdown","canonicalUrl":"https://www.theverge.com/2021/5/9/22427811/simple-bbva-transition-errors-bank-shutdown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ac1a045d02834441f098e56375e1f79","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEEAAcBAAAAAAAAAAAAAQMCAAQRIQUGEhMiMXFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAIAAQMh/9oADAMBAAIRAxEAPwDb27FcMfbJtURjBzcY9iJkdyAOs6+flRXc5N7zMWKD5Hc2MMj9PUMmlKHNqjy4zzKXan//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"eZmOxaZb-","title":"Dropping cache didn’t drop cache","shortId":"eZmOxaZb-","createdAt":"2021-05-07T18:13:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"twitter","views":56,"score":27007392,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/open-source/2021/dropping-cache-didnt-drop-cache.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/open-source/2021/dropping-cache-didnt-drop-cache.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sHHc-nLVm","title":"Elon Musk’s SpaceX is literally launching a Dogecoin-funded satellite to the Moon","shortId":"sHHc-nLVm","createdAt":"2021-05-09T17:44:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009704,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T17:35:00.000Z","url":"https://www.theverge.com/2021/5/9/22427588/spacex-dogecoin-satellite-doge-1-to-the-moon","canonicalUrl":"https://www.theverge.com/2021/5/9/22427588/spacex-dogecoin-satellite-doge-1-to-the-moon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3b16b44821760d91dc47041194da83a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFBiEREkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhES/9oADAMBAAIRAxEAPwDMsJw+3XvEK64SGWKrpC5vYO5a/XYcjzWlJyWuEPcPhPiIiVT6wZMpyf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KEo1RdMzi","title":"How to Clear Your Cache in WordPress","shortId":"KEo1RdMzi","createdAt":"2021-05-09T17:40:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27009700,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T16:00:40.000Z","url":"https://www.quicksprout.com/how-to-clear-your-cache-in-wordpress/","canonicalUrl":"https://www.quicksprout.com/how-to-clear-your-cache-in-wordpress/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Dh-1MkcJ9","title":"15 Animated Logo Design Concepts","shortId":"Dh-1MkcJ9","createdAt":"2021-05-06T15:37:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27005257,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:31:27.000Z","url":"https://design4users.com/animated-logo-design/","canonicalUrl":"https://design4users.com/animated-logo-design/","image":"https://design4users.com/wp-content/uploads/2021/05/logo-motion-design.gif","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAAECAxESE0FR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDB4Sq4HFxaty3t1jwgAV4d/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bB8s9V835","title":"Stream now: Nicky Romero expands Monocule EP series with second volume","shortId":"bB8s9V835","createdAt":"2021-05-09T16:16:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009616,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T16:12:43.000Z","url":"https://dancingastronaut.com/2021/05/stream-now-nicky-romero-expands-monocule-ep-series-with-second-volume/","canonicalUrl":"https://dancingastronaut.com/2021/05/stream-now-nicky-romero-expands-monocule-ep-series-with-second-volume/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae87bb8691d453993a7ad765e8d4b90d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBiExEjNBUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACYQMREiEx/9oADAMBAAIRAxEAPwDA2eHt10nftdvKkzZAxI6Hq7qEgMPqncHnweauxalwcMSRXaSNcIAspWLYsOSN/dKU1pxFoCFVYH74YX//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DrXMi4YSr","title":"You Can Label a JavaScript `if` Statement","shortId":"DrXMi4YSr","createdAt":"2021-04-30T14:47:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","tweeted":true,"views":1464,"score":26997832,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-01T06:00:00.000Z","discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:29:32.000Z","url":"https://css-tricks.com/you-can-label-a-javascript-if-statement/","canonicalUrl":"https://css-tricks.com/you-can-label-a-javascript-if-statement/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/980fa89c1502a6d2a8399fae065a2095","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAAECAxESEzJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/AMEljyjY++kpUon1+gEmD//Z","siteTwitter":"@CSS","creatorTwitter":"@fimion","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8pKQKveCg","title":"The Radar 141: Mixed by Mindchatter","shortId":"8pKQKveCg","createdAt":"2021-05-09T16:07:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009607,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T16:04:19.000Z","url":"https://dancingastronaut.com/2021/05/the-radar-141-mixed-by-mindchatter/","canonicalUrl":"https://dancingastronaut.com/2021/05/the-radar-141-mixed-by-mindchatter/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2818e0b16917016b2e152068ec542df1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMxIRITQVHw/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDBBIiUWGx/9oADAMBAAIRAxEAPwDEKthRlqV+0rK6P1lt8efvcmL4gSAuuNRERqjOEF3JVLZeYzr14F//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OsetmXTJv","title":"Changing hidden/locked BIOS settings under Linux","shortId":"OsetmXTJv","createdAt":"2021-05-09T16:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27009603,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T15:37:00.000Z","url":"https://hansdegoede.livejournal.com/25413.html","canonicalUrl":"https://hansdegoede.livejournal.com/25413.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8139d06b88dfc2548a85317a01ecbe7e","ratio":2.23048327137546,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECESEDMnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMAum1x5qnrG6ZOuz9AHJD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Uf1h1cADF","title":"Red Rocks Amphitheater reportedly eyeing return to full capacity in July","shortId":"Uf1h1cADF","createdAt":"2021-05-09T15:58:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009598,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T15:57:45.000Z","url":"https://dancingastronaut.com/2021/05/red-rocks-amphitheater-will-allegedly-return-to-full-capacity-in-july/","canonicalUrl":"https://dancingastronaut.com/2021/05/red-rocks-amphitheater-will-allegedly-return-to-full-capacity-in-july/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2e086f6f4abad8f4845d644df905e61","ratio":1.4989939637827,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEBQcSE0EUIcH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDI4PVHIM2TTDjyV7URtUzKiI9EkGD13UbmpFwpxR4LESSY8cH5SlBs1OSuCz//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bDfvqXgeZ","title":"Ray Volpe has us ‘Feeling This Way’ with new Subsidia Records release","shortId":"bDfvqXgeZ","createdAt":"2021-05-09T15:52:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009592,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T15:51:05.000Z","url":"https://dancingastronaut.com/2021/05/ray-volpe-has-us-feeling-this-way-with-new-subsidia-records-release/","canonicalUrl":"https://dancingastronaut.com/2021/05/ray-volpe-has-us-feeling-this-way-with-new-subsidia-records-release/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50edcfeb3c0f3cdd6b22e2c7dae68832","ratio":1.49765990639626,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAQIDAAQRIQUTBhIjMUFC/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQEBAQAAAAAAAAAAAAAAAAECAGH/2gAMAwEAAhEDEQA/AMl5y+s340RC8SeeOIQN7TKZguethrAGCM53r7zVdLvxiRFeYxCRh6mHS2ifn80pRzBfMmWzv//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hPBJVl2LU","title":"NIUNIU family","shortId":"hPBJVl2LU","createdAt":"2021-05-09T14:37:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27009517,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/119034243/NIUNIU-family","canonicalUrl":"https://www.behance.net/gallery/119034243/NIUNIU-family","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a805f7220562ac8083d6223bffb82382","ratio":1.03626943005181,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACEQAAICAAYDAQAAAAAAAAAAAAECAwQABQcREiETMYFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgAEFSFRYf/aAAwDAQACEQMRAD8AupdMrlyaxXo53SW1XPGRfEzcSR1uN/vzBqaTZgqKGzOoxA2J8Td40CyiV2zyaBVimZo+ToOLHoeyP04dUmZqVdmJLGNSST76xRuVQrFgcnghC7n/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"u9n04m9Tf","title":"Watch Elon Musk play Wario, parody SpaceX, and hype dogecoin on Saturday Night Live","shortId":"u9n04m9Tf","createdAt":"2021-05-09T14:12:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009492,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:10:00.000Z","url":"https://www.theverge.com/2021/5/9/22427429/elon-musk-snl-clips-wario-dogecoin-monologue-saturday-night-live","canonicalUrl":"https://www.theverge.com/2021/5/9/22427429/elon-musk-snl-clips-wario-dogecoin-monologue-saturday-night-live","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8d5a096de9646c3aafab056863c31a6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBBAMBAAAAAAAAAAAAAQIDBBEABQYSEwchMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxEhMcH/2gAMAwEAAhEDEQA/AJniXacTX9uyXZzrgXJkNxx1hI4D7fsE3+EDMukaqpl9xrqCuCim+VXRxjCKiTdYp6GexNuFXJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"yHcmO2quZ","title":"A to Z of Figma: Tips & Tricks!","shortId":"yHcmO2quZ","createdAt":"2021-05-09T13:44:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27009464,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:36:32.000Z","url":"https://webdesign.tutsplus.com/tutorials/a-to-z-of-figma-tips-tricks--cms-36837","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/a-to-z-of-figma-tips-tricks--cms-36837","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/36837/preview_image/az-figma-thumb.jpg","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":27,"description":null,"toc":null,"summary":null},{"id":"EKmSBqRUX","title":"SPLASHY!","shortId":"EKmSBqRUX","createdAt":"2021-05-08T02:45:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27007365,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/119006029/SPLASHY","canonicalUrl":"https://www.behance.net/gallery/119006029/SPLASHY","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/006c4253ff813004a30c90647e73ae31","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIRESE0Hw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAbEQEAAgIDAAAAAAAAAAAAAAABAgMABBIhcf/aAAwDAQACEQMRAD8Ap83kp7e6Zc2Euj3bhkHRRGTpeB9qs/kyl2sjCLG41owSFJ8g5HrXbVKVP0BdTGczvF2Z8JoA+g5//9k=","siteTwitter":"@behance","creatorTwitter":"@juliagaldo","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EUy1wp8tx","title":"Expanding Single Page Apps into multiple Browser Windows — Part 2","shortId":"EUy1wp8tx","createdAt":"2021-05-09T02:27:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":173,"score":27009455,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-09T07:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:37:13.000Z","url":"https://itnext.io/expanding-single-page-apps-into-multiple-browser-windows-part-2-2619ab40361d","canonicalUrl":"https://itnext.io/expanding-single-page-apps-into-multiple-browser-windows-part-2-2619ab40361d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2184e8023defde917f5040fb861896c","ratio":2.07826086956522,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQhERMiMnHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/ANDjKZQ6obFBNhPDfJQoyD0K/I9o2W2deoiEqMv/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"s1HMt5gQB","title":"Malcolm Gladwell on ‘The Bomber Mafia’","shortId":"s1HMt5gQB","createdAt":"2021-05-09T13:18:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27009438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T13:13:46.000Z","url":"https://www.theringer.com/2021/5/9/22427417/malcolm-gladwell-on-the-bomber-mafia","canonicalUrl":"https://www.theringer.com/2021/5/9/22427417/malcolm-gladwell-on-the-bomber-mafia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9d9a7a5ac12aed8862121834b9f1c9e","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgMAAgEFAAAAAAAAAAAAAQMCBBEABgUHISIxsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAASEC/9oADAMBAAIRAxEAPwCF9OOwqq9RqeLnUacuzaXqslU/nIQwYP3d5vFZxr11JnBbZLgIFk92ZAzT7/Z444TVGxVT/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TDNIkjJic","title":"Apple Shortcuts is great, but it needs a notification toggle","shortId":"TDNIkjJic","createdAt":"2021-05-09T13:05:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009425,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T13:00:00.000Z","url":"https://www.theverge.com/2021/5/9/22424463/apple-shortcuts-notifications-toggle-user-settings","canonicalUrl":"https://www.theverge.com/2021/5/9/22424463/apple-shortcuts-notifications-toggle-user-settings","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f89dcf7cdb5bdcc73571c78399cf0537","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUDBAMAAAAAAAAAAAAAAAECAwQFBhEHEyEyMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKdvaaR7ltOfX3KpJjOx9wiabZaUR7aSV2Uk1Fn3g/gyHbnxnkAAf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"REmYmNlpK","title":"The Best Camping Gear to Jump-Start Your Adventures","shortId":"REmYmNlpK","createdAt":"2021-05-09T13:04:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009424,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T09:00:00.000Z","url":"https://www.wired.com/gallery/best-camping-gear-and-gadgets/","canonicalUrl":"https://www.wired.com/gallery/best-camping-gear-and-gadgets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b88db56e90fd4bd8b8b538337f52dc01","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAZEAEBAQADAAAAAAAAAAAAAAABABEhMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCO1OBwez2SVnkDX//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"QJ6tipkva","title":"Huge Chinese rocket booster falls to Earth over Arabian Peninsula","shortId":"QJ6tipkva","createdAt":"2021-05-09T13:00:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27009420,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T12:51:58.000Z","url":"https://www.livescience.com/chinese-rocket-booster-long-march-5b-space-junk-crash.html","canonicalUrl":"https://www.space.com/chinese-rocket-booster-long-march-5b-space-junk-crash","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dea7d6389953c28e662bf868d78f7c6c","ratio":1.69491525423729,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACEQMEEgUGITFBYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDRKG4LI0aTmC7ghueTWyCRPHPn30qn6zYZuh16BPWDfqIlWxtPYZUYJ//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"XxnTOIOWu","title":"Google Gets Serious About Two-Factor Authentication. Good!","shortId":"XxnTOIOWu","createdAt":"2021-05-09T11:03:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009303,"tagsStr":"security,google,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T07:00:00.000Z","url":"https://www.wired.com/story/google-two-factor-authentication-default/","canonicalUrl":"https://www.wired.com/story/google-two-factor-authentication-default/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52fa94fca4223d7db47f6e8d321afd82","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABRITITPS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDMXmNXBk6xhcSU8ZinOSzK4lNCxVJrJ5chgLUOp/wa9w+cYyaDsFv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bS16wsvn4","title":"Kulfi Beauty","shortId":"bS16wsvn4","createdAt":"2021-05-09T10:32:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27009272,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/115018679/Kulfi-Beauty","canonicalUrl":"https://www.behance.net/gallery/115018679/Kulfi-Beauty","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f4f118043c2c041c4dad43c6f2c742d","ratio":1.77890724269377,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDBAARIQUGEzEyUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAICAwEAAAAAAAAAAAAAAAECAFEDBBES/9oADAMBAAIRAxEAPwDTZOz48JyNqDcp1vkEFIRFCUseK36HK9fPVUO7YZ5Ts4qJdcd0pVOE+WblwbQDIhNT/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"g7cm1hm-3","title":"Vom Rest das Beste – Woche 18","shortId":"g7cm1hm-3","createdAt":"2021-05-09T06:52:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27009052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T06:33:00.000Z","url":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-18/","canonicalUrl":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-18/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4a783d83133f5d5a4b6845c2ef6fd30","ratio":1.62068965517241,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAURAAYhMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCsdWlVfiFYfL4+k9duit0gtWlsEYQBEoknR1KPoP3fzzmaew9bNXP5KvWZCKFWWrXE78iJkAfnHHCaDLT/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"eZX64kNcY","title":"OnePlus 8T","shortId":"eZX64kNcY","createdAt":"2021-05-09T06:41:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27009041,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/106367667/OnePlus-8T","canonicalUrl":"https://www.behance.net/gallery/106367667/OnePlus-8T","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f501d81477bc925f7ebde9ceb0f139eb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMFERIABAYxB0EhIjL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAECAwQRAEFCcaH/2gAMAwEAAhEDEQA/AKf5N5PUKPUqdBTZVZ9wpzgwGON/1fsMPXza3egzVSrysZHqG5DOciA9gCdKeawxtyZnaNC67UAMVFx9j70XPZ0iU4lsNoSniD3eVY0ewVXs+Z//2Q==","siteTwitter":"@behance","creatorTwitter":"@tavo_studio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LE-XZBmXL","title":"Dogecoin is crashing while Elon Musk is on Saturday Night Live","shortId":"LE-XZBmXL","createdAt":"2021-05-09T04:56:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008936,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T04:52:07.000Z","url":"https://www.theverge.com/2021/5/9/22427006/dogecoin-crashing-elon-musk-snl-host","canonicalUrl":"https://www.theverge.com/2021/5/9/22427006/dogecoin-crashing-elon-musk-snl-host","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bc4522dca86d9f53385259dca7ae370","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBABAAEDAwUAAAAAAAAAAAAAAQACAwQREiETMmJxgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAyEi/9oADAMBAAIRAxEAPwDKm3TRh51tNwFsNfKvR9fJDS0KdN447oiUMb6oLa1J/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rIlmAB834","title":"Code Maze Weekly #76","shortId":"rIlmAB834","createdAt":"2021-05-07T08:34:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"codemaze","views":10,"score":27006557,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-07T08:33:34.000Z","url":"https://code-maze.com/code-maze-weekly-76/","canonicalUrl":"https://code-maze.com/code-maze-weekly-76/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e6cfd6fafa919103bdd340a5fe70c33","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":1,"description":null,"toc":null,"summary":null},{"id":"XHF5JLnQz","title":"Elon’s SNL monologue poked fun at his public persona","shortId":"XHF5JLnQz","createdAt":"2021-05-09T04:39:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008919,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T04:32:34.000Z","url":"https://www.theverge.com/2021/5/9/22426973/elon-musk-snl-monologue-saturday-night-live","canonicalUrl":"https://www.theverge.com/2021/5/9/22426973/elon-musk-snl-monologue-saturday-night-live","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce9c9d06ee47bf17dad7c5a128fa4f68","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAURITEGEhUiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzP1r4O7WW0RW5HjnjR3kEpUsZGMexgggaI+irOOyeRD7lWILEDJ3zxSlCv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mkbIPTX3A","title":"Every other EV brand showed up to Elon Musk’s SNL","shortId":"mkbIPTX3A","createdAt":"2021-05-09T04:23:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T04:22:42.000Z","url":"https://www.theverge.com/2021/5/9/22426978/elon-musk-snl-electric-vehicle-commercials-tesla-saturday-night-live","canonicalUrl":"https://www.theverge.com/2021/5/9/22426978/elon-musk-snl-electric-vehicle-commercials-tesla-saturday-night-live","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5761251097eb040fb9e066ddbb6b4f0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxETITFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ay6torcDTRiDyc+7yXZi7HPcRKP/Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Zk2t12YqG","title":"An out-of-control Chinese rocket has re-entered Earth’s atmosphere","shortId":"Zk2t12YqG","createdAt":"2021-05-09T04:18:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008898,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T04:17:50.000Z","url":"https://www.theverge.com/2021/5/9/22426968/chinese-rocket-re-entered-earth-atmosphere","canonicalUrl":"https://www.theverge.com/2021/5/9/22426968/chinese-rocket-re-entered-earth-atmosphere","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af5bb64764abc2ce6acc6f4336098677","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFERIhEzFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAMBAAMAAAAAAAAAAAAAAAECAwAEESH/2gAMAwEAAhEDEQA/ANUj4KJIxOUl2l8BjupRBsjXEHR7791W3iICW1QxbTFQByZez9NKULblWCr0xysITZ2BUeb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mjDDNKc2n","title":"Don’t Shut Down Voices, and Other Actions for Allies","shortId":"mjDDNKc2n","createdAt":"2021-05-08T23:44:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":3,"score":27008870,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:00:15.000Z","url":"https://code.likeagirl.io/dont-shut-down-voices-and-other-actions-for-allies-9feb4ef3455c","canonicalUrl":"https://code.likeagirl.io/dont-shut-down-voices-and-other-actions-for-allies-9feb4ef3455c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13d0ddde73390e1b9fbf5ec5a0a26021","ratio":1.41725768321513,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwQFBiExERJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AN81bL1TH3NW6i4YS1NWK0CEOxK+rcsD8YdSsB4HnuIisvNv/9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_V8t0Pr0A","title":"Himalaya's Horses","shortId":"_V8t0Pr0A","createdAt":"2021-05-09T02:37:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27008797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/118961937/Himalayas-Horses","canonicalUrl":"https://www.behance.net/gallery/118961937/Himalayas-Horses","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1338a66cebcd25f2030674d7c399f66a","ratio":1.50537634408602,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQMCEQAEBSEGEhMxMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAlGR/9oADAMBAAIRAxEAPwDDK6uSYRg/dN2jq1UYxZMtiwn55vgfhBvIEgnUSLihhLD335SLvn1jGQt1r6KlH//Z","siteTwitter":"@behance","creatorTwitter":"@sankarsridhar","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MrHlVZQ9E","title":"Tommy Cash breaks down the brazen energy that defines his genre-blurring ‘Moneysutra’ EP [Q+A]","shortId":"MrHlVZQ9E","createdAt":"2021-05-09T00:06:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27008646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:02:53.000Z","url":"https://dancingastronaut.com/2021/05/tommy-cash-breaks-down-the-brazen-energy-that-defines-his-genre-blurring-moneysutra-ep-qa-2/","canonicalUrl":"https://dancingastronaut.com/2021/05/tommy-cash-breaks-down-the-brazen-energy-that-defines-his-genre-blurring-moneysutra-ep-qa-2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70a027cb1f2587374ff54b6bb120725d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQMAAhEEBRIhMTJRkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEh/9oADAMBAAIRAxEAPwDBVU0q9A2jFWDnEGp4uQA8gdc5HqUraLsXS4qrFgD2j5ERXAj/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0-XfJUBUY","title":"Illustrations early 2021","shortId":"0-XfJUBUY","createdAt":"2021-05-08T22:41:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27008561,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/118884941/Illustrations-early-2021","canonicalUrl":"https://www.behance.net/gallery/118884941/Illustrations-early-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/690aa6b5ba8e1e4b338e786d04f68c34","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQIDBAARBQYSEyFBB2GB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAIDAAAAAAAAAAAAAAAAAAACETFB/9oADAMBAAIRAxEAPwCA8dzcoQsNchYpA35su6N4o1BA21L44v0B99c5i8WA6sNtNqQFHSSDcjqlKEaFbP/Z","siteTwitter":"@behance","creatorTwitter":"@danielstolle","readTime":null,"description":null,"toc":null,"summary":null},{"id":"bJtIWYQe6","title":"Saturday Night Live with Elon Musk will be live-streamed internationally for the first time","shortId":"bJtIWYQe6","createdAt":"2021-05-08T21:16:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008476,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T21:13:40.000Z","url":"https://www.theverge.com/2021/5/8/22426596/saturday-night-live-elon-musk-live-stream-international-nbc-miley-cyrus","canonicalUrl":"https://www.theverge.com/2021/5/8/22426596/saturday-night-live-elon-musk-live-stream-international-nbc-miley-cyrus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9536b32c44fc1c97c641d4e8f5e16eb0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgABAwQRQSEjMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABwRAQABBAMAAAAAAAAAAAAAAAEAAgMRIQQSsf/aAAwDAQACEQMRAD8AwGxaOGrWODqjKLLgO+dvv1UxXpDiAiy5EzO78e/ERFoE3LOY9LuKdGDwn//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"co0qhCjWn","title":"The Use of Uppercase Sans Serif Typography in Modern Web Design","shortId":"co0qhCjWn","createdAt":"2021-05-08T20:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27008431,"tagsStr":"webdev,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://qodeinteractive.com/magazine/uppercase-sans-serif-typography-in-modern-web-design/","canonicalUrl":"https://qodeinteractive.com/magazine/uppercase-sans-serif-typography-in-modern-web-design/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/823b0e4080c089f87b71118bface92c5","ratio":1.99036918138042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAgMEACEFERJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxExwUH/2gAMAwEAAhEDEQA/AIWpyd3lZFivWDOlWMtCkiKUUkeOx1vX30MmonZ40ZjsgE9YxgRibWXwY7KLEAqRhs55P//Z","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"fZqiY2T4D","title":"Utkarsh Gupta: FOSS Activites in April 2021","shortId":"fZqiY2T4D","createdAt":"2021-05-08T19:44:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27008384,"tagsStr":"open-source,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:30:00.000Z","url":"https://utkarsh2102.com/posts/foss-in-april-21/","canonicalUrl":"https://utkarsh2102.com/posts/foss-in-april-21/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a25b0ce66d554a8fadf8d73d1a034a2e","ratio":0.808080808080808,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMFCP/EAB8QAAMAAgEFAQAAAAAAAAAAAAECAwAEERIxQVFhUv/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACIVEEMfD/2gAMAwEAAhEDEQA/AM2bGxsTs0oVaSwIE0D9AC/r6T35+4Lbuk9qM2uGLMSSFAByc9GrIB+CUAUN549YnCvfmPBjRuepf//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"o5EU8jBDv","title":"Flight Facilities realize 2021 return with ‘Lights Up’ featuring Channel Tres","shortId":"o5EU8jBDv","createdAt":"2021-05-08T18:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27008317,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T18:36:46.000Z","url":"https://dancingastronaut.com/2021/05/flight-facilities-marks-2021-return-with-lights-up-featuring-channel-tres/","canonicalUrl":"https://dancingastronaut.com/2021/05/flight-facilities-marks-2021-return-with-lights-up-featuring-channel-tres/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99b7a524e30585d376a79448c56bc315","ratio":1.65161290322581,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYhEjEyUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACAzH/2gAMAwEAAhEDEQA/AMrNv65t9Yh0O9ga5mYpBNL14DFwuCPXlz3qltg6BIS5sCpbnC3DYHzilKR1gqMXlwb/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QTCTYmKQt","title":"Cheyenne Giles effortlessly merges hip-hop and bass house on Musical Freedom ID, ‘Jump Around’","shortId":"QTCTYmKQt","createdAt":"2021-05-08T18:27:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27008307,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T18:26:30.000Z","url":"https://dancingastronaut.com/2021/05/cheyenne-giles-effortlessly-merges-hip-hop-and-bass-house-on-musical-freedom-id-jump-around/","canonicalUrl":"https://dancingastronaut.com/2021/05/cheyenne-giles-effortlessly-merges-hip-hop-and-bass-house-on-musical-freedom-id-jump-around/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be2bd0c46b7a07e8de2b3be985ec4fbb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFERIhBjFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADETH/2gAMAwEAAhEDEQA/AM28VyWBt8RAX6hzhFkTIrJPIgaPXuop77KTmGK2aMiR39pSgtbkoz6AMn//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lUlwAm719","title":"Go watch how Marvel’s FX team created a new ‘visual language’ for The Falcon and the Winter Soldier","shortId":"lUlwAm719","createdAt":"2021-05-08T18:01:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008281,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T17:55:33.000Z","url":"https://www.theverge.com/2021/5/8/22426341/marvel-disney-fx-falcon-winter-soldier-effects","canonicalUrl":"https://www.theverge.com/2021/5/8/22426341/marvel-disney-fx-falcon-winter-soldier-effects","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef2d6ecc46bbad0590fc26c7fdd4ada3","ratio":1.91052631578947,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgAFBQEAAAAAAAAAAAAAAQIAAwQFEQYSITFBE//EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBBEhQSL/2gAMAwEAAhEDEQA/AM3t+oq1bpcJq7CFKAIwyuFI4PuD7giKGoutb95mx5aLuOFCHgZ67hCHqPp8hJ6hbmmRjHF//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rCeb2x631","title":"Elon Musk on Saturday Night Live, explained","shortId":"rCeb2x631","createdAt":"2021-05-08T15:04:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T15:00:01.000Z","url":"https://www.theverge.com/2021/5/8/22421873/elon-musk-snl-jokes-thud-why","canonicalUrl":"https://www.theverge.com/2021/5/8/22421873/elon-musk-snl-jokes-thud-why","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1da0ba32902f86973da54f6d89e31a90","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAUxBAYREhMUQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAECAxEABCGx8P/aAAwDAQACEQMRAD8AkWaXX2vbiJ5zTRFAkaFekRKeW4AB4PvIOawr2aQOwOqBIOe3n7SlWRsyoxKtV4uVzGLTiz7rP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3n7sBVv9j","title":"E-Book Reader: Onyx BOOX Note3 im Einsatz","shortId":"3n7sBVv9j","createdAt":"2021-05-08T17:39:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27008259,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T17:15:00.000Z","url":"https://svij.org/blog/2021/05/08/e-book-reader-onyx-boox-note3-im-einsatz/","canonicalUrl":"https://svij.org/blog/2021/05/08/e-book-reader-onyx-boox-note3-im-einsatz/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55517f6333250d942767d9a17f163c6a","ratio":1.81488203266788,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMEAAURIQYHEhRB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABMQL/2gAMAwEAAhEDEQA/AKrq+ycdvkW3SLnavauaopeU7IcLjZ8XVIVhvSU7GRo6Pyq2T1RwqTJdfdsEUuOrK1EFSRknJ0DgUpRmC6f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Q_7UYiLHf","title":"How to watch Technoking Elon Musk on SNL","shortId":"Q_7UYiLHf","createdAt":"2021-05-08T17:02:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008222,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T17:00:00.000Z","url":"https://www.theverge.com/2021/5/8/22421504/elon-musk-snl-live-stream-start-time-how-to-watch","canonicalUrl":"https://www.theverge.com/2021/5/8/22421504/elon-musk-snl-live-stream-start-time-how-to-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d8989de89b966a1fc8f3dcf0e736e2c1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIxAAAgECBAcAAAAAAAAAAAAAAQMCAAQFBhEiBxIhMkFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGxEBAAICAwAAAAAAAAAAAAAAAQADAgQFJEH/2gAMAwEAAhEDEQA/AM6LW5hxILuWFc2oTGTIDdvuVKkR6JjI/PAqcOF9y+IcMxugGDnERajbr107qUpailcq8g9yzDwUCf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ed0O3yOgO","title":"Jurassic squid got murdered mid-meal, leaving this epic fossil behind","shortId":"ed0O3yOgO","createdAt":"2021-05-08T14:14:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27008054,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:53:43.000Z","url":"https://www.livescience.com/jurassic-seafood-fossil.html","canonicalUrl":"https://www.livescience.com/jurassic-seafood-fossil.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7bbc45d5115572815106d0507ed50668","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFESEGMRIUsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AyO+358FXBTxxjyJa4SHtpz2FeORVrQB79w1rU2B8REgK/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"a5Bj2hzN-","title":"Coda is a post-apocalyptic fantasy adventure that crosses Fury Road with Lord of the Rings","shortId":"a5Bj2hzN-","createdAt":"2021-05-08T16:04:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T16:00:00.000Z","url":"https://www.theverge.com/22425401/coda-comic-book-fantasy-adventure-post-apocalyptic","canonicalUrl":"https://www.theverge.com/22425401/coda-comic-book-fantasy-adventure-post-apocalyptic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ba7724c6880cc50888d0fb21085a12d","ratio":1.91111111111111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAIQUSBhRR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMEBREhUf/aAAwDAQACEQMRAD8A17zz07yzj2mXPWjKJSWkiwe3Yb+1QoHV5CS1HRJdShhASFkAEk6vGMM3hNPSpwRHjmLklj5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"U0nuODrh4","title":"How to Keep Sprint Planning Efficient","shortId":"U0nuODrh4","createdAt":"2021-05-08T15:57:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27008157,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.viget.com/articles/how-to-keep-sprint-planning-efficient/?ref=webdesignernews.com","canonicalUrl":"https://www.viget.com/articles/how-to-keep-sprint-planning-efficient/?ref=webdesignernews.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/986c2f660abff3ad27da022d6dead214","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgAF/8QAIBAAAQMFAAMBAAAAAAAAAAAAAQIEEQADBRIhEyJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEVH/2gAMAwEAAhEDEQA/ABVxldxOMav8q3PhfW9mpUfS4OGQpJPRIkGj6n8EjaY+g8rB3VJTsdR0CapP6auIB7gbUJ83/9k=","siteTwitter":"@viget","creatorTwitter":"@ryanschaefer41","readTime":8,"description":null,"toc":null,"summary":null},{"id":"_uyOA7J3v","title":"Saturday Night Session 049: Ilan Bluestone reflects on his career defining moments and journey to his sophomore album release, ‘Impulse’","shortId":"_uyOA7J3v","createdAt":"2021-05-08T15:48:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27008148,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T15:47:57.000Z","url":"https://dancingastronaut.com/2021/05/saturday-night-session-049-ilan-bluestone-reflects-on-his-career-defining-moments-and-journey-to-his-sophomore-album-release-impulse/","canonicalUrl":"https://dancingastronaut.com/2021/05/saturday-night-session-049-ilan-bluestone-reflects-on-his-career-defining-moments-and-journey-to-his-sophomore-album-release-impulse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/245eed9d3d8eea0a836c2a9395541243","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQRIQUGEhMVIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADIVEREmH/2gAMAwEAAhEDEQA/AMXtWp2ck/SkrkDB5M01k2dRB3J5GwHu5AAzELvVOnig1OYq4D9RRyH218QhEuuyyhyyuc742fIvUHE//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"gnH9cqkDI","title":"Tesla to pay $750k fine and build solar microgrid system to settle California air quality violations","shortId":"gnH9cqkDI","createdAt":"2021-05-08T15:04:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T14:56:44.000Z","url":"https://www.theverge.com/2021/5/8/22426190/tesla-fine-build-microgrid-system-settle-california-air-quality-violations","canonicalUrl":"https://www.theverge.com/2021/5/8/22426190/tesla-fine-build-microgrid-system-settle-california-air-quality-violations","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/045dfe5e35c1fb14549c83a549636d8a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxESITFCkf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AzolqCvS1NbE9jnI8kFt+IiKLD0//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lEWZd3h__","title":"Framework","shortId":"lEWZd3h__","createdAt":"2021-05-08T14:41:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27008081,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/111940761/Framework","canonicalUrl":"https://www.behance.net/gallery/111940761/Framework","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d53acd0e568d81f946ddfc427f6466aa","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFMQYRFCESUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECA//aAAwDAQACEQMRAD8ArL1utbc1toWuB4GSjrjIwsEEY9jf7WetX8RvVl6QiFHSlM19IAaSAAHFY6pSjcaYhpKP/9k=","siteTwitter":"@behance","creatorTwitter":"@sylvaingaussens","readTime":0,"description":null,"toc":null,"summary":null},{"id":"vNWRAVP7p","title":"Celebrate the weekend with these money-saving tech deals","shortId":"vNWRAVP7p","createdAt":"2021-05-08T14:33:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008073,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T14:30:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/8/22424501/satechi-accessories-ps-plus-memberships-roku-streambar-ipad-pro-m1-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/8/22424501/satechi-accessories-ps-plus-memberships-roku-streambar-ipad-pro-m1-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17aa45681c78c9e4a69d04b7663675d9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDBAAGBREhMUL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEjH/2gAMAwEAAhEDEQA/AMXaJ5OKlta7C7SwWbVhUlmZmMRPQJHo/IC9dj5kNC9sEdGukO1c5HEsahEWx4oA8A7GMYaG8iqlJ8P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"6VIgHW76ng","title":"Is there a pattern to the universe?","shortId":"6VIgHW76ng","createdAt":"2021-05-07T11:56:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006476,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:36:02.000Z","url":"https://www.livescience.com/is-there-pattern-in-universe.html","canonicalUrl":"https://www.space.com/universe-pattern-fractals-cosmic-web","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e64285dc9c98ca91aa895bb52f647911","ratio":1.37614678899083,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMCBAARUQYSITFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAERAAL/2gAMAwEAAhEDEQA/AMgXXooRBtZMCuMgWFsTuB40PfPGWM6tEWSEFVTEEgEVtbHzu8YxhnkWZQsu/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"XQ5FFe_TJ","title":"You can see the International Space Station (and China's Tianhe, too) in the night sky this weekend","shortId":"XQ5FFe_TJ","createdAt":"2021-05-08T14:14:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27008054,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T14:04:29.000Z","url":"https://www.livescience.com/see-china-tianhe-space-station-may-2021-night-sky.html","canonicalUrl":"https://www.space.com/china-tianhe-space-station-may-2021-night-sky","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e18683c05d62a49310cd32329054649","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYiEhNBYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDAAQRIdH/2gAMAwEAAhEDEQA/AMW21PpkwtlnZkd0cngSF6Fyc/PFT5tNtu8+b+BuR5COTB9jIpSnW2moiqwHXgw85BWPBz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"S3m0KVkyq","title":"We may never know the exact toll of the pandemic","shortId":"S3m0KVkyq","createdAt":"2021-05-08T14:01:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008041,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T14:00:00.000Z","url":"https://www.theverge.com/2021/5/8/22424422/pandemic-covid-coronavirus-death-toll-estimate-antivirus","canonicalUrl":"https://www.theverge.com/2021/5/8/22424422/pandemic-covid-coronavirus-death-toll-estimate-antivirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61dd64af757ed4c5ed0b1b44c556a2c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERITITGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAbEQACAgMBAAAAAAAAAAAAAAACBAARAQNBwf/aAAwDAQACEQMRAD8AySenNisrLThtFxLhuQxgE7Y13r6ptnJ24bMsfYHcHluy0edFEQs3uLA2XJayppG6Hvk//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"FQLZx86YC","title":"Cyberattack prompts shutdown of major fuel pipeline in the US","shortId":"FQLZx86YC","createdAt":"2021-05-08T13:51:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008031,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:46:39.000Z","url":"https://www.theverge.com/2021/5/8/22426158/cyberattack-forces-shutdown-major-us-fuel-colonial-pipeline","canonicalUrl":"https://www.theverge.com/2021/5/8/22426158/cyberattack-forces-shutdown-major-us-fuel-colonial-pipeline","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d509ea21d451b2e17b574a64d043064e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAgQREgUhMaHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEBAQEAAAAAAAAAAAAAAAACAQBB/9oADAMBAAIRAxEAPwCXRstiGZ+WsVPF96VWwcqivjXuZhz02bclLNmxPbIuPsRJJqdzhm//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XHHNfYkng","title":"Thorsten Alteholz: My Debian Activities in April 2021","shortId":"XHHNfYkng","createdAt":"2021-05-08T13:10:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27007990,"tagsStr":"security,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T10:50:38.000Z","url":"http://blog.alteholz.eu/2021/05/my-debian-activities-in-april-2021/","canonicalUrl":"http://blog.alteholz.eu/2021/05/my-debian-activities-in-april-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Y-lqBswKk","title":"ZTE Blade 11 Prime review: wireless charging for under $200","shortId":"Y-lqBswKk","createdAt":"2021-05-08T13:06:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007986,"tagsStr":"php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:00:00.000Z","url":"https://www.theverge.com/22425011/zte-blade-11-prime-review-price-specs-screen","canonicalUrl":"https://www.theverge.com/22425011/zte-blade-11-prime-review-price-specs-screen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/821495dcf8bb79735cb6ad99cb8111b6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBBEScQUGIUFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAMAAQUAAAAAAAAAAAAAAAECAwASQVGxwf/aAAwDAQACEQMRAD8AnYup2K9uq6s8xsdEaobknWPUEAHkZ+5VXS7xtR04GaynWNo8TEeuERFq0Z5pqO3pxNOSK7gDjoZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"aPv0yR5tl","title":"Programmerweiterung: Linux Presentation Day 2021.1 am 15.5.","shortId":"aPv0yR5tl","createdAt":"2021-05-08T08:19:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007699,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T08:00:35.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/08/programmerweiterung-linux-presentation-day-2021-1-am-15-5/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/08/programmerweiterung-linux-presentation-day-2021-1-am-15-5/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"xqTJZSoYJ","title":"Why even the studios behind bestselling games shut down","shortId":"xqTJZSoYJ","createdAt":"2021-05-08T13:06:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007986,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:00:00.000Z","url":"https://www.theverge.com/2021/5/8/22412497/press-reset-jason-schreier-video-game-studio-shutdown-book-interview","canonicalUrl":"https://www.theverge.com/2021/5/8/22412497/press-reset-jason-schreier-video-game-studio-shutdown-book-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e186df5ec3145f56f0295f40b8e1719c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABAgYDAAAAAAAAAAAAAAABAAIDBhESITEHQeH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRUf/aAAwDAQACEQMRAD8AjEoGvGM0tshHINzmVIwNHo+qenaIr3KAqZyFWJJ2f//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LkXTukiWn","title":"Microsoft Will Soon Kill Flash on Windows 10 for Good","shortId":"LkXTukiWn","createdAt":"2021-05-08T13:04:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007984,"tagsStr":"security,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T09:00:00.000Z","url":"https://www.wired.com/story/flash-windows-10-peloton-bug-russian-svr-hackers-security-news/","canonicalUrl":"https://www.wired.com/story/flash-windows-10-peloton-bug-russian-svr-hackers-security-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45a16f6f04918f93d508a8c7e74aedaf","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAMAAwEAAAAAAAAAAAABAgMEEQAFBhMUIVL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhIh/9oADAMBAAIRAxEAPwCc8T1216DrouvkmG0hQcTbUVv542VqFAg/nLHD1qpERh4uMpLiErr1kGrF4xkVUcQH/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DuoCRXRMq","title":"Notepad++: Vim-Style-Navigation einrichten","shortId":"DuoCRXRMq","createdAt":"2021-05-08T12:39:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007959,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:03:33.000Z","url":"https://www.tutonaut.de/notepad-vim-style-navigation-einrichten/","canonicalUrl":"https://www.tutonaut.de/notepad-vim-style-navigation-einrichten/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c62e7073e900a46cc507e6fbdc696f3","ratio":1.6738255033557,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQAFEiETQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABURAQEAAAAAAAAAAAAAAAAAAABh/9oADAMBAAIRAxEAPwCuIjynNc2liUlpw8Vc/GDSflHq66vCYmyCQDskmvZjps4xkk4//9k=","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":4,"description":null,"toc":null,"summary":null},{"id":"iOMxFhx0N","title":"Infographic: YouTube By The Numbers","shortId":"iOMxFhx0N","createdAt":"2021-05-08T12:29:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27007949,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:24:07.000Z","url":"https://www.webdesignerdepot.com/2021/05/infographic-youtube-by-the-numbers/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/infographic-youtube-by-the-numbers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f51c4dd1520a8c5285340eddac605c3a","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhEhMRMyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAAECAwQTUZLR/9oADAMBAAIRAxEAPwCwue1HKGjj1BkA1zetGkjybmEKelA4IO47+VpbfL5pII0kzF67qoDN5PY7cmlKO20sWvnymreH/9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"J_3GIPuxr","title":"Microsoft’s 15-Inch Surface Laptop 4 Is a Battery Champion","shortId":"J_3GIPuxr","createdAt":"2021-05-08T12:15:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007935,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T08:00:00.000Z","url":"https://www.wired.com/review/microsoft-surface-laptop-4/","canonicalUrl":"https://www.wired.com/review/microsoft-surface-laptop-4/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1da5b56631cd35e2dfe8e90f7264d16d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUAAwAAAAAAAAAAAAABAAMFAgQREiEGMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABB//EABsRAQACAgMAAAAAAAAAAAAAAAEAAgMEEUHR/9oADAMBAAIRAxEAPwCVgfIWI6Cej3IWOu63t8XLzeXKNhjh+ewpYcACIqppUK5cydvsanCz/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"2ZYyeJx4Z","title":"What’s the Point of Wasps, Anyway?","shortId":"2ZYyeJx4Z","createdAt":"2021-05-08T12:14:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007934,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T08:00:00.000Z","url":"https://www.wired.com/story/whats-the-point-of-wasps-anyway/","canonicalUrl":"https://www.wired.com/story/whats-the-point-of-wasps-anyway/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fcee8959ca494312a4926e9974868224","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgABAxEEITFBwdH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANHLFPJyAOLKmgCIdwtTgbX3q73Vs6o8a8b4iKYz/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vivHZh-bt","title":"ISPs Funded 8.5 Million Fake Comments Opposing Net Neutrality","shortId":"vivHZh-bt","createdAt":"2021-05-08T12:14:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007934,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T08:00:00.000Z","url":"https://arstechnica.com/tech-policy/2021/05/biggest-isps-paid-for-8-million-fake-fcc-comments-opposing-net-neutrality/","canonicalUrl":"https://arstechnica.com/tech-policy/2021/05/biggest-isps-paid-for-8-million-fake-fcc-comments-opposing-net-neutrality/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/25748e2c419e390bd9f67007560ce165","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQIFBQAAAAAAAAAAAAABAgMABAUGESFREhMiQdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQAEEmECESL/2gAMAwEAAhEDEQA/AIpbZpmfLxt2tYQyzd7rXxLEMAobkAM3vfUcVUo8XuGjUlIdSAdg31SlGc8ARtMbk57lS//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"DLk598V3U","title":"What does it take to become an astronaut?","shortId":"DLk598V3U","createdAt":"2021-05-08T11:14:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27007874,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T11:00:35.000Z","url":"https://www.livescience.com/how-to-become-an-astronaut.html","canonicalUrl":"https://www.livescience.com/how-to-become-an-astronaut.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6808768dfdea245ef88f15e98d6e3073","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAQQDAQAAAAAAAAAAAAABAgMABAUREiExB//EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIRA0Fx/9oADAMBAAIRAxEAPwCg/Rs3ksTPDdYqVInjsdSO29hSp3xG9E+EbHRHtRZ7aeV2kkvbl3c8mYydkn00pSgOqbHHezpvfk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cRRqNs0VQ","title":"Want to Grow Your Own Food? Try a Hydroponic Garden","shortId":"cRRqNs0VQ","createdAt":"2021-05-08T11:04:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007864,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T07:00:00.000Z","url":"https://www.wired.com/story/grow-your-own-hydroponic-garden/","canonicalUrl":"https://www.wired.com/story/grow-your-own-hydroponic-garden/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7889d4a9d9f4c129fbc2b79a13c9218e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAJBAAAAUACwEAAAAAAAAAAAAAAAECAwQFBhESFCFBQ1FhkuH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMRIf/aAAwDAQACEQMRAD8AxiplGtS2FJNuPYg9xm+eZn2XAnARtY7Hj6ACSdsaBp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"uYK5cf9YuD","title":"These 5 Great Weighted Blankets Are on Sale Right Now","shortId":"uYK5cf9YuD","createdAt":"2021-05-08T11:04:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007864,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T07:00:00.000Z","url":"https://www.wired.com/story/weighted-blanket-deals-may-2021/","canonicalUrl":"https://www.wired.com/story/weighted-blanket-deals-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1a65c6c644edab4ea9d671465e27048","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAwQRIf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQhMUGBsf/aAAwDAQACEQMRAD8A0dGhEzlDRWzHoLEemSREexRqjMRyajNxO8iRq2lGMAeb7r//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hiCd-x1KI","title":"The Château Grande Hotel Branding","shortId":"hiCd-x1KI","createdAt":"2021-05-08T10:38:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27007838,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/116037027/The-Chateau-Grande-Hotel-Branding","canonicalUrl":"https://www.behance.net/gallery/116037027/The-Chateau-Grande-Hotel-Branding","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39fbbd0830760ab3c0f2bdbfeaad3c65","ratio":1.61476355247982,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMCBAcAAAAAAAAAAAAAAwECEQAEBQYSIQcTFBciQZL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCnz++7y7xiyXfPMMpcUXoXlEPQ7RPLlWyqTBE+az3syMnmfGyIV274t0VJ97q7elKLX//Z","siteTwitter":"@behance","creatorTwitter":"@reachmgmt","readTime":null,"description":null,"toc":null,"summary":null},{"id":"k3m1cmUeW","title":"Machine Learning Systems Book Recommendations – Learn How to Build and Understand ML Systems","shortId":"k3m1cmUeW","createdAt":"2021-05-07T21:11:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":107,"score":27007611,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:07:57.000Z","url":"https://www.freecodecamp.org/news/machine-learning-systems-book-recommendations/","canonicalUrl":"https://www.freecodecamp.org/news/machine-learning-systems-book-recommendations/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1adc5ab3001cd8927d12e202dd9f5b76","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAYBAwUAAAAAAAAAAAAAAAECAwQRBQYHIRITFUGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIRAxIhQVH/2gAMAwEAAhEDEQA/AMrpjVkzFbdxI8hnEOQpffS4pcczfSjqMlUZJq6uuRI8ltoXCY7leqN6vgAJ30r4yRHClDo0v//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@dswharshit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SUWuHfShA","title":"March / April 2021","shortId":"SUWuHfShA","createdAt":"2021-05-08T06:40:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27007600,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/118979749/March-April-2021","canonicalUrl":"https://www.behance.net/gallery/118979749/March-April-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20069ebfa7d30929162f6d4dfbe7e6ad","ratio":0.819672131147541,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQIE/8QAIxAAAgECBgIDAAAAAAAAAAAAAQIDBBEABQYSIjEhQUJR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgIBBQAAAAAAAAAAAAAAAhEAAbEDBCFB0f/aAAwDAQACEQMRAD8AiXVAzrKBHNSVASTmwWTZHZb8Ce3BABIHo4KB0jKBI2cV8BfkYklCql/iBt8AdWxpqKGF6apqLETyIV3g+VBHS/WAkoUVFUSSWAsOvzAekYCDB1z1ay5Snt7slaz5P//Z","siteTwitter":"@behance","creatorTwitter":"@LiliBellons","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NAxuiPx36","title":"7-Zip 21.02 Alpha – bis zu 20 % schneller bei ARM64 Linux und macOS","shortId":"NAxuiPx36","createdAt":"2021-05-08T06:38:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007598,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T06:09:57.000Z","url":"https://www.bitblokes.de/7-zip-21-02-alpha-bis-zu-20-schneller-bei-arm64-linux-und-macos/","canonicalUrl":"https://www.bitblokes.de/7-zip-21-02-alpha-bis-zu-20-schneller-bei-arm64-linux-und-macos/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pwM2oLGKl","title":"Is CSS a Programming Language?","shortId":"pwM2oLGKl","createdAt":"2021-05-07T14:08:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","tweeted":true,"views":436,"score":27007534,"tagsStr":"general-programming,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-07T20:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:56:17.000Z","url":"https://css-tricks.com/is-css-a-programming-language/","canonicalUrl":"https://css-tricks.com/is-css-a-programming-language/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c69ac221df379e060a500c75748372e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIAAwQREyExUWKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQADAQAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDTNuLoMzVblWUNiFWmF04O8qz+vsRJ6Y4j/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4FObt23Zr","title":"Linux Presentation Day 2021.1","shortId":"4FObt23Zr","createdAt":"2021-05-08T05:08:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007508,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T04:48:00.000Z","url":"https://linuxnews.de/2021/05/linux-presentation-day-2021-1/","canonicalUrl":"https://linuxnews.de/2021/05/linux-presentation-day-2021-1/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07a12ca25ef603bf383b637c104a9c59","ratio":1.99152542372881,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFERIhIzFCUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A22Szu7i/bdkHETuCI9pIXkHjVj8FUEOT1iTq9R4alKQf/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wlqKIWpq_","title":"tar::Builder isn’t Send","shortId":"wlqKIWpq_","createdAt":"2021-05-07T16:04:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27006724,"tagsStr":"python,rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:22:13.000Z","url":"https://blog.verbum.org/2021/05/07/tarbuilder-isnt-send/","canonicalUrl":"https://blog.verbum.org/2021/05/07/tarbuilder-isnt-send/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WN34RY8CV","title":"TiVo’s first Android TV dongle also appears to be its last","shortId":"WN34RY8CV","createdAt":"2021-05-08T04:14:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007454,"tagsStr":"tech-news,embedded","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T04:12:13.000Z","url":"https://www.theverge.com/2021/5/8/22425753/tivo-stream-4k-dongle-android-tv-no-more-jon-kirchner","canonicalUrl":"https://www.theverge.com/2021/5/8/22425753/tivo-stream-4k-dongle-android-tv-no-more-jon-kirchner","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f990cc4e581636e671629563393b984","ratio":1.91025641025641,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxEEBSEGMUFxwf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAwQhMVGx/9oADAMBAAIRAxEAPwDDNmQ6bp82VWOEs09j2V8YYqwA5xkd/nmRjsS7e4iNJhqnUV3yE7PSv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MYL-nRPTT","title":"Deploy Cloud Run for Nodejs Projects in Nx Workspace","shortId":"MYL-nRPTT","createdAt":"2021-05-07T20:32:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":22,"score":27007393,"tagsStr":"general-programming,cloud,nodejs,containers,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:32:04.000Z","url":"https://itnext.io/deploy-cloud-run-for-nodejs-projects-in-nx-workspace-ac1611f17f4e","canonicalUrl":"https://itnext.io/deploy-cloud-run-for-nodejs-projects-in-nx-workspace-ac1611f17f4e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f926f82139c2ee5ff4305fa4c30822c1","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMFAAMBAAAAAAAAAAAAAQIDBQAEERIhEyIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREBAQADAQAAAAAAAAAAAAAAAgEAEZEh/9oADAMBAAIRAxEAPwDNyU9GPhdraxTFvcpwQ6UAnUdKvmOgHlQCVgXQHPI2nf21FkOZ/KUqCmfIr3FE27snM//Z","siteTwitter":"@itnext_io","creatorTwitter":"@dale_nguyen","readTime":3,"description":null,"toc":null,"summary":null},{"id":"TPmRN6fmx","title":"Nerd News, Midnight Court, and ‘Jupiter’s Legacy’ With Mark Millar","shortId":"TPmRN6fmx","createdAt":"2021-05-08T02:24:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27007344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T02:18:40.000Z","url":"https://www.theringer.com/2021/5/7/22425778/nerd-news-midnight-court-and-jupiters-legacy-with-mark-millar","canonicalUrl":"https://www.theringer.com/2021/5/7/22425778/nerd-news-midnight-court-and-jupiters-legacy-with-mark-millar","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3ffe10ea04ee81a7756072fe38c4087","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQREgUGFCEiMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAICAwEAAAAAAAAAAAAAAAECABEDBAUx/9oADAMBAAIRAxEAPwDJbDWBGjhQBJVZJA3ltqMj5VDZ8tcPubOCc9QpljVyok7DIzj1SlCu7AWDLHo6uJVQBfLn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_fwwPldsb","title":"In Epic v Apple, everybody is losing at the game of defining games","shortId":"_fwwPldsb","createdAt":"2021-05-08T01:41:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007301,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T01:36:42.000Z","url":"https://www.theverge.com/2021/5/7/22425774/epic-apple-roblox-fortnite-store-game-trial-day-5","canonicalUrl":"https://www.theverge.com/2021/5/7/22425774/epic-apple-roblox-fortnite-store-game-trial-day-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"R41egAV6D","title":"Google Stadia has figured out a way to ditch the fancy gamepad for TV play","shortId":"R41egAV6D","createdAt":"2021-05-08T00:41:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007241,"tagsStr":"google,bluetooth","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:36:54.000Z","url":"https://www.theverge.com/2021/5/7/22425678/google-stadia-controller-bridge-mode-chromecast-google-tv","canonicalUrl":"https://www.theverge.com/2021/5/7/22425678/google-stadia-controller-bridge-mode-chromecast-google-tv","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4529ca5e7ff37cc97073a75841e5ff54","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAwADAAAAAAAAAAAAAQMCBQAEBhExIVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAfEQACAQIHAAAAAAAAAAAAAAABAgADBAURIUFRUtH/2gAMAwEAAhEDEQA/AJvK9+2ba8m2kWM0LrDGK1AHogLEvRIde/Wa5VtlsVmo5nzNiYTl+mIJxjJNi7FrakOMgNB1UxRQUB2I39M//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VsiFI5SrN","title":"I’m putting a WiFi router into a wall charger (Part 0)","shortId":"VsiFI5SrN","createdAt":"2021-05-07T17:57:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":24,"score":27007238,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T01:18:16.000Z","url":"https://machinehum.medium.com/im-putting-a-wifi-router-into-a-wall-charger-part-0-2c1e1a80ccde","canonicalUrl":"https://machinehum.medium.com/im-putting-a-wifi-router-into-a-wall-charger-part-0-2c1e1a80ccde","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89f981ba58e5cf0882e903cc12007fa7","ratio":2.03735144312394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAQSBQYRIUExMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAIDIf/aAAwDAQACEQMRAD8Ag7+1XUId128QvrgPAY1VkkKrkT+sPg86HA6rZDfJGcJYWlkXppCVBc+ngL7SlVnjME//2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"K_F2aVcSQ","title":"Recursion Might Seem Scary – But it Doesn't Have to Be","shortId":"K_F2aVcSQ","createdAt":"2021-05-07T17:10:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":10,"score":27007145,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:59:53.000Z","url":"https://www.freecodecamp.org/news/recursion-doesnt-have-to-be-scary/","canonicalUrl":"https://www.freecodecamp.org/news/recursion-doesnt-have-to-be-scary/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/257fde2c85c5f62125cf9280c152a3b4","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACBREhIgMEFDFhc//EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACBREDcsFz/9oADAMBAAIRAxEAPwCotYYSaqMeeTb6LUYZwMRsSSCToMvTvEeoigiRbM2/AllzUgPNvV//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@yesdavidgray","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ig4xtU4RJ","title":"FDA debuts online billing process for MQSA inspection fees","shortId":"Ig4xtU4RJ","createdAt":"2021-05-07T23:04:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27007144,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T22:56:08.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132329&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132329","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1edb43b743a4be734c800d207d2dea47","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACMQAAAFAwQDAQAAAAAAAAAAAAECAwQFABEhEiJhgRQVMZP/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAIDAAAAAAAAAAAAAAAAAAADElKh/9oADAMBAAIRAxEAPwAB5+P8Vw2dMJ9KPWLvRTE1746EOqU95AlwRnP6QwGpE17c4rEqOFyt9qygbh+GHipYvXQiN3K/6DSSqaVFlsP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"br1D3V9xR","title":"How To Organize Product-Related Assets And Collaborate Better","shortId":"br1D3V9xR","createdAt":"2021-05-07T10:06:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":204,"score":27007128,"tagsStr":"webdev,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-07T12:30:08.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:55:00.000Z","url":"https://www.smashingmagazine.com/2021/05/product-records-organization-collaboration-best-practices/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/product-records-organization-collaboration-best-practices/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e68829a0fd03d684dbc3bd58da83bff","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAARBnEFFCEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAMAAwEAAAAAAAAAAAAAAAECAwARIdH/2gAMAwEAAhEDEQA/ANe4Zx8+Gq37Ml+e2Zz7Co4VVj0h+DXeugOzXQ5fYno1pnroGkjVzpj+kA4xikUUYlu4GrmKqs+DXmf/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"OiZAwYp-Y","title":"Bianca Sciuto","shortId":"OiZAwYp-Y","createdAt":"2021-05-07T22:31:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27007111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118050587/Bianca-Sciuto","canonicalUrl":"https://www.behance.net/gallery/118050587/Bianca-Sciuto","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc35932d9a1237de171ceab70e4bfdf0","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwMDBQAAAAAAAAAAAAACAQMEAAYRBSEjBxRBYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAARIRL/2gAMAwEAAhEDEQA/AJdOujpqtk6TFg2s8NxMDH7qQ8PE8opy5wecEvpPlTSbKjvTH3GYzTTRuEQAKLgUVdkTfxSlCrK1Ef/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CCC7nUKyY","title":"SM1LO are back in the saddle—stream ‘About You’","shortId":"CCC7nUKyY","createdAt":"2021-05-07T22:13:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27007093,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T22:12:03.000Z","url":"https://dancingastronaut.com/2021/05/sm1lo-are-back-in-the-saddle-stream-about-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/sm1lo-are-back-in-the-saddle-stream-about-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/777b922bca2f5e1b5e5d8917f2824896","ratio":1.53609831029186,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwQSITEFESJRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIjH/2gAMAwEAAhEDEQA/AMn6S9C5GrM1LkkjsQiuN/QPB3H2TLsu1rnZ0QMWJPiOYiOekqeUf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pRQt3ylXQ","title":"Listen to what we’ve learned from Epic v. Apple this week","shortId":"pRQt3ylXQ","createdAt":"2021-05-07T21:59:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007079,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:53:40.000Z","url":"https://www.theverge.com/2021/5/7/22424947/apple-v-epic-trial-week-1-vergecast-podcast-451","canonicalUrl":"https://www.theverge.com/2021/5/7/22424947/apple-v-epic-trial-week-1-vergecast-podcast-451","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4a4968d8a8b4a5c7934efee9f9ad65b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBAUAESESE//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAIREAAQIEBwAAAAAAAAAAAAAAAQACAwQRMQUSE7Gy0eH/2gAMAwEAAhEDEQA/AMfiOx4lbYRH4TEmXKS2US17SpnXVAAcPoaB33JlVhXNkoNOySnm/qruMYdLtz1r1srfG4zpQM0gLm4DuQPq/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sg7SUNHF9","title":"Trump Abused the System. Facebook Created It","shortId":"sg7SUNHF9","createdAt":"2021-05-07T21:49:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007069,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T17:45:00.000Z","url":"https://www.wired.com/story/trump-abused-the-system-facebook-created-it/","canonicalUrl":"https://www.wired.com/story/trump-abused-the-system-facebook-created-it/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50f66719aeefbfb9dacaf13b3f527236","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAAFESEGBxNhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AkfbWwmo+O7hKc1pZFuRatpZJy7PA0PyFTz9jj8zDxs70YCJbmCr0AHPQGMYQ1//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5d17y8lbt","title":"Instagram’s head apologizes for bug that deleted activists’ stories","shortId":"5d17y8lbt","createdAt":"2021-05-07T21:43:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007063,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:36:50.000Z","url":"https://www.theverge.com/2021/5/7/22425415/instagram-delete-activist-stories-bug-apology-mmiwg2s","canonicalUrl":"https://www.theverge.com/2021/5/7/22425415/instagram-delete-activist-stories-bug-apology-mmiwg2s","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7cbc25f98c1f6100445ee7c149a7edb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxABAQACAwEAAAAAAAAAAAAAAQIAEQMSIXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAAhAQIx/9oADAMBAAIRAxEAPwDOc2TwsdJasEp3ufmT3QXQwKOtq+4xlV1gMM//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"huGMKSvlW","title":"Paraleven shares dreamy single ‘Lucid,’ signs to Rose Avenue Records","shortId":"huGMKSvlW","createdAt":"2021-05-07T21:32:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27007052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:31:39.000Z","url":"https://dancingastronaut.com/2021/05/paraleven-shares-dreamy-new-single-lucid/","canonicalUrl":"https://dancingastronaut.com/2021/05/paraleven-shares-dreamy-new-single-lucid/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a2b4e457525a09060974a6472efefd7","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAUhBBExBgcUFWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDZ+/vFjutt0SQtM2oZgkEk26nAAHz5nnnFUn7jXSN2R+ngGU7EeSuD+0pUkcADIRepf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xieksXq3-","title":"What would a billionaire do on SNL?","shortId":"xieksXq3-","createdAt":"2021-05-07T21:31:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007051,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:30:00.000Z","url":"https://www.theverge.com/2021/5/7/22424877/elon-must-snl-bingo-game-saturday-night-live","canonicalUrl":"https://www.theverge.com/2021/5/7/22424877/elon-must-snl-bingo-game-saturday-night-live","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/195bb26228d9e1a47a0d32489954c30f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBQYSIRMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwURIf/aAAwDAQACEQMRAD8AyXZ80Vx2uajPXbLYkqHl5cPaOjjj1keh9Kmy7JJIREG4ANyU+JctUdz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"O9g-SJXp6","title":"‘Ah Lord’—Marten Hørger and Donkong reconvene on Confession","shortId":"O9g-SJXp6","createdAt":"2021-05-07T21:24:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27007044,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:21:56.000Z","url":"https://dancingastronaut.com/2021/05/ah-lord-marten-horger-and-donkong-reconvene-on-confession/","canonicalUrl":"https://dancingastronaut.com/2021/05/ah-lord-marten-horger-and-donkong-reconvene-on-confession/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12649e8857aeb0cf784a6959b08b4434","ratio":1.49532710280374,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQIDBBEABQYSITEyQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIS0SGxwf/aAAwDAQACEQMRAD8AwuqbhhQm2YUzXX5MkKBU6iJXCKsXfWj6HnJqejrUVDcTigo2FFhXP724xgK4nHmpZvkone5//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"KFeWweVIt","title":"Google childcare workers ask for commute stipend in new petition","shortId":"KFeWweVIt","createdAt":"2021-05-07T21:20:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007040,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:18:43.000Z","url":"https://www.theverge.com/2021/5/7/22425388/google-childcare-workers-commute-stipend","canonicalUrl":"https://www.theverge.com/2021/5/7/22425388/google-childcare-workers-commute-stipend","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/211a307b3ae84d0845dbea779aee2bb4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAgABAwQREiEkMUGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRITFR/9oADAMBAAIRAxEAPwDF7FqCxOYvRhEs4iTEej0xn8+lDRzY3dS/ERQWUrGU3vp//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yK8StAiq0","title":"Google’s Nest Mini is only $19 at Adorama","shortId":"yK8StAiq0","createdAt":"2021-05-07T21:15:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007035,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:15:03.000Z","url":"https://www.theverge.com/2021/5/7/22425265/google-nest-mini-smart-speaker-deal-sale-adorama","canonicalUrl":"https://www.theverge.com/2021/5/7/22425265/google-nest-mini-smart-speaker-deal-sale-adorama","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92380bdad41049e36a0a5313d62bbc72","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARIRITFEGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAx/9oADAMBAAIRAxEAPwCyy27UsrSWR4TxdwVwhB5GwC/VsgE+gN5l0leWKRo0uWQqkqBscAfMYwlXuoLJN//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LYr9GbJsq","title":"Global survey finds telehealth and AI remain top priorities in post-COVID-19 era","shortId":"LYr9GbJsq","createdAt":"2021-05-07T21:05:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27007025,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:52:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132327&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132327","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46b048019a31a49b4447c7f0c740625a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAiEAEAAgEDAwUAAAAAAAAAAAABAgMRAAQhBRNRBjEygbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAgMAAAAAAAAAAAAAAAAAAQMAAjH/2gAMAwEAAhEDEQA/AJePWYDue5DDTMhktMe/KjzjxjR9vrjYVWTrltpyYLFS3hx9akhZIyVWSOfGgbw71nB8n90uxxGQJSK20z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"4PjiVeSKf","title":"Trendy Web Color Palettes and Material Design Color Schemes & Tools","shortId":"4PjiVeSKf","createdAt":"2021-05-07T20:55:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27007015,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:01:00.000Z","url":"https://www.awwwards.com/trendy-web-color-palettes-and-material-design-color-schemes-tools.html","canonicalUrl":"https://www.awwwards.com/trendy-web-color-palettes-and-material-design-color-schemes-tools.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3aaf375d8f02cd6151a5e55dcda9da84","ratio":1.39939024390244,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAMAAgMAAAAAAAAAAAABAgMEEQAFEgchQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAjEQABAgQGAwAAAAAAAAAAAAABAgMABAURBhITITFBUXGx/9oADAMBAAIRAxEAPwCjGoa2+ul63SlTEeV1FdU9RooA+vjkAA0TYs5LyfBr0mQ6+mdE5dWVjoruib90mr/MYyHrGIJ2nZEsKFiL7gHsjv0IWnWEod0myUgeDb5zH//Z","siteTwitter":"@awwwards","creatorTwitter":"@awwwards","readTime":9,"description":null,"toc":null,"summary":null},{"id":"mWcp-iItc","title":"LODATO invites listeners to step out under the ‘Neon Lights’","shortId":"mWcp-iItc","createdAt":"2021-05-07T20:54:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27007014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:53:44.000Z","url":"https://dancingastronaut.com/2021/05/lodato-invites-listeners-to-step-out-under-the-neon-lights/","canonicalUrl":"https://dancingastronaut.com/2021/05/lodato-invites-listeners-to-step-out-under-the-neon-lights/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20a1c94cb514761df114b4fd29ec4dac","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgMAAwEAAAAAAAAAAAABAgMEAAURIUFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAEQIDEhNR/9oADAMBAAIRAxEAPwCS12129GtAkMtdYkDB4wG5J0eOn1z5ktZjuzWZZGeqC7liBGeDp/cYxM5dC01to//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SccTnIi5B","title":"What Are We Looking Forward to in the Playoffs?","shortId":"SccTnIi5B","createdAt":"2021-05-07T20:16:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006976,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:01:03.000Z","url":"https://www.theringer.com/2021/5/7/22425342/what-are-we-looking-forward-to-in-the-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/7/22425342/what-are-we-looking-forward-to-in-the-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b7c3f7acb50e79832344886fb581830","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEAAURIQYHQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8Anuho62z698jkbXQC3UpwTxWD2ylpQOB+5KnVi7FnYnnsn7jGC7kf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"iYwChG-Bn","title":"Play-in Matchups, Plus the Impact of the Mavericks Missing Porzingis, Nets Missing Harden, and Lakers Missing Davis","shortId":"iYwChG-Bn","createdAt":"2021-05-07T19:17:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006917,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T19:10:18.000Z","url":"https://www.theringer.com/2021/5/7/22425261/play-in-matchups-impact-of-mavericks-missing-porzingis-nets-missing-harden-lakers-missing-davis","canonicalUrl":"https://www.theringer.com/2021/5/7/22425261/play-in-matchups-impact-of-mavericks-missing-porzingis-nets-missing-harden-lakers-missing-davis","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79b8e89dd5df735ecc29dfd051d428aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxESBAUGUSEicv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQMCABH/2gAMAwEAAhEDEQA/AMx49HHrLZJExrMCBiPYGj5s310oI2SMgEyG/lESzkyodat6WBo+9//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LR6RNMFa2","title":"Live Nation has booked twice as many shows for 2022 as it did in 2019","shortId":"LR6RNMFa2","createdAt":"2021-05-07T19:13:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006913,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T19:04:00.000Z","url":"https://dancingastronaut.com/2021/05/live-nation-has-booked-twice-as-many-shows-for-2022-as-it-did-in-2019/","canonicalUrl":"https://dancingastronaut.com/2021/05/live-nation-has-booked-twice-as-many-shows-for-2022-as-it-did-in-2019/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/385bcacba68a273d380079a0d155f46b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABBAECBwAAAAAAAAAAAAADAQIEEQAGIQUHEhMxYZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABsRAAIBBQAAAAAAAAAAAAAAAAEDAAIEEiEx/9oADAMBAAIRAxEAPwCSDUpQTgBgTQhgwwNQwRxEd3XJfVu7zdeqrbJRec/BHle5mm4aNVyqiKx1on1jGBbmntRl3W6gAcRuf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wgYhwZ4PM","title":"Set of posters for FinAwards 2020","shortId":"wgYhwZ4PM","createdAt":"2021-05-07T18:36:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27006876,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/105973227/Set-of-posters-for-FinAwards-2020","canonicalUrl":"https://www.behance.net/gallery/105973227/Set-of-posters-for-FinAwards-2020","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/797588a3cf4b96e717282ee8074c9e5f","ratio":0.942760942760943,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgX/xAAjEAACAgICAQQDAAAAAAAAAAABAgMRBAUABjEHEhMVISKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEjH/2gAMAwEAAhEDEQA/AKPWO39ghIx0+vyde7/plOWaQWBbVdH8mwCeG9t6o4WFtc3EbI38jQTPEXE/tDFWIugKHjwOG+p7HLXOTHEx+GJmCJQoAEAD+DgzZqJtllyy20jyuzG/JJJPCr0ybXYQzan/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MCxm5ZaNS","title":"Grit, Grudges, and Gurus: What to Make of the Rangers’ Shocking Week, and the Team’s Future","shortId":"MCxm5ZaNS","createdAt":"2021-05-07T19:10:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T19:05:16.000Z","url":"https://www.theringer.com/2021/5/7/22425166/nhl-rangers-firings-statement-james-dolan-tom-wilson","canonicalUrl":"https://www.theringer.com/2021/5/7/22425166/nhl-rangers-firings-statement-james-dolan-tom-wilson","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81c4298962dd9100f08c4b2adbedd22a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAABAwQCAwAAAAAAAAAAAAADAQIEAAYRMRIhBRRB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARMf/aAAwDAQACEQMRAD8Aotj2/IT4qSziISNE6couldyeTljO9pUgwXSUbCNvGaxHIjkagUXGfm6UpxJ11rpqQXzf/9k=","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"JsSaYGhG_","title":"Impossible Foods eyes schools for new customers","shortId":"JsSaYGhG_","createdAt":"2021-05-07T19:05:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006905,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:58:49.000Z","url":"https://www.theverge.com/2021/5/7/22425006/impossible-foods-burgers-school-lunch-marketing-kids","canonicalUrl":"https://www.theverge.com/2021/5/7/22425006/impossible-foods-burgers-school-lunch-marketing-kids","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb284e20cbb2f76197c689451ab3482d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAABBAIDAQAAAAAAAAAAAAABAgMEEQAFBhIhFP/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQADEQUSISNR/9oADAMBAAIRAxEAPwCJK5m7ooEZ6JqtYHVsIcU4GiFHqmhZJIsCgPPKy5B5bv5UGPIS/AbDzaXAj5Ceti6vv7jGQ6npktmMkJTRuAni/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3z13OvpZY","title":"Medo gets FDA clearance for AI thyroid software","shortId":"3z13OvpZY","createdAt":"2021-05-07T19:05:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27006905,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:55:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132324&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132324","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee762c9c18225670e688a90c377808d6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMI/8QAIRAAAgEDBQADAAAAAAAAAAAAAQIDBAYRAAUSIUEUMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECACEDEUFh/9oADAMBAAIRAxEAPwCFj3VNuNTW0u5SxzypwCSswUozZwx6yQPdLNJMjUkBaaJyUUlg/R6+9ZaaNDZO6SFFMiVOVbHaniOwfNNNsIgtraQFUD4kPn4GrMoL1Wh5AQhb7P/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"WDOJVVMyY","title":"Boombox Cartel turns in highly anticipated joint effort with J.I.D., ‘Reaper’","shortId":"WDOJVVMyY","createdAt":"2021-05-07T19:04:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006904,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:59:09.000Z","url":"https://dancingastronaut.com/2021/05/boombox-cartel-turns-in-highly-anticipated-joint-effort-with-j-i-d-reaper/","canonicalUrl":"https://dancingastronaut.com/2021/05/boombox-cartel-turns-in-highly-anticipated-joint-effort-with-j-i-d-reaper/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/582e35d4b565acde59f2597270435368","ratio":1.50146627565982,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxExBBNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8AzQwD8WvFYBXbZ3IdTeCIgba/MDl//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"9DPFCHue1","title":"Gargantuan Chinese rocket core will slam through the atmosphere on Saturday, officials predict","shortId":"9DPFCHue1","createdAt":"2021-05-07T18:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006899,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:53:35.000Z","url":"https://www.livescience.com/chinese-rocket-uncontrolled-reentry-2021-eta-date.html","canonicalUrl":"https://www.livescience.com/chinese-rocket-uncontrolled-reentry-2021-eta-date.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2fc368da6147ef127894a800a9088ef4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgMAAwEBAAAAAAAAAAAAAQMCBBEAEiEFof/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDE//aAAwDAQACEQMRAD8A2ifp01UYWHBprzUyXYRHaBXAzIzfdAOfucmtJlqsqwqMQtsAyPY+4Ro3jji62Fhc6oT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VrTuFytJ8","title":"Gustavo Mota and Naizon join forces for newest output, ‘What The Funk’","shortId":"VrTuFytJ8","createdAt":"2021-05-07T18:45:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:44:45.000Z","url":"https://dancingastronaut.com/2021/05/gustavo-mota-and-naizon-join-forces-for-newest-output-what-the-funk/","canonicalUrl":"https://dancingastronaut.com/2021/05/gustavo-mota-and-naizon-join-forces-for-newest-output-what-the-funk/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe9baa342afd2f8cf522d784d5da63a8","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAIBBQEAAAAAAAAAAAABAgMEBQARIQYSExShov/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQFERIhwf/aAAwDAQACEQMRAD8Ah13VyKibG9JwPxIqCz3qbO9E7JSCePmW3bCmU4tQpoZBJO/Gef1jGKvp3VwynRNUmFjW45LJ3oD2v//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"xe2EMaexx","title":"Deathpact unleashes surprise EP ‘SPLIT // PERSONALITY PT.02’","shortId":"xe2EMaexx","createdAt":"2021-05-07T18:36:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006876,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:35:56.000Z","url":"https://dancingastronaut.com/2021/05/deathpact-unleashes-surprise-ep-split-personality-pt-02/","canonicalUrl":"https://dancingastronaut.com/2021/05/deathpact-unleashes-surprise-ep-split-personality-pt-02/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49e9e81655721c9750cb0a011b94120b","ratio":1.77690972222222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDBAAFEhEGBwgTFCEiMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AlcQt26XensfaoLkiO1C5Tii0rDzW8NSCD7xAH2tYqitKUVYDudaUoP/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ji0b363Za","title":"Tank Diaries: Tank, Tank and Tank, Tank, Tank","shortId":"ji0b363Za","createdAt":"2021-05-07T18:18:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006858,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:11:50.000Z","url":"https://www.theringer.com/nba/2021/5/7/22425030/tank-diaries-oklahoma-city-thunder","canonicalUrl":"https://www.theringer.com/nba/2021/5/7/22425030/tank-diaries-oklahoma-city-thunder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b7dc17de8686260640650db74ca2480","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQMEAwAAAAAAAAAAAAABAgMABBEGEyEiMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADBAUhQrGy/9oADAMBAAIRAxEAPwCv1MGsYrCeHbzcnD9OxKZK8+hz9qojjDxqx8sAaUqBkIowaiByPlY9drvqFqsdgq9tP//Z","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"SnU3T9Qqr","title":"Bootstrap 5 Stable - World's most popular framework based on vanilla JavaScript","shortId":"SnU3T9Qqr","createdAt":"2021-05-07T18:18:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006858,"tagsStr":"javascript,css,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:12:00.000Z","url":"https://getbootstrap.com","canonicalUrl":"https://getbootstrap.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a6a44ab9b3076aa9f89a684247f0fe0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIEAAURIUEDBhMxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEx/9oADAMBAAIRAxEAPwDQHbNmlxGuLSrxLljrSWZA5I8QBIwN86+DXqqdQQoGc45NKVS1zYxZuxMdYkz/2Q==","siteTwitter":"@getbootstrap","creatorTwitter":"@getbootstrap","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Lag_uLFuq","title":"Verizon and T-Mobile want your business more than ever right now","shortId":"Lag_uLFuq","createdAt":"2021-05-07T18:16:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006856,"tagsStr":"tech-news,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:12:00.000Z","url":"https://www.theverge.com/2021/5/7/22425022/verizon-t-mobile-att-phone-promotion-magenta-max-5g-c-band","canonicalUrl":"https://www.theverge.com/2021/5/7/22425022/verizon-t-mobile-att-phone-promotion-magenta-max-5g-c-band","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a05fec2b503ce7ee2f88e81eabbcf5d0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQMCBBEAIUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEDERL/2gAMAwEAAhEDEQA/ANBrUnNZWsQusWpIyaYxiYt0+yRoz50DausmRMgEnxnOcJpN7WnhT//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"d4pm66BQb","title":"Pfizer's FDA Request, Vaccine Diplomacy, and More News","shortId":"d4pm66BQb","createdAt":"2021-05-07T17:59:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006839,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:56:00.000Z","url":"https://www.wired.com/story/pfizer-fda-request-vaccine-diplomacy-coronavirus-news/","canonicalUrl":"https://www.wired.com/story/pfizer-fda-request-vaccine-diplomacy-coronavirus-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6311b45b918df6044a9931d61dcb9f7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAECAwQFBhEhFUFSkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAiER/9oADAMBAAIRAxEAPwCUxYVvyKS5KdiLUpbZqVleyz5Mi18MYLhaX1BbABNW9gJ2MYinBk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IJrDyw_ZM","title":"Pfizer/BioNTech take first step toward full approval for COVID-19 vaccine","shortId":"IJrDyw_ZM","createdAt":"2021-05-07T17:44:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T17:25:42.000Z","url":"https://www.livescience.com/pfizer-applies-full-approval-covid-vaccine.html","canonicalUrl":"https://www.livescience.com/pfizer-applies-full-approval-covid-vaccine.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c61e7e51a64da65505bc150df6a43386","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFERIGYSEiUWL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQADAQEAAAAAAAAAAAAAAAEAAgMEEf/aAAwDAQACEQMRAD8Ana+bXWAtdvmhmGpxvZp1Zypv8eudSfoORWBzmMtLikmJdXSCRukskK7BK8+e6UqeXZoVCBwrZ9Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vBNTryGMa","title":"Google goes nuclear against Roku by adding YouTube TV to the main YouTube app","shortId":"vBNTryGMa","createdAt":"2021-05-07T17:36:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006816,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T17:30:00.000Z","url":"https://www.theverge.com/2021/5/7/22425035/google-youtube-tv-roku-app-feud","canonicalUrl":"https://www.theverge.com/2021/5/7/22425035/google-youtube-tv-roku-app-feud","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c18cf5f1560453c121d3f763f3f199f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQMAAgRxESGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AzcnMSnGapmElzL9Vba1hamgDx6DJgdxECiv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"k8PRQEi0Q","title":"Watch — and hear — NASA’s Ingenuity copter zip around on Mars","shortId":"k8PRQEi0Q","createdAt":"2021-05-07T16:56:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006776,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:50:27.000Z","url":"https://www.theverge.com/2021/5/7/22424821/nasa-ingenuity-mars-perseverance-video-audio-helicopter","canonicalUrl":"https://www.theverge.com/2021/5/7/22424821/nasa-ingenuity-mars-perseverance-video-audio-helicopter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60643094e47fb28296bad5b18c688ca7","ratio":1.90810810810811,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAHxAAAgECBwAAAAAAAAAAAAAAAAEDAgQREhMVIXKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ALd9Oll1KvTPcblcKaXDuwCVzkkVb//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sRA4khlot","title":"Tile’s trackers will work with Amazon’s Sidewalk network starting June 14th","shortId":"sRA4khlot","createdAt":"2021-05-07T16:50:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006770,"tagsStr":"bluetooth","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:41:56.000Z","url":"https://www.theverge.com/2021/5/7/22424837/tile-amazon-sidewalk-support-release-date-2021-bluetooth-tracking-airtags","canonicalUrl":"https://www.theverge.com/2021/5/7/22424837/tile-amazon-sidewalk-support-release-date-2021-bluetooth-tracking-airtags","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6153f3c7e359e55ef4e175ee846be3b4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAHRAAAgIDAAMAAAAAAAAAAAAAAgMBEQAEEgUxMv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIABBFRgf/aAAwDAQACEQMRAD8ArvFamiAtEWyGm12oAA0guF0PVxP1PU+7rMjtwVOYuBcUAUjcum5qcYwVJI7KLChWGNT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"h8iGzp3zu","title":"The chip shortage is making cars more expensive","shortId":"h8iGzp3zu","createdAt":"2021-05-07T15:59:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006719,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:57:07.000Z","url":"https://www.theverge.com/2021/5/7/22423479/semiconductor-shortage-new-car-truck-prices-sales","canonicalUrl":"https://www.theverge.com/2021/5/7/22423479/semiconductor-shortage-new-car-truck-prices-sales","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de7a88c47c1fb728cbd27b12d860a45c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFETFBBiEiYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJYIK6+DULun10pzyajDWLR8qrA8H10Nu+frbN9dMrMoZkZmI3JaRyT+/LGMK//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"t1BrLcV5v","title":"WhatsApp relaxes deadline for accepting its new privacy policy","shortId":"t1BrLcV5v","createdAt":"2021-05-07T15:54:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006714,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:52:51.000Z","url":"https://www.theverge.com/2021/5/7/22424769/whatsapp-privacy-policy-deadline-controversy-functionality","canonicalUrl":"https://www.theverge.com/2021/5/7/22424769/whatsapp-privacy-policy-deadline-controversy-functionality","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49ef25b7c1d7b9feb73ac6278abeece5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFEhMGITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAhEQABAwEJAAAAAAAAAAAAAAABAAIRIQQGEhMjJEGBsf/aAAwDAQACEQMRAD8AjMneR4kazrGVSXUtNNyG1dTjCUGjxKRVqBok2T+38ynaDxQzdDrZSW9CkPxm3QlepC1DkkGirsFn39oXjGNvBtsGTSZnqngUS2abAW8lf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"mNwMzSyvq","title":"After Xbox testimony, Apple tells Microsoft to put up or shut up","shortId":"mNwMzSyvq","createdAt":"2021-05-07T15:54:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006714,"tagsStr":"tech-news,apple,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:50:22.000Z","url":"https://www.theverge.com/2021/5/7/22424668/epic-apple-antitrust-lawsuit-microsoft-xbox-profitability-lori-wright","canonicalUrl":"https://www.theverge.com/2021/5/7/22424668/epic-apple-antitrust-lawsuit-microsoft-xbox-profitability-lori-wright","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f92e3ffee8e79c2ba525c1a4c62220b4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAREiEiQVEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAQEBAQEBAAAAAAAAAAAAAAECAwAEIf/aAAwDAQACEQMRAD8Azpq0hLqQMQ26lsA8hcpFle3Gu+qnSJykvuJzlaURqQQPvlKUZjJVo8J5s5rWpT4B3//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KGocPz_Yr","title":"Github: Github Actions overview and ArgoCD deployment example","shortId":"KGocPz_Yr","createdAt":"2021-05-07T08:24:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":41,"score":27006707,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:24:13.000Z","url":"https://itnext.io/github-github-actions-overview-and-argocd-deployment-example-b6cf0cf6f832","canonicalUrl":"https://rtfm.co.ua/en/github-github-actions-overview-and-argocd-deployment-example/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3990ad287c805e337c7bf0252f2cddd","ratio":3.7037037037037,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAsDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGhAAAgIDAAAAAAAAAAAAAAAAAAECMREhYv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDU0oLNy30y1SAA/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"EdzKVg075","title":"Was a humongous Cascadia earthquake just one of many?","shortId":"EdzKVg075","createdAt":"2021-05-07T15:44:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:32:36.000Z","url":"https://www.livescience.com/1700-earthquake-sequence-cascadia.html","canonicalUrl":"https://www.livescience.com/1700-earthquake-sequence-cascadia.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a7584348fcf6baa4af38181bdc6239e","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQAEBRIhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAwADAAAAAAAAAAAAAAAAAAECBCIj/9oADAMBAAIRAxEAPwDOtOGObYUzLaGMsVHlm6vLDgtxhaSw9T6LZrr5jGOQutEoWqP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IZi_KJfdz","title":"The Longing is deliberately slow and tedious, but I can’t stop playing","shortId":"IZi_KJfdz","createdAt":"2021-05-07T15:41:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006701,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:37:18.000Z","url":"https://www.theverge.com/2021/5/7/22424511/the-longing-nintendo-switch-steam-pc","canonicalUrl":"https://www.theverge.com/2021/5/7/22424511/the-longing-nintendo-switch-steam-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45f1534a778ee797a3a45bf22a4ce2b4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIhAAMEBRETFSJB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AM56fa3cXr41lEDO5c3DJj1wYq3cclvJrkmTA+UpRobMLl//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KEm4-9HkA","title":"Taplytics No-Code Web A/B Testing Solution","shortId":"KEm4-9HkA","createdAt":"2021-05-07T15:36:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006696,"tagsStr":"startup,testing,nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:27:00.000Z","url":"https://taplytics.com/cross-platform-code-free-visual-experimentation-for-web/","canonicalUrl":"https://taplytics.com/cross-platform-code-free-visual-experimentation-for-web/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/518fdef1aae9ec6560dfdbc0721c6e2e","ratio":1.89973614775726,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBQYhMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABAwQFEiL/2gAMAwEAAhEDEQA/AJet9o4jhaca2euR35pq6AyS2PTAaLAFCN5kWOSWaxLKlClEjsWCKjaUE70PPzGMTUox2J0lxMY9Ov/Z","siteTwitter":"@taplytics","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZyVa69hF_","title":"The Amazon union vote is being appealed, and the hearing begins today","shortId":"ZyVa69hF_","createdAt":"2021-05-07T15:32:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006692,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:27:00.000Z","url":"https://www.theverge.com/2021/5/7/22423366/amazon-union-election-appeal-hearing","canonicalUrl":"https://www.theverge.com/2021/5/7/22423366/amazon-union-election-appeal-hearing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9319bc8b846b37217c2734dd20f4ce3a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFIRFBYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Az5BkK9ek6vYx0FiSTbJy57Xxk66PBHhCl179REgf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"fnISSUfMN","title":"Microsoft reportedly shelves Windows 10X, its Chrome OS competitor","shortId":"fnISSUfMN","createdAt":"2021-05-07T15:27:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006687,"tagsStr":"microsoft,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:22:19.000Z","url":"https://www.theverge.com/2021/5/7/22424700/microsoft-windows-10-x-canceled-rumors","canonicalUrl":"https://www.theverge.com/2021/5/7/22424700/microsoft-windows-10-x-canceled-rumors","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/543f4bb0f8dd9fb0e64a53895211edf6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFIREUQTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAABEBACH/2gAMAwEAAhEDEQA/AMjGBwVzZ4aBMc0UxaPsTrOxMwMZJAHxeTv2oy8xUSXk6xOyxrIwUHZA51v2lKqxyQ5v/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lcsrRR5EP","title":"The Aaron Rodgers 2021 Offseason Tracker","shortId":"lcsrRR5EP","createdAt":"2021-05-07T15:21:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006681,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:09:43.000Z","url":"https://www.theringer.com/nfl/2021/5/7/22424599/aaron-rodgers-offseason-tracker-timeline-packers-jeopardy","canonicalUrl":"https://www.theringer.com/nfl/2021/5/7/22424599/aaron-rodgers-offseason-tracker-timeline-packers-jeopardy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c88980b5222e83362dc545bfb90402b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABBESISIFExRBUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMEEf/aAAwDAQACEQMRAD8An7nrs1hb20UXeCzHVxnZQmFIwAPwZ++6kfJWTmySam3OJWA3pSouukgTBdl0bPDP/9k=","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"dKVnpX0LN","title":"Epic v. Apple and the Plan to Avoid ‘Looking Like the Baddies’","shortId":"dKVnpX0LN","createdAt":"2021-05-07T14:55:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006655,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:47:00.000Z","url":"https://www.wired.com/story/epic-games-plan-paint-itself-as-good-guy/","canonicalUrl":"https://www.wired.com/story/epic-games-plan-paint-itself-as-good-guy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0222541ed1723b57adfc281175719d1","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDBAAFIREGEhMUIyUxQlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCAl8nc9hLgwHO5OPKkNLWFJITvDQYx91rWLsFnlKVIdZllx08RXWR5OT6UpSAIMWpf/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"kxJrXtITw","title":"Everything You Need to Know About the Aaron Rodgers–Green Bay Standoff","shortId":"kxJrXtITw","createdAt":"2021-05-07T14:51:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006651,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:47:27.000Z","url":"https://www.theringer.com/nfl/2021/5/7/22424695/everything-you-need-to-know-about-the-aaron-rodgers-green-bay-standoff","canonicalUrl":"https://www.theringer.com/nfl/2021/5/7/22424695/everything-you-need-to-know-about-the-aaron-rodgers-green-bay-standoff","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/470aa23dbc325365157308a944d32f94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMAAgQhERITFAYxYf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/AM38buU9F1XUXTxW1bBsJBJA9H5mQLh6+dmlssDcdACcZiIQ2IX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"m1bm3F56a","title":"Tesla privately admits Elon Musk has been exaggerating about ‘full self-driving’","shortId":"m1bm3F56a","createdAt":"2021-05-07T14:48:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006648,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:46:57.000Z","url":"https://www.theverge.com/2021/5/7/22424592/tesla-elon-musk-autopilot-dmv-fsd-exaggeration","canonicalUrl":"https://www.theverge.com/2021/5/7/22424592/tesla-elon-musk-autopilot-dmv-fsd-exaggeration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/381982fa408bd25639eae56c76a499ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFERMWISIxMkHS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAEA/ASITH/2gAMAwEAAhEDEQA/AMiW6VduuEiRSzmRGo9TA7MWDFg+fIELj1Fjcs9ekIQBxww+YQi1RYu+Tkd7hrACqoG+T//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YsMr8vJH6","title":"CROP","shortId":"YsMr8vJH6","createdAt":"2021-05-07T14:32:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27006632,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118133323/CROP","canonicalUrl":"https://www.behance.net/gallery/118133323/CROP","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c8bf07b1d1e37423d8e3c9ec8687614","ratio":1.91256830601093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAxEEBQYUITL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDWsDShyMcxkmkZ3KrB6pQPaUZGT8yTt78MiKwf/9k=","siteTwitter":"@behance","creatorTwitter":"@layer_design","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5XzMFdJzd","title":"Evanka Osmak 20 Questions: On Sportsnet, civil engineering and living on Swiss Chalet","shortId":"5XzMFdJzd","createdAt":"2021-05-07T14:31:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27006631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://theathletic.com/2572271/2021/05/07/evanka-osmak-sportsnet-20-questions-swiss-chalet/","canonicalUrl":"https://theathletic.com/2572271/2021/05/07/evanka-osmak-sportsnet-20-questions-swiss-chalet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e168021c1a89544f8129b1005472c48","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIEAAMFESEGFEESEyJCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8A2is01xWZtPDFylvJbOEzZpVfyCckC3NjzjMTOGOpdxN27iniR1HtgqUCE3x6/IQgVA2SdoT/2Q==","siteTwitter":"@TheAthletic","creatorTwitter":"@SeanFitz_Gerald","readTime":null,"description":null,"toc":null,"summary":null},{"id":"S8ZLOytHk","title":"These art collectors are making their own metaverse through games","shortId":"S8ZLOytHk","createdAt":"2021-05-07T14:06:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006606,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:00:00.000Z","url":"https://www.theverge.com/22423359/art-collectors-metaverse-dslcollection","canonicalUrl":"https://www.theverge.com/22423359/art-collectors-metaverse-dslcollection","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fca728a375787586bb33e31ce403a6cf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQREgUGIQf/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAJREhP/2gAMAwEAAhEDEQA/AL9mk+L6rV4lr4DVmjbK8uhy7UtJ0Bz56M5C1MdaoAAaIiXq9CwsP//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xfp0bG1LD","title":"PSA: you’ve only got a few more weeks to upload unlimited pictures to Google Photos for free","shortId":"xfp0bG1LD","createdAt":"2021-05-07T14:06:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006606,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:01:32.000Z","url":"https://www.theverge.com/2021/5/7/22424528/google-photos-storage-limit-date-15gb-cap-deadline","canonicalUrl":"https://www.theverge.com/2021/5/7/22424528/google-photos-storage-limit-date-15gb-cap-deadline","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/929350929d5f9ba4ca5c8b48ba998973","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBhEHIjFCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAMhEf/aAAwDAQACEQMRAD8Au7F0ula6dVZpKtczPBKzSNEpZj3eTx8GYRHSgMaEq3JA9sYwrsJ5Hq1Kf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U1FuYMINK","title":"Investment Scammer John Davies Reinvents Himself?","shortId":"U1FuYMINK","createdAt":"2021-05-07T13:24:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27006564,"tagsStr":"security,business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/investment-scammer-john-davies-reinvents-himself/","canonicalUrl":"https://krebsonsecurity.com/2021/05/investment-scammer-john-davies-reinvents-himself/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c24bee322f7640164ec618c49c30b6d","ratio":1.31512605042017,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxEEgf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANIcj1rWaw61VVnFQgZ5LovM6KzPSCRpGCIkUv/Z","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ZvQOcRivz","title":"The autonomous vehicle world is shrinking — it’s overdue","shortId":"ZvQOcRivz","createdAt":"2021-05-07T13:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006548,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:00:00.000Z","url":"https://www.theverge.com/22423489/autonomous-vehicle-consolidation-acquisition-lyft-uber","canonicalUrl":"https://www.theverge.com/22423489/autonomous-vehicle-consolidation-acquisition-lyft-uber","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7186917a22888f0e191c75979ff3903f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEBQYSEyExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAwQh/9oADAMBAAIRAxEAPwCB4xBjbHhc+zyI39zGYQ5jZKD6r7Xj2sum2r3TSEQQgFxNdN0iK86YGdfGnyT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hIByLBOil","title":"The Bill and Melinda Gates Divorce Memes Are Freaking Me Out","shortId":"hIByLBOil","createdAt":"2021-05-07T13:07:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:00:00.000Z","url":"https://www.wired.com/story/bill-melinda-gates-divorce-memes/","canonicalUrl":"https://www.wired.com/story/bill-melinda-gates-divorce-memes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f924f8b0536bda7982cd1ca8b00754e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMFESESYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAIf/aAAwDAQACEQMRAD8AxPUY6banV3s9VcuZbNtWDEeLqtcMAeuej7+yHHAERGZA5mlXu//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"hUDu-nOWn","title":"24 Essential PS4 Games Every Player Should Try","shortId":"hUDu-nOWn","createdAt":"2021-05-07T13:07:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006547,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:00:00.000Z","url":"https://www.wired.com/gallery/best-sony-playstation-4-games/","canonicalUrl":"https://www.wired.com/gallery/best-sony-playstation-4-games/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c7e64c57499ebe5c13db635c9ed54a3","ratio":1.90930787589499,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFERIiQXETIST/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRIUH/2gAMAwEAAhEDEQA/AJyBd7mwmDb2peEJnIbDhQCojO3PBx175rYBIvzI8Sb2nSjaPhZ47TSlHa1zjZlQ1orsAOz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"YikC8Onxi","title":"The Powerful, Complicated Women of Resident Evil","shortId":"YikC8Onxi","createdAt":"2021-05-07T13:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:00:00.000Z","url":"https://www.wired.com/story/strong-women-resident-evil-step-on-me-mommy/","canonicalUrl":"https://www.wired.com/story/strong-women-resident-evil-step-on-me-mommy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bda09786cd1fe1ee086bfc1bda356952","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQREgUhIlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIBMUH/2gAMAwEAAhEDEQA/AMJskotxd9UNFQw1AwTgepMYKGI0Xo/IiCmjNUH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Sa1kzdGe4","title":"No, men don't learn toxic masculinity from their fathers","shortId":"Sa1kzdGe4","createdAt":"2021-05-07T12:57:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006537,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:37:32.000Z","url":"https://www.livescience.com/toxic-masculinity-mystery.html","canonicalUrl":"https://www.livescience.com/toxic-masculinity-mystery.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15b4011695215b6241a22dea11cc5559","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAgABAxESMSJh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AzA5iGaAIncOVlWiatOykpAye4Qu+/URU5Q0//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QCZZaM5dt","title":"FigJam UX Review","shortId":"QCZZaM5dt","createdAt":"2021-05-07T12:53:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006533,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:48:00.000Z","url":"https://adamfard.com/blog/figjam-ux-review","canonicalUrl":"https://adamfard.com/blog/figjam-ux-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82c3e578a6d78445f66578aaec6053de","ratio":1.76146788990826,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQMCEQAEBRIhQSL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAMAAwAAAAAAAAAAAAAAAAABEQISMf/aAAwDAQACEQMRAD8A0ZPZ3jeHbiNU2RkCIrLpha/muoXxJ9s+nK+lWxelTBzAxsYASnVcjXZrGMbPKUsS4f/Z","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"t9yLmIE1u","title":"Must-listen: SG Lewis and Folamour collaboratively commandeer a groove on ‘Lost In Space’","shortId":"t9yLmIE1u","createdAt":"2021-05-07T12:49:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006529,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:48:08.000Z","url":"https://dancingastronaut.com/2021/05/must-listen-sg-lewis-and-folamour-collaboratively-commandeer-a-sun-soaked-groove-on-lost-in-space/","canonicalUrl":"https://dancingastronaut.com/2021/05/must-listen-sg-lewis-and-folamour-collaboratively-commandeer-a-sun-soaked-groove-on-lost-in-space/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bf392022501466bb0d3c887df485cf4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhElNx0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQRUf/aAAwDAQACEQMRAD8AzvHLrG5a7kt7uCe2nUrEAni6tIzaXR+bPY11UT5XjQdgLwnR9L/lKVC5tysTvkWw6mQDXZ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SNDVfHAbT","title":"Vizio’s 55-inch OLED TV is $100 off at Best Buy","shortId":"SNDVfHAbT","createdAt":"2021-05-07T12:49:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006529,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:44:27.000Z","url":"https://www.theverge.com/good-deals/2021/5/7/22424455/vizio-55-inch-oled-4k-tv-apple-homepod-mini-airpods-pro-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/7/22424455/vizio-55-inch-oled-4k-tv-apple-homepod-mini-airpods-pro-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b65de763b41a349b73337a1a4aead87a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgMAAwAAAAAAAAAAAAABAgMEAAURBjJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQADAAMAAAAAAAAAAAAAAAAAASERIpH/2gAMAwEAAhEDEQA/AJns508f3d9KkQY2WmLs4Vj7EkDoPO5TtLr4Y9NQSNpAi14wo6DwBR8xjF10nOvT/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OSBD_f2F3","title":"STAR SEED and TSU NAMI dazzle with ‘Ultraviolet’","shortId":"OSBD_f2F3","createdAt":"2021-05-07T12:42:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006522,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:33:01.000Z","url":"https://dancingastronaut.com/2021/05/star-seed-and-tsu-nami-dazzle-with-ultraviolet/","canonicalUrl":"https://dancingastronaut.com/2021/05/star-seed-and-tsu-nami-dazzle-with-ultraviolet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cd3aa07f172054c3083090b81cef5f0","ratio":1.33518776077886,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFETEGEhMhcv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAhEBAxL/2gAMAwEAAhEDEQA/AMAOTyZtzuMhmFDYMlsI6tI6pabTsAZ2U5BOzVx7z42G0B+MOqQMBnXr5pSlOshLa1sh/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Zbe4ihmYH","title":"Jury Question Time and the Black Clark Kent","shortId":"Zbe4ihmYH","createdAt":"2021-05-07T12:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006511,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:27:33.000Z","url":"https://www.theringer.com/2021/5/7/22424479/jury-question-time-and-the-black-clark-kent","canonicalUrl":"https://www.theringer.com/2021/5/7/22424479/jury-question-time-and-the-black-clark-kent","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3c0fafce5359b6e92fd79d7b159a32c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQIDBREABCExYnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAECACERIkFCsf/aAAwDAQACEQMRAD8AyGlDarupMuqC7StxIBN9Au/vcljYEPR2q6XGbW0hXWSfIHtjGELsM3zKTouldR6Z/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"l84bCRJ93","title":"Bennifer 2.0, Zodiac Signs, and A “Cheugy” Explainer: A ‘Tea Time’ Mailbag","shortId":"l84bCRJ93","createdAt":"2021-05-07T12:24:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006504,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:19:14.000Z","url":"https://www.theringer.com/2021/5/7/22424470/bennifer-2-0-zodiac-signs-and-a-cheugy-explainer-a-tea-time-mailbag","canonicalUrl":"https://www.theringer.com/2021/5/7/22424470/bennifer-2-0-zodiac-signs-and-a-cheugy-explainer-a-tea-time-mailbag","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20c915c98921faf9642033f8644ae59e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQQCAAcAAAAAAAAAAAAAAgABAxEEBQYHEyJhk9H/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB8RAAEDAwUAAAAAAAAAAAAAAAEAAgMEBRESE0GBwf/aAAwDAQACEQMRAD8AzOi0GDkvxBq4oxjhxZII5CIBMpLIqdnrspx83aq/LbVu99aT1h8REkpImP1kjnwKZXe4VMGwI3kZYD3kr//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WkezjYyPy","title":"Chris Lake and Chris Lorenzo send in Anti Up’s second white-hot LP piece, ‘Shake’","shortId":"WkezjYyPy","createdAt":"2021-05-07T12:23:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006503,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:22:38.000Z","url":"https://dancingastronaut.com/2021/05/chris-lake-and-chris-lorenzo-send-in-anti-ups-second-white-hot-lp-piece-shake/","canonicalUrl":"https://dancingastronaut.com/2021/05/chris-lake-and-chris-lorenzo-send-in-anti-ups-second-white-hot-lp-piece-shake/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84f458e656b6f6d4eddcb450dcdf0f44","ratio":2.32919254658385,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQhMQURBhMj/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAXEQADAQAAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwDXLrxbibt733FtKbHklh9kh33vRxVlXxVBS8QgBGI3gUpUYd2YAMblpN//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"HAh-RcG8b","title":"Nurko, Illenium, and Valerie Broussard bid for track of the year status with ‘Sideways’","shortId":"HAh-RcG8b","createdAt":"2021-05-07T12:23:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006503,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:18:54.000Z","url":"https://dancingastronaut.com/2021/05/nurko-illenium-and-valerie-broussard-bid-for-the-track-of-the-year-with-sideways/","canonicalUrl":"https://dancingastronaut.com/2021/05/nurko-illenium-and-valerie-broussard-bid-for-the-track-of-the-year-with-sideways/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9f7586db768e22035d4800b9b5790c5","ratio":1.42307692307692,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgEDBBEABRIhMSL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAIDAAAAAAAAAAAAAAAAAAABERIx/9oADAMBAAIRAxEAPwDPkTaxEjokqI0RA6LgiDYjy6qlKrqqyHtpEcecNIpChEpV89WvnmMYpZGq0//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"smNUIaOrK","title":"How Will We Remember Albert Pujols’s Career?","shortId":"smNUIaOrK","createdAt":"2021-05-07T12:17:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006497,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:12:11.000Z","url":"https://www.theringer.com/2021/5/7/22424461/how-will-we-remember-albert-pujolss-career","canonicalUrl":"https://www.theringer.com/2021/5/7/22424461/how-will-we-remember-albert-pujolss-career","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/febc41a4033eae4004f55b3f8ab8b570","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQCAwEAAAAAAAAAAAABAgMABAURBiESMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADIQX/2gAMAwEAAhEDEQA/AJay5Xlci0z5aZL60thIsVrJGAoJICnY7IUtsD891URcPwk0SSvbSebgMdSfT3SlAv07Kbj1qyEmf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"XK8fJvtML","title":"Bats Raised in Helium-Rich Air Reveal a Key to Echolocation","shortId":"XK8fJvtML","createdAt":"2021-05-07T12:03:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:00:00.000Z","url":"https://arstechnica.com/science/2021/05/scientists-give-bats-a-helium-voice-mess-with-their-echolocation/","canonicalUrl":"https://arstechnica.com/science/2021/05/scientists-give-bats-a-helium-voice-mess-with-their-echolocation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83edebf7f243997cec83b34d624ada09","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxESBBMhMdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDM76kqp3GzOXwzMck+W+CWx49TGvoc6HXItI9REKqP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WnoHMqmDl","title":"Resident Evil Has Had a Rocky Relationship With Multiplayer","shortId":"WnoHMqmDl","createdAt":"2021-05-07T12:03:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006483,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:00:00.000Z","url":"https://www.wired.com/story/resident-evil-multiplayer-history/","canonicalUrl":"https://www.wired.com/story/resident-evil-multiplayer-history/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a13c463519690cdbf52d0f35c2f635c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHxAAAAYBBQAAAAAAAAAAAAAAAAECAwQRIQUVMXGS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADESESwfD/2gAMAwEAAhEDEQA/AMtj6jNbkxYRSVnGfJxK0nm7oueqF268m8fkADNSB88vaEk7WNYUprI7M//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1E2_YbZuO","title":"Here's the Truth About Section 230","shortId":"1E2_YbZuO","createdAt":"2021-05-07T12:03:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006483,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-503/","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-503/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/064ca354b031c03e4bb4b582c9a4fb90","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABAwQFEQYSEyExMqH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABgRAAIDAAAAAAAAAAAAAAAAAAACERNR/9oADAMBAAIRAxEAPwDP9t0qNW8jHWEIxx78NH5+qU7DGJO3OfT49WRFPufQk//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AqRtJ1KVd","title":"Smithsonian inspects first US astronaut's space capsule, suit 60 years on","shortId":"AqRtJ1KVd","createdAt":"2021-05-07T11:56:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006476,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:40:50.000Z","url":"https://www.livescience.com/alan-shepard-capsule-spacesuit-smithsonian-inspection.html","canonicalUrl":"https://www.space.com/alan-shepard-capsule-spacesuit-smithsonian-inspection","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f55cf75b3111038096bc2d5c6697264f","ratio":1.50753768844221,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIRAAMEBTEGEhQWIUHS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAAMAAAAAAAAAAAAAAAAAAAABEv/aAAwDAQACEQMRAD8Ahdwa7qGbbV+lbBZRde7ZtqkSSQApEzzQN9h6rPueJVdgcsEgx5ZfmlKGmNKP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"avGeFvHMT","title":"Tiny dinosaur that looked like an owl hunted like one, too","shortId":"avGeFvHMT","createdAt":"2021-05-07T11:10:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006430,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:00:00.000Z","url":"https://www.livescience.com/owllike-dinosaur-night-hunter.html","canonicalUrl":"https://www.livescience.com/owllike-dinosaur-night-hunter.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bbd8a4d605d1a2f0df2f19e738457440","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAURBAYSMVEh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADESEx/9oADAMBAAIRAxEAPwDL7fZrUkVxR4GOojVgsigDgy4OV867qT7IErtIp0xVzyBblnB9+90pRa1xmGWtWvRnk//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"9XsTAtsg_","title":"Apollo's Ghost E-Scooter Is So Powerful, It's Scary","shortId":"9XsTAtsg_","createdAt":"2021-05-07T11:02:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006422,"tagsStr":"webdev,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.wired.com/review/apollo-ghost/","canonicalUrl":"https://www.wired.com/review/apollo-ghost/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d84d9864e26c969715348cbb9321f54","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQFESFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDQ2fsLqN7j4yLWUetfLAkjr8Pv4JZiIH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"i-THfs7LI","title":"Sisters With Transistors Puts Women Back Into Music History","shortId":"i-THfs7LI","createdAt":"2021-05-07T11:02:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006422,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.wired.com/story/sisters-with-transistors-women-electronic-music/","canonicalUrl":"https://www.wired.com/story/sisters-with-transistors-women-electronic-music/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e9753362777ef684bc0954f366126de","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQUAAgMAAAAAAAAAAAAAAgABAwQREiEFMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AkWvEUigtwVwkglt25CKQT3oAcuOfHzM1ljHnIX4tuN17REH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xzLnN5qvf","title":"The Wolf Tree and the World Wide Web","shortId":"xzLnN5qvf","createdAt":"2021-05-07T11:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006422,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.wired.com/story/wolf-tree-world-wide-web/","canonicalUrl":"https://www.wired.com/story/wolf-tree-world-wide-web/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3a0f981e146038fd4241370c16a64c0","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMRAAUEEiFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGBEBAQADAAAAAAAAAAAAAAAAAQADITH/2gAMAwEAAhEDEQA/AJvhbbm6E7HTwSrMnLQNLJIgtyyWwavSpHnW/gOTbMGYnrVm6DGh+4xk3KbCHt//2Q==","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"2yMNW3Tq-","title":"Mark Millar and Netflix’s Gamble on ‘The Godfather II’ of Superhero Shows","shortId":"2yMNW3Tq-","createdAt":"2021-05-07T10:19:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006379,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:15:00.000Z","url":"https://www.theringer.com/tv/2021/5/7/22424158/netflix-jupiters-legacy-mark-millar-interview","canonicalUrl":"https://www.theringer.com/tv/2021/5/7/22424158/netflix-jupiters-legacy-mark-millar-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3c90d84dc3a7b9e7549e5af3d577911","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAwADAAEFAAAAAAAAAAAAAQIDAAQRBhIhMVGx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAgMRBCHx/9oADAMBAAIRAxEAPwCfdNC/m/jsk1a67bQtNKwuUeIVFICkD3HFK8+mOY1E9ihE489I+U6f3GMJx9te3fsTkqFkJ//Z","siteTwitter":"","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"W5tBNVkRH","title":"Dr. Octagon and the Surgical Perverseness of Kool Keith","shortId":"W5tBNVkRH","createdAt":"2021-05-07T10:12:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006372,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:00:00.000Z","url":"https://www.theringer.com/2021/5/7/22423121/dr-octagon-octagonecologyst-anniversary-legacy","canonicalUrl":"https://www.theringer.com/2021/5/7/22423121/dr-octagon-octagonecologyst-anniversary-legacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9dc552cd9d8b9913fdfb019fa286e495","ratio":1.90924657534247,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAgIABwEAAAAAAAAAAAABAgMRAAQFBgchIzFhMv/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADEQL/2gAMAwEAAhEDEQA/AJ+h1E4ntltXywMZJQ7QzsoZPSrRuqPcm7PzKK89bEahG1g7KKLEpZ+/jGMJLLquRwMn/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ppCPZyaEC","title":"What Is \"Lifting State Up\" in React?","shortId":"ppCPZyaEC","createdAt":"2021-05-06T21:48:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":243,"score":27006370,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-07T03:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:41:34.000Z","url":"https://www.freecodecamp.org/news/what-is-lifting-state-up-in-react/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-lifting-state-up-in-react/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/969a2cab45696e2777649719d9397b4f","ratio":1.52361111111111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAURIQQSFiJBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMABBEC/9oADAMBAAIRAxEAPwCeG+XrkLDyVfhQiBukpHEcMSN5Gd/a2u/7UnjLb52kXTFUUAn3jdKULYQvcAlDXb2RpM//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@reactbootcamp","readTime":5,"description":null,"toc":null,"summary":null},{"id":"no1bMJLG7","title":"FTC report blasts manufacturers for restricting product repairs","shortId":"no1bMJLG7","createdAt":"2021-05-07T10:02:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006362,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:55:44.000Z","url":"https://www.theverge.com/2021/5/7/22424363/ftc-repair-restrictions-report-nixing-the-fix-smartphones-automakers","canonicalUrl":"https://www.theverge.com/2021/5/7/22424363/ftc-repair-restrictions-report-nixing-the-fix-smartphones-automakers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b220dac1b501dbdcc77b5ea938956833","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMhBQYREhNB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADMWH/2gAMAwEAAhEDEQA/AMnubgkTNHvWJyedO7dQXKqpQ8cgDGc4NTqwNKKgmHe5I9SD8pSq3OHIKzWf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"l3F99zhBW","title":"Sennheiser’s headphone business has been bought by hearing aid manufacturer Sonova","shortId":"l3F99zhBW","createdAt":"2021-05-07T09:34:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006334,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:27:33.000Z","url":"https://www.theverge.com/2021/5/7/22424367/sonova-buys-sennheiser-consumer-business-headphones-soundbars","canonicalUrl":"https://www.theverge.com/2021/5/7/22424367/sonova-buys-sennheiser-consumer-business-headphones-soundbars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ddf4a4d7050f71987681814e5e37af9","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBiFBBxESE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAQEAAwEBAAAAAAAAAAAAAAECAAMEITH/2gAMAwEAAhEDEQA/AM01brrLZwTX+YZLh4R640ChVUeR47Eb8/avjOomobfG2kCXKFY4UQFgxJAUDfelKm9HJo264i4EPnmPF0Kjn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TOmV1lo7G","title":"Startup Deck - 290+ Curated Tools & Resources for Startups & Entrepreneurs","shortId":"TOmV1lo7G","createdAt":"2021-05-07T09:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006306,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:04:58.000Z","url":"https://startupdeck.io","canonicalUrl":"https://startupdeck.io","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33e22f48839132de0889c76872a14aaf","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIxAAAQEHBAMAAAAAAAAAAAAAAQIAAwQFERIUBxMVIQYxof/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCWmk90lgvA5DBT1xIVxa3SMsRUNuvUvVKN6lKKSQKAHo9AgBszTvE5mP42uDkPMevvbuNvyjGMH//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"CkvpBOlf7","title":"Create Beautiful WordPress Pages with Optimized Images Using Elementor and ImageEngine","shortId":"CkvpBOlf7","createdAt":"2021-05-07T09:06:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006306,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:05:08.000Z","url":"https://www.webdesignerdepot.com/2021/05/create-beautiful-wordpress-pages-with-optimized-images-using-elementor-and-imageengine/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/create-beautiful-wordpress-pages-with-optimized-images-using-elementor-and-imageengine/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0baffd6fbee06e58ceddefd69d819e20","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQFBxESITGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDOtCmSzcOKuraILDO9uHSZ9yrKzux3PbFm9PgFXIdOs1kIUvBlLNBcKJuPBuuXe32lKIDItrI8Z//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"KRFWxZGnM","title":"Ein Dock für Linux: Tuxedo Office Hub","shortId":"KRFWxZGnM","createdAt":"2021-05-07T08:56:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:44:00.000Z","url":"https://linuxnews.de/2021/05/ein-dock-fuer-linux-tuxedo-office-hub/","canonicalUrl":"https://linuxnews.de/2021/05/ein-dock-fuer-linux-tuxedo-office-hub/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/769823e87b33089953c031671933ce42","ratio":1.33270321361059,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgICAQQDAAAAAAAAAAAAAQMCBAARBQcSE1EhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQEBAAMAAAAAAAAAAAAAAAECAAMSQf/aAAwDAQACEQMRAD8AotcT1Gi9bqlCtWXSjNdTxThALXskDtB0fj2P05qFPi1WKaHXOPjKyxcZtIZDRmRsn797xjJr5GwHzLM9VTf/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":4,"description":null,"toc":null,"summary":null},{"id":"NBVkey2Oa","title":"21Nails: Interview mit Eximentwickler Heiko Schlittermann","shortId":"NBVkey2Oa","createdAt":"2021-05-07T08:06:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006246,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:00:38.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/07/21nails-interview-mit-eximentwickler-heiko-schlittermann/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/07/21nails-interview-mit-eximentwickler-heiko-schlittermann/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"TZ48z3-BB","title":"7 Magical Tips for Maintaining a Legacy WordPress Website","shortId":"TZ48z3-BB","createdAt":"2021-05-07T07:34:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27006214,"tagsStr":"security,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:33:54.000Z","url":"https://wp-content.co/maintaining-legacy-wordpress-website/","canonicalUrl":"https://wp-content.co/maintaining-legacy-wordpress-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07b16fa441d9e7d7dcd42d5bdcc485d0","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQREiEiUmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AzG3JoK0hcOoME4seR8m9upKWYknevgiJdSYQ/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Hw_GF7Jq7","title":"AI has opportunities for more acceptance in screening mammography","shortId":"Hw_GF7Jq7","createdAt":"2021-05-07T07:21:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27006201,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132309&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132309","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2fa1f26b62b6573e353e9e024c485a2","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMF/8QAIRAAAQIFBQEAAAAAAAAAAAAAAQIDAAQREiEFBhNBUTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDEmH/2gAMAwEAAhEDEQA/AL60dSM+/ZMhKBaZdsYFad4zmsafJ79hbvGWYbl9s8bLab0rCrUgXZ79gKom45gjQUBKvE9szdn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0sZ2DXf_K","title":"Machine learning plus CT boosts prediction of major coronary events","shortId":"0sZ2DXf_K","createdAt":"2021-05-07T07:21:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27006201,"tagsStr":"data-science,machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132296&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132296","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5aa722140ffb86d196589826b3b12f0e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAmEAABAgQDCQAAAAAAAAAAAAABAgQAAwURBiFBEhMUIiMzYXLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQEAAQQDAAAAAAAAAAAAAAABAgADETFBUaH/2gAMAwEAAhEDEQA/ACeHsMMJ9AfBZEu0oTN3mds31MCJtFbpmrSlvkCQOqPkUmggHDlyLktlZn0ETF+tXHueZXcVr5MW5WQcrvygN+M4kSOE57r/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GlydTdWuS","title":"Produktion des Librem 5 pausiert bis Oktober","shortId":"GlydTdWuS","createdAt":"2021-05-07T06:56:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006176,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T06:28:00.000Z","url":"https://linuxnews.de/2021/05/produktion-des-librem-5-pausiert-bis-oktober/","canonicalUrl":"https://linuxnews.de/2021/05/produktion-des-librem-5-pausiert-bis-oktober/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/222615566106077a943431ed04300b9e","ratio":1.4968152866242,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAEAAQQDAQAAAAAAAAAAAAABAwACBSEEBjER/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAhEB/9oADAMBAAIRAxEAPwCo6vx+zQZzkyz5yCPHRqQQWwtyW69NCm/V98q6czDaoo/NfUaUqlfZAZctP//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HHWiWYpdy","title":"Goddesses","shortId":"HHWiWYpdy","createdAt":"2021-05-07T06:43:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27006163,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118962279/Goddesses","canonicalUrl":"https://www.behance.net/gallery/118962279/Goddesses","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7076cc314c15ff51117300b58c5a740","ratio":1.27848101265823,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBQEBAAAAAAAAAAAAAQIDEQAEBQYHEiFBEzL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAwADAQAAAAAAAAAAAAAAAQIDABExIf/aAAwDAQACEQMRAD8ApYwOD05pB11WMbQcaytEXSUuKfMEhZV4SowUj8nqs21tvt7fNouxmX2Q+A78wqOHLuIjyaUooXpNiyHW+4gs1I9HM//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Q_qIgwkFr","title":"Apple is giving a laser company that builds some of its AR tech $410 million","shortId":"Q_qIgwkFr","createdAt":"2021-05-07T06:24:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006144,"tagsStr":"apple,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T23:27:51.000Z","url":"https://www.theverge.com/2021/5/6/22423827/apple-ii-vi-advanced-manufacturing-fund-award-ar-vr-faceid","canonicalUrl":"https://www.theverge.com/2021/5/6/22423827/apple-ii-vi-advanced-manufacturing-fund-award-ar-vr-faceid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37b7a8f51faf362051fe62aa11bc0772","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBBEhBRIxE//EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ao2xTtz8nStQ8hJBVriT71WxtLbPZoDcuO29TsY9ztHTkOOh6iIj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AAisdV5aK","title":"Best NBA Late-Season Story Lines","shortId":"AAisdV5aK","createdAt":"2021-05-07T06:10:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006130,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T06:03:38.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/7/22424308/best-nba-late-season-story-lines","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/7/22424308/best-nba-late-season-story-lines","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f21226320abfb83b1bdf477dc8fc1ae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQUxFCNR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADwQQRUWKh/9oADAMBAAIRAxEAPwDMJX5nHwRcOuGSQmKoMLNx2ckYxog9HPQqQjhbV6FulJ4kyImfZ9GaUqnSQGMl5wUt42YHUfUxX//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"od-2QBb7qv","title":"Mike Breen on the Knicks Being Back and the Yankees Win a Big Series Against the Astros","shortId":"od-2QBb7qv","createdAt":"2021-05-07T06:10:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006130,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T05:59:19.000Z","url":"https://www.theringer.com/2021/5/7/22424304/mike-breen-on-the-knicks-being-back-and-the-yankees-win-a-big-series-against-the-astros","canonicalUrl":"https://www.theringer.com/2021/5/7/22424304/mike-breen-on-the-knicks-being-back-and-the-yankees-win-a-big-series-against-the-astros","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ecbe8d7e672714e94584c64e3bfcfa8a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDBAASBQYRIUEHFDFCcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIDACH/2gAMAwEAAhEDEQA/AIyOnuWW5mXYqYLt/cNRpSzIURIuJ1Vb6+ODzWUkLwcSHQ1l6ChsKNqSpaiBrsNSd/tKVXOKMejE9WUc3//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"88qU-HTNv","title":"Audacity soll Telemetrie erhalten","shortId":"88qU-HTNv","createdAt":"2021-05-07T05:36:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006096,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T05:26:00.000Z","url":"https://linuxnews.de/2021/05/audacity-soll-telemetrie-erhalten/","canonicalUrl":"https://linuxnews.de/2021/05/audacity-soll-telemetrie-erhalten/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94493dd3d162f76e80732107dccb8bf4","ratio":1.00719424460432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAYFEiEREzFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAREmEhUVL/2gAMAwEAAhEDEQA/AI7iuAW2tYXfaw93cpLFv7QjiBiGxQSXP3n8491O3jUOwDDoDRWR1QorsEPlQeDQoRM4eQyHIE3A8jrdVkZCqhVsQOd7r//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WkRVW6sfD","title":"LibreOffice 7.1.3 Community Edition ist verfügbar – drittes Update","shortId":"WkRVW6sfD","createdAt":"2021-05-07T05:26:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006086,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T05:09:35.000Z","url":"https://www.bitblokes.de/libreoffice-7-1-3-community-edition-ist-verfugbar-drittes-update/","canonicalUrl":"https://www.bitblokes.de/libreoffice-7-1-3-community-edition-ist-verfugbar-drittes-update/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"x6GEnIOfY","title":"IOTW: DC Police Department Hit with Ransomware; Hackers \"Quit\"","shortId":"x6GEnIOfY","createdAt":"2021-05-07T00:11:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cshub","views":12,"score":27006065,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-dc-police-department-hit-with-ransomware-hackers-quit","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-dc-police-department-hit-with-ransomware-hackers-quit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/656ccfbd9eaf388a6d000bd2ba87f01d","ratio":1.32978723404255,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAwQBAgARIWGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIRITH/2gAMAwEAAhEDEQA/AMMUbSMg7R0zDDxBxQF7WrEV7vu5+ZKlR3fCC16SMYyt09Aljh//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"O69M7z4sT","title":"Learn How to Use the Chrome DevTools to Troubleshoot Websites","shortId":"O69M7z4sT","createdAt":"2021-05-06T16:27:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":239,"score":27006056,"tagsStr":"career,devtools,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:26:08.000Z","url":"https://www.freecodecamp.org/news/learn-how-to-use-the-chrome-devtools-to-troubleshoot-websites/","canonicalUrl":"https://www.freecodecamp.org/news/learn-how-to-use-the-chrome-devtools-to-troubleshoot-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c232778a33ee801766e749a8297a784","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAcEAABBQADAAAAAAAAAAAAAAABAAIDESESQYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABYRAAMAAAAAAAAAAAAAAAAAAAADMf/aAAwDAQACEQMRAD8AmySLjsDb70pTDojaPSiKkiB2U//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qkFpp1BQ1","title":"Aishti by the Sea Campaign","shortId":"qkFpp1BQ1","createdAt":"2021-05-07T02:40:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27005920,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118776897/Aishti-by-the-Sea-Campaign","canonicalUrl":"https://www.behance.net/gallery/118776897/Aishti-by-the-Sea-Campaign","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f57fb904a51652576c297a053d1c31b","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgQRAAMSITEFBhMiI//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQACEQMSEyFhsfD/2gAMAwEAAhEDEQA/AIjsRTdDS3Y6qzsO2LlCvGkg521Zidgj1JjW+KlHDL73MFJSjIwmJgTxNKUI1xzOHA7KtKIumfaC/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-HqcAK2nC","title":"GitHub Enterprise Server 3.1 available as a release candidate","shortId":"-HqcAK2nC","createdAt":"2021-05-06T17:40:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":29,"score":27005861,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T17:37:09.000Z","url":"https://github.blog/2021-05-06-github-enterprise-server-3-1-available-release-candidate/","canonicalUrl":"https://github.blog/2021-05-06-github-enterprise-server-3-1-available-release-candidate/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f5f0bede2b4e8c30ca526d15e450343","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQMEBSExEv/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Az7yO2T9s+NGNd2W7Pl+yVm1VXK4DtQYiIlH/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Op7Vnanbn","title":"‘Succession’ Casting News, ‘Top Chef’ Episode 6, and Rob McElhenney on ‘Mythic Quest’ Season 2","shortId":"Op7Vnanbn","createdAt":"2021-05-07T04:43:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006043,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T04:32:26.000Z","url":"https://www.theringer.com/2021/5/7/22424237/succession-casting-news-top-chef-episode-6-and-rob-mcelhenney-on-mythic-quest-season-2","canonicalUrl":"https://www.theringer.com/2021/5/7/22424237/succession-casting-news-top-chef-episode-6-and-rob-mcelhenney-on-mythic-quest-season-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a72da72b71f485341494aa90e70ddd85","ratio":1.91081081081081,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIFAAMRBCFBFCMyoaL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAMAAwAAAAAAAAAAAAAAAQACEQMxQf/aAAwDAQACEQMRAD8Ayk1PrqHRLsfpXe/i7bdkXtDbKgBRkb8+6m5gT5QjluT1ZGfmlKFdd7j+Go11PWf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BvsqBhqL9","title":"Custom State Pseudo-Classes in Chrome","shortId":"BvsqBhqL9","createdAt":"2021-05-06T14:33:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":68,"score":27005803,"tagsStr":"google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:28:53.000Z","url":"https://css-tricks.com/custom-state-pseudo-classes-in-chrome/","canonicalUrl":"https://css-tricks.com/custom-state-pseudo-classes-in-chrome/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20a54b848132c940178352f0cceb27a8","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgECBwAAAAAAAAAAAAAAAAECAwYIEhMVMWFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AsxfRW5W3FJJaFfj1Aznk7AKgf//Z","siteTwitter":"@CSS","creatorTwitter":"@simevidas","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-sveJ88Dg","title":"Lifecycle of Kubernetes Network Policies","shortId":"-sveJ88Dg","createdAt":"2021-05-06T21:16:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":32,"score":27006014,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:38:37.000Z","url":"https://mcelep.medium.com/lifecycle-of-kubernetes-network-policies-749b5218f684","canonicalUrl":"https://mcelep.medium.com/lifecycle-of-kubernetes-network-policies-749b5218f684","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/202313de85f4df67ae40ee9645bfc151","ratio":1.50095969289827,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAEQMxBBIT/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAMUH/2gAMAwEAAhEDEQA/ANJcXErNjbyAZbIfuSRY3VVK41EQ6zhf/9k=","siteTwitter":"@Medium","creatorTwitter":"@muratcelep1500","readTime":10,"description":null,"toc":null,"summary":null},{"id":"sVh7trRI8","title":"Reasons to Implement HashiCorp Vault and Other Zero Trust Tools","shortId":"sVh7trRI8","createdAt":"2021-05-06T20:03:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"newstack","views":30,"score":27006006,"tagsStr":"security,hashicorp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T18:00:16.000Z","url":"https://thenewstack.io/reasons-to-implement-hashicorp-vault-and-other-zero-trust-tools/","canonicalUrl":"https://thenewstack.io/reasons-to-implement-hashicorp-vault-and-other-zero-trust-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf00714eea91429780f2c881a4884c56","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBiEREiIxMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AwbWoTVrWorHJL4pIqju4BAPOQ1NxSJVhSRGd1QBmLfR6e8YygP/Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"2cB3fCqP-","title":"The ‘Tenet’ Commentary : yratnemmoC ‘teneT’ ehT","shortId":"2cB3fCqP-","createdAt":"2021-05-07T03:58:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T03:58:25.000Z","url":"https://www.theringer.com/2021/5/6/22424214/the-tenet-commentary-yratnemmoc-tenet-eht","canonicalUrl":"https://www.theringer.com/2021/5/6/22424214/the-tenet-commentary-yratnemmoc-tenet-eht","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3db558cc8d788840215d450dc99eb29","ratio":1.90825688073395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAACAQUBAQAAAAAAAAAAAAABAhEAAwQFEkHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwCW2+2t427wlOIrvbW2FbqIljPns1TXM/t2c2yCxJgcfNKUEnXRVdAc3//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"VWhdMB219","title":"Zustand’s guide to simple state management","shortId":"VWhdMB219","createdAt":"2021-05-06T22:20:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"bit","views":20,"score":27005989,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T22:20:41.000Z","url":"https://blog.bitsrc.io/zustands-guide-to-simple-state-management-12c654c69990","canonicalUrl":"https://blog.bitsrc.io/zustands-guide-to-simple-state-management-12c654c69990","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9c78c5dc2a99cf68041a901e03db489","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACBQMGIQQREhNBQnGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgMBAQAAAAAAAAAAAAABAgMRAARBUWH/2gAMAwEAAhEDEQA/ANUsqzY6vEaGWc3k6qzqijUAczY+Jxn2qEQEM4BzoOP5HJ2Hf4iJckrvsMrMaF9+5LSKOLXQooF1weZ//9k=","siteTwitter":"@bitdev_","creatorTwitter":"@LMPerera","readTime":5,"description":null,"toc":null,"summary":null},{"id":"htgopWBln","title":"Cyber Hygiene, Cyber Humans & Cyber Automation","shortId":"htgopWBln","createdAt":"2021-05-06T22:51:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cshub","views":6,"score":27005975,"tagsStr":"security,aws,ai,cyber,automation","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/hygiene-humans-automation","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/hygiene-humans-automation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e21308d3e399a10c7d6a9e2365a5d56","ratio":1.41242937853107,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQMEEiExcaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A15yDiDJa2a9SK7uRVAGywA6rj4+RED//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"i7vU81TG9","title":"Tip: Label your useState values in React developer tools","shortId":"i7vU81TG9","createdAt":"2021-05-06T19:08:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"30seconds","views":54,"score":27005910,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/react-use-state-with-label","canonicalUrl":"https://www.30secondsofcode.org/blog/s/react-use-state-with-label","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae29bca46dfb1137cb53e35ba1c6a8ef","ratio":0.749765698219306,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAX/xAAhEAACAQQBBQEAAAAAAAAAAAABAgMABBEhEgUiMTJBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIREv/aAAwDAQACEQMRAD8Aq33Vlh6pPHFcrMFSJhCE7oyeIk7h5A5qd79vymreHiPtQTYpDeSsskzB2yVZyVGydDOB5p66UDPymc7Cykf/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MwrG_Mbag","title":"Epic needs to tarnish the Apple’s App Store halo","shortId":"MwrG_Mbag","createdAt":"2021-05-07T01:33:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005853,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T01:31:41.000Z","url":"https://www.theverge.com/2021/5/6/22423567/apple-epic-app-store-policies-fortnite-trial-day-4","canonicalUrl":"https://www.theverge.com/2021/5/6/22423567/apple-epic-app-store-policies-fortnite-trial-day-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f961378b0b5d43f5fc76fec3015737c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUxEyFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABAcAAAAAAAAAAAAAAAAAAQIDBRESIlFS0f/aAAwDAQACEQMRAD8AzzJlsMq5GG5CZefkuI8UpalbxtVWdQDR26Nj56rL0OlKEjuhVk4xlfD7X3zLboRZOla5ZH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"F_G8NtJ5F","title":"PSA: Don’t drive while you are on a Zoom meeting talking about a distracted driving bill","shortId":"F_G8NtJ5F","createdAt":"2021-05-07T00:09:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005769,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:04:18.000Z","url":"https://www.theverge.com/2021/5/6/22423723/psa-dont-drive-zoom-meeting-ohio-distracted-driving-bill","canonicalUrl":"https://www.theverge.com/2021/5/6/22423723/psa-dont-drive-zoom-meeting-ohio-distracted-driving-bill","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/460b107d8bc8c28ed732e0eea5d6d7c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBxEhBhMiMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABcRAAMBAAAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AMtprlJ7vU2HDXJYWcUbzDsO0TF0j3DFtyS30knk1bI6l9T22QuoI8jMyRSsgLTSEkAkc+XulKWJs1EUEXf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MF7yVSYbv","title":"Apple is giving a laser company that builds some of its AR tech $410 million","shortId":"MF7yVSYbv","createdAt":"2021-05-06T23:30:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005730,"tagsStr":"apple,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T23:27:51.000Z","url":"https://www.theverge.com/2021/5/6/22423827/apple-ii-iv-advanced-manufacturing-fund-award-ar-vr-faceid","canonicalUrl":"https://www.theverge.com/2021/5/6/22423827/apple-ii-iv-advanced-manufacturing-fund-award-ar-vr-faceid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37b7a8f51faf362051fe62aa11bc0772","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBBEhBRIxE//EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ao2xTtz8nStQ8hJBVriT71WxtLbPZoDcuO29TsY9ztHTkOOh6iIj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Sn7XmCrrL","title":"How to Add MySql & MongoDB to a Kubernetes Microservice Architecture","shortId":"Sn7XmCrrL","createdAt":"2021-05-06T15:20:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":55,"score":27005721,"tagsStr":"kubernetes,architecture,angular,docker,aspnet,.net,mysql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:50:09.000Z","url":"https://itnext.io/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9","canonicalUrl":"https://itnext.io/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/263e78001aaf70b4dd8304c3b7a1ee41","ratio":2.37226277372263,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUBAQEAAAAAAAAAAAABAgMEAAUREiGhE4H/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQFEbFB/9oADAMBAAIRAxEAPwCkduU+4qbhPzH0tFhEoqbVosqLihrsO68HPapWbhJ+KMLwNRzAPp6f2lKcYitQQsNkqvBC6Yqx0fT2f//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"KHXv2A0rS","title":"Peloton says it ‘could take months’ to bring treadmill back after recall","shortId":"KHXv2A0rS","createdAt":"2021-05-06T22:53:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005693,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T22:47:11.000Z","url":"https://www.theverge.com/2021/5/6/22423745/peloton-recall-timeline-tread-plus-john-foley","canonicalUrl":"https://www.theverge.com/2021/5/6/22423745/peloton-recall-timeline-tread-plus-john-foley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28b8c4f3b2eb9778bd06e4d0ac2a6fec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIFABIDBBEhQQYHMXHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAQADAAMAAAAAAAAAAAAAAAIAAQQRITH/2gAMAwEAAhEDEQA/AK+5/Q8ZEQDTMXfl2Qi7A1uQ68ryp9VlAdiAbjvv4HylKJjaQ7uN2AlVxXs//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KHmrMjBz7","title":"How to Write About Mask-Wearing. Plus, Listener Mail!","shortId":"KHmrMjBz7","createdAt":"2021-05-06T22:43:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005683,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T22:37:09.000Z","url":"https://www.theringer.com/2021/5/6/22423794/how-to-write-about-mask-wearing-plus-listener-mail","canonicalUrl":"https://www.theringer.com/2021/5/6/22423794/how-to-write-about-mask-wearing-plus-listener-mail","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58cb407c5066568f18ffae524afc741f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgIABAcAAAAAAAAAAAAAAQIAAwQFEUESFSEiMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQEAAgMAAAAAAAAAAAAAAAABABECA1H/2gAMAwEAAhEDEQA/AMQwNQw2ScxQK1z3PQFdAyhQg16Hfu87aCTOM+l+REeLJ24Cq5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"XXiwoD9B_","title":"Google remembers Wear OS long enough to add a new keyboard","shortId":"XXiwoD9B_","createdAt":"2021-05-06T22:21:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005661,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T22:19:11.000Z","url":"https://www.theverge.com/2021/5/6/22423707/google-wear-os-gboard-swipe-type","canonicalUrl":"https://www.theverge.com/2021/5/6/22423707/google-wear-os-gboard-swipe-type","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/964c7b4f36b7f2cc1464f3cb309d0e8d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAgIBBAMAAAAAAAAAAAABAwIEABEFEhMUMUFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAMQMEgbH/2gAMAwEAAhEDEQA/AF7h7RvKCLtdS2TJ6fBXLQ1638/pyqrikRVAMVXnMRAlLsRGz96xjDy7GUddTCpJC332uT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Yw1ZBJwl1","title":"Chinese rocket falling to Earth this weekend poses ‘extremely low’ risk to people","shortId":"Yw1ZBJwl1","createdAt":"2021-05-06T21:58:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005638,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:56:44.000Z","url":"https://www.theverge.com/2021/5/6/22422791/china-long-march-5b-uncontrollable-rocket-stage-crash-low-risk-public","canonicalUrl":"https://www.theverge.com/2021/5/6/22422791/china-long-march-5b-uncontrollable-rocket-stage-crash-low-risk-public","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e9660d0ac9e60ab67bf875781015fdb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAgEDAQkAAAAAAAAAAAAAAQIABAURFAYTFiEiMXKB0v/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAMf/aAAwDAQACEQMRAD8AzfHNx0zrp6QM69DhWBTn5YPuSttvcCxO4pRk9sN9REcNf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lCt_jeLdF","title":"Optional Types in Swift – How to Use and Unwrap Optionals","shortId":"lCt_jeLdF","createdAt":"2021-05-06T16:14:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":9,"score":27005637,"tagsStr":"swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:06:35.000Z","url":"https://www.freecodecamp.org/news/optional-types-in-swift/","canonicalUrl":"https://www.freecodecamp.org/news/optional-types-in-swift/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb78a91fb95c624085040638dc44720c","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBQYSQQchIjHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/AKPVfVu7aylji2sakM3qVBzeQHEjuPGCQfXMVsjeqLLYmX2pgcOfNKVRIGX/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@prajwalinbizz","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Mfo8YgTb5","title":"Alesso, Tove Lo, and more partner with Tim Bergling Foundation for Mental Health Awareness Month","shortId":"Mfo8YgTb5","createdAt":"2021-05-06T21:51:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:50:33.000Z","url":"https://dancingastronaut.com/2021/05/alesso-tove-lo-and-more-partner-with-tim-bergling-foundation-for-mental-health-awareness-month/","canonicalUrl":"https://dancingastronaut.com/2021/05/alesso-tove-lo-and-more-partner-with-tim-bergling-foundation-for-mental-health-awareness-month/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/262c6f77835d9c9803734a401cfe8034","ratio":1.29807692307692,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQIDBAAFEQYSITFBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAjH/2gAMAwEAAhEDEQA/AMu0TpFmTfbZEuK2HIUwpElO/llOCoLyPeOh3nHtS94hsRbvOjx57RYafW22dp5SFEDv5SlKkW8f/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gKuumxnJx","title":"IBM’s first 2nm chip previews the processors of tomorrow","shortId":"gKuumxnJx","createdAt":"2021-05-06T21:42:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005622,"tagsStr":"ibm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:37:00.000Z","url":"https://www.theverge.com/2021/5/6/22422815/ibm-2nm-chip-processors-semiconductors-power-performance-technology","canonicalUrl":"https://www.theverge.com/2021/5/6/22422815/ibm-2nm-chip-processors-semiconductors-power-performance-technology","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22eb23a5a05f31887f33ae4dcce4b831","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQAxBRIhMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMEEUH/2gAMAwEAAhEDEQA/AJ5P4pUhtMsyKU48iOpPTxZHtv5rK7G5KUxHaZDpUG0BHY7NCrxjKmtQt7chc7FqwD52f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iKi9U1YKE","title":"Eric Prydz to make HOLOSPHERE more accessible to the US audiences with CAA signing","shortId":"iKi9U1YKE","createdAt":"2021-05-06T21:38:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005618,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:37:08.000Z","url":"https://dancingastronaut.com/2021/05/eric-prydz-to-make-holosphere-more-accessible-to-the-u-s/","canonicalUrl":"https://dancingastronaut.com/2021/05/eric-prydz-to-make-holosphere-more-accessible-to-the-u-s/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3cfa7600504dae8966aa2421e091f58b","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIRAAAgECBgMAAAAAAAAAAAAAAQMCAAQFBhESEyEHYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBv/EAB8RAAEDAwUAAAAAAAAAAAAAAAECAyEAERIEBTFBcf/aAAwDAQACEQMRAD8AmuGTs8JzDZOUlj4KYGM5DEiYiRroNOvtanT5WyyxUJ811DdEHbwnr1SlUerYbdWoYgYmLR0KG3KK2gHDfkz7X//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WGLdh3hEm","title":"Amazon delivery drivers were told to turn off safety apps to meet quotas","shortId":"WGLdh3hEm","createdAt":"2021-05-06T21:37:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005617,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:36:34.000Z","url":"https://www.theverge.com/2021/5/6/22423560/amazon-delivery-drivers-unsafe-reckless-driving-monitoring-app","canonicalUrl":"https://www.theverge.com/2021/5/6/22423560/amazon-delivery-drivers-unsafe-reckless-driving-monitoring-app","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/65f48cf81d320da6cebfa7eb2296a778","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERJRExQh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQACAgMAAAAAAAAAAAAAAAAAIQEDAhFh/9oADAMBAAIRAxEAPwCcweWusy9WaKw6ElzOXiAaXAnWiddLSlaG5JXif78g5MB+sHSIpWuzfBwUI//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SSYihJv6q","title":"The David After Dentist meme is now an NFT — and yes, this is real life","shortId":"SSYihJv6q","createdAt":"2021-05-06T20:59:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005579,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T20:53:49.000Z","url":"https://www.theverge.com/2021/5/6/22422993/david-after-dentist-meme-nft-real-life","canonicalUrl":"https://www.theverge.com/2021/5/6/22422993/david-after-dentist-meme-nft-real-life","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/563e7e23adb5da1c562b305d9e16816b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAEQYTFEFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAABEQACAxL/2gAMAwEAAhEDEQA/AMbD5dYOXiWbJRsi5D8FtyWrsUyhR3tJPsbOVrDlM+RPkvrahFTjqlnbJJ2ST9xjKzlTlqCblqf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o5l8uoU30","title":"Everything you need to know about GraphQL Authentication and Authorization","shortId":"o5l8uoU30","createdAt":"2021-05-06T12:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily","views":73,"score":27005570,"tagsStr":"authentication,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:00:00.000Z","url":"https://daily.dev/blog/authentication-and-authorization-in-graphql","canonicalUrl":"https://daily.dev/blog/authentication-and-authorization-in-graphql","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04143f3ff47db926ad40ebe67bacd5fa","ratio":1.44837340876945,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACAxEEBSEGEv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDMPRbfI2WzyZxG+SJhLIrDIz8gGrDeDvSpp1BxsFESF//Z","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":11,"description":null,"toc":null,"summary":null},{"id":"aF3Kr8LOR","title":"Ja Morant’s Future, PSA Updates, and Mark Feinsand on Top MLB Stories","shortId":"aF3Kr8LOR","createdAt":"2021-05-06T21:30:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005610,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:16:28.000Z","url":"https://www.theringer.com/2021/5/6/22423681/ja-morants-future-psa-updates-and-mark-feinsand-on-top-mlb-stories","canonicalUrl":"https://www.theringer.com/2021/5/6/22423681/ja-morants-future-psa-updates-and-mark-feinsand-on-top-mlb-stories","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37e550576d9f0ec7b260f6a2458684f5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIEAAMRByESEzJBUWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQEAAQQDAAAAAAAAAAAAAAABAAIDE7EyYXH/2gAMAwEAAhEDEQA/AK2o8m5DgvFuHnRWtqWt9Iclxji8j13rT0h2VRVwdhjY4HylKmboYqXt0Rg5Phtn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"W0-_nMOaw","title":"Owner of Space Ibiza preps plan to reopen iconic club this year","shortId":"W0-_nMOaw","createdAt":"2021-05-06T21:29:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005609,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:28:36.000Z","url":"https://dancingastronaut.com/2021/05/owner-of-space-ibiza-preps-plan-to-reopen-iconic-club-this-year/","canonicalUrl":"https://dancingastronaut.com/2021/05/owner-of-space-ibiza-preps-plan-to-reopen-iconic-club-this-year/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b72b0e3ce6a4c4804dfe634d4b60e2d1","ratio":1.49817117776152,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEBgAFESEHEhT/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAyECETFx8P/aAAwDAQACEQMRAD8AiKfbPGNcrSYq9JO2s90AvvyGk8kkdhPfAAPOQE3c1V2Y+4zXHUNLcUpCfrUPUE9DGMsL9VhA7acuRgL/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"18NGDD7iL","title":"Network Isolated AKS — Part 1: Controlling network traffic","shortId":"18NGDD7iL","createdAt":"2021-05-06T15:20:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":13,"score":27005599,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:47:36.000Z","url":"https://itnext.io/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d","canonicalUrl":"https://itnext.io/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b915f4ad64e9fecc53bb05d61313e3e5","ratio":1.48514851485149,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIABBEUITJj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A04lRRZY5cch+2QZXV9GiJaP/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@geekzter","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0Nio4KoBb","title":"Improving The Performance Of Shopify Themes (Case Study)","shortId":"0Nio4KoBb","createdAt":"2021-05-06T11:24:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":55,"score":27005598,"tagsStr":"general-programming,webdev,javascript,ecommerce,jquery","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/improving-performance-shopify-themes-case-study/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/improving-performance-shopify-themes-case-study/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44bf4b6a9cab67c32ab115fca33acde1","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAARBgUSIzFBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDa+O9PSnQmlBUs3m0idoGowNfP1v8ATkocwsWKNeZ6sQaSNXIDt7I3jGKQCjMW7g1YxVVnweb/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@cshold","readTime":11,"description":null,"toc":null,"summary":null},{"id":"GjoIyCETE","title":"New reporting options 🚩","shortId":"GjoIyCETE","createdAt":"2021-05-06T09:24:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily_updates","views":170,"score":27005593,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":26,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:39:03.000Z","url":"https://changelog.daily.dev/new-reporting-options-194205","canonicalUrl":"https://changelog.daily.dev/new-reporting-options-194205","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79cdb03c371cb1fb0b184500a9b32cf2","ratio":1.91452991452991,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAQUAAwAAAAAAAAAAAAAAAQACAwQREyGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDPNSYR1LDAw8jgceDmDOx6okRUF//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"eXUu3Pqx4","title":"‘Better Days: The Story of UK Rave,’ documenting the early UK rave scene landing on Amazon Music","shortId":"eXUu3Pqx4","createdAt":"2021-05-06T21:08:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005588,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:07:57.000Z","url":"https://dancingastronaut.com/2021/05/better-days-the-story-of-uk-rave-documenting-the-early-uk-rave-scene-landing-on-amazon-music/","canonicalUrl":"https://dancingastronaut.com/2021/05/better-days-the-story-of-uk-rave-documenting-the-early-uk-rave-scene-landing-on-amazon-music/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53c383563d61afc5364b5f888f63c48b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMDAwUBAAAAAAAAAAAAAQIDEQASIQQGEwUIIjFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAASEAAhFBwfD/2gAMAwEAAhEDEQA/AM7XsTQK209qCjgfZcWhy0Axe6lttHvPlMHMTnAqmz28b04kcrnR2nLRchSySk/QSBBj8pSpKCW86EUOxPMz/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cgOv1zREe","title":"Announcing the MongoDB Atlas Sink and Source Connectors in Confluent Cloud","shortId":"cgOv1zREe","createdAt":"2021-05-06T16:55:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"conf","views":3,"score":27005581,"tagsStr":"cloud,mongodb,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:47:57.000Z","url":"https://www.confluent.io/blog/confluent-cloud-fully-managed-kafka-mongodb-connector/","canonicalUrl":"https://www.confluent.io/blog/confluent-cloud-fully-managed-kafka-mongodb-connector/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"U6gjanL9A","title":"Apple made it harder to change Hulu subscriptions because of a tweet","shortId":"U6gjanL9A","createdAt":"2021-05-06T20:50:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005570,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T20:48:48.000Z","url":"https://www.theverge.com/2021/5/6/22423410/apple-hulu-subscription-in-app-purchase-tweet","canonicalUrl":"https://www.theverge.com/2021/5/6/22423410/apple-hulu-subscription-in-app-purchase-tweet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dea0c1385e2d630aa9de83a2b806fd86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxEEBRIicf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGREAAwADAAAAAAAAAAAAAAAAAAEDAhEx/9oADAMBAAIRAxEAPwDA1bdysVhc6hQcqAMN7KnRLk9zEQW7030u082kf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YVwWNH8J9","title":"Twitter is testing a new Tip Jar feature for sending money to your favorite accounts","shortId":"YVwWNH8J9","createdAt":"2021-05-06T20:33:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005553,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T20:31:06.000Z","url":"https://www.theverge.com/2021/5/6/22423583/twitter-tip-jar-feature-sending-money-venmo-cashapp","canonicalUrl":"https://www.theverge.com/2021/5/6/22423583/twitter-tip-jar-feature-sending-money-venmo-cashapp","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44738d56b1f2f601e10a623c85a4c5d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAcEAACAwADAQAAAAAAAAAAAAABAwACERIhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAH/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8ArUauiGLsit2Mzgw2Orw94PDv2MERESQFtabiP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"v4rjvfBsR","title":"RapidAI expands Insights software","shortId":"v4rjvfBsR","createdAt":"2021-05-06T20:24:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005544,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:58:21.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132318&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132318","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee762c9c18225670e688a90c377808d6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMI/8QAIRAAAgEDBQADAAAAAAAAAAAAAQIDBAYRAAUSIUEUMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECACEDEUFh/9oADAMBAAIRAxEAPwCFj3VNuNTW0u5SxzypwCSswUozZwx6yQPdLNJMjUkBaaJyUUlg/R6+9ZaaNDZO6SFFMiVOVbHaniOwfNNNsIgtraQFUD4kPn4GrMoL1Wh5AQhb7P/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Xvu51pc19","title":"Abhijith PA: Part-2 Transition from Thunderbird to Mutt","shortId":"Xvu51pc19","createdAt":"2021-05-06T20:13:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27005533,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:25:00.000Z","url":"https://abhijithpa.me/2021/part-2-transition-from-thunderbird-to-mutt/","canonicalUrl":"https://abhijithpa.me/2021/part-2-transition-from-thunderbird-to-mutt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8469d4b80ff2444dd6ffe9bf9b9671e1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQIDEQAxBAUSEyEiI2Fx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMFSw00hpDDyUNJCZRCSHAb6qI9leX7q/Jp7HqFW9VJwwnDc8zeftAJJJJMmg//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"xQ9M2Bcy6","title":"First remains from doomed 19th-century Arctic expedition identified","shortId":"xQ9M2Bcy6","createdAt":"2021-05-06T20:10:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27005530,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:58:31.000Z","url":"https://www.livescience.com/franklin-expedition-dna-analysis-member-identified.html","canonicalUrl":"https://www.livescience.com/franklin-expedition-dna-analysis-member-identified.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80379270a5fdfebcdf0b84c0b61acefe","ratio":1.32530120481928,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIGITFBUnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAMAAwAAAAAAAAAAAAAAAAABERIhIv/aAAwDAQACEQMRAD8AzoT7ZKuHE0W62soeYilt4Jj67L7DcnotWwJyfap2e7DcnSVtQXw2pxRSEoKRjJxgePlKUS3S8uYf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"NCOrm0zEm","title":"Omega spins off equipment and repair company","shortId":"NCOrm0zEm","createdAt":"2021-05-06T20:10:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005530,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:50:37.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132317&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132317","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b5e18c52c38af09f07a17757b5ea2a9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAQMDAwUBAAAAAAAAAAAAAQIDBQQRIQATMQYSFCJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQABAwUAAAAAAAAAAAAAAAABAAMSAgQRMVH/2gAMAwEAAhEDEQA/ANnBRkVH0LNS2zSbVa6Du1ybktG/p2njAx+20aSEn0MmvqU+KkWdUPRSgnk8D5qp1o4tURBtqWot7JV2k4vYZt90YuJG4rA5OklLIAl1F3LsyhjS/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Dr9nfWUoq","title":"Soft unbricking Bay- and Cherry-Trail tablets with broken BIOS settings","shortId":"Dr9nfWUoq","createdAt":"2021-05-06T20:04:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27005524,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:00:00.000Z","url":"https://hansdegoede.livejournal.com/25342.html","canonicalUrl":"https://hansdegoede.livejournal.com/25342.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6ea1fcac0b4af6c9520390c60953ff9","ratio":2.23048327137546,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQMAAhESMXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDAy5tQsVawDHAufZC2Nj3ERyS//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0-6WZom5w","title":"The PS5 is back in stock at Best Buy right now","shortId":"0-6WZom5w","createdAt":"2021-05-06T19:54:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005514,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:51:10.000Z","url":"https://www.theverge.com/good-deals/2021/5/6/22423327/ps5-restocks-best-buy-sony-playstation-5","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/6/22423327/ps5-restocks-best-buy-sony-playstation-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ef0ba0674e246f3f155e7046683bd36","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARIQUGBxJBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAEyQf/aAAwDAQACEQMRAD8Aw+r5S7vgjWB+t3pawUq6NO+33999+wI+EHjWRl2w9m5PO7MXlkZyWYsSSd8k8n9OMZc1Gv/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0gW-Wu0_w","title":"Daniel Bryan Is a Free Agent","shortId":"0gW-Wu0_w","createdAt":"2021-05-06T19:47:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005507,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:37:51.000Z","url":"https://www.theringer.com/2021/5/6/22423492/daniel-bryan-free-agent","canonicalUrl":"https://www.theringer.com/2021/5/6/22423492/daniel-bryan-free-agent","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8eb8e306f0dd21910bb3c32b4c573823","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIABwAAAAAAAAAAAAABAgMEABEFBhMhMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQMRIgT/2gAMAwEAAhEDEQA/AI3yc7JU49bViDSjryqg1py0yp3+60T41l2hoVjEh6Q9RjGJcpUX59N2f//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FD7PwfpQH","title":"The PS5 and Xbox Series X are available at Walmart again","shortId":"FD7PwfpQH","createdAt":"2021-05-06T19:44:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005504,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:42:42.000Z","url":"https://www.theverge.com/2021/5/6/22386165/ps5-xbox-series-x-restocks-walmart","canonicalUrl":"https://www.theverge.com/2021/5/6/22386165/ps5-xbox-series-x-restocks-walmart","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6cca0340c0fb060038b532a391a0f2e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBhIFITNBUeH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEiH/2gAMAwEAAhEDEQA/AMPneS3xZ47ikuOCz00ca2Gi4SCDET59nqKtTkji0hZaUCoT3PlKUdqZORBZ0z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oLO_tPRcd","title":"Enes Kanter on Damian Lillard’s Loyalty, Russell Westbrook’s Intensity, and His Activism","shortId":"oLO_tPRcd","createdAt":"2021-05-06T19:40:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005500,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:35:55.000Z","url":"https://www.theringer.com/2021/5/6/22423501/enes-kanter-on-damian-lillard-loyalty-russell-westbrook-intensity-his-activism","canonicalUrl":"https://www.theringer.com/2021/5/6/22423501/enes-kanter-on-damian-lillard-loyalty-russell-westbrook-intensity-his-activism","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1c18de10de109f5e5cebd7f0d77d5fa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQhBRIiMbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAjHw/9oADAMBAAIRAxEAPwDGeSKjIswiitXe9drdt7VWA+mQXtipfYowqvFiNaHuIiBWRp1JPbP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0sHrUt7zR","title":"Daniel Bryan Is a Free Agent","shortId":"0sHrUt7zR","createdAt":"2021-05-06T19:40:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005500,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:37:51.000Z","url":"https://www.theringer.com/2021/5/6/22423492/daniel-bryan-is-a-free-agent","canonicalUrl":"https://www.theringer.com/2021/5/6/22423492/daniel-bryan-is-a-free-agent","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8eb8e306f0dd21910bb3c32b4c573823","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIABwAAAAAAAAAAAAABAgMEABEFBhMhMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQMRIgT/2gAMAwEAAhEDEQA/AI3yc7JU49bViDSjryqg1py0yp3+60T41l2hoVjEh6Q9RjGJcpUX59N2f//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-ShMohYvC","title":"'3D amplified' MRI technique shows how the brain moves","shortId":"-ShMohYvC","createdAt":"2021-05-06T19:24:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005484,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:04:42.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132316&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132316","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58229e72fb417efea9661c67f53f3c3b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIABAUDBhEhMRT/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AMH23l6OhtXLU2w9fUsfO7NaZuWJLBR6OgOQeiPJGxEEXWI//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"g9qPp-8HV","title":"Everything You Need to Know About UX Writing In Web Design","shortId":"g9qPp-8HV","createdAt":"2021-05-06T16:59:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27005339,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T19:30:49.000Z","url":"https://gapsystudio.com/blog/ux-writing/","canonicalUrl":"https://gapsystudio.com/blog/ux-writing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f196d8400c2075f90b36222e5371b77","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIxAAAgAFAgcAAAAAAAAAAAAAAQIABAUGEQMxEhMXIUVhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAEDIVH/2gAMAwEAAhEDEQA/AI2PZ0lcFEoc/SQtJbWzozJReY7FQo4gx74LbrtiNU6fyZ8lUB6VlAHwY2hCBYUkpn//2Q==","siteTwitter":"@GapsyStudio","creatorTwitter":"@GapsyStudio","readTime":8,"description":null,"toc":null,"summary":null},{"id":"c8_XQAwuJ","title":"Trent Dilfer on Aaron Rodgers’s Future and Draft QB Fits, Plus Financial Life Advice With CNBC’s Josh Brown","shortId":"c8_XQAwuJ","createdAt":"2021-05-06T19:23:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005483,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:14:34.000Z","url":"https://www.theringer.com/2021/5/6/22423454/trent-dilfer-on-aaron-rodgers-future-draft-qb-fits-plus-financial-life-advice-with-cnbc-josh-brown","canonicalUrl":"https://www.theringer.com/2021/5/6/22423454/trent-dilfer-on-aaron-rodgers-future-draft-qb-fits-plus-financial-life-advice-with-cnbc-josh-brown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c42b512872db5f11b79f5343b0d132c6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhBhMx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDMpH/2gAMAwEAAhEDEQA/AKeZR18fuvWyR6opAVABgMmR1jogYrWS6uYkWOC5ljiQaog1wqj4B1SlQldY46fRKCP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LgzGtUJ6N","title":"The Division is getting a free-to-play game and mobile version","shortId":"LgzGtUJ6N","createdAt":"2021-05-06T19:14:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005474,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:07:17.000Z","url":"https://www.theverge.com/2021/5/6/22423246/the-division-free-to-play-mobile-tv-show-ubisoft-cod","canonicalUrl":"https://www.theverge.com/2021/5/6/22423246/the-division-free-to-play-mobile-tv-show-ubisoft-cod","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f9c4f48484c63dbd0ada74eb70254c0","ratio":1.90854870775348,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIDBAAFBhEhMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAIBBQAAAAAAAAAAAAAAAAARAQMSISJB/9oADAMBAAIRAxEAPwDOS65KIHWvDFVZ1CtJXLKxHHY5JPuXE3XTCKG0CkxA7JPvzGMGWEVNWNrun//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"E6a7R8UyZ","title":"Apple’s Night Shift is no match for the complexities of sleep","shortId":"E6a7R8UyZ","createdAt":"2021-05-06T19:05:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005465,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T18:57:33.000Z","url":"https://www.theverge.com/2021/5/6/22423239/apple-iphone-night-shift-blue-light-sleep","canonicalUrl":"https://www.theverge.com/2021/5/6/22423239/apple-iphone-night-shift-blue-light-sleep","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f56fbe595628222992224b0e62d7585","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAAgQRBhIhksH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBA0FR/9oADAMBAAIRAxEAPwDQ05a0IVc4izcsNbHudEeNfZQ8tcCdYivYxECtzxo+aU4f/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Edu9Q4ak0","title":"Contemplations","shortId":"Edu9Q4ak0","createdAt":"2021-05-06T18:34:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27005434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/118064397/Contemplations","canonicalUrl":"https://www.behance.net/gallery/118064397/Contemplations","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/834795eeea721c0f0abccae38a71337a","ratio":0.749866095340118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQf/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMEBSEABhESFGETMYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEBAAICAwAAAAAAAAAAAAAAAgABEYEDISL/2gAMAwEAAhEDEQA/AJ5bKm57bvVILjUVKfMp6ohHU547EDH4NLRU+7p40ljnRkkAdT1C8g5+ucaO25emFK/mwLWBVOJD6Hr3pKLecpiQ+EowMCZgBo1yl2uhWdRKGCa9Xjc//9k=","siteTwitter":"@behance","creatorTwitter":"@borispelcer","readTime":0,"description":null,"toc":null,"summary":null},{"id":"LCJr49Ln5","title":"GE Healthcare acquires Zionexa","shortId":"LCJr49Ln5","createdAt":"2021-05-06T18:12:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005412,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T17:53:28.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132315&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132315","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/651f73f7cc667f9094490e0dc0fd9019","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwME/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIRAAMFBAYSQSIxEyFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAMRAAECEv/aAAwDAQACEQMRAD8ALLWM29rtqZw3tI97OXeD469p9SgCQfJXTkPf30eoii1iysQYkGK3oinGuSon5gJjriaqltOC+C+vynOWi67ScII7Hnluf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"h0P-wHIyd","title":"How to use YouTube’s gestures to make it bearable on a portrait-locked phone","shortId":"h0P-wHIyd","createdAt":"2021-05-06T18:10:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005410,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T18:04:15.000Z","url":"https://www.theverge.com/2021/5/6/22423270/youtube-app-easy-landscape-portrait-switching-lock-phone-android-ios-iphone-gesture","canonicalUrl":"https://www.theverge.com/2021/5/6/22423270/youtube-app-easy-landscape-portrait-switching-lock-phone-android-ios-iphone-gesture","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7073293ebf7e705c2382751464ae391","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAEQIEEiExUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQARAiFB/9oADAMBAAIRAxEAPwDOSNha9dqstZTGNA4uyJ5LrzVGu/tyYwGQv33ER1UDkunk/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8j8IGkAyK","title":"Xbox games aren’t opening for some in Europe","shortId":"8j8IGkAyK","createdAt":"2021-05-06T18:10:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005410,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T18:07:46.000Z","url":"https://www.theverge.com/2021/5/6/22423339/xbox-live-down-games-not-opening-launching-error","canonicalUrl":"https://www.theverge.com/2021/5/6/22423339/xbox-live-down-games-not-opening-launching-error","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55490f74910003ff6be2061cb815374d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQMAAhEEEyEiMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRMf/aAAwDAQACEQMRAD8A1XHTdo4zqOstax5KqAQzRg0+xnyTsbQMsOlU9zEQ2+EiyvcSf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aonx9gqN3","title":"Branch predictor: How many \"if\"s are too many? Including x86 and M1 benchmarks!","shortId":"aonx9gqN3","createdAt":"2021-05-06T13:11:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cloudflare","views":11,"score":27005400,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T13:00:00.000Z","url":"https://blog.cloudflare.com/branch-predictor/","canonicalUrl":"https://blog.cloudflare.com/branch-predictor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e3cd9567a945dcca426f528c4225d92","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxEEMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDTnFTctVpfpd2YnNAxZaNz2IkmFf/Z","siteTwitter":"@cloudflare","creatorTwitter":"@majek04","readTime":17,"description":null,"toc":null,"summary":null},{"id":"vLBxo3bOm","title":"Substack introduces publication sections for newsletters so writers can ‘grow their media empire’","shortId":"vLBxo3bOm","createdAt":"2021-05-06T18:00:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005400,"tagsStr":"tech-news,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T17:55:17.000Z","url":"https://www.theverge.com/2021/5/6/22423075/substack-publication-sections-newsletters-media-journalism-news","canonicalUrl":"https://www.theverge.com/2021/5/6/22423075/substack-publication-sections-newsletters-media-journalism-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2fd9736cae4384fd29ab21d5d5b2c609","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQQABwAAAAAAAAAAAAAAAQACAwQSISMxUaHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANOOq2SSRflHGmzxVbBMGgG1ISBvhbn0iIP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"L_xTap3wH","title":"USPSTF releases final research plan for breast cancer screening recs","shortId":"L_xTap3wH","createdAt":"2021-05-06T17:47:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005387,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T17:27:24.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132314&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132314","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16f25f3417779026c5ded5b200582e6c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACUQAAICAQMBCQAAAAAAAAAAAAECAwQABREhURIVIzEyQVKBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIDERIh/9oADAMBAAIRAxEAPwB7Yr06lWz3kW1e8YHWELIUSFyvEijb2O3J+sixpUhAMlSORz6nMWxY9eOPzNjsVa6yqFgiALEbBB1wLQxdo+Gnn8RiHGhVbW9WHtdVOtTgJ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HpR5Empcc","title":"Edward Z. Yang: PyTorch Developer Podcast","shortId":"HpR5Empcc","createdAt":"2021-05-06T00:50:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"phaskell","views":3,"score":27004786,"tagsStr":"pytorch","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"http://blog.ezyang.com/2021/05/pytorch-developer-podcast/","canonicalUrl":"http://blog.ezyang.com/2021/05/pytorch-developer-podcast/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"hHAveqTp7","title":"The Three Critical Pre-Launch Steps for A Product Innovation Team","shortId":"hHAveqTp7","createdAt":"2021-05-06T12:12:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":11,"score":27005341,"tagsStr":"general-programming,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:12:44.000Z","url":"https://code.likeagirl.io/the-three-critical-pre-launch-steps-for-a-product-innovation-team-12f75baa5eef","canonicalUrl":"https://code.likeagirl.io/the-three-critical-pre-launch-steps-for-a-product-innovation-team-12f75baa5eef","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3af2c02685dcbf5bc6fb7e5f8be983a","ratio":1.66775244299674,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFERIxQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMRITH/2gAMAwEAAhEDEQA/ANA2t7UyOXzONqM9MWD0iXRyC3NWbwRoa0NfJcW9UKAQxIHfuIl1g9hY4dT/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@TWelsonRossman","readTime":4,"description":null,"toc":null,"summary":null},{"id":"tTp8ekbYH","title":"How to Create a Multiple Steps Form with Bootstrap 5","shortId":"tTp8ekbYH","createdAt":"2021-05-04T16:56:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002456,"tagsStr":"bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T13:24:03.000Z","url":"https://designmodo.com/bootstrap-5-form/","canonicalUrl":"https://designmodo.com/bootstrap-5-form/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f774addf6372d28b772d00b5c768508d","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxAAAgMAAwAAAAAAAAAAAAAAAAIBAxEFElH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAIBBQAAAAAAAAAAAAAAAAACAQQFEyIx/9oADAMBAAIRAxEAPwCrwGpZd2d3lWXJZt9NbF7YAEXJFy8K2rjc/9k=","siteTwitter":"@designmodo","creatorTwitter":"@designmodo","readTime":15,"description":null,"toc":null,"summary":null},{"id":"LopzTJP0Z","title":"JAY-Z finalizes sale of Tidal to Jack Dorsey for $302 million","shortId":"LopzTJP0Z","createdAt":"2021-05-06T16:28:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005308,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:24:04.000Z","url":"https://dancingastronaut.com/2021/05/jay-z-finalizes-sale-of-tidal-to-jack-dorsey-for-302-million/","canonicalUrl":"https://dancingastronaut.com/2021/05/jay-z-finalizes-sale-of-tidal-to-jack-dorsey-for-302-million/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4476c61ca7b2d29ff7fc567a856abd5b","ratio":1.56821378340366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIEBQADBhESQSFRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREBAAIDAAAAAAAAAAAAAAAAAQMxAAIE/9oADAMBAAIRAxEAPwDD5yXgH8o8dJav7aL3A2kkoJGu1H4PA91YGc4+QCqGchXerg1ulKsemWNXVu8N5YpANis//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OPgK5sE_5","title":"BI on the Lakehouse","shortId":"OPgK5sE_5","createdAt":"2021-05-06T08:26:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":14,"score":27005189,"tagsStr":"infrastructure,gcp,apache-spark,bi","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:26:46.000Z","url":"https://itnext.io/looker-with-delta-lake-49f0a084e2e6","canonicalUrl":"https://itnext.io/looker-with-delta-lake-49f0a084e2e6","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c03d73c3667c71f2bd51e94882be8523","ratio":1.56657963446475,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAJRAAAQIFAQkAAAAAAAAAAAAAAQIRAAMEBQYSBxMUISIxMmGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAbEQACAQUAAAAAAAAAAAAAAAAAARECAwSR0f/aAAwDAQACEQMRAD8A2K6YRfqrJ1XWmydaJPE7+VSzJRUhAZgny5hifsSDZjVEOu+L1HvpQoB/XVCEXLMu0pQ1pcCD/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"nxAPDX5W7","title":"Michael Porter Jr. Is Ready to Become a Star","shortId":"nxAPDX5W7","createdAt":"2021-05-06T16:14:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005294,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:01:33.000Z","url":"https://www.theringer.com/video/2021/5/6/22422437/michael-porter-jr-is-ready-to-become-star-denver-nuggets","canonicalUrl":"https://www.theringer.com/video/2021/5/6/22422437/michael-porter-jr-is-ready-to-become-star-denver-nuggets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/827ff567bcc3e2468ec8a9266676c01b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBRIhEyIxMkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHBEBAAICAwEAAAAAAAAAAAAAAQIRAAMxobFh/9oADAMBAAIRAxEAPwCRU5zdfuEXTOtJ15JQbtjvV38SiSDzkk85++K0PRZ3J0exMrpuShecHA9RSlLbrjUKOS+08DHGSC/a6H1c/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"C5vJUymMV","title":"Stunning hoard of Bronze Age jewelry discovered by local hiker in Sweden","shortId":"C5vJUymMV","createdAt":"2021-05-06T16:10:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27005290,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:06:35.000Z","url":"https://www.livescience.com/bronze-age-hoard-sweden.html","canonicalUrl":"https://www.livescience.com/bronze-age-hoard-sweden.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/236b8ae1074dfcbf2cc5b9dcc5c38dcd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAREgUGEyEUQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A2tsTG42oy485jnisMMKAC75F1BULp+gJIvf31UcrR9z+S9x7hKEZnFNssRfoXI7/AGlKKNf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qmM9qPFIR","title":"Mozilla veröffentlicht Firefox 88.1.3 für Android","shortId":"qmM9qPFIR","createdAt":"2021-05-06T16:04:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27005284,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:48:46.000Z","url":"https://www.soeren-hentzschel.at/firefox-android/firefox-88-1-3-android/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox-android/firefox-88-1-3-android/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fec6df43ecb26ce971779a1eeb07739","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBBFBBQYTITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIEEjED/9oADAMBAAIRAxEAPwC4945tvTMSxMOy5C5O28p9b4A+CTpVZ1DM7EkbJPMRFIyLTAmV0a2n/9k=","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":3,"description":null,"toc":null,"summary":null},{"id":"9wkvbPK7M","title":"Google Play’s app listings will require privacy info next year, just like the App Store","shortId":"9wkvbPK7M","createdAt":"2021-05-06T16:01:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005281,"tagsStr":"tech-news,general-programming,security,google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:00:00.000Z","url":"https://www.theverge.com/2021/5/6/22422894/google-play-app-privacy-info-apple-app-store-labels","canonicalUrl":"https://www.theverge.com/2021/5/6/22422894/google-play-app-privacy-info-apple-app-store-labels","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09537bb21ea6e5fe6028bc865db8d18f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABBCERAhIxQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRQf/aAAwDAQACEQMRAD8AwKLPACFOiEgjKY+xxyHfGoV9Vf1ubypr9RE5lLWul8H/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Cg5y53u97","title":"Google is trying to make Assistant more useful for your family this Mother’s Day","shortId":"Cg5y53u97","createdAt":"2021-05-06T16:01:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005281,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:00:00.000Z","url":"https://www.theverge.com/2021/5/6/22422982/google-assistant-family-features-mothers-day-broadcast-bells-stories","canonicalUrl":"https://www.theverge.com/2021/5/6/22422982/google-assistant-family-features-mothers-day-broadcast-bells-stories","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/487549e39fcd4f67cf3d289fed71b96e","ratio":1.90950226244344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAEQcSImGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMhEf/aAAwDAQACEQMRAD8Au8I1tLaccRJtxSxJsxa3+7zg0pQC9AfBmen7WUl9xKVjQUQPH3jGEsiuLBNUm29P/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"QdIQfth-5","title":"Chelsea and Manchester City It Is, Then","shortId":"QdIQfth-5","createdAt":"2021-05-06T15:44:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005264,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:36:57.000Z","url":"https://www.theringer.com/2021/5/6/22423002/chelsea-and-manchester-city-it-is-then","canonicalUrl":"https://www.theringer.com/2021/5/6/22423002/chelsea-and-manchester-city-it-is-then","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/74d3ac919e32f26ee71cd4446cad5ce2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAhERIUMXL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAxESAgQFISL/2gAMAwEAAhEDEQA/AMEL8tJ7dWqEhXxJnLxxqrnqhPHPHo6yJ6DCaQG3MSGO+qb384xhteKV6kK/jmsHb3EwQv/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cFDwatjEJ","title":"Scrap new gas infrastructure, says UN report","shortId":"cFDwatjEJ","createdAt":"2021-05-06T15:35:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005255,"tagsStr":"infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:30:00.000Z","url":"https://www.theverge.com/2021/5/6/22422824/natural-gas-infrastructure-methane-emissions-climate-change-air-pollution","canonicalUrl":"https://www.theverge.com/2021/5/6/22422824/natural-gas-infrastructure-methane-emissions-climate-change-air-pollution","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/752277caab13df6d9fe243a532e8dcb6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDEQQGIQUSIiMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAwDAQACEQMRAD8Aj6z1XMi0eKLGyZ4cIzy+iN/b5CrdYAJu/ihPkc57iXScm+XoiIqbNAcv/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cAcpXX07b","title":"Apple’s AirTags have a hidden developer menu","shortId":"cAcpXX07b","createdAt":"2021-05-06T15:13:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005233,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:10:24.000Z","url":"https://www.theverge.com/2021/5/6/22422696/apple-airtags-hidden-developer-menu-back-end-data-how-to-access","canonicalUrl":"https://www.theverge.com/2021/5/6/22422696/apple-airtags-hidden-developer-menu-back-end-data-how-to-access","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb3f4fc3abc30c349da5bf6e8ca2d213","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEEiEFBjGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAgMEIkGy/9oADAMBAAIRAxEAPwCn2hmj8XuJIzScgRZNGvzvMa2Hil2JZBEUDsW4hyas/O8YwZewsLpcs+cerHkn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AHOlRLSFl","title":"Sharks Use the Earth’s Magnetic Field Like a Compass","shortId":"AHOlRLSFl","createdAt":"2021-05-06T15:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27005227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.wired.com/story/sharks-use-the-earths-magnetic-field-like-a-compass/","canonicalUrl":"https://www.wired.com/story/sharks-use-the-earths-magnetic-field-like-a-compass/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42639447e739e74c98af54a014c32297","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAAECBAURAyExcaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECAwQRITL/2gAMAwEAAhEDEQA/AM20buS1mOe1J1upOV39AH7nJbTBqt6eeUf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Xic9BFVgL","title":"Google will soon switch on two-factor authentication by default","shortId":"Xic9BFVgL","createdAt":"2021-05-06T15:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005223,"tagsStr":"security,google,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:00:05.000Z","url":"https://www.theverge.com/2021/5/6/22422778/google-accounts-enabling-two-step-verification-default","canonicalUrl":"https://www.theverge.com/2021/5/6/22422778/google-accounts-enabling-two-step-verification-default","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17f578108e651ceac830873f4835c873","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxABAQABBQAAAAAAAAAAAAAAAQADESEjMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1FlORdXY9rnRJB//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"p466gJs8l","title":"16 Best Slack Alternatives In 2021","shortId":"p466gJs8l","createdAt":"2021-05-04T18:23:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":3,"score":27002790,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T07:36:10.000Z","url":"https://marketsplash.com/slack-alternatives/","canonicalUrl":"https://marketsplash.com/slack-alternatives/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/696f9b93dc6b94734aad4dff6737e630","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAGRAAAgMBAAAAAAAAAAAAAAAAABEBAhIh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A3cxuLLqRQAEosj//2Q==","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":17,"description":null,"toc":null,"summary":null},{"id":"YSJfL5zCb","title":"Good Morning Mix: celebrate EXIT’s 20th anniversary with Skrillex’s 2014 headline set","shortId":"YSJfL5zCb","createdAt":"2021-05-06T14:43:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:40:26.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-celebrate-exits-20th-anniversary-with-skrillexs-2014-headline-set/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-celebrate-exits-20th-anniversary-with-skrillexs-2014-headline-set/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0a6616a2a9e36d2ffe9f91d31164eb0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQQBBAMBAAAAAAAAAAAAAQIDBBEABQYSISIjUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAABES/9oADAMBAAIRAxEAPwDf7s1Se9J0Gbtp1YYYPOUjxSHGipFpPIGurPQs1XV3l5O8tAbkuoLptKyD6VffzGMaMv/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wKvcHS4e2","title":"FCC’s net neutrality rollback overwhelmed by bogus industry comments, investigation finds","shortId":"wKvcHS4e2","createdAt":"2021-05-06T14:43:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:34:34.000Z","url":"https://www.theverge.com/2021/5/6/22422818/net-neutrality-rollback-ajit-pai-telecom-broadband-new-york-attorney-general","canonicalUrl":"https://www.theverge.com/2021/5/6/22422818/net-neutrality-rollback-ajit-pai-telecom-broadband-new-york-attorney-general","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e54cb27bd5d0963efb34d4e61a44c7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBAwQREiFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMy2tVVhtqSs2eNPhMrPdYABWu3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JZ4DrE3Hs","title":"The NL West Has Only One Superteam, and That Team Has Buster Posey","shortId":"JZ4DrE3Hs","createdAt":"2021-05-06T14:42:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:42:14.000Z","url":"https://www.theringer.com/mlb/2021/5/6/22422763/san-francisco-giants-nl-west-buster-posey-evan-longoria","canonicalUrl":"https://www.theringer.com/mlb/2021/5/6/22422763/san-francisco-giants-nl-west-buster-posey-evan-longoria","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b760b09b2062ed8bd6b6b9ad4a990ae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAAFEQYSFDEiQrH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgEFAQEAAAAAAAAAAAAAAQMRAAIEQVEhYf/aAAwDAQACEQMRAD8A2eynuvrbVxpaqWLlSazO0VYAOIviq8En6ngn8ydbf9UNWiaPeKiFAVXxge0ceveMYBn5LEWArMSTocHRSysdbTF4nwbP2v/Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"Zz4QrAQuW","title":"Microsoft would like to remind you the Xbox definitely makes money","shortId":"Zz4QrAQuW","createdAt":"2021-05-06T14:28:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005188,"tagsStr":"tech-news,business,apple,microsoft,hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:22:43.000Z","url":"https://www.theverge.com/2021/5/6/22422691/microsoft-xbox-consoles-profit-software-services-revenue-apple-epic-games-trial","canonicalUrl":"https://www.theverge.com/2021/5/6/22422691/microsoft-xbox-consoles-profit-software-services-revenue-apple-epic-games-trial","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f127d571d37a4406de48c31c61cd072","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABBAEDBQAAAAAAAAAAAAABAgMEEQAGITEFCBITUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AIbpDUTnSobjRYQ/DW5ILzJNewFkJq6O45BrYm8rUTtxhTYrMpnUUlpt9CXUtqipWUBQsAq8hZF80L+DGMciv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"z24VBj5_I","title":"Search on Google like a PRO","shortId":"z24VBj5_I","createdAt":"2021-05-06T14:23:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27005183,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:21:11.000Z","url":"https://livecodestream.dev/post/search-on-google-like-a-pro/","canonicalUrl":"https://livecodestream.dev/post/search-on-google-like-a-pro/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6242b514516b4460ac339e08d2e92f2d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAxEhEhNBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERIkL/2gAMAwEAAhEDEQA/ANzoR1J7bmbeRhRqTws9tJ+4ERJWaIb0f//Z","siteTwitter":"@bajcmartinez","creatorTwitter":"@bajcmartinez","readTime":7,"description":null,"toc":null,"summary":null},{"id":"j-N7sUGwd","title":"The final trailer for A Quiet Place Part II drops over a year after I thought it came out","shortId":"j-N7sUGwd","createdAt":"2021-05-06T14:17:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005177,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:15:00.000Z","url":"https://www.theverge.com/2021/5/6/22422708/quiet-place-part-2-trailer-theater","canonicalUrl":"https://www.theverge.com/2021/5/6/22422708/quiet-place-part-2-trailer-theater","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b218a48b3b82d54851b46fffb903a06b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQABQUAAAAAAAAAAAAAAQACAxEEBRITIgcUFXGC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADERL/2gAMAwEAAhEDEQA/AMpZjJc0y8Ty6YXzY3tHNhFNEYdxABsivasHpNDKdzzEo18q2Aav6RFBdc9ZxTHwpGz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q2znjcSp6","title":"Stranger Things 4’s latest teaser is a glimpse of Eleven’s dark past","shortId":"q2znjcSp6","createdAt":"2021-05-06T13:16:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005116,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T13:12:52.000Z","url":"https://www.theverge.com/2021/5/6/22422642/stranger-things-4-new-trailer-netflix-eleven","canonicalUrl":"https://www.theverge.com/2021/5/6/22422642/stranger-things-4-new-trailer-netflix-eleven","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/438c6270a8487bdee760465d829b16c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQRQRQVITEzof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AzyeI7XVhs9S3USNtaTzGQOMqIKJgABlnJGS/v4iI4B//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pRKIh3CZY","title":"Apple’s HomePod and HomePod mini can now integrate with music streaming service Deezer","shortId":"pRKIh3CZY","createdAt":"2021-05-06T13:05:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005105,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T13:00:30.000Z","url":"https://www.theverge.com/2021/5/6/22422637/apple-homepod-mini-deezer-third-party-music-integration","canonicalUrl":"https://www.theverge.com/2021/5/6/22422637/apple-homepod-mini-deezer-third-party-music-integration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/816e9274c1602384462bbb1802fab599","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAgAEBwAAAAAAAAAAAAABAwACBAUHUQYREhNBgdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAA1Fxwf/aAAwDAQACEQMRAD8AhdYHM4Z1DVl2ANBgnKo26xQA2J6gQTt59CSTSosue1UcydvkRDLkCese1WrQ8+Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CMG_l77Hf","title":"Here’s a Calendar Trick to Ease Post-Pandemic Reentry","shortId":"CMG_l77Hf","createdAt":"2021-05-06T13:01:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27005101,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T09:00:00.000Z","url":"https://www.wired.com/story/calendar-tips-post-pandemic-reentry-organization/","canonicalUrl":"https://www.wired.com/story/calendar-tips-post-pandemic-reentry-organization/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc85a75490992272b0046a26959bee69","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAAxEEEiEiMTJBYYL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEBAAIDAQAAAAAAAAAAAAAAAgABAxEhYf/aAAwDAQACEQMRAD8A25hqRZhr0LIoVDsIAJABOA3Hu6epJuFttz2G05dix5n8/URDJpGtw8xpLvk//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5Xf_59ADf","title":"How to hide apps from your iPhone’s home screen","shortId":"5Xf_59ADf","createdAt":"2021-05-06T12:49:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005089,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:45:48.000Z","url":"https://www.theverge.com/22420904/ios-apps-iphone-hide-how-to","canonicalUrl":"https://www.theverge.com/22420904/ios-apps-iphone-hide-how-to","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c976715d615b4033edd0fc405651a69e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIQYxEUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8AwnG5oMTY8YsxbtI18iSGUSFSgJ2APB7PfzWqlklEORuokACpK6gD0ATSlKpN6TfFLD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3cX0aMurl","title":"Rangers Fire GM and President","shortId":"3cX0aMurl","createdAt":"2021-05-06T12:37:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005077,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:32:15.000Z","url":"https://www.theringer.com/2021/5/6/22422635/rangers-fire-gm-and-president","canonicalUrl":"https://www.theringer.com/2021/5/6/22422635/rangers-fire-gm-and-president","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e953dca3eadc0c91c9c280295acf31c4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFIRExEhMi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDJruVkgx1UVo2MJbajLnfR8S9mt65HPaktyt0gESRAHoepukRW4EZVv//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GmT5loAOD","title":"Are UFOs Real? With Gideon Lewis-Kraus","shortId":"GmT5loAOD","createdAt":"2021-05-06T12:30:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005070,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:27:54.000Z","url":"https://www.theringer.com/2021/5/6/22422631/are-ufos-real-with-gideon-lewis-kraus","canonicalUrl":"https://www.theringer.com/2021/5/6/22422631/are-ufos-real-with-gideon-lewis-kraus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21b19309ee36b6962d24a54581819979","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgIDAQAAAAAAAAAAAAABAgMEAAUGESFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEDETGx/9oADAMBAAIRAxEAPwCS6Ozx21qKVe9xivNKIlVp1nMbsfpPQ+9ZPNlXWHY2oouxGkrqoPpABIHuMY7Jq1hLGx2T/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Zfm87AfqC","title":"Joe Harris on Playing With KD, Kyrie, and Harden","shortId":"Zfm87AfqC","createdAt":"2021-05-06T12:30:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005070,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:30:22.000Z","url":"https://www.theringer.com/2021/5/6/22422624/joe-harris-on-playing-with-kd-kyrie-and-harden","canonicalUrl":"https://www.theringer.com/2021/5/6/22422624/joe-harris-on-playing-with-kd-kyrie-and-harden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d7be74154cdd0ad08b89431ae7526b5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBhIhExUjMtL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgMh/9oADAMBAAIRAxEAPwDJYmh2RSywMzvH02jmAE067Fk3SuTRm6Rzu4P5JPofpEUy0oXaFw//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QdqYq1yH4","title":"Mobile Design: 14 Stylish and User-Friendly App Design Concepts","shortId":"QdqYq1yH4","createdAt":"2021-05-06T12:17:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27005057,"tagsStr":"web-design,mobile-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:41:14.000Z","url":"https://blog.tubikstudio.com/mobile-app-design-concepts/","canonicalUrl":"https://blog.tubikstudio.com/mobile-app-design-concepts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d79dbd63e77b933cb8c4bfbdc6ea9a9","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQFEQYHEhMhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/AIvPLCcQWUjyZ15Hxt1l55bQPcdwKra6dDe19d+BWIzAJNIo+BiBSlWjLF//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Qq4WC0K9Z","title":"Monkey Patching in Craft","shortId":"Qq4WC0K9Z","createdAt":"2021-05-04T22:44:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002804,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://cognition.happycog.com/article/monkey-patching-in-craft","canonicalUrl":"https://cognition.happycog.com/article/monkey-patching-in-craft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49dce0d06f46027e350ca1082361d7d1","ratio":1.30324909747292,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAAcAAAAAAAAAAAAAARECEgADBBUhMTJhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2fdzEy2HVLgxFypcSJSFWvbfzLIk1FvJdV2xjGq//9k=","siteTwitter":"@happycog","creatorTwitter":"@happycog","readTime":null,"description":null,"toc":null,"summary":null},{"id":"dBrAqvRPX","title":"Ubuntu Touch OTA-17 steht zum Test bereit","shortId":"dBrAqvRPX","createdAt":"2021-05-06T07:33:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004773,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:23:00.000Z","url":"https://linuxnews.de/2021/05/ubuntu-touch-ota-17-steht-zum-test-bereit/","canonicalUrl":"https://linuxnews.de/2021/05/ubuntu-touch-ota-17-steht-zum-test-bereit/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1cf0fbeee8f00349266a04f5a1192d01","ratio":1.43781094527363,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDEQAEBRITITFB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDETEy/9oADAMBAAIRAxEAPwDOurFJqLG7TkKhFhZGANeiOXxkD8NdnZurCLN9r+YxhVZLY91Q5wf/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"C7nnDXgRk","title":"The Truth About the COVID Vaccines With Jalen Rose and Dr. Italo M. Brown","shortId":"C7nnDXgRk","createdAt":"2021-05-06T12:13:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005053,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:03:20.000Z","url":"https://www.theringer.com/2021/5/6/22422431/the-truth-about-the-covid-vaccines-with-jalen-rose-and-dr-italo-m-brown","canonicalUrl":"https://www.theringer.com/2021/5/6/22422431/the-truth-about-the-covid-vaccines-with-jalen-rose-and-dr-italo-m-brown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbd9d304ab40bc43ff5086779719f5ab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAgUDBQAAAAAAAAAAAAACAQQAAwUGERIhYQcTIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQABBQAAAAAAAAAAAAAAAAABAAIRQfD/2gAMAwEAAhEDEQA/AIjpxS6ZdSM6a+aLKb9lTAZR4RJiZDWu3kXtd+PkRNyNTYXFVGYT9YN3U2UhECZJBNUyvO0IRPALzqTyQ0a1/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"2sC1qRlfD","title":"In Defense of Netflix’s “Figure It Out” Approach to World-Building","shortId":"2sC1qRlfD","createdAt":"2021-05-06T12:13:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005053,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:08:08.000Z","url":"https://www.theringer.com/tv/2021/5/6/22421817/shadow-and-bone-netflix-review-world-building-approach","canonicalUrl":"https://www.theringer.com/tv/2021/5/6/22421817/shadow-and-bone-netflix-review-world-building-approach","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bec4754d9f6c6870d3b1bc3a1c353b1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAACAAEDBAYSBRETMUFD0v/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGxEAAQQDAAAAAAAAAAAAAAAAEQABAgMEElH/2gAMAwEAAhEDEQA/ALNv61Nz1NJEOIU4ZZObkReO0kuGbkPcZO39jfKIhuzgFU6GNU9jmPF//9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"6OOAf4Oxz","title":"KEF's New Wireless Bookshelf Speakers Are Modern Marvels","shortId":"6OOAf4Oxz","createdAt":"2021-05-06T12:03:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27005043,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:00:00.000Z","url":"https://www.wired.com/review/kef-ls50-wireless-ii/","canonicalUrl":"https://www.wired.com/review/kef-ls50-wireless-ii/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0da9d95bff77b2695dda64f35ce36a1f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAACAAEEAwUGEQcSMXGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKJyHjd8umVlIhZXNt8PtQIYtMT6i4627O1QfPr6q2iIP//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"A9cHb1-PL","title":"What a Crossword AI Reveals About Humans' Way With Words","shortId":"A9cHb1-PL","createdAt":"2021-05-06T12:03:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27005043,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:00:00.000Z","url":"https://www.wired.com/story/crossword-ai-humans-way-with-words/","canonicalUrl":"https://www.wired.com/story/crossword-ai-humans-way-with-words/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b297144fa4b6aa14240d28f9f2bbb6d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUSMQZh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAIDAAAAAAAAAAAAAAAAAAAhAQID/9oADAMBAAIRAxEAPwCp+3u7i55SSd5T1hjk6RnaqVdiCP3C43n0nXlZ/CtjPDHK6ckHkUMQt6AMneh0pSi0liUTP//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"nIuZcIqvq","title":"Netflix Drive","shortId":"nIuZcIqvq","createdAt":"2021-05-05T16:18:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"netflix","tweeted":true,"views":1067,"score":27005019,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-06T07:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:27:29.000Z","url":"https://netflixtechblog.com/netflix-drive-a607538c3055","canonicalUrl":"https://netflixtechblog.com/netflix-drive-a607538c3055","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87bb7502f81f359e39a8c08a2dd2514c","ratio":1.6304347826087,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABAwQREgUGEyExM6L/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAICAwAAAAAAAAAAAAAAAAACAQMxMnH/2gAMAwEAAhEDEQA/AN/12CsLcVBx1Ds0mLRE0hC0WJXO4t0eQ2bvwqdhO3s+URBcyXt1Xh//2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"ZlNUo6i9a","title":"Peloton Recalls Treadmills After Injuries and 1 Child Death","shortId":"ZlNUo6i9a","createdAt":"2021-05-05T23:17:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004277,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:12:00.000Z","url":"https://www.wired.com/story/peloton-treadmill-recall/","canonicalUrl":"https://www.wired.com/story/peloton-treadmill-recall/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ffb2606469c1ac2a3b93ac30b1a3bd1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAAREiEigbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACETH/2gAMAwEAAhEDEQA/AMTumTb7YiFZfFpjpaBEERA617yoTRgUrJTRPiOzVjv7jGBdcI9Ds//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Wxva7QaiC","title":"To Make These Chips More Powerful, IBM Is Growing Them Taller","shortId":"Wxva7QaiC","createdAt":"2021-05-06T10:06:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004926,"tagsStr":"ibm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T06:00:00.000Z","url":"https://www.wired.com/story/chips-more-powerful-ibm-growing-taller/","canonicalUrl":"https://www.wired.com/story/chips-more-powerful-ibm-growing-taller/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/405936491fb8218f1dc7b4d6ac5e2825","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABESBRMhMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAIDAQEAAAAAAAAAAAAAAAIEAAERQWH/2gAMAwEAAhEDEQA/AJdbrSPxs94qZZEjIUEabWuXg/Mt1XqluGtDEZS5RAvJvbaGtnGMqvDQsnnkAidmuO82f//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Is4EXHWr6","title":"Mustangs: Facts about America's 'wild' horses","shortId":"Is4EXHWr6","createdAt":"2021-05-04T16:53:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002453,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:45:38.000Z","url":"https://www.livescience.com/27686-mustangs.html","canonicalUrl":"https://www.livescience.com/27686-mustangs.html","image":"https://cdn.mos.cms.futurecdn.net/VEFG79jGUm6Qpgq5MgNFSL-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LsixzgJHY","title":"Asus Zenfone 8 Flip leak pairs flipping cameras with Snapdragon 888","shortId":"LsixzgJHY","createdAt":"2021-05-06T11:17:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004997,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:12:35.000Z","url":"https://www.theverge.com/2021/5/6/22422561/zenfone-8-flip-leaks-specs-features-flipping-cameras-may-12-launch","canonicalUrl":"https://www.theverge.com/2021/5/6/22422561/zenfone-8-flip-leaks-specs-features-flipping-cameras-may-12-launch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae9c09343764010fea74e33ab2944987","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMEAwEAAAAAAAAAAAABAgQAAwYFERIhQlFh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ALDDot+/OyHlLuIBr0s7IWHQUbeXz8qnxO5JbFdGZ5LsxhWSTu3Z4D2aUqtCP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MmdWBTCIS","title":"First bottle of wine 'aged in space' is for sale at Christie’s","shortId":"MmdWBTCIS","createdAt":"2021-05-06T11:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27004988,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.livescience.com/space-aged-wine-christies-million-dollars.html","canonicalUrl":"https://www.livescience.com/space-aged-wine-christies-million-dollars.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a791a4c0c5879ca8cc3f5094580ae10","ratio":1.42857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAAUFAQAAAAAAAAAAAAAAAAECAwYEERITITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2+QP06JlFW3d25a6omsFGSb6u5FfvPPRTXAAH//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nCijsjT5f","title":"Roswell UFO crash: What is the truth behind the 'flying saucer' incident?","shortId":"nCijsjT5f","createdAt":"2021-05-06T11:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27004988,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.livescience.com/roswell-ufo-crash-what-really-happened.html","canonicalUrl":"https://www.livescience.com/roswell-ufo-crash-what-really-happened.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9dbbc7199a8db38c140260b52a57831","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAABABECAwQGBwUSIUFTseH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAzES/9oADAMBAAIRAxEAPwCZ0fJ90yJQNPVQhuyYvTskWb7s3F5lKefD9REvbehRrisR/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"hffA13cae","title":"Premiere: AINT and Strobe team once again on ‘Kids of NYC’","shortId":"hffA13cae","createdAt":"2021-05-06T11:01:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004981,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/premiere-aint-and-strobe-team-once-again-on-kids-of-nyc/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-aint-and-strobe-team-once-again-on-kids-of-nyc/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1fefd35284a880e830eaa2fed2b250d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIF/8QAIxAAAQIEBwEBAAAAAAAAAAAAAQIDAAQREgUGEyEiMUEHUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAERL/2gAMAwEAAhEDEQA/ACGRcbXIfP8AFGGZuZbL6m9VISCTS7zuhupt+QALswk0U7MKUNieQrF5RdcVJYzc4s2hmlVHblGo44vUVzV2fYZkoO6ArxTv/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pC7sbyn1J","title":"Twitter Group's Offer India a Covid-19 Lifeline","shortId":"pC7sbyn1J","createdAt":"2021-05-06T11:01:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004981,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:00:00.000Z","url":"https://www.wired.com/story/twitter-groups-offer-india-a-covid-19-lifeline/","canonicalUrl":"https://www.wired.com/story/twitter-groups-offer-india-a-covid-19-lifeline/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f72b866545a2687957acc5745d0d8810","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEIRIFBjEzof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEhAwQi/9oADAMBAAIRAxEAPwDCujMEmU3Ed63y3Y0QaryrN/bMXN3HKnAvQO/qIi7EyrULwdLZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"v53MapWZX","title":"15 Last-Minute Deals on Mother’s Day Gifts","shortId":"v53MapWZX","createdAt":"2021-05-06T11:01:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004981,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:00:00.000Z","url":"https://www.wired.com/story/last-minute-mothers-day-gift-ideas-deals-2021/","canonicalUrl":"https://www.wired.com/story/last-minute-mothers-day-gift-ideas-deals-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f74247f2553c83f6d9dc14f6a08b7911","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAGhAAAgIDAAAAAAAAAAAAAAAAABEBAhIhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAf/xAAcEQABAwUAAAAAAAAAAAAAAAADAAGxAjIzcYH/2gAMAwEAAhEDEQA/ANVbWMuepFADollHZSGLITbQy//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"UCl3UzoWO","title":"The Statistical Secrets of Covid-19 Vaccines","shortId":"UCl3UzoWO","createdAt":"2021-05-06T11:01:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004981,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:00:00.000Z","url":"https://www.wired.com/story/the-statistical-secrets-of-covid-19-vaccines/","canonicalUrl":"https://www.wired.com/story/the-statistical-secrets-of-covid-19-vaccines/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06bfa6e5f67b88487bb66e55d3b3efa2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEIQUUMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCvGzwcNrRAzTbsknzay0/JNE8g6sJpx3X1EQ50+n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"XMryz8jLQ","title":"Microsoft is finally ditching its Windows 95-era icons","shortId":"XMryz8jLQ","createdAt":"2021-05-06T11:01:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004981,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:55:17.000Z","url":"https://www.theverge.com/2021/5/6/22422553/microsoft-windows-95-era-icons-removal-windows-10-update-sun-valley","canonicalUrl":"https://www.theverge.com/2021/5/6/22422553/microsoft-windows-95-era-icons-removal-windows-10-update-sun-valley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b2d30d0e40549e7b260efe4ab001948","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERIxEyJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDEUH/2gAMAwEAAhEDEQA/ANDz1OhUyFetJVMrH2PExokLGx7G+QA7I+q2MZEAA3iAOvRqIqmNpHV8iirn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U-abbkF3A","title":"Why the bad iPhone web app experience keeps coming up in Epic v. Apple","shortId":"U-abbkF3A","createdAt":"2021-05-06T11:01:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004981,"tagsStr":"webdev,apple,microsoft,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.theverge.com/2021/5/6/22421912/iphone-web-app-pwa-cloud-gaming-epic-v-apple-safari","canonicalUrl":"https://www.theverge.com/2021/5/6/22421912/iphone-web-app-pwa-cloud-gaming-epic-v-apple-safari","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b74f828d88165d21a5a177c6942bcc0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDEQAEBQYSEzIxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAIDAAAAAAAAAAAAAAAAAAECAAMR/9oADAMBAAIRAxEAPwDPck7c32pcPdm40B54TIxRgVRlEXjhJlV6zMp8ipw7pzeXTz6pSoXWspGGIIMn/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TgaOXEHQZ","title":"HI-LO, T78 take aim at club queues with ‘HADES’","shortId":"TgaOXEHQZ","createdAt":"2021-05-06T10:45:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004965,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:45:00.000Z","url":"https://dancingastronaut.com/2021/05/hi-lo-t78-take-aim-at-club-queues-with-hades/","canonicalUrl":"https://dancingastronaut.com/2021/05/hi-lo-t78-take-aim-at-club-queues-with-hades/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3495a8c0b1ba642adb29b8dc6d6ed227","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBQEBAAAAAAAAAAAAAQMCBAAFBhEhMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgASEf/aAAwDAQACEQMRAD8Aw6hqmn2tsWE2bL0MRMTWmEeYnn0j8PXuT1bQv2FQemq0rYBOJLYckHsfcYw7kgOdWX2e0G//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6u7gize0r","title":"ICE boardgame is available now on KS!","shortId":"6u7gize0r","createdAt":"2021-05-06T10:40:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27004960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/118747171/ICE-boardgame-is-available-now-on-KS","canonicalUrl":"https://www.behance.net/gallery/118747171/ICE-boardgame-is-available-now-on-KS","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cccc2d043f0fb69dfcf927bfa63aa168","ratio":1.32701421800948,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAUREiFREzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADERIhQf/aAAwDAQACEQMRAD8AxW0XKOO1PHmHQInlSQDnVyeM/SD7HVTMpDyuyjCkkgdUpVPInRhlpqhuOz//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"U1dM7qcEx","title":"Boris Brejcha, Arctic Lake bring ‘House Music’ back","shortId":"U1dM7qcEx","createdAt":"2021-05-06T10:32:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004952,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:30:00.000Z","url":"https://dancingastronaut.com/2021/05/boris-brejcha-arctic-lake-bring-house-music-back/","canonicalUrl":"https://dancingastronaut.com/2021/05/boris-brejcha-arctic-lake-bring-house-music-back/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5e31c37a8cd3baf528d8b5854fb2941","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBhETIQdBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAA1H/2gAMAwEAAhEDEQA/AMx4clWfH2GZlwcQ84VLDZS0SAUjo9jdS3DLrfJnyX9pHK6peuNXsk/KUqy59GZKPDBXBSjv/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YDqWgZboc","title":"Like Its ’90s Girl Group Cast, ‘Girls5Eva’ Deserves to Be a Star","shortId":"YDqWgZboc","createdAt":"2021-05-06T10:32:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004952,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:30:00.000Z","url":"https://www.theringer.com/tv/2021/5/6/22421889/girls5eva-peacock-review-tina-fey","canonicalUrl":"https://www.theringer.com/tv/2021/5/6/22421889/girls5eva-peacock-review-tina-fey","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5dfe9fe50d826c7c47c020b9887ef421","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAGERIFIUEH/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAcEQEAAgEFAAAAAAAAAAAAAAABAgMAERIUcbH/2gAMAwEAAhEDEQA/AM8jXvzE64VyXnU7xeOIbCRqkZUSTgencgn2o7n0i5orio6J2UNEtjOx6HXppSk01yrGUR7BysVx45JNXc+Gf//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"umtVtMmpO","title":"We’re in Uncharted Territory With the Aaron Rodgers–Packers Standoff","shortId":"umtVtMmpO","createdAt":"2021-05-06T10:25:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:15:00.000Z","url":"https://www.theringer.com/nfl/2021/5/6/22422343/aaron-rodgers-brinksmanship-green-bay-packers","canonicalUrl":"https://www.theringer.com/nfl/2021/5/6/22422343/aaron-rodgers-brinksmanship-green-bay-packers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66aa439f1c743f27ff752501c47634c4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRIQcUFzWT/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQMUUv/aAAwDAQACEQMRAD8AzuQqhzmHYRAC+BIc4VDUGa3XQ+hREG5NonWkf//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"mOwSuXUEj","title":"Recording Academy disbands Grammy nomination review committees","shortId":"mOwSuXUEj","createdAt":"2021-05-06T10:02:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004922,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/recording-academy-votes-to-disband-grammy-nomination-review-committee/","canonicalUrl":"https://dancingastronaut.com/2021/05/recording-academy-votes-to-disband-grammy-nomination-review-committee/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3c0e954e85fab1236ca640cdc1dc132","ratio":1.51068883610451,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAwADAAAAAAAAAAAAAQIDBBEABQYSEzFBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACAwQRUZH/2gAMAwEAAhEDEQA/ALW95q/s9udfp4jiPJ9uS0n06KkoCkkkkKpN9CK+QD+ZuYnO9XKiMyFR3m1OoS4UFIJTYur+6xjItbLa2RHofeYtwQn/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7aH1OXPES","title":"Qrion strikes with ‘Monolith’ via Last Night On Earth","shortId":"7aH1OXPES","createdAt":"2021-05-06T10:02:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004922,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/qrion-strikes-again-with-monolith-via-last-night-on-earth/","canonicalUrl":"https://dancingastronaut.com/2021/05/qrion-strikes-again-with-monolith-via-last-night-on-earth/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3e51d26ff3418ba3168edcf4e8da8da","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEAAUREjFBBhMUIVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAAGAwEAAAAAAAAAAAAAAAABAgMEIRIxsfD/2gAMAwEAAhEDEQA/AJPp60So8R62WKQ29cvDbfzp7YClj0So8YHH3aoK5voZuUttUlxRQ6tJOjfBNKUxtRp0LEWQttksav3R/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lJeN1OvTo","title":"Google expects most staff to spend about three days per week in the office post-pandemic","shortId":"lJeN1OvTo","createdAt":"2021-05-06T09:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004878,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T09:13:52.000Z","url":"https://www.theverge.com/2021/5/6/22422518/google-hybrid-work-office-remote-work-sundar-pichai-memo-covid-19-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/6/22422518/google-hybrid-work-office-remote-work-sundar-pichai-memo-covid-19-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43d3bb5282e896c12cbb9ff8e4dba3e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQIEBwAAAAAAAAAAAAAAAQACAxEhIgQSIzJBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMAa9mQaQuBIuNKT9UzFhDdh4bncmZqe0RMI/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Owq1ly3iZ","title":"Counteracting Backlink Image Credit Scams","shortId":"Owq1ly3iZ","createdAt":"2021-05-06T09:14:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":0,"score":27004874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:22:32.000Z","url":"https://code.likeagirl.io/counteracting-backlink-image-credit-scams-671cb9228be","canonicalUrl":"https://code.likeagirl.io/counteracting-backlink-image-credit-scams-671cb9228be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2a932d55e915a7be2b46eed5ca56459","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAAYBBQAAAAAAAAAAAAABAgADBAURElEGExRB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgEAIf/aAAwDAQACEQMRAD8ApPTC3a6TqO6v2xRVstWQo7AalQQMbZ5zFK8N/U0AcYP2EICqp3UzCub/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@josephfung","readTime":3,"description":null,"toc":null,"summary":null},{"id":"q7sJ198P9","title":"Linux am Dienstag: Nachlese zum 4.5.","shortId":"q7sJ198P9","createdAt":"2021-05-06T08:24:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:07:34.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/06/linux-am-dienstag-nachlese-zum-4-5/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/06/linux-am-dienstag-nachlese-zum-4-5/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6Q4NSBBbj","title":"The Nintendo Switch can’t be stopped","shortId":"6Q4NSBBbj","createdAt":"2021-05-06T07:38:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004778,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:32:37.000Z","url":"https://www.theverge.com/2021/5/6/22422451/nintendo-annual-earnings-switch-84-59-million","canonicalUrl":"https://www.theverge.com/2021/5/6/22422451/nintendo-annual-earnings-switch-84-59-million","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b7520b249e99223b06731455e9237b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFEQYhE0Fx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB4RAAECBwEAAAAAAAAAAAAAAAEDBAACERITQVHR/9oADAMBAAIRAxEAPwDLMnyjI22cUu2dNaZeEyWdSj2dSHY9jXyr97nGJvHqCIEQZKIJJ70dUpSFouoJlBdv2CT9qicRtArLoU5yP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Rqe9S6hgb","title":"How To Power Through Designer Apathy","shortId":"Rqe9S6hgb","createdAt":"2021-05-06T07:35:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27004775,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:32:55.000Z","url":"https://www.webdesignerdepot.com/2021/05/how-to-power-through-designer-apathy/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/how-to-power-through-designer-apathy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/347d45408a76620b162987bba409d251","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFESEGEkFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEh/9oADAMBAAIRAxEAPwDX83mspJ1XhbSFbcYomWS5BdldiFPaNAaYfSOefFU6u4UaiiA9bNKVPxW6XRtyk9I//9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"41vsslghe","title":"NZZ Sunday Magazine","shortId":"41vsslghe","createdAt":"2021-05-05T14:41:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118576607/NZZ-Sunday-Magazine","canonicalUrl":"https://www.behance.net/gallery/118576607/NZZ-Sunday-Magazine","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5409c6cb6a50097b419edf718ea94a81","ratio":1.34874759152216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAfEAABBAEFAQAAAAAAAAAAAAABAAIDESEEEiIxUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAB//EABwRAAICAgMAAAAAAAAAAAAAAAECAAMFETFB0f/aAAwDAQACEQMRAD8As6aASy26Y6imbWg8QzNkD3r7auZ8oiK5bYJ4lCx9YS69h2fZ/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4MQE8hgtO","title":"Carbon-11 PET tracer appears safe for colon cancer detection","shortId":"4MQE8hgtO","createdAt":"2021-05-06T07:14:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27004754,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132310&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132310","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55d6e726f78c056227119441b04b3a75","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQIDAAQFBhESIRQiNEJDUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AIlpXjMG0BplUhyn04LQriX8LKX2mcEBY20qJwMb4+RhrrpcubprHM/1j3kJ7z7hCGiP/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"LYYNd200A","title":"React vs React Native: Differences, Advantages & Limitations","shortId":"LYYNd200A","createdAt":"2021-05-06T07:13:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27004753,"tagsStr":"general-programming,react,react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:06:39.000Z","url":"https://buttercms.com/blog/react-vs-react-native","canonicalUrl":"https://buttercms.com/blog/react-vs-react-native","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27cf52ea65cea5b44cef80b432f43763","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMREgUTITGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDEf/aAAwDAQACEQMRAD8Aym51RRXpotZFPpmB8t8kjKMndfTqByOhxiJbun0FnKSP/9k=","siteTwitter":"@ButterCMS","creatorTwitter":"@ButterCMS","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LcFctqHA2","title":"Kaivopiha","shortId":"LcFctqHA2","createdAt":"2021-05-06T06:36:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27004716,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/114491819/Kaivopiha","canonicalUrl":"https://www.behance.net/gallery/114491819/Kaivopiha","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f26b8ca47c18d324d60e116a78148fe","ratio":1.66865315852205,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFByExERITQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAABAv/aAAwDAQACEQMRAD8AyPpjlpoZrV80nhRmBQdwU9dxt8AIFVa6XTR20KSQYiR1QBnLSAsQOePdKUIpp//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"d02vJOjNg","title":"Create Computer Vision Apps in the Cloud With OpenCV and Python","shortId":"d02vJOjNg","createdAt":"2021-05-05T21:18:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":90,"score":27004707,"tagsStr":"data-science,cloud,career,python,computer-vision","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:11:40.000Z","url":"https://www.freecodecamp.org/news/create-computer-vision-apps-in-the-cloud-with-opencv-and-python/","canonicalUrl":"https://www.freecodecamp.org/news/create-computer-vision-apps-in-the-cloud-with-opencv-and-python/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3ab4e84754506c7f7ddabfd592646e8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYSITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMSUf/aAAwDAQACEQMRAD8AyOK9U5LHwPAi9prcN1LEMpZQQQWI++tVFyfLWcPJctFBYhYku5lQbA0ocgeKUpfTPKeGHkNkjWf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gnnnjdHik","title":"Wormhole: Alternative zu Firefox Send","shortId":"gnnnjdHik","createdAt":"2021-05-06T06:23:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004703,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T06:01:00.000Z","url":"https://linuxnews.de/2021/05/wormhole-alternative-zu-firefox-send/","canonicalUrl":"https://linuxnews.de/2021/05/wormhole-alternative-zu-firefox-send/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b2996eb89300b880962d06c518a72f4","ratio":1.78030303030303,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMEACEFERIxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxESMf/aAAwDAQACEQMRAD8AkYmjorU5zm68NtXiPSxL5Y+dnv4NjWS1nmTNYllhe5BG7lliWwSEBOlH4PmMZSgDdj3HRsLP/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"flxa3SzQ6","title":"Cowboy’s improved C4 electric bike launches alongside first step-through model","shortId":"flxa3SzQ6","createdAt":"2021-05-06T06:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004685,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T06:00:00.000Z","url":"https://www.theverge.com/2021/5/6/22417053/cowboy-c4-st-electric-bike-price-specs","canonicalUrl":"https://www.theverge.com/2021/5/6/22417053/cowboy-c4-st-electric-bike-price-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ea93151ef753fe7ae6a321a97986e92","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAAMEAgUREgdBE1LR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQADAAAAAAAAAAAAAAAAAAAAAjH/2gAMAwEAAhEDEQA/AJLjmmPXc59b8fyNtxnTpuRnGvfSvXJrAcqAt8YDJ9vqIpNRLD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"bKUyxZbZp","title":"Tails war wegen Hardware-Ausfall offline – kein Grund zur Sorge","shortId":"bKUyxZbZp","createdAt":"2021-05-06T06:03:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004683,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T05:47:29.000Z","url":"https://www.bitblokes.de/tails-war-wegen-hardware-ausfall-offline-kein-grund-zur-sorge/","canonicalUrl":"https://www.bitblokes.de/tails-war-wegen-hardware-ausfall-offline-kein-grund-zur-sorge/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WzC64p3Ci","title":"Compile CSS On-demand with the Latest Tailwind Compiler","shortId":"WzC64p3Ci","createdAt":"2021-05-05T21:25:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"bit","views":63,"score":27004625,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:24:52.000Z","url":"https://blog.bitsrc.io/compile-css-on-demand-with-the-latest-tailwind-compiler-e2c778de74e5","canonicalUrl":"https://blog.bitsrc.io/compile-css-on-demand-with-the-latest-tailwind-compiler-e2c778de74e5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d51e918dc87fbb4d9f17a267cfae24d","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQMAAgQRITEyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxEiMv/aAAwDAQACEQMRAD8Axw2405rK0rYWHkWNKUPn4T3J6tjKqoBdnAAHsYiQUVxsIWOycnE//9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"qgnVGXlWU","title":"Databases in a Kubernetes Angular .NET Core Microservice Arch","shortId":"qgnVGXlWU","createdAt":"2021-05-05T21:17:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":40,"score":27004598,"tagsStr":"kubernetes,architecture,angular,docker,aspnet,.net,mysql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:03:27.000Z","url":"https://christianzink.medium.com/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9","canonicalUrl":"https://christianzink.medium.com/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/263e78001aaf70b4dd8304c3b7a1ee41","ratio":2.37226277372263,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUBAQEAAAAAAAAAAAABAgMEAAUREiGhE4H/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQFEbFB/9oADAMBAAIRAxEAPwCkduU+4qbhPzH0tFhEoqbVosqLihrsO68HPapWbhJ+KMLwNRzAPp6f2lKcYitQQsNkqvBC6Yqx0fT2f//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"NrTTTYmsJ","title":"Using Iframes vs Scripts for Embedding Components","shortId":"NrTTTYmsJ","createdAt":"2021-05-05T21:23:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"bit","views":51,"score":27004598,"tagsStr":"seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:23:13.000Z","url":"https://blog.bitsrc.io/using-iframes-vs-scripts-for-embedding-components-e30eb569cb46","canonicalUrl":"https://blog.bitsrc.io/using-iframes-vs-scripts-for-embedding-components-e30eb569cb46","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d86caa76814e62a9a6de704a90920f4","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFERITMQYHM1Fx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAcEQABAwUAAAAAAAAAAAAAAAABAAJxBQYlNLH/2gAMAwEAAhEDEQA/AK3eOK4HSJBkMjPfR6TuMmkZOTxzWbWeFXTWkB3FGaKfM/r5SlQtE4tsu6is7ZgL/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0y-EckO5N","title":"Is Vendor Prefixing Dead?","shortId":"0y-EckO5N","createdAt":"2021-05-05T14:52:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":211,"score":27004544,"tagsStr":"tech-news,css,google-chrome,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:18:28.000Z","url":"https://css-tricks.com/is-vendor-prefixing-dead/","canonicalUrl":"https://css-tricks.com/is-vendor-prefixing-dead/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e311c63f1fc82ae6f198a357e6de5990","ratio":1.95256916996047,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQIAESEzkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A09ZZrumXAMuEYjY3B5EQP//Z","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":12,"description":null,"toc":null,"summary":null},{"id":"nhuexiGmW","title":"Progress Delayed Is Progress Denied","shortId":"nhuexiGmW","createdAt":"2021-05-05T17:23:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":53,"score":27004514,"tagsStr":"general-programming,webdev,apple,ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://infrequently.org/2021/04/progress-delayed/","canonicalUrl":"https://infrequently.org/2021/04/progress-delayed/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e81c75ea6db818a0c2aa4472896cbcb","ratio":2.2551724137931,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAwADAQAAAAAAAAAAAAAAAAECAxEhMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1BeWptyvEUKVpcQAV//Z","siteTwitter":"@slightlylate","creatorTwitter":"@slightlylate","readTime":26,"description":null,"toc":null,"summary":null},{"id":"_E8cAZp4q","title":"Atlas Obscure","shortId":"_E8cAZp4q","createdAt":"2021-05-06T02:44:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27004484,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/118440233/Atlas-Obscure","canonicalUrl":"https://www.behance.net/gallery/118440233/Atlas-Obscure","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/adeb5ec99f69317ae26f349845b81305","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQADBAIREhMFBiExQmH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAgP/2gAMAwEAAhEDEQA/ALE4WuRHzLYFxlbZYk/QB3WJzp2WXKjpb8n3RETBUeum/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VU9-kMhnE","title":"Internal emails reveal how badly Apple wanted to keep Netflix using in-app purchases","shortId":"VU9-kMhnE","createdAt":"2021-05-06T02:18:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004458,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T02:11:57.000Z","url":"https://www.theverge.com/2021/5/5/22421734/apple-epic-netflix-in-app-purchase-removal-emails","canonicalUrl":"https://www.theverge.com/2021/5/5/22421734/apple-epic-netflix-in-app-purchase-removal-emails","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dbf7208cdde4c0e30ae2afddc5b69f93","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAURIRMxBBKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAf/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRMf/aAAwDAQACEQMRAD8AyNnniS2cTeMjyyKvpKWIMeDk4A0c9b+VJlihaV24hsk90pVrlZdNAK4j/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qVk33EuVj","title":"Coding Practices, MERN Stack, Working With TypeScript - Picks 178","shortId":"qVk33EuVj","createdAt":"2021-05-05T12:40:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily","views":322,"score":27004449,"tagsStr":"general-programming,webdev,javascript,backend,typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-05T15:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:30:00.000Z","url":"https://daily.dev/blog/coding-practices-mern-stack-working-with-typescript-picks-178","canonicalUrl":"https://daily.dev/blog/coding-practices-mern-stack-working-with-typescript-picks-178","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c521bb82d84b2aac52b33069d0099692","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIEAAMFBhESExQhB1Fi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAdEQEAAgAHAAAAAAAAAAAAAAABAAIEEiExUbHR/9oADAMBAAIRAxEAPwDXXk1LzyEzpzh09UzdSVO58nkL25i5a16QUZ0gYSAQAM499xVQoFt89zm16Ko7qskyDk9n6hCI0VxNqu2U7YvpQTnyf//Z","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dVhkERAuV","title":"‘The Masked Singer’ Recap: Robopine Reveal, Final Five Guesses, and Russian Dolls Sing “Shallow”","shortId":"dVhkERAuV","createdAt":"2021-05-06T01:28:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004408,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T01:27:10.000Z","url":"https://www.theringer.com/video/2021/5/5/22421557/the-masked-singer-recap-robopine-reveal-final-five-guesses-and-russian-dolls-sing-shallow","canonicalUrl":"https://www.theringer.com/video/2021/5/5/22421557/the-masked-singer-recap-robopine-reveal-final-five-guesses-and-russian-dolls-sing-shallow","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96fc7b02ada17e06988b4ab8910e7b88","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAQUBAQEBAAAAAAAAAAAAAQIDBAURACFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhEAAgAGAwAAAAAAAAAAAAAAAQIAAwQRIVEFYdH/2gAMAwEAAhEDEQA/AMBY27MOPBkRK+Oy0QXHWE4Eu6pSSFeejB+9NE2vKATSwtz4Oc6p4yWHrKhWvYHZ2YaWcwJOM9DyP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aQWwgd4Nt","title":"Epic v. Apple turns into Windows v. Xbox","shortId":"aQWwgd4Nt","createdAt":"2021-05-06T01:11:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004391,"tagsStr":"tech-news,apple,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T01:03:59.000Z","url":"https://www.theverge.com/2021/5/5/22421570/epic-apple-trial-iphone-xbox-console-specific-general-purpose-pc-testimony-day-3","canonicalUrl":"https://www.theverge.com/2021/5/5/22421570/epic-apple-trial-iphone-xbox-console-specific-general-purpose-pc-testimony-day-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb0fb716ea4de993eb841e723a463d7f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABSEGByMxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAAMAAAAAAAAAAAAAAAACAQADMf/aAAwDAQACEQMRAD8Am9tZ6Z0yL03IhxDppUJ6QhgNjxrSuzZPKrB++uCKzH944iPutgyw2ENNyHEITd0AogDGMI1UCr3G6hDsRnM//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"u_2NjFPZ7","title":"Confluent Update Regarding Codecov Incident","shortId":"u_2NjFPZ7","createdAt":"2021-05-05T20:33:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"conf","views":6,"score":27004376,"tagsStr":"security,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:34:49.000Z","url":"https://www.confluent.io/blog/confluent-update-regarding-codecov-incident/","canonicalUrl":"https://www.confluent.io/blog/confluent-update-regarding-codecov-incident/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yfy1ChkcA","title":"GitHub Availability Report: April 2021","shortId":"yfy1ChkcA","createdAt":"2021-05-05T16:18:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":41,"score":27004368,"tagsStr":"github,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:59:15.000Z","url":"https://github.blog/2021-05-05-github-availability-report-april-2021/","canonicalUrl":"https://github.blog/2021-05-05-github-availability-report-april-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4417e81a100f9ff295d1d5bc5055b976","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRURITMUFi/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/ANN1MLqjmRzR5zlUaJA0DcvbvSERNRof/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bNsPDxqJR","title":"Google ‘arguably violated’ labor law by illegally firing three workers claims NLRB","shortId":"bNsPDxqJR","createdAt":"2021-05-06T00:42:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004362,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:36:40.000Z","url":"https://www.theverge.com/2021/5/5/22421969/google-illegally-firing-three-workers-nlrb-president-biden","canonicalUrl":"https://www.theverge.com/2021/5/5/22421969/google-illegally-firing-three-workers-nlrb-president-biden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26c1c893d173c0db6f7943285edca97f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBABAAMAAgMAAAAAAAAAAAAAAQACAwRBERIh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM758nPPMpfi46IIXWw+Xv49SRRQfZIiIH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BAforXCzm","title":"Reducing HTML Payload With Next.js (Case Study)","shortId":"BAforXCzm","createdAt":"2021-05-05T11:01:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":221,"score":27004315,"tagsStr":"webdev,react,html,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-05T14:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/reduce-data-sent-client-nextjs/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/reduce-data-sent-client-nextjs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b841f8d66347b14b18ba6f72d68da80a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAJBAAAQQAAwkAAAAAAAAAAAAAAQACAwQFBhESFCEiIzFBUaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDacuYduVCaR0oeT1gGMDNNIxw8+vpUoZusT0K0z4GbUkbXnnPcgFESkUUYlu4NXMVVZ8Hm/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@LaptopCouch","readTime":9,"description":null,"toc":null,"summary":null},{"id":"aji8Oq5j1","title":"A photographer says she was asked to work for Netflix’s Love is Blind — without any pay","shortId":"aji8Oq5j1","createdAt":"2021-05-05T23:48:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004308,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T23:47:53.000Z","url":"https://www.theverge.com/2021/5/5/22421838/netflix-love-is-blind-producer-photographer-free-work-exposure","canonicalUrl":"https://www.theverge.com/2021/5/5/22421838/netflix-love-is-blind-producer-photographer-free-work-exposure","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1047f90cc3bfd9229e3d0174b838caf9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAABBAEEAwAAAAAAAAAAAAACAQMEEQAFEhQhFTFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQEBAQAAAAAAAAAAAAAAAAAAESH/2gAMAwEAAhEDEQA/AEbUJ0vRpnFmPxuCjIWpbycsRRbXqveRPlr7T7jfnjLYSjasr3S/WMZNTzX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"31_bYO5Hg","title":"Holy Ship! Wrecked announces 2021 lineup, dates for their Mexico resort takeover","shortId":"31_bYO5Hg","createdAt":"2021-05-05T23:24:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004284,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T23:23:27.000Z","url":"https://dancingastronaut.com/2021/05/holy-ship-wrecked-announces-2021-lineup-dates-for-their-mexico-resort-takeover/","canonicalUrl":"https://dancingastronaut.com/2021/05/holy-ship-wrecked-announces-2021-lineup-dates-for-their-mexico-resort-takeover/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/680c6f3bc0ff0c4c83590b29eaf01486","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBBEABRIhYQYTFRYx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgMREjH/2gAMAwEAAhEDEQA/AM19q6cY23x7K0LJvp7R1lAKpjqNAOp5mow79qU5gwdmgYyzLvn5SlOjbtlklHkrXF//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bESNi4I5n","title":"SpaceX successfully landed a Starship prototype for the first time","shortId":"bESNi4I5n","createdAt":"2021-05-05T23:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004265,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T22:58:00.000Z","url":"https://www.theverge.com/2021/5/5/22421845/spacex-starship-sn15-successful-landing","canonicalUrl":"https://www.theverge.com/2021/5/5/22421845/spacex-starship-sn15-successful-landing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9771a8cf9c2641bb2235af091cf027c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAUREiEEBgcTUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAxMxUf/aAAwDAQACEQMRAD8A1U3fV6mmtu7wBkk9gKoQM6MORn4TUKby1dFlcHo4CQxGd25pSllktMkq48P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XrnvFfgQg-","title":"How to build blazing fast APIs with Fastify and TypeScript","shortId":"XrnvFfgQg-","createdAt":"2021-05-05T12:05:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily","views":150,"score":27004255,"tagsStr":"typescript,fastify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:00:00.000Z","url":"https://daily.dev/blog/how-to-build-blazing-fast-apis-with-fastify-and-typescript","canonicalUrl":"https://daily.dev/blog/how-to-build-blazing-fast-apis-with-fastify-and-typescript","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a00ad86aecfbcb9bc49e43e825f59cb9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJBAAAgAFAQkAAAAAAAAAAAAAAQIAAwUGEQQSExUhIjEyQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDHKZSbIFNVp1zap3dgs3ZpzDcrg5bv1c8DAPuJM2n2cJrhLk17KCcHhuMj75whEkH/2Q==","siteTwitter":"","creatorTwitter":"@lawrence_eagles","readTime":8,"description":null,"toc":null,"summary":null},{"id":"7X1OBpqqc","title":"Self-Portraits 2050","shortId":"7X1OBpqqc","createdAt":"2021-05-05T22:34:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27004234,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/115792843/Self-Portraits-2050","canonicalUrl":"https://www.behance.net/gallery/115792843/Self-Portraits-2050","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f475626ab8f672c3bd9c48af86e5aaf7","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABQYHCP/EACcQAAEDAwMBCQAAAAAAAAAAAAECAwQABREGISISExQVIzFBQ1Nh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/ADupbx4beYEONKt4Q44lt0OSEDs9+XWk+n5uDmmRVsSokpTlJ3BAzkVlfVHORdHF8lqmyMqO5PmH3qwaRmyhpSygSX8dyZ+Q/Wmrw1//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"alIDRoLFr","title":"Are the royals going to vlog?","shortId":"alIDRoLFr","createdAt":"2021-05-05T22:24:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004224,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T22:20:00.000Z","url":"https://www.theverge.com/2021/5/5/22421736/prince-william-kate-middleton-youtube-channel-vlog","canonicalUrl":"https://www.theverge.com/2021/5/5/22421736/prince-william-kate-middleton-youtube-channel-vlog","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f443a8aa57c48e335adfec13384c0a51","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBgcSERMxUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAA//aAAwDAQACEQMRAD8Amz2ssyutElguREmTt4Gmg4how3cKkhT74g/epraw7lZNIUVbSzChQAAngUpR/RZiUy3OJboTf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3R32lonUj","title":"Nintendo’s next big Switch title is aimed at budding game designers","shortId":"3R32lonUj","createdAt":"2021-05-05T22:14:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004214,"tagsStr":"tech-news,general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T22:05:18.000Z","url":"https://www.theverge.com/2021/5/5/22419556/game-builder-garage-nintendo-switch-trailer-release-date","canonicalUrl":"https://www.theverge.com/2021/5/5/22419556/game-builder-garage-nintendo-switch-trailer-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57f090b65e054d658ab7fedcb7a77005","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAFBBJRgaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQRBUHR/9oADAMBAAIRAxEAPwDY67f7CPgTqsoWDuxCKKNGhV+/GTPsGjdkKdipq7q/mMYPjsiy17Fc716YKpi7MG6n/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SQJ3Z_11U","title":"LaMelo’s Creativity, Michael Porter Jr.’s Development, and All-Rookie Teams","shortId":"SQJ3Z_11U","createdAt":"2021-05-05T21:26:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004166,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:20:31.000Z","url":"https://www.theringer.com/2021/5/5/22421766/lamelos-creativity-michael-porter-jr-s-development-and-all-rookie-teams","canonicalUrl":"https://www.theringer.com/2021/5/5/22421766/lamelos-creativity-michael-porter-jr-s-development-and-all-rookie-teams","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfb9ef967051489be1a14077241aa948","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEITEFEzL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAECACH/2gAMAwEAAhEDEQA/AMS2nOX5XXaxsmx29cPeuQEROVUfmqBIvjrJRqpRbOPsPEiOsYw06uZE7v/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YLwU-Huaz","title":"US supports lifting patent protections on COVID-19 vaccines","shortId":"YLwU-Huaz","createdAt":"2021-05-05T21:26:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:20:33.000Z","url":"https://www.theverge.com/2021/5/5/22421558/us-covid-coronavirus-vaccines-patent-waiver","canonicalUrl":"https://www.theverge.com/2021/5/5/22421558/us-covid-coronavirus-vaccines-patent-waiver","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/606caa2963bd298248d31635a48d37de","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEABEFIgYSIcH/xAAVAQEBAAAAAAAAAAAAAAAAAAADB//EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgMEESL/2gAMAwEAAhEDEQA/AHgF6OvwsFKGqiSwsKkU66BCsdlmGuzdj9yA8jfjqchZrLVQrDK0YPsRsAkfmMZQjM+tOTCc0JbY4aV//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NjTvlCA8Y","title":"Twitter is ruining the open for surprise meme with better image crops","shortId":"NjTvlCA8Y","createdAt":"2021-05-05T20:33:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004113,"tagsStr":"tech-news,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T20:29:45.000Z","url":"https://www.theverge.com/2021/5/5/22421574/twitter-crop-issue-bigger-images-rollout","canonicalUrl":"https://www.theverge.com/2021/5/5/22421574/twitter-crop-issue-bigger-images-rollout","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1b7edc8602677693dfa5abd30eda27d","ratio":1.91111111111111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAwIABBEhBRIiMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACBHHCgf/aAAwDAQACEQMRAD8Atil738EpN69DHW/VTAIE25JIBhreDvyzupxspLbNbZFrIkxkw6MyPZx8zSlK8QC7rphjKVp7yT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Uk2FgETB2","title":"The Complete Guide to Web Fonts in Email","shortId":"Uk2FgETB2","createdAt":"2021-05-05T20:21:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27004101,"tagsStr":"google,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:28:42.000Z","url":"https://webdesign.tutsplus.com/tutorials/web-fonts-for-email--cms-36847","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/web-fonts-for-email--cms-36847","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/36847/preview_image/web-fonts-email.png","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"uihbAmM51","title":"All Things ‘The Real Housewives of New York City’ and Bravo With Callie Rivers Curry","shortId":"uihbAmM51","createdAt":"2021-05-05T20:13:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004093,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T20:02:59.000Z","url":"https://www.theringer.com/2021/5/5/22421581/all-things-the-real-housewives-of-new-york-city-and-bravo-with-callie-rivers-curry","canonicalUrl":"https://www.theringer.com/2021/5/5/22421581/all-things-the-real-housewives-of-new-york-city-and-bravo-with-callie-rivers-curry","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/31f2bd775e45f9bc5f3712de621c6e17","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMEAQUBAAAAAAAAAAAAAgEDBQAEERIhBhMiQVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEETHw/9oADAMBAAIRAxEAPwC91I5IXUxajGyL0cbEkiN6CJgHbb18RVOM7Kq8+61IYiP1TNkxnHwv2lKFViy5PblbahWwO1P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aB2r6NgnJ","title":"Dan Biggar and Lions Squad Special","shortId":"aB2r6NgnJ","createdAt":"2021-05-05T19:56:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004076,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:49:20.000Z","url":"https://www.theringer.com/2021/5/5/22421571/dan-biggar-and-lions-squad-special","canonicalUrl":"https://www.theringer.com/2021/5/5/22421571/dan-biggar-and-lions-squad-special","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6df14505674bd0d0168091c1cdf32e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRITFhBRITIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRBCGx/9oADAMBAAIRAxEAPwDLv0vunRhOQvu7J41w2W4xrt9HFRzWBjleNbmUqrFRnfSlKitypRsHiErQasL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_-4pPy2fs","title":"A bug in Peloton’s API may have exposed a whole lot of user data","shortId":"_-4pPy2fs","createdAt":"2021-05-05T19:39:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004059,"tagsStr":"tech-news,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:30:38.000Z","url":"https://www.theverge.com/2021/5/5/22421329/peloton-api-bug-customer-data-exposed","canonicalUrl":"https://www.theverge.com/2021/5/5/22421329/peloton-api-bug-customer-data-exposed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d532665532ccfe0c8aa00a2f23e1107","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFEQYhEyIxYXL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDALEEUWH/2gAMAwEAAhEDEQA/AJkvOsvgM/b5INFcXN27tI7KVYReo8akHofHejrQ6rfXHMyZ5C1jtix2RN9/mlKPxnNJgt7vF3mqMwUdaz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Avs_UOyaP","title":"How to Improve Your Product Design and Development Model: Lessons From PayPal","shortId":"Avs_UOyaP","createdAt":"2021-05-05T19:22:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27004042,"tagsStr":"general-programming,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T13:45:00.000Z","url":"https://www.uxpin.com/studio/blog/improve-product-model/","canonicalUrl":"https://www.uxpin.com/studio/blog/improve-product-model/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0379fb7a86590a47535da0b5240c0a8d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGBABAQEBAQAAAAAAAAAAAAAAAQACEVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyuaA44F9e0SQf//Z","siteTwitter":"","creatorTwitter":"@uxpin","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KjaFUI4cR","title":"Amazon wants to make sure drivers who don’t work for the company are well-groomed and nice online","shortId":"KjaFUI4cR","createdAt":"2021-05-05T19:20:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004040,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:16:40.000Z","url":"https://www.theverge.com/2021/5/5/22421327/amazon-drivers-delivery-service-partner-rules-grooming-online-conduct","canonicalUrl":"https://www.theverge.com/2021/5/5/22421327/amazon-drivers-delivery-service-partner-rules-grooming-online-conduct","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0189e4110c4579694fe64c3d364972c7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAREAAkEEEzFSofD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiER/9oADAMBAAIRAxEAPwDAalBLtx9nMopprWpW24mGgCh7ESS3xYJOn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"b6u9Fl66K","title":"First genetically modified mosquitoes released in US","shortId":"b6u9Fl66K","createdAt":"2021-05-05T18:35:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003995,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:31:19.000Z","url":"https://www.livescience.com/first-genetically-modified-mosquitoes-us.html","canonicalUrl":"https://www.livescience.com/first-genetically-modified-mosquitoes-us.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/415e826cf082fdf5bf161933b2604f92","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgIABAcAAAAAAAAAAAAAAQIAAwQFEVEGEiEiMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAgMxQf/aAAwDAQACEQMRAD8AoZkzVcUYrHaBqrrVZUJPaNtuuh+zWU23vUjVuERlBVPPKPQiIY9Kms//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bJPzFHDvr","title":"Can AI reduce mammography, DBT workload for radiologists?","shortId":"bJPzFHDvr","createdAt":"2021-05-05T18:34:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003994,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:23:22.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132306&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132306","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45331c6a2b31ce3b31c690cdc01a27d3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwMFAQAAAAAAAAAAAAABAAIDBhEhBAVBQlJh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJjR2mZJR23l5Pc4a327m11JJMyOP0oiD//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"krEpp2RDp","title":"DPI Daylighting","shortId":"krEpp2RDp","createdAt":"2021-05-05T18:34:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003994,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118740103/DPI-Daylighting","canonicalUrl":"https://www.behance.net/gallery/118740103/DPI-Daylighting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa74fade3662faee77aa868d4117e54c","ratio":1.64705882352941,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAAYCAwEAAAAAAAAAAAAAAAECBAURAyEGExRh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Ai+LNp7PO4HMXJG3jkPUejB3LT2VRnoio7LWxvXo+AAsH/9k=","siteTwitter":"@behance","creatorTwitter":"@samlane_","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XW7C0VmFK","title":"Microsoft’s feud with Apple over xCloud on iOS got a rival kicked from the App Store","shortId":"XW7C0VmFK","createdAt":"2021-05-05T18:31:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003991,"tagsStr":"apple,microsoft,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:25:11.000Z","url":"https://www.theverge.com/2021/5/5/22421290/microsoft-apple-xcloud-ios-shadow-cloud-gaming-removal-app-store","canonicalUrl":"https://www.theverge.com/2021/5/5/22421290/microsoft-apple-xcloud-ios-shadow-cloud-gaming-removal-app-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8dd7823d0153ae29165acc819c752a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQFBiEiEf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGhEBAAIDAQAAAAAAAAAAAAAAAgABAxFBBP/aAAwDAQACEQMRAD8Ao5pqso8q02yxNldjK1tVL1oX9KGJI6cL8I6IKmas2uSfRiIEatA75UlftyJEVfNz/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MiA9KDAaX","title":"Entwicklung der DDoS-Bedrohungslandschaft im ersten Quartal 2021","shortId":"MiA9KDAaX","createdAt":"2021-05-05T13:56:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cloudflare","views":1,"score":27003950,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-18T23:00:00.000Z","url":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-de-de/","canonicalUrl":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-de-de/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fb7ffd24f6869c81553b5cbf4e8229b","ratio":1.9351403678606,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABgICAwAAAAAAAAAAAAAAAQIDBBEFBiExEhNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwCD17JYeNrGRiT9fYnT3vP0zlvGlTFpoqTXNHz2Jg26Myvr4ACsDFhF4X//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@OmerYoahimik","readTime":12,"description":null,"toc":null,"summary":null},{"id":"Xl39LsWDF","title":"Subtle Medical gets patent for SubtleGAD","shortId":"Xl39LsWDF","createdAt":"2021-05-05T16:37:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003877,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:31:04.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132303&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132303","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d605fed56592aa1e5edfbd05fd045b1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAhEAEAAQMDBQEAAAAAAAAAAAABAgMEEQAGIRITIjFRBf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwATtzb1o7bI0aEER6mWMJ289ec+XPCPHJjUxvvw7Sne3EI3DTjGpIIMjx59aa7CrVZbIrMqk1h3CCyfEBTHzD61J5SZyZzWUpOVXKv3Qf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-FoytMTCK","title":"What's the minimum number of people needed to survive an apocalypse?","shortId":"-FoytMTCK","createdAt":"2021-05-05T17:38:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003938,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:33:46.000Z","url":"https://www.livescience.com/minimum-people-to-survive-apocalypse.html","canonicalUrl":"https://www.livescience.com/minimum-people-to-survive-apocalypse.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a4a83dd0f1c960a78967cd402e8281e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEEyESFDFT4f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQNR/9oADAMBAAIRAxEAPwDQY3ehMeMxdILG4ukSw6TAmfE81Oc3g7Dah59f2lKDV6aMuE8P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"eQDM0iUMR","title":"Oversight Board to Facebook: We’re Not Doing Your Dirty Work","shortId":"eQDM0iUMR","createdAt":"2021-05-05T17:36:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003936,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:34:00.000Z","url":"https://www.wired.com/story/oversight-board-to-facebook-not-going-to-do-your-dirty-work/","canonicalUrl":"https://www.wired.com/story/oversight-board-to-facebook-not-going-to-do-your-dirty-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/72b28b9fd616f7213b75c94e22b7940d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAFIQQGcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAwQRUf/aAAwDAQACEQMRAD8AxXTey+VrdGuwjSOWeCkAkFqe0LHzIF2LMWPCTfMYwYw4ynZsrXvhP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ogGF3xdmy","title":"Twitter updates offensive tweet warnings, accepts that you like to swear at your friends","shortId":"ogGF3xdmy","createdAt":"2021-05-05T17:34:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003934,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:30:00.000Z","url":"https://www.theverge.com/2021/5/5/22420586/twitter-offensive-tweet-warning-prompt-updated-success-rate","canonicalUrl":"https://www.theverge.com/2021/5/5/22420586/twitter-offensive-tweet-warning-prompt-updated-success-rate","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80c0b1f3b8bf71db843e89d19675bcea","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhMRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPlLqtFiGpGd8+bCTqYdOdzvndkAHPYiX0v//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"liB3Ddfwv","title":"Netflix switches from prestige pics to shredded zombies for its widest theatrical release yet","shortId":"liB3Ddfwv","createdAt":"2021-05-05T17:34:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003934,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:29:56.000Z","url":"https://www.theverge.com/2021/5/5/22421065/zack-snyder-army-of-the-dead-netflix-theater-release","canonicalUrl":"https://www.theverge.com/2021/5/5/22421065/zack-snyder-army-of-the-dead-netflix-theater-release","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c208d2489d29aac01c911764b520c83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwUEBhFREiGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwDMn3Hkbcc9dmqvajTKtq1G1ipYsVJI56HEoZ64AA1IT35N7+xEEg80KpZN/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CArTDYxj9","title":"New climate goals are going to need a lot more minerals","shortId":"CArTDYxj9","createdAt":"2021-05-05T17:29:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003929,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:27:28.000Z","url":"https://www.theverge.com/2021/5/5/22421081/critical-minerals-climate-change-goals-clean-energy","canonicalUrl":"https://www.theverge.com/2021/5/5/22421081/critical-minerals-climate-change-goals-clean-energy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68d3ec54530504f0ebbf1892505c8a9e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFERLRBiFT/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDITH/2gAMAwEAAhEDEQA/AKPCEu7yq9tWvqjIE5gsoYg++ptWwFfkdZA638R3EQjK9DcJRb5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"56VB3dPnf","title":"Konica Minolta partners with nVoq","shortId":"56VB3dPnf","createdAt":"2021-05-05T16:49:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003889,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:40:58.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132304&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132304","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04206102162e2c48fe8092b49545cdf3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAkEAACAQIGAQUAAAAAAAAAAAABAgMFEQAEBhIhIgcTI0FRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACERIDFKH/2gAMAwEAAhEDEQA/AANK+SdGaypy0bydSIoX7COoxKWVWJuTcd4+folfwYNzniGitm52p9YzUmSLsYH2K26O/U3+eLc4jNQe1SJPT6bJ7Lt4sCvNsVsRIiQAkAKMUNEucRbiPG+wmF//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bBDHYBmr0","title":"What's the minimum number of people needed to survive an apocalypse?","shortId":"bBDHYBmr0","createdAt":"2021-05-05T16:38:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003878,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:33:46.000Z","url":"https://www.livescience.com/minimum-people-to-survive-apocalypse","canonicalUrl":"https://www.livescience.com/minimum-people-to-survive-apocalypse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a4a83dd0f1c960a78967cd402e8281e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEEyESFDFT4f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQNR/9oADAMBAAIRAxEAPwDQY3ehMeMxdILG4ukSw6TAmfE81Oc3g7Dah59f2lKDV6aMuE8P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"pOC2rerkp","title":"Trump objects to continued Facebook ban in email screed calling for ‘political price’ to be paid","shortId":"pOC2rerkp","createdAt":"2021-05-05T16:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003877,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:35:50.000Z","url":"https://www.theverge.com/2021/5/5/22421052/trump-facebook-ban-email-statement-objection-social-media","canonicalUrl":"https://www.theverge.com/2021/5/5/22421052/trump-facebook-ban-email-statement-objection-social-media","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4e529bea913f4c7b12e57e9c5ccd940","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBQYSIiYyUcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAxESUf/aAAwDAQACEQMRAD8Aw3buH3Xobw+jJAw+INdJHxTGVAyXKmkFt5PLq9WURJSpyRcyq79n/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"c2UeEWFcC","title":"Apple’s new 11-inch iPad Pro is already $50 off at Walmart","shortId":"c2UeEWFcC","createdAt":"2021-05-05T16:37:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003877,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:33:29.000Z","url":"https://www.theverge.com/good-deals/2021/5/5/22421079/apple-ipad-pro-11-inch-new-m1-processor-cpu-preorder-sale-deal-walmart","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/5/22421079/apple-ipad-pro-11-inch-new-m1-processor-cpu-preorder-sale-deal-walmart","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12c8d8d2d48fedf31161e1e71c6017a5","ratio":1.91033138401559,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgADBBEFBgcSkf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAbEQACAwADAAAAAAAAAAAAAAABAgADETFBsf/aAAwDAQACEQMRAD8Am3WeOwr/ABZVZbjgOiX5DMmlaxlZgPY62QAB8keiIFbEu4PWeR7EArRhydn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"7BD95pyCs","title":"Loki’s show is coming out two days earlier, in the spirit of the trickster god","shortId":"7BD95pyCs","createdAt":"2021-05-05T16:37:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003877,"tagsStr":"grafana","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:36:18.000Z","url":"https://www.theverge.com/2021/5/5/22421140/loki-disney-plus-show-new-date-wednesday","canonicalUrl":"https://www.theverge.com/2021/5/5/22421140/loki-disney-plus-show-new-date-wednesday","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1510ae066fb2b7ffd63ded251b4aefed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAQUAAAAAAAAAAAAAAgEDABESBSEiUeH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDBresKShZQGapPHvqYj1k1sWNNFclO58vmMZIj/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"7BIXq-ogr","title":"Blue Origin targeting July for first crewed flight, opens auction for a seat","shortId":"7BIXq-ogr","createdAt":"2021-05-05T16:24:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003864,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:18:25.000Z","url":"https://www.theverge.com/2021/5/5/22420709/jeff-bezos-blue-origin-new-shepard-tickets-astronaut","canonicalUrl":"https://www.theverge.com/2021/5/5/22420709/jeff-bezos-blue-origin-new-shepard-tickets-astronaut","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48f1ccaf1bda892bdc9ecd91e2f4a31f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAURElIGISIxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAIDIf/aAAwDAQACEQMRAD8Apeo3yClMSMhI1pkIrm7AdQTAYY12qp46+RH2omZMlbzPCmQTbGxQawn0O3KlKnaUMf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YbO6iVzTv","title":"The Case Against the Eagles","shortId":"YbO6iVzTv","createdAt":"2021-05-05T16:14:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003854,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:07:44.000Z","url":"https://www.theringer.com/music/2021/5/5/22420083/the-eagles-glen-frey-don-henley-50-years","canonicalUrl":"https://www.theringer.com/music/2021/5/5/22420083/the-eagles-glen-frey-don-henley-50-years","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/549ae1f6cfa19b436dbf585931660b0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQACAwQFBhETITFBEhRx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EAB4RAAIBBAMBAAAAAAAAAAAAAAECAwAEEVEFQbHR/9oADAMBAAIRAxEAPwDN2nEV2qjEfdkjdPLpP8NgQAOvgAy4VKrE0pqZjpP3eeJiO0RJLbxs+CN+0V7yF1HErJIQSzd6x9r/2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"MHLdVDr9v","title":"Varex reports positive financial results for Q2","shortId":"MHLdVDr9v","createdAt":"2021-05-05T16:10:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003850,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:55:20.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132302&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132302","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64ef1cd9f6cf351733dc0725f51e2209","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAEI/8QAJRAAAQIEBAcAAAAAAAAAAAAAAQACAwURIQQHQXEGEhMiMkSh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAETH/2gAMAwEAAhEDEQA/AJDkeVMgaOpNpe6JWndiGONdmBx+pQ4syiYOUY+Da3srLJtAJ1GqS3xGynSP/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"AULCicI8t","title":"LaMelo’s Return, Ant’s Surge, and One Final NBA Rookie Check-in","shortId":"AULCicI8t","createdAt":"2021-05-05T16:07:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003847,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:36:36.000Z","url":"https://www.theringer.com/nba/2021/5/5/22419937/nba-rookie-of-year-lamelo-ball-anthony-edwards","canonicalUrl":"https://www.theringer.com/nba/2021/5/5/22419937/nba-rookie-of-year-lamelo-ball-anthony-edwards","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fdeda2491d999cd31d38d271a997c3b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBRIGEyFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMEMf/aAAwDAQACEQMRAD8Ax/hjR72hFDJrwLJG6qJlQdj8sXf4Mi8lterkdqONB0SV1XtRNAmrNYxjeNQS0UosYDs//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"0hjSlE0CZ","title":"Corsair K70 RGB TKL mechanical keyboard review: great gaming, good typing","shortId":"0hjSlE0CZ","createdAt":"2021-05-05T16:02:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003842,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:00:00.000Z","url":"https://www.theverge.com/2021/5/5/22420824/corsair-k70-rgb-tkl-review","canonicalUrl":"https://www.theverge.com/2021/5/5/22420824/corsair-k70-rgb-tkl-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60eeece16557029e1814babd03498bbc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBAUABhESExQhUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRIf/aAAwDAQACEQMRAD8AjX1ZdR9RWses1LOgQ+6eU2wzyCWwpRJAHL2c3Klr20U0BLp6riY7YUsjyo8RufuMZOzOwjqcWf/Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"mtLaOpond","title":"Google Remembers Android Tablets Exist, Adds a New Media Hub","shortId":"mtLaOpond","createdAt":"2021-05-05T15:35:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003815,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:30:00.000Z","url":"https://www.wired.com/story/google-adds-entertainment-experience-android-tablets/","canonicalUrl":"https://www.wired.com/story/google-adds-entertainment-experience-android-tablets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de6cf8da27a8f72702d4300f798de70e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgYEEjEy0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBEAAQMFAAAAAAAAAAAAAAAAAAECAwQRMXHB/9oADAMBAAIRAxEAPwCvYgFJea6UeSQURxluNupG24f1a5ETDMuJxUreOLXVP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"fkUZ-XqKz","title":"Google’s Entertainment Space for Android tablets puts videos, games, and books in one place","shortId":"fkUZ-XqKz","createdAt":"2021-05-05T15:32:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003812,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:30:00.000Z","url":"https://www.theverge.com/2021/5/5/22420405/google-entertainment-space-announced-android-tablets","canonicalUrl":"https://www.theverge.com/2021/5/5/22420405/google-entertainment-space-announced-android-tablets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f364697dea762daa79bd33e0768e1ae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQFERMGEiFBFDEy/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDBlgW6HrrK68qXztKS2he3YfKXyCb266itBqDqqFTlZZg3lmzdTlz8j3xCEOJVdA7pPGf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MDDtJUzyS","title":"Who Was Napoleon Bonaparte?","shortId":"MDDtJUzyS","createdAt":"2021-05-05T15:22:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003802,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:06:01.000Z","url":"https://www.livescience.com/napoleon-bonaparte.html","canonicalUrl":"https://www.livescience.com/napoleon-bonaparte.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84cc3ef492f3505d79b5384e4da76b28","ratio":1.49707602339181,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAgYDAQAAAAAAAAAAAAABAgMABAUGESIhIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKK9KyLeqdCk5qdRK0hCOxtLanFvZUNfCANeT7gnEURsqkukuCTThe2vnPyEID//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0_gKvjT6K","title":"Oldest deliberate burial of a human in Africa discovered","shortId":"0_gKvjT6K","createdAt":"2021-05-05T15:21:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003801,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:10:50.000Z","url":"https://www.livescience.com/oldest-human-burial-africa-discovered.html","canonicalUrl":"https://www.livescience.com/oldest-human-burial-africa-discovered.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5f0ff9247f216fe0fbcbd480ebc8929","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEIQVBEhRR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDGseHjfdx4xxOK1zKBeLJNEm96vffwK86TEs1AAOh4DSIjLH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cgUEJoLGi","title":"Biden’s Labor Department reverses Trump-era gig worker rule","shortId":"cgUEJoLGi","createdAt":"2021-05-05T14:45:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003765,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:43:56.000Z","url":"https://www.theverge.com/2021/5/5/22420896/biden-labor-department-reverse-gig-worker-rule-trump","canonicalUrl":"https://www.theverge.com/2021/5/5/22420896/biden-labor-department-reverse-gig-worker-rule-trump","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3aa4e0ea79b70c941751ab86bc6a282","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQFBhEhBxQyUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRMf/aAAwDAQACEQMRAD8AxmO5pIsXb1gtAqJSyii07z9IrMAQ40vBGvvMXHqvbnJZ8Rp2duSxqzsn34QhFW6lFzBDI5PZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZBstrDo8u","title":"Decapitated worms 'see' with their headless bodies","shortId":"ZBstrDo8u","createdAt":"2021-05-05T14:41:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:22:55.000Z","url":"https://www.livescience.com/decapitated-worm-sees-with-its-body.html","canonicalUrl":"https://www.livescience.com/decapitated-worm-sees-with-its-body.html","image":"https://cdn.mos.cms.futurecdn.net/SUBaBEKpMnVTy7T8i4eMWJ-1200-80.gif","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgEDEQAEBQYSEyExQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AjdUzWvMa9gwcdsxNu3ELltyw5qRR5QuMyi/YhVrE80bbmZvzZjpFcOKEJCRyWO3qlKD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lDaRhSE02","title":"Peloton recalls its treadmills following series of accidents","shortId":"lDaRhSE02","createdAt":"2021-05-05T14:40:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003760,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:35:05.000Z","url":"https://www.theverge.com/2021/5/5/22420918/peloton-treadmill-recall-tread-accidents-cpsc-voluntary-refund","canonicalUrl":"https://www.theverge.com/2021/5/5/22420918/peloton-treadmill-recall-tread-accidents-cpsc-voluntary-refund","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51588ee1b5117b0bd302486257779bd9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAgYCAwAAAAAAAAAAAAACAQQAAwUGERITITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ALS+Kk9G4LbbMnBNeeecs1HBIvIJD4Xpca57++opqcyCVT2svYj0lCOxKuVwidrCEBuv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6H9Jlptdn","title":"Jeffrey Sutorius strides into solo era with ‘Nostalgia’ alongside Krimsonn on Revealed Recordings","shortId":"6H9Jlptdn","createdAt":"2021-05-05T14:31:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003751,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:30:57.000Z","url":"https://dancingastronaut.com/2021/05/jeffrey-sutorius-strides-into-solo-era-with-nostalgia-alongside-krimsonn-on-revealed-recordings/","canonicalUrl":"https://dancingastronaut.com/2021/05/jeffrey-sutorius-strides-into-solo-era-with-nostalgia-alongside-krimsonn-on-revealed-recordings/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d86ef4d0ac4b686d0efcc1bfd9397170","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECAwQFETESFUFSkf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAACAwABBBIhYf/aAAwDAQACEQMRAD8AxWm1KGmDJTPZcXLSZ6XEEViPjORJ3N3on0ADR5LdB7CgUJMKr8n/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"PBvetpnLJ","title":"Trump’s Facebook Ban Is Upheld—For Now","shortId":"PBvetpnLJ","createdAt":"2021-05-05T14:20:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003740,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:15:00.000Z","url":"https://www.wired.com/story/trump-facebook-ban-upheld-for-now/","canonicalUrl":"https://www.wired.com/story/trump-facebook-ban-upheld-for-now/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ace0f74442d9e767f0a606ab937a22d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQFERIUISNBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/AMliyAxNnyuNtoIhDZJ3WRTI7SOGJZgBvWyB681PSZWRWNpZsSNksrkn6ePqaUqyCqb0/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"q3HkDEP0c","title":"Physicists get close to taming the chaos of the 'three-body problem'","shortId":"q3HkDEP0c","createdAt":"2021-05-05T14:07:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003727,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:51:04.000Z","url":"https://www.livescience.com/three-body-problem-statistical-solution.html","canonicalUrl":"https://www.livescience.com/three-body-problem-statistical-solution.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db4e6a8418ba00f18d458d51efa7567e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwQFERIGEyExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADBBIhMWGh/9oADAMBAAIRAxEAPwDB+ma3amoRRzTBJYcCIgPXHk+m189qVk6NuHJW4juHIQSmLm5PsnZ38oiVyzTZgHXpvSOPbjIROGv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"7HoX9Fvrb","title":"Snap can be sued for fueling a fatal car crash with its speed filter, court rules","shortId":"7HoX9Fvrb","createdAt":"2021-05-05T14:00:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003720,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:57:48.000Z","url":"https://www.theverge.com/2021/5/5/22420679/snapchat-speed-filter-wrongful-death-lemmon-snap-appeals-ruling-section-230","canonicalUrl":"https://www.theverge.com/2021/5/5/22420679/snapchat-speed-filter-wrongful-death-lemmon-snap-appeals-ruling-section-230","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df1a28653aa0edff5042192c27bd6c51","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABBEhIjEFEzJBof/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxEFMdH/2gAMAwEAAhEDEQA/AK17XvwwrE4hhaJi0IQFHLZ8hydSTyM+81I33VZIb64iw+yRl2vgaHGmQT9NKVG8dWtrFXGgex3OdT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EiKr7lyRD","title":"Get two years of PS Plus for less than the cost of one","shortId":"EiKr7lyRD","createdAt":"2021-05-05T13:30:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003690,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:27:56.000Z","url":"https://www.theverge.com/good-deals/2021/5/5/22420735/playstation-ps-plus-membership-sony-apple-battery-case-iphone-watch-nike-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/5/22420735/playstation-ps-plus-membership-sony-apple-battery-case-iphone-watch-nike-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19010fb6001035c9635ee5266ebf27c5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAYBBQEAAAAAAAAAAAAAAAECAwQREgUGExUxIf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMFi68tranVKhRFxlx3cVm2XIhzK8yX7dfK8oSBgAtH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TcNSCFxfq","title":"Freaky Deaky returns—SIDEPIECE, Excision, Galantis, deadmau5 and more","shortId":"TcNSCFxfq","createdAt":"2021-05-05T13:29:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003689,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:29:01.000Z","url":"https://dancingastronaut.com/2021/05/freaky-deaky-returns-sidepiece-excision-galantis-deadmau5-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/freaky-deaky-returns-sidepiece-excision-galantis-deadmau5-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ff3acb0c19a9b2af84e96d7240e596f","ratio":1.51255539143279,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRJBYQYhIv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAgMBAAAAAAAAAAAAAAABABEDEyGR/9oADAMBAAIRAxEAPwDM4dM8dezQR3N6ZmX6ZkG2NuRjkd1EIoUATM7bfW4FRnulKbkSqi1gcX2f/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"s3jbQ8PvX","title":"It Began As an AI-Fueled Dungeon Game. It Got Much Darker","shortId":"s3jbQ8PvX","createdAt":"2021-05-05T11:06:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003546,"tagsStr":"data-science,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.wired.com/story/ai-fueled-dungeon-game-got-much-darker/","canonicalUrl":"https://www.wired.com/story/ai-fueled-dungeon-game-got-much-darker/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18000df4bbee77af3e7c04f9983e9559","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACEQMEBQYSMRMUQVHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwCXpLWOSzee2VnltK1omnsJkPECQYjnz7WsNyLy0HtbISOOj9REs6DTMt//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"9QjVACgK1","title":"Blasterjaxx and Jonathan Mendelsohn clinch collaborative trilogy with ‘Make It Out Alive’","shortId":"9QjVACgK1","createdAt":"2021-05-05T13:18:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003678,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:17:56.000Z","url":"https://dancingastronaut.com/2021/05/blasterjaxx-and-jonathan-mendelsohn-clinch-collaborative-trilogy-with-make-it-out-alive/","canonicalUrl":"https://dancingastronaut.com/2021/05/blasterjaxx-and-jonathan-mendelsohn-clinch-collaborative-trilogy-with-make-it-out-alive/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00c92784f609a2127587f091c467a7be","ratio":1.74766355140187,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQMEAwAAAAAAAAAAAAABAgMABBEFBhIxE2Gh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8Amp90XVlq0Vm0MUwCwEOxYEeR8Ho+qribgnKzlQehxzj7SlCvZAlLPKivSf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"MLzL_wxTR","title":"Social Apps That Go Suddenly Viral Put Kids at Risk","shortId":"MLzL_wxTR","createdAt":"2021-05-05T13:12:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003672,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:00:00.000Z","url":"https://www.wired.com/story/opinion-social-apps-that-go-suddenly-viral-put-kids-at-risk/","canonicalUrl":"https://www.wired.com/story/opinion-social-apps-that-go-suddenly-viral-put-kids-at-risk/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f95c64ce4fefe5ad9aaf5118e8361ee","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQREiExBQYiQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAEDAAIEEiH/2gAMAwEAAhEDEQA/AM8SeKtOo1FcHnMiPNlBWwwddLwNgWNx7vyIlL3RXlRkJJNt+J+whFg/Iaph0tGgy4J7P//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3g-7SHNTU","title":"Help! How Can I Be a Better Mentor?","shortId":"3g-7SHNTU","createdAt":"2021-05-05T13:12:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003672,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:00:00.000Z","url":"https://www.wired.com/story/ooo-can-i-be-a-better-mentor/","canonicalUrl":"https://www.wired.com/story/ooo-can-i-be-a-better-mentor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a03832e35dc68f8127465d0199e96b6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQREgUhIiRhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAwQREyIxwf/aAAwDAQACEQMRAD8A2LxDSRM6XAV47ppYsoSF7iNSNuox7FWIt8nxx8alKLKU3XGnR8Eoph0WjmgM/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dXepJ3kGH","title":"The Verge’s Father’s Day Gift Guide 2021","shortId":"dXepJ3kGH","createdAt":"2021-05-05T13:08:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003668,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-07T13:30:00.000Z","url":"https://www.theverge.com/22410178/the-verges-fathers-day-gift-guide-2021","canonicalUrl":"https://www.theverge.com/22410178/the-verges-fathers-day-gift-guide-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1e9af351675781ac5165bb92ca9a5ee","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQQCAwARBRIxIf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxES/9oADAMBAAIRAxEAPwDRueVmrwqtrLNjNS0bBdSYQhFkdJTInoeHQBAyRdGjkV6njc/UWYi41wZPWHYb0Png3jGUqkW52WwaBBY8gZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"nblQcUB3AC","title":"Facebook’s Trump ban can stay in place, says Oversight Board","shortId":"nblQcUB3AC","createdAt":"2021-05-05T13:08:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003668,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:01:36.000Z","url":"https://www.theverge.com/2021/5/5/22320329/facebook-oversight-board-trump-ban-decision","canonicalUrl":"https://www.theverge.com/2021/5/5/22320329/facebook-oversight-board-trump-ban-decision","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/657d2bedc77094d7517f1bc48bd93966","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIRJBUWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMAIWEEBUFC8P/aAAwDAQACEQMRAD8AwdToptrxMkKayU4gOny5Rwet4378VabRpTAi5kAYjW/tKUKZ2VQR6wql27SxyzOriwyR2YcHFf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pJYNDa6OE","title":"Divers discover massive thigh bone from Ice Age mammoth in Florida river","shortId":"pJYNDa6OE","createdAt":"2021-05-05T12:54:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003654,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:40:56.000Z","url":"https://www.livescience.com/mammoth-bone-florida-river.html","canonicalUrl":"https://www.livescience.com/mammoth-bone-florida-river.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12124e1475d13626fc8b9ec20deb1de5","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAACAQQCAwEAAAAAAAAAAAABAwIABAUREkEUISIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADETGR/9oADAMBAAIRAxEAPwCfG3mZurAPbmL5L1rZOAS88fUfnexs6P7Ua8znYriHZC5Y0ACc/MYOR7OuqUqdZY5wafYr1oOCf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nKR4tKPbs","title":"Malicious Office 365 Apps Are the Ultimate Insiders","shortId":"nKR4tKPbs","createdAt":"2021-05-05T12:45:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27003645,"tagsStr":"security,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/malicious-office-365-apps-are-the-ultimate-insiders/","canonicalUrl":"https://krebsonsecurity.com/2021/05/malicious-office-365-apps-are-the-ultimate-insiders/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7067c5e51a15bc01ef1fd2442c00da69","ratio":0.841692789968652,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQj/xAAjEAACAQIEBwAAAAAAAAAAAAABAgMABAUGETESEyJRUnHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAECADH/2gAMAwEAAhEDEQA/AKUt0KShQ0jAHbi0pOhMalewgaWFizBGbq7j1QaZqviinl2+3iftOYa5i0G//9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"tUhablZ7H","title":"Shithousery, Agüero, and Looking Ahead to Arsenal v. Villarreal","shortId":"tUhablZ7H","createdAt":"2021-05-05T12:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003637,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:28:44.000Z","url":"https://www.theringer.com/2021/5/5/22420742/shithousery-aguero-and-looking-ahead-to-arsenal-v-villarreal","canonicalUrl":"https://www.theringer.com/2021/5/5/22420742/shithousery-aguero-and-looking-ahead-to-arsenal-v-villarreal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ab2859f94929db62e37fbf2003f2e9c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAeEAABAwUBAQAAAAAAAAAAAAABAgMEAAUREiEVQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAQEAAwAAAAAAAAAAAAAAAQIAA0FS/9oADAMBAAIRAxEAPwCvLguXubBditKRFZLu3RuCMlJ7yiW7fISHkW9ttLg3CNidQe4z9pSqlyHKB5MeLphV73//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bujud5QUu","title":"Stephen A. Smith Discusses His Journey Through Journalism","shortId":"bujud5QUu","createdAt":"2021-05-05T12:25:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003625,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:20:32.000Z","url":"https://www.theringer.com/2021/5/5/22420733/stephen-a-smith-discusses-his-journey-through-journalism","canonicalUrl":"https://www.theringer.com/2021/5/5/22420733/stephen-a-smith-discusses-his-journey-through-journalism","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/533d291cf063df3e4a2461b974a924eb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgIDAQADAAAAAAAAAAAAAQIDBAAREgYFIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAMAAwEAAAAAAAAAAAAAAAECAwAEEUH/2gAMAwEAAhEDEQA/AISWHZY5ZZZnu1WIisbQFS7K/XPOtggfmasPqfQVIUrR/N3CkKiNeliJ0PobPGMYsYIJrwZduHl3XwE5/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"eZjqFWKP1","title":"‘60 Songs That Explain the ’90s’: 'Say It Ain’t So,' Weezer, and the Teenager in All of Us","shortId":"eZjqFWKP1","createdAt":"2021-05-05T12:25:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003625,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:23:53.000Z","url":"https://www.theringer.com/2021/5/5/22420370/60-songs-that-explain-the-90s-say-it-aint-so-weezer-and-the-teenager-in-all-of-us","canonicalUrl":"https://www.theringer.com/2021/5/5/22420370/60-songs-that-explain-the-90s-say-it-aint-so-weezer-and-the-teenager-in-all-of-us","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e767970cbe8cbb9b554921e76a20b30","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMCBgMAAAAAAAAAAAAAAgEEIQADBQYRIjFhBxIT/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMxBBEiUWH/2gAMAwEAAhEDEQA/AIw8lY0RXNrZLv0A0NEKFM5jXuOorbM83uBaWBuM2xmgChFuT2XTnmlKeXEg0eAvrxOHuFFf/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"uhLUof_Pm","title":"Tales From Yankees-Astros at the Stadium, Plus NY Post Columnist Mike Vaccaro and Actor/Yankee Fan Nick Turturro","shortId":"uhLUof_Pm","createdAt":"2021-05-05T12:18:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003618,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:17:08.000Z","url":"https://www.theringer.com/2021/5/5/22420727/tales-from-yankees-astros-plus-ny-post-columnist-mike-vaccaro-and-actor-yankee-fan-nick-turturro","canonicalUrl":"https://www.theringer.com/2021/5/5/22420727/tales-from-yankees-astros-plus-ny-post-columnist-mike-vaccaro-and-actor-yankee-fan-nick-turturro","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a89aa1a649dbf82bfe3a92724bfc79d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwUGERIhIzJR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAiEx/9oADAMBAAIRAxEAPwCLpuxtcYi9Mh4blIrFtZJJNaqeTb+3I9kTO0jHCpA+OR3CjdjYez9iIXNhVXs//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"V1XPAoXp0","title":"Breaking Down PS5’s ‘Returnal’ and Netflix’s ‘Yasuke’","shortId":"V1XPAoXp0","createdAt":"2021-05-05T12:10:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003610,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:09:09.000Z","url":"https://www.theringer.com/2021/5/5/22420496/breaking-down-ps5s-returnal-and-netflixs-yasuke","canonicalUrl":"https://www.theringer.com/2021/5/5/22420496/breaking-down-ps5s-returnal-and-netflixs-yasuke","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27f100258e228a111436519279d8d8b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAGIQUSExEUMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAIDAAAAAAAAAAAAAAAAAAIDABEx/9oADAMBAAIRAxEAPwDN1q/5cNcRyNGS2pPEAQ573DPiozL7krmPr7VI3OKPTkOM/KUoYUrrIqTCvZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QE9A13-oD","title":"How Weird, Bouncy Cell Signals Can Help Track Wildfire Smoke","shortId":"QE9A13-oD","createdAt":"2021-05-05T12:09:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003609,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T08:00:00.000Z","url":"https://www.wired.com/story/how-cell-signals-can-help-track-wildfire-smoke/","canonicalUrl":"https://www.wired.com/story/how-cell-signals-can-help-track-wildfire-smoke/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67d108817a565358706771d82704e044","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAEEAwAAAAAAAAAAAAABAgMEEQAFBhIiEyFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRIVH/2gAMAwEAAhEDEQA/AJlE3xIKVqmwmH320jgts+IDsm7Au8rcXWY0mMy+vTUcnUBZ737Iv5jGBDsmBrGwByf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TScMWu7FX","title":"Andy Weir’s 'Project Hail Mary' Is 'The Martian,' Again","shortId":"TScMWu7FX","createdAt":"2021-05-05T12:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003609,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T08:00:00.000Z","url":"https://www.wired.co.uk/article/project-hail-mary-andy-weir-science","canonicalUrl":"https://www.wired.co.uk/article/project-hail-mary-andy-weir-science","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67896680b726766adae09dd95771f522","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEFBBIGBxMhMZGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AIl4hyp5iS4abUtnhB3uMrLFbXGmi6b4Hf3a2sQldGx3VIsA0Ca+oiD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ztXlEAoVj","title":"The Bears Know QB Disappointment. They Hope Justin Fields Is Different","shortId":"ztXlEAoVj","createdAt":"2021-05-05T12:04:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003604,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:57:44.000Z","url":"https://www.theringer.com/nfl/2021/5/5/22420164/justin-fields-nfl-draft-bears-quarterback-redemption","canonicalUrl":"https://www.theringer.com/nfl/2021/5/5/22420164/justin-fields-nfl-draft-bears-quarterback-redemption","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2b83837864df6e58ad3403c52e7c320","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIhBgcxkcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAECABEDEjFBof/aAAwDAQACEQMRAD8Aoevo7sfunZ35MgvFEcSMN7NbKDmBthWCOfXFbElm5hICbokAeMxkn7SlS9iTR6iGQLiRxyb8M//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"C_xNFPgwA","title":"The 10 Most Interesting Kris Bryant Trade Destinations","shortId":"C_xNFPgwA","createdAt":"2021-05-05T12:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003603,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:51:08.000Z","url":"https://www.theringer.com/mlb/2021/5/5/22420056/kris-bryant-cubs-trade-destinations-white-sox-phillies-braves","canonicalUrl":"https://www.theringer.com/mlb/2021/5/5/22420056/kris-bryant-cubs-trade-destinations-white-sox-phillies-braves","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/328a51e4635581ff7a218c94846beecd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIFAwQRAAYTITESYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQEAAQQDAQAAAAAAAAAAAAABAgADEaEEIWGR/9oADAMBAAIRAxEAPwCh3Fs+pcl4ppSobKabjCtSBNuyFgHBBH14ejj3vPWNMjoKhFR9rHI3ItpSW3DkYLBAFzjP5ppom9OUrQL79Ka5FuOYyDtHTg1X/9k=","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"9oSbsXw0V","title":"Go read this report on how law enforcement can extract sensitive data from your car","shortId":"9oSbsXw0V","createdAt":"2021-05-05T11:34:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003574,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:27:16.000Z","url":"https://www.theverge.com/2021/5/5/22420674/go-read-this-intercept-report-vehicle-forensics-infotainment-personal-sensitive-data-law-enforcement","canonicalUrl":"https://www.theverge.com/2021/5/5/22420674/go-read-this-intercept-report-vehicle-forensics-infotainment-personal-sensitive-data-law-enforcement","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"4ZEYY1dtQ","title":"Premiere: Rise and shine with Joris Delacroix and Run River’s ‘Early Hours’","shortId":"4ZEYY1dtQ","createdAt":"2021-05-05T11:23:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:22:50.000Z","url":"https://dancingastronaut.com/2021/05/premiere-rise-and-shine-with-joris-delacroix-and-run-rivers-early-hours/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-rise-and-shine-with-joris-delacroix-and-run-rivers-early-hours/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d88b0158551057a44660d3f927a8a5b0","ratio":1.47679324894515,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIiBgchMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AM1qPWqrZXYt45rKyeHaI4yDzVW5A+x52/Kl6f3HZbC2WbT4JJBEoZznLHAyaUqrdLu8mSTA7//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pKWbso_Hk","title":"‘Returnal’ Is the First, Stunning Showcase for the PS5","shortId":"pKWbso_Hk","createdAt":"2021-05-05T11:19:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:05:00.000Z","url":"https://www.theringer.com/2021/5/5/22420270/returnal-is-the-first-stunning-showcase-for-the-ps5","canonicalUrl":"https://www.theringer.com/2021/5/5/22420270/returnal-is-the-first-stunning-showcase-for-the-ps5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f347b5dbaaa0de844d959d67ff16526","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIEESEAAwUSMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRIjGx/9oADAMBAAIRAxEAPwDAOud3NXOjihqQpo56bFedwqYpUT4KmbvLCwSqxsIBsAgH7jGUkbG2UyPM0Tq+lf/Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"5ygeoSoxj","title":"Eating too much salt could mess with your immune cells","shortId":"5ygeoSoxj","createdAt":"2021-05-05T11:07:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:00:00.000Z","url":"https://www.livescience.com/salt-disrupts-immune-cell-functioning.html","canonicalUrl":"https://www.livescience.com/salt-disrupts-immune-cell-functioning.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cecb113990eb99dd93e60358c1ab6328","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFBhESITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AINIxeGy2uJj7nHWFvMDIxvJUMh69fFAC8j39rKz64kc8iLb2zhWKhgOAeD99FKUSzoR9TFn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AdLi2PL_Q","title":"MDMA-assisted therapy for PTSD one step closer to FDA approval","shortId":"AdLi2PL_Q","createdAt":"2021-05-05T11:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:00:06.000Z","url":"https://www.livescience.com/psychedelic-ptsd-treatment-landmark.html","canonicalUrl":"https://www.livescience.com/psychedelic-ptsd-treatment-landmark.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9906d5a4ccb5a61bc49d58bb4690c1b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBQYHIRIUkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIRAP/aAAwDAQACEQMRAD8AwHjns03I8r9KynxllUxxSox0pHv2pOiD+5Ivd95CvdsQz06zSxyMjsrHRYHRIxjDEjrnUukwO//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DD9DfAfj_","title":"It’s Already Time to Stop the Next Pandemic. Can a Prize Help?","shortId":"DD9DfAfj_","createdAt":"2021-05-05T11:06:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.wired.com/story/its-already-time-to-stop-the-next-pandemic-can-a-prize-help/","canonicalUrl":"https://www.wired.com/story/its-already-time-to-stop-the-next-pandemic-can-a-prize-help/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/efb50f929ff2693b022e051447b7f2f8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRABAQACAQUAAAAAAAAAAAAAAgEAEQMSITFh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEVH/2gAMAwEAAhEDEQA/ANUFyWdERKW9KHx9uVERBidVk1VZN332xjDuuEt0AbZ2f//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"WD5GaH47v","title":"Forget To-Do Lists. You Really Need a 'Got Done' List","shortId":"WD5GaH47v","createdAt":"2021-05-05T11:06:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.wired.com/story/productivity-got-done-list/","canonicalUrl":"https://www.wired.com/story/productivity-got-done-list/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f76384c3bbc863b0c17c2c36fdca99c0","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRIUITFSYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAQUBAQAAAAAAAAAAAAAAAQACBCFRA0H/2gAMAwEAAhEDEQA/AN+2qx28mnullCGEbAFVQY3Ko9eyCM9581CvbpHvJ340Q3SMcY+0pRD6VFiR+bbA806V/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Rumcl_PEu","title":"Amway My Pack by NUTRILITE","shortId":"Rumcl_PEu","createdAt":"2021-05-05T10:40:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003520,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118275705/Amway-My-Pack-by-NUTRILITE","canonicalUrl":"https://www.behance.net/gallery/118275705/Amway-My-Pack-by-NUTRILITE","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4a68d90ea448253928e079a330307ea4","ratio":1.59817351598174,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhBUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAH/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxFBUbH/2gAMAwEAAhEDEQA/ANeuipaWTpZqWr0qOMToMlHmtg1137giIc22MQu9ROoRULZyT7P/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sAy0lt54d","title":"Two Assholes Lost in the Woods: An Oral History of “Pine Barrens”","shortId":"sAy0lt54d","createdAt":"2021-05-05T10:34:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003514,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:30:00.000Z","url":"https://www.theringer.com/tv/2021/5/5/22417569/sopranos-pine-barrens-oral-history","canonicalUrl":"https://www.theringer.com/tv/2021/5/5/22417569/sopranos-pine-barrens-oral-history","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7465d6c9a14d00a392e01dbfaf600d7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAAYBAwUAAAAAAAAAAAAAAAECAwQRIQUGEhYiQlSC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDeI20IMWQ25HUsmlGZOtr7uSaOiI/HObzYv0vo3p39mACfJ2at/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4VVsFUJvM","title":"Kayzo brings the energy on remix of ILLENIUM and iann dior’s ‘First Time’","shortId":"4VVsFUJvM","createdAt":"2021-05-05T10:26:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003506,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:26:00.000Z","url":"https://dancingastronaut.com/2021/05/kayzo-brings-the-energy-on-remix-of-illenium-and-iann-diors-first-time/","canonicalUrl":"https://dancingastronaut.com/2021/05/kayzo-brings-the-energy-on-remix-of-illenium-and-iann-diors-first-time/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30c38443d5edaf78d2d57d4613fd5f88","ratio":1.49953139643861,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIRAAAgECBgMAAAAAAAAAAAAAAQIDAAUEBhESIjETUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABsRAAICAwEAAAAAAAAAAAAAAAECABEDBDFR/9oADAMBAAIRAxEAPwCIM/Wq3Wi1BMCWePCFXjDN45dTyUjoHUA7vfytlszZamJlik2RvyVTA+oB6FKUqKsyXLro4A5Xk//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DX4JQQ4Ct","title":"The NBA Play-in Is Becoming a Hot-Button Issue. But It’s Probably Not Going Anywhere.","shortId":"DX4JQQ4Ct","createdAt":"2021-05-05T10:17:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003497,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:15:00.000Z","url":"https://www.theringer.com/nba/2021/5/5/22420413/nba-play-in-tournament-lebron-james-mark-cuban","canonicalUrl":"https://www.theringer.com/nba/2021/5/5/22420413/nba-play-in-tournament-lebron-james-mark-cuban","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4612f017dfe43324002dcd4cc07e8701","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIRAAMFElEEBgcTImGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDITNhcf/aAAwDAQACEQMRAD8Ag8FyljLvS/J8fcW533QMdLQPADTH0knf1WQuLbOzKmlSZAmYG1KUjE09VJ6mcBpf/9k=","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"DsQoROzi9","title":"Sonny Fodera and Just Kiddin deliver a sun-kissed melodic house anthem, “Closer”","shortId":"DsQoROzi9","createdAt":"2021-05-05T10:16:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003496,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:15:00.000Z","url":"https://dancingastronaut.com/2021/05/sonny-fodera-delivers-a-sunkissed-melodic-house-anthem-closer/","canonicalUrl":"https://dancingastronaut.com/2021/05/sonny-fodera-delivers-a-sunkissed-melodic-house-anthem-closer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e3c5cc2d3cc6c82f06db7310e81f1af","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQGEQUSISNR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDWOZyWzbL8fni5B0s4FuRPF0OA5ZAFOtdyD71VFs+x9WKm8k2Do+F/lKUH/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WYUrMgiP0","title":"The 14 NFL Rookies With the Most Fantasy Football Potential in 2021","shortId":"WYUrMgiP0","createdAt":"2021-05-05T10:10:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003490,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:00:00.000Z","url":"https://www.theringer.com/2021/5/5/22420419/fantasy-football-rookies-jamarr-chase-kyle-pitts-najee-harris","canonicalUrl":"https://www.theringer.com/2021/5/5/22420419/fantasy-football-rookies-jamarr-chase-kyle-pitts-najee-harris","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d45c8c4e7ca7903720e11d1e1bc56e31","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAURACEGEjFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDERJBsf/aAAwDAQACEQMRAD8Aq6uayubzfktO9aVa0V0UvWuhjJjVWb52ezsD8+9c1OtjY4a0USz2yEQKC07EnQ133xxwPImR4Oq4ErMKdQX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"m79WUu6w-","title":"Oracle Linux Manager 2.10: Erster Eindruck","shortId":"m79WUu6w-","createdAt":"2021-05-05T09:11:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27003431,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T08:46:55.000Z","url":"https://cstan.io/?p=12772","canonicalUrl":"https://cstan.io/?p=12772","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00c18add01fd085796e75d9d71f93302","ratio":1.56666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAwABAgYEBREWQVaV0v/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDZ6jSqzk1/XmPW9IYkxczmXBHKTvy/d4q70FUPFdD68XyiIL//2Q==","siteTwitter":"","creatorTwitter":"@stankowic_devel","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TXC9JMuxC","title":"US birth rate plunged in 2020","shortId":"TXC9JMuxC","createdAt":"2021-05-05T09:06:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:00:00.000Z","url":"https://www.livescience.com/us-birth-rates-plunged-2020.html","canonicalUrl":"https://www.livescience.com/us-birth-rates-plunged-2020.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5313f41a42870bcb8f6b56b9ad6346fe","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwQDAQAAAAAAAAAAAAACAAEDBAURIRIUMfD/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCqsJ2QLbE/TKY3jzIfm9eZ+0o+upbNJW1BjHxEpCdm4vpndETQyBf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yJcnWo5n6","title":"PS5 designer helps Nike with latest Paul George sneakers","shortId":"yJcnWo5n6","createdAt":"2021-05-05T08:56:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003416,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T08:49:02.000Z","url":"https://www.theverge.com/2021/5/5/22420584/nike-pg5-playstation-shoes-sneakers-paul-george-basketball","canonicalUrl":"https://www.theverge.com/2021/5/5/22420584/nike-pg5-playstation-shoes-sneakers-paul-george-basketball","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d43203681da2439564cbe4109e138ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQMCAAQRBQYSISIkQUJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/ALvU787i2svUb9eWWqXCCxI8BkY85EeTgYHzNZgfcKL2dvEdR9v2lKoqJ6sDKmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"D0QOOMKMI","title":"JavaScript Typed Arrays","shortId":"D0QOOMKMI","createdAt":"2021-05-04T20:56:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"bit","views":167,"score":27003334,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T20:56:15.000Z","url":"https://blog.bitsrc.io/javascript-typed-arrays-ccfa5ae8838d","canonicalUrl":"https://blog.bitsrc.io/javascript-typed-arrays-ccfa5ae8838d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9978d0e0954a4a3865df9b5ef8a3e26","ratio":1.58730158730159,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABBEFFAcSISIxUuH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAABAgMRITL/2gAMAwEAAhEDEQA/AInRU3nBnU4bYCFrbUdzdMDymdGUKi5HqRnHioFIJyi4kwMdO75SlNkU3sqjnJ//2Q==","siteTwitter":"@bitdev_","creatorTwitter":"@MahdhiRezvi","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Inf2LRtYK","title":"Lung ultrasound can determine care needs for COVID patients","shortId":"Inf2LRtYK","createdAt":"2021-05-05T07:23:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003323,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132295&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132295","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12cafae1fbabbfa5fc4d5387602316de","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMEABESIQUGFGHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIRMf/aAAwDAQACEQMRAD8AveuokTesNc7MmOnJkOGMyEoTkCq+7E2Nxr1UWzzM5xpC/IcGSQd2PylKmm6wTZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Low-uc_w0","title":"Burnout looms larger for third-year residents","shortId":"Low-uc_w0","createdAt":"2021-05-05T07:23:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003323,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132299&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132299","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d88987e0a51e11a6eea46c35dfd8ec1e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIFAAMEBhESISIxMkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRIWH/2gAMAwEAAhEDEQA/ALRMlfl9RxkjfJQ4mTeXHtqeSsCFZmJ8twSPW1bEkpc4F6B2+0pSXAA6g0MWXJ7P/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CxNB_SaVP","title":"Apache OpenOffice 4.1.10 veröffentlicht","shortId":"CxNB_SaVP","createdAt":"2021-05-05T07:11:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27003311,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T06:36:00.000Z","url":"https://linuxnews.de/2021/05/apache-openoffice-4-1-10-veroeffentlicht/","canonicalUrl":"https://linuxnews.de/2021/05/apache-openoffice-4-1-10-veroeffentlicht/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/1aab55ec4412130680e1c33f08412818","ratio":0.740625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIRAAAgMAAgICAwAAAAAAAAAAAQMCBBEABQYHIUETUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAIBEAAQIGAwEAAAAAAAAAAAAAAgMhAAEEERJhcZGhwf/aAAwDAQACEQMRAD8Azrx31f11rrDG8bhufiDJyWqcs0fQiM/p+D++Arvht1Fx6lsVOC2SjGROEgHASPrlur7a8hh0CeqtvZcSkYstdPBgwaN+c4Jsdree9jmWmmbJGcslg0nTxNZWkIRxF9fZ2eCEEa0TLIm2/Urt5xH/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iJbyBuJ0Z","title":"16px or Larger Text Prevents iOS Form Zoom","shortId":"iJbyBuJ0Z","createdAt":"2021-05-04T21:54:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":19,"score":27003289,"tagsStr":"ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:16:04.000Z","url":"https://css-tricks.com/16px-or-larger-text-prevents-ios-form-zoom/","canonicalUrl":"https://css-tricks.com/16px-or-larger-text-prevents-ios-form-zoom/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/845cbeff4203a01e71ddee4b8e65cb18","ratio":1.62244897959184,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAECAxEhMkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0TCtwrsS8lnplSekAB//2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"C7MidiH8Y","title":"He Loves Me, He Loves Me Not","shortId":"C7MidiH8Y","createdAt":"2021-05-05T06:45:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003285,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118730543/He-Loves-Me-He-Loves-Me-Not","canonicalUrl":"https://www.behance.net/gallery/118730543/He-Loves-Me-He-Loves-Me-Not","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45237636e156b683f53b68b4c2387998","ratio":1.59453302961276,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQSIREFBiJhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRIfD/2gAMAwEAAhEDEQA/AI7t+N0dtpqUcpHAg4jY51l4rTX6I1leJhir8taBoeviIk8KtRY2vdMsgik9E//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8nUUSQST5","title":"Node.js Async Await Tutorial – With Asynchronous JavaScript Examples","shortId":"8nUUSQST5","createdAt":"2021-05-04T16:19:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":380,"score":27003271,"tagsStr":"javascript,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-04T20:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:07:17.000Z","url":"https://www.freecodecamp.org/news/node-js-async-await-tutorial-with-asynchronous-javascript-examples/","canonicalUrl":"https://www.freecodecamp.org/news/node-js-async-await-tutorial-with-asynchronous-javascript-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/77ed135eacd0becba5d5e32d17bd651a","ratio":1.72,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQUSIjHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AM+Q3kG2TL9FyYgyJETI58NnOsH3Uu7kiWzJZcE9jvsPlKVPZAZf/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@stanley_ngn","readTime":12,"description":null,"toc":null,"summary":null},{"id":"gddKINzYy","title":"How we use Web Components at GitHub","shortId":"gddKINzYy","createdAt":"2021-05-04T16:17:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":338,"score":27003257,"tagsStr":"general-programming,webdev,open-source,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-04T20:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:57:58.000Z","url":"https://github.blog/2021-05-04-how-we-use-web-components-at-github/","canonicalUrl":"https://github.blog/2021-05-04-how-we-use-web-components-at-github/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c80eac8f61ca87cdcb2e2ba6c51ed38","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAwACAQUAAAAAAAAAAAAAAQIDABESEyEiI0H/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEB/9oADAMBAAIRAxEAPwDRt0eUarOh9j9TyHLid/Mtm9Aigvs6HfWMYmUf/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":7,"description":null,"toc":null,"summary":null},{"id":"tKebRBrkt","title":"TUXEDO InfinityBook S 15 Gen 6 eingetroffen","shortId":"tKebRBrkt","createdAt":"2021-05-05T05:51:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27003231,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T05:25:00.000Z","url":"https://linuxnews.de/2021/05/tuxedo-infinitybook-s-15-gen-6-eingetroffen/","canonicalUrl":"https://linuxnews.de/2021/05/tuxedo-infinitybook-s-15-gen-6-eingetroffen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/138dfb56ec4003f8ae7c7c3c0928ec0c","ratio":1.65105386416862,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAgYCAwAAAAAAAAAAAAACAQMABAUGERITIRUxUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AKlX5a47eumX8SdNmGahVCflymnXBNtDbwTRaiqKG2ST51FOYSb4G+cmObVN9BXXbHeMr6zCELAZf//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"tzi7uetdK","title":"A Full-Fledged Jokic-gasm With Kevin O’Connor and J. Kyle Mann","shortId":"tzi7uetdK","createdAt":"2021-05-05T04:15:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003135,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T04:15:14.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/5/22420465/a-full-fledged-jokic-gasm-with-kevin-oconnor-and-j-kyle-mann","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/5/22420465/a-full-fledged-jokic-gasm-with-kevin-oconnor-and-j-kyle-mann","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/074705f1f02216c3d1597fb5bfd76fb1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDEQAEBVESExQxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECESEx/9oADAMBAAIRAxEAPwDKdil0UL7/AHt0My+HKqd6mKvcb9d19FAD3zksurmdQySGNSLCKq0o4FjGMI9ZW8R//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"G_rvoDSWD","title":"U.S. Data Privacy Legislation: Proposed & Pending Regulations","shortId":"G_rvoDSWD","createdAt":"2021-05-05T00:08:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cshub","views":1,"score":27003122,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/us-data-privacy-legislation-proposed-pending-regulations","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/us-data-privacy-legislation-proposed-pending-regulations","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80dacd71fece0ddc6e7714303e0d1fce","ratio":1.34099616858238,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFBjFRERJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAARED/9oADAMBAAIRAxEAPwDNtMxOEv8AEX0ssE11IY/WJ0YIIn7IPP2pra4gYjweexSlFo6ycP/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"E1BNmqIm1","title":"How to build an effective professional network on LinkedIn: Some data-driven insights","shortId":"E1BNmqIm1","createdAt":"2021-05-04T16:02:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"linkedin","views":110,"score":27003068,"tagsStr":"tech-news,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://engineering.linkedin.com/blog/2021/professional-network-checklist","canonicalUrl":"https://engineering.linkedin.com/blog/2021/professional-network-checklist","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f66e45442f37e506a604d5643a323e25","ratio":1.78117048346056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgABBAMFESESUWGx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEBAQEAAAAAAAAAAAAAAAECAwAx/9oADAMBAAIRAxEAPwDc7pfq8O9W2EEMKrSdMbyHDGOx4v8Ad+KqdVyMiw23yiJu2MTEIenEy1pqxfHv/9k=","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"HVfY_Y3_2","title":"“I Take Everything in My Life As Motivation”","shortId":"HVfY_Y3_2","createdAt":"2021-05-05T03:02:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003062,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T02:55:28.000Z","url":"https://www.theringer.com/nba/2021/5/4/22417583/nba-tyrese-haliburton-sacramento-kings-rookie","canonicalUrl":"https://www.theringer.com/nba/2021/5/4/22417583/nba-tyrese-haliburton-sacramento-kings-rookie","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e60f6a463fd0e5e231f561da0af66cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMFERIhEyJRUoH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQMAEhQxUXGR/9oADAMBAAIRAxEAPwDRZWdycphdaUVvxV6llwo7WYbDxp6g/TrVaRnMuki6om8KxHFseaUpgqXYio8gjmsx1Gx1z3P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"UABbcTe7m","title":"“May the Fourth Be With You” Star Wars Special","shortId":"UABbcTe7m","createdAt":"2021-05-05T02:45:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003045,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T02:33:56.000Z","url":"https://www.theringer.com/2021/5/4/22420321/may-the-fourth-be-with-you-star-wars-special","canonicalUrl":"https://www.theringer.com/2021/5/4/22420321/may-the-fourth-be-with-you-star-wars-special","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/264cab8e609382052a3b84e95374ae8e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUEBhESI0Fhgv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQADAAAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AM93DQBkhoKiEodlI5UEjkv5+RKCjaGIemtmqt6mUE9z1EREoPTP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"02ZvA-OQl","title":"Promising Young Golfers With Jason Sobel","shortId":"02ZvA-OQl","createdAt":"2021-05-05T02:13:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003013,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T02:10:18.000Z","url":"https://www.theringer.com/2021/5/4/22420278/promising-young-golfers-with-jason-sobel","canonicalUrl":"https://www.theringer.com/2021/5/4/22420278/promising-young-golfers-with-jason-sobel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/837626b0bcdff1f5f268068bb487afb8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESIRMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECAxL/2gAMAwEAAhEDEQA/AKLxX+mXVIMrdTTPBIySMePHYD4Oj7rLLm6zBuJS2fypJY7nznvulKiqk8INn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"z1elsHwKj","title":"Epic says there’s an App Store payment lockout — but Apple just sees friction","shortId":"z1elsHwKj","createdAt":"2021-05-05T01:13:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002953,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T01:10:14.000Z","url":"https://www.theverge.com/2021/5/4/22419894/apple-epic-fortnite-app-store-antitrust-trial-day-2","canonicalUrl":"https://www.theverge.com/2021/5/4/22419894/apple-epic-fortnite-app-store-antitrust-trial-day-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4a4968d8a8b4a5c7934efee9f9ad65b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBAUAESESE//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAIREAAQIEBwAAAAAAAAAAAAAAAQACAwQRMQUSE7Gy0eH/2gAMAwEAAhEDEQA/AMfiOx4lbYRH4TEmXKS2US17SpnXVAAcPoaB33JlVhXNkoNOySnm/qruMYdLtz1r1srfG4zpQM0gLm4DuQPq/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ynhUpuDQT","title":"WhatsApp payments are finally coming back to Brazil after government suspension","shortId":"ynhUpuDQT","createdAt":"2021-05-05T01:12:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002952,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T01:07:24.000Z","url":"https://www.theverge.com/2021/5/4/22420029/whatsapp-payments-brazil-launch-regulations-fight","canonicalUrl":"https://www.theverge.com/2021/5/4/22420029/whatsapp-payments-brazil-launch-regulations-fight","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/351286b58440dd891fad019b2042fed3","ratio":1.90909090909091,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABBEFBhMHFSEicaP/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQARAhITMf/aAAwDAQACEQMRAD8Aqt8bPk1PUre67k0PHayWqrGrp6scnJSRc/DUG/SCBnYjUwoJyBxy+P2pSkc8RWvYbZSrn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VLQ8xBNXh","title":"API mocking in unit test and storybook","shortId":"VLQ8xBNXh","createdAt":"2021-05-04T15:54:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":92,"score":27002947,"tagsStr":"webdev,testing,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:54:28.000Z","url":"https://itnext.io/api-mocking-in-unit-test-and-storybook-a0e774f7296","canonicalUrl":"https://gist.github.com/07d7b06252a846273de505553b7c8dc5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c322bf74b990c915c984c4218f4cce8","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQFERIGExQhMXFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDBBFR/9oADAMBAAIRAxEAPwDHcBmJ69WS3R5cL4QAZtp3uPks+SOx9qgfxzK57iynjQ0nUDpAdAiJt0FqvkvDdB5P/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@imDongCHEN","readTime":3,"description":null,"toc":null,"summary":null},{"id":"tBCYEhJaH","title":"Let’s use (X, X, X, X) for talking about specificity","shortId":"tBCYEhJaH","createdAt":"2021-05-04T14:57:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":64,"score":27002945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:19:55.000Z","url":"https://css-tricks.com/lets-use-x-x-x-x-for-talking-about-specificity/","canonicalUrl":"https://css-tricks.com/lets-use-x-x-x-x-for-talking-about-specificity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/025a5f2a2ab8e583e6f261924d278b7a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFBhESBxMh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCiYHembJ4pxy5NW2MX1Q0dKbSltSiARsq5Oz8rKORiPKyG6SEsetLsp1YR1vkFZOt6pSkH/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hyhAygDw0","title":"Rookie Rankings and Post-Draft Winners and Losers","shortId":"hyhAygDw0","createdAt":"2021-05-05T00:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:01:13.000Z","url":"https://www.theringer.com/2021/5/4/22420102/rookie-rankings-and-post-draft-winners-and-losers","canonicalUrl":"https://www.theringer.com/2021/5/4/22420102/rookie-rankings-and-post-draft-winners-and-losers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e8a530582cb2db6583467ad238e9e65","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEABESBQYhBxMVMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EAB4RAAAEBwAAAAAAAAAAAAAAAAABAxECBAUSEyHB/9oADAMBAAIRAxEAPwCC6LGYldhLreSpExuKslRtirkkAejVxc6Y7NbWpHiXlYkpuZbnNvtKUj7FDRJZJe/JCRs3R//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9RpUNoZjT","title":"Boost Mobile’s Unlimited Plus plan now comes with talk, text, and telemedicine","shortId":"9RpUNoZjT","createdAt":"2021-05-04T23:52:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002872,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T23:43:29.000Z","url":"https://www.theverge.com/2021/5/4/22419961/boost-mobile-unlimited-plan-healthcare-k-health","canonicalUrl":"https://www.theverge.com/2021/5/4/22419961/boost-mobile-unlimited-plan-healthcare-k-health","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aac1a4f989fc6ba0ecb8236dfaa6a033","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxABAAECBwEAAAAAAAAAAAAAAQACEQMEBRIWITHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAQEBAAMAAAAAAAAAAAAAAAECABExQf/aAAwDAQACEQMRAD8A0Nq1WLyfIFNZZ8HdYO79CC/PZRxEMySqHeTS8D5v/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"d5qKoHGsD","title":"The story of Basecamp’s disastrous policy","shortId":"d5qKoHGsD","createdAt":"2021-05-04T23:29:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002849,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T23:25:00.000Z","url":"https://www.theverge.com/2021/5/4/22419512/basecamp-political-speech-policy-fallout","canonicalUrl":"https://www.theverge.com/2021/5/4/22419512/basecamp-political-speech-policy-fallout","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f008ce1deac2f31a6b3dd5ea7debf62","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAhBDESE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAxEhIkHw/9oADAMBAAIRAxEAPwDZ5WWGTnkqX9aNMwY2H34gdaA2dfcpSQlFqwK6vrGMLGsn2yirN0P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yNK4-q3ar","title":"Young green turtles tracked to 'lost years' hideaway","shortId":"yNK4-q3ar","createdAt":"2021-05-04T23:05:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T23:02:55.000Z","url":"https://www.livescience.com/green-sea-turtles-sargasso-sea-tracking.html","canonicalUrl":"https://www.livescience.com/green-sea-turtles-sargasso-sea-tracking.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bd99552d3eaece4a76cf0df63c1d479","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQRBhIhFDEyQdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAwADAQAAAAAAAAAAAAAAAQIDACExUf/aAAwDAQACEQMRAD8A1MWvLMcMpFKqYRE0sbhwId7yd3blTDWsrxu6CoM8+LvpERJ1dusee4ukUUaAz//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"18BeRke-2","title":"I like X-wings as much as the next guy, but we don’t need one in the Smithsonian","shortId":"18BeRke-2","createdAt":"2021-05-04T22:58:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002818,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T22:55:00.000Z","url":"https://www.theverge.com/tldr/2021/5/4/22419570/smithsonian-national-museum-star-wars-x-wing","canonicalUrl":"https://www.theverge.com/tldr/2021/5/4/22419570/smithsonian-national-museum-star-wars-x-wing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3869df15d32e1e257fa9d7fec1917a6a","ratio":1.90661478599222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMUEh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AM6rkjFrx8JaksSwLa5sAbZYeDzQkVzt2PPvBwREnAnVv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aDcrQACPn","title":"AT&T violated labor law but can still ban workers from recording conversations, NLRB rules","shortId":"aDcrQACPn","createdAt":"2021-05-04T22:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002806,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T22:38:35.000Z","url":"https://www.theverge.com/2021/5/4/22419772/att-rule-barring-workers-recording-conversations-legal-federal-labor-law","canonicalUrl":"https://www.theverge.com/2021/5/4/22419772/att-rule-barring-workers-recording-conversations-legal-federal-labor-law","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fec00e55e3ad3858fa3ebfdb868e63a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgABAwQFQQYhBxETIzJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxEhYbHw/9oADAMBAAIRAxEAPwC7h/booNJwVFyIrlcJaYSapmfeNi35C2PuXz6WfMEXWPtt5OiJxQoVde1Jfc5ew557M//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8Q8r_3qOX","title":"HTC may announce two new Vive VR headsets on May 11th","shortId":"8Q8r_3qOX","createdAt":"2021-05-04T22:42:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002802,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T22:35:00.000Z","url":"https://www.theverge.com/2021/5/4/22419755/htc-vive-pro-2-focus-3-business-edition-virtual-reality-vr-headset-vivecon-rumor","canonicalUrl":"https://www.theverge.com/2021/5/4/22419755/htc-vive-pro-2-focus-3-business-edition-virtual-reality-vr-headset-vivecon-rumor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9cdd39a494862ba445b041f3508a2fbd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAwIEEQABBRIhQRMx4v/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREBAAEDBQAAAAAAAAAAAAAAAQACAxETMVHB8P/aAAwDAQACEQMRAD8Aypi3LkcZm3JD3Gpk0DqlCeFeQmvMz6jqrhKHmtodCiOw/VKUS4rTh56JdtBr1vt2f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MNHjWNVR1","title":"[??] Respiration","shortId":"MNHjWNVR1","createdAt":"2021-05-04T22:33:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27002793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118756061/-Respiration","canonicalUrl":"https://www.behance.net/gallery/118756061/-Respiration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c7e1abb25312b14e25dd098539f14c9","ratio":1.63360560093349,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDEQAFBAYTMUFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEQMEEv/aAAwDAQACEQMRAD8A0mv5jmjn4yKVOrCkzEKWo9zVHxVZOk22zkkZ1eJQxJA9fMYwLimQtrNPqrP/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sgNdHRpPl","title":"RSIP Vision debuts prostate AI registration tool","shortId":"sgNdHRpPl","createdAt":"2021-05-04T18:27:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":27002781,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:06:47.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132292&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132292","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1dd1b8efb3c26e3ec970c511823420f9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAQIDAAQGEQUhEhMyU2HR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECQf/aAAwDAQACEQMRAD8Atw/hMfPCCSOARRgyTr6h2xDe3x76+qJPxmLo7JJasrqdMDIOjWf4xeXJxbkibmYkINEuetEaoe1/eFiTd3BO/kP7Sr0rTy5FD//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"MxofusiPY","title":"Here’s how to turn your Lenovo laptop into an Echo Show, if you want to do that for some reason","shortId":"MxofusiPY","createdAt":"2021-05-04T22:18:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T22:15:00.000Z","url":"https://www.theverge.com/2021/5/4/22419777/amazon-echo-show-lenovo-laptops-feature-announced","canonicalUrl":"https://www.theverge.com/2021/5/4/22419777/amazon-echo-show-lenovo-laptops-feature-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3a464fe128ee912cd8b2f11436cd54f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEEgUGEzEUQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AkNkMCx2lpbCUtrVcMhzkKYKc1Ex36nusN1W28PVLy2zz4Xlt5ERlCiJ+UpSThHIC3//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3L3gFj8ks","title":"How to Grow Your Agency or Freelance Business","shortId":"3L3gFj8ks","createdAt":"2021-05-04T22:05:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002765,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T19:04:44.000Z","url":"https://mediatemple.net/blog/work-life/how-to-grow-your-agency-or-freelance-business/","canonicalUrl":"https://mediatemple.net/blog/work-life/how-to-grow-your-agency-or-freelance-business/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a16c81351e40b515821d530c30f8509d","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAACAAEDBAUGExExElGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDMVH/2gAMAwEAAhEDEQA/AJq55/kdJURV0FwIZCJo9fDamH14dKhDPrqYCZwUDkTcu+nt/qIlWDyTmJq63P/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4I3hktcPJ","title":"Updating an Apple Watch Series 3 is a nightmare in 2021","shortId":"4I3hktcPJ","createdAt":"2021-05-04T21:58:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002758,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:55:00.000Z","url":"https://www.theverge.com/2021/5/4/22419569/apple-watch-series-3-software-update-reset-bad-experience","canonicalUrl":"https://www.theverge.com/2021/5/4/22419569/apple-watch-series-3-software-update-reset-bad-experience","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a8a9d204359637345543a813abdcc93d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAwIFBQAAAAAAAAAAAAABAgMEABEFBhITIRUxMkFC/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgADMRL/2gAMAwEAAhEDEQA/AIs+SXMh4gz0xa3N0liQVmxc41XBHj6457VVDnQ5MNh9xnENbraVqtPNrkXPzSlDL6gp7lBqklZOZ//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qKypn8RN_","title":"A Check-in With Every Division. Plus: Minor League Baseball Is Finally Back!","shortId":"qKypn8RN_","createdAt":"2021-05-04T21:54:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002754,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:42:50.000Z","url":"https://www.theringer.com/2021/5/4/22419875/a-check-in-with-every-division-plus-minor-league-baseball-is-finally-back","canonicalUrl":"https://www.theringer.com/2021/5/4/22419875/a-check-in-with-every-division-plus-minor-league-baseball-is-finally-back","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca476574b4b8d561a1d67074ab55ce01","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAeEAAABgIDAAAAAAAAAAAAAAAAAQIDESEFExQicf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQACAwEBAAAAAAAAAAAAAAACAwABEQQh/9oADAMBAAIRAxEAPwCJjKrQ+6nUk9de9okW8t47JcTcAAKZ7Q1F18qi3Rn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"R8EzK4Jhf","title":"Ben Affleck Is on a Dating App?, Bill and Melinda Gates Split, and Will Smith’s Pandemic Body","shortId":"R8EzK4Jhf","createdAt":"2021-05-04T21:54:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002754,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:35:31.000Z","url":"https://www.theringer.com/2021/5/4/22419832/ben-affleck-is-on-a-dating-app-bill-and-melinda-gates-split-and-will-smiths-pandemic-body","canonicalUrl":"https://www.theringer.com/2021/5/4/22419832/ben-affleck-is-on-a-dating-app-bill-and-melinda-gates-split-and-will-smiths-pandemic-body","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88903f59418c0d0f0323d6d0cffcd524","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAwQGERITUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAABAv/aAAwDAQACEQMRAD8AzpScY8WuSg6maxHGfNrXOCk8z+0RUwV//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"m6YvR1rD7","title":"Ranking the Top 25 Players in the NBA","shortId":"m6YvR1rD7","createdAt":"2021-05-04T21:54:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002754,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:44:11.000Z","url":"https://www.theringer.com/2021/5/4/22419817/ranking-top-25-players-in-nba","canonicalUrl":"https://www.theringer.com/2021/5/4/22419817/ranking-top-25-players-in-nba","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2274bc026c8cd4f634bc9f36c9a7b382","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgQRAAMGBRITITFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAiH/2gAMAwEAAhEDEQA/AIp9oTfH8lZsrC1uLDhCpF4k9yEme4M7j681QWcDx5dlC+LUE7kgwHioHylKouqjpKQ//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"67yB9QLRC","title":"Basecamp CEO apologizes to staff in new post: ‘We have a lot to learn’","shortId":"67yB9QLRC","createdAt":"2021-05-04T21:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002745,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:36:43.000Z","url":"https://www.theverge.com/2021/5/4/22419799/basecamp-ceo-apologizes-staff-new-post","canonicalUrl":"https://www.theverge.com/2021/5/4/22419799/basecamp-ceo-apologizes-staff-new-post","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c21721d65a0d1ba04facc7098422ca94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABAgRREhQiMnGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIEIjH/2gAMAwEAAhEDEQA/ANF0Ks7FSqYdkgRQi+oMWZ4z9+KfslbcF4N3fGfERDfEUcdb2f/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"n9Tw6yzm1","title":"Copy a Directory in Linux – How to cp a Folder in the Command Line in Linux and Unix (MacOS)","shortId":"n9Tw6yzm1","createdAt":"2021-05-04T15:39:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":13,"score":27002738,"tagsStr":"general-programming,apple,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:33:12.000Z","url":"https://www.freecodecamp.org/news/copy-a-directory-in-linux-how-to-cp-a-folder-in-the-command-line-in-linux-and-unix-macos/","canonicalUrl":"https://www.freecodecamp.org/news/copy-a-directory-in-linux-how-to-cp-a-folder-in-the-command-line-in-linux-and-unix-macos/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8d4a68b200a840140ff24bc4a37024c","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDBAAHEUEFEhMiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAQADAAAAAAAAAAAAAAAAAQADEkH/2gAMAwEAAhEDEQA/ANJtVFqSyM92R66x9wTw+zH4OBv+8ZYtSq7xozdXuqzAEgVxsMYxawMq8L//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@johnmosesman","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OGyvY5OF2","title":"Streaming ETL with Confluent: Routing and Fan-Out of Apache Kafka Messages with ksqlDB","shortId":"OGyvY5OF2","createdAt":"2021-05-04T17:17:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"conf","views":5,"score":27002735,"tagsStr":"kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:53:36.000Z","url":"https://www.confluent.io/blog/streaming-etl-with-confluent-kafka-message-routing-and-fan-out/","canonicalUrl":"https://www.confluent.io/blog/streaming-etl-with-confluent-kafka-message-routing-and-fan-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_yiHNZAFM","title":"Google prematurely announces ‘Pixel Buds A-Series’ with now-deleted tweet","shortId":"_yiHNZAFM","createdAt":"2021-05-04T21:35:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002735,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:33:10.000Z","url":"https://www.theverge.com/2021/5/4/22419835/google-pixel-buds-a-series-tweet-photo","canonicalUrl":"https://www.theverge.com/2021/5/4/22419835/google-pixel-buds-a-series-tweet-photo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ae022128a7268f89fc3a0d0dd360cb3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEEiEFExQxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEwMSYf/aAAwDAQACEQMRAD8A2OmmB2Y12VAJQ2Omhh7dE8Wa9qGS8eTLqwBu5oUOBfxEVeMa3s3BB9jWBP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PReXAfYkS","title":"Epic pushed Xbox chief to open free multiplayer just ahead of Apple Fortnite battle","shortId":"PReXAfYkS","createdAt":"2021-05-04T17:25:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002725,"tagsStr":"tech-news,apple,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:19:31.000Z","url":"https://www.theverge.com/2021/5/4/22419392/epic-games-xbox-chief-phil-spencer-free-xbox-live-multiplayer-fortnite-apple-case","canonicalUrl":"https://www.theverge.com/2021/5/4/22419392/epic-games-xbox-chief-phil-spencer-free-xbox-live-multiplayer-fortnite-apple-case","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6568b12f289fea1e62282c19ead6219","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAEDBBECBTFREhNBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAExQf/aAAwDAQACEQMRAD8AwNO4NG1setVramu6ccel0ah0mhGYp9n5B7wJ0nsACKSY/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"7Cgi8f7Ez","title":"How does Airbnb track and measure growth marketing?","shortId":"7Cgi8f7Ez","createdAt":"2021-05-04T17:06:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"airbnb","views":5,"score":27002724,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:06:28.000Z","url":"https://medium.com/airbnb-engineering/how-does-airbnb-track-and-measure-growth-marketing-15ee4ce55c5d","canonicalUrl":"https://medium.com/airbnb-engineering/how-does-airbnb-track-and-measure-growth-marketing-15ee4ce55c5d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2af3c98897a3effa6168215bcf1f6e7c","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDBAURIQAGByIxQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACERIi/9oADAMBAAIRAxEAPwCFk6atlxs0kDU8k1VJEDSgvpmwPIt7wWI1rS4+71aDsLM9DTvVXNFqGjUyKuSA2Nga/eOOGxvUWLOLIT//2Q==","siteTwitter":"@AirbnbEng","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"HLglgtWm8","title":"WNBA to stream games on Twitter, Facebook, and Paramount Plus","shortId":"HLglgtWm8","createdAt":"2021-05-04T17:20:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002721,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:16:01.000Z","url":"https://www.theverge.com/2021/5/4/22419249/wnba-stream-games-twitter-facebook-oculus-paramount-plus-google","canonicalUrl":"https://www.theverge.com/2021/5/4/22419249/wnba-stream-games-twitter-facebook-oculus-paramount-plus-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a14f759fbf08eca20cf2ba6298d37c1b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQQAAwkAAAAAAAAAAAAAAQACAwQGESEFEhMUIjFBYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACA0EEEhMy/9oADAMBAAIRAxEAPwCltE7SxWKcsNMU61LiPhNZpEzpSWdXoDX6sjsYeYyxK3n7o3XEZNeAO/gZaBER7ciSPyaCQ4skB2Fr/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vYtc6jKVa","title":"One of Samsung’s best phones ever is now officially retired","shortId":"vYtc6jKVa","createdAt":"2021-05-04T17:08:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002720,"tagsStr":"tech-news,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:02:11.000Z","url":"https://www.theverge.com/2021/5/4/22419205/samsung-galaxy-s8-security-update-schedule","canonicalUrl":"https://www.theverge.com/2021/5/4/22419205/samsung-galaxy-s8-security-update-schedule","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ead85935741a967138472a0faeda38e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMRAAQSBgchMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAARIQEC/9oADAMBAAIRAxEAPwCI71odjqmTaVzEJnTkik+Tz93f05FvoIrsFn2qBoXKcYymxBzWz//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Z9BBvFu-_","title":"Donald Trump’s ‘social media platform’ has launched and it’s just a blog","shortId":"Z9BBvFu-_","createdAt":"2021-05-04T21:13:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002713,"tagsStr":"tech-news,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:13:09.000Z","url":"https://www.theverge.com/2021/5/4/22419850/donald-trump-social-media-platform-ban-twitter-facebook","canonicalUrl":"https://www.theverge.com/2021/5/4/22419850/donald-trump-social-media-platform-ban-twitter-facebook","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21c73daeda45239dc2a9d65c9f959bbe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFETEHEiJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQACEQQhIkFhwdH/2gAMAwEAAhEDEQA/AMp6X6pDWrmK9SW6JJY/NpGV1DEggN64ynk1idHZVabtBIG8pJ2+k84xgus6eOyrFJkIOvAv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pNltxQOsH","title":"Spring Maps","shortId":"pNltxQOsH","createdAt":"2021-05-04T21:04:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27002704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:00:00.000Z","url":"http://ml4711.blogspot.com/2021/05/spring-maps.html","canonicalUrl":"http://ml4711.blogspot.com/2021/05/spring-maps.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68adbe7629f471991dfa40ba7a9b37e3","ratio":1.5752688172043,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgADBBEhBRIUQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQADAAAAAAAAAAAAAAAAAAACMUH/2gAMAwEAAhEDEQA/AL1S420bJ8eltiMdR61Jnd3SpdVlHcBXYa+xEmFDH//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xKAe3WOhJ","title":"Dell is issuing a security patch for hundreds of computer models going back to 2009","shortId":"xKAe3WOhJ","createdAt":"2021-05-04T20:32:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002672,"tagsStr":"tech-news,security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T20:27:40.000Z","url":"https://www.theverge.com/2021/5/4/22419474/dell-security-patch-kernel-level-permissions-firmware-update-driver-dbutil-sys","canonicalUrl":"https://www.theverge.com/2021/5/4/22419474/dell-security-patch-kernel-level-permissions-firmware-update-driver-dbutil-sys","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6d1444ec9986d6b74b97ebb63c14d67","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAUGBBESEyFhgeH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAwADAAAAAAAAAAAAAAAAAgMRAAES/9oADAMBAAIRAxEAPwCrB7doMnwHIp7ho4mnBKCU7lwOBI7+CAfVY2tot7KGaKUsRuT1flKUW1hAsOdy4yhIG0+tWTP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UorJPCJ-G","title":"Tao Group Hospitality acquires Hakkasan Group in landmark nightlife and dining acquisition","shortId":"UorJPCJ-G","createdAt":"2021-05-04T16:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":2,"score":27002644,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:59:31.000Z","url":"https://dancingastronaut.com/2021/05/tao-group-hospitality-acquires-hakkasan-group-in-landmark-nightlife-and-dining-acquisition/","canonicalUrl":"https://dancingastronaut.com/2021/05/tao-group-hospitality-acquires-hakkasan-group-in-landmark-nightlife-and-dining-acquisition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23fa68e6240599c0fb717e920e540395","ratio":1.33779264214047,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACAwQREgUGISIjMYGxwf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAgABEQMSISJB/9oADAMBAAIRAxEAPwCF3Xr8NTpsbY44LwOyyERDSDxbynva1/izh1acj1pvBAHpEVKuT3QjEtiJ8vPV/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vkk3oQoAL","title":"Tinder will now quiz you on your vibes","shortId":"vkk3oQoAL","createdAt":"2021-05-04T20:04:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002644,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T20:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22419549/tinder-vibes-quiz-feature-announced","canonicalUrl":"https://www.theverge.com/2021/5/4/22419549/tinder-vibes-quiz-feature-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8db1b7ae42e9f2c83de4c0e71ee468f5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAwEAAQUAAAAAAAAAAAAAAQIDAAQRITJxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDTVI0eyUTkUmi+UwqkN7JHX5qFu+Zg/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uu5CCRRFZ","title":"Nvidia’s RTX 3080 Ti keeps leaking ahead of rumored launch later this month","shortId":"uu5CCRRFZ","createdAt":"2021-05-04T19:59:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002639,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:52:52.000Z","url":"https://www.theverge.com/2021/5/4/22419668/nvidia-rtx-3080-ti-leak-may-launch-rumors","canonicalUrl":"https://www.theverge.com/2021/5/4/22419668/nvidia-rtx-3080-ti-leak-may-launch-rumors","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36fb4bd698e41ca6a08a00f348ab1537","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgQREkFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACESFB/9oADAMBAAIRAxEAPwDNNO4GvWtCLSCeZoaQLN32E/ceFHnxkRUYgKhs7P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5UN23j1Aw","title":"Tim Sweeney emailed Tim Cook personally to call for open app sales after WWDC in 2015","shortId":"5UN23j1Aw","createdAt":"2021-05-04T19:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002639,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:53:38.000Z","url":"https://www.theverge.com/2021/5/4/22419618/tim-sweeney-email-tim-cook-wwdc-2015-ios-open-platform-antitrust","canonicalUrl":"https://www.theverge.com/2021/5/4/22419618/tim-sweeney-email-tim-cook-wwdc-2015-ios-open-platform-antitrust","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c327b33e011bb11147194c6bb5e53e64","ratio":1.90933333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQhoRESFTKBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMzQSHjKqK+0uY/0agYJ+qYprd8IiYrX/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bmdtDjPZf","title":"One Question Will Probably Decide the Epic-Apple Lawsuit","shortId":"bmdtDjPZf","createdAt":"2021-05-04T15:19:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":2,"score":27002599,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:14:00.000Z","url":"https://www.wired.com/story/epic-apple-lawsuit-one-legal-question/","canonicalUrl":"https://www.wired.com/story/epic-apple-lawsuit-one-legal-question/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83523cbd9c6efc08de7b2697a28b1cf7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgEFAQEAAAAAAAAAAAABAgMRAAQFEhMhMcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAIBAP/aAAwDAQACEQMRAD8An2XVbrpGWHU9Cs0cISTnMi2hZmALeMeH26AY+ZfHYNsY30SC/a7L/MYwzNSrN//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"zGIA74nn2","title":"I watched the Epic v. Apple trial on Discord","shortId":"zGIA74nn2","createdAt":"2021-05-04T14:59:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002591,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:57:18.000Z","url":"https://www.theverge.com/2021/5/4/22419134/apple-epic-games-fortnite-trial-youtube-discord-streamers","canonicalUrl":"https://www.theverge.com/2021/5/4/22419134/apple-epic-games-fortnite-trial-youtube-discord-streamers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88b78425bef2d438ef2a2d8e8ff54c7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFERITIVEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAgEQABAwIHAAAAAAAAAAAAAAABAgMRAAUhMUJRYYHw/9oADAMBAAIRAxEAPwCt7Udrq88eVmJwlxJADj+wTjZwD6PcGsWdNkLnSFAQwFOKIBhtHHfuvdKUMecUBAPpNWi3soSCqMTHOhG+XVf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9cnuBm3J0","title":"Uber’s grocery delivery is getting a boost from new partnership with Gopuff","shortId":"9cnuBm3J0","createdAt":"2021-05-04T18:26:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002546,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:20:34.000Z","url":"https://www.theverge.com/2021/5/4/22419461/uber-gopuff-grocery-delivery-expansion","canonicalUrl":"https://www.theverge.com/2021/5/4/22419461/uber-gopuff-grocery-delivery-expansion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a240aa2c9a922103ef185be1e080927","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQFBxESBiExQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMREiHB/9oADAMBAAIRAxEAPwCXlbE9Jj/pGtvVhvNw4lkktJmnuVYka5qRsfCDuMxl2mgloqNSo5UBSx8nXuEIo22s9KMxye+CDoNsT//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Nn0qFhw3q","title":"The Play-in Tournament Is Increasing Competition Down the Stretch. Plus: Redemption for Marc Gasol, Russell Westbrook, and Carmelo Anthony.","shortId":"Nn0qFhw3q","createdAt":"2021-05-04T19:02:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002582,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:02:16.000Z","url":"https://www.theringer.com/2021/5/4/22419610/play-in-tournament-heightens-competition-redemption-for-marc-gasol-russell-westbrook-carmelo-anthony","canonicalUrl":"https://www.theringer.com/2021/5/4/22419610/play-in-tournament-heightens-competition-redemption-for-marc-gasol-russell-westbrook-carmelo-anthony","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78e44d86cf78974def5d210f726909e2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQIEAAMREhMxBiEiQXHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwDEeL4XLR23wJS4ISUT929RTt0fPwizlKZTibLN6ilZTW7dD6hCG8gDWOl//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"wmJUK6UY-","title":"SNASK X Loqi","shortId":"wmJUK6UY-","createdAt":"2021-05-04T18:46:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27002566,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/117005355/SNASK-X-Loqi","canonicalUrl":"https://www.behance.net/gallery/117005355/SNASK-X-Loqi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8055bb0e4a29ce9249d8d07006ae098f","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAwECBBEABRIhIjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQhUYGx/9oADAMBAAIRAxEAPwDP9AdAiabDNFacsshxIZ5qajVTnrSraeucuYCSks6MYHbvdVlf4v5jGBstAl4FVqOJhzs+r//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Tq8BbPTfA","title":"Network Isolated AKS — Part 1: Controlling network traffic","shortId":"Tq8BbPTfA","createdAt":"2021-05-04T12:47:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":12,"score":27002562,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T11:13:22.000Z","url":"https://geekzter.medium.com/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d","canonicalUrl":"https://geekzter.medium.com/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b915f4ad64e9fecc53bb05d61313e3e5","ratio":1.48514851485149,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIABBEUITJj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A04lRRZY5cch+2QZXV9GiJaP/2Q==","siteTwitter":"@Medium","creatorTwitter":"@geekzter","readTime":4,"description":null,"toc":null,"summary":null},{"id":"fOVfv_fWw","title":"Siemens: A better way of coding","shortId":"fOVfv_fWw","createdAt":"2021-05-04T14:45:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":1,"score":27002560,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118762237/Siemens-A-better-way-of-coding","canonicalUrl":"https://www.behance.net/gallery/118762237/Siemens-A-better-way-of-coding","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8132ff83c5ff8a0c141d2e60422ae158","ratio":0.954328561690525,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwUG/8QAIhAAAgECBgMBAAAAAAAAAAAAAQIDABEEEhMxQVEFISJh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANFN5kYXFSpLgJHzR/MqMDYDm1/2qYmuASpB6J2otGJkRmjQtqEXKi/NKirlHobdUH//2Q==","siteTwitter":"@behance","creatorTwitter":"@tsevis","readTime":null,"description":null,"toc":null,"summary":null},{"id":"g6UXfLDbm","title":"This Muppet-faced frogmouth is the 'most Instagrammable bird' on Earth","shortId":"g6UXfLDbm","createdAt":"2021-05-04T18:37:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002557,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:20:22.000Z","url":"https://www.livescience.com/frogmouth-most-instagrammable-bird.html","canonicalUrl":"https://www.livescience.com/frogmouth-most-instagrammable-bird.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a754df71e73d8ae8a223b6643a2113a8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEBQADERMxEhQhQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8Agh2MdFxaixTvuugNi71sHxwQM8Ac49/ayh/IRvfOOiysI2KwAAMDNKUOVrFU8P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"eSIrvNEym","title":"‘The Bad Batch’ Premiere Hype and ‘Star Wars’ Spinoffs","shortId":"eSIrvNEym","createdAt":"2021-05-04T18:31:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002551,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:21:27.000Z","url":"https://www.theringer.com/2021/5/4/22418951/the-bad-batch-premiere-hype-and-star-wars-spinoffs","canonicalUrl":"https://www.theringer.com/2021/5/4/22418951/the-bad-batch-premiere-hype-and-star-wars-spinoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6e1c61766370d603336c3a0bed894dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgIABwAAAAAAAAAAAAABAgMFAAYEERIhIlFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAARQf/aAAwDAQACEQMRAD8Anq7cLue0iRuNZhDLIoMg6iV8eQPzJybZb5JnVLWZVDEBQOwHrGMdNf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WU5GdygNM","title":"What to expect from the EPA’s new rules affecting air conditioners and refrigerators","shortId":"WU5GdygNM","createdAt":"2021-05-04T18:30:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002550,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:24:32.000Z","url":"https://www.theverge.com/2021/5/4/22419429/epa-new-rules-air-conditioners-refrigerators-hfcs","canonicalUrl":"https://www.theverge.com/2021/5/4/22419429/epa-new-rules-air-conditioners-refrigerators-hfcs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0e25e75d034fa6c51808568483564a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgIDAAIDAAAAAAAAAAAAAQIDBAAFESEiMUFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8AtfciW8toLaWvOYlEoDeqqODz36PO5jbWx1q2plGg13A5A7GpPz+cYyeJTXRab0//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5Ns7oBs0s","title":"How to create a file by file custom SCSS build including dependencies, using postcss and optional…","shortId":"5Ns7oBs0s","createdAt":"2021-05-04T10:53:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":43,"score":27002541,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:53:15.000Z","url":"https://itnext.io/how-to-create-a-file-by-file-custom-scss-build-including-dependencies-using-postcss-and-optional-c83f8e5677d8","canonicalUrl":"https://itnext.io/how-to-create-a-file-by-file-custom-scss-build-including-dependencies-using-postcss-and-optional-c83f8e5677d8","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/500a07467b210db51bc9584dd04b4696","ratio":2.54237288135593,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAGhABAAIDAQAAAAAAAAAAAAAAAQACAxEhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyC+e9eAPpJbK2Xb2IhH/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"kDJUBxuFb","title":"The Psychology of Clubhouse?s User Retention (?and churn)","shortId":"kDJUBxuFb","createdAt":"2021-05-04T14:20:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":27002540,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:08:00.000Z","url":"http://growth.design/case-studies/clubhouse-user-retention/","canonicalUrl":"http://growth.design/case-studies/clubhouse-user-retention/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/41c2b1a80206962ef4f6fb39edfec8a3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQMCAAQFIRETFEH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANuxKIX+TvPWAwWZV0jYADExJB3urXX8EumoI5EJGPPYflKVEn//2Q==","siteTwitter":"@growthdotdesign","creatorTwitter":"@louisxavierl","readTime":null,"description":null,"toc":null,"summary":null},{"id":"AiwBOkrEl","title":"FitTrace integrates DEXA measurements with Apple Health","shortId":"AiwBOkrEl","createdAt":"2021-05-04T18:14:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27002534,"tagsStr":"data-science,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:57:22.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132291&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132291","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d2d5c51ea515b10945f271954f4de9c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFB//EACQQAQACAQIEBwAAAAAAAAAAAAECAxEABAUTITEUJDNBUpHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAESH/2gAMAwEAAhEDEQA/AJ5xPaS2vgL7vM2w9Cu0jYCZFfY7fuNN18VrjCJzFwB11ne6iS3tdsgbBIk3uGHpnReZP5y+9UToXX3KyBOKN//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"hi5km5NVd","title":"Daniel Jeremiah on the Most Interesting NFL Draft Stories, Plus Jokic Is (Uniquely) the MVP","shortId":"hi5km5NVd","createdAt":"2021-05-04T18:13:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002533,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:08:35.000Z","url":"https://www.theringer.com/2021/5/4/22419416/daniel-jeremiah-on-most-interesting-nfl-draft-stories-plus-jokic-is-unique-mvp","canonicalUrl":"https://www.theringer.com/2021/5/4/22419416/daniel-jeremiah-on-most-interesting-nfl-draft-stories-plus-jokic-is-unique-mvp","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea98db1d013bcd15455dfd0e330accf9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIEAAMFERIhExRRQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHREAAgICAwEAAAAAAAAAAAAAAQIDBAAREjGRsf/aAAwDAQACEQMRAD8AkZGTLxmO96zJPlgNaWMvBeCBVXjsEHZ67+7rbYszK3o1m60uKGdAx1EH6N/aUqYyMsMWj2o+DGqQpLZtBxvjIwHpz//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"rqgKt-z4D","title":"The Royal Navy is testing using jet suits to fight high-seas piracy","shortId":"rqgKt-z4D","createdAt":"2021-05-04T17:43:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002503,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:37:58.000Z","url":"https://www.theverge.com/2021/5/4/22419267/royal-navy-jet-suit-gravity-industries","canonicalUrl":"https://www.theverge.com/2021/5/4/22419267/royal-navy-jet-suit-gravity-industries","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22b8b7c71a18deb552aea27c34a6ac45","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMRAAQSBQYTcSFS4f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwC9e6tQef1Nta8W7dxtlHEcTJTkVEmeo8d1Erfd8FEFpMz7/KUqoDDb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iuqrox4Pe","title":"CereMetrix ships quantitative image analysis platform","shortId":"iuqrox4Pe","createdAt":"2021-05-04T17:37:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27002497,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:20:46.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132290&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132290","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ab8147639e4f7616ac468164f9601e1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQI/8QAJRAAAgIBAwEJAAAAAAAAAAAAAQIDBAUAEiExBhEiI0FRcaHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAMRE//aAAwDAQACEQMRAD8AbA9gFs4EZuxkmp2rdqeSpVCDzgN2wevLBW6dOPjU6SwBQCsoIHcQW/NaHqVa7RoGgiIifdGCg8BHQj20xxGNY7mx1MseSTAvP1qh0RxgSvSf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"4F9cLBTUy","title":"How Shopify’s network of sellers can take on Amazon","shortId":"4F9cLBTUy","createdAt":"2021-05-04T13:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002494,"tagsStr":"tech-news,business,ecommerce","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:30:00.000Z","url":"https://www.theverge.com/22417825/shopify-harley-finkelstein-interview-online-shopping-amazon-apple","canonicalUrl":"https://www.theverge.com/22417825/shopify-harley-finkelstein-interview-online-shopping-amazon-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef70dd45768cdbeb311c4058d3aa9040","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDEQQUISIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAyEEE0HB/9oADAMBAAIRAxEAPwCWVOyRuK90EewMmxNXYBsbyBfoHvH2+VXflREE2NpJpV/GiZslrvgX/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8SHN0GRqp","title":"Pick up every Star Wars film on 4K Blu-ray for $17 a pop today","shortId":"8SHN0GRqp","createdAt":"2021-05-04T13:30:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002490,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:23:13.000Z","url":"https://www.theverge.com/good-deals/2021/5/4/22418894/star-wars-may-4th-movies-deal-games-ps5-xbox-airpods-best-buy-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/4/22418894/star-wars-may-4th-movies-deal-games-ps5-xbox-airpods-best-buy-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbe382898a4050f22e3bc07a64027bf3","ratio":1.90962099125364,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQIDBAUAEgYRISJRYuH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAyEEMf/aAAwDAQACEQMRAD8Agxr6RM4ztoi2224zkl8qQ2OQGmxGvjuAP3rmr0NhHeo651dLTlS4zaiTHJJJSPbGMRz1iyx1bQDmmFucoqlfSJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"LeE5C71ZQ","title":"Microsoft Teams’ new reading feature helps students during the pandemic and beyond","shortId":"LeE5C71ZQ","createdAt":"2021-05-04T13:05:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002478,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22418855/microsoft-teams-reading-progress-fluency-feature","canonicalUrl":"https://www.theverge.com/2021/5/4/22418855/microsoft-teams-reading-progress-fluency-feature","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56b0fe8c17bcb828e68b33c17cd9695a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERMxIoHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANHaDo9ahUMdPkjiMjSFWdn8j2d2JPrrKorpt8GMYH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gZXFlWnjx","title":"Twitter is buying Scroll, the subscription service that removes ads from news sites","shortId":"gZXFlWnjx","createdAt":"2021-05-04T13:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002477,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22417852/twitter-buying-scroll-subscription-service-news-revue-newsletter","canonicalUrl":"https://www.theverge.com/2021/5/4/22417852/twitter-buying-scroll-subscription-service-news-revue-newsletter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18dd18aa79c25365f5834819ee4bcc24","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxABAAIBAwUAAAAAAAAAAAAAAQACAxETcQUGITEy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDaO4MzXP1XbDcrnxC3Vqmmp4E9cy4r8nERKP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cnf8j0vfC","title":"‘What About Bob?’ Most Rewatchable Scene","shortId":"cnf8j0vfC","createdAt":"2021-05-04T17:14:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002474,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:02:29.000Z","url":"https://www.theringer.com/video/2021/5/4/22418910/what-about-bob-most-rewatchable-scene","canonicalUrl":"https://www.theringer.com/video/2021/5/4/22418910/what-about-bob-most-rewatchable-scene","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/767db0240988dddb71ee34358cdc0348","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAUhBBESBhQiIzFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMhEUGx/9oADAMBAAIRAxEAPwCT6Ae4zXRoGuusLLBHLATIeMTu43PEEAjbBH7ufhzWvdhPD6orhqUjTxVVcgKBgAZ+UpRjt7gjKMxMO76v/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WENK71ZNh","title":"Go read this devastating look at cancers going undiagnosed during the pandemic","shortId":"WENK71ZNh","createdAt":"2021-05-04T16:45:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002445,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:44:46.000Z","url":"https://www.theverge.com/2021/5/4/22419127/cancer-screening-pandemic-breast-colorectal-propublica","canonicalUrl":"https://www.theverge.com/2021/5/4/22419127/cancer-screening-pandemic-breast-colorectal-propublica","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22dce4853e1f2bc3ba77c3532d1e9fa9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERIxBxNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMEEjL/2gAMAwEAAhEDEQA/AM48Rax6dMvzWqyXG3KsJiCGCxs47HzJ9iWlLYlkGl1F5sW249bnGMl5C7pH08jP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jm6SNx9Jr","title":"A Brief History of Transformers (Not the Robot Kind)","shortId":"jm6SNx9Jr","createdAt":"2021-05-04T12:05:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/story/brief-history-transformers-not-robots/","canonicalUrl":"https://www.wired.com/story/brief-history-transformers-not-robots/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1660cf709a1f756242547ed74d036c8f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMDBQEBAAAAAAAAAAAAAQIDBAAREgUGByFBMmH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AluHQJEzlSYF6o+CmWHR9WCCbqbAy6B98/K0Sdw9tB+bIecjT83HFLVjqD4Fyb9DKlKD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"qcqMfgFd5","title":"Microsoft to fully remove Adobe Flash from Windows 10 in July","shortId":"qcqMfgFd5","createdAt":"2021-05-04T12:35:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002436,"tagsStr":"microsoft,adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:28:45.000Z","url":"https://www.theverge.com/2021/5/4/22418889/adobe-flash-player-windows-10","canonicalUrl":"https://www.theverge.com/2021/5/4/22418889/adobe-flash-player-windows-10","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43711e9c60932a7332d2c6890fcec036","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDEQAEBQYHITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAQEAAwEBAAAAAAAAAAAAAAECABGhIWH/2gAMAwEAAhEDEQA/AJ2HZbxf1tJ2tZRLvd6WXmhyWQ6sSC2KFSCWY19/KFUbzKTsODWMYRMmg+ZcXdN1S+q8dHM//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VgauPRR67","title":"YouTube announces new originals starring Will Smith and Alicia Keys","shortId":"VgauPRR67","createdAt":"2021-05-04T16:32:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002432,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:30:00.000Z","url":"https://www.theverge.com/2021/5/4/22419244/youtube-will-smith-alicia-keys-new-originals","canonicalUrl":"https://www.theverge.com/2021/5/4/22419244/youtube-will-smith-alicia-keys-new-originals","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75cb9d0b62029c349c7a56f854d797fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQFEXEHEhMhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIABBExQf/aAAwDAQACEQMRAD8AzK+x9tddSLDHAoVIYEzOtzOoEi174ql7fK5jCBXcZSU6WP2eKUqx0aaKp7XA7RwgeZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zerUvTMOr","title":"Targus buys Sanho and its Hyper line of accessories","shortId":"zerUvTMOr","createdAt":"2021-05-04T16:32:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002432,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:23:18.000Z","url":"https://www.theverge.com/2021/5/4/22419204/targus-acquires-sanho-hyper-drive-usb-c-accessories","canonicalUrl":"https://www.theverge.com/2021/5/4/22419204/targus-acquires-sanho-hyper-drive-usb-c-accessories","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/752c9ff1bfce82f0d70c7058b8bf34a2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgIBAwQDAAAAAAAAAAAAAQIDBAAREiEGFCMxMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AyvT1yeO0avh7kxF47YQ7004+JJUn8yezSjWxKJN0jhyGcsQWOvJ9/eMZaP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RWa8vGE3q","title":"The Late-Round NFL Rookies Who Could Make an Instant Impact in 2021","shortId":"RWa8vGE3q","createdAt":"2021-05-04T16:30:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002430,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:22:14.000Z","url":"https://www.theringer.com/2021/5/4/22419164/late-round-rookies-instant-impact-sleeper-picks","canonicalUrl":"https://www.theringer.com/2021/5/4/22419164/late-round-rookies-instant-impact-sleeper-picks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23ddb5c9e24852b1f9714568338d6fed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAgIABwAAAAAAAAAAAAABAwIEABEFEhMhMWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADEQUhUbHB/9oADAMBAAIRAxEAPwCzLg0nX1B9otQ20UtWxYJmdEGXNvfvX3J6lsSqC02rMVwAjGPUPYDwMYwtiKQMjjoS5o9r2W3K5yNvZ//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"hwkzgiwiV","title":"Flying Lotus shares full 26-track ‘Yasuke’ soundtrack featuring Thundercat, Denzel Curry, and more","shortId":"hwkzgiwiV","createdAt":"2021-05-04T16:26:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:25:14.000Z","url":"https://dancingastronaut.com/2021/05/flying-lotus-shares-full-26-track-yasuke-soundtrack-featuring-thundercat-denzel-curry-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/flying-lotus-shares-full-26-track-yasuke-soundtrack-featuring-thundercat-denzel-curry-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f22e174ec4daa624a6fbd26d2262e5d4","ratio":1.51181102362205,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEFEkEEExQhMf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxEAAQMDBQAAAAAAAAAAAAAAAgABAwQFERIhQVFh/9oADAMBAAIRAxEAPwCfn8xkOshjAYwCNycX1eyr5z6vlYKXx+6ds97OiI6YykM2LhXrvbaeGGA4xxqHL7v52v/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"XcZ3xmACy","title":"Smashing Podcast Episode 36 With Miriam Suzanne: What Is The Future Of CSS?","shortId":"XcZ3xmACy","createdAt":"2021-05-04T05:11:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":109,"score":27002414,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T05:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/smashing-podcast-episode-36/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/smashing-podcast-episode-36/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/735c0628a0a1e0a2bf436b2a90e1ee74","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAgIBAgcBAAAAAAAAAAAAAQIDBAARIQUSFCIkMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAhAxExQWH/2gAMAwEAAhEDEQA/AMmpe6PiTO8EM8jIVDOCeVmH1vruMqsRVDYl8UDuPptP3GMEDE73K2+JUcMlUBRPXnE//9k=","siteTwitter":"@smashingmag","creatorTwitter":"@drewm","readTime":27,"description":null,"toc":null,"summary":null},{"id":"C3LP3Hjlp","title":"Robinhood crypto trading crashed during a Dogecoin spike","shortId":"C3LP3Hjlp","createdAt":"2021-05-04T16:14:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002414,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:06:58.000Z","url":"https://www.theverge.com/2021/5/4/22419159/robinhood-dogecoin-outage-crypto-trading-crash","canonicalUrl":"https://www.theverge.com/2021/5/4/22419159/robinhood-dogecoin-outage-crypto-trading-crash","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94d389f461c75e9c9ac00ede87cdd718","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAACAQMEAAUREhNhISJCUeH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB0RAAEEAgMAAAAAAAAAAAAAAAIAAQQRAwUSEzH/2gAMAwEAAhEDEQA/AIGJMGBZZ7AR2jdk6G940yTYJ3Kg+srjK8c1GvXLDxptl0JfP5SlH4osd8lXN3mOMw9T1fq//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zAItg2Mp0","title":"Spotify CEO states he has secured funds to purchase Arsenal FC","shortId":"zAItg2Mp0","createdAt":"2021-05-04T15:57:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002397,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:52:08.000Z","url":"https://dancingastronaut.com/2021/05/spotify-ceo-states-he-has-secured-funds-to-purchase-arsenal-fc/","canonicalUrl":"https://dancingastronaut.com/2021/05/spotify-ceo-states-he-has-secured-funds-to-purchase-arsenal-fc/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f74ba3f6ed67e6830143663829957caa","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABSExIlFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB4RAQABAwUBAAAAAAAAAAAAAAECAAMRBBIhIjGx/9oADAMBAAIRAxEAPwDN4O5M2Otht59ww0eSyALBPVG7onvIGzerhqIR7VGQSfvGMYl3DBJRHC+g0Q1NuErsupxj4V//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Yca-ghjDc","title":"Hook N Sling, Galantis launch listeners into summer with new single, ‘The Best’","shortId":"Yca-ghjDc","createdAt":"2021-05-04T15:57:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002397,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:56:22.000Z","url":"https://dancingastronaut.com/2021/05/hook-n-sling-and-galantis-launch-listeners-into-summer-with-new-single-the-best/","canonicalUrl":"https://dancingastronaut.com/2021/05/hook-n-sling-and-galantis-launch-listeners-into-summer-with-new-single-the-best/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/caa718d94ca9d7e4629b1c36d308b8e0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAAYBBQAAAAAAAAAAAAABAgADBAURURMGEiFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAwEAAwAAAAAAAAAAAAAAAQIDAAQFEv/aAAwDAQACEQMRAD8AirR1fQW+03eWjs5p5qLTjjIz5ILHQx6+jUUEyvTkbsuUtkycMZcwEjeMQhCzeqKPLHRj1/Fq5LzB3//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"HHZdVu5dg","title":"King Solomon's mines in Spain? Not likely, experts say.","shortId":"HHZdVu5dg","createdAt":"2021-05-04T15:49:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002389,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:32:58.000Z","url":"https://www.livescience.com/king-solomon-mining-expedition-claim.html","canonicalUrl":"https://www.livescience.com/king-solomon-mining-expedition-claim.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7b16de25886d1fe54ebcc84b2fe665d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYSIRMiQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADEf/aAAwDAQACEQMRAD8Am20mC9VY5EXwQqi8V9Tgpy6PzBJrPvduBrycxzMqGRiqliSBnoZpSiIpMp0kXx3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"f7N0R5j2P","title":"Artists share condolences in wake of Pierce Fulton’s passing","shortId":"f7N0R5j2P","createdAt":"2021-05-04T15:48:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002388,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:47:43.000Z","url":"https://dancingastronaut.com/2021/05/artists-in-edm-react-to-news-of-pierce-fulton-s-death/","canonicalUrl":"https://dancingastronaut.com/2021/05/artists-in-edm-react-to-news-of-pierce-fulton-s-death/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32aa1ef2cfa5e5973c39f9ca5d5531ff","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQCAgMAAAAAAAAAAAABAwIABBESBSEGByMxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxFx/9oADAMBAAIRAxEAPwCF497Lt0ctxduV3MrNSmKKjP4SxjDPcrx3qSMZ7/cDFRr3mIzvHz2M9mSOxgAT390pU+yqOrglSeH/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"PUOnE8nuZ","title":"Chapter 8: CSS","shortId":"PUOnE8nuZ","createdAt":"2021-05-03T22:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":727,"score":27002379,"tagsStr":"webdev,css,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-04T10:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:52:08.000Z","url":"https://css-tricks.com/chapter-8-css/","canonicalUrl":"https://css-tricks.com/chapter-8-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b16265a6f5de64f79eeaad11e22af92d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDEQAEIQUGEjETIiNB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQABBQEAAAAAAAAAAAAAAAABAAIDBBES/9oADAMBAAIRAxEAPwDE2m6NJ8KFvbYsnVqSwmV8PXgR185g/sknOSat1penXty9dN2aGEPrLqWkxDYUZ4jAwJjqlKDu2JGZyVQBo1f/2Q==","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":23,"description":null,"toc":null,"summary":null},{"id":"HFPVnsI2q","title":"Instagram will now let you auto-caption Stories with just a sticker","shortId":"HFPVnsI2q","createdAt":"2021-05-04T15:04:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22417837/instagram-captions-sticker-stories-accessibility","canonicalUrl":"https://www.theverge.com/2021/5/4/22417837/instagram-captions-sticker-stories-accessibility","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81e2b1771577d401c5d4a6060c4bb36c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACEQMFEiEEB0EU/8QAFQEBAQAAAAAAAAAAAAAAAAAABAf/xAAhEQABAwEJAAAAAAAAAAAAAAACAAEDBAUGERITIUGywf/aAAwDAQACEQMRAD8Ak9nYWq9fNRpU3Dl6LnNBLMTMjUg+a8WNlERLsTyDRhg/Hrqq2Q2oEpFu+ZugL//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zMlj7wISD","title":"Apple exec suggested cutting App Store commission to 20 percent as early as 2011","shortId":"zMlj7wISD","createdAt":"2021-05-04T11:06:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":27002341,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:05:17.000Z","url":"https://www.theverge.com/2021/5/4/22418828/apple-app-store-commission-30-percent-phil-schiller-2011-epic-lawsuit","canonicalUrl":"https://www.theverge.com/2021/5/4/22418828/apple-app-store-commission-30-percent-phil-schiller-2011-epic-lawsuit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37b7a8f51faf362051fe62aa11bc0772","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBBEhBRIxE//EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ao2xTtz8nStQ8hJBVriT71WxtLbPZoDcuO29TsY9ztHTkOOh6iIj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gytBQsssZ","title":"React to Flutter: One Developers Journey — Part 2","shortId":"gytBQsssZ","createdAt":"2021-05-04T05:09:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":100,"score":27002315,"tagsStr":"general-programming,react,flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:33:09.000Z","url":"https://itnext.io/react-to-flutter-one-developers-journey-part-2-10ac6919f580","canonicalUrl":"https://itnext.io/react-to-flutter-one-developers-journey-part-2-10ac6919f580","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b05de1390d53953bfe6cf116d502731d","ratio":3.41880341880342,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQIAAwQREiGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDf9+q6jdZVUwWvsV46g+CVcwDZ6mYDkqCfkRBH/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@RemeJuan","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1O3OR5wOA","title":"The Bad Batch is a glimpse at the future of Star Wars spinoffs","shortId":"1O3OR5wOA","createdAt":"2021-05-04T14:29:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002309,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:23:55.000Z","url":"https://www.theverge.com/2021/5/4/22418964/star-wars-the-bad-batch-disney-plus-streaming","canonicalUrl":"https://www.theverge.com/2021/5/4/22418964/star-wars-the-bad-batch-disney-plus-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba2e02974372c488a3f43767e330e44d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMDBQEAAAAAAAAAAAABAgMEAAYRBRMhEhQxQXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8AmY986+2w6gykKRKb2HAWxz0r4P3PuqGBe13GDHKdfcSnbThPbtnAx4yRk/tKVZK3/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QAEzu1Xcl","title":"4 Ways Clients Can Hurt Project Outcomes (and How You Can Save the Day)","shortId":"QAEzu1Xcl","createdAt":"2021-05-04T14:26:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002306,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:34:01.000Z","url":"https://speckyboy.com/clients-can-hurt-project-outcomes/","canonicalUrl":"https://speckyboy.com/clients-can-hurt-project-outcomes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d87498e2ab544a799af57022a1476e42","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEC/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQFBhEhBxIUQVEx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEBAQADAAAAAAAAAAAAAAABAgAEEjH/2gAMAwEAAhEDEQA/AJDrPD6e1HcYya4ElnEpD3HjsCkgblAo/ePf2tT9YsWs0ghxl9NEGIWQui9434O3rf5SlXI7BS41yKlZnw3/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JisfxVeVz","title":"Governors Ball secures RÜFÜS DU SOL, Duck Sauce, Post Malone, and more for 10th anniversary lineup","shortId":"JisfxVeVz","createdAt":"2021-05-04T14:23:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:22:19.000Z","url":"https://dancingastronaut.com/2021/05/governors-ball-secures-rufus-du-sol-duck-sauce-post-malone-and-more-for-10th-anniversary-lineup/","canonicalUrl":"https://dancingastronaut.com/2021/05/governors-ball-secures-rufus-du-sol-duck-sauce-post-malone-and-more-for-10th-anniversary-lineup/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6547dceb2df03f43c8e7c4be3a752257","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESETQTEykv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxEi/9oADAMBAAIRAxEAPwDP96gw2osGRa34y0ORUczQQ4CFj2OVdnzrQ6qE2mXk4jN/YpShF07NdM//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OBz3Dy4oh","title":"Star Wars, Storytelling, and Website Design","shortId":"OBz3Dy4oh","createdAt":"2021-05-04T14:20:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002300,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:24:01.000Z","url":"https://mediatemple.net/blog/design-creative/star-wars-storytelling-and-website-design/","canonicalUrl":"https://mediatemple.net/blog/design-creative/star-wars-storytelling-and-website-design/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89d32ba4e80da7a05ecacc124decd5d2","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAAYCAwAAAAAAAAAAAAAAAAECAwQFERIVMnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAExAv/aAAwDAQACEQMRAD8Axauu0wqGXX8TVPqk7Ect9k1Pt5IuitsJx4IYAE4gZrP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"icW0gejXP","title":"3 Essential Design Trends, May 2021","shortId":"icW0gejXP","createdAt":"2021-05-04T14:20:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002300,"tagsStr":"google,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:13:05.000Z","url":"https://www.webdesignerdepot.com/2021/05/3-essential-design-trends-may-2021/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/3-essential-design-trends-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c84a8d010104cb43451a4f0cf88a7d34","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxABAAEDBAMAAAAAAAAAAAAAAQIAAxEEBRIhE1Gh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwC7ddzC/G1wmRRk8biZTPT7OqyTo4Scx0+lIvYeKLj5SlGvrHwsR//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"iLw-QnGZS","title":"Ben Wheatley’s In The Earth finds horror in fungi","shortId":"iLw-QnGZS","createdAt":"2021-05-04T14:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002286,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22410283/in-the-earth-ecological-horror-movies-ben-wheatley","canonicalUrl":"https://www.theverge.com/2021/5/4/22410283/in-the-earth-ecological-horror-movies-ben-wheatley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f76ef512f29f66bca1b330809c2f268","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFETEGBxIi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDIfD/2gAMAwEAAhEDEQA/AM1bewL/AGSoswhqvdOYpS6EtAD8sA+sbxsK2Tntc57nGCLJJO0RSsNO5TrtiqZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VU3zr8N5R","title":"Erich Schubert: Machine Learning Lecture Recordings","shortId":"VU3zr8N5R","createdAt":"2021-05-04T13:42:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27002262,"tagsStr":"data-science,machine-learning,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:18:21.000Z","url":"https://www.vitavonni.de/blog/202105/2021050401-machine-learning-lecture-recordings.html","canonicalUrl":"https://www.vitavonni.de/blog/202105/2021050401-machine-learning-lecture-recordings.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"BpeAl3f4A","title":"Disney reveals its ‘real’ lightsaber, and it looks extremely cool","shortId":"BpeAl3f4A","createdAt":"2021-05-04T13:33:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002253,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:27:02.000Z","url":"https://www.theverge.com/2021/5/4/22418959/disney-real-lightsaber-reveal-video-star-wars-galactic-starcruiser-hotel","canonicalUrl":"https://www.theverge.com/2021/5/4/22418959/disney-real-lightsaber-reveal-video-star-wars-galactic-starcruiser-hotel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1fc2bbe73ae380543a16553d90859739","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEFIQQGElH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAECBwAAAAAAAAAAAAAAAAEAAxESMUFRwfD/2gAMAwEAAhEDEQA/AMuyuQPJ6qyNsYjbD6aAKNg73r7airREG6nrBWfJMscbX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"03pJK_MqM","title":"The Windmill AC Is Gorgeous and Can Stay Up All Year Long","shortId":"03pJK_MqM","createdAt":"2021-05-04T12:05:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/review/windmill-ac/","canonicalUrl":"https://www.wired.com/review/windmill-ac/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49513027f0e3dc5bcfe99353cf9118e0","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQADBAUSITECBhEy/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQACAgMBAQAAAAAAAAAAAAABAgMhAARBMbH/2gAMAwEAAhEDEQA/AJNF7DDhUZ5h+iQ5To4Bvi64B6Dddd8nPmN6WWOSTpEVm19aOF3ZBbG7J+mveYGklZ1UNzP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DzdeorzAJ","title":"How to learn and stay up to date with DevOps and Cloud Native technologies","shortId":"DzdeorzAJ","createdAt":"2021-05-04T05:09:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":64,"score":27002245,"tagsStr":"cloud,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:23:21.000Z","url":"https://itnext.io/how-to-learn-and-stay-up-to-date-with-devops-and-cloud-native-technologies-44526658a4fb","canonicalUrl":"https://itnext.io/how-to-learn-and-stay-up-to-date-with-devops-and-cloud-native-technologies-44526658a4fb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb681ad12ef4de9b2d2bca01ee019e1a","ratio":1.78306092124814,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEhBAUGEhMUMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMVByVjItOfHodoMaABkj6c+8qXPv8zppD1SC3E0DQGURUH/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@Piotr1215","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9wl5cnprm","title":"8 extremely rare 'millisecond pulsars' discovered inside globular clusters","shortId":"9wl5cnprm","createdAt":"2021-05-04T13:18:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002238,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:10:33.000Z","url":"https://www.livescience.com/8-new-millisecond-pulsars-discovered.html","canonicalUrl":"https://www.livescience.com/8-new-millisecond-pulsars-discovered.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64bbbcd54f9374c5b9a79ec03c0b180c","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDEQAEBQYSIUEiMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADMRL/2gAMAwEAAhEDEQA/AMO0/qC2Zw9xZZLHMXds2QpPgAs7lCRu64ETyQCY/JhxbZcWUI2IJMJ9wPk90pV66lQkqNg7s4HRyf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"c5NS1eCpA","title":"Keine Pressefreiheit im Westen.","shortId":"c5NS1eCpA","createdAt":"2021-05-04T13:08:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27002228,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:44:24.000Z","url":"https://tuxproject.de/blog/2021/05/keine-pressefreiheit-im-westen/","canonicalUrl":"https://tuxproject.de/blog/2021/05/keine-pressefreiheit-im-westen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6e67741d5b1c25a0cf656f3f2e9f0b0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUI/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDBBEABRMhInGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBCEREjFBUf/aAAwDAQACEQMRAD8Azn03WSsnjyVIrcET2p+J1sfXJVMHJnRkMXJUkehxUOxzVmirmZIUDQAq2h+8LbIs1qFq0JLEkljyokRY62G064Muy5PPtXYOZeWbirH/2Q==","siteTwitter":"@hirnfick_20","creatorTwitter":"@tux0r","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KHOU1OSuy","title":"Made for Love, Handmaid’s Tale, and the Trap of Dystopian TV","shortId":"KHOU1OSuy","createdAt":"2021-05-04T13:04:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002224,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:00:00.000Z","url":"https://www.wired.com/story/made-for-love-tv-adaptation/","canonicalUrl":"https://www.wired.com/story/made-for-love-tv-adaptation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/efeaee33d4d68b47286aadef2d4af8bf","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQFESEx0f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBEh8P/aAAwDAQACEQMRAD8AwnBuriyt50V4pkkB0ACNnvdd8FWkw9ukjIJJ9KSBsr8pSj7GIY6iuNWr1gsPcn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"haH8Fnyi4","title":"Moment’s accessory mounts are the best use for the iPhone’s MagSafe yet","shortId":"haH8Fnyi4","createdAt":"2021-05-04T12:35:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002195,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:30:00.000Z","url":"https://www.theverge.com/22417836/moment-magsafe-iphone-camera-accessories-review-price-features-specs","canonicalUrl":"https://www.theverge.com/22417836/moment-magsafe-iphone-camera-accessories-review-price-features-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f7bea538a703747e91b586ab7b27829","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFESESEwYHFEH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAABEQJB/9oADAMBAAIRAxEAPwCvW1pj2yN4s052On7ZDiOt1bSU5a57SFHlsftbhBgXSRCjvC6MgONpXgxMkZGdnnulKjtVjOH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RpqYS5dGq","title":"Watch a black hole tear a star to bits in epic new animation","shortId":"RpqYS5dGq","createdAt":"2021-05-04T12:33:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002193,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:16:56.000Z","url":"https://www.livescience.com/video-black-hole-shredding-star.html","canonicalUrl":"https://www.livescience.com/video-black-hole-shredding-star.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f47a8bf804bd177200ce7cb6a86d416d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQUAAAcAAAAAAAAAAAAAAgABAwQRBRITNEGR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDE+N2KBVanLVk6wQADkZ6L5vhsU888G9pF7L6iJLCz0//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"5UdprMU_y","title":"W. Kamau Bell on Being a Tall Black Man in America","shortId":"5UdprMU_y","createdAt":"2021-05-04T12:27:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002187,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:20:56.000Z","url":"https://www.theringer.com/2021/5/4/22418903/w-kamau-bell-on-being-a-tall-black-man-in-america","canonicalUrl":"https://www.theringer.com/2021/5/4/22418903/w-kamau-bell-on-being-a-tall-black-man-in-america","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0ae3ddb8f0008486d3f8492ecd6e14c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBxMhBQYSMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABwRAAEDBQAAAAAAAAAAAAAAAAEAEfACAyExUf/aAAwDAQACEQMRAD8AptQ+qZ2JqX2rHiTtijYI6btNde5L4SAkiyC0AVxXtaiZGkkhh5+kRNBcmdUXMANNL//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KPM3gwZLC","title":"Top Five Spy Movies and ‘Without Remorse’","shortId":"KPM3gwZLC","createdAt":"2021-05-04T12:20:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:12:11.000Z","url":"https://www.theringer.com/2021/5/4/22418490/top-five-spy-movies-and-without-remorse","canonicalUrl":"https://www.theringer.com/2021/5/4/22418490/top-five-spy-movies-and-without-remorse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3d8b1b7ecce6ca78b0777ef6b45ed2f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEMRJBUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AwVuXI7GMXUkjn0dA6uvg9USXNLJHt4A0SNoiC//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"b2RsGQsUq","title":"React useEffect Hook Made Simple","shortId":"b2RsGQsUq","createdAt":"2021-05-03T23:07:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":3,"score":27001634,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T06:12:38.000Z","url":"https://blog.alexdevero.com/react-useeffect-hook/","canonicalUrl":"https://blog.alexdevero.com/react-useeffect-hook/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32c7f08a232035176752017efa7ee503","ratio":1.61259842519685,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBAxESMUGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDE4arSIattu2h+fMEwBhyP/9k=","siteTwitter":"@alexdevero","creatorTwitter":"@alexdevero","readTime":8,"description":null,"toc":null,"summary":null},{"id":"g-mE1aIZm","title":"‘Yasuke’ and the Rise of Anime Soundtracks, Feat. Flying Lotus and Kevin Penkin","shortId":"g-mE1aIZm","createdAt":"2021-05-04T12:20:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:17:02.000Z","url":"https://www.theringer.com/2021/5/4/22418895/yasuke-rise-of-anime-soundtracks-feat-flying-lotus-and-kevin-penkin","canonicalUrl":"https://www.theringer.com/2021/5/4/22418895/yasuke-rise-of-anime-soundtracks-feat-flying-lotus-and-kevin-penkin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9755955136efec0a8257b15ec0d7508","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgABAwQFBiETESIxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AMtlmW1F5tMcJ04QcBPGDxmT9nsd/G2ptNmmSBTRDHc2EGBmEeANN003hER0jXrhf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BUqpq7IFV","title":"Mystery of a fancy-pants Viking noble's long-lost bones solved by archaeologists in Denmark","shortId":"BUqpq7IFV","createdAt":"2021-05-04T12:07:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002167,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:45:31.000Z","url":"https://www.livescience.com/lost-bones-viking-noble.html","canonicalUrl":"https://www.livescience.com/lost-bones-viking-noble.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3bd218c168a2504f4a5033e47606c9d","ratio":1.77514792899408,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBgUTFVaU0v/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8A1Y63s7+Zky8+3Z8ERxd0MEeO1wYHG6IfYNCgCrOyc35fO9CP8oinwm6b/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"-WCmRIpwZ","title":"The Power and Pitfalls of Gamification","shortId":"-WCmRIpwZ","createdAt":"2021-05-04T12:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/story/power-and-pitfalls-gamification/","canonicalUrl":"https://www.wired.com/story/power-and-pitfalls-gamification/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86753380e87f01862da6d31eb08a2fa7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQFEgYREyFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgj/xAAfEQAAAwkAAAAAAAAAAAAAAAAAAQIDBBETITFCssH/2gAMAwEAAhEDEQA/AMtbuE6cuxkpYZJWOjwlcDmzIkdHfxRUREVWIUA6Rmt65Fok+j//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"-gXCSQEph","title":"I Battle My Panic Disorder by Mowing Virtual Lawns","shortId":"-gXCSQEph","createdAt":"2021-05-04T12:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/story/i-battle-my-panic-disorder-by-mowing-virtual-lawns/","canonicalUrl":"https://www.wired.com/story/i-battle-my-panic-disorder-by-mowing-virtual-lawns/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/252a8d4939743ad0d9343dc867d70dc5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwMFAAAAAAAAAAAAAAABAAIEAwUREiEiQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABsRAAIBBQAAAAAAAAAAAAAAAAABAgMRIUHw/9oADAMBAAIRAxEAPwCGuM2oYsuoC4AtZlmridz0oYz25OI7PSiKVOKBbC7Z/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ZuyzijMze","title":"Share Your Memories With Our Favorite Digital Picture Frames","shortId":"ZuyzijMze","createdAt":"2021-05-04T12:05:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/gallery/best-digital-picture-frames/","canonicalUrl":"https://www.wired.com/gallery/best-digital-picture-frames/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f308bcee64f622f3bfc2cf5f770d6e3","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAAYCAwAAAAAAAAAAAAABAgADBBESIQYTIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8Ao/NaKpfmc2ol1rImOHUcyvkii9gw2CLg/LxWF0oB3r3CEItf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"gdNZjtwub","title":"How to Symbolic Icon","shortId":"gdNZjtwub","createdAt":"2021-05-04T12:04:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27002164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:00:00.000Z","url":"https://blog.jimmac.eu/2021/how-to-symbolic/","canonicalUrl":"https://blog.jimmac.eu/2021/how-to-symbolic/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfb655414604632b0aefab3fd312ad79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADEQYTITElkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgMAAwAAAAAAAAAAAAAAASEAAgMEEmH/2gAMAwEAAhEDEQA/AMPpyVhGkA4jUwrUt3CTvEpKjcOMDJPPHYx0aiMfpbJ8LZ9q+0pTMcTEMVDhu+mhXYr2f//Z","siteTwitter":"@jimmac","creatorTwitter":"@jimmac","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Lss7h2IW-","title":"Astronomers chart invisible ocean of dark matter swirling outside the Milky Way","shortId":"Lss7h2IW-","createdAt":"2021-05-04T11:52:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002152,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:39:15.000Z","url":"https://www.livescience.com/cosmic-wake-tests-dark-matter.html","canonicalUrl":"https://www.livescience.com/cosmic-wake-tests-dark-matter.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a72bf4c5515d52a72fe1df92e024d61a","ratio":1.77847113884555,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgABAwQFBhESITEy4f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADIXH/2gAMAwEAAhEDEQA/AMmx3I8eosWlJrNzqG1FKBxRmBNr25P3vr6oWpuFskqZTjtIgBG5CLTE2md/CIlW4ohqQCzdn//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"WiGa-JfXa","title":"Why do nuts and grains go bad?","shortId":"WiGa-JfXa","createdAt":"2021-05-04T11:12:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002112,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:00:03.000Z","url":"https://www.livescience.com/why-nuts-grains-go-bad.html","canonicalUrl":"https://www.livescience.com/why-nuts-grains-go-bad.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9126703d0cb7fafc0f0257dd923f105","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQUAAgMAAAAAAAAAAAAAAQACAxEhBBIGMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABYRAQEBAAAAAAAAAAAAAAAAAAABA//aAAwDAQACEQMRAD8Aj+R8pswjMsDCRCWisGtAuiDoN0c+elm83GiM0hPe+xunYiIEVNI//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yLwMwttgY","title":"Mammography underutilized in Jamaica","shortId":"yLwMwttgY","createdAt":"2021-05-04T07:13:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001873,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132279&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132279","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b761bbc9a18b1d1c953cd652ec2021c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAiEAACAQQBBAMAAAAAAAAAAAABAgMABAUREgYVIWFRgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEFAQEAAAAAAAAAAAAAAAMAAQIRIQRB/9oADAMBAAIRAxEAPwCSxuXft13KkkomuiAqxuVCppQUA96IP1T5i8z1o2MtGjtsa8ZhQq0sT8yOI0W9/NEPRUMam0ZY0DLsghRsHg3n8FPVpLI1pCzSOWKKSSTs+KIx3e6reg0GGNmh4v/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"lrMsDtgvN","title":"When You Jump to Hyperspace, Make Sure You Wear a Seatbelt","shortId":"lrMsDtgvN","createdAt":"2021-05-04T11:11:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.wired.com/story/when-you-jump-to-hyperspace-make-sure-you-wear-a-seatbelt/","canonicalUrl":"https://www.wired.com/story/when-you-jump-to-hyperspace-make-sure-you-wear-a-seatbelt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b7d3ffc3f580bcbb7c15bf8a0fb5ab4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAAUDAwUAAAAAAAAAAAAAAAECAwUEERIGBzETIjJxof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACAwQR/9oADAMBAAIRAxEAPwCfBbvojCp6WO0rFsLT2EvI1F7ta/0aCxr2aeYbc6canNJKxKm4uXHkACe7lwKmb5FefOtxbE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mzk_wK8p0","title":"Scaling monorepo maintenance","shortId":"mzk_wK8p0","createdAt":"2021-04-29T16:07:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"ghblog","views":103,"score":26995820,"tagsStr":"general-programming,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T15:50:21.000Z","url":"https://github.blog/2021-04-29-scaling-monorepo-maintenance/","canonicalUrl":"https://github.blog/2021-04-29-scaling-monorepo-maintenance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40aa05e5bcbf41dba3b8a513545a6c2e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEEkFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAARAP/aAAwDAQACEQMRAD8A067FkdlCUT00EnSjXHvVqxEQi3//2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":19,"description":null,"toc":null,"summary":null},{"id":"jz6nM-o0p","title":"Gummy Bears and Candy Bars Are Casualties of the Pandemic","shortId":"jz6nM-o0p","createdAt":"2021-05-04T11:11:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.wired.com/story/gummy-bears-candy-bars-casualties-pandemic/","canonicalUrl":"https://www.wired.com/story/gummy-bears-candy-bars-casualties-pandemic/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c2615b036517f5d24417085cd787076","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAASBREGITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIFQQMRwf/aAAwDAQACEQMRAD8A1bjKsp8g5Oybk7QR23SGF22MWyduAx96kgEL+ZQRXtokYxDsgH7jGT8dyWs37d+EGQqFxDRP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aUXP6eeGl","title":"OpenProject lässt sich ab sofort in Nextcloud integrieren","shortId":"aUXP6eeGl","createdAt":"2021-05-04T10:48:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27002088,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:09:43.000Z","url":"https://www.bitblokes.de/openproject-lasst-sich-ab-sofort-in-nextcloud-integrieren/","canonicalUrl":"https://www.bitblokes.de/openproject-lasst-sich-ab-sofort-in-nextcloud-integrieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"THRgOqJ8Z","title":"Torfresma Equipamentos Industriais","shortId":"THRgOqJ8Z","createdAt":"2021-05-04T10:40:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27002080,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118758865/Torfresma-Equipamentos-Industriais","canonicalUrl":"https://www.behance.net/gallery/118758865/Torfresma-Equipamentos-Industriais","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1338f324e0d09bc9197f1ba77482c87","ratio":1.06626047220107,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgMEB//EACEQAAICAgIBBQAAAAAAAAAAAAECAwQAEQUSITM0YXFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAbEQACAQUAAAAAAAAAAAAAAAAAEgECIjFx8P/aAAwDAQACEQMRAD8A0e28vGUbfJ3ZXXj4O0kjsQwVQCToAbGh5x1K9Wu04LVaUPBPGssbaI7Kw2D5+DlE/tn+jgxekn5GRQy3Z7YQf//Z","siteTwitter":"@behance","creatorTwitter":"@estudioalice","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MYDqeFfNI","title":"“We Can’t Die, We’re With Fela”: The Revolutionary Greatness of the Black President","shortId":"MYDqeFfNI","createdAt":"2021-05-04T10:38:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002078,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:30:00.000Z","url":"https://www.theringer.com/music/2021/5/4/22417938/fela-kuti-rock-hall-of-fame-vote-legacy","canonicalUrl":"https://www.theringer.com/music/2021/5/4/22417938/fela-kuti-rock-hall-of-fame-vote-legacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a94226aa3d104a674a963565561ad061","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFESQGEjEVISJB8P/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHhEAAgIABwAAAAAAAAAAAAAAAQIAAwQFESExseH/2gAMAwEAAhEDEQA/AKTWmqbNNTDTsujGablkKFwSkNo5tzfd96ySu6SY63UMlYyHOwSLDyMIQ8usY2uCdtF6lsQxSpGXnwT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7x-KENw--","title":"The Raiders Remain the NFL’s True Galaxy-Brain Franchise","shortId":"7x-KENw--","createdAt":"2021-05-04T10:22:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002062,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:20:00.000Z","url":"https://www.theringer.com/nfl/2021/5/4/22418382/las-vegas-raiders-draft-jon-gruden-mike-mayock","canonicalUrl":"https://www.theringer.com/nfl/2021/5/4/22418382/las-vegas-raiders-draft-jon-gruden-mike-mayock","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f79973e68bd9dfa7e937984203db1b5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEIRITMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AwUDhpdWP1Rl2lVfNgW5V0RdEZG1NsR7U0Ym4rleLXw4xlD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"NqoW_jAgV","title":"Don’t Let the Pandemic Bury These Underrated Movies","shortId":"NqoW_jAgV","createdAt":"2021-05-04T10:15:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002055,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:00:00.000Z","url":"https://www.theringer.com/movies/2021/5/4/22418151/most-underrated-movies-2020-empty-man-new-mutants","canonicalUrl":"https://www.theringer.com/movies/2021/5/4/22418151/most-underrated-movies-2020-empty-man-new-mutants","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b60457596c4dbc261edd6bbce11233e0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAARExIhIjEyYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAMAAwAAAAAAAAAAAAAAAAADEQEhMf/aAAwDAQACEQMRAD8AxS0ac1q3BJCxWPTt5/MIxIHrt+/ZynQqVbVGvY4BHyxrJ0Kx0uxvQxjLX2huNQ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"iOnDp13kM","title":"Radiology groups can prepare now to implement the No Surprises Act","shortId":"iOnDp13kM","createdAt":"2021-05-04T07:13:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001873,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132286&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132286","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a114ca972eed0987010271c3cf8de90","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBCEABTEGEf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/ANc9Dt3ZWr24loDjUjXpCm0qUkAE38uiQrvaGRIfrZkaGwwy22lpptKEA2QAPgs9xjLY0qipHRThP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_p6XimXUw","title":"Writing the Perfect ReadeMe for Your Node Library","shortId":"_p6XimXUw","createdAt":"2021-05-03T22:46:25.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":28,"score":27001725,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:46:15.000Z","url":"https://blog.bitsrc.io/writing-the-perfect-reademe-for-your-node-library-2d5f24dc1c06","canonicalUrl":"https://blog.bitsrc.io/writing-the-perfect-reademe-for-your-node-library-2d5f24dc1c06","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ca77206dc0bd548adcb49f7a98afe65","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQMEEQACBSETMQYSQnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAREAAv/aAAwDAQACEQMRAD8A38F5q8y7XHYZozKabZG1RVzcrAUv+bIG4O5JHcftUccfOpNoB9jqOt0pR8NW5Owhv//Z","siteTwitter":"@bitdev_","creatorTwitter":"@deleteman123","readTime":9,"description":null,"toc":null,"summary":null},{"id":"zEyeH0lHs","title":"How Flying Lotus Helped Create One of the Year’s Most Interesting Anime’s in ‘Yasuke’","shortId":"zEyeH0lHs","createdAt":"2021-05-04T10:14:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002054,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:10:00.000Z","url":"https://www.theringer.com/music/2021/5/4/22418216/yasuke-flying-lotus-interview","canonicalUrl":"https://www.theringer.com/music/2021/5/4/22418216/yasuke-flying-lotus-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/191281bef4498fd292db2031ab4d9499","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgVBIzGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQb/xAAgEQABAwMFAQAAAAAAAAAAAAABAgMEABFCEjFRccHR/9oADAMBAAIRAxEAPwCXa38yR89CzMWnnhh3DEag59A5HQrXvcPC7RgvhDqPK/X2lKsZY1zDc4jY2xTx2aZby23XFJNiVeD5X//Z","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"oKsfcB5YD","title":"Skydio starts shipping first X2 enterprise drones with prices from $10,999","shortId":"oKsfcB5YD","createdAt":"2021-05-04T10:03:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002043,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:00:12.000Z","url":"https://www.theverge.com/2021/5/4/22418785/skydio-enterprise-drones-x2-x2e-x2d-prices-specs","canonicalUrl":"https://www.theverge.com/2021/5/4/22418785/skydio-enterprise-drones-x2-x2e-x2d-prices-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8815385e8f50e1ea71244b61ec264241","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQDAAMAAAAAAAAAAAAAAgEDBBEABRIGE0H/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMEBSH/2gAMAwEAAhEDEQA/ANRfOpZ6hzYODKSQ6ZRRFmWQNgvJH3zSraVSJdVlYW52MuGxIdmyPY82LhUo1apa/MYydsr7K2AUx4ygjs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8Nxk6KrBq","title":"Revisit Pierce Fulton’s hour-long AXIS mix of timeless mid-2010’s house","shortId":"8Nxk6KrBq","createdAt":"2021-05-04T09:30:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002010,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/revisit-pierce-fultons-hour-long-axis-mix-of-timeless-mid-2010s-house/","canonicalUrl":"https://dancingastronaut.com/2021/05/revisit-pierce-fultons-hour-long-axis-mix-of-timeless-mid-2010s-house/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32aa1ef2cfa5e5973c39f9ca5d5531ff","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQCAgMAAAAAAAAAAAABAwIABBESBSEGByMxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxFx/9oADAMBAAIRAxEAPwCF497Lt0ctxduV3MrNSmKKjP4SxjDPcrx3qSMZ7/cDFRr3mIzvHz2M9mSOxgAT390pU+yqOrglSeH/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YtxCLemBl","title":"Epic spent at least $11.6 million on free games and gained 5 million new users in return","shortId":"YtxCLemBl","createdAt":"2021-05-04T09:21:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002001,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:16:21.000Z","url":"https://www.theverge.com/2021/5/4/22418782/epic-games-store-free-games-cost-apple-trial-arkham-subnautica-mutant-year-zero","canonicalUrl":"https://www.theverge.com/2021/5/4/22418782/epic-games-store-free-games-cost-apple-trial-arkham-subnautica-mutant-year-zero","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/91abd3944ed05871f3bfb5f6fdfb59a4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABAwQREiFBEyIxUdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAhEhAxIT/9oADAMBAAIRAxEAPwDD7Egwnaq9KMysOzjMeXKLBb6d+eVUZpdLdzePT/URFEyBKvw3nkfpVr//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"L1z0Mc0UE","title":"Common Mistakes React Developers Make – And How to Fix Them","shortId":"L1z0Mc0UE","createdAt":"2021-05-03T16:42:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","tweeted":true,"views":563,"score":27001957,"tagsStr":"general-programming,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-04T01:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T16:40:08.000Z","url":"https://www.freecodecamp.org/news/common-mistakes-react-developers-make-and-how-to-fix-them/","canonicalUrl":"https://www.freecodecamp.org/news/common-mistakes-react-developers-make-and-how-to-fix-them/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4db2bc3ce7d454af0853f2dfb08f5b3a","ratio":1.50588235294118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQREiEFFDKh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQEBAQAAAAAAAAAAAAAAAAIBADH/2gAMAwEAAhEDEQA/AMrST9nhIqOmAbDCCWscB7ItkdG5+KV0MeRvgDfYAOkRGtVO25USAQnm/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@myogeshchavan97","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RCpV1fLbi","title":"Linux-Desktop – Vielfalt oder Kompromissunfähigkeit?","shortId":"RCpV1fLbi","createdAt":"2021-05-04T07:48:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001908,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:40:24.000Z","url":"https://curius.de/2021/05/linux-desktop-vielfalt-oder-kompromissunfaehigkeit/","canonicalUrl":"https://curius.de/2021/05/linux-desktop-vielfalt-oder-kompromissunfaehigkeit/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff339f098a6225c0768fbdcfc30a14c0","ratio":1.44469525959368,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAQUBAAMAAAAAAAAAAAAAAQACAwQRMSEyUf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMAITHB8f/aAAwDAQACEQMRAD8A1ivXrnJpalaYx+xe46dcTzO5gU4tZExp8loAJ+oiQTkEZmB5wnaxoqqQNedZ/9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":6,"description":null,"toc":null,"summary":null},{"id":"d-oJuqk8i","title":"AI can help to classify masses found on breast ultrasound","shortId":"d-oJuqk8i","createdAt":"2021-05-04T07:12:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001872,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132287&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132287","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5736019f52a5449b4bf4ea5ebb8fe1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJRAAAQQAAgsAAAAAAAAAAAAAAQACAwQRUQUTFCMyQlN0k8HR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM4NF0AhjtXZRL3eLvip1LOrd8xPtDNNPeLsYDnAYZpFUml2WHeP4G8xyQf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"r8ejUudIE","title":"‘Star Wars: The Bad Batch’ Is a Familiar-Looking Window Into an Unfamiliar Era","shortId":"r8ejUudIE","createdAt":"2021-05-04T07:09:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001869,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:02:00.000Z","url":"https://www.theringer.com/star-wars/2021/5/4/22418485/star-wars-the-bad-batch-premiere-aftermath-disney","canonicalUrl":"https://www.theringer.com/star-wars/2021/5/4/22418485/star-wars-the-bad-batch-premiere-aftermath-disney","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/680846c54d3cbb16ade7e4f7a2295dd6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBQEBAAAAAAAAAAAAAQIDBAAFERIhMRMy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAiET/9oADAMBAAIRAxEAPwDL1bFxdHvwNLXaNzYRx8B+Yk5oF73Xsnfb3J2m1ZZtOqyl6wLxI3cBPoB95YxgtKppF63NFn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JhL_E3tbh","title":"Animate a Mobile Hamburger Bar Menu Using CSS and Just a Hint of JavaScript","shortId":"JhL_E3tbh","createdAt":"2021-05-03T22:45:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":79,"score":27001865,"tagsStr":"general-programming,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:45:36.000Z","url":"https://blog.bitsrc.io/animate-a-mobile-hamburger-bar-menu-using-css-and-just-a-hint-of-javascript-f31f928eb992","canonicalUrl":"https://blog.bitsrc.io/animate-a-mobile-hamburger-bar-menu-using-css-and-just-a-hint-of-javascript-f31f928eb992","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf1bcecf70d6168a64cc92b29522010e","ratio":1.55555555555556,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQRIQUSExQxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AN8npp4dTo20wj60hfzue9wkGLjbbHn2qgYAALnH1EVD2IYX/9k=","siteTwitter":"@bitdev_","creatorTwitter":"@pniedri","readTime":12,"description":null,"toc":null,"summary":null},{"id":"CRQwb6XAp","title":"Ubuntu 16.04 LTS ab sofort in Extended Security Maintenance (ESM)","shortId":"CRQwb6XAp","createdAt":"2021-05-04T06:38:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001838,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T06:03:25.000Z","url":"https://www.bitblokes.de/ubuntu-16-04-lts-ab-sofort-in-extended-security-maintenance-esm/","canonicalUrl":"https://www.bitblokes.de/ubuntu-16-04-lts-ab-sofort-in-extended-security-maintenance-esm/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DPa_CM1uu","title":"Time on Stage","shortId":"DPa_CM1uu","createdAt":"2021-05-04T06:34:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27001834,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118448159/Time-on-Stage","canonicalUrl":"https://www.behance.net/gallery/118448159/Time-on-Stage","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93ac3cfcd76806a428d7c138559ccfa0","ratio":0.696864111498258,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFB//EACQQAAEEAgECBwAAAAAAAAAAAAIBAwQRBSEAMZEGEhQjMlGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAISIf/aAAwDAQACEQMRAD8AUjupmmMpNk5Br10VivfHyq5tUEkrVa19pvmczXJ5zHyGPIMVcJUJGNFvr04WPzQx54SZcJiQKCQkBJ8rGh7LvvfKg+NpQigjjsdSaSwK/wB4IrnoSmu+WZ//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oyNNktpp_","title":"A New Direction for Code Like A Girl","shortId":"oyNNktpp_","createdAt":"2021-05-03T23:53:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"colkgirl","views":15,"score":27001740,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T23:53:37.000Z","url":"https://code.likeagirl.io/a-new-direction-for-code-like-a-girl-5d3c9f9855d7","canonicalUrl":"https://code.likeagirl.io/a-new-direction-for-code-like-a-girl-5d3c9f9855d7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b16e38cdf3c083558a2ae8ad1c12a21","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAAYBBQAAAAAAAAAAAAABAgADBAUGERIhMUGBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAhIDEf/aAAwDAQACEQMRAD8Al2rMbvTWm209fMVp9VxZX76Uka5eCdfYsvlMkOwa2TS2+pDqRv2YQg+uC7ZrKn//2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@livmischianti","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zY8fgnNFP","title":"postmarketOS integriert Asteroid-UI für Smartwatches","shortId":"zY8fgnNFP","createdAt":"2021-05-04T04:48:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001728,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T04:24:00.000Z","url":"https://linuxnews.de/2021/05/postmarketos-integriert-asteroid-ui-fuer-smartwatches/","canonicalUrl":"https://linuxnews.de/2021/05/postmarketos-integriert-asteroid-ui-fuer-smartwatches/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d33f768c81623d6248aacb64799a83d","ratio":1.02803738317757,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDBAURABIhMRNBJDJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADEQQFITFh/9oADAMBAAIRAxEAPwANer7ehdrjKtfVUwppykSozBIACeNv1bIwTuBznjWr2z5FtpJ6iHxzSRI7oHA2sQCRj1zo/HRUs9db5Z6aCWQ7yXeMMTjrk/nrUw7EAliSeyTplKsXbBk3uFtS6ekmsHI486n/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rSAjQyRVl","title":"36 DOT - 08","shortId":"rSAjQyRVl","createdAt":"2021-05-03T22:41:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27001361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118572061/36-DOT-08","canonicalUrl":"https://www.behance.net/gallery/118572061/36-DOT-08","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5988bb12c1dea892e735b132f62d8845","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGB//EACEQAAIABgEFAAAAAAAAAAAAAAECAAMEERIhUQUTIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAdEQABBAIDAAAAAAAAAAAAAAACAAEDEQQFE6Hh/9oADAMBAAIRAxEAPwDDaKmHZ6erPTqZ6oXE5CzNdytgQp41YiJuqzlVU6WsxgFcqMr30fsP5t4nJtLrfqBuzF2JY3vzF5BpOSQrPr1HJlOQs1L/2Q==","siteTwitter":"@behance","creatorTwitter":"@muhammedsajidn","readTime":0,"description":null,"toc":null,"summary":null},{"id":"gG5TnW-iB","title":"Ten Useful Image and Video Transformations","shortId":"gG5TnW-iB","createdAt":"2021-05-03T08:56:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"codrops","views":85,"score":27001044,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:44:32.000Z","url":"https://tympanus.net/codrops/2021/05/03/ten-useful-image-and-video-transformations/","canonicalUrl":"https://tympanus.net/codrops/2021/05/03/ten-useful-image-and-video-transformations/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/65bd3f224ce4f694ff25e9bfdc2183dd","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAREAAgMSIRNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARA//aAAwDAQACEQMRAD8A0Xjx3FSrak9YLb+daktfbUa5bJcZMRJ9bYDmSSnjv//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"034Utca6W","title":"Incident Detection and Response Basics Greatly Matter","shortId":"034Utca6W","createdAt":"2021-05-04T00:06:02.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"cshub","views":8,"score":27001719,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/incident-detection-and-response-basics-greatly-matter","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/incident-detection-and-response-basics-greatly-matter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/859740b03eb262ef51a810845765deb7","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxABAAEEAQUAAAAAAAAAAAAAAQIAESExYQMSMlGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANOtryw6+4oa8g4xRXu62da4qkIjCKgqeqC//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nm4W3PdE8","title":"‘What About Bob?’ With Bill Simmons, Sean Fennessey, and Van Lathan","shortId":"nm4W3PdE8","createdAt":"2021-05-04T04:31:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T04:17:42.000Z","url":"https://www.theringer.com/2021/5/4/22418354/what-about-bob-with-bill-simmons-sean-fennessey-and-van-lathan","canonicalUrl":"https://www.theringer.com/2021/5/4/22418354/what-about-bob-with-bill-simmons-sean-fennessey-and-van-lathan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/85eb5474b1ed7554d515ffe3567f4d49","ratio":1.90825688073395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAFITEGEVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAMRH/2gAMAwEAAhEDEQA/AMNc17abxHVbt5zcF2zGgryIAsSrJ0COT2e/uSNzYetuL0CR1ysU8iAmFfZAYjnGMHDaouX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"gyLHSlTON","title":"How to Fetch Data in React from a GraphQL API","shortId":"gyLHSlTON","createdAt":"2021-05-03T17:22:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":155,"score":27001689,"tagsStr":"react,graphql,react-query","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:20:56.000Z","url":"https://www.freecodecamp.org/news/5-ways-to-fetch-data-react-graphql/","canonicalUrl":"https://www.freecodecamp.org/news/5-ways-to-fetch-data-react-graphql/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dae7b0834c39d0e40a643b880eca1c4a","ratio":1.524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYSITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQISMTL/2gAMAwEAAhEDEQA/AMVB0ekixWo86O5IdLQcdNeD6NA2CMojhugeQlxCZiErHYJ7g0D8vGMbSTZw5en/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@reactbootcamp","readTime":10,"description":null,"toc":null,"summary":null},{"id":"bJJZJqSW7","title":"RISC-V International verschenkt 1.000 RISC-V-Boards","shortId":"bJJZJqSW7","createdAt":"2021-05-04T03:38:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001658,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T03:16:00.000Z","url":"https://linuxnews.de/2021/05/risc-v-international-verschenkt-1-000-risc-v-boards/","canonicalUrl":"https://linuxnews.de/2021/05/risc-v-international-verschenkt-1-000-risc-v-boards/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/733777c5e3dd91896cccce9f9702a425","ratio":1.47689075630252,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAQUBAAAAAAAAAAAAAgEDBAAFBhETEhQhMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A0liyZjaM1uV3n31yRYpDxNMRQPkcbbJdioiegFUXSfV1VVCkZD2bHPGAnuMetVIEVS159Lr8pSpB/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gnOQXKLuI","title":"Benjamin Mako Hill: NSF CAREER Award","shortId":"gnOQXKLuI","createdAt":"2021-05-04T02:33:58.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27001593,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T02:29:53.000Z","url":"https://mako.cc/copyrighteous/nsf-career-award","canonicalUrl":"https://mako.cc/copyrighteous/nsf-career-award","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"@makoshark","creatorTwitter":"@makoshark","readTime":1,"description":null,"toc":null,"summary":null},{"id":"CvJMrYrJ0","title":"Can I use an object as an array without modifying it in JavaScript?","shortId":"CvJMrYrJ0","createdAt":"2021-05-03T19:02:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"30seconds","views":48,"score":27001574,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-03T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-object-array-proxy","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-object-array-proxy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52388af0df168da7a05da0f4157dd9b1","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBhEhMXGBof/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBAxEx/9oADAMBAAIRAxEAPwDI1NzUIUM8el07iCIo0Vmoqjjyrc+++Q5N+KZGI29oygk9BCeB9xjBalbpRNzrmH//2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nVHsob73k","title":"Don’t Buy Into Facebook’s Ad-Tracking Pressure on iOS 14.5","shortId":"nVHsob73k","createdAt":"2021-05-03T21:53:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":2,"score":27001554,"tagsStr":"tech-news,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:49:00.000Z","url":"https://www.wired.com/story/facebook-ad-tracking-pressure-ios-14-5/","canonicalUrl":"https://www.wired.com/story/facebook-ad-tracking-pressure-ios-14-5/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/355d425c66c7ac2f55ebea6982b2e1d3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAAREgUGQQcTISJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDMRP/2gAMAwEAAhEDEQA/AKdMZmvQdoaRHh6lDCLGjv4gUHIi9+Sz8r9tWMO7EbddNwZ6gJqpIPZRcb8XvSlT+9j1i3TBYj//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DsorTXJpB","title":"Warpinator für Android verfügbar – Unterstützung für Linux Mint 18 endet","shortId":"DsorTXJpB","createdAt":"2021-05-01T06:49:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997529,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T06:09:39.000Z","url":"https://www.bitblokes.de/warpinator-fur-android-verfugbar-unterstutzung-fur-linux-mint-18-endet/","canonicalUrl":"https://www.bitblokes.de/warpinator-fur-android-verfugbar-unterstutzung-fur-linux-mint-18-endet/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"yqzMxDlgD","title":"How to Create Custom WooCommerce Product Pages","shortId":"yqzMxDlgD","createdAt":"2021-05-03T20:09:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27001209,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T18:31:37.000Z","url":"https://www.wpexplorer.com/custom-woocommerce-product-pages/","canonicalUrl":"https://www.wpexplorer.com/custom-woocommerce-product-pages/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ecdd2c804dea92ba61967c14f0819fd0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQEIAQUAAAAAAAAAAAAAAQIAAwQFBhEhIhMVGFFhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBAxEx/9oADAMBAAIRAxEAPwDQqnkEvq2bwfXYRxFcTxeygoKIUBrdKhYC2B7PloXbNLlbCpo5IObCGRj6xjWtjLyR3D//2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Qhm8q0yjK","title":"AFP ? Agence France Presse","shortId":"Qhm8q0yjK","createdAt":"2021-05-03T18:39:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27001119,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/96637527/AFP-Agence-France-Presse","canonicalUrl":"https://www.behance.net/gallery/96637527/AFP-Agence-France-Presse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ceaab7af40f3ec82470c8883ebff60f2","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQADBAUCERIxQVFi0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQADEQIEkdHh/9oADAMBAAIRAxEAPwDJmLKC5DzfFPH4Njvmd9N+FKbaECQKaPoe5+IisrN3aAmODqGFenPrP//Z","siteTwitter":"@behance","creatorTwitter":"@agence4uatre","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Q-GuFwWzK","title":"It’s once again time to update your iPhone, Mac, and Apple Watch as soon as possible","shortId":"Q-GuFwWzK","createdAt":"2021-05-03T21:17:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001517,"tagsStr":"security,apple,ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:07:20.000Z","url":"https://www.theverge.com/2021/5/3/22417984/ios-14-5-1-ipad-iphone-apple-watch-mac-update-security-fix","canonicalUrl":"https://www.theverge.com/2021/5/3/22417984/ios-14-5-1-ipad-iphone-apple-watch-mac-update-security-fix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dea0c1385e2d630aa9de83a2b806fd86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxEEBRIicf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGREAAwADAAAAAAAAAAAAAAAAAAEDAhEx/9oADAMBAAIRAxEAPwDA1bdysVhc6hQcqAMN7KnRLk9zEQW7030u082kf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HQEN1_z39","title":"Overreacting to Bucks vs. Nets, James Harden’s Market, and MLB Updates","shortId":"HQEN1_z39","createdAt":"2021-05-04T01:11:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001511,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T01:08:05.000Z","url":"https://www.theringer.com/2021/5/3/22418438/overreacting-to-bucks-vs-nets-james-hardens-market-and-mlb-updates","canonicalUrl":"https://www.theringer.com/2021/5/3/22418438/overreacting-to-bucks-vs-nets-james-hardens-market-and-mlb-updates","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/95e68b3686964b38ad465ecd2be47bab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIEAAMFESESExQiFjGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADEiEx/9oADAMBAAIRAxEAPwDFVW6u9ZTJ7mpuVOWS92XNBAJ0k2Bx6vc/TE/l9dX256+2ci5hCJ5UDkPda+C7n//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6w5Pl3NUF","title":"Bill Gates and Melinda Gates are separating, but their charitable foundation will continue","shortId":"6w5Pl3NUF","createdAt":"2021-05-03T20:57:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27001509,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:49:56.000Z","url":"https://www.theverge.com/2021/5/3/22418019/bill-melinda-gates-marriage-separation-charity-foundation","canonicalUrl":"https://www.theverge.com/2021/5/3/22418019/bill-melinda-gates-marriage-separation-charity-foundation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/771765dda147b8fda8352c04c193efe4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgAEEgEDESEGQWHx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABMgL/2gAMAwEAAhEDEQA/AMUtsmTcOOOiajcqbZ2V0K4idQnHOvPijAAYDrpERqRdUf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nJi4JbxXg","title":"Azure Administrator Certification (AZ-104) – Pass the Exam With This Free 11-Hour Course","shortId":"nJi4JbxXg","createdAt":"2021-05-03T15:35:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":77,"score":27001461,"tagsStr":"cloud,aws,career,azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:31:42.000Z","url":"https://www.freecodecamp.org/news/azure-administrator-certification-az-104-pass-the-exam-with-this-free-11-hour-course/","canonicalUrl":"https://www.freecodecamp.org/news/azure-administrator-certification-az-104-pass-the-exam-with-this-free-11-hour-course/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af629babd71e0e27b39ab9e7460194d7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIEAAMRQQUSEyFRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAQUAAAAAAAAAAAAAAAAAAAEDBDEy/9oADAMBAAIRAxEAPwDGLXMRl4mzEMKOewzsLjR1Nx+rTNvGvnqorNGLE4vDJz4IpSr0PKgX7P/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cJGK_aHtc","title":"The Evolution Of Jamstack","shortId":"cJGK_aHtc","createdAt":"2021-05-03T07:09:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"smashing","views":628,"score":27001445,"tagsStr":"general-programming,webdev,architecture,backend,jamstack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-03T15:00:00.000Z","discussionScore":10,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/evolution-jamstack/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/evolution-jamstack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ddac73499667cf29aff021418a4a640","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQZREjFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhEf/aAAwDAQACEQMRAD8A2Hh2jGojTZJlOSC9T/gpICUKCDddXYHVAfSaIHL5EiDHeXGbCnG0rICj7IvGMUgFGYt3BqxiqrPg83//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@biilmann","readTime":8,"description":null,"toc":null,"summary":null},{"id":"QytKUwQnq","title":"Inside the all-hands meeting that led to a third of Basecamp employees quitting","shortId":"QytKUwQnq","createdAt":"2021-05-04T00:03:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001443,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.theverge.com/2021/5/3/22418208/basecamp-all-hands-meeting-employee-resignations-buyouts-implosion","canonicalUrl":"https://www.theverge.com/2021/5/3/22418208/basecamp-all-hands-meeting-employee-resignations-buyouts-implosion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f008ce1deac2f31a6b3dd5ea7debf62","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAhBDESE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAxEhIkHw/9oADAMBAAIRAxEAPwDZ5WWGTnkqX9aNMwY2H34gdaA2dfcpSQlFqwK6vrGMLGsn2yirN0P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"40kLZvEJf","title":"…and naming things; Tailwind CSS, Typescript and mammals","shortId":"40kLZvEJf","createdAt":"2021-05-03T09:12:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"itnext","views":448,"score":27001442,"tagsStr":"css,typescript,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-03T14:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:46:33.000Z","url":"https://itnext.io/and-naming-things-tailwind-css-typescript-and-mammals-9eab459633d2","canonicalUrl":"https://itnext.io/and-naming-things-tailwind-css-typescript-and-mammals-9eab459633d2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8753c7bfab6decd5c3642c245141e570","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQGBQcREkEh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDEVH/2gAMAwEAAhEDEQA/AM1i+nYG7GoZLtrQBeErg5k0kQLmk/CeT4FQNfbsEjvjh497xIidpcJKZye6z//Z","siteTwitter":"@itnext_io","creatorTwitter":"@kristiandupont","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4FN7sPjgb","title":"Arrival and Uber are working on an electric ride-hailing car","shortId":"4FN7sPjgb","createdAt":"2021-05-03T23:09:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001389,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T23:01:00.000Z","url":"https://www.theverge.com/2021/5/3/22417970/arrival-uber-ride-hailing-ev-electric-vehicle","canonicalUrl":"https://www.theverge.com/2021/5/3/22417970/arrival-uber-ride-hailing-ev-electric-vehicle","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/308b119114fa279039485faaa16321ee","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBQYhEkFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDPevEm32WLDM9vhK4CnMsAD0AK6+Uq5OO4gkcA54AJrtETIKjf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"W8WuB-5xB","title":"Here are Apple’s and Epic’s full slideshows arguing why they should win at trial","shortId":"W8WuB-5xB","createdAt":"2021-05-03T19:09:29.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":27001383,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T19:04:17.000Z","url":"https://www.theverge.com/2021/5/3/22417725/apple-vs-epic-full-trial-slideshows-opening-arguments","canonicalUrl":"https://www.theverge.com/2021/5/3/22417725/apple-vs-epic-full-trial-slideshows-opening-arguments","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PHX6PyIM0","title":"Cross Site Request Forgery – What is a CSRF Attack and How to Prevent It","shortId":"PHX6PyIM0","createdAt":"2021-05-03T16:16:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":24,"score":27001377,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T16:13:55.000Z","url":"https://www.freecodecamp.org/news/what-is-cross-site-request-forgery/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-cross-site-request-forgery/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b18e90bfff51c95abbbcf403b51501d","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQREiExQQX/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAIDAQAAAAAAAAAAAAAAAAEDAAIRIf/aAAwDAQACEQMRAD8AyWC1+Zb2oSS2nnLMRI5kAKpjtR4Rwfc9VIezsd20mkZc8HTGRSlDLubSqaiqzo7s/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@megansdoingfine","readTime":6,"description":null,"toc":null,"summary":null},{"id":"lc0ZIXfCO","title":"Lantheus subsidiary Exini secures CE Mark for PET/CT prostate software","shortId":"lc0ZIXfCO","createdAt":"2021-05-03T22:49:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001369,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:48:28.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132288&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132288","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1039d404e3ad94c7c5246aae29c302bb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACMQAAIBAgYCAwAAAAAAAAAAAAECAwQhAAUGERIxIkETUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEDBAMAAAAAAAAAAAAAAAECESEAAwQxBRLw/9oADAMBAAIRAxEAPwDMMlyvTc2kKurqsxkWenA4xKo5PITba9wd/XWIopU7+NVOg9J8ch4/nWBUDscwpVLMV2NibdYeJI/EebdfeEZOSGSnqIHnq/x+AbpuLKzvUxALCXaa/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"tYlIHVMxe","title":"Sony really hated PS4 crossplay, confidential documents reveal","shortId":"tYlIHVMxe","createdAt":"2021-05-03T18:10:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001330,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:05:14.000Z","url":"https://www.theverge.com/2021/5/3/22417560/sony-ps4-cross-play-confidential-documents-epic-games-agreements","canonicalUrl":"https://www.theverge.com/2021/5/3/22417560/sony-ps4-cross-play-confidential-documents-epic-games-agreements","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea0b2673aafe85fb70954f8dfb5d8452","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEACExBQYREgcVI//EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAxJBYcHh/9oADAMBAAIRAxEAPwCRbK1ZEPVWB6rS5T0yQe7ktpbpSF8NlKR2tknnN81RZHgJTj7jjO5yy2pRUlpMCyATZI+mBilKtrk2q2T5EoAqnXTP/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rj4IR08og","title":"‘For All Mankind,’ Marvel and ‘Eternals,’ and ‘Mare of Easttown’ Episode 3","shortId":"rj4IR08og","createdAt":"2021-05-03T22:05:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001325,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:03:39.000Z","url":"https://www.theringer.com/2021/5/3/22418162/for-all-mankind-marvel-and-eternals-and-mare-of-easttown-episode-3","canonicalUrl":"https://www.theringer.com/2021/5/3/22418162/for-all-mankind-marvel-and-eternals-and-mare-of-easttown-episode-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f965178b0677f6e04588889f60f9fdd0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFBxFhBiFREv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgAhMf/aAAwDAQACEQMRAD8Ajs0w3cSjo47Vi8zKy6cgtL6IUR9DBGuvNxqVGzvEmqhNNhuokJdUnJm/CdQhCumqafcDkhv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ib_9lF7z1","title":"Amazon’s Thursday Night Football deal will start early","shortId":"Ib_9lF7z1","createdAt":"2021-05-03T21:57:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001317,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:54:23.000Z","url":"https://www.theverge.com/2021/5/3/22417957/amazon-nfl-thursday-night-football-2022","canonicalUrl":"https://www.theverge.com/2021/5/3/22417957/amazon-nfl-thursday-night-football-2022","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f44e31586a9c52feff0db63127e9657","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADBSExQXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8Ag5yZNjxOU5LRKZNjKqJrq1Qa3K/b89s0TLdSVa2YdCQas+sYyLb2FoISpdP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PivWLoofM","title":"Counteracting Backlink Image Credit Scams","shortId":"PivWLoofM","createdAt":"2021-05-03T17:22:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"colkgirl","views":6,"score":27001305,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:10:26.000Z","url":"https://josephfung.medium.com/counteracting-backlink-image-credit-scams-671cb9228be","canonicalUrl":"https://josephfung.medium.com/counteracting-backlink-image-credit-scams-671cb9228be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2a932d55e915a7be2b46eed5ca56459","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAAYBBQAAAAAAAAAAAAABAgADBAURElEGExRB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgEAIf/aAAwDAQACEQMRAD8ApPTC3a6TqO6v2xRVstWQo7AalQQMbZ5zFK8N/U0AcYP2EICqp3UzCub/2Q==","siteTwitter":"@Medium","creatorTwitter":"@josephfung","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yzqnbO3Oc","title":"Five Biggest Things We Learned From the NFL Draft","shortId":"yzqnbO3Oc","createdAt":"2021-05-03T21:41:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001301,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:31:01.000Z","url":"https://www.theringer.com/2021/5/3/22418071/five-biggest-things-we-learned-from-the-nfl-draft","canonicalUrl":"https://www.theringer.com/2021/5/3/22418071/five-biggest-things-we-learned-from-the-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36a3e0d0f8427dd547e8582349b40191","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAhEAAwQFBjESUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIDEQAEISKR/9oADAMBAAIRAxEAPwCXwmF7ge3211Q1/GyrKKp6kwQR6g/aqkyIUSpJjvypShN0RCvFjFqMXklDm6Y17n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"P6QFqNs0T","title":"Sony is working to integrate Discord into PlayStation consoles","shortId":"P6QFqNs0T","createdAt":"2021-05-03T17:34:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001294,"tagsStr":"tech-news,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:31:22.000Z","url":"https://www.theverge.com/2021/5/3/22417586/sony-discord-playstation-consoles-investment-partnership","canonicalUrl":"https://www.theverge.com/2021/5/3/22417586/sony-discord-playstation-consoles-investment-partnership","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f8499978437a732021e39e64a79694f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQQDAAIREiGRMlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDIf/aAAwDAQACEQMRAD8Azwu/Csi6pIlFNMwNrJ7sbRY9cE9EfajJuz5HulKu59qhSP/Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0Ztyb1dtg","title":"Twitter will now let anyone with 600 or more followers host its audio Spaces on mobile","shortId":"0Ztyb1dtg","createdAt":"2021-05-03T17:04:28.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":6,"score":27001287,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:00:00.000Z","url":"https://www.theverge.com/2021/5/3/22413033/twitter-spaces-android-ios-ticket-schedule-clubhouse-captions","canonicalUrl":"https://www.theverge.com/2021/5/3/22413033/twitter-spaces-android-ios-ticket-schedule-clubhouse-captions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd92592d5428e6bfc121f85a2f18e7d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAABBQADAAAAAAAAAAAAAAACAAEDESESMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AJuGYQjlB4gIzrjI7vYU+1tb1tpb+oiQx//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wTVvLIS1f","title":"Templates Library by Helppier - Curated directory of 40+ in-app messaging templates for SaaS","shortId":"wTVvLIS1f","createdAt":"2021-05-03T21:23:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27001283,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:23:02.000Z","url":"https://templates.helppier.com","canonicalUrl":"https://templates.helppier.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fdc8d3f6fbdd7791b7b93232f40405f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACAxIEEUEhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A01PM5mZjRCtZLbBHrvh5pUJ1FR//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"cd3AHcN37","title":"Linux Presentation Day 2021.1 am 15.5.","shortId":"cd3AHcN37","createdAt":"2021-05-03T21:07:17.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001267,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:44:58.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/03/linux-presentation-day-2021-1-am-15-5/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/03/linux-presentation-day-2021-1-am-15-5/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Jcz1TML0_","title":"10 insights from Porter Robinson’s post-‘Nurture’ Reddit AMA","shortId":"Jcz1TML0_","createdAt":"2021-05-03T20:56:25.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27001256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:55:46.000Z","url":"https://dancingastronaut.com/2021/05/10-insights-from-porter-robinsons-post-nurture-reddit-ama/","canonicalUrl":"https://dancingastronaut.com/2021/05/10-insights-from-porter-robinsons-post-nurture-reddit-ama/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53a16dc0104faa07752f44e9f9c37305","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERJBIjGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQEAAQQDAQAAAAAAAAAAAAABAwACEkEEERMx/9oADAMBAAIRAxEAPwDHnw2Ojtp7ieXi6qDEyKfEk9jv5UIYYEbW4RlPo8CNilKckLbnrGqh4kPvIY7H67Br/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KbwhyAMrL","title":"Porter Robinson, Madeon, Jai Wolf, Wavedash, and more top Second Sky lineup","shortId":"KbwhyAMrL","createdAt":"2021-05-03T20:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27001233,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:33:00.000Z","url":"https://dancingastronaut.com/2021/05/porter-robinson-madeon-jai-wolf-wavedash-and-more-top-second-sky-lineup/","canonicalUrl":"https://dancingastronaut.com/2021/05/porter-robinson-madeon-jai-wolf-wavedash-and-more-top-second-sky-lineup/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19378a1b4b9413983b363eecfa0f31a6","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAgMFAAQGESFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAMBAgQRMf/aAAwDAQACEQMRAD8AnKvnVZp1EWvJUiadFAEz9Ejx6GQO5YJLtzyIrKjuzAfATjGGtFK8KDsxk6g//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IlxcsM_ej","title":"Beloved electronic producer Pierce Fulton dead at 28","shortId":"IlxcsM_ej","createdAt":"2021-05-03T20:18:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27001218,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:17:42.000Z","url":"https://dancingastronaut.com/2021/05/beloved-electronic-producer-pierce-fulton-dead-at-28/","canonicalUrl":"https://dancingastronaut.com/2021/05/beloved-electronic-producer-pierce-fulton-dead-at-28/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1da7569b0ba3f22ac16f03b436f6672","ratio":1.4969696969697,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAUSBgcRITFicf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQACAwEAAAAAAAAAAAAAAAABAwACERL/2gAMAwEAAhEDEQA/AJHbDU9qt2q4j7sOSottJRHfU6VLTgFc5epy4KR14q/kbxspkOpFsBAUQDiO+/tKUKOKzyBsd1BmaZ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jD__yuFHx","title":"The Lakers Are Imploding. Plus: Giannis Antetokounmpo vs. Kevin Durant.","shortId":"jD__yuFHx","createdAt":"2021-05-03T20:14:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001214,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:00:48.000Z","url":"https://www.theringer.com/2021/5/3/22417918/the-lakers-are-imploding-plus-giannis-antetokounmpo-vs-kevin-durant","canonicalUrl":"https://www.theringer.com/2021/5/3/22417918/the-lakers-are-imploding-plus-giannis-antetokounmpo-vs-kevin-durant","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b7c3f7acb50e79832344886fb581830","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEAAURIQYHQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8Anuho62z698jkbXQC3UpwTxWD2ylpQOB+5KnVi7FnYnnsn7jGC7kf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"sWHg2pcIc","title":"Microsoft adds FPS Boost to 74 more games on Xbox Series X / S","shortId":"sWHg2pcIc","createdAt":"2021-05-03T16:10:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001210,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T16:04:43.000Z","url":"https://www.theverge.com/2021/5/3/22416986/microsoft-xbox-fps-boost-new-games-list","canonicalUrl":"https://www.theverge.com/2021/5/3/22416986/microsoft-xbox-fps-boost-new-games-list","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9267cbbdeb9d80b17487f5758205b31c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQQAAgMFERITIVExQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMAQuCStodSr2ukw01p2W5qhBX7xL9Z9cjB78RKMgyeYQhJ3/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"w-T9i35mW","title":"How to Generate More Leads with WordPress","shortId":"w-T9i35mW","createdAt":"2021-05-03T16:09:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000969,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-20T21:02:21.000Z","url":"https://www.wpexplorer.com/generate-leads-wordpress/","canonicalUrl":"https://www.wpexplorer.com/generate-leads-wordpress/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04444a94e11a584e7aa944ded21e7c3c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAyEEERL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDerYicMeqUdmZgGJPa4NyTREphBb//2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":5,"description":null,"toc":null,"summary":null},{"id":"wsICo4KdT","title":"Massive Chinese rocket core to make uncontrolled reentry over Earth in coming days","shortId":"wsICo4KdT","createdAt":"2021-05-03T19:45:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27001185,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T19:30:49.000Z","url":"https://www.livescience.com/chinese-long-march-rocket-uncontrolled-reentry-2021.html","canonicalUrl":"https://www.livescience.com/chinese-long-march-rocket-uncontrolled-reentry-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/790862a5021865abb9fede012900784a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAEFAQAAAAAAAAAAAAABAgMEEQAFEiExUUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAERAgMABBLB0f/aAAwDAQACEQMRAD8AocfR4T2kvTYT1MKWBHCwbcFcjrj751hqBoYaRvVvVtFqpYs+4xkwbd02ORC9I6x0KKmXEZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zBeVeLlfx","title":"Yeferson Soteldo and Manny Perez deals highlight wacky MLS roster rules, plus MLS week three takeaways: Notebook","shortId":"zBeVeLlfx","createdAt":"2021-05-03T19:41:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27001181,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://theathletic.com/2564559/2021/05/03/yeferson-soteldo-manny-perez-toronto-austin/","canonicalUrl":"https://theathletic.com/2564559/2021/05/03/yeferson-soteldo-manny-perez-toronto-austin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/417427ef3d3b0c4d5bccd1f618dfc235","ratio":1.46915351506456,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBRMhQQYSMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAACAREDEiH/2gAMAwEAAhEDEQA/AM5k1jTm3nWyuA7AK+5L7PjjsYGORwPyqSx+QsoaLTLERkZUGQDA6+GlKnGsNHQdtao//9k=","siteTwitter":"@TheAthletic","creatorTwitter":"@samstejskal","readTime":null,"description":null,"toc":null,"summary":null},{"id":"982hrdIeC","title":"G4’s newest host is virtual streamer CodeMiko","shortId":"982hrdIeC","createdAt":"2021-05-03T15:25:52.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001166,"tagsStr":"tech-news,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:20:24.000Z","url":"https://www.theverge.com/2021/5/3/22417239/codemiko-g4-host-vtuber-gaming-network-revival-interviews","canonicalUrl":"https://www.theverge.com/2021/5/3/22417239/codemiko-g4-host-vtuber-gaming-network-revival-interviews","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17e14dfd7b8c6903fc5c276993a1b853","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAEQYEBRJBIiMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQADAAIDAQAAAAAAAAAAAAABAgMAEQQhMaH/2gAMAwEAAhEDEQA/AMYxrRh8V3NrT3qV8kspwBaweiaqRv3qIi7yVEQqPR3k/iXpWtUc7CnQ+5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Zod1PTmBy","title":"X-ray and CT reveal pregnant ancient Egyptian mummy","shortId":"Zod1PTmBy","createdAt":"2021-05-03T19:25:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T19:15:50.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132285&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132285","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f48caa9498c590b7844e94e6c413485","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACAwQFBhESISIxNXJzof/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEBAAICAwAAAAAAAAAAAAAAAQIRAAQSYaH/2gAMAwEAAhEDEQA/AJ3F7U12D49cI6iaOoqBFBJzHbowjaQNeBH1YDde6Vnuf08iiJtcV7T3LdyEYECJVmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PC1oCpWvv","title":"Mother rejoices after her child's successful spina bifida surgery in the womb","shortId":"PC1oCpWvv","createdAt":"2021-05-03T19:20:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27001160,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:50:32.000Z","url":"https://www.livescience.com/spina-bifida-surgery-in-womb-case.html","canonicalUrl":"https://www.livescience.com/spina-bifida-surgery-in-womb-case.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f31b4812055ca492bc52270c92cc684","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAAIDBAUhEUEiUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMRMf/aAAwDAQACEQMRAD8Al8TTu1spSjmnjlrNfCHDjyDJGAgDnsOd7GgrEYS8Rq5C4dEwgE/QNIimsdlzBJUkxw//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jmSyKPja_","title":"React to Flutter: One Developers Journey — Part 2","shortId":"jmSyKPja_","createdAt":"2021-05-03T09:20:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"itnext","views":108,"score":27001136,"tagsStr":"general-programming,react,flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:33:09.000Z","url":"https://medium.com/@reme.lehane/react-to-flutter-one-developers-journey-part-2-10ac6919f580","canonicalUrl":"https://medium.com/@reme.lehane/react-to-flutter-one-developers-journey-part-2-10ac6919f580","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b05de1390d53953bfe6cf116d502731d","ratio":3.41880341880342,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQIAAwQREiGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDf9+q6jdZVUwWvsV46g+CVcwDZ6mYDkqCfkRBH/9k=","siteTwitter":"@Medium","creatorTwitter":"@RemeJuan","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BKPRMkFIQ","title":"GM’s installing software on Chevy Bolts to help prevent battery fires","shortId":"BKPRMkFIQ","createdAt":"2021-05-03T18:46:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001126,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:45:00.000Z","url":"https://www.theverge.com/2021/5/3/22417634/chevy-bolt-recall-fire-fix-software-update","canonicalUrl":"https://www.theverge.com/2021/5/3/22417634/chevy-bolt-recall-fire-fix-software-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8dedf70ce99bc31b046bdb53dae1fe34","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAURBhIhIiT/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQQDAQAAAAAAAAAAAAAAAwABAkEEERIx/9oADAMBAAIRAxEAPwCCs+WXLZHJtDAkcTKXCd2JBB0fbwTvdSsnOcgsjgS32gSB9r0pT5ZBBAHw/u6ZEiGBDT6rVuv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"l1S3YVR-5","title":"7 Ways to Optimize WooCommerce Conversion Rates","shortId":"l1S3YVR-5","createdAt":"2021-05-03T16:10:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000970,"tagsStr":"wordpress,ecommerce","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-22T02:19:49.000Z","url":"https://www.wpexplorer.com/optimize-woocommerce-conversion-rates/","canonicalUrl":"https://www.wpexplorer.com/optimize-woocommerce-conversion-rates/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1797181e790884c0b1693278b80b8d39","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAECAwQxBRESIkL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRMf/aAAwDAQACEQMRAD8A03UqvG+ow7eWmpbZZUeWAVGRamRB8R//2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":7,"description":null,"toc":null,"summary":null},{"id":"ka_fqF-_s","title":"Tiësto jacks up the BPM of Sofia Carson’s ‘Fool’s Gold’ [Stream]","shortId":"ka_fqF-_s","createdAt":"2021-05-03T18:41:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27001121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:40:07.000Z","url":"https://dancingastronaut.com/2021/05/tiesto-jacks-up-the-bpm-on-sophia-carsons-fools-gold/","canonicalUrl":"https://dancingastronaut.com/2021/05/tiesto-jacks-up-the-bpm-on-sophia-carsons-fools-gold/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/851fb6748c6349a1f59e9a6a33fbdff9","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQhBQYxQREiMv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADITH/2gAMAwEAAhEDEQA/AMt2zsK2udNXUVZb6S1Akmtj6o65PfOMcioK7OlkAdYo1DZCmc489fNKUWxyvIulQw2f/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cfftZTkTC","title":"What Is a Redirect and How Should You Use It?","shortId":"cfftZTkTC","createdAt":"2021-05-03T18:11:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27001091,"tagsStr":"seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T13:00:28.000Z","url":"https://www.webfx.com/blog/web-design/what-is-a-redirect/","canonicalUrl":"https://www.webfx.com/blog/web-design/what-is-a-redirect/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69ca5eda316563ff0e9c1f077f424797","ratio":1.58967391304348,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAwACAwEBAAAAAAAAAAAAAQIDABEEBQYhof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDMaFB/9oADAMBAAIRAxEAPwDP8brLWu0YVlJ0UuCU3rQ/clX9J56N6Sr1fLaiMVZlpoEg6JH3GMKcFDR1jZnv68J//9k=","siteTwitter":"@webfx","creatorTwitter":"@webfx","readTime":6,"description":null,"toc":null,"summary":null},{"id":"h4TJtWBsC","title":"Fortnite made more than $9 billion in revenue in its first two years","shortId":"h4TJtWBsC","createdAt":"2021-05-03T18:10:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001090,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:04:45.000Z","url":"https://www.theverge.com/2021/5/3/22417447/fortnite-revenue-9-billion-epic-games-apple-antitrust-case","canonicalUrl":"https://www.theverge.com/2021/5/3/22417447/fortnite-revenue-9-billion-epic-games-apple-antitrust-case","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4faa632a0cb888699d79c23ea8bf10ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIDCQAAAAAAAAAAAAAAAgARAQMSBAUGEyMxQmFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQABAwQDAAAAAAAAAAAAAAACAAETAwQFQXHC8P/aAAwDAQACEQMRAD8AyHDRNcgWeAjVPz4hMZyksPH1RoGNA6Y7doiHbE8h+2SqZAWho8dQX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Zb0QX_pZU","title":"Linux am Dienstag: Programm für den Star Wars Day","shortId":"Zb0QX_pZU","createdAt":"2021-05-03T17:57:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001077,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:40:09.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/03/linux-am-dienstag-programm-fuer-den-star-wars-day/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/03/linux-am-dienstag-programm-fuer-den-star-wars-day/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"EVwZcYWKM","title":"Fortnite is planning skins for LeBron James and The Rock, documents show","shortId":"EVwZcYWKM","createdAt":"2021-05-03T17:51:52.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:47:31.000Z","url":"https://www.theverge.com/2021/5/3/22417523/fortnite-party-royale-lebron-james-zion-the-rock-epic-apple","canonicalUrl":"https://www.theverge.com/2021/5/3/22417523/fortnite-party-royale-lebron-james-zion-the-rock-epic-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/538a667c11ce003c0fa33ae589794616","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMEAgMAAAAAAAAAAAABAwIABAUGERIhEyIWMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABwRAAEEAwEAAAAAAAAAAAAAAAMAAQJBEoGxwf/aAAwDAQACEQMRAD8Aomb07lrnOamZ8kuoJ8sJrUIy9QfbiSJggAHYcOHQ73qs462ajH2ym3THMWqMJMIG8yAAT3v9/tKUW+uK455kBDJ7fxf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sXF3Qc2rl","title":"Some of the best Nintendo Switch games are $20 off","shortId":"sXF3Qc2rl","createdAt":"2021-05-03T13:49:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001070,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T13:45:17.000Z","url":"https://www.theverge.com/good-deals/2021/5/3/22416996/nintendo-switch-games-super-mario-pokemon-snap-amazon-fire-echo-show-mothers-day-gift-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/3/22416996/nintendo-switch-games-super-mario-pokemon-snap-amazon-fire-echo-show-mothers-day-gift-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a542db8de6e4440fbb4c1ae311ec4942","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIDAAEFAAAAAAAAAAAAAQIDBAAFESESEyIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQIAERIhQVH/2gAMAwEAAhEDEQA/AIfaWkt3avtV1gql4qkcan5pwhS3rHOk+SfH2c07ZaTVw7G1HHSQIkrqoP4ATzGMFiQRTkoRFtONz//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"B6A4T88bb","title":"Unhealthy Thinking Patterns: All or Nothing","shortId":"B6A4T88bb","createdAt":"2021-05-03T17:25:59.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27001045,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T20:51:08.000Z","url":"https://design.org/unhealthy-thinking-patterns-all-or-nothing/","canonicalUrl":"https://design.org/unhealthy-thinking-patterns-all-or-nothing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e220dd50a0608ec9b1496c0eb8ff062","ratio":2.425,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBAxETEiJx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAjEB/9oADAMBAAIRAxEAPwDLJfrrmvTS3LPZly0eSSAHJWJ7zD//2Q==","siteTwitter":"@designdotorg","creatorTwitter":"@wardandrews","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0YiBhAA5y","title":"Caphe Coffee","shortId":"0YiBhAA5y","createdAt":"2021-05-02T22:33:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26999913,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118453715/Caphe-Coffee","canonicalUrl":"https://www.behance.net/gallery/118453715/Caphe-Coffee","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/9ea8d2118453715.60896a4724d81.gif","ratio":1.50214592274678,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQUAAgMAAAAAAAAAAAAAAQACAwQRBRMhMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0G9Wuy8tRmryOFWPe1osOjH0sDSJNHjCRntUkRCKf//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1Jq3N7xTZ","title":"Old Trafford Smoke and the Four Clàsicos in 18 Days","shortId":"1Jq3N7xTZ","createdAt":"2021-05-03T17:07:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001027,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:02:14.000Z","url":"https://www.theringer.com/2021/5/3/22417546/old-trafford-smoke-and-the-four-clasicos-in-18-days","canonicalUrl":"https://www.theringer.com/2021/5/3/22417546/old-trafford-smoke-and-the-four-clasicos-in-18-days","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3abb815bdf18eca9efcb66d6d69d6b44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFESEGByJRgv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQMAAhESMZH/2gAMAwEAAhEDEQA/AMjknN75UTNayojiccAlsQOgBrfvas7ta8xExtobUQzxBMT8nH2iI1HEWEtD2DVR7P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3_IyGsTf1","title":"Rome's Colosseum, site of violent gladiator battles, to get new high-tech floor","shortId":"3_IyGsTf1","createdAt":"2021-05-03T16:49:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27001009,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T16:38:49.000Z","url":"https://www.livescience.com/Rome-Colosseum-new-floor.html","canonicalUrl":"https://www.livescience.com/Rome-Colosseum-new-floor.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/756238b1cd615b29941434fb606b06c1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFERIGIRNRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEx/9oADAMBAAIRAxEAPwCjEVcY3HGH4s0MOeFSn1IbGSUrwdT991nC+WXl5anTcZZ3O2S6c990pQYqp7TZTcyuI//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8aglOCqLW","title":"ICLR Invited Talk on Geometric Deep Learning","shortId":"8aglOCqLW","createdAt":"2021-05-03T16:26:28.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"twitter","views":0,"score":27000986,"tagsStr":"deep-learning,math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/iclr-invited-talk-on-geometric-deep-learning.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/iclr-invited-talk-on-geometric-deep-learning.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"qpRmCaFYX","title":"So You Got a Clubhouse Invite. Here’s How to Get Started","shortId":"qpRmCaFYX","createdAt":"2021-05-03T12:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":4,"score":27000978,"tagsStr":"tech-news,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:00:00.000Z","url":"https://www.wired.com/story/everything-you-need-to-know-before-you-join-clubhouse/","canonicalUrl":"https://www.wired.com/story/everything-you-need-to-know-before-you-join-clubhouse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/185343516e215493f43bd23886257509","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAAIEEQUSAyEUQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMRcf/aAAwDAQACEQMRAD8AoIOEfLlvzvmOYIgEYRtLDgW7E7XYNkfOkdynY9e0RTbEko8HRe6f/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"HGoBx40-p","title":"How to Map Domains in WordPress (Domain Mapping)","shortId":"HGoBx40-p","createdAt":"2021-05-03T16:10:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000970,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-19T18:16:36.000Z","url":"https://www.wpexplorer.com/map-domains-wordpress/","canonicalUrl":"https://www.wpexplorer.com/map-domains-wordpress/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f748e8d3f0b1bb110ff8f6764a71e59","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAGhABAAIDAQAAAAAAAAAAAAAAAQACESFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANvWxhLWA5r2WIluCP/Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":7,"description":null,"toc":null,"summary":null},{"id":"0NRK_sTBO","title":"30+ Best WordPress Business Themes 2021","shortId":"0NRK_sTBO","createdAt":"2021-05-03T16:10:06.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000970,"tagsStr":"business,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-15T12:20:54.000Z","url":"https://www.wpexplorer.com/best-wordpress-themes-buinesses/","canonicalUrl":"https://www.wpexplorer.com/best-wordpress-themes-buinesses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4db77ce29313c9aae2d9b4769ee99415","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQMCABIEBREiMQYTIVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/AND6zxTItw8nTewtU1Wx7EgRJ8nSBG71LkVa5T3oZXg4LcbIpgI3i+Wlo5kTqT9PNKVMwf/Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":24,"description":null,"toc":null,"summary":null},{"id":"e5Z9Dhml_","title":"25+ Best Elementor WordPress Themes of 2021","shortId":"e5Z9Dhml_","createdAt":"2021-05-03T16:09:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000969,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-15T18:12:47.000Z","url":"https://www.wpexplorer.com/best-elementor-wordpress-themes/","canonicalUrl":"https://www.wpexplorer.com/best-elementor-wordpress-themes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/939a51089d2a4c1f904c520c132cedc1","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgAFBQEAAAAAAAAAAAAAAQIAAwQREgUTITFRBv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMp+eqX1Og06lmhZaNeS22oGSkt3xcnn3qIybNo918KIKuRsN1jYeQhBTZDhf//Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":16,"description":null,"toc":null,"summary":null},{"id":"5py1XUnKN","title":"Web Languages as Compile Targets","shortId":"5py1XUnKN","createdAt":"2021-04-30T18:33:16.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":93,"score":26997441,"tagsStr":"css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-05T19:00:00.000Z","url":"https://blog.jim-nielsen.com/2021/web-languages-as-compile-targets/","canonicalUrl":"https://blog.jim-nielsen.com/2021/web-languages-as-compile-targets/","image":"","ratio":null,"placeholder":"","siteTwitter":"@jimniels","creatorTwitter":"@jimniels","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U4QZ-SDkG","title":"Why You Might Need a WordPress Support Service","shortId":"U4QZ-SDkG","createdAt":"2021-05-03T16:09:59.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000969,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-14T21:58:02.000Z","url":"https://www.wpexplorer.com/why-wordpress-support-service/","canonicalUrl":"https://www.wpexplorer.com/why-wordpress-support-service/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8f2f72a344ddec746bf90dfedb3796a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxEhBBJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/ANpvrLcqh+7AJnCgkAk637KIiUGsTf/Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Gf524cWx_","title":"The Epic Games v. Apple trial kicks off with kids screaming ‘free Fortnite’","shortId":"Gf524cWx_","createdAt":"2021-05-03T15:54:42.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000954,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:51:22.000Z","url":"https://www.theverge.com/2021/5/3/22417347/epic-games-apple-fortnite-trial-public-call","canonicalUrl":"https://www.theverge.com/2021/5/3/22417347/epic-games-apple-fortnite-trial-public-call","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb9f80b054468aefde882c6cfa8a8720","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCEQAEBSFhEv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQAABQUAAAAAAAAAAAAAAAAAAQJhwQMEESEx/9oADAMBAAIRAxEAPwCPxW+xMdtkGbEWoawimAxlYFWDEnrwjNFRuEpWfmriD1LzGMev0knjSB6J5Vt4H//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Q7-aW1Gd1","title":"DJI Mini 2 drone getting firmware update to address battery charging issue","shortId":"Q7-aW1Gd1","createdAt":"2021-05-03T15:45:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000945,"tagsStr":"firmware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:39:54.000Z","url":"https://www.theverge.com/2021/5/3/22417188/dji-mini-2-drone-firmware-update-battery-issue","canonicalUrl":"https://www.theverge.com/2021/5/3/22417188/dji-mini-2-drone-firmware-update-battery-issue","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef55cd8c07c5b7b054de0470206c3e29","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMCBwAAAAAAAAAAAAABAAIDBAURE1EGEhQiMXKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAWEQEBAQAAAAAAAAAAAAAAAAABAgD/2gAMAwEAAhEDEQA/AK3DBpm2mGJtttukWd+aVpcTuCfH0FR6iJmvJiOmA5jgdLFv6oinzS57Ib//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZJ3kE9hN6","title":"Disney’s Crossover Endgame","shortId":"ZJ3kE9hN6","createdAt":"2021-05-03T15:02:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000902,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T14:54:02.000Z","url":"https://www.theringer.com/tv/2021/5/3/22417100/nba-marvel-mlb-star-wars-espn-games","canonicalUrl":"https://www.theringer.com/tv/2021/5/3/22417100/nba-marvel-mlb-star-wars-espn-games","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6ddeb7ed8b7b017a50f756730681554","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIFAAMEERITFBUhM0Fh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQMAAgQRIv/aAAwDAQACEQMRAD8AoxTYUlJvIHEfG6nfOCFx7gVrQtNdO7cVO4twxqCPfwVoAjYhgG5Fxr3835SlA7Os0HRL9DbqZ4JHRP/Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"JYApISyxC","title":"The League of Legends animated series is coming to Netflix this fall","shortId":"JYApISyxC","createdAt":"2021-05-03T15:02:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000902,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T14:55:49.000Z","url":"https://www.theverge.com/2021/5/3/22417254/league-of-legends-animated-series-arcane-netflix","canonicalUrl":"https://www.theverge.com/2021/5/3/22417254/league-of-legends-animated-series-arcane-netflix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1bfaaf43937161c9f19d43b8f9b1ca2b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACEQMEBRIUMTKS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AMFo5QtwfFp2tswFvtrBsZ2JkmZ6HUKAL2mBHHH2URGgAuR2Jl3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"z-Eaojq21","title":"NFT Collection Part I","shortId":"z-Eaojq21","createdAt":"2021-05-03T14:38:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27000878,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118662261/NFT-Collection-Part-I","canonicalUrl":"https://www.behance.net/gallery/118662261/NFT-Collection-Part-I","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f493812b370cecfdad56bc5f00a4567c","ratio":1.41271442986882,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAAECAxEhEhMiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAEAEQIDIf/aAAwDAQACEQMRAD8AzjGsO1d5pMURdIzUvDvwAtZ7WjkQtk//2Q==","siteTwitter":"@behance","creatorTwitter":"@muratkalkaman","readTime":0,"description":null,"toc":null,"summary":null},{"id":"R2QHB6OHt","title":"Audien delivers nostalgic progressive spin of End of the World’s ‘Dropout Boulevard’","shortId":"R2QHB6OHt","createdAt":"2021-05-03T10:31:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":1,"score":27000865,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T10:30:00.000Z","url":"https://dancingastronaut.com/2021/05/audien-delivers-nostalgic-progressive-spin-of-end-of-the-worlds-dropout-boulevard/","canonicalUrl":"https://dancingastronaut.com/2021/05/audien-delivers-nostalgic-progressive-spin-of-end-of-the-worlds-dropout-boulevard/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3b4ceda3a78b2456144e1d92c6ab0b4","ratio":1.50208623087622,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAgUDBQAAAAAAAAAAAAABAgMABAYREgUUMRMhIkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEAAgMBAQAAAAAAAAAAAAABAxEAAkFhkf/aAAwDAQACEQMRAD8Am5+t9U0GpkNbU7BxxsuruhZ6aUEY4ng5m5I5AEUJqSSucUskertd/vjCEMRvXtZNTSbUajQWfH3P/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9qtVhxg6v","title":"Marvel drops the first glimpse of Oscar-winner Chloé Zhao’s Eternals","shortId":"9qtVhxg6v","createdAt":"2021-05-03T14:07:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000847,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T14:06:17.000Z","url":"https://www.theverge.com/2021/5/3/22417115/marvel-eternals-chloe-zhao-oscar-winner-teaser-footage-black-panther-captain-marvel-sequels","canonicalUrl":"https://www.theverge.com/2021/5/3/22417115/marvel-eternals-chloe-zhao-oscar-winner-teaser-footage-black-panther-captain-marvel-sequels","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c798051623222e9edda2dc71e6b965a6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACBREDEyIxgqH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAjEy/9oADAMBAAIRAxEAPwDPEEA6MkiQN2njrsTfije63uNDlEU56Y6xH//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bA_Wbam16","title":"8 Stunning Examples of CSS & JavaScript 3D Text Effects","shortId":"bA_Wbam16","createdAt":"2021-05-03T13:43:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27000823,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T17:32:36.000Z","url":"https://speckyboy.com/css-js-3d-text-effects/","canonicalUrl":"https://speckyboy.com/css-js-3d-text-effects/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b38ef4985d54f71d6f373f13bfdade23","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRABAAIABwAAAAAAAAAAAAAAAQACAwQRFDJhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAES/9oADAMBAAIRAxEAPwDAK5TBQL0R05UfGT2R1ESqLqv/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UUvtFvk9d","title":"Tom Clancy Movies, Ranked","shortId":"UUvtFvk9d","createdAt":"2021-05-03T13:17:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T13:05:06.000Z","url":"https://www.theringer.com/movies/2021/5/3/22416363/tom-clancy-movie-rankings-without-remorse-the-hunt-for-red-october","canonicalUrl":"https://www.theringer.com/movies/2021/5/3/22416363/tom-clancy-movie-rankings-without-remorse-the-hunt-for-red-october","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/580fea7904b9648efa361b7c5618700e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAfEAACAQQDAQEAAAAAAAAAAAABAgMABREhBBJBMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAEFAQAAAAAAAAAAAAAAAAABAgMEMTP/2gAMAwEAAhEDEQA/AFqscvISBpLjPjooCAYHZQSjHe8e/M+1CW28OGV4ngDshKlg7L2I1nGdflKUJsQsodHH/9k=","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"eb30kLHom","title":"The ‘Invincible’ Season 1 Exit Survey","shortId":"eb30kLHom","createdAt":"2021-05-03T13:17:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T13:09:54.000Z","url":"https://www.theringer.com/tv/2021/5/3/22417046/invincible-season-1-finale-recap-exit-survey-omni-man","canonicalUrl":"https://www.theringer.com/tv/2021/5/3/22417046/invincible-season-1-finale-recap-exit-survey-omni-man","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54c9ecba751a9243c06324e95a6b11aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBBEABRIhMRT/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAMAAgMAAAAAAAAAAAAAAAECAwAhBWGh/9oADAMBAAIRAxEAPwDb6+OjXSdkVpblyg8+59LyAXKBoJv0Jo+DrJ0ecyWGyY6yeIsl9XfWMY/i7PZqO53r0dZRsSoAXP/Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"SSd0ObOvm","title":"Automating Project Maintenance on Github","shortId":"SSd0ObOvm","createdAt":"2021-05-03T09:04:28.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":2,"score":27000784,"tagsStr":"github,automation","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:30:00.000Z","url":"https://www.ravsam.in/blog/automating-project-maintenance-on-github/","canonicalUrl":"https://www.ravsam.in/blog/automating-project-maintenance-on-github/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/08a1c46688f50ed3b2475372be6d7b76","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAGRAAAgMBAAAAAAAAAAAAAAAAAAECBBEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIDEv/aAAwDAQACEQMRAD8A29621Gacdb494RHalrAI3RFZEGf/2Q==","siteTwitter":"@ravsamhq","creatorTwitter":"@ravsamhq","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sjWAhWOpV","title":"16 Mother's Day Gift Ideas for the Mom You've Been Missing","shortId":"sjWAhWOpV","createdAt":"2021-05-03T13:02:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000782,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T09:00:00.000Z","url":"https://www.wired.com/gallery/best-mothers-day-gifts-2021/","canonicalUrl":"https://www.wired.com/gallery/best-mothers-day-gifts-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab057e47621e999a34c31f9030a9c958","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQACAwQGESExkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEH/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAwRBwv/aAAwDAQACEQMRAD8Ai2KuOKxbnp3U7Hvla0iQ4yzQ5rPhCxx6iILDixStta3LlH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"SRuqZGN6o","title":"What Drew Harrison Ford and Justin Theroux to ‘The Mosquito Coast’","shortId":"SRuqZGN6o","createdAt":"2021-05-03T12:53:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000773,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:53:34.000Z","url":"https://www.theringer.com/tv/2021/5/3/22412151/the-mosquito-coast-movie-series-allie-fox-justin-theroux-harrison-ford","canonicalUrl":"https://www.theringer.com/tv/2021/5/3/22412151/the-mosquito-coast-movie-series-allie-fox-justin-theroux-harrison-ford","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf4089e4512ad39e1c4384667aa1b432","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMCEQAEBRIGEyJBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhEAAgEEAwEAAAAAAAAAAAAAAQMCABFBUQUSIWH/2gAMAwEAAhEDEQA/AJejVL3Xfply4R5aVq1AQB7cQRKV2PKyPl5s6oJRqXKWhfBczCNj0DWMZFci+aGxC7WMdA5+inpgHQPe/h2Rgar/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NQst2YyzJ","title":"Gary Chambers on the Life of An Activist, Police Reform, and Creating a Better Louisiana","shortId":"NQst2YyzJ","createdAt":"2021-05-03T12:22:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:08:21.000Z","url":"https://www.theringer.com/2021/5/3/22416989/gary-chambers-on-the-life-of-an-activist-police-reform-and-creating-a-better-louisiana","canonicalUrl":"https://www.theringer.com/2021/5/3/22416989/gary-chambers-on-the-life-of-an-activist-police-reform-and-creating-a-better-louisiana","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5483a64c8561556674bed6267efd731e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIAAwQRIRIFFFGx4f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAEDEf/aAAwDAQACEQMRAD8Ay6ty9ahRvTrtl5qgJ3lgPPsGUnqSqSDbKSNZ5fIiF7gmjyK5O1a7P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"V52DSQ9T5","title":"All-NBA Arguments, Milwaukee’s Best, CP3 Groundhog Day, and a Rodgers Intervention With Ryen Russillo","shortId":"V52DSQ9T5","createdAt":"2021-05-03T12:22:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:10:31.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/3/22416991/all-nba-arguments-milwaukees-best-cp3-groundhog-day-and-a-rodgers-intervention-with-ryen-russillo","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/3/22416991/all-nba-arguments-milwaukees-best-cp3-groundhog-day-and-a-rodgers-intervention-with-ryen-russillo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d55edf55a3e31ab3427c0c66cf5e313b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBREABAYhEhMWIjE0/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRAyHw/9oADAMBAAIRAxEAPwDE5ViVhjTyxNKZCXCLiUeooYnE8DHuNDAjqIqz2Wwp+AIXkF19RqUqdByzkqp9o//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_Aq4p6e68","title":"Love Craptually","shortId":"_Aq4p6e68","createdAt":"2021-05-03T12:22:59.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:15:19.000Z","url":"https://www.theringer.com/2021/5/3/22417001/love-craptually","canonicalUrl":"https://www.theringer.com/2021/5/3/22417001/love-craptually","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce49aa4893d7aa4e9da1f84a0c9c1b56","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESExBiOi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDMRH/2gAMAwEAAhEDEQA/AIVxm8143nJp7TJzTvEySEXHsQ9DQUnS8Hsc1pcWayTxo7NYksASTa7J+qUqldceYLk3p//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"81cLlH7Wy","title":"Paper Travel-YUNNAN","shortId":"81cLlH7Wy","createdAt":"2021-05-02T18:09:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26999649,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118577671/Paper-Travel-YUNNAN","canonicalUrl":"https://www.behance.net/gallery/118577671/Paper-Travel-YUNNAN","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16b28d94c7d8660245d4a83e57e83916","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFEQYhEkExYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACEv/aAAwDAQACEQMRAD8A07mTXeWXG2tjILdZ3lh8C5ClQCH3od+tde2+qrMXheQQYy0hbLQAxwohAjLAaUD563+6pSiamlilnAT/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5_tM30UZ2","title":"Verizon sells AOL and Yahoo for about half of what it paid","shortId":"5_tM30UZ2","createdAt":"2021-05-03T12:12:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000732,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:04:33.000Z","url":"https://www.theverge.com/2021/5/3/22416854/aol-yahoo-sale-apollo-venetian-hotel-verizon","canonicalUrl":"https://www.theverge.com/2021/5/3/22416854/aol-yahoo-sale-apollo-venetian-hotel-verizon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d29a66c16fdd37d926447559ee7345f2","ratio":1.91275167785235,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAgUFAQAAAAAAAAAAAAACAREAAwQFIQYTFjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACBDEyYbHh/9oADAMBAAIRAxEAPwCpa9vs3nttphAgC3T6dXE2WbumKKi4Zkx9688qzwhEse55zzQCR9Av/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"r2HyVZJOWT","title":"Where’s the Dark Matter? Look for Suspiciously Warm Planets","shortId":"r2HyVZJOWT","createdAt":"2021-05-03T12:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:00:00.000Z","url":"https://www.wired.com/story/wheres-the-dark-matter-look-for-suspiciously-warm-planets/","canonicalUrl":"https://www.wired.com/story/wheres-the-dark-matter-look-for-suspiciously-warm-planets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98c8bb03b7c6fd1cd8b21d21579d9206","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAREiEGBSIxYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgNB/9oADAMBAAIRAxEAPwDMW+QykRerMONR3lz8EpddQSuPY4jA31vu+1I8rnA2VZShoqJ8+6UpnUFTsmyoT//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"ZFNlnK3WS","title":"World's 1st multinode quantum network is a breakthrough for the quantum internet","shortId":"ZFNlnK3WS","createdAt":"2021-05-03T12:02:17.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27000722,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:49:18.000Z","url":"https://www.livescience.com/three-node-quantum-network.html","canonicalUrl":"https://www.livescience.com/three-node-quantum-network.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d89aaddde97f34d5fad73660e92c5545","ratio":1.78086956521739,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhABAAEDBQEAAAAAAAAAAAAAAQIAAwQFESExcRL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACA2Fx/9oADAMBAAIRAxEAPwDF463LOzMuDj2bNgtyCFuPKvar67e1FTyrjJfpee1d6Uo1VunIBXLYdT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"J7xVLdQh_","title":"Possible new type of glacier just discovered on Mars","shortId":"J7xVLdQh_","createdAt":"2021-05-03T12:02:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27000722,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:52:06.000Z","url":"https://www.livescience.com/mars-arcadia-planitia-glaciers.html","canonicalUrl":"https://www.livescience.com/mars-arcadia-planitia-glaciers.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90be57489f5179ea7f854231bc587c45","ratio":1.77514792899408,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIAAwQFERUhMVOh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDApfV5tgavDUo4J4WVKenuW+l1BYnl2P38a/IiB//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_yUNwxtpi","title":"Lightest-known form of uranium created","shortId":"_yUNwxtpi","createdAt":"2021-05-03T11:45:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27000705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:32:48.000Z","url":"https://www.livescience.com/lightest-uranium-isotope-discovered.html","canonicalUrl":"https://www.livescience.com/lightest-uranium-isotope-discovered.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34397f101bb36e36c28737d2eaa5df07","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhEiIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBAxEi/9oADAMBAAIRAxEAPwDLOG3eObCGaSxKrbyJCdeLNIWJOiSPUdE7H7rr7VzBh+ETQRyyy5xZHUMyrawEAkdge3ylKaUrRXjqNP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Bl8_Bpmn_","title":"How many bubbles are in a glass of beer?","shortId":"Bl8_Bpmn_","createdAt":"2021-05-03T11:45:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27000705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:27:41.000Z","url":"https://www.livescience.com/how-many-bubbles-in-beer.html","canonicalUrl":"https://www.livescience.com/how-many-bubbles-in-beer.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c7faf7937e31adaf8ec14bbcf90ea41","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACBBEFBgMSYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQRITGRwf/aAAwDAQACEQMRAD8A3nYJuSi7li40aUGwpfUP4y2yKJuj6FYIinWUjPLMGOcNroUq4UKkZA5Htf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KT98CmPCo","title":"Linux-Nutzung bei Steam hat sich im April nicht verändert","shortId":"KT98CmPCo","createdAt":"2021-05-03T11:36:20.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000696,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T09:49:10.000Z","url":"https://www.bitblokes.de/linux-nutzung-bei-steam-hat-sich-im-april-nicht-verandert/","canonicalUrl":"https://www.bitblokes.de/linux-nutzung-bei-steam-hat-sich-im-april-nicht-verandert/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-jhPJzqSk","title":"Kroger begins testing drone deliveries for baby products and s’mores","shortId":"-jhPJzqSk","createdAt":"2021-05-03T11:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000693,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:32:17.000Z","url":"https://www.theverge.com/2021/5/3/22416957/kroger-drone-express-groceries-ohio","canonicalUrl":"https://www.theverge.com/2021/5/3/22416957/kroger-drone-express-groceries-ohio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f2e61bff29aaa75962682df22eb9e21","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBBEAIQUSMbL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABsRAAIBBQAAAAAAAAAAAAAAAAACARETITJR/9oADAMBAAIRAxEAPwC+Tx0h14PvS0LWVA9iyLFAjW6GjXmZ1yNJS4oJXCoEgXGJP3jGNbm+SJReH//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Cft9iQ9MA","title":"Nikola Jokic Has Reshaped the MVP Conversation","shortId":"Cft9iQ9MA","createdAt":"2021-05-03T11:23:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000683,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:20:00.000Z","url":"https://www.theringer.com/nba/2021/5/3/22416699/nikola-jokic-denver-nuggets-mvp","canonicalUrl":"https://www.theringer.com/nba/2021/5/3/22416699/nikola-jokic-denver-nuggets-mvp","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab387d8b54ee52ac4e84bda4babed780","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMREgVBITGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAIDAQEAAAAAAAAAAAAAAAIDAAEhBJH/2gAMAwEAAhEDEQA/AIiTbPFJFirFD2JEeNY0VtQNiVJPg5Pf01hk/QzpBVAqm42FHQz6pSi0LFTmCGVFwO38y2t0rrfKn//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"7NDOtuiij","title":"The Eight Biggest Questions Coming Out of the 2021 NFL Draft","shortId":"7NDOtuiij","createdAt":"2021-05-03T11:16:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000676,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:15:00.000Z","url":"https://www.theringer.com/nfl/2021/5/3/22416748/eight-questions-post-nfl-draft-aaron-rodgers-broncos-jimmy-garoppolo","canonicalUrl":"https://www.theringer.com/nfl/2021/5/3/22416748/eight-questions-post-nfl-draft-aaron-rodgers-broncos-jimmy-garoppolo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/589e413976e0189bbb24a4da4099a95e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFESEGEhMicf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMABBEFBjFRYf/aAAwDAQACEQMRAD8A2+pWJdWtxTW+xgyRP4iCY9ywUcb85bk6bpRyMgmtgKSAFkUAfPXGMUMQ7Ad0m4ryfTo4ktGKDJ48xX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"QNXetuw-1","title":"An Artist Was Targeted in a Hate Crime—So She Designed a Game","shortId":"QNXetuw-1","createdAt":"2021-05-03T11:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.wired.com/story/chanhee-choi-video-game-pandemic-hate-crime/","canonicalUrl":"https://www.wired.com/story/chanhee-choi-video-game-pandemic-hate-crime/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a060e6fed021458b2a9ddb42d20a7dba","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQRBSESYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABIQIS/9oADAMBAAIRAxEAPwDFLwnKYlGJegC49e1IJ9D5JKoEUKuvFeh0IiU4ro+m6f/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KA5JYrhU1","title":"A Border Town Confronts the Reality of Police Surveillance","shortId":"KA5JYrhU1","createdAt":"2021-05-03T11:05:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.wired.com/story/border-town-confronts-reality-police-surveillance/","canonicalUrl":"https://www.wired.com/story/border-town-confronts-reality-police-surveillance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/daea83495cb38ea015da5cb40d027cb7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgICAgEFAAAAAAAAAAAAAgMBBAAFESEGByIyQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AjPTi5sfJa9LVquHQCrSXAmpju4GOPiLBiJ67/ZzQmu8dqp19VTGWGmChEmE9nJzERzM+77xjA//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3CpMjGcug","title":"Musee","shortId":"3CpMjGcug","createdAt":"2021-05-03T10:43:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27000643,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118526259/Musee","canonicalUrl":"https://www.behance.net/gallery/118526259/Musee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fcb8e8515ab356fc7bd6955ee309e6c2","ratio":1.67664670658683,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAARIQUGEhMUM0JR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAEUZHR8P/aAAwDAQACEQMRAD8A3IeqoZ9xFkOxSIDAkbjgnJS8arn0t8zV0fc6tsNg9LluuCKCTnQbTkqJlbXxelKJLDjGhyVtXTxPZ//Z","siteTwitter":"@behance","creatorTwitter":"@brucemaudesign","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sZM_llRLn","title":"The Making of Fake Bands and Their Very Real Fan Bases","shortId":"sZM_llRLn","createdAt":"2021-05-03T10:31:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T10:30:00.000Z","url":"https://www.theringer.com/movies/2021/5/3/22404738/movie-bands-pink-slip-2gether-stillwater-scott-pilgrim-low-shoulder-oral-history","canonicalUrl":"https://www.theringer.com/movies/2021/5/3/22404738/movie-bands-pink-slip-2gether-stillwater-scott-pilgrim-low-shoulder-oral-history","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/02a8dfd5b2acb3be12ef76f28a669944","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQAEIQUUMjOR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgATIaH/2gAMAwEAAhEDEQA/AMvpEb9mY3lL1IeWAJKX4/OLy20td2LES2xv2nGMAudThlVQjaR0z//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"vnTFRLKye","title":"Fedora 34: Ist es ein Pipewire-Problem?","shortId":"vnTFRLKye","createdAt":"2021-05-02T12:33:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999313,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:22:56.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/02/fedora-34-ist-es-ein-pipewire-problem/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/02/fedora-34-ist-es-ein-pipewire-problem/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5AxF-IB3f","title":"Janee turns in chilled-out STMPD RCRDS ID from Tomorrowland NYE, ‘Can’t Let You Go’","shortId":"5AxF-IB3f","createdAt":"2021-05-03T10:01:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27000601,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/janee-turns-in-chilled-out-stmpd-rcrds-id-from-tomorrowland-nye-cant-let-you-go/","canonicalUrl":"https://dancingastronaut.com/2021/05/janee-turns-in-chilled-out-stmpd-rcrds-id-from-tomorrowland-nye-cant-let-you-go/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe64d060a6608730fc7a54a8b56e58e2","ratio":1.6242774566474,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIiBhQWQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECACFBwRL/2gAMAwEAAhEDEQA/AMBb6Lbno6/7qSV71BG0Dq3BCBnJHvOTULxu6k5pIm1uQzKwOD820pRCjwtZ2Vl2Lte8n//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"x9q4H0cJu","title":"DOMES","shortId":"x9q4H0cJu","createdAt":"2021-05-03T02:38:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27000158,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118639121/DOMES","canonicalUrl":"https://www.behance.net/gallery/118639121/DOMES","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/175ea6d8824d60baf799a29ca473f839","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIEAAMFBxESkRMhMTJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABsRAQACAgMAAAAAAAAAAAAAAAEAAgMxBBEU/9oADAMBAAIRAxEAPwC65jYosmNOsw4hgKAWRySXJbv9AA5rPu5u4r1X2RYm3U6e3jmlKDOXlvZF1FvPjqHRuf/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"LCXSyqLGo","title":"Create an OIDC credential Issuer with Mattr and ASP.NET Core","shortId":"LCXSyqLGo","createdAt":"2021-05-03T04:51:18.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"52186dbcc05d4bd499d5f2afe790a77b","views":2,"score":27000531,"tagsStr":"authentication,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T04:50:38.000Z","url":"https://damienbod.com/2021/05/03/create-an-oidc-credential-issuer-with-mattr-and-asp-net-core/","canonicalUrl":"https://damienbod.com/2021/05/03/create-an-oidc-credential-issuer-with-mattr-and-asp-net-core/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a7baa90ed89c3333efedf496951fd98","ratio":1.12833168805528,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAYH/8QAJhAAAQMDAwIHAAAAAAAAAAAAAQIDBQAEERITIUFzBiI1NlGxsv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAQUBAAAAAAAAAAAAAAAAAwABAhEhQf/aAAwDAQACEQMRAD8A29p2Rh4u9dMVHx91qK9brqlMbSSOVLByFeY4GOlNs5u3etGHXb2PLi0JUradJRkjnTnp8U/x37SlOwfsVFQ/pNl2EfkVWIUJDtmreISEk09e86v/2Q==","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1RuU7oT-a","title":"Is it time for population-based breast screening in India?","shortId":"1RuU7oT-a","createdAt":"2021-05-03T07:14:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27000434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132275&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132275","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e7207d111ba62ca76f02ee7f0de266c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFBv/EACMQAAEEAQMEAwAAAAAAAAAAAAECAwQRAAYSIQUUF1FTk8H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABwRAQABBAMAAAAAAAAAAAAAAAEAAgMEEQUGMf/aAAwDAQACEQMRAD8AKDrTp5Qlwy29lkG7G2vf5jnkTT3zvfXmL7Zgw5iSy0UiiAUCrN5QjRY6YzQSw0AEAABA44yWq6tirtWNnL3deE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jz-Pp8ijz","title":"Rocky Linux 8.3 RC1 für x86_64 und aarch64 erschienen","shortId":"jz-Pp8ijz","createdAt":"2021-05-03T04:35:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000275,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T04:25:00.000Z","url":"https://linuxnews.de/2021/05/rocky-linux-8-3-rc1-fuer-x86_64-und-aarch64-erschienen/","canonicalUrl":"https://linuxnews.de/2021/05/rocky-linux-8-3-rc1-fuer-x86_64-und-aarch64-erschienen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/290b7ab7383790d2c8725a533f75bc98","ratio":1.04265402843602,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQMCBAURAAYSEzFhFCFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBES0f/aAAwDAQACEQMRAD8ACpTZrbZaC3Wq0Iu9ZVIi0pjGJlOGAZMnM+B5A94A1lldTWT5tR0VVSlXZLguajygM/QPsaq7Xe1GytwNQ1imZhHnCRicfmRoZodFfLMNyfi0lXcdH2f/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"cJRAifgXK","title":"GnuLinuxNews-Podcast Folge 10","shortId":"cJRAifgXK","createdAt":"2021-05-03T03:25:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000205,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T03:11:00.000Z","url":"https://linuxnews.de/2021/05/gnulinuxnews-podcast-folge-10/","canonicalUrl":"https://linuxnews.de/2021/05/gnulinuxnews-podcast-folge-10/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f73b6019901c6205198281ef8a1c593f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFBhESE0EHFDFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDESFhQXGB/9oADAMBAAIRAxEAPwCatnkOG3eskuKYbdtizo3pM23j5GC6EkJCwNASSPun7WfS8gyBqW82u4y9yVqSdkpaU6g9DoUpRMuLLCR6qpGtnbcgBrQPG+l//9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"g3sy1KQpO","title":"Introducing Regento, marketing for FLOSS-centric companies and transitioning industries","shortId":"g3sy1KQpO","createdAt":"2021-05-03T03:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27000184,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T02:36:21.000Z","url":"https://fortintam.com/blog/introducing-regento/","canonicalUrl":"https://fortintam.com/blog/introducing-regento/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xDtXvtTAc","title":"WLAN-USB-Stick Cudy WU1300S unter Linux","shortId":"xDtXvtTAc","createdAt":"2021-05-02T15:24:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999484,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T14:49:00.000Z","url":"https://fryboyter.de/wlan-usb-stick-cudy-wu1300s-unter-linux/","canonicalUrl":"https://fryboyter.de/wlan-usb-stick-cudy-wu1300s-unter-linux/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JgC-PEXOj","title":"Refined Zapier - Open-source browser extension to 10x Zapier's UX","shortId":"JgC-PEXOj","createdAt":"2021-05-02T22:01:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":27000122,"tagsStr":"open-source,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:00:00.000Z","url":"https://github.com/zlwaterfield/refined-zapier","canonicalUrl":"https://github.com/zlwaterfield/refined-zapier","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/63c76818d9e49cb6b5adeb2f2e572ad9","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRIUEF/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDERL/2gAMAwEAAhEDEQA/ANGH6NbN3Hbfei0yWjJopprrWrIKooUFslidAen2IlySCp9bp//Z","siteTwitter":"@github","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5BhzVgrVp","title":"Eight takeaways from Pasquale Rotella’s EDC Las Vegas-geared Reddit AMA","shortId":"5BhzVgrVp","createdAt":"2021-05-03T01:48:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27000108,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T01:47:17.000Z","url":"https://dancingastronaut.com/2021/05/pasquale-rotella-answers-fan-questions-about-edc-las-vegas-and-future-insomniac-events-in-new-reddit-ama/","canonicalUrl":"https://dancingastronaut.com/2021/05/pasquale-rotella-answers-fan-questions-about-edc-las-vegas-and-future-insomniac-events-in-new-reddit-ama/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98e8a570dc6bfebc50bb0afb066e3e70","ratio":1.47058823529412,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBTEGEiEiQbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBv/EABwRAAICAgMAAAAAAAAAAAAAAAECABEEEwMhsv/aAAwDAQACEQMRAD8AxXG3628PbWxYQoqDsE9/FUA/N71HupL3IbgurIQgDqMSJpSqtsnmx71tV15EWxmYqT0J/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aupLJIjj7","title":"Santiago García Mantiñán: Windows and Linux software Raid dual boot BIOS machine","shortId":"aupLJIjj7","createdAt":"2021-05-02T23:17:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":26999957,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:00:00.000Z","url":"http://blog.manty.net/2021/05/windows-and-linux-software-raid-dual.html","canonicalUrl":"http://blog.manty.net/2021/05/windows-and-linux-software-raid-dual.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fonzhGxWF","title":"Beyond Calibri: Finding The Next Microsoft 365 Default Font","shortId":"fonzhGxWF","createdAt":"2021-05-02T18:55:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":26999936,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T19:42:21.000Z","url":"https://medium.com/microsoft-design/beyond-calibri-finding-the-next-microsoft-365-default-font-5ef83f028be2","canonicalUrl":"https://medium.com/microsoft-design/beyond-calibri-finding-the-next-microsoft-365-default-font-5ef83f028be2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/902c0eed8cd10465071bcb188da51d14","ratio":2.72108843537415,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABAwQFERIhIzFBUrHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQABAwUBAAAAAAAAAAAAAAACAAERAwQFEiFR/9oADAMBAAIRAxEAPwDQMDAVi2E01iwTxxObC58Ndreuypwys2weVB08PqIg2ICRls08VDI8qw3i/9k=","siteTwitter":"@MicrosoftDesign","creatorTwitter":"@MicrosoftDesign","readTime":9,"description":null,"toc":null,"summary":null},{"id":"1o8BcNpfM","title":"Metadata Cleaner – Metadaten von Dateien unter Linux bereinigen","shortId":"1o8BcNpfM","createdAt":"2021-05-02T22:35:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999915,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T22:10:23.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/03/metadata-cleaner-metadaten-von-dateien-unter-linux-bereinigen/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/03/metadata-cleaner-metadaten-von-dateien-unter-linux-bereinigen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OmaHgYKS6","title":"Open-Source-Impfstoff für die Welt in der Krise","shortId":"OmaHgYKS6","createdAt":"2021-05-02T21:24:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999844,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T21:14:03.000Z","url":"https://blog.do-foss.de/kolumne/open-source-impfstoff-fuer-die-welt-in-der-krise/","canonicalUrl":"https://blog.do-foss.de/kolumne/open-source-impfstoff-fuer-die-welt-in-der-krise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0086318ccb1a88829917466fd3a8a862","ratio":1.01214574898785,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIxAAAgEEAgAHAAAAAAAAAAAAAQMCAAQGEQUxISIjQVFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxEAAQMDBQAAAAAAAAAAAAAAAwABAgQRQRITITGR/9oADAMBAAIRAxEAPwCQw7F8VfjCiGLuYtj6jprEWffRkRr86181l1+MVXfXMEL5ApiyQgQ2J3HZ146oazurhXHsUp7YLkSTCMyAfL7ijpdmgAE+ufOVQVldDaHYUestfxf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"xbX6fM0fT","title":"Website Optimization Best Practices For 2021","shortId":"xbX6fM0fT","createdAt":"2021-05-02T13:44:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":26999624,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.business2community.com/seo/website-optimization-best-practices-for-2021-02402314","canonicalUrl":"https://www.business2community.com/seo/website-optimization-best-practices-for-2021-02402314","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbeef2c0b036e7c8841ba245397fb5d1","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQQAAwIFERIhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREAAwADAAAAAAAAAAAAAAAAAAERITFB/9oADAMBAAIRAxEAPwDR7WhrMu2s52siyzjuMbSMevBKsRJFb0LCi0f/2Q==","siteTwitter":"@b2community","creatorTwitter":"@seoforu","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Fp5ooWR_W","title":"Facebook and Instagram notices in iOS apps tell users tracking helps keep them ‘free of charge’","shortId":"Fp5ooWR_W","createdAt":"2021-05-02T15:21:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26999722,"tagsStr":"tech-news,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T15:18:56.000Z","url":"https://www.theverge.com/2021/5/2/22415824/facebook-instagram-notice-ios-apps-free-privacy-tracking","canonicalUrl":"https://www.theverge.com/2021/5/2/22415824/facebook-instagram-notice-ios-apps-free-privacy-tracking","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4bce189cf4149e26a509546da8361fc0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAwADAQEAAAAAAAAAAAAAAQIDABEhElH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECABFBA3H/2gAMAwEAAhEDEQA/AM53cRlJWQO9Zo6OSdz6eDJaklYq0AzA6Lez0/cYwKLEq6OVYgZWD2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"k485cFXKZ","title":"Improving slow mounts in React apps","shortId":"k485cFXKZ","createdAt":"2021-05-02T07:15:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"itnext","views":217,"score":26999709,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-02T08:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T06:14:18.000Z","url":"https://itnext.io/improving-slow-mounts-in-react-apps-cff5117696dc","canonicalUrl":"https://itnext.io/improving-slow-mounts-in-react-apps-cff5117696dc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe879b439c040751422272453fba669f","ratio":1.50227617602428,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACEQQFAwYSEzRBkv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDEhQx/9oADAMBAAIRAxEAPwDPW+8ik1bQxGNIkQ8kz0qozpXxyn+nIiNap9igyZ//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@AggArvanitakis","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WdQ4Ua-nL","title":"Trampa’s debut LP ‘Disrespect’ impeccably intertwines US bass with UK grime [Interview]","shortId":"WdQ4Ua-nL","createdAt":"2021-05-02T18:24:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26999664,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T18:23:57.000Z","url":"https://dancingastronaut.com/2021/05/trampas-debut-lp-disrespect-impeccably-intertwines-us-bass-with-uk-grime-interview/","canonicalUrl":"https://dancingastronaut.com/2021/05/trampas-debut-lp-disrespect-impeccably-intertwines-us-bass-with-uk-grime-interview/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4e9bc974fa96f09ce9cadf18af0a8001","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQSBRETIWEi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAERA//aAAwDAQACEQMRAD8Azxp9/FCzK0CYyLxklQxUEj6G46PvtUml07mfBLoJkdgcSQKUoqNS0Oq3J//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DpSjvsV5_","title":"??????????????","shortId":"DpSjvsV5_","createdAt":"2021-05-01T16:38:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26998118,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/118444183/_","canonicalUrl":"https://www.behance.net/gallery/118444183/_","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c3d907c104976e94be1fdba413aeb8f","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACAxEhBBMUFSIxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxEv/aAAwDAQACEQMRAD8Aw12Lj2uEyxl0j/DwbgilSSpdNI/lm93uERH7qcYtSq1H/9k=","siteTwitter":"@behance","creatorTwitter":"@SEENVISION","readTime":null,"description":null,"toc":null,"summary":null},{"id":"V_yRHulKG","title":"President of Elon Musk’s Neuralink venture tweets that he’s left the company","shortId":"V_yRHulKG","createdAt":"2021-05-02T13:51:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26999643,"tagsStr":"tech-news,venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T13:45:19.000Z","url":"https://www.theverge.com/2021/5/2/22415828/president-elon-musk-neuralink-hodak-brain-implants","canonicalUrl":"https://www.theverge.com/2021/5/2/22415828/president-elon-musk-neuralink-hodak-brain-implants","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc7133082354b1ca20fe1f49b44fb8c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgVBEyFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDXLlQ4UflROfdWuSjZlxDegBSugKQFADoX2bu8pscBD8De8WCV6iymMEi66F+h8xjCl//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UCFKdoP9x","title":"How to Build a WordPress Site in 24 Hours","shortId":"UCFKdoP9x","createdAt":"2021-05-02T13:44:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":3,"score":26999630,"tagsStr":"general-programming,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T12:00:00.000Z","url":"https://www.searchenginejournal.com/wordpress-seo/how-to-build-wordpress-site/","canonicalUrl":"https://www.searchenginejournal.com/wordpress-seo/how-to-build-wordpress-site/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d361a94a887189e718acbab18bb6245e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABAwQDAAAAAAAAAAAAAAACAAERAwQFEhRBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8Ag8xkw5N0NGyoUwI3honXxTxPJO+otL9IipZFAfKP/9k=","siteTwitter":"@sejournal","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"2yvp-3XRA","title":"Should DevTools teach the CSS cascade? (#blogPost)","shortId":"2yvp-3XRA","createdAt":"2021-05-02T13:44:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":2,"score":26999625,"tagsStr":"general-programming,css,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/should-devtools-teach-the-css-cascade/","canonicalUrl":"https://www.stefanjudis.com/blog/should-devtools-teach-the-css-cascade/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ceXmu6Gxc","title":"Spectre zurück – neue Sicherheitslücken – Milliarden Computer betroffen","shortId":"ceXmu6Gxc","createdAt":"2021-05-01T13:39:56.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997939,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T11:50:45.000Z","url":"https://www.bitblokes.de/spectre-zuruck-neue-sicherheitslucken-milliarden-computer-betroffen/","canonicalUrl":"https://www.bitblokes.de/spectre-zuruck-neue-sicherheitslucken-milliarden-computer-betroffen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"58X0pxxXL","title":"Firefox: Javascript im integrierten PDF Viewer deaktivieren","shortId":"58X0pxxXL","createdAt":"2021-04-30T06:06:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996046,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T06:00:43.000Z","url":"https://canox.net/2021/04/firefox-javascript-im-integrierten-pdf-viewer-deaktivieren/","canonicalUrl":"https://canox.net/2021/04/firefox-javascript-im-integrierten-pdf-viewer-deaktivieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-BDM1fekx","title":"10 Interesting Facts to Know about Any Website","shortId":"-BDM1fekx","createdAt":"2021-05-02T13:44:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":26999624,"tagsStr":"seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T10:58:51.000Z","url":"https://www.hongkiat.com/blog/interesting-facts-about-websites/","canonicalUrl":"https://www.hongkiat.com/blog/interesting-facts-about-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f7300de1e31c46fbfc6d292c31d9f55","ratio":1.82094081942337,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQTERIhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFR/9oADAMBAAIRAxEAPwDS+SRRgXalVdajqAPA+SZVmXNUjEryQCfUREtCTjX0ZP/Z","siteTwitter":"@hongkiat","creatorTwitter":"@hongkiat","readTime":7,"description":null,"toc":null,"summary":null},{"id":"8-Y0nTI9x","title":"Diplo triangulates with Elderbrook and Andhimfor for ‘One By One,’ his next LP’s lead single","shortId":"8-Y0nTI9x","createdAt":"2021-05-02T17:42:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26999622,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T17:41:58.000Z","url":"https://dancingastronaut.com/2021/05/diplo-triangulates-with-elderbrook-and-andhimfor-for-one-by-one-his-next-lps-lead-single/","canonicalUrl":"https://dancingastronaut.com/2021/05/diplo-triangulates-with-elderbrook-and-andhimfor-for-one-by-one-his-next-lps-lead-single/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/069f782dfa15df0879d08dcbcc7f198d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBQAREgQGEzEhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDONnxyUyJEkstMsOJKgBn0oAi3R79/appXSwwlNZw4BrmXgElwADI2t4pSplKej1TXD//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"uCSSgS_AU","title":"2021 NFL Draft Awards","shortId":"uCSSgS_AU","createdAt":"2021-05-02T13:36:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26999376,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T13:24:39.000Z","url":"https://www.theringer.com/2021/5/2/22415377/2021-nfl-draft-awards","canonicalUrl":"https://www.theringer.com/2021/5/2/22415377/2021-nfl-draft-awards","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e1d366fd2013e362d5584a84df52e1d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAgABAxEEBRMxsf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8AwiDdzbHHyoMwX4DhogiNxtxaxe3vrxSFIiatT2//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Wo_p7M5_u","title":"Are we seeing the return of the closed-door office? I hope not.","shortId":"Wo_p7M5_u","createdAt":"2021-05-02T13:02:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26999342,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T13:00:00.000Z","url":"https://www.theverge.com/22412400/open-office-pandemic-privacy-safety","canonicalUrl":"https://www.theverge.com/22412400/open-office-pandemic-privacy-safety","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fee0ae5a75e40b3a9efbf143fa93674","ratio":1.90995260663507,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwQCAwAAAAAAAAAAAAACAAEDBAUREgYhMmGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJlRfrjSsANUnJsOdixlu9W+9qJPye8hNIDVpYEnbx9oiD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3k4sldE8-","title":"iFixit drilled a key ring hole into one of Apple’s AirTags in its latest teardown","shortId":"3k4sldE8-","createdAt":"2021-05-02T17:32:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26999612,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T17:29:43.000Z","url":"https://www.theverge.com/2021/5/2/22415831/ifixit-drilled-key-ring-hole-apple-airtag-tile-teardown","canonicalUrl":"https://www.theverge.com/2021/5/2/22415831/ifixit-drilled-key-ring-hole-apple-airtag-tile-teardown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2488a9277feb194e614fe56721005ed8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAAwUREgQGFCExMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAAMAAwAAAAAAAAAAAAAAAAABAhESMf/aAAwDAQACEQMRAD8A0bzBwvW1mmy6xUDBxt08iQEwGJRQpx9TEDTcXfv99oiOkvqLm6lYTP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5UMxCl-DR","title":"Why Almost No One Is Getting the Fastest Form of 5G","shortId":"5UMxCl-DR","createdAt":"2021-05-02T13:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":4,"score":26999600,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T09:00:00.000Z","url":"https://arstechnica.com/information-technology/2021/04/verizon-leads-all-us-carriers-in-mmwave-5g-availability-at-0-8/","canonicalUrl":"https://arstechnica.com/information-technology/2021/04/verizon-leads-all-us-carriers-in-mmwave-5g-availability-at-0-8/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26ba0014b61bfdcea01b901d9c867b4e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMBCQAAAAAAAAAAAAAAAQACBTEDBBETIVFSkcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEv/aAAwDAQACEQMRAD8AzeImrR8UxuU0A7HXiPe1KfPXgvcQMATQGiIhIk6cndqG/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"wmUc_SZiO","title":"SpaceX Crew Dragon Resilience safely returns four astronauts to Earth","shortId":"wmUc_SZiO","createdAt":"2021-05-02T12:34:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":7,"score":26999582,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:30:20.000Z","url":"https://www.theverge.com/2021/5/2/22413121/spacex-crew-dragon-resilience-splashdown-nasa-record-iss","canonicalUrl":"https://www.theverge.com/2021/5/2/22413121/spacex-crew-dragon-resilience-splashdown-nasa-record-iss","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dea37d985b9b61bd318cae265e265495","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCAAQRBSExQRIWInH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABIf/aAAwDAQACEQMRAD8AwDtbVdMXcvsS1iVQnGTLlspEE+IBOd8HfJ54qv7oIfLbO8myO0pR1J0QT2QOvylKqaK//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"QUJkwVMY7","title":"How to Use Browser Profiles to Separate Work and Play","shortId":"QUJkwVMY7","createdAt":"2021-05-02T12:04:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":1,"score":26999519,"tagsStr":"google,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T08:00:00.000Z","url":"https://www.wired.com/story/how-to-use-browser-profiles-organization-chrome-edge-firefox/","canonicalUrl":"https://www.wired.com/story/how-to-use-browser-profiles-organization-chrome-edge-firefox/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/861c2638cdd9a3dd84c933fca3ff9a39","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQRBQcTFCQxQZTS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADEgYxQcHh/9oADAMBAAIRAxEAPwCpu7e0XaRzMlqaVnDEghkAczOM9vKzsb7gT01H1Y/lERaevsep8jsepasObkNx7P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JWnActJXF","title":"SoftMaker – Ein Beispiel für guten Support","shortId":"JWnActJXF","createdAt":"2021-05-02T15:24:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999484,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T15:08:53.000Z","url":"https://curius.de/2021/05/softmaker-ein-beispiel-fuer-guten-support/","canonicalUrl":"https://curius.de/2021/05/softmaker-ein-beispiel-fuer-guten-support/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56a9321208c80d6d5815ca60b6f0c2d9","ratio":1.285140562249,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAREiEyof/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDBBGBQVHB/9oADAMBAAIRAxEAPwDWaVKjJRstegle1zco6WygAPna8h8GTVlkStEkrbkVAGO97Ou+8YwJcsumijYQBgcDXiTVq7YpHuBJz2dr/9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3Oo7gZ0zZ","title":"Microsoft wants to reduce its Xbox store cut and shake up console gaming","shortId":"3Oo7gZ0zZ","createdAt":"2021-05-02T10:37:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":26999444,"tagsStr":"tech-news,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T10:36:44.000Z","url":"https://www.theverge.com/2021/5/2/22415712/microsoft-xbox-store-cut-epic-games-court-documents","canonicalUrl":"https://www.theverge.com/2021/5/2/22415712/microsoft-xbox-store-cut-epic-games-court-documents","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5382cfaeadfa68f31dd9bb4a9ffea6c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESEjEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQABBAMAAAAAAAAAAAAAAAAAAQIDIjFR8P/aAAwDAQACEQMRAD8AzqKYPjhIplXztywUMOvoB0vr853UmQuY1v7kNCXYSsCzOdsdnk0pRbcknGt+2f/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Qg0AO9KJt","title":"Zmiana ustawienia (seria / book series)","shortId":"Qg0AO9KJt","createdAt":"2021-05-02T14:13:42.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26999413,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118635587/Zmiana-ustawienia-(seria-book-series)","canonicalUrl":"https://www.behance.net/gallery/118635587/Zmiana-ustawienia-(seria-book-series)","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2be3f0402b0594caad8729c7d2f448fd","ratio":1.41987829614604,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIEAAMFBxEGEhMhIjFR0v/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADEv/aAAwDAQACEQMRAD8AyuTzGn8CVxdijGhRr5Kx47CCzm4/SYO6nl2t+ZHz1vUx0TxKEq2cmFh2JEZf1SlE7VXMPLkTJdK7/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"91vil9v3z","title":"Acer Chromebook Spin 513 review: a chip off a new block","shortId":"91vil9v3z","createdAt":"2021-05-02T12:06:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26999286,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:00:00.000Z","url":"https://www.theverge.com/22412759/acer-chromebook-spin-513-review-specs-price","canonicalUrl":"https://www.theverge.com/22412759/acer-chromebook-spin-513-review-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29ff70581398289275ad70f52480e2ac","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYHEiExQf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQADAQEAAAAAAAAAAAAAAAABAhEAA//aAAwDAQACEQMRAD8AvIGhO25IrPT7ySzhnIMoHZg7u5y+OwH31WgQbSsIIY4U7BY1CAKMAADHgUpSeSCQZVzTv//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_m6o2YjmU","title":"Do snakes have ears?","shortId":"_m6o2YjmU","createdAt":"2021-05-02T11:22:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26999242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T11:00:19.000Z","url":"https://www.livescience.com/do-snakes-have-ears.html","canonicalUrl":"https://www.livescience.com/do-snakes-have-ears.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe000509cfe56bb740ec181b08900147","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAgMBAAURExIhBkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDBfHLmp9tuS7yJuWACS3LAd4FETHRz3jHqpCbNsSB7schgscftKUHKrALppvGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o9IAYbVUH","title":"Josh Hawley’s ‘Big Tech’ Book Overthrows the Tyranny of Reality","shortId":"o9IAYbVUH","createdAt":"2021-05-02T11:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26999226,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T07:00:00.000Z","url":"https://www.wired.com/story/josh-hawley-virtual-reality-book-review/","canonicalUrl":"https://www.wired.com/story/josh-hawley-virtual-reality-book-review/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8fdad1cf75e7b86bac066a059f88b62","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQGIRESE1EWMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAxEh8FH/2gAMAwEAAhEDEQA/AMrtOhp/ErqDIowY4mv1c3cTj0Ou1JchbgfMIiE6BO4FTbMCtZX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"HqqCpnO4u8","title":"These Learning Tools Are Shaping the Online Schoolhouse","shortId":"HqqCpnO4u8","createdAt":"2021-05-02T11:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26999226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T07:00:00.000Z","url":"https://www.wired.com/story/class-engageli-online-learning-platforms/","canonicalUrl":"https://www.wired.com/story/class-engageli-online-learning-platforms/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05d83824d5a8fec1d8dc863da4c7bea7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFESESIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQFEUHB/9oADAMBAAIRAxEAPwCC+10dHbLGI6cl0lBMHOMh08SaeB6wD4WVDuFnPs7iMn6URUTVoq5F5HZ9MWpHDNP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"j2h_9Ev08","title":"EYES ONLY","shortId":"j2h_9Ev08","createdAt":"2021-05-02T06:05:51.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":4,"score":26999177,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118622397/EYES-ONLY","canonicalUrl":"https://www.behance.net/gallery/118622397/EYES-ONLY","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/609987b77f471999613ac3156e8f733b","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgICAgAHAAAAAAAAAAAAAQIDBAAFBxEGEhMxMkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABYRAQEBAAAAAAAAAAAAAAAAAAARQf/aAAwDAQACEQMRAD8ApeV18YUuQau2pSbFddCQ1OrVuIvqsnyLhmChGJHYIYkfntmv6Tc27umoWrNNIJ568cskQl8wRmUEqD99E9d4xguP/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Hpvdma6jr","title":"Motel Art","shortId":"Hpvdma6jr","createdAt":"2021-05-02T10:04:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26999164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118652325/Motel-Art","canonicalUrl":"https://www.behance.net/gallery/118652325/Motel-Art","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71bfcc938eb4f619a631b15061851a18","ratio":0.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACIQAAICAgEEAwEAAAAAAAAAAAECAwQFEQASITFhBkFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxEAAQIGAwAAAAAAAAAAAAAAAQIFAAMEERIxFGFx/9oADAMBAAIRAxEAPwDO49mag0WJM6ZW1eMPVI2hJGELEBR6VfHckHh48jWSNVkd+sABv7x/NTwy4ejbjp1kyQkLNaMSOza1ryvbX6NH3yLY+TutiVZsfTlkDENIYwC533Pj74CKKY6pHHTfHsCLue5JbrqrTYKJx2deAx//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Kn2ViNKyq","title":"Kurztipp: Java-Anwendungen und HiDPI","shortId":"Kn2ViNKyq","createdAt":"2021-05-02T10:03:42.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999163,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T09:52:58.000Z","url":"https://cstan.io/?p=12801","canonicalUrl":"https://cstan.io/?p=12801","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d08504a045a31fe12ae7187e1a5e7d27","ratio":1.41472868217054,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAFEQYjMWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A3DoCyNxomtb7U0a10TNGUSNHBUccEED34ylNHrlmcCtUADEDsD5jGSkf/9k=","siteTwitter":"","creatorTwitter":"@stankowic_devel","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PG0T86-0P","title":"Strommessung mit Open Source Tools","shortId":"PG0T86-0P","createdAt":"2021-05-02T08:03:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999043,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T07:45:00.000Z","url":"https://svij.org/blog/2021/05/02/strommessung-mit-open-source-tools/","canonicalUrl":"https://svij.org/blog/2021/05/02/strommessung-mit-open-source-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de56cebe7fcb9b9fd62cb4bc6af10b4c","ratio":2.54049295774648,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRABAAICAgMAAAAAAAAAAAAAAQACBBEDBRJBYv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECESEx/9oADAMBAAIRAxEAPwDIcrqMOmOWrxvk0FWz71JTq8VNtHb9MRJTQW6p/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cnt4V9m9a","title":"Vom Rest das Beste – Woche 17","shortId":"cnt4V9m9a","createdAt":"2021-05-02T05:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26998883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T04:46:00.000Z","url":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-17/","canonicalUrl":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-17/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4a783d83133f5d5a4b6845c2ef6fd30","ratio":1.62068965517241,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAURAAYhMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCsdWlVfiFYfL4+k9duit0gtWlsEYQBEoknR1KPoP3fzzmaew9bNXP5KvWZCKFWWrXE78iJkAfnHHCaDLT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0QGRnAf0Fv","title":"Mozilla macht Mozilla-Sachen","shortId":"0QGRnAf0Fv","createdAt":"2021-05-02T05:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26998883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T04:53:00.000Z","url":"https://linuxnews.de/2021/05/mozilla-macht-mozilla-sachen/","canonicalUrl":"https://linuxnews.de/2021/05/mozilla-macht-mozilla-sachen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16a4f525a658bb95ce9dd63558d12542","ratio":1.46569646569647,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDABEEMQUiQUJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDEf/aAAwDAQACEQMRAD8Apw/LItmo1pGt6M+zNwdEEb9SO/zMgnwyN3iGr92DMNt8nvGMmzt8EpI//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ld2eWKxGd","title":"New formatting concept for JSON based virtual DOM","shortId":"ld2eWKxGd","createdAt":"2021-05-01T18:07:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"itnext","views":163,"score":26998861,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T15:24:23.000Z","url":"https://itnext.io/new-formatting-concept-for-json-based-virtual-dom-ee52acc5e04a","canonicalUrl":"https://itnext.io/new-formatting-concept-for-json-based-virtual-dom-ee52acc5e04a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8939dbd15507784339fc181357a8175","ratio":0.949712643678161,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMECP/EABwQAAMAAQUAAAAAAAAAAAAAAAABEQIDBBIhIv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A09qYzceaq+4VickubcVCNEf/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KvcqtuWoP","title":"The Ringer’s 2021 NFL Draft Team Grades","shortId":"KvcqtuWoP","createdAt":"2021-05-02T03:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26998765,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T03:19:18.000Z","url":"https://www.theringer.com/2021/5/1/22415236/nfl-draft-team-grades-picks-rounds-tracker","canonicalUrl":"https://www.theringer.com/2021/5/1/22415236/nfl-draft-team-grades-picks-rounds-tracker","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/424601ce4d68a6cebc8c88f0de02a320","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAIDAQAAAAAAAAAAAAACAQMEEQAFBiExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAEQMTMcH/2gAMAwEAAhEDEQA/AIflEhdPyeRDZbZcGLPaYZM2xtKATQlpO17r5eRm30xs7aa0kq0B8x6brwlTy8Yx2MHNHsq1q2AWOHyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":28,"description":null,"toc":null,"summary":null},{"id":"qWKjUlDCo","title":"As Epic v. Apple approaches the courtroom, Valve is getting sued over Steam too","shortId":"qWKjUlDCo","createdAt":"2021-05-01T22:19:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26998711,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T22:17:05.000Z","url":"https://www.theverge.com/2021/5/1/22413196/valve-steam-lawsuit-wolfire-games-humble-bundle-app-store-cut-epic-apple","canonicalUrl":"https://www.theverge.com/2021/5/1/22413196/valve-steam-lawsuit-wolfire-games-humble-bundle-app-store-cut-epic-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc73f1044f1725429dfbf72e0eb6a92b","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABQQDAQAAAAAAAAAAAAAAAQIDBAUGESEiMVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEDESEx/9oADAMBAAIRAxEAPwCctuqR49p1GC5TYzz8jBolLLm1jzXwRiz5q0XfgAAr2Squ0q4P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ixw_j2X0s","title":"How Airbnb Achieved Metric Consistency at Scale","shortId":"ixw_j2X0s","createdAt":"2021-05-01T20:12:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"airbnb","views":25,"score":26998680,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:25:08.000Z","url":"https://medium.com/airbnb-engineering/how-airbnb-achieved-metric-consistency-at-scale-f23cc53dea70","canonicalUrl":"https://medium.com/airbnb-engineering/how-airbnb-achieved-metric-consistency-at-scale-f23cc53dea70","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2654a38a661bccd89299c87f6143dfb","ratio":2.46913580246914,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHRABAAEFAAMAAAAAAAAAAAAAAQIAAxESIQQxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzE+TdbUYMjUCONT0Oe/arbJdVy95SlVRP//Z","siteTwitter":"@AirbnbEng","creatorTwitter":"@_rchang","readTime":15,"description":null,"toc":null,"summary":null},{"id":"Nw_RexZha","title":"Epic-backed expert says Apple’s app store profit is as high as 78 percent","shortId":"Nw_RexZha","createdAt":"2021-05-01T19:45:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26998557,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T19:43:30.000Z","url":"https://www.theverge.com/2021/5/1/22414402/epic-expert-apple-app-store-fortnite-court-profit","canonicalUrl":"https://www.theverge.com/2021/5/1/22414402/epic-expert-apple-app-store-fortnite-court-profit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"zd-EVvkDS","title":"Newsmax apologizes to employee of Dominion Voting Systems over false election accusations","shortId":"zd-EVvkDS","createdAt":"2021-05-01T21:48:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26998428,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T21:46:12.000Z","url":"https://www.theverge.com/2021/5/1/22414305/newsmax-apologize-voting-dominion-conspiracy-election-trump","canonicalUrl":"https://www.theverge.com/2021/5/1/22414305/newsmax-apologize-voting-dominion-conspiracy-election-trump","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68f3786e692825501f42e9e7380f4b1c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCBAAREhMhYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAgMAAAAAAAAAAAAAAAAAABEBITH/2gAMAwEAAhEDEQA/AM517qEUrVVlBDnP49dmcpCaNH3iAdHf0ZATLZ9OMZU1gbP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8Z3aQ5scK","title":"ZPSM wayfinding system","shortId":"8Z3aQ5scK","createdAt":"2021-05-01T21:10:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26998390,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/118552481/ZPSM-wayfinding-system","canonicalUrl":"https://www.behance.net/gallery/118552481/ZPSM-wayfinding-system","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a88ef24a6a592495a6402a0cdbb164c4","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQMEAwEAAAAAAAAAAAABAgMABAUGERIhEzFhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAAMAAAAAAAAAAAAAAAAAAgABQf/aAAwDAQACEQMRAD8ApQ5nJ6nXEQ219YyT8Xu50l4J4uAAIPZ2Xs+x+VUTV0YRRJlcEHA2YJcMFB+DfoUpQBKtlKBvJ//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"gh13pLUrt","title":"Ingo Juergensmann: The Fediverse – What About Ressources?","shortId":"gh13pLUrt","createdAt":"2021-05-01T16:24:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":1,"score":26998338,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T15:50:41.000Z","url":"https://blog.windfluechter.net/2021/05/01/the-fediverse-what-about-ressources/","canonicalUrl":"https://blog.windfluechter.net/2021/05/01/the-fediverse-what-about-ressources/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_Pzl09F1p","title":"13 Beautifully Designed Property Websites","shortId":"_Pzl09F1p","createdAt":"2021-05-01T19:56:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":26998316,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://qodeinteractive.com/magazine/beautifully-designed-property-websites/","canonicalUrl":"https://qodeinteractive.com/magazine/beautifully-designed-property-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89a683b0f01a5e2361eb4ce731b6ddd7","ratio":1.99036918138042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESFBBhUi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQACAQQDAAAAAAAAAAAAAAABAgADBBESUWHB/9oADAMBAAIRAxEAPwDTc3lM3hcaZPYW87vK5XdqFCqEPzoNz1zUsX5Lf3WMtLiQQB5YUkbScbKgnulKCsSoXHcstlDbbDj2f//Z","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"b7P0o94es","title":"Florida bill would fine social media platforms for banning politicians— with exemption for Disney","shortId":"b7P0o94es","createdAt":"2021-05-01T15:02:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26998262,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:56:23.000Z","url":"https://www.theverge.com/2021/5/1/22413934/florida-bill-restrict-social-media-politicians-twitter-facebook-disney-trump","canonicalUrl":"https://www.theverge.com/2021/5/1/22413934/florida-bill-restrict-social-media-politicians-twitter-facebook-disney-trump","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b158fde940809f9d5080473dbf892abd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgMAAwAAAAAAAAAAAAAAAAECAxEEEmH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AM419Fx7YuGt6t3wiogBoNH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"l0X5T_-Au","title":"Enjoy these limited-time tech and gaming discounts","shortId":"l0X5T_-Au","createdAt":"2021-05-01T13:33:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":26998180,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T13:30:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/1/22411802/apple-imac-ipad-pro-m1-processor-google-nest-wifi-mesh","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/1/22411802/apple-imac-ipad-pro-m1-processor-google-nest-wifi-mesh","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b9e3427e84e2c866389e5110f7c84b1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQRIQUGMRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8A2LnOvNNzN2638sbXbuRhQRHoa375V/aZjtIUJ+iqKCfM6pSgKMqrf//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"E8FwjNb8Z","title":"Sony’s new prime lenses are the small saviors I’ve been looking for","shortId":"E8FwjNb8Z","createdAt":"2021-05-01T13:01:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":7,"score":26998170,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T13:00:00.000Z","url":"https://www.theverge.com/22407694/sony-g-master-24-40-50-prime-lens-review","canonicalUrl":"https://www.theverge.com/22407694/sony-g-master-24-40-50-prime-lens-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a091cb434bc0a32530d30df52db3b203","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMhBRITInH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABwRAQACAQUAAAAAAAAAAAAAAAEAAgMEBRIh0f/aAAwDAQACEQMRAD8Ak7NetzFKvYtY3Rqi46KrhYKGXxIVY+p2Cx+6mamliYlj2JOzuIhplWwyXdThXHavSnk//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"OKLmjFCvj","title":"Ausblick auf openSUSE Leap 15.3","shortId":"OKLmjFCvj","createdAt":"2021-05-01T13:19:59.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997919,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T13:09:43.000Z","url":"https://curius.de/2021/05/ausblick-auf-opensuse-leap-15-3/","canonicalUrl":"https://curius.de/2021/05/ausblick-auf-opensuse-leap-15-3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13fb968071d41e8c45c4836b28b6c99c","ratio":1.25075528700906,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIABwEAAAAAAAAAAAAAAQQAAgMSFFFUk8HR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARL/2gAMAwEAAhEDEQA/AMP0bhtmKzJO5wrHyUKzPGY6rfIiNUbMf//Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"pH_VR5eLs","title":"A Ransomware Group Hit DC Police—Then Pivoted to Extortion","shortId":"pH_VR5eLs","createdAt":"2021-05-01T13:04:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":5,"score":26998162,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:00:00.000Z","url":"https://www.wired.com/story/ransomware-dc-police-warrantless-searches-security-news/","canonicalUrl":"https://www.wired.com/story/ransomware-dc-police-warrantless-searches-security-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1712788f5df15b44f850dfc28ace2bcf","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAQEBAAAAAAAAAAAAAgMBEQAEMQUhE//EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AMXP2meSYNRr67DQ6HF+sSUOuLo/tz2Y7zJzc93Y2dx7xVrqhrCOAFQ0NzdR85GMYFSggMR2PY7bmz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"-Sj5NkRLR","title":"California appeals court finds Amazon responsible for third party sellers’ products","shortId":"-Sj5NkRLR","createdAt":"2021-05-01T17:04:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26998144,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T16:59:00.000Z","url":"https://www.theverge.com/2021/5/1/22414185/california-appeals-court-amazon-marketplace-responsible-third-party-hoverboard","canonicalUrl":"https://www.theverge.com/2021/5/1/22414185/california-appeals-court-amazon-marketplace-responsible-third-party-hoverboard","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0189e4110c4579694fe64c3d364972c7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAREAAkEEEzFSofD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiER/9oADAMBAAIRAxEAPwDAalBLtx9nMopprWpW24mGgCh7ESS3xYJOn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3YRA76XOe","title":"Morgin Madison shares debut LP on mau5trap, ‘Living the Phantasm’","shortId":"3YRA76XOe","createdAt":"2021-05-01T16:57:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26998137,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T16:56:53.000Z","url":"https://dancingastronaut.com/2021/05/morgin-madison-shares-debut-lp-on-mau5trap-living-the-phantasm/","canonicalUrl":"https://dancingastronaut.com/2021/05/morgin-madison-shares-debut-lp-on-mau5trap-living-the-phantasm/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c911276104d717661aa9af4f52e8662","ratio":1.33268101761252,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAhEFBhITIiNRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACITEDBBIyQf/aAAwDAQACEQMRAD8Aw9dY5W4dGCXBSRd/VoCO8cRxyPWZQNcDy1HwREfrDsowYH5ONexFlf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"B9zGxd3QT","title":"You Will Die a Lot in Returnal. It’s Worth It","shortId":"B9zGxd3QT","createdAt":"2021-05-01T12:10:20.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":7,"score":26998118,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T08:00:00.000Z","url":"https://www.wired.co.uk/article/returnal-ps5-review","canonicalUrl":"https://www.wired.co.uk/article/returnal-ps5-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d35eae86acdcb7e958576d9e6aad0ecd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgADBBEFBhIUMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDESH/2gAMAwEAAhEDEQA/AIx0pqjZl1iivwKBtNttkGDyvIAkI+Iqj4PUQ6ERETluVxhapqno/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5pG6hRkex","title":"Announcing XD to Flutter v2.0!","shortId":"5pG6hRkex","createdAt":"2021-04-30T23:35:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"flutter","tweeted":true,"views":670,"score":26998113,"tagsStr":"general-programming,flutter,adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-01T10:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T14:03:15.000Z","url":"https://medium.com/flutter/announcing-xd-to-flutter-v2-0-c743bac2aeeb","canonicalUrl":"https://medium.com/flutter/announcing-xd-to-flutter-v2-0-c743bac2aeeb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/685d08f18a292881f166a65557899e30","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgQFEhFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAABEhMf/aAAwDAQACEQMRAD8A2Orj7FexfMTIHPG3NphGRm1rMzcax87VqIqbDaf/2Q==","siteTwitter":"@flutterdev","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"pK8-0fWEy","title":"Microsoft’s app store changes crank up the Apple pressure","shortId":"pK8-0fWEy","createdAt":"2021-05-01T12:05:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":7,"score":26998113,"tagsStr":"tech-news,apple,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T12:00:00.000Z","url":"https://www.theverge.com/2021/5/1/22411686/microsoft-windows-store-game-fees-change-apple-app-store-epic-games-eu","canonicalUrl":"https://www.theverge.com/2021/5/1/22411686/microsoft-windows-store-game-fees-change-apple-app-store-epic-games-eu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dc68be701386a0c16d73e6cf7a1addb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQADBAIFERIGITFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEAAwAAAAAAAAAAAAAAAAECAANB/9oADAMBAAIRAxEAPwDCeOXeJE43LiPWpiQ+5S5rIr12oyBjGaSevoUgD0PURJ221Mjww2qSapOuf//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"cpf2PTrwh","title":"Louis The Child treat fans to a taste of ‘Euphoria’ with debut album single ‘So What’ alongside A R I Z O N A","shortId":"cpf2PTrwh","createdAt":"2021-05-01T12:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":3,"score":26998087,"tagsStr":"r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T12:00:00.000Z","url":"https://dancingastronaut.com/2021/05/louis-the-child-treat-fans-to-a-taste-of-euphoria-with-debut-album-single-so-what-alongside-a-r-i-z-o-n-a/","canonicalUrl":"https://dancingastronaut.com/2021/05/louis-the-child-treat-fans-to-a-taste-of-euphoria-with-debut-album-single-so-what-alongside-a-r-i-z-o-n-a/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a9d3041c3f1b328a4584e1780b66b23","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAIQUHEyIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABwRAAICAgMAAAAAAAAAAAAAAAECAAQDERMxQf/aAAwDAQACEQMRAD8A3pHccCJyCo7vHx3PFSHVuMAkKrZsDessPYrjxLjUem1+yQkJAAPyhWMYmqORmDeQlrWNVKjuf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Azx86t4TK","title":"Former Netflix executive convicted of money laundering","shortId":"Azx86t4TK","createdAt":"2021-05-01T15:55:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26998075,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T15:50:49.000Z","url":"https://www.theverge.com/2021/5/1/22414084/former-netflix-executive-convicted-bribes","canonicalUrl":"https://www.theverge.com/2021/5/1/22414084/former-netflix-executive-convicted-bribes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb62146eb4a3e93514734cf0cfd8322c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAwACAQUBAAAAAAAAAAAAAQIRAAMEBRIUIUGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAhEQABAgUFAQAAAAAAAAAAAAABAgMABAVBsREhMUJRcf/aAAwDAQACEQMRAD8Axac3ZwOh+Mq69ictgdjNrXuBUxY0o+2S2ZCoDKDWFFlHr8xjEMyomRbd7EnAij0xtKai+2OPpsojAGvt94//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bgwAHajWR","title":"Even Calibri’s Creator Is Glad That Microsoft Is Moving On","shortId":"bgwAHajWR","createdAt":"2021-05-01T11:06:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":3,"score":26998033,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T07:00:00.000Z","url":"https://www.wired.com/story/calibri-default-font-microsoft-moving-on/","canonicalUrl":"https://www.wired.com/story/calibri-default-font-microsoft-moving-on/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47186f7c64a4fd0b29630787ab884474","ratio":1.90760059612519,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgIBBQEAAAAAAAAAAAABAwIEABEFEhMhcYHh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB8RAQABAgcBAAAAAAAAAAAAAAEDAAIEBRNBYXGRsf/aAAwDAQACEQMRAD8AuOAqWr/M0GuvM7SgBJPTuLD5Gzs+j8yrah8GzhG1MCMiBofuMYQYKGe51B9T40lmEt10qO3B3X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RUA0MyaFR","title":"Disco Elysium: The Final Cut is like an epic yet enigmatic novel","shortId":"RUA0MyaFR","createdAt":"2021-05-01T15:07:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26998027,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T15:00:00.000Z","url":"https://www.theverge.com/22412485/disco-elysium-the-final-cut-review-ps4-ps5-mac-pc","canonicalUrl":"https://www.theverge.com/22412485/disco-elysium-the-final-cut-review-ps4-ps5-mac-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6cea78a01afae7c0776e13793def8523","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEIQUSUUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECITH/2gAMAwEAAhEDEQA/AMuhy5OSE2VlS5DndzoSV5ewLo2rNA00va34A86HiIglWCo//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0OdeE27A5","title":"Winners and Losers on Day 2 of the 2021 NFL Draft","shortId":"0OdeE27A5","createdAt":"2021-05-01T15:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26998023,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:56:58.000Z","url":"https://www.theringer.com/2021/5/1/22414065/winners-and-losers-on-day-2-2021-nfl-draft","canonicalUrl":"https://www.theringer.com/2021/5/1/22414065/winners-and-losers-on-day-2-2021-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/95ce8b725b535f3c3c6c6a57d66a4f71","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFERITIjFBcfD/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAIDAAAAAAAAAAAAAAAAAAABESEx/9oADAMBAAIRAxEAPwCVLxlyYtYQQeGEckjmQ9TAnv7+8YvIm8TIXKpfSBRKwA2g6DU0pUZYusP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ViSVjMv9K","title":"DMS 2021 – wieder dem Papierkrieg","shortId":"ViSVjMv9K","createdAt":"2021-05-01T14:20:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997980,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:15:06.000Z","url":"https://workpress.plattform32.de/2021/05/dms-2021-wieder-dem-papierkrieg/","canonicalUrl":"https://workpress.plattform32.de/2021/05/dms-2021-wieder-dem-papierkrieg/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/137803ca5fe30273612f6a706bf4cca0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAxEyEEYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8A0f5L8aozT8CiRbe6G9HsdHKwkQiw60fYw0EaSOyyIrLWmFjeLEUYFBFA+ZCcf//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"ZwXqt-F-B","title":"New vaccine perks: halftime shots and savings bonds","shortId":"ZwXqt-F-B","createdAt":"2021-05-01T14:07:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26997967,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:00:00.000Z","url":"https://www.theverge.com/2021/5/1/22413867/new-vaccine-perks-halftime-shots-and-savings-bonds","canonicalUrl":"https://www.theverge.com/2021/5/1/22413867/new-vaccine-perks-halftime-shots-and-savings-bonds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40a07287a104027155b7508dde4acb06","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQREgUhMkFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgARA7ESUWH/2gAMAwEAAhEDEQA/ANnlrGGC/tuKaKFw9sgaQR6AjfXypHfnvPzvOajXhbJVCyG6LgYYpIqKT9wupwPzNKVOxMWNk9aEcx4oK93P/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ow8L4U5ux","title":"Matcha Cafe Branding","shortId":"ow8L4U5ux","createdAt":"2021-05-01T12:33:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26997873,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/116419123/Matcha-Cafe-Branding","canonicalUrl":"https://www.behance.net/gallery/116419123/Matcha-Cafe-Branding","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/629449116419123.6089f0a18deb8.gif","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAGEzE1QZLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIDEiFh/9oADAMBAAIRAxEAPwCFcqramrcsEMqQyCZS7EFHHRlA85rTu+yk95t+w+YxgvJDpkrN9cqhSyHiz//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"csVHDgB53","title":"Images: 10 incredible volcanoes in our solar system","shortId":"csVHDgB53","createdAt":"2021-05-01T11:13:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26997793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T11:00:00.000Z","url":"https://www.livescience.com/volcanoes-in-the-solar-system.html","canonicalUrl":"https://www.livescience.com/volcanoes-in-the-solar-system.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/739f513d66bfaa5ac2ae2d4be1a1cb7d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIxAAAgEDAQkAAAAAAAAAAAAAAQIDAAQRIQUSFRYxUWKBkv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEUFR/9oADAMBAAIRAxEAPwDPvMaw7OktYbRS8rB3mdjvDA0C46DU57+qm8Vk8/qlKatQNPsS2xmwHk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"naFd8jEpK","title":"Which animal has the stretchiest mouth?","shortId":"naFd8jEpK","createdAt":"2021-05-01T11:13:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26997793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T11:00:48.000Z","url":"https://www.livescience.com/stretchiest-animal-mouth.html","canonicalUrl":"https://www.livescience.com/stretchiest-animal-mouth.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d642b8dcfd2f63ae1d86b00dd3a469eb","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIFAAMEEQZRBxIh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDIfD/2gAMAwEAAhEDEQA/AJUVx67ZiUg8hsa6JRryOwUgBggKHsep3rXZrFv40kUdlMhikqdb032lKE6sk6a2M6I+5P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LPmlc92WK","title":"The 15 Best Weekend Deals on iPads, Espresso Machines, and More","shortId":"LPmlc92WK","createdAt":"2021-05-01T11:06:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26997786,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T07:00:00.000Z","url":"https://www.wired.com/story/weekend-deals-may-1-2021/","canonicalUrl":"https://www.wired.com/story/weekend-deals-may-1-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebaa06b7ddd798f3716fd1a482ffd033","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIEEQADIQUGEgcTIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AtNyuHbXqlqC1OV3Gy/AWCpQSkdtPocuMyZmK2xvixbByQkZ+4pSiSP/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YspWi0KIC","title":"Seth Rogen’s Record Player Is a Visual (and Aural) Treat","shortId":"YspWi0KIC","createdAt":"2021-05-01T11:06:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26997786,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T07:00:00.000Z","url":"https://www.wired.com/review/pro-ject-t1-bt/","canonicalUrl":"https://www.wired.com/review/pro-ject-t1-bt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/775b784e9916dfebaeabb962b356289a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQFEhZBgv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A3Tctm+WaxKcilMPgNbUamLuQ3pugAPkymMRJiP/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"UNYlZ1XDD","title":"Matisse & Sadko and Alex Aris masterfully line up again on STMPD RCRDS for ‘Heal Me’","shortId":"UNYlZ1XDD","createdAt":"2021-05-01T11:01:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26997781,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/matisse-sadko-and-alex-aris-masterfully-line-up-again-on-stmpd-rcrds-for-heal-me/","canonicalUrl":"https://dancingastronaut.com/2021/05/matisse-sadko-and-alex-aris-masterfully-line-up-again-on-stmpd-rcrds-for-heal-me/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50188656527bc40fd6718ed1f7b19638","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIRAAMFBBITIUGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAECADH/2gAMAwEAAhEDEQA/AMmxeswbaQrexSKzIyl+R2KkAdx6T8ifalmuWdx22gRPRk0pRRALkq17v//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vgEfmTfW6","title":"TOR turns to nature with new LP, ‘Oasis Sky’","shortId":"vgEfmTfW6","createdAt":"2021-05-01T10:31:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26997751,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T10:30:00.000Z","url":"https://dancingastronaut.com/2021/05/tor-turns-to-nature-with-new-lp-oasis-sky/","canonicalUrl":"https://dancingastronaut.com/2021/05/tor-turns-to-nature-with-new-lp-oasis-sky/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2fde33af2fb9a5c976b08d0064abd602","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDABEEBRIhQTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAEjH/2gAMAwEAAhEDEQA/AMb6jsa+PwJUVUwlbICyQeKguhfv781kW2PlbOXo2roxjIgCw08v/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ObE2brTuh","title":"Pinephone: Plasma Mobile Desktop","shortId":"ObE2brTuh","createdAt":"2021-05-01T09:49:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997709,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:42:28.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/01/pinephone-plasma-mobile-desktop/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/01/pinephone-plasma-mobile-desktop/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b123d2d3d2c508e8397d11008b3903ad","ratio":0.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAUAAoDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAUDBAf/xAAhEAACAAYDAAMAAAAAAAAAAAABAgADBAUSIRExUQZxsf/EABYBAQEBAAAAAAAAAAAAAAAAAAQCA//EABsRAAMAAgMAAAAAAAAAAAAAAAABAgMxEiEy/9oADAMBAAIRAxEAPwDFxeJeChrLZ3VQFyanYlj6TlED/I6nNsZNKq86VEYKB4N9Qu0JTF24Cjf3FMzn50SIYoVbQrJXF9DB7nUy6GnlKZWAI0ZSnpshsjeyfzqEzMSxJ7Jggip0YZfR/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KpHY8ETfe","title":"See it: Chanel’s director of watchmaking unveils Daft Punk-inspired collection","shortId":"KpHY8ETfe","createdAt":"2021-05-01T09:46:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26997706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:45:00.000Z","url":"https://dancingastronaut.com/2021/05/chanel-s-directer-of-watchmaking-unveils-daft-punk-inspired-collection/","canonicalUrl":"https://dancingastronaut.com/2021/05/chanel-s-directer-of-watchmaking-unveils-daft-punk-inspired-collection/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f810bd0da07c493b5bef177e5cce55d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAAFMQYRMlFh8P/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQADERKx/9oADAMBAAIRAxEAPwDB5N8m22Ni1diZpigCMG8R3UcfveUs9TNLZlkWukKu5YRrwgJ4HwYxh0GXbEDHJ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IZnVjC6An","title":"Quiz: Who Designed That Font?","shortId":"IZnVjC6An","createdAt":"2021-05-01T09:35:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":26997695,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:27:39.000Z","url":"https://www.webdesignerdepot.com/2021/04/quiz-who-designed-that-font/","canonicalUrl":"https://www.webdesignerdepot.com/2021/04/quiz-who-designed-that-font/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f708c7d5b9552781a40113de2ef755b0","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAyEEE2GS0dL/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABcRAAMBAAAAAAAAAAAAAAAAAAABAhH/2gAMAwEAAhEDEQA/ANAyZwaeOLPKmrKbL7OzekRBtKepR//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"thiUIbtWH","title":"Combat the “Halo-Horns” Effect, and Other Actions for Allies","shortId":"thiUIbtWH","createdAt":"2021-05-01T04:33:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"colkgirl","views":13,"score":26997691,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:14:16.000Z","url":"https://code.likeagirl.io/combat-the-halo-horns-effect-and-other-actions-for-allies-c7d063596b28","canonicalUrl":"https://code.likeagirl.io/combat-the-halo-horns-effect-and-other-actions-for-allies-c7d063596b28","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed8dc5c96c8eb37886c74178aaf5ddd5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACEQQTBRIVIjFBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzThenWnGvZVudJAsuaI2mOe5jxQZgiKD/9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6-o8fufFp","title":"Moore Kismet places a sparkling spin on Tate McRae’s ‘slower’","shortId":"6-o8fufFp","createdAt":"2021-05-01T09:01:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26997661,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/moore-kismet-gives-tate-mcrae-s-slower-a-sparkling-remix/","canonicalUrl":"https://dancingastronaut.com/2021/05/moore-kismet-gives-tate-mcrae-s-slower-a-sparkling-remix/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac3ce3f10cf9b9c1e2a56b3e4149c34e","ratio":1.47676991150442,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABAYRQQUSEyEiJJH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAADAQIRIf/aAAwDAQACEQMRAD8AluGcJmkvYI7+2YJzxnVWTsF1+7VWJWxJZXWdz1QSH9Yny3pSm5ltwjR2bSf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pdTmH1e7j","title":"Tonight We Riot kurze Zeit kostenlos bei Gog.com – nativ für Linux","shortId":"pdTmH1e7j","createdAt":"2021-05-01T08:39:23.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997639,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T08:09:31.000Z","url":"https://www.bitblokes.de/tonight-we-riot-kurze-zeit-kostenlos-bei-gog-com-nativ-fur-linux/","canonicalUrl":"https://www.bitblokes.de/tonight-we-riot-kurze-zeit-kostenlos-bei-gog-com-nativ-fur-linux/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0MM32Nv-k","title":"Safari 14.1 Adds Support for Flexbox Gaps","shortId":"0MM32Nv-k","createdAt":"2021-04-30T22:24:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":33,"score":26997586,"tagsStr":"safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:51:08.000Z","url":"https://css-tricks.com/safari-14-1-adds-support-for-flexbox-gaps/","canonicalUrl":"https://css-tricks.com/safari-14-1-adds-support-for-flexbox-gaps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4a69486a6e6b28fa85f43db21f10b7b","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAABBAEFAAAAAAAAAAAAAAABAAIDEQUEBjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAwABBQAAAAAAAAAAAAAAAQIDACFBccHC/9oADAMBAAIRAxEAPwC3oomx7fy0DBRuOnjkWQpTsZAXE134iKkmAWfnoYbealJ6bejn/9k=","siteTwitter":"@CSS","creatorTwitter":"@geoffreygraham","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GWS5JKvxN","title":"Keyboard Shortcuts to Improve Your Coding Productivity","shortId":"GWS5JKvxN","createdAt":"2021-04-30T18:42:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":272,"score":26997575,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-30T21:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:37:37.000Z","url":"https://www.freecodecamp.org/news/keyboard-shortcuts-improve-productivity/","canonicalUrl":"https://www.freecodecamp.org/news/keyboard-shortcuts-improve-productivity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cfad3e218f2809c2099bac3c1f38618","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxABAAEDBAMAAAAAAAAAAAAAAQMAAgQFERMhBjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDO2D5HkxYcmLZHHxoq3G72bdPyp5qEIA4gp7eW7ulKoc7Cbf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@larymak1","readTime":5,"description":null,"toc":null,"summary":null},{"id":"x80UMb5At","title":"New radiology resources aid trauma imaging in Canada","shortId":"x80UMb5At","createdAt":"2021-05-01T07:07:29.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26997547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132278&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132278","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6e0aba1926a73e127d6026bc0c0112a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAAFBhEHMSFxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDAAUTMfH/2gAMAwEAAhEDEQA/AK3xrQt39FVWttLFKCns2do4gCJQ0YYqSfo/vrv5zFOUUkr8l20MZ6SO3Mijr0A5AxjC6KOJTlChVhsboOh7n//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PSf6HqDxV","title":"Tank Diaries: Ostrich Fireball","shortId":"PSf6HqDxV","createdAt":"2021-04-30T17:33:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996733,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:26:00.000Z","url":"https://www.theringer.com/nba/2021/4/30/22412230/nba-oklahoma-city-thunder","canonicalUrl":"https://www.theringer.com/nba/2021/4/30/22412230/nba-oklahoma-city-thunder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1bfad3e4093ec9a96aba11bf9c169387","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAbEAABBQEBAAAAAAAAAAAAAAABAAIDERIEIf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAIDBBEhMfD/2gAMAwEAAhEDEQA/ALVjHP65rkORo5rwjIFFUQjBFlERAVw0HrmItcBcQ9sT/9k=","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"h7hO1IgZf","title":"Jenny B Kowalski’s A-Z (and a-z) as Variable Letterforms","shortId":"h7hO1IgZf","createdAt":"2021-04-30T16:23:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":79,"score":26997288,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:02:53.000Z","url":"https://css-tricks.com/jenny-b-kowalskis-a-z-and-a-z-as-variable-letterforms/","canonicalUrl":"https://css-tricks.com/jenny-b-kowalskis-a-z-and-a-z-as-variable-letterforms/","image":"https://css-tricks.com/wp-content/uploads/2021/04/CleanShot-2021-04-30-at-08.54.00.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQQFACESIjET/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQACAwAAAAAAAAAAAAAAAAAAEgEhMf/aAAwDAQACEQMRAD8Awb9szYZoXU7LHVJKEcDERMvr0tMKPYoUT94ZuI1G3zgUAqdxXjVex4UOgSPo5Zm5WQ+ZOzzyszSMSS5JJvlbNFg0/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":0,"description":null,"toc":null,"summary":null},{"id":"P80iS5zUB","title":"Facebook acquires the developers of VR military simulator Onward","shortId":"P80iS5zUB","createdAt":"2021-04-30T22:36:51.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26997277,"tagsStr":"tech-news,general-programming,vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T22:30:00.000Z","url":"https://www.theverge.com/2021/4/30/22412882/facebook-oculus-studios-onward-developer-downpour-interactive-acqusition","canonicalUrl":"https://www.theverge.com/2021/4/30/22412882/facebook-oculus-studios-onward-developer-downpour-interactive-acqusition","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15efc1d3f71f1567c34d92095afdfaff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMCBAAFERIhE1GR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAABEAAf/aAAwDAQACEQMRAD8Axp+ualdu1K9u7ZclMZBcWM5CP3f3lSsyJPmsDfvppAxjAYMnb//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GVrDp_aPa","title":"Fusing Elasticsearch with neural networks to identify data","shortId":"GVrDp_aPa","createdAt":"2021-04-30T16:19:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"twitter","views":51,"score":26997188,"tagsStr":"data-science,elk","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/fusing-elasticsearch-with-neural-networks-to-identify-data.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/fusing-elasticsearch-with-neural-networks-to-identify-data.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"W9WwVwzzG","title":"Node.js and Cloud Firestore Tutorial – How to Build a Home Inventory System","shortId":"W9WwVwzzG","createdAt":"2021-04-30T16:29:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":106,"score":26997251,"tagsStr":"general-programming,cloud,nodejs,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:26:24.000Z","url":"https://www.freecodecamp.org/news/nodejs-and-cloud-firestore-tutorial-build-a-home-inventory-system/","canonicalUrl":"https://www.freecodecamp.org/news/nodejs-and-cloud-firestore-tutorial-build-a-home-inventory-system/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f00382a46f83bf2ef2b496c5e336b8d","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxEEBQYTISKh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIEEf/aAAwDAQACEQMRAD8A1Ng49qLaGLac4A7eS/ZRbtV5tc9BxlicFlyPcRGTlhg603xH/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"KvR8Dy-YS","title":"NASA suspends SpaceX’s $2.9 billion moon lander contract after rivals protest","shortId":"KvR8Dy-YS","createdAt":"2021-04-30T22:00:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26997241,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:57:33.000Z","url":"https://www.theverge.com/2021/4/30/22412771/nasa-spacex-hls-moon-lander-blue-origin-protest","canonicalUrl":"https://www.theverge.com/2021/4/30/22412771/nasa-spacex-hls-moon-lander-blue-origin-protest","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23ac1090a677023c77e0140b489ab4f9","ratio":1.90891472868217,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEEBxIGExUxM0GB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDLuGNNsXJfLNLnSFojc3Zyx3cNoN36u/indpnitcW9RmNGvGERUzA2/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"A_OYBGhr-","title":"Acing its fourth flight on Mars, NASA’s Ingenuity will advance to a new testing round","shortId":"A_OYBGhr-","createdAt":"2021-04-30T21:22:23.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":26997208,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:15:52.000Z","url":"https://www.theverge.com/2021/4/30/22412154/nasa-ingenuity-aces-fourth-flight-mars-advance-new-testing","canonicalUrl":"https://www.theverge.com/2021/4/30/22412154/nasa-ingenuity-aces-fourth-flight-mars-advance-new-testing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16451dd4b18a4dab6cc50863f008f712","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgICAwAAAAAAAAAAAAAAAAECMQMhIlGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDT4bxJp+EslydX0AAwpX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"GgV794vGA","title":"Want a new 12.9-inch iPad Pro? You may have to wait until July","shortId":"GgV794vGA","createdAt":"2021-04-30T21:22:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26997202,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:16:03.000Z","url":"https://www.theverge.com/2021/4/30/22412750/ipad-pro-12-9-mini-led-supply-shortage-delivery-times-july","canonicalUrl":"https://www.theverge.com/2021/4/30/22412750/ipad-pro-12-9-mini-led-supply-shortage-delivery-times-july","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94013b186e59059a039ffc779144dbea","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDBAAFEQcSYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAERAAIDBEGy/9oADAMBAAIRAxEAPwDLNdeJ2Nc21NiW2K9h5S5Dhx0A9+AnLSeQtkkjIsY9VJA6/T+YxgAGHKeyq5EByvkT/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zWqX6G2Gw","title":"The Goop Mother’s Day Gift Guide, ‘Stick It’ 15 Years Later, and the Return of Crocs","shortId":"zWqX6G2Gw","createdAt":"2021-05-01T01:21:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26997201,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T01:09:47.000Z","url":"https://www.theringer.com/2021/4/30/22413326/the-goop-mothers-day-gift-guide-stick-it-15-years-later-and-the-return-of-crocs","canonicalUrl":"https://www.theringer.com/2021/4/30/22413326/the-goop-mothers-day-gift-guide-stick-it-15-years-later-and-the-return-of-crocs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d80dde3ba0c5cdda5b4b66623812010","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRABAAEDAgcAAAAAAAAAAAAAAQIAAwQFEgYRIkFhcfD/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMRQfD/2gAMAwEAAhEDEQA/AN3UZ7uIbOUgXceFhtIHTuQfvdV52ozM3ICByLku/mlKPqu2VGQEr7hP/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"azsuWVV7b","title":"Today I learned that card grading companies are drowning in Pokémon cards","shortId":"azsuWVV7b","createdAt":"2021-05-01T01:14:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26997194,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T01:05:40.000Z","url":"https://www.theverge.com/2021/4/30/22413108/pokemon-trading-card-collectors-overwhelm-grading-collecting-rating","canonicalUrl":"https://www.theverge.com/2021/4/30/22413108/pokemon-trading-card-collectors-overwhelm-grading-collecting-rating","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/163071308afd29496cac665aac9a3412","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAICAwAAAAAAAAAAAAABAAIDBBEhBRITFOH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMS/9oADAMBAAIRAxEAPwC/xLoYePpxeAEPY0g5x1yfik2rUYszD1Kxw87LBvaIoelBsjH6QJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"p-za9BuS7","title":"Pitchers Are Lapping Hitters. It’s Time to Do Something","shortId":"p-za9BuS7","createdAt":"2021-04-30T20:57:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":4,"score":26997189,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T20:52:51.000Z","url":"https://www.theringer.com/2021/4/30/22412843/pitchers-are-lapping-hitters-its-time-to-do-something","canonicalUrl":"https://www.theringer.com/2021/4/30/22412843/pitchers-are-lapping-hitters-its-time-to-do-something","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0cd9bb71504c9fb44fcb019aa7ad4bc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACBBEDBRNhFzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDPI0LXeNNg06/CZDJWDK2QSeQcjTbQflCu/ahSRZoGuyiJIVv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"7pqM9ffk8","title":"Cuba streetphotography","shortId":"7pqM9ffk8","createdAt":"2021-05-01T00:35:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26997155,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/112065201/Cuba-streetphotography","canonicalUrl":"https://www.behance.net/gallery/112065201/Cuba-streetphotography","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9746efed475338967359779439c265f9","ratio":1.77890724269377,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQhBRESIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8A0lXG8gtPhk1sxLHq7N6OwNfJZTh5K1Itj1FwoDEd2zEQFymWMdKnh//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xrsgCiTnB","title":"This world-ending asteroid is the perfect vehicle for Pink Floyd","shortId":"xrsgCiTnB","createdAt":"2021-05-01T00:18:42.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26997138,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:15:45.000Z","url":"https://www.theverge.com/2021/4/30/22412731/large-asteroid-impact-simulation-pink-floyd-discovery-channel","canonicalUrl":"https://www.theverge.com/2021/4/30/22412731/large-asteroid-impact-simulation-pink-floyd-discovery-channel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/167ea16b345ec58e0d66d46aba831e8e","ratio":1.90981963927856,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQFESEGEzEyUWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAREyEEscH/2gAMAwEAAhEDEQA/AMDj+Irq8vbiJ1QIkJMSjtQ6DbTx12qa4zLLPIFjcAMQBzPfylKQ7Zyt6oeymNRx1at2ehP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"890F0VYIa","title":"May Is In The Air (2021 Wallpapers Edition)","shortId":"890F0VYIa","createdAt":"2021-04-30T09:29:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"smashing","views":286,"score":26997081,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-30T15:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:00:00.000Z","url":"https://www.smashingmagazine.com/2021/04/desktop-wallpaper-calendars-may-2021/","canonicalUrl":"https://www.smashingmagazine.com/2021/04/desktop-wallpaper-calendars-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d68bf4878e088217784cc6571df52ef","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAGxABAAICAwAAAAAAAAAAAAAAAQACAzEFERX/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgNBUf/aAAwDAQACEQMRAD8A0s5G5Ww1FdPepHoZIiQ9xL0Plijh/9k=","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"_JZWVYEYY","title":"CereMark touts patent for PET radiotracer","shortId":"_JZWVYEYY","createdAt":"2021-04-30T22:29:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26997029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T22:20:12.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132277&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132277","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1abeb5bc5110df23a0888481dbbf8a0f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAgUH/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIEBQMAERIhMVEiQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAQEBAQEAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwDFbVa03lGuKvtkV45YhyefIr8Cg+wp7O/kakzTVCbIBq7RiMjDkzkE9+SPenJsZuadTZM0yTkyLHIVmysSARsQDvpypckycpMjNvzP7PvQqhfDTz0gpd//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"66Z2Z7Ys4","title":"Combat the “Halo-Horns” Effect, and Other Actions for Allies","shortId":"66Z2Z7Ys4","createdAt":"2021-04-30T18:14:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"colkgirl","views":2,"score":26997014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T13:33:31.000Z","url":"https://betterallies.medium.com/combat-the-halo-horns-effect-and-other-actions-for-allies-c7d063596b28","canonicalUrl":"https://betterallies.medium.com/combat-the-halo-horns-effect-and-other-actions-for-allies-c7d063596b28","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed8dc5c96c8eb37886c74178aaf5ddd5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACEQQTBRIVIjFBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzThenWnGvZVudJAsuaI2mOe5jxQZgiKD/9k=","siteTwitter":"@Medium","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"AoSToKfu2","title":"Vergecast: iOS 14.5 features, Apple sales skyrocket, and podcasting","shortId":"AoSToKfu2","createdAt":"2021-04-30T17:55:06.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":26996989,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:48:00.000Z","url":"https://www.theverge.com/2021/4/30/22411910/vergecast-podcast-450-ios-14-5-apple-earnings-samsung-galaxy-book-pro","canonicalUrl":"https://www.theverge.com/2021/4/30/22411910/vergecast-podcast-450-ios-14-5-apple-earnings-samsung-galaxy-book-pro","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfb62716d30bdd65ed987530cac2c90f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIAAwQREjEFBv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDRnpW7VvoLNxU1FFVYroDtl8dPJdERA//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"THa3KdYfO","title":"English soccer teams have started a four-day social media boycott to protest online abuse","shortId":"THa3KdYfO","createdAt":"2021-04-30T16:46:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":7,"score":26996954,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:44:11.000Z","url":"https://www.theverge.com/2021/4/30/22412060/english-soccer-teams-boycott-four-day-social-media-protest-online-abuse","canonicalUrl":"https://www.theverge.com/2021/4/30/22412060/english-soccer-teams-boycott-four-day-social-media-protest-online-abuse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4d560fa54140ef828f4561e752f2a327","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQQCAwEAAAAAAAAAAAABAhEAAwQFEiEjMVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIEEQUxgf/aAAwDAQACEQMRAD8Am6XUa1dtkWreIqYy20e3bBngYAY9++UiZ+VYdsRGKridAwPIfylKnPJZVTZdIDWr2D5uf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8DaEiNCQo","title":"Watch the tall vampire lady gulp down a bucket of blood in this Resident Evil Village puppet show","shortId":"8DaEiNCQo","createdAt":"2021-04-30T16:29:16.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26996921,"tagsStr":"tech-news,puppet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:25:23.000Z","url":"https://www.theverge.com/2021/4/30/22412061/resident-evil-village-puppet-show-capcom-tall-vampire-lady-dimitrescu","canonicalUrl":"https://www.theverge.com/2021/4/30/22412061/resident-evil-village-puppet-show-capcom-tall-vampire-lady-dimitrescu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43dd9d54bc93aa3095d015eb6509831e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAgEDBBEABQYTMRIiwf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEh/9oADAMBAAIRAxEAPwDIdNbf4JMo5R80rkdNxuwNTQfJPa+rXqspt7z1hGxQZC1SVYivzGMt2w4xxU9R/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Eb3-Sk19s","title":"Basecamp implodes as employees flee company, including senior staff","shortId":"Eb3-Sk19s","createdAt":"2021-04-30T20:31:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996911,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T20:20:47.000Z","url":"https://www.theverge.com/2021/4/30/22412714/basecamp-employees-memo-policy-hansson-fried-controversy","canonicalUrl":"https://www.theverge.com/2021/4/30/22412714/basecamp-employees-memo-policy-hansson-fried-controversy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c21721d65a0d1ba04facc7098422ca94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABAgRREhQiMnGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIEIjH/2gAMAwEAAhEDEQA/ANF0Ks7FSqYdkgRQi+oMWZ4z9+KfslbcF4N3fGfERDfEUcdb2f/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1kHxNPcrG","title":"What Can the NBA Draft Learn From the NFL Draft?","shortId":"1kHxNPcrG","createdAt":"2021-04-30T18:42:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996802,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:38:34.000Z","url":"https://www.theringer.com/2021/4/30/22412573/what-can-the-nba-draft-learn-from-the-nfl-draft","canonicalUrl":"https://www.theringer.com/2021/4/30/22412573/what-can-the-nba-draft-learn-from-the-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bf124c524cbc4b40e5cd8bd4515035e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQGEUETFLH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDJ9Y2DIqsy6vFQ1SE8KyDuwk/ZS17VcqKvqUHgAdxErmnnQLSbP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tZxVHY6_z","title":"The Ascent of Kevin Porter Jr. and Michael Porter Jr. Plus: The Phoenix Suns End Their Playoff Drought.","shortId":"tZxVHY6_z","createdAt":"2021-04-30T19:41:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996861,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T19:35:09.000Z","url":"https://www.theringer.com/2021/4/30/22412715/the-ascent-of-kevin-porter-jr-and-michael-porter-jr-plus-the-phoenix-suns-end-their-playoff-drought","canonicalUrl":"https://www.theringer.com/2021/4/30/22412715/the-ascent-of-kevin-porter-jr-and-michael-porter-jr-plus-the-phoenix-suns-end-their-playoff-drought","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d34345d8b1ac5ecd40b227d83a258fa8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEITEFEgYHQ//EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBAMAAAAAAAAAAAAAAAARAAECAwQS8P/aAAwDAQACEQMRAD8AyHJeBW4s0Mm+ecLrik93UhRwMzqZ6jURJ3upb3qe0LqyeVucqPzTSlFV3TdiU1kUw2A4Mv/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ABKSNcyH7","title":"IOTW: University of California Schools Hit with Ransomware Attack","shortId":"ABKSNcyH7","createdAt":"2021-04-30T15:38:18.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"cshub","views":2,"score":26996858,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-university-of-california-schools-hit-with-ransomware-attack","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-university-of-california-schools-hit-with-ransomware-attack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca4378026cf90a6c24021d714543be99","ratio":0.583657587548638,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAARAAoDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAcDBAb/xAAnEAABAwIEBQUAAAAAAAAAAAABAgMEABEFBhIhEzE1QXMjYYGywf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8ATWdm468qx5MWK3ZXD0rS2PTQRtvz52FLmmZk3Eo2L4KMJk3U621w1NnbWjkLH2FvmsxIylIbkOoTLh6UqIGt0A2v3HY0LVfJvWh41flT4x1ed51/Y0UVVz1//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OLN45UvT8K","title":"Novel coronavirus really is seasonal, study suggests","shortId":"OLN45UvT8K","createdAt":"2021-04-30T19:24:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996844,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T19:08:54.000Z","url":"https://www.livescience.com/climate-covid-19-seasonal-spread.html","canonicalUrl":"https://www.livescience.com/climate-covid-19-seasonal-spread.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/efa11aa0103061ddaec4233db6a8f35a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEEgYHMf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAQUBAQAAAAAAAAAAAAAAAgABAwQFESL/2gAMAwEAAhEDEQA/ANBTwuvnp2aqmlSPoJOmQb1ahYkc1ACdzpuREM9W1K/SN1FDi0om8gv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jxZytnlHP","title":"New Pokémon Snap Doesn't Want Your Avant-Garde Photography","shortId":"jxZytnlHP","createdAt":"2021-04-30T12:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996403,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:00:00.000Z","url":"https://www.wired.com/review/new-pokemon-snap-review/","canonicalUrl":"https://www.wired.com/review/new-pokemon-snap-review/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ccda9c9403bea735e339f6e5bd52ec3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABBBEDBaEGEhMhMVHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQADAQADAAAAAAAAAAAAAAABAgMABBHw/9oADAMBAAIRAxEAPwDER9EiSz1HJlCrjEbMPZhKvOzb+1KDhrCYCXXJra65fqIovIvSSgoevDKq7K5AO//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"_NRVLUEHQ","title":"Stratolaunch flies world's largest airplane on 2nd test flight","shortId":"_NRVLUEHQ","createdAt":"2021-04-30T19:24:56.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996844,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T19:08:05.000Z","url":"https://www.livescience.com/stratolaunch-worlds-largest-airplane-roc-2nd-test-flight.html","canonicalUrl":"https://www.space.com/stratolaunch-worlds-largest-airplane-roc-2nd-test-flight","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45ec7d6c63daf5fcc2a32b5b3196372c","ratio":1.38565629228687,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAABBAAHAAAAAAAAAAAAAAARAAECAwQFEhUzQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABgRAAMBAQAAAAAAAAAAAAAAAAACAwRR/9oADAMBAAIRAxEAPwCWNuXRhofCEOT2o32w8FniIqK7a9AbLM//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"OVhvBeNJh","title":"First-known pregnant mummy discovered","shortId":"OVhvBeNJh","createdAt":"2021-04-30T18:53:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996813,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:46:51.000Z","url":"https://www.livescience.com/pregnant-egyptian-mummy-warsaw.html","canonicalUrl":"https://www.livescience.com/pregnant-egyptian-mummy-warsaw.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a305477bf224ea0d243a7dd8af5dcd4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYhEyJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAASEC/9oADAMBAAIRAxEAPwC3kWSvjjUXER26Q78VxLMSdaf1AXXZ7+Vn35lEjsjuWZTokhuzSlVrNjBOH//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_1MsLcd8E","title":"First-Round NFL Draft Observations and Aaron Rodgers’s Future With Kevin Clark","shortId":"_1MsLcd8E","createdAt":"2021-04-30T18:42:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996802,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:39:32.000Z","url":"https://www.theringer.com/2021/4/30/22412582/first-round-nfl-draft-observations-and-aaron-rodgerss-future-with-kevin-clark","canonicalUrl":"https://www.theringer.com/2021/4/30/22412582/first-round-nfl-draft-observations-and-aaron-rodgerss-future-with-kevin-clark","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a40b62c4f144dce0b38df4efe72af3e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACAwURBAYSMRMUFSFBUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAEDBQEAAAAAAAAAAAAAAAEAAgQDESExUcH/2gAMAwEAAhEDEQA/AIplR7WYWnB0GHk49UiicXxNc7TYEi5HcH1tutEwZao8sEcnSaYNbQ63Jx+R8REuNkG6vxWtFPXPV//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_MIAg1yvm","title":"How a university got itself banned from the Linux kernel","shortId":"_MIAg1yvm","createdAt":"2021-04-30T14:47:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":26996801,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:45:00.000Z","url":"https://www.theverge.com/2021/4/30/22410164/linux-kernel-university-of-minnesota-banned-open-source","canonicalUrl":"https://www.theverge.com/2021/4/30/22410164/linux-kernel-university-of-minnesota-banned-open-source","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ba9732012d0f57e6404830334f86ea6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgICAQUAAAAAAAAAAAAAAgMAAQQREiExQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAfEQACAgIBBQAAAAAAAAAAAAABIQIDADFBBBIUYXH/2gAMAwEAAhEDEQA/AIMNVuHCeBkta6KiVXY+nmY2S7jkNHiN6O63qvfyIlM6GuPmXR2EW3rn5hmgk0mej3SCSD49k5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7mzyGVpic","title":"If your paycheck is missing, QuickBooks may be to blame","shortId":"7mzyGVpic","createdAt":"2021-04-30T18:31:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996791,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:28:30.000Z","url":"https://www.theverge.com/2021/4/30/22412349/quickbooks-issue-missed-direct-deposit-paychecks","canonicalUrl":"https://www.theverge.com/2021/4/30/22412349/quickbooks-issue-missed-direct-deposit-paychecks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3fab7c17e97a31a424db63ab99d3d96","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAhETBAUjMTKx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwC2RoZ0dFtFRZYyCTnyDMs5DF72dmvsfsRJpDOn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FjQfAs49J","title":"Aaron Rodgers and the Packers Are Heading for a Divorce. How Did We Get Here?","shortId":"FjQfAs49J","createdAt":"2021-04-30T18:11:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:00:14.000Z","url":"https://www.theringer.com/nfl/2021/4/30/22412383/aaron-rodgers-green-bay-packers-trade-buzz-nfl-draft","canonicalUrl":"https://www.theringer.com/nfl/2021/4/30/22412383/aaron-rodgers-green-bay-packers-trade-buzz-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee9e14f88787ea193293e4ef6b71f55b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAAABgIDAAAAAAAAAAAAAAAAAQIDBBEFMRIkk//EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQSIf/aAAwDAQACEQMRAD8Ap24cp9EaW7lp/NLBrpDlEdpSdHvViVPO5Gz7sr2UAAFbHsrYyK5bYT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"WF7B_XQpB","title":"‘Invincible’ Finale Instant Reactions and Season Awards","shortId":"WF7B_XQpB","createdAt":"2021-04-30T18:04:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996764,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:52:10.000Z","url":"https://www.theringer.com/2021/4/30/22410988/invincible-finale-instant-reactions-season-awards","canonicalUrl":"https://www.theringer.com/2021/4/30/22410988/invincible-finale-instant-reactions-season-awards","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c85c97f7789d099f8ee579c32d91839d","ratio":1.91256830601093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAwECBAAREgUGQVETISL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EAB4RAAIBAwUAAAAAAAAAAAAAAAECAwAFERIhUYHR/9oADAMBAAIRAxEAPwCQYoIW1tTMONFVhJyiYNRKuODlbdy3+uerXrKj0eHJG040MJhUR7R+TLFF92vzbulKlt7tI0rMd9ZHQxijmUKFA49r/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8k1RLZ5aZ","title":"New Guidance for the Vaccinated, a Crisis in India, and More","shortId":"8k1RLZ5aZ","createdAt":"2021-04-30T17:57:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996757,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T13:52:00.000Z","url":"https://www.wired.com/story/new-guidance-vaccinated-crisis-in-india-coronavirus-news/","canonicalUrl":"https://www.wired.com/story/new-guidance-vaccinated-crisis-in-india-coronavirus-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10da76d4de83a485659a7bdd7acd2376","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAEQMSEyLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQADAAAAAAAAAAAAAAAAAAAAAjH/2gAMAwEAAhEDEQA/AMvd9G5uobYhdh5qx8ksz882RBZ1Yi7iJOkHan//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Ne-pLSim1","title":"How scientists caught footage of 'the kraken' after centuries of searching","shortId":"Ne-pLSim1","createdAt":"2021-04-30T17:40:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996740,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:27:42.000Z","url":"https://www.livescience.com/first-footage-giant-squid-jellyfish-lure.html","canonicalUrl":"https://www.livescience.com/first-footage-giant-squid-jellyfish-lure.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a10018114593f9710a8e04efa1171cc9","ratio":1.82370820668693,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAECAwUEBhESITFCUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDE7Ug2puOuF5xw21xtCusTgs7mnz3xn6JjcwAB/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"h-sv2W8Fh","title":"Hulu’s live TV service is finally getting Nickelodeon, Comedy Central, MTV, and other ViacomCBS channels today","shortId":"h-sv2W8Fh","createdAt":"2021-04-30T17:23:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996723,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:22:07.000Z","url":"https://www.theverge.com/2021/4/30/22412295/hulu-live-tv-service-nickelodeon-comedy-central-mtv-viacomcbs-channels","canonicalUrl":"https://www.theverge.com/2021/4/30/22412295/hulu-live-tv-service-nickelodeon-comedy-central-mtv-viacomcbs-channels","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf6c64c82f8923066ee2aa7c566783f4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAxEEITFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/AM8Y08QxSyTGa95upC9wIvmga14pDV8tERGZX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YPFrSN1HY","title":"Roku removes YouTube TV from channel store as dispute with Google escalates","shortId":"YPFrSN1HY","createdAt":"2021-04-30T13:04:23.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":26996710,"tagsStr":"google,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T13:00:30.000Z","url":"https://www.theverge.com/2021/4/30/22411711/roku-removes-youtube-tv-channel-store","canonicalUrl":"https://www.theverge.com/2021/4/30/22411711/roku-removes-youtube-tv-channel-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/513ce2aa2b835be5c92d6f41f0ad0373","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRABAAEEAAcBAAAAAAAAAAAAAQIAAwQFBgcTMTNRwtH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAQEBAQEAAAAAAAAAAAAAAAECAANB/9oADAMBAAIRAxEAPwDBcv8AaX8nV51u8QnDChGYJ5ITUbcvZ+1ZeFtOqmGA9jqTfqlKJ0plE1LgFiV47//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RZoiO95Pb","title":"Notepad++: HTML-Hyperlinks aus Auswahl erstellen – jetzt einfach","shortId":"RZoiO95Pb","createdAt":"2021-04-30T17:07:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996707,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:58:12.000Z","url":"https://www.tutonaut.de/notepad-html-hyperlinks-aus-auswahl-erstellen-jetzt-einfach/","canonicalUrl":"https://www.tutonaut.de/notepad-html-hyperlinks-aus-auswahl-erstellen-jetzt-einfach/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be08de8f7486622b1663a02b67dec7d3","ratio":1.75092024539877,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABBBEhAxIxYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMTnncvWpqbe+PVEZ0ZNznpEQwz/2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":8,"description":null,"toc":null,"summary":null},{"id":"81EIKrKQ7","title":"Smiling Fish","shortId":"81EIKrKQ7","createdAt":"2021-04-30T17:05:06.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26996705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/118494711/Smiling-Fish","canonicalUrl":"https://www.behance.net/gallery/118494711/Smiling-Fish","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/59b7d31921d0b134aa83b005266c6f8b","ratio":1.4098690835851,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAURIRIUIv/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDABEx/9oADAMBAAIRAxEAPwCbzGYkxGa9Gextmx5UfXjtyNd6O1SwCxeCN1aQKyggFRwapSnTRpsQp0WslvJXb3m//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0yFnmRefx","title":"Why you should add Wireframing to your design process","shortId":"0yFnmRefx","createdAt":"2021-04-30T12:48:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":1,"score":26996682,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T10:52:58.000Z","url":"https://marvelapp.com/blog/why-you-should-add-wireframing-to-your-design-process/","canonicalUrl":"https://marvelapp.com/blog/why-you-should-add-wireframing-to-your-design-process/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c0a4a49d20daf5d3151ae57e72996cb","ratio":1.53178758414361,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwQFESEGEhNBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAIBAwUAAAAAAAAAAAAAAAECAANBUQQTMWHw/9oADAMBAAIRAxEAPwDX71dbfTRSRTMn79U5jAadxjd1DYIdnR9qIObNIBBeAfD9kfcayiKVuNULFjwzC4v17EfT06FVOQJ//9k=","siteTwitter":"@marvelapp","creatorTwitter":"@marvelapp","readTime":null,"description":null,"toc":null,"summary":null},{"id":"u1cNPpmRO","title":"AI model predicts progression, mortality in COVID-19 patients","shortId":"u1cNPpmRO","createdAt":"2021-04-30T16:10:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996650,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132267&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132267","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ea7f7c8687ddf326ec881985d7e7a49","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEhBAUHMSJBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCbw9s8Gp4vhmdgztMbmkWBU77dXRJAAs+vmFmh583VgX0iIP/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"vA3bHfkca","title":"The colorful M1 iMac, Mini LED iPad Pro, and refreshed Apple TV 4K are available to preorder now","shortId":"vA3bHfkca","createdAt":"2021-04-30T12:32:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26996672,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:30:08.000Z","url":"https://www.theverge.com/2021/4/30/22409463/apple-m1-imac-ipad-pro-apple-tv-4k-preorders-price-release-date","canonicalUrl":"https://www.theverge.com/2021/4/30/22409463/apple-m1-imac-ipad-pro-apple-tv-4k-preorders-price-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a68eefacf7e81719275649e093ed5a63","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgABAwQRITEFEv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ANGehTntUZq4XJICPLNKGfoe82qK9OYIIxK3IZCLM5O23fHURJg//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4acvzLpHL","title":"Esaote grows profit on flat revenue 2020","shortId":"4acvzLpHL","createdAt":"2021-04-30T16:29:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996669,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:14:17.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132269&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132269","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed2c7708479af0ed1ae186073745f1a5","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQH/8QAJhAAAgIBAgMJAAAAAAAAAAAAAQIDEQAEEhQiYQUTISMxMkJRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQISAxMx/9oADAMBAAIRAxEAPwDROz9ZDxcsLLMyElUYxhDBRosD6kC6usSSxI1w6yQ2efah3dfEjJtAzPNAXJY8UqWTfLV1+dMPUSyd/J5j+4/I/eC1sVuD2eObij//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"S6jIQr9AB","title":"Platonic Relationships, Celebrity News, and Political Bootlicking","shortId":"S6jIQr9AB","createdAt":"2021-04-30T12:24:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":2,"score":26996665,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:19:17.000Z","url":"https://www.theringer.com/2021/4/30/22411704/platonic-relationships-celebrity-news-and-political-bootlicking","canonicalUrl":"https://www.theringer.com/2021/4/30/22411704/platonic-relationships-celebrity-news-and-political-bootlicking","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca0046d1c19deda5da4f819b6ecd180c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhABAAICAQUAAAAAAAAAAAAAAQACAwQxBSFBYcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMREkHB/9oADAMBAAIRAxEAPwDPtnNa+nr4y1wW7yc1FPHqT16rsNRDGCdhF+xEqksat31PfBB3oCFzP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"R_LLa8P2U","title":"10 percent of you will be Goblinized today","shortId":"R_LLa8P2U","createdAt":"2021-04-30T16:25:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:19:26.000Z","url":"https://www.theverge.com/2021/4/30/22411989/shadowrun-goblinization-april-30-2021-ork-troll-metahumanity","canonicalUrl":"https://www.theverge.com/2021/4/30/22411989/shadowrun-goblinization-april-30-2021-ork-troll-metahumanity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1392bb0912ec18137c24d85493bbbba3","ratio":1.90946502057613,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESExFDJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESL/2gAMAwEAAhEDEQA/AMnzmXTxomksLaSBlEsELA6iVU9Ce22COeOhUhFrPEkzY6yBkUOQEbQ3z9pSiXalcQ5K1oLD0Nn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"H8OnKQYAO","title":"Telecom groups sue New York over low-income broadband law","shortId":"H8OnKQYAO","createdAt":"2021-04-30T16:21:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996661,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:13:57.000Z","url":"https://www.theverge.com/2021/4/30/22412177/telecom-law-att-verizon-broadband-internet-new-york-state-low-income-plans","canonicalUrl":"https://www.theverge.com/2021/4/30/22412177/telecom-law-att-verizon-broadband-internet-new-york-state-low-income-plans","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e54cb27bd5d0963efb34d4e61a44c7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBAwQREiFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMy2tVVhtqSs2eNPhMrPdYABWu3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UOe-VXkkz","title":"‘Deepfake’ that supposedly fooled European politicians was just a look-alike, say pranksters","shortId":"UOe-VXkkz","createdAt":"2021-04-30T16:14:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996654,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:10:57.000Z","url":"https://www.theverge.com/2021/4/30/22407264/deepfake-european-polticians-leonid-volkov-vovan-lexus","canonicalUrl":"https://www.theverge.com/2021/4/30/22407264/deepfake-european-polticians-leonid-volkov-vovan-lexus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a5bf64003bce3929ca149d1856af864","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAEAAAUEAwAAAAAAAAAAAAABAAIDBBEFEhOxMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQABAwUBAAAAAAAAAAAAAAABAAMEETNiccHR/9oADAMBAAIRAxEAPwCb0pkNJtpOMxVpenxRHPZ9iIuE56mJQNz3CEWccUcdOXAhJlprXi//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"NyFL51j8y","title":"Code Maze Weekly #75","shortId":"NyFL51j8y","createdAt":"2021-04-30T10:53:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"codemaze","views":18,"score":26996653,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:57:14.000Z","url":"https://code-maze.com/code-maze-weekly-75/","canonicalUrl":"https://code-maze.com/code-maze-weekly-75/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ec3624af3aacc98d81cbdd6849d4bac","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-HWXDlwOd","title":"The Left Hand of Darkness Is a Sci-Fi Classic","shortId":"-HWXDlwOd","createdAt":"2021-04-30T16:06:56.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:32:11.000Z","url":"https://www.wired.com/2021/04/geeks-guide-left-hand-of-darkness/","canonicalUrl":"https://www.wired.com/2021/04/geeks-guide-left-hand-of-darkness/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d32ea1a320f9775cd9974478de3af6e1","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDBAAFERIGIUETMf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCRr4YHNuTWSS07KZkrIee+5S4vZOE+EDXbwfgArJLlf5jFxlModdKG3VoGV94BI76pSg//2Q==","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YRyZSbejY","title":"Details of stunning Maya acropolises and sophisticated civilization revealed by laser scans","shortId":"YRyZSbejY","createdAt":"2021-04-30T11:13:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":2,"score":26996594,"tagsStr":"tech-news,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:00:11.000Z","url":"https://www.livescience.com/lidar-maya-yucatan.html","canonicalUrl":"https://www.livescience.com/lidar-maya-yucatan.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b3e04130838ea165cebe775ac32eb95","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFBhESISJBQv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIREv/aAAwDAQACEQMRAD8AwNpTlAdt0Sc7LTiiBo4pCG+2fefRk4ic/RbaLzhbcqaUbHUFtBIGePqEIH0lnGIwQn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"eltinZ11t","title":"How ‘Crash’ Propelled Dave Matthews Band From Under the Table to the Stratosphere","shortId":"eltinZ11t","createdAt":"2021-04-30T15:13:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996593,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T15:08:20.000Z","url":"https://www.theringer.com/music/2021/4/30/22411715/crash-dave-matthews-anniversary","canonicalUrl":"https://www.theringer.com/music/2021/4/30/22411715/crash-dave-matthews-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e858fc522d97e51352c21a1796752f0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAwADAAAAAAAAAAAAAQIDBAARBRIxITJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB8RAAEDBAMBAAAAAAAAAAAAAAECAwQABRFBEiFRwf/aAAwDAQACEQMRAD8A0E3ILx/D2pIK6NNJSjnZ3Yt9311APgH57oZFUQWakM8lm+HlRXYLOoGyNnQ6fAxjEkrUHV4O/gpWJZoUi3srdbyeKe8nYJO/a//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Uiz_HoTzGi","title":"Google is cracking down on scammy Play Store app listings","shortId":"Uiz_HoTzGi","createdAt":"2021-04-30T10:50:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26996570,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:44:08.000Z","url":"https://www.theverge.com/2021/4/30/22411560/google-play-store-listings-scammy-emoji-deals-misleading-assets-guidelines-policy","canonicalUrl":"https://www.theverge.com/2021/4/30/22411560/google-play-store-listings-scammy-emoji-deals-misleading-assets-guidelines-policy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea23b3134efcb2f4a1eeef8d4a47f296","ratio":1.91169451073986,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIDEQAEEiEiMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0oIWjeZJdRLMsjmQB66Ai9ooeCvvPOXJ2RT5YvGMD//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ibyjRPeGs","title":"Next week’s Fortnite trial could upend Apple’s App Store model — even if Epic loses","shortId":"ibyjRPeGs","createdAt":"2021-04-30T14:16:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996536,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:06:55.000Z","url":"https://www.theverge.com/2021/4/30/22403862/apple-epic-games-fortnite-app-store-antitrust-trial-kickoff","canonicalUrl":"https://www.theverge.com/2021/4/30/22403862/apple-epic-games-fortnite-app-store-antitrust-trial-kickoff","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xPwLSrEtg","title":"You can save up to $147 on a preorder for the latest M1 iPad Pro or iMac","shortId":"xPwLSrEtg","createdAt":"2021-04-30T14:16:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996536,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:11:24.000Z","url":"https://www.theverge.com/good-deals/2021/4/30/22411755/apple-imac-ipad-pro-m1-preorder-discount-amazon-echo-show-5-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/4/30/22411755/apple-imac-ipad-pro-m1-preorder-discount-amazon-echo-show-5-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48e7428ff170c8f618af1a760ba51fcd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEBQYSExQhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEQMEIlGy/9oADAMBAAIRAxEAPwDJcLadrYYoyrXlPmCxfe6zw/WJAM/YBNUn5ttUdlRgFUwBJPqlKDGIKo3JirA03kL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"wAiE2Gt6z","title":"Learn Docker by Building a Node / Express App","shortId":"wAiE2Gt6z","createdAt":"2021-04-29T20:12:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":825,"score":26996529,"tagsStr":"career,nodejs,open-source,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-04-30T07:30:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:05:04.000Z","url":"https://www.freecodecamp.org/news/learn-docker-by-building-a-node-express-app/","canonicalUrl":"https://www.freecodecamp.org/news/learn-docker-by-building-a-node-express-app/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ec84c83c27e48952b28d2397bdd8db4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwQCAgMAAAAAAAAAAAABAgMEABESIQUGBzETFCP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAIBAwQRIf/aAAwDAQACEQMRAD8AlPHs7qLE+artHEypuMUCOWQj81AHPRI9jGyvY3qp2RzEIvufU6rwqI2R+JLj0lSkovoEhwAm1tgClKcw0idhtztw/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JWVLbWTzP","title":"A Wildlife Photographer Critiqued Our New Pokémon Snap Photos","shortId":"JWVLbWTzP","createdAt":"2021-04-30T14:02:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996522,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:00:00.000Z","url":"https://www.wired.com/story/wildlife-photographer-review-new-pokemon-snap-photos/","canonicalUrl":"https://www.wired.com/story/wildlife-photographer-review-new-pokemon-snap-photos/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae14632427ae9f4958dffed67faeb8ac","ratio":1.91150442477876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxEhBBIFQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRIf/aAAwDAQACEQMRAD8AwLgWVr4i1jSrNjrk+u2tfZFsADsANAmIk2NSyQ78TU//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"1guxGCpJe","title":"KDE Connect verbindet Telefon und PC, auch ohne KDE","shortId":"1guxGCpJe","createdAt":"2021-04-30T13:57:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996517,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.onli-blogging.de/2027/KDE-Connect-verbindet-Telefon-und-PC,-auch-ohne-KDE.html","canonicalUrl":"https://www.onli-blogging.de/2027/KDE-Connect-verbindet-Telefon-und-PC,-auch-ohne-KDE.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3bd9eb63628a5c17b710306bd76c608d","ratio":1.8018018018018,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAAQEBwEAAAAAAAAAAAAAAAECBAMFERQSISIxNEGT0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEf/aAAwDAQACEQMRAD8Az6WTFtDaouEO4ytRrO4UWOu3eVBFN9GI+Y89D+gAqTmKpQN//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yayQJKYuP","title":"Upnread - CMS to build custom blogs and integrate it on your React app","shortId":"yayQJKYuP","createdAt":"2021-04-30T09:07:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":6,"score":26996490,"tagsStr":"cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:02:19.000Z","url":"https://upnread.com","canonicalUrl":"https://upnread.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebb50b74858fe4573aff85ffb8ceca96","ratio":2.20183486238532,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRABAAICAgMAAAAAAAAAAAAAAQIRAAMEYRIhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDR3LgS2Gontg7pEmcJ0nijXsSmqely634p0Yxgf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0WoTwxwVt","title":"Stellar Skingrip","shortId":"0WoTwxwVt","createdAt":"2021-04-30T13:08:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26996468,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/115897953/Stellar-Skingrip","canonicalUrl":"https://www.behance.net/gallery/115897953/Stellar-Skingrip","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/273e13115897953.6059ebe4d005b.gif","ratio":1.50537634408602,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDEQAEBRIHIQYiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBv/EABwRAAICAgMAAAAAAAAAAAAAAAEDBBEAAgYhof/aAAwDAQACEQMRAD8AkOT+PHfFMQ1kru6sLpm9ySdWmGFoLZLbhIGyj6kpnX4T1A6rC3tS6soTqgqMJmYH5SlT/GpLJUEMabNnzGwVt1n/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hhJ-laHvf","title":"'The Handmaid's Tale' Hits Hard in Covid-Era America","shortId":"hhJ-laHvf","createdAt":"2021-04-30T13:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:00:00.000Z","url":"https://www.wired.com/story/the-handmaids-tale-hits-hard-covid-era-america/","canonicalUrl":"https://www.wired.com/story/the-handmaids-tale-hits-hard-covid-era-america/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/110526d8cd87566bc9ee4f357f0d181f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEFMQQGEyGRsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDESEx/9oADAMBAAIRAxEAPwDEunJYxw2b7kLGTQ0zuVeL189KIcMCAXvbXpETw6wrdJYP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lah38gEE0","title":"Solar flare: why Tesla’s price hike has customers seeing spots","shortId":"lah38gEE0","createdAt":"2021-04-30T13:04:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T13:00:00.000Z","url":"https://www.theverge.com/2021/4/30/22410075/tesla-solar-roof-price-increase-customer-reactions","canonicalUrl":"https://www.theverge.com/2021/4/30/22410075/tesla-solar-roof-price-increase-customer-reactions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c29c8d666a22d1553bf4c4fa14ef431","ratio":1.90825688073395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBAAGESGBBRIjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGhEBAAMAAwAAAAAAAAAAAAAAAQACAxIhMf/aAAwDAQACEQMRAD8Am7WrtTT0bEtzztqzuxH0VN+j68dZkdhp5Z5JHsylnYsSWPJJ/cYyLLW1hF8h1eL1P//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"20z0g5Pjr","title":"Sustainable Web Design: 4 Easy Ways to Contribute to a Greener Planet","shortId":"20z0g5Pjr","createdAt":"2021-04-30T08:50:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":4,"score":26996462,"tagsStr":"webdev,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:15:38.000Z","url":"https://mediatemple.net/blog/design-creative/sustainable-web-design-4-easy-ways-to-contribute-to-a-greener-planet/","canonicalUrl":"https://mediatemple.net/blog/design-creative/sustainable-web-design-4-easy-ways-to-contribute-to-a-greener-planet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c98e395d9b3f8c93f7f997a6b7d405e","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBABAAEEAwAAAAAAAAAAAAAAAQACAxESITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A2abupSaW3HqdyHlWIjpev//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rSsfYtHvz","title":"Lakeith Stanfield’s Mystical ‘Yasuke’ Revisits Black History in Feudal Japan","shortId":"rSsfYtHvz","createdAt":"2021-04-30T12:55:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996455,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:47:56.000Z","url":"https://www.theringer.com/tv/2021/4/30/22410816/yasuke-netflix-anime-review-lakeith-stanfield","canonicalUrl":"https://www.theringer.com/tv/2021/4/30/22410816/yasuke-netflix-anime-review-lakeith-stanfield","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4854c7e7b3a36557a6062f45b3f091e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBQARIQQGEgcTFDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQb/xAAbEQEAAgIDAAAAAAAAAAAAAAABAgMABBEhMf/aAAwDAQACEQMRAD8AzO5N2y7knJRWpfSpguXc7YKOQAFkgXNhbH33U2eo07pmW2NOiPQw0kIbT45PFIwBflnFKU6tUCkAyk14RupGw57fc//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Y8ojMQW_w","title":"'Untouched' Bronze Age tomb containing human remains and a mysterious stone found in Ireland","shortId":"Y8ojMQW_w","createdAt":"2021-04-30T12:27:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996427,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:13:58.000Z","url":"https://www.livescience.com/ancient-chamber-tomb-untouched-in-ireland.html","canonicalUrl":"https://www.livescience.com/ancient-chamber-tomb-untouched-in-ireland.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5cdc97a4089a392b807cecce2f85498","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAABAwMFAQAAAAAAAAAAAAABAgMRAAQSBRMhIjGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAwDAQACEQMRAD8AsGkWrTRW2u4Qy4subSF4pRl6BHoBBj5Vp0O1YJZxCtvpMJ5jifKUoTZkv//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"doeo_ZS-Q","title":"The Winners and Losers of the 2021 NFL Draft’s First Round","shortId":"doeo_ZS-Q","createdAt":"2021-04-30T12:24:58.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996424,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:15:29.000Z","url":"https://www.theringer.com/2021/4/30/22411422/winners-and-losers-2021-nfl-draft-first-round","canonicalUrl":"https://www.theringer.com/2021/4/30/22411422/winners-and-losers-2021-nfl-draft-first-round","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b459812b8286e74e12196467b3c58c4f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMCBAAFESExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAEERIh8f/aAAwDAQACEQMRAD8AxNBdZfv3NexjlwY1YE1s4YgtECOEEHwR85l76zVvWK8ZyMUsksHvsA8xjDlpAgBXngiek7M7bHM//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"_MboNBB6d","title":"Seven Lions, Wooli, and Amidy keep Ophelia Records’ 2021 file faultless with ‘Shadows’","shortId":"_MboNBB6d","createdAt":"2021-04-30T12:18:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996418,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:13:30.000Z","url":"https://dancingastronaut.com/2021/04/seven-lions-wooli-and-amidy-keep-ophelia-records-2021-file-faultless-with-shadows/","canonicalUrl":"https://dancingastronaut.com/2021/04/seven-lions-wooli-and-amidy-keep-ophelia-records-2021-file-faultless-with-shadows/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/277bd9e802aeef84ec11dfd17e29552b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFBhITITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDEQUUITGh/9oADAMBAAIRAxEAPwCLL1E/Xt+V3kMtMRuMXnXupUO36kC79AjETRbSTFZfTy6SlLqErCS0qxYuvuMZTKjXjjdH2bvxONJnfIHngVS//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"en3GGjak5","title":"We Have to Blow Up the Oscars and Start Again","shortId":"en3GGjak5","createdAt":"2021-04-30T12:17:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:11:29.000Z","url":"https://www.theringer.com/2021/4/30/22411689/we-have-to-blow-up-the-oscars-start-again","canonicalUrl":"https://www.theringer.com/2021/4/30/22411689/we-have-to-blow-up-the-oscars-start-again","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04f54fb861eba9058c54e60df56ffb5e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQGESEFB0SU4v/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADESEx/9oADAMBAAIRAxEAPwCLGev3i9q2yGFLeJIrC7Y2qIRsJLDEED72qnhiAOSKycZPPryfY+aUo2rXmIgYnc//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"GZgJ_S6m1","title":"Coinbase now lets you buy cryptocurrency with your PayPal account","shortId":"GZgJ_S6m1","createdAt":"2021-04-30T08:15:08.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26996415,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:09:34.000Z","url":"https://www.theverge.com/2021/4/30/22411545/coinbase-paypal-support-cryptocurrency-trading","canonicalUrl":"https://www.theverge.com/2021/4/30/22411545/coinbase-paypal-support-cryptocurrency-trading","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5722a7cf49c97ef22fc43db8456cfb8d","ratio":1.90883190883191,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIDAAEFAAAAAAAAAAAAAQMCBAAFEQYHEhMiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQIDAAQxIf/aAAwDAQACEQMRAD8A36no6WmoT1utStVFEFRKSuMg3p5Iz6PsTkC16NeKPstaEWF/JMy9i2kRj094B+DGMsq39mmTKuxF773Bnr1TAlEQz//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7nl43Z3Le","title":"Gianni Lee, Andrea Valle – Gas (Roska Remix)","shortId":"7nl43Z3Le","createdAt":"2021-04-30T12:11:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996411,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:10:57.000Z","url":"https://dancingastronaut.com/2021/04/gianni-lee-andrea-valle-gas-roska-remix/","canonicalUrl":"https://dancingastronaut.com/2021/04/gianni-lee-andrea-valle-gas-roska-remix/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ef4bda53bc7d50afd527cc50688d20e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQEE/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQIRAAMEBTESIhMUITJBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABwRAQACAQUAAAAAAAAAAAAAAAEAAgMEERIhkf/aAAwDAQACEQMRAD8AYs9XxKietYG9R0tlmGIO5oDomh2+Gw0a7IAKyew7SsD0GxEEtADBCW+QuMRQZZ1+Utws17Tf1n//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"TCQ_krMBjy","title":"Google's Grand Plan to Eradicate Cookies Is Crumbling","shortId":"TCQ_krMBjy","createdAt":"2021-04-30T12:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996403,"tagsStr":"google,data-privacy,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:00:00.000Z","url":"https://www.wired.co.uk/article/google-floc-trial","canonicalUrl":"https://www.wired.co.uk/article/google-floc-trial","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/195043b7da22bb40a27700bb5a5d56c9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQcSITETIqL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMhQf/aAAwDAQACEQMRAD8An6fX2orZpI/HHHEHNBblxy4g+w5466WNvEe671ziTkzvP0URRVLrB8xMhsaDrn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fAiL-eFoY","title":"The Race to Save St. Mark’s Basilica From Salty Floodwaters","shortId":"fAiL-eFoY","createdAt":"2021-04-30T12:03:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996403,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:00:00.000Z","url":"https://www.wired.com/story/the-race-to-save-st-marks-basilica-from-salty-floodwaters/","canonicalUrl":"https://www.wired.com/story/the-race-to-save-st-marks-basilica-from-salty-floodwaters/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"vcBmTMfku","title":"Adam Savage's Apron Is Tailor-Made for Your Toughest Projects","shortId":"vcBmTMfku","createdAt":"2021-04-30T12:03:51.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996403,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:00:00.000Z","url":"https://www.wired.com/review/savage-industries-apron/","canonicalUrl":"https://www.wired.com/review/savage-industries-apron/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32d9c83fadd2e055df710c9250ea9792","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBABAAIBBQAAAAAAAAAAAAAAAQACBBETITFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDETFxwf/aAAwDAQACEQMRAD8AyeSO5jtbIl+fTTqXiIbdgK0wCnyb4F//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"kSGnYoXF_","title":"Dancing Astronaut presents Supernovas 004: HALIENE","shortId":"kSGnYoXF_","createdAt":"2021-04-30T12:01:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996401,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:52:00.000Z","url":"https://dancingastronaut.com/2021/04/dancing-astronaut-presents-supernovas-004-haliene/","canonicalUrl":"https://dancingastronaut.com/2021/04/dancing-astronaut-presents-supernovas-004-haliene/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e25bce609ec5025c534fe6fd26f2dcd1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAgABBBEDBRMhMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQADAAAAAAAAAAAAAAAAAAABMUH/2gAMAwEAAhEDEQA/AMF0/JEaDMDNiM5RiOwQ1Quz298+t9UL3fSIlNDr/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Xu5omDghl","title":"Discrete, Ouse, Dyland Fuentes, Kiesza – Drown In Me","shortId":"Xu5omDghl","createdAt":"2021-04-30T12:01:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996401,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:54:05.000Z","url":"https://dancingastronaut.com/2021/04/discrete-ouse-dyland-fuentes-kiesza-drown-in-me/","canonicalUrl":"https://dancingastronaut.com/2021/04/discrete-ouse-dyland-fuentes-kiesza-drown-in-me/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9fbd4d6f4cc9322e70fbab2b70fc931","ratio":1.34874759152216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEUEGEiJicf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhEAAQIHAQAAAAAAAAAAAAAAAQARAgMEBRIUITH/2gAMAwEAAhEDEQA/ANvKYHLQWeGjsLWG4ZBC147siajfxLa55OhyBUmR6M7MhcoXiJWVgSPp9aUqa1pcRc+ppu1S2IPF/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Edc1-zDR3","title":"Mysterious 7,000-year-old stone structures may be part of prehistoric cattle cult","shortId":"Edc1-zDR3","createdAt":"2021-04-30T11:53:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996393,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:42:42.000Z","url":"https://www.livescience.com/stone-structures-in-arabia-prehistoric-cattle-cult.html","canonicalUrl":"https://www.livescience.com/stone-structures-in-arabia-prehistoric-cattle-cult.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1021fbc8d34a2da02de62e010440a279","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAURBjEiQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgBRAf/aAAwDAQACEQMRAD8Au5HmWSuS0FrILZToKwQE7+9VMbn8cTGObGPJKni7i6cBiOzr1SlDC7s5g5f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Ot_bAaPkl","title":"Nick Elliott – Through This Night (ft. Nate Miller)","shortId":"Ot_bAaPkl","createdAt":"2021-04-30T11:52:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996392,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:46:52.000Z","url":"https://dancingastronaut.com/2021/04/nick-elliott-through-this-night-ft-nate-miller/","canonicalUrl":"https://dancingastronaut.com/2021/04/nick-elliott-through-this-night-ft-nate-miller/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/413eb4d8879cab3f11ea4be5c64dca15","ratio":1.0531914893617,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQI/8QAJRAAAQMDAwMFAAAAAAAAAAAAAQIDBAAFEQYHIRJBshM1N3N0/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwCnXW50aw62Yt6YkpxULqS6kSfTbcBRkkpxgnkYz3HakyK/FlRWZDbzYQ6gOJBPOCM1lTe75Xn/AGI8U0p2D2K2/mb8RUvJHb//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ocHo5VLCo","title":"Google’s answer to the problems of open plan offices? Inflatable walls","shortId":"ocHo5VLCo","createdAt":"2021-04-30T11:50:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996390,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:41:00.000Z","url":"https://www.theverge.com/tldr/2021/4/30/22411593/google-post-pandemic-office-plans-inflatable-robot-walls","canonicalUrl":"https://www.theverge.com/tldr/2021/4/30/22411593/google-post-pandemic-office-plans-inflatable-robot-walls","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/977f06d5064f6b1253046aef359d7542","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQACAwQFBhExQZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AITBcFZX4DHdhc6iB7o3kRxxM17062fqxIcREQv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dqfG7o8pC","title":"Two Fake Blondes are “Good 4 U”","shortId":"dqfG7o8pC","createdAt":"2021-04-30T11:31:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996371,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:28:41.000Z","url":"https://dancingastronaut.com/2021/04/two-fake-blondes-are-good-4-u/","canonicalUrl":"https://dancingastronaut.com/2021/04/two-fake-blondes-are-good-4-u/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/442372e71aa2dd031a6c2049a1d72a38","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAgEAACAQQCAwEAAAAAAAAAAAABAgMABAUGESISITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/AIbqWTsLfWslHfYiK5dIiYmERJlfnr5n5wpPJ/aDn2aR4maVNUv0SR1QyEFQxAPSjdBzisrt/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Au6Cnmo8t","title":"Round 1 NFL Draft Reaction: Did the Jets and Giants Both Get It Right?","shortId":"Au6Cnmo8t","createdAt":"2021-04-30T11:18:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996358,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:12:27.000Z","url":"https://www.theringer.com/2021/4/30/22411645/round-1-nfl-draft-reaction-did-the-jets-giants-both-get-it-right","canonicalUrl":"https://www.theringer.com/2021/4/30/22411645/round-1-nfl-draft-reaction-did-the-jets-giants-both-get-it-right","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aac26c674fa654ed75d1f4c47134d11e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQQCAQUBAAAAAAAAAAAAAQIDBAUAESEGEkFRcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8Ayez6zk28CpYTCiRINYtSmI7IPbtWtlWzyeAP33lvWaXHnFmGwCpRVoAeT8xjCLTqjpf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"FGl0E3XZR","title":"A Wild NFL Draft, Rodgers Drama, and a Big Mac Fest With Warren Sharp, Kevin Hench, and Bill’s Dad","shortId":"FGl0E3XZR","createdAt":"2021-04-30T11:18:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996358,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:07:48.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/4/30/22411642/wild-nfl-draft-rodgers-drama-big-mac-fest-with-warren-sharp-kevin-hench-bills-dad","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/4/30/22411642/wild-nfl-draft-rodgers-drama-big-mac-fest-with-warren-sharp-kevin-hench-bills-dad","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/02c8bebf98a170cbbe81eda32bbe1aab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQRIQcSMWFxgcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABIf/aAAwDAQACEQMRAD8AwNtHHLp6KljWxyx1R3OAzJZp5Pvx1lSZdYkfURW4P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cFGKPUjdD","title":"Reacting to the First Round of the NFL Draft and the Aaron Rodgers News","shortId":"cFGKPUjdD","createdAt":"2021-04-30T11:18:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996358,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:01:01.000Z","url":"https://www.theringer.com/2021/4/30/22411636/reacting-to-first-round-of-nfl-draft-aaron-rodgers-news","canonicalUrl":"https://www.theringer.com/2021/4/30/22411636/reacting-to-first-round-of-nfl-draft-aaron-rodgers-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/989e3fecb890bc0d8ab1d42edc32c7d0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFERIGITFxov/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAwEAAwAAAAAAAAAAAAAAAQIDAAQREv/aAAwDAQACEQMRAD8Ax7i92eioXtKy9pEwZdtsMw8FfR2PUXPPbgpIFPIAHWAzgD6hCHOroT5PWjfjysoFFB3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QngghRakQ","title":"Dark matter could be destroying itself inside the bellies of exoplanets","shortId":"QngghRakQ","createdAt":"2021-04-30T11:13:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996353,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:03:13.000Z","url":"https://www.livescience.com/dark-matter-destroying-itself-inside-exoplanets.html","canonicalUrl":"https://www.livescience.com/dark-matter-destroying-itself-inside-exoplanets.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09e79abee81f2648a29c7cb78eb90884","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFEQYhQRITFyJR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABIRH/2gAMAwEAAhEDEQA/AMk03dYK4Ot97eJKaRmIndO8R+55BVjxqX+0VZTGN27T3gMjhEStgdKn/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ArtIEJE8g","title":"How User Data Privacy and Antitrust Law Got All Tangled Up","shortId":"ArtIEJE8g","createdAt":"2021-04-30T11:05:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996345,"tagsStr":"google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-502/","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-502/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3d4f8bbea840b3e25a0c452de6e3eae","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEFEgQGIf/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBEAAgAHAAAAAAAAAAAAAAAAAAECAwQRMnLB/9oADAMBAAIRAxEAPwDf5STlR9hxxgmYyI0yRjo9tgXe0bFFXURSOqwl69Y0Tukf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9SrSra7kgU","title":"How One Naughty Bird Cheats With Fancy Feather Structures","shortId":"9SrSra7kgU","createdAt":"2021-04-30T11:05:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.wired.com/story/how-one-naughty-bird-cheats-with-fancy-feather-structures/","canonicalUrl":"https://www.wired.com/story/how-one-naughty-bird-cheats-with-fancy-feather-structures/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b843aa9988d3464599a122fde90dae4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQFEiExQQYRE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AN3B+F2+EuPnirg2tmkTKYo1bVM3AeVix1EA7bAD8q5ozIxedLeWZj7eQxbs3Z57NKVHi1nrjmmpF3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"2TyS_oSGY","title":"New York Returns Its Police ‘Robodog’ After a Public Outcry","shortId":"2TyS_oSGY","createdAt":"2021-04-30T11:05:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.wired.com/story/new-york-returns-police-robodog-after-public-outcry/","canonicalUrl":"https://www.wired.com/story/new-york-returns-police-robodog-after-public-outcry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10e1a92af617b99ba25c93f0647cad30","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEABESAwUGIjFBUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AM449sO2yIyaUlZTlwFyWRjibdwLW8Cp+RxuCkjVUNIsGIHWPfylKKbEeH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"p_cHCxeDX","title":"Black Pain Will Never Stop Trending","shortId":"p_cHCxeDX","createdAt":"2021-04-30T11:05:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.wired.com/story/black-pain-two-distant-strangers-social-media/","canonicalUrl":"https://www.wired.com/story/black-pain-two-distant-strangers-social-media/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14fabc301e132e4c1fa9829f1c05d7e9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACBAMFBhEVMQcSISJRkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/AM7gm+6LiyZehFbWlCFyt7y0AZN99BkPCtVONNwNRx05u52kH4iIk09wVSXT/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"kKoW_qlzUf","title":"ACR launches dose registry for digital radiography","shortId":"kKoW_qlzUf","createdAt":"2021-04-30T07:09:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":26996343,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132262&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132262","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c0130ef9d45a7248fe50e4ff3216391","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMH/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDAAQFBhESISIxQRNRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwAGryYK7bFtJBZWmcunEKmPaNFQLxG3jiWPH9qeUjNrk7u3TBY4rFM6Amyj6gMR9UY1HNLJqvExySu0ccp4KzEhO/0PXgVuHwxN3NGhY9SSo3Jq1gFSO//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"P_fb3ajJl","title":"The Eternal Hymn of “Tha Crossroads”","shortId":"P_fb3ajJl","createdAt":"2021-04-30T10:33:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996313,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:30:00.000Z","url":"https://www.theringer.com/2021/4/30/22410278/bone-thugs-n-harmony-crossroads-eazy-e-anniversary","canonicalUrl":"https://www.theringer.com/2021/4/30/22410278/bone-thugs-n-harmony-crossroads-eazy-e-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f5e827b11260f6a5506350de0e865a9","ratio":1.90924657534247,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESExEhVR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMREjFR/9oADAMBAAIRAxEAPwDPyMfNiI7/ANVaIzG7kCqNaEQjVV385Jq7dYHGPczOMfZqGcnxEXA567pSlRU7afMSwjE9X//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LLM8NWzTx","title":"EU accuses Apple of App Store antitrust violations after Spotify complaint","shortId":"LLM8NWzTx","createdAt":"2021-04-30T10:28:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996308,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:22:25.000Z","url":"https://www.theverge.com/2021/4/30/22407376/apple-european-union-antitrust-charges-app-store-music-competition-commission-margrethe-vestager","canonicalUrl":"https://www.theverge.com/2021/4/30/22407376/apple-european-union-antitrust-charges-app-store-music-competition-commission-margrethe-vestager","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f961378b0b5d43f5fc76fec3015737c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUxEyFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABAcAAAAAAAAAAAAAAAAAAQIDBRESIlFS0f/aAAwDAQACEQMRAD8AzzJlsMq5GG5CZefkuI8UpalbxtVWdQDR26Nj56rL0OlKEjuhVk4xlfD7X3zLboRZOla5ZH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"kczjxC80f","title":"Step Aside, Jack Ryan, It’s Time for a New Tom Clancy Action Hero","shortId":"kczjxC80f","createdAt":"2021-04-30T10:26:29.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996306,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:15:00.000Z","url":"https://www.theringer.com/movies/2021/4/30/22410701/without-remorse-john-clark-michael-b-jordan","canonicalUrl":"https://www.theringer.com/movies/2021/4/30/22410701/without-remorse-john-clark-michael-b-jordan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2877c15fcb925d91a355224461a2b25d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIAAwUSBhEEByExMlGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgBBAxESIv/aAAwDAQACEQMRAD8AjX12qWfmRpZ0piogyR03xDbOVBHryM05uBJYkVEAJ7YHp9iJDzjhVK3FX2NNU//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"NmftdeDtO","title":"The Ringer Guide to Streaming in May","shortId":"NmftdeDtO","createdAt":"2021-04-30T10:09:33.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996289,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:00:00.000Z","url":"https://www.theringer.com/tv/2021/4/30/22410618/whats-streaming-on-netflix-in-may-hulu-amazon-prime-apple-disney-hbo-max","canonicalUrl":"https://www.theringer.com/tv/2021/4/30/22410618/whats-streaming-on-netflix-in-may-hulu-amazon-prime-apple-disney-hbo-max","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21589f3cf174096c347c2242e7e6df20","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQQBBQAAAAAAAAAAAAABAgMABBEhBRIiMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAABAwACERIi/9oADAMBAAIRAxEAPwCdxFjbclaXLywpHIqSKjJnQMj+ck5Pb9A2dbOYlvy12beIs6dRUZxGB6pSiYO8Spo1VUif/9k=","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"KcWSZ_uV4","title":"Sending Large Files","shortId":"KcWSZ_uV4","createdAt":"2021-04-29T18:21:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":473,"score":26996280,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-30T05:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:52:55.000Z","url":"https://css-tricks.com/sending-large-files/","canonicalUrl":"https://css-tricks.com/sending-large-files/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1fc774d46e9b0052dfa08b76f0bb374","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDBAARIVEFEhQxcYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQADERJR8P/aAAwDAQACEQMRAD8A2M9NisSpZllseRWLonZMyxtqfbIDoxGu37zlmukjV4iZdyoJ2PH3GMHtXU92IVhln//Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dMaCutNhN","title":"Jack Koplin, Noah Arin of NOKO channel melodic bliss with debut Origami Human single, ‘I Still Love You’","shortId":"dMaCutNhN","createdAt":"2021-04-30T10:00:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996280,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:00:00.000Z","url":"https://dancingastronaut.com/2021/04/jack-koplin-noah-arin-of-noko-channel-melodic-bliss-with-debut-origami-human-single-i-still-love-you/","canonicalUrl":"https://dancingastronaut.com/2021/04/jack-koplin-noah-arin-of-noko-channel-melodic-bliss-with-debut-origami-human-single-i-still-love-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/596fd2b6f28761e161ef7b62035ee354","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQYiMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIRIXH/2gAMAwEAAhEDEQA/AMXQpdvxyzBuLlqXNi16VzMRKO8aOsg5+mpaclicuuN+PVKUXQzdlRS1lDPJ/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"9bQc7JSEb","title":"ZHU shines on junior LP ‘DREAMLAND 2021’","shortId":"9bQc7JSEb","createdAt":"2021-04-30T10:00:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996280,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:00:00.000Z","url":"https://dancingastronaut.com/2021/04/zhu-shines-on-junior-lp-dreamland-2021/","canonicalUrl":"https://dancingastronaut.com/2021/04/zhu-shines-on-junior-lp-dreamland-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e90601c5ee1fe1ceb755347b2d3646b","ratio":1.50470219435737,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIhAAAQMDAwUAAAAAAAAAAAAAAwECBAAFBhESIQcUIjFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAEFAAAAAAAAAAAAAAAAAAABAgMRIf/aAAwDAQACEQMRAD8AhVsh2/GM1DDv42SwgkMHLVqLtGzcm5Wpwrl01rUpukeOHM8sWGLtyOVw+NPFeU9/KUpx6Fy0f//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"j3r-xEi7N","title":"KLOUD thrills with debut ‘1093’ EP single, ‘LOVE ME’ featuring Gabriel Paris","shortId":"j3r-xEi7N","createdAt":"2021-04-30T09:51:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996271,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:50:00.000Z","url":"https://dancingastronaut.com/2021/04/kloud-thrills-with-debut-1093-ep-single-love-me-featuring-gabriel-paris/","canonicalUrl":"https://dancingastronaut.com/2021/04/kloud-thrills-with-debut-1093-ep-single-love-me-featuring-gabriel-paris/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b5fa5e78bbf07102e28f71c10392807","ratio":1.04347826086957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUI/8QAIxAAAgECBAcAAAAAAAAAAAAAAQIDAAQUISJhERIyQUKhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhEAAgEDBQAAAAAAAAAAAAAAAQMCAAQRBRMhYeH/2gAMAwEAAhEDEQA/AM5X1zDi4FhlIRCQ+kgA8fdWRZxuAycpVswdqI3JJvJ8/NvtJbR3wsOpuhe+1AcvEI4NVmm3e49oZEHzjuv/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ydvD4WQ4U","title":"Find a ‘Remedy’ in new music from William Black, Annie Schindel","shortId":"ydvD4WQ4U","createdAt":"2021-04-30T09:45:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996265,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:45:00.000Z","url":"https://dancingastronaut.com/2021/04/find-a-remedy-in-new-music-from-william-black-annie-schindel/","canonicalUrl":"https://dancingastronaut.com/2021/04/find-a-remedy-in-new-music-from-william-black-annie-schindel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/013ff1e0b0dae8e7b831986881b0424f","ratio":0.863060989643268,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFBv/EACMQAAICAAUFAQEAAAAAAAAAAAEDAhEABAUGEhMUITFxUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAQADAAMAAAAAAAAAAAAAAAEAAgMRIVH/2gAMAwEAAhEDEQA/AMVs/cSdP2Nr2lOTB/eShILJIvifPrz/ADEVGhJchbe+hDnES49GR42PV1hMohl8styrE5S4EXYo3+/MEnL9RUJlzgZRBoToD5ijTRuB5CxpWir3zP/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"8XjpBCxQ8","title":"SIDEPIECE glide into deep house territory with latest, ‘Acrobatic’","shortId":"8XjpBCxQ8","createdAt":"2021-04-30T09:35:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996255,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:30:00.000Z","url":"https://dancingastronaut.com/2021/04/sidepiece-glides-into-more-deep-house-territory-with-latest-acrobatic/","canonicalUrl":"https://dancingastronaut.com/2021/04/sidepiece-glides-into-more-deep-house-territory-with-latest-acrobatic/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7360763cf263eeb72ccb6de127da9d2","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDEQAEBiEFEhMUIjFBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAAECAxEEBSH/2gAMAwEAAhEDEQA/AMttsltLVttPLoDjaWy1I1gzvjz6Efe9TuZHsxbilcFXUSdJFKUkmVIMs2EtVw//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Op3zmPWYt","title":"A brief history of Rust at Facebook","shortId":"Op3zmPWYt","createdAt":"2021-04-29T16:05:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"facebook_code","tweeted":true,"views":664,"score":26996234,"tagsStr":"tech-news,general-programming,c,rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-04-30T01:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T16:00:46.000Z","url":"https://engineering.fb.com/2021/04/29/developer-tools/rust/","canonicalUrl":"https://engineering.fb.com/2021/04/29/developer-tools/rust/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae822159f462b49bad4361897fdbcf13","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxABAAEEAQUAAAAAAAAAAAAAAQACAxEhEiIxQVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAAMBAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/ANR027wVcr2VqU6AweD57ljtvbERgbp//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"MZ-z8Sink","title":"POP-UP: Animated Letterings","shortId":"MZ-z8Sink","createdAt":"2021-04-30T09:08:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26996228,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/116883101/POP-UP-Animated-Letterings","canonicalUrl":"https://www.behance.net/gallery/116883101/POP-UP-Animated-Letterings","image":"https://mir-s3-cdn-cf.behance.net/project_modules/disp/c8037c116883101.606b571506bfb.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKZAB//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"d_MrybVHG","title":"Poll: Is Basecamp Right To Shutdown Politics At Work?","shortId":"d_MrybVHG","createdAt":"2021-04-30T09:07:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":26996227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:02:20.000Z","url":"https://www.webdesignerdepot.com/2021/04/poll-is-basecamp-right-to-shutdown-politics-at-work/","canonicalUrl":"https://www.webdesignerdepot.com/2021/04/poll-is-basecamp-right-to-shutdown-politics-at-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ef1425f8f4c6602a23568ef04cca411","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQIDAAQFERIhQQYHExYiMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAQABBQAAAAAAAAAAAAAAAAEAAgMRISL/2gAMAwEAAhEDEQA/ANZxJ3I2U1qWqYYLTHTcaS8s5oS5lkDYeVioa32+xLa5YSNQbROt1WqJRMgPJS49moBWtioi5OvveEIC10uZVXoEn//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"e4L_TViPk","title":"The Patriots Didn’t Need to Do Any Wheeling and Dealing to Get Mac Jones","shortId":"e4L_TViPk","createdAt":"2021-04-30T04:48:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":5,"score":26996225,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T04:36:43.000Z","url":"https://www.theringer.com/2021/4/30/22411175/san-francisco-49ers-nfl-draft-trey-lance-kyle-shanahan","canonicalUrl":"https://www.theringer.com/2021/4/30/22411175/san-francisco-49ers-nfl-draft-trey-lance-kyle-shanahan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8284354fab1f1e39903976ddff078eba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAwACERIEBTJBwf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAyEiMUH/2gAMAwEAAhEDEQA/AJfolJPRjlMVvS+FUpuQVknyBz8ko7latvUrqSLEZPuIjW2x1WpcmAEaX//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Hnr_Tbavu","title":"Up-and-comer HANNS taps LU for progressive lovers’ next fixation, ‘Up High’","shortId":"Hnr_Tbavu","createdAt":"2021-04-30T09:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996225,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:00:00.000Z","url":"https://dancingastronaut.com/2021/04/up-and-comer-hanns-taps-lu-for-progressive-lovers-next-fixation-up-high/","canonicalUrl":"https://dancingastronaut.com/2021/04/up-and-comer-hanns-taps-lu-for-progressive-lovers-next-fixation-up-high/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/133df0cd0efb29fea62341095a56f61d","ratio":1.49700598802395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACEQMEEwUSIzKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDETH/2gAMAwEAAhEDEQA/AM422q47I0Aw4nDkbuMPIBjyVMNYT1REcwlwovNdJbP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"iZXMnxXQT","title":"Malcolm Spellman on Creating ‘The Falcon and Winter Soldier.’ Plus, ‘Top Chef’ Episode 5.","shortId":"iZXMnxXQT","createdAt":"2021-04-30T04:31:06.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":3,"score":26996197,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T04:26:17.000Z","url":"https://www.theringer.com/2021/4/30/22410974/malcolm-spellman-creating-the-falcon-and-winter-soldier-plus-top-chef-episode-5","canonicalUrl":"https://www.theringer.com/2021/4/30/22410974/malcolm-spellman-creating-the-falcon-and-winter-soldier-plus-top-chef-episode-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c9fcb878d76eea0121be18787f858b9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAACAQIEBwAAAAAAAAAAAAABAgMABAUGETEHEhMhUYHh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAIDAAAAAAAAAAAAAAAAAAECAAMR/9oADAMBAAIRAxEAPwCZy8QcVxK4vBcRwc73qToy6r0wmyDQ7EKoPvzVKmzJI8zsYDqzE9pPlKUCytQcAilY5P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ox4ZxHW_5","title":"Freies Soundboard nun mit Broadcast-Funktionalität","shortId":"Ox4ZxHW_5","createdAt":"2021-04-30T08:06:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://seeseekey.net/archive/126581/","canonicalUrl":"https://seeseekey.net/archive/126581/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71cb31f1fa8e5b3653a1a623974db1c6","ratio":1.4990243902439,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBQRESIVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDfeG3bm5suG79AD0if/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"3e3UXtzbE","title":"React Table: The Headless Table Library for React","shortId":"3e3UXtzbE","createdAt":"2021-04-29T17:46:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":357,"score":26996132,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-29T22:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:45:48.000Z","url":"https://blog.bitsrc.io/react-table-the-headless-table-library-for-react-2eb8c6ac98f1","canonicalUrl":"https://blog.bitsrc.io/react-table-the-headless-table-library-for-react-2eb8c6ac98f1","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5760dbcf46fddf8744d50cc3c47d3bf7","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAEQQSExQhMUFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAWEQADAAAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AMUR8cAbmIXYHqeQy2PlSWoklEKKey6yaHq/MRGYDN0//9k=","siteTwitter":"@bitdev_","creatorTwitter":"@PiumiLiyana","readTime":7,"description":null,"toc":null,"summary":null},{"id":"MTn7GlFHV","title":"The Winners and Losers of the 2021 NFL Draft’s First Round","shortId":"MTn7GlFHV","createdAt":"2021-04-30T07:17:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996117,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:15:29.000Z","url":"https://www.theringer.com/2021/4/30/22411422/the-winners-and-losers-of-the-2021-nfl-drafts-first-round","canonicalUrl":"https://www.theringer.com/2021/4/30/22411422/the-winners-and-losers-of-the-2021-nfl-drafts-first-round","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b459812b8286e74e12196467b3c58c4f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMCBAAFESExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAEERIh8f/aAAwDAQACEQMRAD8AxNBdZfv3NexjlwY1YE1s4YgtECOEEHwR85l76zVvWK8ZyMUsksHvsA8xjDlpAgBXngiek7M7bHM//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"akLT6jBi1","title":"Telediagnostic ultrasound successful in Peru pilot study","shortId":"akLT6jBi1","createdAt":"2021-04-30T07:09:16.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996109,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132238&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132238","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c82f56c0fa7189eae74456a1aceb15df","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDBBEhAAYSBSIjcTFBgf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABIQACAxES/9oADAMBAAIRAxEAPwBZ0ffUdeIun0UfajZmOHk5E8RxH3YZPr8epKwRQ4HK2bvbOsS2t4txh4+xzRzOWXBLcGN/erlEzSUVO8jFnaNSzMbkkj5Ol5AOlCUJ03P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"RbpehhuHi","title":"People of color more likely to participate in cancer trials","shortId":"RbpehhuHi","createdAt":"2021-04-30T07:09:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996109,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132264&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132264","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b761bbc9a18b1d1c953cd652ec2021c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAiEAACAQQBBAMAAAAAAAAAAAABAgMABAUREgYVIWFRgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEFAQEAAAAAAAAAAAAAAAMAAQIRIQRB/9oADAMBAAIRAxEAPwCSxuXft13KkkomuiAqxuVCppQUA96IP1T5i8z1o2MtGjtsa8ZhQq0sT8yOI0W9/NEPRUMam0ZY0DLsghRsHg3n8FPVpLI1pCzSOWKKSSTs+KIx3e6reg0GGNmh4v/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"BodS64dRL","title":"Breast MRI proves useful for mastectomy staging","shortId":"BodS64dRL","createdAt":"2021-04-30T07:09:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996109,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132263&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132263","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfce952f5e627cedbde4bfc3d1e33768","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACIQAAEDAgYDAAAAAAAAAAAAAAECBBEAAwUGEhMUITFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AMZsssrqvYSsv1GxB56d9IVPrTPiTS75ll4PXAa4unji4rblUnTPU9fKgqKtH//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"YcRk3gBnU","title":"The NFL’s QB Cycle Is Spinning Faster Than Some Teams Can Keep Up","shortId":"YcRk3gBnU","createdAt":"2021-04-30T07:00:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996100,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T06:47:56.000Z","url":"https://www.theringer.com/2021/4/30/22411404/nfl-draft-first-round-franchise-quarterback-roulette","canonicalUrl":"https://www.theringer.com/2021/4/30/22411404/nfl-draft-first-round-franchise-quarterback-roulette","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14b145318806432a9b8c1e0630be7fc0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBBEAIQUGEhT/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EAB0RAAICAQUAAAAAAAAAAAAAAAEDAAIEBRIhMYH/2gAMAwEAAhEDEQA/ALPNclI7HIh/a8hkJdkeEkeTRAKSKvdnd5qe77y7Dq2kiOUtqKASjZrWMYxhoZUb6A+SdreU5DiFWNeT1P/Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"avdw51cYt","title":"QEMU 6.0 unterstützt mit AMD SEV-ES verschlüsselte Gäste","shortId":"avdw51cYt","createdAt":"2021-04-30T06:56:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996096,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T06:19:17.000Z","url":"https://linuxnews.de/2021/04/qemu-6-0-unterstuetzt-mit-amd-sev-es-verschluesselte-gaeste/","canonicalUrl":"https://linuxnews.de/2021/04/qemu-6-0-unterstuetzt-mit-amd-sev-es-verschluesselte-gaeste/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sN4veuQe5","title":"Goodbye Dependabot Preview, hello Dependabot!","shortId":"sN4veuQe5","createdAt":"2021-04-29T17:27:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"ghblog","views":232,"score":26996048,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":15,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:09:49.000Z","url":"https://github.blog/2021-04-29-goodbye-dependabot-preview-hello-dependabot/","canonicalUrl":"https://github.blog/2021-04-29-goodbye-dependabot-preview-hello-dependabot/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01c76115d8afc5ade261fdd6dea28755","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAhEEEhMhMlFhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFREBAQAAAAAAAAAAAAAAAAAAAQD/2gAMAwEAAhEDEQA/ANF301H0ZfkfQsI7GEY2npj75lytZJJXTJ9REpVgAv/Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"W2xilYFLR","title":"Why AWS Love Next.js","shortId":"W2xilYFLR","createdAt":"2021-04-29T17:44:58.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":233,"score":26996023,"tagsStr":"webdev,aws,backend,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:44:48.000Z","url":"https://blog.bitsrc.io/why-aws-love-next-js-1f7b6491857","canonicalUrl":"https://blog.bitsrc.io/why-aws-love-next-js-1f7b6491857","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e7b2d73d370f862919e875a7b4e35d1","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBABAAEDAwUAAAAAAAAAAAAAAQIAAyEEBTEGERYiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQEAAgEFAAAAAAAAAAAAAAABAgMABBIxUWH/2gAMAwEAAhEDEQA/ANVrr/e9NazO1KWG2sD1A7Y4DHypeebo5lHSsnlbIrSlJKaK0ViYSv1NsdoSeO/XP//Z","siteTwitter":"@bitdev_","creatorTwitter":"@dilanthaw111","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Sj7UIqDST","title":"Ken T Takusagawa: [accudfui] Pell equation notes","shortId":"Sj7UIqDST","createdAt":"2021-04-30T05:37:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"phaskell","views":0,"score":26996017,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:00:00.000Z","url":"http://kenta.blogspot.com/2021/04/accudfui-pell-equation-notes.html","canonicalUrl":"http://kenta.blogspot.com/2021/04/accudfui-pell-equation-notes.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sxVDQnBJT","title":"Apple adds a way to speed up searches on the App Store by suggesting words","shortId":"sxVDQnBJT","createdAt":"2021-04-30T01:08:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":6,"score":26996011,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T01:02:23.000Z","url":"https://www.theverge.com/2021/4/29/22410708/apple-app-store-search-suggestions","canonicalUrl":"https://www.theverge.com/2021/4/29/22410708/apple-app-store-search-suggestions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/716226b7f4ce17ee6547834bcb732449","ratio":1.9095652173913,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARMQUGFDI0Qf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDWqfS7FWC8ty3DZlrwpKHSokQ034APU87I53lZH2/RdFbxKA2AfkQ4xiH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"xNAJcjhUd","title":"Epic Games v. Apple: the fight for the future of the App Store","shortId":"xNAJcjhUd","createdAt":"2021-04-30T01:03:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26995995,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T01:00:00.000Z","url":"https://www.theverge.com/2021/4/29/22410877/epic-games-apple-app-store-antitrust-trial-lawsuit-news","canonicalUrl":"https://www.theverge.com/2021/4/29/22410877/epic-games-apple-app-store-antitrust-trial-lawsuit-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"89gzdoOf-","title":"Microsoft reveals how Halo Infinite will look on 32:9 super ultrawide monitors and other PC perks","shortId":"89gzdoOf-","createdAt":"2021-04-30T00:40:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":6,"score":26995983,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:35:30.000Z","url":"https://www.theverge.com/2021/4/29/22410863/microsoft-halo-infinite-pc-32-9-ultrawide-lan","canonicalUrl":"https://www.theverge.com/2021/4/29/22410863/microsoft-halo-infinite-pc-32-9-ultrawide-lan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0720efed4cc01546c15c85e08fb02c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFERIhMUGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEAAwAAAAAAAAAAAAAAAAABABEx/9oADAMBAAIRAxEAPwDHcS6WVhciihDl0IYN0Cfevkir56+SvUUsh0xG+PnuIlAOwusn/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"vwZnFV5JK","title":"FIFCYL","shortId":"vwZnFV5JK","createdAt":"2021-04-30T05:03:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26995983,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/116083565/FIFCYL","canonicalUrl":"https://www.behance.net/gallery/116083565/FIFCYL","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69f83e0e466fb0bcc05484012708627a","ratio":1.71990171990172,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBABAAIBAwUBAAAAAAAAAAAAAQIRAAMFEgQTITFRsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMv/aAAwDAQACEQMRAD8Axc9p7EuPHp1qUfOmIWVYfcklttSQ1EL9AV+YxhpJDXtd9M//2Q==","siteTwitter":"@behance","creatorTwitter":"@bakoom_studio","readTime":0,"description":null,"toc":null,"summary":null},{"id":"d_VyRxYu7","title":"The Humble `` Element And Core Web Vitals","shortId":"d_VyRxYu7","createdAt":"2021-04-29T12:35:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"smashing","tweeted":true,"views":423,"score":26995909,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-29T17:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T12:15:00.000Z","url":"https://www.smashingmagazine.com/2021/04/humble-img-element-core-web-vitals/","canonicalUrl":"https://www.smashingmagazine.com/2021/04/humble-img-element-core-web-vitals/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c32180ea2da5fd927523f48f291ee5fa","ratio":1.77688888888889,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFERIhMlHh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQACAwAAAAAAAAAAAAAAAAIAAQMRMf/aAAwDAQACEQMRAD8A23E5tlwq7WwNHG4lHlFuj0N+qoE5wyVAm37MQfP5SlHORXfYsgtrdT//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@addyosmani","readTime":33,"description":null,"toc":null,"summary":null},{"id":"wtEB-eEld","title":"Among Us is finally coming to PS4 and PS5, three years after its 2018 debut","shortId":"wtEB-eEld","createdAt":"2021-04-29T23:17:52.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":5,"score":26995895,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T23:13:36.000Z","url":"https://www.theverge.com/2021/4/29/22410775/among-us-playstation-4-5-ps4-ps5-ratchet-clank","canonicalUrl":"https://www.theverge.com/2021/4/29/22410775/among-us-playstation-4-5-ps4-ps5-ratchet-clank","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef0f41c32cad991e7a0e5d00607317e9","ratio":1.91037735849057,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwQREiEiBRQyUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAIDAAAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDS6VB3NPWiFxphHNNGREPIuDeZvfYO/SjDHi4hzhouIAv9RFEZKnh//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"y6INYozYu","title":"Git aliases","shortId":"y6INYozYu","createdAt":"2021-04-29T18:53:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"30seconds","views":53,"score":26995818,"tagsStr":"general-programming,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/git-aliases","canonicalUrl":"https://www.30secondsofcode.org/blog/s/git-aliases","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7d822b960b858db2a856185195c6f1a","ratio":0.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAJRAAAgECBQMFAAAAAAAAAAAAAQIDBBEABQYhMQcSQSIycYGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEAAgMAAAAAAAAAAAAAAAABABMiMTL/2gAMAwEAAhEDEQA/AN4zKtErZjHKsqSUJWRXYWR1Zb3Hg23BvwcHKbqLkCU8S1OYUTThAJGaQAlrbk7c3xe1Rp6h1BCi1okDJ7Wje30Rww+RgoenmR39Szk+T3Df8xNsOYsHbP/Z","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rGllLejIt","title":"The 49ers Ended the Intrigue and Made Trey Lance Their QB of the Future","shortId":"rGllLejIt","createdAt":"2021-04-30T02:18:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995818,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T02:13:07.000Z","url":"https://www.theringer.com/2021/4/29/22411087/san-francisco-49ers-nfl-draft-trey-lance-kyle-shanahan","canonicalUrl":"https://www.theringer.com/2021/4/29/22411087/san-francisco-49ers-nfl-draft-trey-lance-kyle-shanahan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7c8c43755c51d143424295b08d0d3a4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQIAAxEFElFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDNViKvD12KqabsJ66Ti++fJAUGmIl30h//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"ZePIjlDpq","title":"Ratchet & Clank: Rift Apart looks incredible in 16 minutes of new gameplay footage","shortId":"ZePIjlDpq","createdAt":"2021-04-29T21:41:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26995793,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:40:09.000Z","url":"https://www.theverge.com/2021/4/29/22406719/ratchet-clank-rift-apart-state-of-play-sony-insomniac-games-playstation-5","canonicalUrl":"https://www.theverge.com/2021/4/29/22406719/ratchet-clank-rift-apart-state-of-play-sony-insomniac-games-playstation-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24871a3f9116b93b5418003948610a34","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMhBhESIkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwDE6tx34/crFMQ6IjrlCAZFCNpQfm5LMz9x8gd+xEQDrHu4GT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6kCWAT8nQ","title":"Google updates latest Chromecast with more HDR controls and improved Wi-Fi performance","shortId":"6kCWAT8nQ","createdAt":"2021-04-29T21:35:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995776,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:33:09.000Z","url":"https://www.theverge.com/2021/4/29/22410534/google-chromecast-april-2021-update-hdr-wifi","canonicalUrl":"https://www.theverge.com/2021/4/29/22410534/google-chromecast-april-2021-update-hdr-wifi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bd4ae17e39404215c021207d8330fc3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCBAURAAYhMQcSE2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwCD4d3MndFnfY7rZqBi9vpde5u9MzrmwJ+cWfgMuewREDHeczqra+rqW1Mq6a5OmWGCliMI5OcRA6HPA000Grf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gCM9TVclg","title":"36 Days of Type","shortId":"gCM9TVclg","createdAt":"2021-04-30T01:10:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26995750,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/117103623/36-Days-of-Type","canonicalUrl":"https://www.behance.net/gallery/117103623/36-Days-of-Type","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/661208bc3e09c0e4888536ad6267f499","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAQAE/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDABESBBMhIjEyQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABYRAAMAAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8ApWdppCJnIyPIJAAvWqEM0KHeIuoNuadZFGuYWNAM27D7TEq7SdI8R6otaVtof//Z","siteTwitter":"@behance","creatorTwitter":"@holamaybe","readTime":null,"description":null,"toc":null,"summary":null},{"id":"uqzwiIH3i","title":"Feds arrest founder of bitcoin ‘mixer’ they say laundered $335 million over ten years","shortId":"uqzwiIH3i","createdAt":"2021-04-29T21:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995744,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:56:56.000Z","url":"https://www.theverge.com/2021/4/29/22409501/feds-arrest-founder-bitcoin-mixer-laundered-cryptocurrency","canonicalUrl":"https://www.theverge.com/2021/4/29/22409501/feds-arrest-founder-bitcoin-mixer-laundered-cryptocurrency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22bc727453856d295b2ccc2ebe6046a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAEQMEEhQhMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDOWk2cTMrYkYooez5N9D5JrGmIF1fuIl9Ygs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YSxjYo0gt","title":"List Markers and String Styles","shortId":"YSxjYo0gt","createdAt":"2021-04-29T15:21:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":38,"score":26995729,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T14:32:41.000Z","url":"https://css-tricks.com/list-markers-and-string-styles/","canonicalUrl":"https://css-tricks.com/list-markers-and-string-styles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfebaeb6e49e6dbc1ee64638004e2c87","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEQcSQVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANAOZscBx/NPb4W1IkaezcIFjLdWK9iVXXw61+1Dwc2ZeCCOFLC1KxqEBJ8A14KUoP/Z","siteTwitter":"@CSS","creatorTwitter":"@meyerweb","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zdZmN3cXQ","title":"Zach Wilson Will Have the Chance to Defy History With the Jets","shortId":"zdZmN3cXQ","createdAt":"2021-04-30T00:41:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995721,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:34:42.000Z","url":"https://www.theringer.com/2021/4/29/22409777/zach-wilson-new-york-jets-no-2-pick","canonicalUrl":"https://www.theringer.com/2021/4/29/22409777/zach-wilson-new-york-jets-no-2-pick","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe16e1a71228c4924b7cbf03db3f6e3b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIRAAMEBQYxBxITFCFRov/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAxIFIYHw/9oADAMBAAIRAxEAPwC7eOs5m2c/GuYfgZ/Xtm5FvtFxXcypgzAC/c/PNYDdRUDEHbGimDyVcz+qUqa4kHSHlZXw0ofdX//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"kGWrYFN5s","title":"A call for feedback on our policies around exploits and malware","shortId":"kGWrYFN5s","createdAt":"2021-04-29T17:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"ghblog","views":5,"score":26995688,"tagsStr":"security,cyber,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:02:00.000Z","url":"https://github.blog/2021-04-29-call-for-feedback-policies-exploits-malware/","canonicalUrl":"https://github.blog/2021-04-29-call-for-feedback-policies-exploits-malware/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4374d951de7eaab0141cee79d0b55275","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIABAMRBSEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A0xyFYXsYR3ZBsHqUKAqhQPBqIjgOxf/Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IqtSnQ0PI","title":"Apple says old Magic Keyboard is ‘functionally compatible’ with new 12.9-inch iPad Pro, but warns of imperfect fit","shortId":"IqtSnQ0PI","createdAt":"2021-04-29T20:07:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995688,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:03:16.000Z","url":"https://www.theverge.com/2021/4/29/22410350/apple-ipad-pro-mini-led-magic-keyboard-case-2020-model-fit-accessory-screen-protector","canonicalUrl":"https://www.theverge.com/2021/4/29/22410350/apple-ipad-pro-mini-led-magic-keyboard-case-2020-model-fit-accessory-screen-protector","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7820f655fb75df139a60a244cb0652a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCAAQRBQYSIQdBYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREBAQEBAQEAAAAAAAAAAAAAAQIRABMh/9oADAMBAAIRAxEAPwCLRdNs9a3uNvyXNaLFUXRuJT5vYxsI5lKeATjvr7W8d4KtS5hG4LwDkcApiff7SlEBUTT9c5vSppkcN7//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xJT9j6_rX","title":"Listener Mail and the NFL Draft Devil’s Dictionary With Danny Heifetz","shortId":"xJT9j6_rX","createdAt":"2021-04-29T22:43:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995603,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:36:33.000Z","url":"https://www.theringer.com/2021/4/29/22410731/listener-mail-and-the-nfl-draft-devils-dictionary-with-danny-heifetz","canonicalUrl":"https://www.theringer.com/2021/4/29/22410731/listener-mail-and-the-nfl-draft-devils-dictionary-with-danny-heifetz","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/11624542f974eaa2cfda4a48b427f0ff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBRIGITJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/AKHOcToN5d02YXnjWeRerPQpEuhQ9AnMfNv7IlcRlEQMeqgNSj8H1jGMCPbgZf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"AXDWrJ-GJ","title":"9 Reasons You Should Use Bit for Designer Developer Collaboration","shortId":"AXDWrJ-GJ","createdAt":"2021-04-29T12:34:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":142,"score":26995601,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-04-29T16:00:08.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T16:57:07.000Z","url":"https://blog.bitsrc.io/9-reasons-you-should-use-bit-for-designer-developer-collaboration-2416b5124476","canonicalUrl":"https://blog.bitsrc.io/9-reasons-you-should-use-bit-for-designer-developer-collaboration-2416b5124476","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb401a1da86c103148f702021e2e633b","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAYAEQUUEiFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDBDFxwf/aAAwDAQACEQMRAD8AoVO5UaBXeNi85V+7OaZSh2R1WlFZ2fpIJ9azKuQbkOz5LjLwQ0t1SkJ8QNAk6GMZZVWgTSb6kqgyv//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Y-wMyFftn","title":"Target gig workers are getting their bank accounts drained by hackers","shortId":"Y-wMyFftn","createdAt":"2021-04-29T18:42:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":26995597,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T18:38:51.000Z","url":"https://www.theverge.com/2021/4/29/22409937/scammers-hack-target-gig-workers-drain-bank-accounts","canonicalUrl":"https://www.theverge.com/2021/4/29/22409937/scammers-hack-target-gig-workers-drain-bank-accounts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/521d6c2b7f6bfed79f18799f6d8d90e9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFESESExQiMVL/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMhEf/aAAwDAQACEQMRAD8Az7HM8OKtpV7SuZIR6wR8K29jlTv5vmoWY8VstekWigGdzrrP6NKUV42Xnsn0/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"is8kl6yQ9","title":"Three Palm updates WorkstationOne breast imaging software","shortId":"is8kl6yQ9","createdAt":"2021-04-29T18:41:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":26995596,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T18:32:11.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132259&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132259","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1cc7bb1da04597ff9204163f130df8d4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EAB8QAAEDBAMBAAAAAAAAAAAAAAECAwUABBESITFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAwQRIf/aAAwDAQACEQMRAD8AziJnINFhItSTL712tvVooIASfp69qHXfJ3Vg8ZpdcHIBPJoR7qjt1u59hdOStF4BP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_UjTBeK2y","title":"Notepad++: Stack-Overflow-Suche einbauen","shortId":"_UjTBeK2y","createdAt":"2021-04-29T22:35:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26995595,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:23:11.000Z","url":"https://www.tutonaut.de/notepad-stack-overflow-suche-einbauen/","canonicalUrl":"https://www.tutonaut.de/notepad-stack-overflow-suche-einbauen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e11e3e6340979b048dd656530fe8274","ratio":1.96363636363636,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBAAAQUBAQEAAAAAAAAAAAAAAQACAwQREiGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAEVH/2gAMAwEAAhEDEQA/AM6v1xJWcJZJHtaNzQPgU4+sO3cyPA3waiIRZQ1d63//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EXK_kVInT","title":"World’s widest plane nails ‘extremely successful’ second test flight","shortId":"EXK_kVInT","createdAt":"2021-04-29T22:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995593,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:24:39.000Z","url":"https://www.theverge.com/2021/4/29/22410519/stratolaunch-test-world-widest-plane-second-flight-roc","canonicalUrl":"https://www.theverge.com/2021/4/29/22410519/stratolaunch-test-world-widest-plane-second-flight-roc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5fdcfbfb8710121d50ca55e0381602c2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAABAwMFAAAAAAAAAAAAAAAAAQIDBAUREhMUVJH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/AJ0uDWt20po9KZXBLyYOnH6AOTT3obSR/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"plyjhY-in","title":"Soccer Talk with Chris Ryan, and the 2021 NFL Draft Card Market","shortId":"plyjhY-in","createdAt":"2021-04-29T22:26:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995586,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:14:38.000Z","url":"https://www.theringer.com/2021/4/29/22410527/soccer-talk-with-chris-ryan-and-the-2021-nfl-draft-card-market","canonicalUrl":"https://www.theringer.com/2021/4/29/22410527/soccer-talk-with-chris-ryan-and-the-2021-nfl-draft-card-market","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09d18f2a7776af9bd6bcb3bd738dce4f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBRIVISJhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxEEsf/aAAwDAQACEQMRAD8AxUjWHSTGutA0oi4zo1sQ0CnvG4g5y3upObuJ4cdo7besmCmT9pSgWOwRcMruTkoe+xWQYM8n/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"NQiDtJK8m","title":"The next big Windows 10 update improves Bluetooth audio with AAC support","shortId":"NQiDtJK8m","createdAt":"2021-04-29T18:31:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":26995585,"tagsStr":"apple,bluetooth","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T18:23:09.000Z","url":"https://www.theverge.com/2021/4/29/22410088/microsoft-windows-10-bluetooth-aac-support-update","canonicalUrl":"https://www.theverge.com/2021/4/29/22410088/microsoft-windows-10-bluetooth-aac-support-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/663482a83117b0ada3907d7addbd3a30","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQABwAAAAAAAAAAAAAAAwABAgQRITFhcZGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRQf/aAAwDAQACEQMRAD8AzhUuBFQtBnTESZMokfWHHXqix2ZEVhu2AeRDGf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ud_NtOl8j","title":"Amazon crosses $100 billion in sales in huge first quarter","shortId":"Ud_NtOl8j","createdAt":"2021-04-29T21:59:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:57:34.000Z","url":"https://www.theverge.com/2021/4/29/22404044/amazon-earnings-q1-2021-performance-profit-operating-income","canonicalUrl":"https://www.theverge.com/2021/4/29/22404044/amazon-earnings-q1-2021-performance-profit-operating-income","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aeca2bcfe2031184b11b08b3b291284a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUTMRJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDURL/2gAMAwEAAhEDEQA/AMbuYwOl1VADD94JbQ6EfAwwHhxsHyouTvbaHkruKSxjldJXVpGIyxBOzr9pSpuR6QeR2t2op2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jbbQnrpzh","title":"Pauline Herr debuts first solo single of the year with ‘Selfish’","shortId":"jbbQnrpzh","createdAt":"2021-04-29T21:57:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26995557,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:51:47.000Z","url":"https://dancingastronaut.com/2021/04/pauline-herr-debuts-first-solo-single-of-the-year-with-selfish/","canonicalUrl":"https://dancingastronaut.com/2021/04/pauline-herr-debuts-first-solo-single-of-the-year-with-selfish/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ece10395566a24a95e017e5cfdff77cb","ratio":1.5005753739931,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGBxIjUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABAwACIUH/2gAMAwEAAhEDEQA/ANfz3sC4WO7QYs+I2686fUELwkpUfHevuNVCNymcqO0p2M0lwoBUlLTZAONgUpQ3UBo7FW2xw8n/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Uf72YtKR3","title":"Soul Clap deliver electrfying third studio album ‘WTF (World Transformation Force)’","shortId":"Uf72YtKR3","createdAt":"2021-04-29T21:48:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26995548,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:47:08.000Z","url":"https://dancingastronaut.com/2021/04/soul-clap-deliver-electrfying-third-studio-album-wtf-world-transformation-force/","canonicalUrl":"https://dancingastronaut.com/2021/04/soul-clap-deliver-electrfying-third-studio-album-wtf-world-transformation-force/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8610c69db1825ed7fc2f8a9373bfa16f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBQAEBhESIRMyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDABExccH/2gAMAwEAAhEDEQA/AJE1kkzOxSXLFlLN1aAOgtOcQVpSQCQfYbJ1s/O62Mdkco7H2znhbPNpKtgJA7ApSnZ2VVYHnIzsJMQVB734Rn//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jSVJ6E-Ln","title":"A Disgruntled Aaron Rodgers Rumor Is Exactly What the NFL Draft Needed","shortId":"jSVJ6E-Ln","createdAt":"2021-04-29T21:06:17.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995506,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:00:07.000Z","url":"https://www.theringer.com/nfl/2021/4/29/22410498/aaron-rodgers-trade-demand-nfl-draft","canonicalUrl":"https://www.theringer.com/nfl/2021/4/29/22410498/aaron-rodgers-trade-demand-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c4ec7086d0374e47aed8bf10709c715","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMAAhIEBhEhEyJh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/AM/2oEWSwLSVWppWMyrc+2NecT8Mn9Q6oewVqwVyPA8tuu4iEOwyX//Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"r06zFWfy7","title":"Qoiet unleashes roaring bass track ‘saw BONES’ on Kayzo’s Welcome Records","shortId":"r06zFWfy7","createdAt":"2021-04-29T21:43:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26995543,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:42:22.000Z","url":"https://dancingastronaut.com/2021/04/qoiet-unleashes-roaring-bass-track-saw-bones-on-kayzos-welcome-records/","canonicalUrl":"https://dancingastronaut.com/2021/04/qoiet-unleashes-roaring-bass-track-saw-bones-on-kayzos-welcome-records/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/74bc76d2da6c127bd4b3757d69d8c923","ratio":1.00104275286757,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhAAAgIBBAEFAAAAAAAAAAAAAQMCEQQAEiExBRQyQlFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM9ZjYi8jBUvMjBMl9rmRtoGrHtPVc98/WprJHjfUt2x43muf3ROK9w8XCQawSFgHcbGg2PcWSJay7PyOg//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"fbpL_RNah","title":"Dear wireless carriers: the 5G hype needs to stop","shortId":"fbpL_RNah","createdAt":"2021-04-29T17:37:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995538,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:35:01.000Z","url":"https://www.theverge.com/2021/4/29/22409675/verizon-att-tmobile-5g-mmwave-c-band","canonicalUrl":"https://www.theverge.com/2021/4/29/22409675/verizon-att-tmobile-5g-mmwave-c-band","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36bd1392347a7eb14b8a51ddad22d37e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxMEIjFBcdH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECABFRwf/aAAwDAQACEQMRAD8AxBNVhquqxowsADE89fJBjuPsRGUUTJXJKredn//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Yh6phUnZC","title":"Fewer patients seeking heart attack care, study says","shortId":"Yh6phUnZC","createdAt":"2021-04-29T17:38:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":26995533,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:15:27.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132256&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132256","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0acc7aa99523d5dc20fcd745a65a3d88","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAjEAABAgYCAgMAAAAAAAAAAAABAiEAAwQFEWESFBUiMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAcEQABAwUAAAAAAAAAAAAAAAADAAEhAhExYfD/2gAMAwEAAhEDEQA/AALFc7PR2GXImWiQwIqOSEryCluJLu3ydNAC6KiWtSvBSE5OePZmNqL25IFEggB00+dwBUrV2Zvsfuf3cFZIlUhhu8Z7a//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GWIVTJJqA","title":"Watch Dexter creepily smile again in the first teaser trailer for his new Showtime series","shortId":"GWIVTJJqA","createdAt":"2021-04-29T21:17:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995517,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:14:26.000Z","url":"https://www.theverge.com/2021/4/29/22410265/dexter-first-teaser-trailer-michael-c-hall-new","canonicalUrl":"https://www.theverge.com/2021/4/29/22410265/dexter-first-teaser-trailer-michael-c-hall-new","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f58f642393fcc28be9d29da057aecfe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQRBRMhIyVhkqHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDITH/2gAMAwEAAhEDEQA/AMg0x9QUasr6THmtFFuAkc3Lh24e8qsNrTMno8HkPlESt6yp8R//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"mpOOgf3cZ","title":"The math isn’t adding up on forests and CO2 reductions","shortId":"mpOOgf3cZ","createdAt":"2021-04-29T21:17:25.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995517,"tagsStr":"math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:12:34.000Z","url":"https://www.theverge.com/2021/4/29/22410367/forest-offsets-trees-carbon-dioxide-accounting","canonicalUrl":"https://www.theverge.com/2021/4/29/22410367/forest-offsets-trees-carbon-dioxide-accounting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8acd785a4ceb1d471f4051ddd967dc7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAREiEFExQVMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABABEh8P/aAAwDAQACEQMRAD8AzTMT18CGlUmS74zKX1KCwkqBCiEp0cbW+nLe9VOf4x7ucx5OcE5GwLh0L0pQmItNOwn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JIktqi89t","title":"FUNGZEN Resort Hotel","shortId":"JIktqi89t","createdAt":"2021-04-29T21:07:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26995507,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.behance.net/gallery/118454357/FUNGZEN-Resort-Hotel","canonicalUrl":"https://www.behance.net/gallery/118454357/FUNGZEN-Resort-Hotel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac0c2b6aa889fb19a3f269ea0e6da450","ratio":1.74346201743462,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBAIRIjFBUrHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRISL/2gAMAwEAAhEDEQA/AMNkOwpRzjVDlle5G/akmiCSSGnLHTI+oiZ8ukVB2tP/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"QHr9cJvOf","title":"Jason Jordan Promoted to WWE Lead Producer and Braun Strowman Earns His Spot","shortId":"QHr9cJvOf","createdAt":"2021-04-29T21:06:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995506,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:56:12.000Z","url":"https://www.theringer.com/2021/4/29/22410466/jason-jordan-promoted-to-wwe-lead-producer-and-braun-strowman-earns-his-spot","canonicalUrl":"https://www.theringer.com/2021/4/29/22410466/jason-jordan-promoted-to-wwe-lead-producer-and-braun-strowman-earns-his-spot","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8da96aa587c01f6fc897a575293569ff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAgMAAREEBRITMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEBAAEEAwAAAAAAAAAAAAAAAQIAAwSxERJB/9oADAMBAAIRAxEAPwDP9yY0tJuPWQBp1sULFcKu2ZzY3y9HF/ZG6hiIC4AHFDIRhjWup4aHa1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LLMn_6JzP","title":"Dashlane’s new $3.99 password manager plan is cheaper but might not beat free","shortId":"LLMn_6JzP","createdAt":"2021-04-29T20:58:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995498,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:53:47.000Z","url":"https://www.theverge.com/2021/4/29/22409780/dashlane-essentials-plan-less-expensive-unlimited-passwords","canonicalUrl":"https://www.theverge.com/2021/4/29/22409780/dashlane-essentials-plan-less-expensive-unlimited-passwords","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e4b37c53a1461343dc384f2edab7571b","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDEQAFBgdRBBMh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8Ajx5vJZeHtwrJpkfvceRGswcWlxiiLU/RfeZJHyRLHGqDS4SFAW2lYk12axjFJNJf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dju9EOpIL","title":"Nvidia has reinstated its RTX 3060 Ethereum cryptocurrency mining limit","shortId":"dju9EOpIL","createdAt":"2021-04-29T16:54:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995495,"tagsStr":"hardware,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T16:53:01.000Z","url":"https://www.theverge.com/2021/4/29/22409838/nvidia-rtx-3060-etherium-cryptocurrency-mining-limit-back-driver-update","canonicalUrl":"https://www.theverge.com/2021/4/29/22409838/nvidia-rtx-3060-etherium-cryptocurrency-mining-limit-back-driver-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1f9fe3469c6741c65b53bfbbe118fb6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQGETEFIv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AtZRifpellPoSRZJd2sM9w4WJFbUa80Psc6NAVqNtYpFbxRsRIyIFLlRttDtKUwP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SfQsGAkay","publishedAt":"2024-12-04 00:00:00","createdAt":"2024-12-04 12:09:59.183166","views":0,"siteTwitter":"@QuantumDaily","creatorTwitter":"@SwaynesWord","readTime":5,"sourceId":"community","url":"https://thequantuminsider.com/2024/12/04/all-three-projects-powered-by-quera-computing-contributions-move-to-phase-two-of-wellcome-leaps-quantum-for-bio-challenge/","canonicalUrl":"https://thequantuminsider.com/2024/12/04/all-three-projects-powered-by-quera-computing-contributions-move-to-phase-two-of-wellcome-leaps-quantum-for-bio-challenge/","title":"All Three Projects Powered by QuEra Computing Contributions Move to Phase Two of Wellcome Leap's Quantum for Bio Challenge","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c120074c8306466775595c18a0da396?_a=AQAEuj9","score":0,"tagsStr":"quantum-computing,healthcare","shortId":"SfQsGAkay","upvotes":0,"comments":0,"sentAnalyticsReport":true,"viewsThreshold":0,"banned":false,"tsv":"'bio':19 'challeng':20 'comput':7 'contribut':8 'leap':15 'move':9 'phase':11 'power':4 'project':3 'quantum':17 'quera':6 'three':2 'two':12 'wellcom':14","description":"QuEra Computing announced that all three of its projects have advanced to Phase Two of Wellcome Leap's Quantum for Bio Challenge.","metadataChangedAt":"2024-12-04 12:10:15.279","deleted":false,"summary":"QuEra Computing's contributions to three groundbreaking projects have progressed to Phase Two of Wellcome Leap's Quantum for Bio Challenge. These projects focus on quantum-enhanced drug discovery, scalable quantum simulations for virtual screening, and quantum chemistry techniques to analyze proteins related to Alzheimer's and Parkinson's diseases. QuEra's neutral-atom quantum computers, available via public cloud since 2022, play a crucial role in these advancements and demonstrate the potential of quantum computing in revolutionizing healthcare.","type":"article","private":false,"visible":true,"visibleAt":"2024-12-04 12:10:14.177","origin":"crawler","contentCuration":"{news}","showOnFeed":true,"downvotes":0,"flags":"{\"private\": false, \"visible\": true, \"showOnFeed\": true, \"sentAnalyticsReport\": true}","yggdrasilId":"14a20606-9b9d-5a15-8c84-4349e3aaeb2a","collectionSources":"{}","language":"en","slug":"all-three-projects-powered-by-quera-computing-contributions-move-to-phase-two-of-wellcome-leap-s-qua-sfqsgakay","contentMeta":"{\"alt_title\": {\"provider\": \"yggdrasil\", \"translations\": {\"en\": \"QuEra Computing Advances to Phase Two in Wellcome Leap’s Quantum for Bio Challenge with Three Projects\"}}}","contentQuality":"{\"is_ai_probability\": 0, \"is_clickbait_probability\": 0.6}","statsUpdatedAt":"2024-12-04 12:09:59.183166"}] +[{"id":"orsUT8NVe","title":"Raphaël Hertzog: Freexian’s report about Debian Long Term Support, April 2021","shortId":"orsUT8NVe","createdAt":"2021-05-28T13:53:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27036833,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:35:04.000Z","url":"https://raphaelhertzog.com/2021/05/28/freexians-report-about-debian-long-term-support-april-2021/","canonicalUrl":"https://raphaelhertzog.com/2021/05/28/freexians-report-about-debian-long-term-support-april-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1TWOx-rX7","title":"Letter from the editor","shortId":"1TWOx-rX7","createdAt":"2021-05-27T16:45:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":0,"score":27035565,"tagsStr":"containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/letter-from-the-editor/","canonicalUrl":"https://increment.com/containers/letter-from-the-editor/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"d3_PcfY-n","title":"How to Create Custom Color Palettes in WordPress Gutenberg","shortId":"d3_PcfY-n","createdAt":"2021-05-30T11:45:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039585,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T17:29:37.000Z","url":"https://webdesign.tutsplus.com/tutorials/create-custom-color-palettes-in-wordpress-gutenberg--cms-37019","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/create-custom-color-palettes-in-wordpress-gutenberg--cms-37019","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/37019/preview_image/colors-gutenberg.png","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"mVeyDDM2_","title":"Firefox: Sicherheitsloch „Memory-Dump“","shortId":"mVeyDDM2_","createdAt":"2021-05-25T09:10:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27032230,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:54:03.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/25/firefox-sicherheitsloch-memory-dump/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/25/firefox-sicherheitsloch-memory-dump/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"btZi3xPwD","title":"Sandro Tosi: QNAP: control LCD panel and speaker","shortId":"btZi3xPwD","createdAt":"2021-05-23T01:23:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27028883,"tagsStr":"python,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"http://sandrotosi.blogspot.com/2021/05/qnap-control-lcd-panel-and-speaker.html","canonicalUrl":"http://sandrotosi.blogspot.com/2021/05/qnap-control-lcd-panel-and-speaker.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"KyYNh0Uxe","title":"Pinephone: DANKE ModemManager!","shortId":"KyYNh0Uxe","createdAt":"2021-05-11T21:48:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27012828,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T21:32:31.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/11/pinephone-danke-modemmanager/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/11/pinephone-danke-modemmanager/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"V-g0xdYJl","title":"USV und RaspberryPi im SmartHome 1/2","shortId":"V-g0xdYJl","createdAt":"2021-05-01T23:12:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26998512,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:00:00.000Z","url":"https://www.pgollor.de/cms/?p=2959","canonicalUrl":"https://www.pgollor.de/cms/?p=2959","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"F8whOEgbQ","title":"Fedora: wie man Jitsi wieder starten kann","shortId":"F8whOEgbQ","createdAt":"2021-05-31T02:54:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27040494,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T02:43:49.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/31/fedora-wie-man-jitsi-wieder-starten-kann/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/31/fedora-wie-man-jitsi-wieder-starten-kann/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-JoTXP26T","title":"What's new in Svelte: June 2021","shortId":"-JoTXP26T","createdAt":"2021-06-01T13:31:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"svelte","views":730,"score":27043633,"tagsStr":"javascript,typescript,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-02T01:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://svelte.dev/blog/whats-new-in-svelte-june-2021","canonicalUrl":"","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f3d9045e1eaa56d791e63fcab36f7e0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQMAAhEhIrH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1IxJuwXDmVGuQRjyViIH/9k=","siteTwitter":"@sveltejs","creatorTwitter":"@sveltejs","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7T4qfsDq_","title":"Michael Prokop: What to expect from Debian/bullseye #newinbullseye","shortId":"7T4qfsDq_","createdAt":"2021-05-27T11:35:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27035255,"tagsStr":"linux,prometheus","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:03:00.000Z","url":"https://michael-prokop.at/blog/2021/05/27/what-to-expect-from-debian-bullseye-newinbullseye/","canonicalUrl":"https://michael-prokop.at/blog/2021/05/27/what-to-expect-from-debian-bullseye-newinbullseye/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"irhRlNM3m","title":"DMCA-Benachrichtigung (Urheberrecht) wegen Ubuntu-Download","shortId":"irhRlNM3m","createdAt":"2021-05-27T07:35:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27035015,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:05:05.000Z","url":"https://www.bitblokes.de/dmca-benachrichtigung-urheberrecht-wegen-ubuntu-download/","canonicalUrl":"https://www.bitblokes.de/dmca-benachrichtigung-urheberrecht-wegen-ubuntu-download/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JEkTd76HJ","title":"OSGeoLive 14.0 veröffentlicht","shortId":"JEkTd76HJ","createdAt":"2021-05-26T06:03:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T05:34:53.000Z","url":"https://linuxnews.de/2021/05/osgeolive-14-0-veroeffentlicht/","canonicalUrl":"https://linuxnews.de/2021/05/osgeolive-14-0-veroeffentlicht/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aNygD2JkG","title":"LibreOffice 7.2 Alpha 1 ist veröffentlicht – Test-Zyklus hat begonnen","shortId":"aNygD2JkG","createdAt":"2021-05-25T12:40:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27032440,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:23:14.000Z","url":"https://www.bitblokes.de/libreoffice-7-2-alpha-1-ist-veroffentlicht-test-zyklus-hat-begonnen/","canonicalUrl":"https://www.bitblokes.de/libreoffice-7-2-alpha-1-ist-veroffentlicht-test-zyklus-hat-begonnen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lnf02iUNP","title":"COMMUNAL","shortId":"lnf02iUNP","createdAt":"2021-05-01T04:35:02.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26997395,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/117856111/COMMUNAL","canonicalUrl":"https://www.behance.net/gallery/117856111/COMMUNAL","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09092b2144c983f2955fd4239ec87a9a","ratio":1.60550458715596,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACEwMEEgURITGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAjFB/9oADAMBAAIRAxEAPwDVtSYRdySOxJt24DriqST6DsqcTSiKWhGn/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"XhHWOjw61","title":"Webkonferenzsystem BigBlueButton 2.3.0 freigegeben","shortId":"XhHWOjw61","createdAt":"2021-04-30T09:36:52.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:11:00.000Z","url":"https://linuxnews.de/2021/04/webkonferenzsystem-bigbluebutton-2-3-0-freigegeben/","canonicalUrl":"https://linuxnews.de/2021/04/webkonferenzsystem-bigbluebutton-2-3-0-freigegeben/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"s0OZGgxO4","title":"Recognize your users' handwriting","shortId":"s0OZGgxO4","createdAt":"2021-05-17T17:26:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":63,"score":27021815,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://web.dev/handwriting-recognition/","canonicalUrl":"https://web.dev/handwriting-recognition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1350951ee762a851c710fa07b8b9fd1","ratio":3.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBxMhQUNhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARIv/aAAwDAQACEQMRAD8Au1Irw17jNiNsYMTXYbwAc44HXxZ8vSOF2wM+R3XtERE9ufNJJx3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yG8xplbSc","title":"New CSS functional psuedo class selectors `:is()` and `:where()`","shortId":"yG8xplbSc","createdAt":"2021-06-01T17:41:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":243,"score":27043622,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://web.dev/css-is-and-where/","canonicalUrl":"https://web.dev/css-is-and-where/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd74020ebfd74c6a9fd613029716ea88","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAgQRQQUTIWFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIkL/2gAMAwEAAhEDEQA/AN5fqK89zrYxYQnIahlreAbVOtAejzzLCrntU+CIiDkiS7b/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5pKmbDxgX","title":"Kaboxer – Kali Applications Boxer","shortId":"5pKmbDxgX","createdAt":"2021-05-27T05:25:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27034885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T05:04:13.000Z","url":"https://linuxnews.de/2021/05/kaboxer-kali-applications-boxer/","canonicalUrl":"https://linuxnews.de/2021/05/kaboxer-kali-applications-boxer/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"r3J-IG8vB","title":"New Human Interface Guidelines","shortId":"r3J-IG8vB","createdAt":"2021-05-20T16:04:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27025444,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:00:06.000Z","url":"https://blogs.gnome.org/aday/2021/05/20/new-human-interface-guidelines/","canonicalUrl":"https://blogs.gnome.org/aday/2021/05/20/new-human-interface-guidelines/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"04XFyxOza","title":"Von Wobeser","shortId":"04XFyxOza","createdAt":"2021-05-06T22:30:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27005670,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/118755553/Von-Wobeser","canonicalUrl":"https://www.behance.net/gallery/118755553/Von-Wobeser","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/238df8a2a7e17ede75ba65d4d4a81d6b","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEnEhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANtzYLQukcEaTSSCmUFlhjH0+zWWPVdZDSafI8Ytwi/B5ILxjKP/2Q==","siteTwitter":"@behance","creatorTwitter":"@tbpmx","readTime":0,"description":null,"toc":null,"summary":null},{"id":"kANb7Y6d1","title":"1Password für Linux ist veröffentlicht – Passwort-Manager kostenlos testen","shortId":"kANb7Y6d1","createdAt":"2021-05-19T07:54:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27023514,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:21:46.000Z","url":"https://www.bitblokes.de/1password-fur-linux-ist-veroffentlicht-passwort-manager-kostenlos-testen/","canonicalUrl":"https://www.bitblokes.de/1password-fur-linux-ist-veroffentlicht-passwort-manager-kostenlos-testen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"SMa1y_b-k","title":"COLLISION","shortId":"SMa1y_b-k","createdAt":"2021-05-23T07:09:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27029229,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/113971553/COLLISION","canonicalUrl":"https://www.behance.net/gallery/113971553/COLLISION","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fbf8f7b0170e967fa9e6b0558ddbb74","ratio":1.52008686210641,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAgABAwQRBRMUFiFBMUSh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRIf/aAAwDAQACEQMRAD8Az6rwQ9JTxR5AiBuUsrC7SO3XPdvFlP2cL+z8RElaUU5HmpWPRP/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nrLeoe-IX","title":"Nextcloud 21.0.2, 20.0.10 und 19.0.11 verfügbar – Beta 1 für 22 auch","shortId":"nrLeoe-IX","createdAt":"2021-05-22T06:22:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27027742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T06:09:35.000Z","url":"https://www.bitblokes.de/nextcloud-21-0-2-20-0-10-und-19-0-11-verfugbar-beta-1-fur-22-auch/","canonicalUrl":"https://www.bitblokes.de/nextcloud-21-0-2-20-0-10-und-19-0-11-verfugbar-beta-1-fur-22-auch/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EB1b7Gb0c","title":"Pinephone: Wie man Fedora installiert","shortId":"EB1b7Gb0c","createdAt":"2021-05-17T10:09:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020769,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:32:03.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/17/pinephone-wie-man-fedora-installiert/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/17/pinephone-wie-man-fedora-installiert/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"O875StQJ8","title":"Abhinav Sarkar: Implementing Co, a Small Interpreted Language With Coroutines #1: The\nParser","shortId":"O875StQJ8","createdAt":"2021-05-12T01:51:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"phaskell","views":0,"score":27013071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-24T00:00:00.000Z","url":"https://abhinavsarkar.net/posts/implementing-co-1/","canonicalUrl":"https://abhinavsarkar.net/posts/implementing-co-1/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"@abhin4v","readTime":15,"description":null,"toc":null,"summary":null},{"id":"t3I14Y-yS","title":"Edit comment ✏️","shortId":"t3I14Y-yS","createdAt":"2021-05-10T12:32:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily_updates","views":140,"score":27011499,"tagsStr":"dailydev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":22,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:30:00.000Z","url":"https://changelog.daily.dev/edit-comment-194404","canonicalUrl":"https://changelog.daily.dev/edit-comment-194404","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6907a2dcde1a845f4228e44cb96aaba7","ratio":1.91452991452991,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHBAAAwEAAgMAAAAAAAAAAAAAAQIRAAMSISNh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOD8gbr60EE8UXQxDMSqhQTQoNnzM1Bf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"9yKWSIu6q","title":"Pose Library v2.0","shortId":"9yKWSIu6q","createdAt":"2021-05-21T12:51:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"blender","views":188,"score":27027362,"tagsStr":"general-programming,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:44:13.000Z","url":"https://code.blender.org/2021/05/pose-library-v2-0/","canonicalUrl":"https://code.blender.org/2021/05/pose-library-v2-0/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfdac1d8f63e4eca33cac6e42b17b02a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEIRITosH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAyEx/9oADAMBAAIRAxEAPwDLcd8Q31N1GWk1ZJu7+Kd2RFyNx+QiJcMqujRKdbP/2Q==","siteTwitter":"@blender_org","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"fJMo_5WW3","title":"Norbert Preining: bash: passing around arguments with quotes","shortId":"fJMo_5WW3","createdAt":"2021-05-10T03:00:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27010260,"tagsStr":"backend,bash","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T21:32:53.000Z","url":"https://www.preining.info/blog/2021/05/bash-passing-around-arguments-with-quotes/","canonicalUrl":"https://www.preining.info/blog/2021/05/bash-passing-around-arguments-with-quotes/","image":"","ratio":null,"placeholder":"","siteTwitter":"@norbusan","creatorTwitter":"@norbusan","readTime":2,"description":null,"toc":null,"summary":null},{"id":"j86PuoGjq","title":"Hitting the Road This Winter? Take Your Kitchen With You","shortId":"j86PuoGjq","createdAt":"2021-05-09T18:41:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009761,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:36:00.000Z","url":"https://www.wired.com/story/gear-for-the-portable-kitchen/","canonicalUrl":"https://www.wired.com/story/gear-for-the-portable-kitchen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"kjnObmGT8","title":"Gesperrte Fail2ban IP-Adresse entsperren","shortId":"kjnObmGT8","createdAt":"2021-05-09T08:12:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27009132,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T12:00:00.000Z","url":"https://seeseekey.net/archive/126609/","canonicalUrl":"https://seeseekey.net/archive/126609/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZF8WxGTEk","title":"Links on Typography","shortId":"ZF8WxGTEk","createdAt":"2021-05-07T14:08:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":144,"score":27007310,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:54:01.000Z","url":"https://css-tricks.com/links-on-typography/","canonicalUrl":"https://css-tricks.com/links-on-typography/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4254c28cfbfd23b3000f128d5a4e14e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxESEyFikaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABERL/2gAMAwEAAhEDEQA/ANNMnnErQTFhe4DCD3ap1+PqIp6Y4j//2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Fvy2cVRfj","title":"ROOT Exploits in Exim < 4.94.2","shortId":"Fvy2cVRfj","createdAt":"2021-05-05T20:32:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004112,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T20:20:56.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/05/root-exploits-in-exim-4-94-2/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/05/root-exploits-in-exim-4-94-2/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"j1P8NbA7A","title":"A Guide To Undoing Mistakes With Git","shortId":"j1P8NbA7A","createdAt":"2021-05-04T14:52:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":276,"score":27003161,"tagsStr":"webdev,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-04T18:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/undoing-mistakes-git-part1/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/undoing-mistakes-git-part1/","image":"","ratio":null,"placeholder":"","siteTwitter":"@smashingmag","creatorTwitter":"@gntr","readTime":8,"description":null,"toc":null,"summary":null},{"id":"ab6ckdKeU","title":"Firefox support selection of multiple text areas (#tilPost)","shortId":"ab6ckdKeU","createdAt":"2021-05-04T19:33:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27002613,"tagsStr":"webdev,firefox","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:00:00.000Z","url":"https://www.stefanjudis.com/today-i-learned/firefox-support-selection-of-multiple-text-areas/","canonicalUrl":"https://www.stefanjudis.com/today-i-learned/firefox-support-selection-of-multiple-text-areas/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fBPxg05Yz","title":"\"Should we break the ABI\" is the wrong question","shortId":"fBPxg05Yz","createdAt":"2021-05-03T23:03:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":3,"score":27001630,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/should-we-break-abi-is-wrong-question.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/should-we-break-abi-is-wrong-question.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"3uXEUmgPg","title":"GNOME Internet Radio Locator 5.0.0 with BBC (United Kingdom) on Fedora Core 34","shortId":"3uXEUmgPg","createdAt":"2021-05-03T04:04:08.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":2,"score":27000484,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T04:00:02.000Z","url":"https://blogs.gnome.org/oleaamot/2021/05/03/gnome-internet-radio-locator-5-0-0-with-bbc-united-kingdom-on-fedora-core-34/","canonicalUrl":"https://blogs.gnome.org/oleaamot/2021/05/03/gnome-internet-radio-locator-5-0-0-with-bbc-united-kingdom-on-fedora-core-34/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wEzFT7zor","title":"Web Weekly #17 (#blogPost)","shortId":"wEzFT7zor","createdAt":"2021-05-02T21:25:28.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":5,"score":27000103,"tagsStr":"css,cicd","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-17/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-17/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0L1CftnD5","title":"Raphaël Hertzog: Freexian’s report about Debian Long Term Support, March 2021","shortId":"0L1CftnD5","createdAt":"2021-04-30T14:58:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":1,"score":26996812,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:22:23.000Z","url":"https://raphaelhertzog.com/2021/04/30/freexians-report-about-debian-long-term-support-march-2021/","canonicalUrl":"https://raphaelhertzog.com/2021/04/30/freexians-report-about-debian-long-term-support-march-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"U5s4B7C7I","title":"Quick Lookup – Wiktionary am Linux-Desktop","shortId":"U5s4B7C7I","createdAt":"2021-05-01T16:41:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26998121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T16:29:50.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/01/quick-lookup-wiktionary-am-linux-desktop/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/01/quick-lookup-wiktionary-am-linux-desktop/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"l8Kopfo9o","title":"Debian: PulseAudio mit PipeWire ersetzen","shortId":"l8Kopfo9o","createdAt":"2021-05-01T08:49:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997649,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T08:43:02.000Z","url":"https://linuxnews.de/2021/05/debian-pulseaudio-durch-pipewire-ersetzen/","canonicalUrl":"https://linuxnews.de/2021/05/debian-pulseaudio-durch-pipewire-ersetzen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lTFUDwSWg","title":"FIAU Malta","shortId":"lTFUDwSWg","createdAt":"2021-05-23T20:35:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030035,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/100225847/FIAU-Malta","canonicalUrl":"https://www.behance.net/gallery/100225847/FIAU-Malta","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b620e5b40645a5b6df833f5a0676c255","ratio":1.40421263791374,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFBhEhEkGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMz2xpWn2TVhkq2XsN0WSZVU/CD6y7TatAIoaaXyA74A4xjA/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"dEJrr_2uq","title":"Spinning Up Multiple WordPress Sites Locally With DevKinsta — Smashing Magazine","shortId":"dEJrr_2uq","createdAt":"2021-06-15T10:46:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":17,"score":27063094,"tagsStr":"webdev,wordpress,php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7a36bca72ff140acc0b9043a860a18e","ratio":1.82168330955777,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBRITMUGi4f/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/AM9YEbZdPyZHRwudEWi3sJJ3Gu78KIwLAPL6/URUPDkr2jAWNO//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"myQPrHf0Q","title":"Smashing Podcast Episode 39 With Addy Osmani: Image Optimization — Smashing Magazine","shortId":"myQPrHf0Q","createdAt":"2021-06-15T07:58:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":119,"score":27063081,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-15T09:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/smashing-podcast-episode-39/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/smashing-podcast-episode-39/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/066d14270d9228eecf5fb5e7d728a792","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEEIUESEyIjMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAbEQACAgMBAAAAAAAAAAAAAAABAgMhABExcf/aAAwDAQACEQMRAD8Axocus49lhkLCwvdbtTXVrv5+q6ePE50l4oJ4jZDq39BEQasWB3lbkiWOQFKoCieecz//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@drewm","readTime":41,"description":null,"toc":null,"summary":null},{"id":"z9FJf_NSJ","title":"Making Tables With Sticky Header and Footers Got a Bit Easier","shortId":"z9FJf_NSJ","createdAt":"2021-06-14T22:32:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":537,"score":27062808,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-15T05:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T22:04:41.000Z","url":"https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/","canonicalUrl":"https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37c2d6f022842570c4a14917e1c690cd","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACEQMEBhIUMRUhMkHi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8AzB2O1aI0G9pvJPJt/XEeSpwQuM9RaJ7xt/pER2SuJICvmdbpC3hR5ZFYcB5X/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sTPjBa2fa","title":"Component-Driven Responsive Design Using Container and Scope CSS Queries","shortId":"sTPjBa2fa","createdAt":"2021-06-15T02:34:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":212,"score":27062765,"tagsStr":"css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-15T07:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T14:02:23.000Z","url":"https://blog.bitsrc.io/component-driven-responsive-design-using-upcoming-css-features-46a4ea94e690","canonicalUrl":"https://blog.bitsrc.io/component-driven-responsive-design-using-upcoming-css-features-46a4ea94e690","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81950d8fb12d60970ec277fd94cf72d1","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCAAQhBhEHEiIyQVGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMSBCKhwf/aAAwDAQACEQMRAD8A1o6UZINN0+DGBoRLqlsZk9w9DIxmqDh/fEbi/WB4HNLHylKWu5h1KSiypYmCh4PQv//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"EYLjsRXQX","title":"Improving Cumulative Layout Shift at Telegraph Media Group","shortId":"EYLjsRXQX","createdAt":"2021-06-14T13:28:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":0,"score":27061288,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/telegraph/","canonicalUrl":"https://web.dev/telegraph/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/757877e97bf497db6f7193c7258ca6a9","ratio":1.56666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIGAAMhBxGhEhQkMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQACAwQREiFRYZHR/9oADAMBAAIRAxEAPwDXL0V1EYXwk5sjqcFPCUbD56xzVqRuchFDTOyWAyexXPNKU1XO7Bug6Gw4RwsFz6V//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Lp4FyF7Oe","title":"How to Build a Custom Pagination Component in React","shortId":"Lp4FyF7Oe","createdAt":"2021-06-14T23:49:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":128,"score":27062520,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T22:39:00.000Z","url":"https://www.freecodecamp.org/news/build-a-custom-pagination-component-in-react/","canonicalUrl":"https://www.freecodecamp.org/news/build-a-custom-pagination-component-in-react/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e889049128d1987f520b9c83aac34c4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQREiFBFf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQUAAwAAAAAAAAAAAAAAAQACAxFREjGR/9oADAMBAAIRAxEAPwDWbCyMHyoXYsZVkJIbA9PRjtTDbLGdDbwuV5sXbJx7SlU4xyc6yfSNxClkLWMqusBzQv/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@mayank_shubham","readTime":10,"description":null,"toc":null,"summary":null},{"id":"6jpiRprsv","title":"DevSecOps Isn't Optional Anymore","shortId":"6jpiRprsv","createdAt":"2021-06-15T00:18:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":113,"score":27062507,"tagsStr":"security,testing,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":8,"banned":false,"deleted":false,"publishedAt":"2021-06-15T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/devsecops-isnt-optional-anymore","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/devsecops-isnt-optional-anymore","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a96d7c6f453a82cddae62402ceb7a9b","ratio":1.82926829268293,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECEiIhofD/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMGesJ87QvdEpt4oAg//2Q==","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":4,"description":null,"toc":null,"summary":null},{"id":"J-egMoCiE","title":"Oskar Wickström: Specifying State Machines with Temporal Logic","shortId":"J-egMoCiE","createdAt":"2021-05-03T08:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":8,"score":27000914,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://wickstrom.tech/programming/2021/05/03/specifying-state-machines-with-temporal-logic.html","canonicalUrl":"https://wickstrom.tech/programming/2021/05/03/specifying-state-machines-with-temporal-logic.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"3Cnt7ayyq","title":"CSS-Tricks Chronicle XXXX","shortId":"3Cnt7ayyq","createdAt":"2021-06-14T18:37:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":425,"score":27062506,"tagsStr":"general-programming,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-15T02:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T18:20:17.000Z","url":"https://css-tricks.com/css-tricks-chronicle-xxxx/","canonicalUrl":"https://css-tricks.com/css-tricks-chronicle-xxxx/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b59dd1471a5748f3414b401977da0219","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhABAAEDAQkAAAAAAAAAAAAAAQIAAwRBBQYHERITIjGi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAIDAQEAAAAAAAAAAAAAAAEDAAQRAgX/2gAMAwEAAhEDEQA/AM3lu3CGT1Rnjz7kAkXrDMHWR5HJqPD2SqbUiDoY3r7pSi/UsMrnkKObE66uXPaGDcM//9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Hgs0Po8Cm","title":"HTML Roving tabindex Attribute Explained with Examples","shortId":"Hgs0Po8Cm","createdAt":"2021-06-14T22:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":28,"score":27062268,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":false,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T20:15:00.000Z","url":"https://www.freecodecamp.org/news/html-roving-tabindex-attribute-explained-with-examples/","canonicalUrl":"https://www.freecodecamp.org/news/html-roving-tabindex-attribute-explained-with-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a0fa8c8375a35f822cb032b4c454e33","ratio":1.334,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAgECBwAAAAAAAAAAAAABAgADBAURBhITIYGRsf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8ArebF0+p6cZRXWCRYFGx2Hj5Jq3iXSa7XRs5QysQR0rOx9REUj//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@sprucekhalifa","readTime":5,"description":null,"toc":null,"summary":null},{"id":"s-UJPyk4i","title":"How to Backup Squarespace-Managed Styles using AWS Cloud","shortId":"s-UJPyk4i","createdAt":"2021-06-14T19:22:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":5,"score":27061978,"tagsStr":"cloud,aws,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T19:19:42.000Z","url":"https://www.freecodecamp.org/news/how-to-backup-squarespace-managed-styles-using-aws-cloud/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-backup-squarespace-managed-styles-using-aws-cloud/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf032d6ebc4a7698d02f3024a1c9e5c2","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIEAAMFESEGBxUjYYGy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIRIZEE/9oADAMBAAIRAxEAPwDAkcwsckyMsfEwUslO4hRmBPgnceqlzjjCm4x6Sg1JOzDT4pSq7C429Ya+mxnRwn//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@adham_benhawy","readTime":10,"description":null,"toc":null,"summary":null},{"id":"RTBUkbzhs","title":"Securing Your Website With Subresource Integrity","shortId":"RTBUkbzhs","createdAt":"2021-06-14T14:26:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":46,"score":27061927,"tagsStr":"security,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T13:30:27.000Z","url":"https://css-tricks.com/securing-your-website-with-subresource-integrity/","canonicalUrl":"https://css-tricks.com/securing-your-website-with-subresource-integrity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a18d7cea0cbc97bd672e1084f604735","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDEQUEIQYSEzRBYeL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8AmMuBlgpr9YyQuIF9CqFV4PpDwG5x5jkhvv2/0iKdkriSAr5nW6fbwo8sisOA8r//2Q==","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":13,"description":null,"toc":null,"summary":null},{"id":"CzkgjAyb0","title":"Using Dapper with ASP.NET Core Web API","shortId":"CzkgjAyb0","createdAt":"2021-06-14T06:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":37,"score":27061253,"tagsStr":"aspnet,.net","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T06:00:21.000Z","url":"https://code-maze.com/using-dapper-with-asp-net-core-web-api/","canonicalUrl":"https://code-maze.com/using-dapper-with-asp-net-core-web-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a805516de59bbc63b7d2107e1294083","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJRAAAgECAwkBAAAAAAAAAAAAAQIDAAUEESIGBxITITFBUWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAhH/2gAMAwEAAhEDEQA/AKXeDtZJbrYZbcZo5EKQKmYVCrFVA0/fPrpWWDFXaUcx5sLxvqOUQ7n8pShtjQtP/9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":17,"description":null,"toc":null,"summary":null},{"id":"foC7rB8x2","title":"A CSS-only typewriter effect (#snippet)","shortId":"foC7rB8x2","createdAt":"2021-04-30T20:38:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":2,"score":26997159,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:00:00.000Z","url":"https://www.stefanjudis.com/snippets/a-css-only-typewriter-effect/","canonicalUrl":"https://www.stefanjudis.com/snippets/a-css-only-typewriter-effect/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"P_A2a5G92","title":"Passwordless Solutions vs. Adaptive Security","shortId":"P_A2a5G92","createdAt":"2021-06-14T00:16:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":60,"score":27060953,"tagsStr":"security,cyber,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/passwordless-solutions-vs-adaptive-security-what-is-the-best-protection-against-covid-19-cyber-attacks","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/passwordless-solutions-vs-adaptive-security-what-is-the-best-protection-against-covid-19-cyber-attacks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/854b08519205a052faa8d690c0384ec7","ratio":0.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIDB//EACIQAAICAQMEAwAAAAAAAAAAAAEDAgQRAAUhExQx0TNBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAREAAiEiQeH/2gAMAwEAAhEDEQA/AMas2Kjt4a3towUEgyCuCZYAMsZ8ZOiJbYQD2rOefkj71XbbnUYYsVBlVyzMImAYxIwPIGSPzTLvUiuJOzUM4H1L3pWpYbksCa6o4XfRP//Z","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":4,"description":null,"toc":null,"summary":null},{"id":"2pnN_5uCH","title":"Sharing Files from iOS 15 Safari to Apps using Web Share","shortId":"2pnN_5uCH","createdAt":"2021-06-12T17:59:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":8,"score":27058963,"tagsStr":"ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T22:33:18.000Z","url":"https://blog.bitsrc.io/sharing-files-from-ios-15-safari-to-apps-using-web-share-c0e98f6a4971","canonicalUrl":"https://blog.bitsrc.io/sharing-files-from-ios-15-safari-to-apps-using-web-share-c0e98f6a4971","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3b2003865a4bf25412bd7f59969a421","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMGERIhQROBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACAxIEBREhMf/aAAwDAQACEQMRAD8AzOGZ7PgWJMFrYuo43I3kKlD80PfrmqXyyRuOsdDz2xpSqU3WYshu5g5KX4RtHc+k9r//2Q==","siteTwitter":"@bitdev_","creatorTwitter":"@leemartin","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bUyKIwFSe","title":"Introducing libSquoosh","shortId":"bUyKIwFSe","createdAt":"2021-06-09T11:26:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","tweeted":true,"views":991,"score":27055110,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-09T20:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/introducing-libsquoosh/","canonicalUrl":"https://web.dev/introducing-libsquoosh/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5a329cd8884ca47c7d25aedf91a05fa","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEBRIhYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOlfYcNa0B8iwUA7ubnwSG3k0ta7KRhYkejEQP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o1aG3dFgj","title":"How to Center Anything in CSS Using Flexbox and Grid ✨","shortId":"o1aG3dFgj","createdAt":"2021-06-11T20:44:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":317,"score":27058210,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T20:40:17.000Z","url":"https://www.freecodecamp.org/news/how-to-center-objects-using-css/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-center-objects-using-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c351cf569c0115e6d5fd01d97d19f1b8","ratio":1.91,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQFEhUhMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDESH/2gAMAwEAAhEDEQA/ANA2B09y1QVErcoqosjcGdWjzlUojaABiNkRDN7UWW28uhP/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@joyshaheb","readTime":5,"description":null,"toc":null,"summary":null},{"id":"CRtYJfVDg","title":"Safari 15: New UI, Theme Colors, and… a CSS-Tricks Cameo?","shortId":"CRtYJfVDg","createdAt":"2021-06-11T21:55:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":136,"score":27058170,"tagsStr":"ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T21:38:48.000Z","url":"https://css-tricks.com/safari-15-new-ui-theme-colors-and-a-css-tricks-cameo/","canonicalUrl":"https://css-tricks.com/safari-15-new-ui-theme-colors-and-a-css-tricks-cameo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4930d580101169a0fdeb91fcb19995e8","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhBhQxQYP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgICAwEAAAAAAAAAAAAAAQMCBAARBSFB8P/aAAwDAQACEQMRAD8AzjT9F7F4hEbRma3jgzJbbhled+C3k+6rJ0IZJGc30ILEsQLY45+lKUXylhlcxCjrf3uI1UwY5sZjYB6z/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wFVkTSdbC","title":"The Possibilities of Syndication","shortId":"wFVkTSdbC","createdAt":"2021-06-11T21:55:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":34,"score":27058040,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T21:25:56.000Z","url":"https://css-tricks.com/the-possibilities-of-syndication/","canonicalUrl":"https://css-tricks.com/the-possibilities-of-syndication/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebadb40d59261ed72e403c1ca7a9f534","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwURIQQGEhQxNELi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAwACESEEBRP/2gAMAwEAAhEDEQA/AMskoM0EjIusjcXex04wO1rclY7Ec4lxqTbnPj/SIp3ZPYg18zjMfxk0u1lbDQOp/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fkw5g78mk","title":"Chromium Blog: Changes to Chrome OS’s release cycle","shortId":"fkw5g78mk","createdAt":"2021-06-11T14:59:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"chromium","views":19,"score":27057522,"tagsStr":"open-source,google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.chromium.org/2021/06/changes-to-chrome-oss-release-cycle.html","canonicalUrl":"https://blog.chromium.org/2021/06/changes-to-chrome-oss-release-cycle.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"Chromium Blog","creatorTwitter":"@ChromiumDev","readTime":1,"description":null,"toc":null,"summary":null},{"id":"akgVOa6Uq","title":"OCETA","shortId":"akgVOa6Uq","createdAt":"2021-05-01T08:42:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":6,"score":26997905,"tagsStr":"c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/118529363/OCETA","canonicalUrl":"https://www.behance.net/gallery/118529363/OCETA","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c6a64555c2f806f4588d89c62f740b8","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAAIBAxESIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDNVVTtX0rZEb5pAAD/2Q==","siteTwitter":"@behance","creatorTwitter":"@korbtv","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-B89_zaC5z","title":"Sharing learnings about our image cropping algorithm","shortId":"-B89_zaC5z","createdAt":"2021-06-11T00:26:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":80,"score":27056768,"tagsStr":"tech-news,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/sharing-learnings-about-our-image-cropping-algorithm","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/sharing-learnings-about-our-image-cropping-algorithm","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"s9ITDtXRg","title":"Introducing Health+ with Confluent Platform 6.2","shortId":"s9ITDtXRg","createdAt":"2021-06-10T15:29:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":3,"score":27055895,"tagsStr":"infrastructure,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.confluent.io/blog/introducing-confluent-platform-6-2/","canonicalUrl":"https://www.confluent.io/blog/introducing-confluent-platform-6-2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":9,"description":null,"toc":null,"summary":null},{"id":"hs2WfhQ7C","title":"How to get GitOps right with infrastructure as code security","shortId":"hs2WfhQ7C","createdAt":"2021-06-10T12:35:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":18,"score":27055851,"tagsStr":"general-programming,security,infrastructure,devops,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/10/how-to-get-gitops-right-with-iac-security/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/10/how-to-get-gitops-right-with-iac-security/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/751c029810dc05cf05ad0efd44fbc20c","ratio":1.50022094564737,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDBAAFBhEhEpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAyFRkf/aAAwDAQACEQMRAD8A1HG7hl90YjSGpMVLi0qLragClBKyNDnQNHtUzkTMvavF3s4TvgMNW9faUoNDsVMqho8n/9k=","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gkOnIHnZG","title":"Test Frontend and API Together with Cypress","shortId":"gkOnIHnZG","createdAt":"2021-06-10T04:24:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":414,"score":27055845,"tagsStr":"webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-10T12:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T21:18:39.000Z","url":"https://blog.bitsrc.io/test-frontend-and-api-together-with-cypress-6291aa0f41e2","canonicalUrl":"https://blog.bitsrc.io/test-frontend-and-api-together-with-cypress-6291aa0f41e2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8137488ac241ed3dfc98a92ba5547cf","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAURITEGEiJCYZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhJR/9oADAMBAAIRAxEAPwC9zfUd1HLY3dxI91C3dCsZ0jIL6ey76Dx352+1QQ3KNEhkyOTLlQSQqc/tKVLp2nI5UwM//9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ijvTrzlFVI","title":"Empyrial: By Investors, For Investors","shortId":"ijvTrzlFVI","createdAt":"2021-06-10T18:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":0,"score":27055804,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T09:19:06.000Z","url":"https://itnext.io/empyrial-by-investors-for-investors-d602f6ff29f9","canonicalUrl":"https://itnext.io/empyrial-by-investors-for-investors-d602f6ff29f9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c88098a75bef0b3352fc577661fff67","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRIQUiJTNRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSp4y6y3eb/JbI6YdD146tjhlWNVa5kcgAFiq5P3QpSg//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YM5cmku_c","title":"10 Bootstrap Weather Examples","shortId":"YM5cmku_c","createdAt":"2021-05-21T01:04:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025984,"tagsStr":"css,html,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:36:44.000Z","url":"http://csshint.com/bootstrap-weather/","canonicalUrl":"http://csshint.com/bootstrap-weather/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5a35b2c4ed8429ed18cbdc278ab6ffe","ratio":1.78398058252427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAAABQQDAAAAAAAAAAAAAAAAAQIDBQQGByEREiL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8AmWPZ7HFDZ7VNdEFJ1kuSnTU+wywpPBn52o+2iEhAAmymMJUHSf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"v_Am-_11u","title":"Secures RESTful APIs with Quarkus OIDC and Auth0","shortId":"v_Am-_11u","createdAt":"2021-06-10T07:04:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":14,"score":27055507,"tagsStr":"security,authentication,spring,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T07:04:43.000Z","url":"https://itnext.io/secures-restful-apis-with-quarkus-oidc-and-auth0-643475a9710c","canonicalUrl":"https://itnext.io/secures-restful-apis-with-quarkus-oidc-and-auth0-643475a9710c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2744e20b6f4c6a42c795de49967b7df5","ratio":1.75953079178886,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxABAQACAwEAAAAAAAAAAAAAAQIAAwQRIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A1FOyY6mhV+5K+LxbpqtIq9r7jGWXB//Z","siteTwitter":"@itnext_io","creatorTwitter":"@hantsy","readTime":7,"description":null,"toc":null,"summary":null},{"id":"eBUksve7c","title":"The Skills You Need to Start Freelancing as a Developer","shortId":"eBUksve7c","createdAt":"2021-06-09T19:56:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":322,"score":27055285,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-10T01:30:00.000Z","discussionScore":6,"banned":false,"deleted":false,"publishedAt":"2021-06-09T19:45:20.000Z","url":"https://www.freecodecamp.org/news/the-skills-you-need-to-start-freelancing/","canonicalUrl":"https://www.freecodecamp.org/news/the-skills-you-need-to-start-freelancing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/279bab0c217fccf7829a35b3ae8bbb50","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwX/xAAkEAACAgEDAwUBAAAAAAAAAAABAwIEEQASIQUxUQYHEzJBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAxAv/aAAwDAQACEQMRAD8AST7l0ekU0Ou0rLJB4qPXXhuMGnP1JwJRGOZfzSjgS5BBB50adZoV1T6ZdCWSfan8gUiYUubdm7LB3xgfh58ass9Y0Esmpjn74ExO2GBkeOO2grtegMv/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@study_web_dev","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Xxbc7A6sa","title":"Some thoughts on measuring DevOps maturity and progress","shortId":"Xxbc7A6sa","createdAt":"2021-06-07T06:52:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codecentric","views":2,"score":27051053,"tagsStr":"career,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T06:30:58.000Z","url":"https://blog.codecentric.de/en/2021/06/devops-maturity-measuring-progress/","canonicalUrl":"https://blog.codecentric.de/en/2021/06/devops-maturity-measuring-progress/","image":"https://blog.codecentric.de/wp-content/themes/codecentric2015/img/icons/favicon.ico","ratio":null,"placeholder":"","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":3,"description":null,"toc":null,"summary":null},{"id":"-NirEwx85","title":"Learn Bootstrap 5 and SASS by Building a Portfolio Website","shortId":"-NirEwx85","createdAt":"2021-06-09T18:49:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":358,"score":27055261,"tagsStr":"career,css,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-10T01:00:06.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T18:43:07.000Z","url":"https://www.freecodecamp.org/news/learn-bootstrap-5-and-sass-by-building-a-portfolio-website/","canonicalUrl":"https://www.freecodecamp.org/news/learn-bootstrap-5-and-sass-by-building-a-portfolio-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b198e2bffa5be9c0cbc432fab70685f4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAxESBCHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARQf/aAAwDAQACEQMRAD8AzIebXTaiMhayoEWkomM2jOfWyW625rXOoNYnOR8iJbxElvDwzNTI9Df/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6ET1kUdU9","title":"A Cornucopia of Container Queries","shortId":"6ET1kUdU9","createdAt":"2021-06-09T21:11:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":131,"score":27055238,"tagsStr":"css,containers,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T20:37:00.000Z","url":"https://css-tricks.com/a-cornucopia-of-container-queries/","canonicalUrl":"https://css-tricks.com/a-cornucopia-of-container-queries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/792056f4417f64fd14b01e46d61485b3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQSEWEFBhMUISIy/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8Az1uCataEtaShYukontjIAAfB+hqd6mTkLN2fvoVyJOK2xAGw96UovKWZK5b5HW0hVhZLNK144Dxf/9k=","siteTwitter":"@CSS","creatorTwitter":"@geoffreygraham","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6WqQnORL2","title":"Thumbnail Hover Effect with SVG Filters","shortId":"6WqQnORL2","createdAt":"2021-06-09T12:18:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":18,"score":27054338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T00:00:00.000Z","url":"https://tympanus.net/codrops/2021/06/09/thumbnail-hover-effect-with-svg-filters/","canonicalUrl":"https://tympanus.net/codrops/2021/06/09/thumbnail-hover-effect-with-svg-filters/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43089051baaf8bc3911122dbef6cf443","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAURIRIiBDFRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAAMBAAAAAAAAAAAAAAAAAgABMRL/2gAMAwEAAhEDEQA/ANqkDIFd47mjYy+FJCniNabZ7Y18NTR3+wrGokvXk8wAG7n3+UpUwaWxNc5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"7hiUrUiXV","title":"The Plan for React 18 – React Blog","shortId":"7hiUrUiXV","createdAt":"2021-06-08T17:36:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"react","tweeted":true,"views":1726,"score":27054225,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-09T04:00:07.000Z","discussionScore":169,"banned":false,"deleted":false,"publishedAt":"2021-06-08T00:00:00.000Z","url":"https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html","canonicalUrl":"https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cba0b89d2bf2d96a1ed26edb5849f804","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAgMAAQQREkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMJTlGrFegRXYO1ysh2Va8vqQiI2gBf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6CF0d5eyD","title":"How to properly internationalize a React application using i18next","shortId":"6CF0d5eyD","createdAt":"2021-06-08T13:08:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":160,"score":27053288,"tagsStr":"react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-14T13:33:17.000Z","url":"https://itnext.io/how-to-properly-internationalize-a-react-application-using-i18next-e7eafa05b943","canonicalUrl":"https://itnext.io/how-to-properly-internationalize-a-react-application-using-i18next-e7eafa05b943","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a85db45918434c14b3ec4d3afb5657dd","ratio":2.26415094339623,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgIBAQkAAAAAAAAAAAAAAQIAAwQhBQYREhQxQWKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEXH/2gAMAwEAAhEDEQA/AMg2DkHK3QzDZXWGxWtdWReBfmQaMe5AOoHgyQ6y31+RENgMEjpOs3Z//9k=","siteTwitter":"@itnext_io","creatorTwitter":"@adrirai","readTime":10,"description":null,"toc":null,"summary":null},{"id":"h32sD0DkS","title":"VMware Redefines Security After a Surge in Attacks – The New Stack","shortId":"h32sD0DkS","createdAt":"2021-06-08T11:31:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":6,"score":27052955,"tagsStr":"tech-news,security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T23:42:31.000Z","url":"https://thenewstack.io/vmware-redefines-security-after-a-surge-in-attacks/","canonicalUrl":"https://thenewstack.io/vmware-redefines-security-after-a-surge-in-attacks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2daa4fa39dfc186dc897379088ef39e","ratio":1.82154340836013,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAAUEAQUAAAAAAAAAAAAAAAECBBEDBQYSIRVRVZHT/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAZEQABBQAAAAAAAAAAAAAAAAAAAQIRITH/2gAMAwEAAhEDEQA/AI3GXR4rgLhzaC1cO26F111UoqbblEFKeIMzPvzAzHqzTwdt91voAA7SzSH/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@bcamerongain","readTime":4,"description":null,"toc":null,"summary":null},{"id":"iT4CbMVqC","title":"Modify HTTP request headers with Transform Rules","shortId":"iT4CbMVqC","createdAt":"2021-06-08T13:15:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":13,"score":27052933,"tagsStr":"cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T13:12:50.000Z","url":"https://blog.cloudflare.com/transform-http-request-headers/","canonicalUrl":"https://blog.cloudflare.com/transform-http-request-headers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51373ffcfa216285a9889ae46da8313a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgEDBQAAAAAAAAAAAAAAAQIAAxESBCFBQlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAh/9oADAMBAAIRAxEAPwDTy0C+ndVr1lLdsrkb8SlLqignIgWJ9iIHIm3/2Q==","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"eT9zQ8PkV","title":"5 Lessons I Learned During 5 Years of College","shortId":"eT9zQ8PkV","createdAt":"2021-06-08T11:46:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":11,"score":27052834,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T11:46:07.000Z","url":"https://code.likeagirl.io/5-lessons-i-learned-during-5-years-of-college-1eeef059927f","canonicalUrl":"https://code.likeagirl.io/5-lessons-i-learned-during-5-years-of-college-1eeef059927f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a974bc15cfe4fe16ebffcd46542f3d07","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIhAAAgAFBAMBAAAAAAAAAAAAAQIAAwQGEQUTITEyYXGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRISJB/9oADAMBAAIRAxEAPwCae4bqnanL0dJ9MtXMbb3BLAYzCPDPQHYz+4jWFtX4oCmjDkcFlrEUH2Bnj5CEE1a2Dt4SIzMK8wDmf//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@atibhi_a","readTime":3,"description":null,"toc":null,"summary":null},{"id":"kWtYD2Gue","title":"Building a color scheme","shortId":"kWtYD2Gue","createdAt":"2021-06-09T18:37:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":272,"score":27055219,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-10T01:30:00.000Z","discussionScore":8,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/building-a-color-scheme/","canonicalUrl":"https://web.dev/building-a-color-scheme/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40a8de5bec36c543b30d461855117e7c","ratio":1.56666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJBAAAgECAwkAAAAAAAAAAAAAAQIDABEEBQYIEhMhIkNRYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AJ20HqiXH6qmyzdYYHJVvwz3ZmAux9dSj5fzWEyO8kjPIzM7Eljc8yaUphH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"iLXDuIoM9","title":"Introducing KSML: Kafka Streams for Low Code Environments","shortId":"iLXDuIoM9","createdAt":"2021-06-08T07:11:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":81,"score":27052804,"tagsStr":"general-programming,kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T07:11:27.000Z","url":"https://itnext.io/introducing-ksml-kafka-streams-for-low-code-environments-1f813ee69a14","canonicalUrl":"https://itnext.io/introducing-ksml-kafka-streams-for-low-code-environments-1f813ee69a14","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c227049cd13fd77f44c0d1719e3ff851","ratio":2.05831903945111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAgIDAAIDAAAAAAAAAAAAAQIDBAARIQUxEiJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgAREiH/2gAMAwEAAhEDEQA/ANGeWjsmuI47bos9hVc66EYkaU7+p6O99estB4OvDBHEli/8EUKN2nJ0B+7xjKC7Koyah5BPZ//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"Lfb384PDP","title":"How to retry fails automation tests.","shortId":"Lfb384PDP","createdAt":"2021-06-08T10:04:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":11,"score":27052795,"tagsStr":"testing,automation","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T10:04:06.000Z","url":"https://itnext.io/how-to-retry-fails-automation-tests-af4884c47712","canonicalUrl":"https://itnext.io/how-to-retry-fails-automation-tests-af4884c47712","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/324a33dbc4038321de3529b4a5396c05","ratio":1.54241645244216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAAUDAwUAAAAAAAAAAAAAAQIDBAUAERITITEGIkFhof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQABBQAAAAAAAAAAAAAAAAACAAEDESH/2gAMAwEAAhEDEQA/ANn1MjPMnzu83otyiKnYkdRTEvjMVC8/LjzV4kRFyJQeqtLqOQ1jCZQ1xE243390pQpzJ8tMgAW2l//Z","siteTwitter":"@itnext_io","creatorTwitter":"@testengineerin2","readTime":5,"description":null,"toc":null,"summary":null},{"id":"414E7HKkK","title":"How to use oauth2-proxy for central authentication","shortId":"414E7HKkK","createdAt":"2021-06-08T10:08:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codecentric","views":11,"score":27052736,"tagsStr":"kubernetes,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T09:48:39.000Z","url":"https://blog.codecentric.de/en/2021/06/how-to-use-oauth2-proxy-for-central-authentication/","canonicalUrl":"https://blog.codecentric.de/en/2021/06/how-to-use-oauth2-proxy-for-central-authentication/","image":"https://blog.codecentric.de/wp-content/themes/codecentric2015/img/icons/favicon.ico","ratio":null,"placeholder":"","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":2,"description":null,"toc":null,"summary":null},{"id":"J-Q7SJBjp","title":"The Different Ways in which List Functions Fail in Erlang","shortId":"J-Q7SJBjp","createdAt":"2021-06-08T09:28:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":1,"score":27052719,"tagsStr":"erlang","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T09:27:48.000Z","url":"https://itnext.io/the-different-ways-in-which-list-functions-fail-in-erlang-4d03b6fd5c10","canonicalUrl":"https://medium.com/erlang-battleground/how-do-list-functions-fail-in-erlang-e022eec6eecd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/512eb8492b9cfb16948802f7c3bc4c73","ratio":1.37634408602151,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIABAYREiEDEzFSof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwDUbkvnorVUiL3grl9gBwcJkfZMte9NseH8+sRIiz0F/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@elbrujohalcon","readTime":4,"description":null,"toc":null,"summary":null},{"id":"IFch06h7y","title":"VS Code Extensions for HTML","shortId":"IFch06h7y","createdAt":"2021-06-07T14:49:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","tweeted":true,"views":1289,"score":27052525,"tagsStr":"general-programming,devtools,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-08T03:00:00.000Z","discussionScore":38,"banned":false,"deleted":false,"publishedAt":"2021-06-07T14:13:50.000Z","url":"https://css-tricks.com/vs-code-extensions-for-html/","canonicalUrl":"https://css-tricks.com/vs-code-extensions-for-html/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6517104ee289ab9f920874f4a43cdf60","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQADEQIEEwUGEiEVIrL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAwEBAAAAAAAAAAAAAAEDAgQAESEFcf/aAAwDAQACEQMRAD8AxG4tDNxrjz2VirNTAD7GXhJmR7DtRnYtdRJ8hbie4FkAPpEU72LTUzBWdb+Y2jXXKbFkcieZ/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GzQolooza","title":"Top React PDF Libraries in 2021","shortId":"GzQolooza","createdAt":"2021-06-07T22:14:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":214,"score":27052431,"tagsStr":"react,css,react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T22:13:47.000Z","url":"https://blog.bitsrc.io/top-react-pdf-libraries-in-2021-d0cfbeccdbf8","canonicalUrl":"https://blog.bitsrc.io/top-react-pdf-libraries-in-2021-d0cfbeccdbf8","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1cf32cfa9f159247def4574924413b4e","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABAwUBAAAAAAAAAAAAAAABAAIRAwQSEyEF/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAQACAwEAAAAAAAAAAAAAAAEAMQISIYH/2gAMAwEAAhEDEQA/ALr097r1lcOaXgQHA4kQTA4OjqoKVK91s2Xbc4GUUweoiQuyEhr3FT1n/9k=","siteTwitter":"@bitdev_","creatorTwitter":"@PiumiLiyana","readTime":2,"description":null,"toc":null,"summary":null},{"id":"em7yz3905","title":"Links on Accessibility","shortId":"em7yz3905","createdAt":"2021-06-07T20:52:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":68,"score":27052271,"tagsStr":"react,career,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T19:52:26.000Z","url":"https://css-tricks.com/links-on-accessibility/","canonicalUrl":"https://css-tricks.com/links-on-accessibility/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7a38a29b567f75fa011b394a87d8924","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAkEAABBAEACwAAAAAAAAAAAAABAAIDEQQGBxITFRchVWGU4v/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAwIABBEhBUHw/9oADAMBAAIRAxEAPwCe1k4HGNLcjLJhAnZWxPFvSyzdggt6+VL8vXd0HrfaIi+UuGW5iFHGfd0jaogxzYyGgdV//9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"GNiNN3bS_","title":"How Netflix uses eBPF flow logs at scale for network insight","shortId":"GNiNN3bS_","createdAt":"2021-06-07T19:21:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"netflix","views":141,"score":27052263,"tagsStr":"cloud,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T15:52:22.000Z","url":"https://netflixtechblog.com/how-netflix-uses-ebpf-flow-logs-at-scale-for-network-insight-e3ea997dca96","canonicalUrl":"https://netflixtechblog.com/how-netflix-uses-ebpf-flow-logs-at-scale-for-network-insight-e3ea997dca96","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0411e09d47ea104282a8a79cdcf8baec","ratio":1.84615384615385,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgEDBQAAAAAAAAAAAAAAAQIAAxESBCExMpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANPPoEqVGZncZKFIQ48G99pI0yT3PkREH//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1IilrmD3h","title":"Preflight Defends Against Supply Chain Attacks with Single Line of Code – The New Stack","shortId":"1IilrmD3h","createdAt":"2021-06-07T14:01:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":15,"score":27051688,"tagsStr":"general-programming,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T13:00:32.000Z","url":"https://thenewstack.io/preflight-defends-against-supply-chain-attacks-with-single-line-of-code/","canonicalUrl":"https://thenewstack.io/preflight-defends-against-supply-chain-attacks-with-single-line-of-code/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b8884f9b362ac16012db15d953d961a","ratio":1.44444444444444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQFESEGE0GREjGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIREhSR/9oADAMBAAIRAxEAPwDUanpZDDQakZdxxIHluyjl1YzkPffXFopVT0iVG1NJF+G1Adbht3CEAstVW3lLp//Z","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":4,"description":null,"toc":null,"summary":null},{"id":"i3-lEWS59","title":"The Road to AI Hell Starts with Good MLOps Intentions – The New Stack","shortId":"i3-lEWS59","createdAt":"2021-06-07T12:00:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":5,"score":27051541,"tagsStr":"general-programming,machine-learning,ai,aiops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T10:00:18.000Z","url":"https://thenewstack.io/the-road-to-ai-hell-starts-with-good-mlops-intentions/","canonicalUrl":"https://thenewstack.io/the-road-to-ai-hell-starts-with-good-mlops-intentions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e85c5d50daae64bde7e4becb920d8506","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAAIDBAUGESESEzFS0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQBB/9oADAMBAAIRAxEAPwCdx+pxqnxqdj6a9TkHQmbJGzp3vw3lRbqawFxPfunJ9GfURWVNgA5f/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"s7Tv_WVxn","title":"SwiftUI - Two Directional SnapList","shortId":"s7Tv_WVxn","createdAt":"2021-06-07T10:43:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":27,"score":27051447,"tagsStr":"swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T08:15:45.000Z","url":"https://sameer-syd.medium.com/swiftui-two-directional-snaplist-95cb852957be","canonicalUrl":"https://sameer-syd.medium.com/swiftui-two-directional-snaplist-95cb852957be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f96beb47ca152865272f2e3bed8ccd81","ratio":1.52866242038217,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQFMREVISIyUf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDOcXc4roF/KViwhYSHeXvIne/vNTT2Ik9klKMFmRMYk6HPYUpSEMWPrwv/2Q==","siteTwitter":"@Medium","creatorTwitter":"@syd_sameer","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IJHn9a90U","title":"The web we choose to build","shortId":"IJHn9a90U","createdAt":"2021-06-04T20:53:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":240,"score":27048121,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-08T18:53:36.000Z","url":"https://colinoakley.medium.com/the-web-we-choose-to-build-e921510e3f1b","canonicalUrl":"https://colinoakley.medium.com/the-web-we-choose-to-build-e921510e3f1b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18758d01771cf43eb1075538c483a574","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwEC/8QAIRAAAgAGAwADAAAAAAAAAAAAAQIAAwQFBhIREyEHMVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AL8Wwf4/uOFWq5XnO0t13qJk5aikKBukKrlRr9jnVTsfDtwPYKKhEl1E1JT9ktWIV/wBDnwxiJAf/2Q==","siteTwitter":"@Medium","creatorTwitter":"@htmlandbacon","readTime":4,"description":null,"toc":null,"summary":null},{"id":"CJt_Hn_Rs","title":"Creating a DB2 client container as Prometheus scraping target in K8s","shortId":"CJt_Hn_Rs","createdAt":"2021-06-07T12:14:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":0,"score":27051134,"tagsStr":"kubernetes,containers,crawling,prometheus","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T12:14:01.000Z","url":"https://itnext.io/creating-a-db2-client-container-as-prometheus-scraping-target-in-k8s-b36e5cdbd394","canonicalUrl":"https://itnext.io/creating-a-db2-client-container-as-prometheus-scraping-target-in-k8s-b36e5cdbd394","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33ac52789385a63c05c6a7ce6e21b01c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIxAAAQMDAwUBAAAAAAAAAAAAAQIEEQADBQYHIRMVIiQxof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCBBL/2gAMAwEAAhEDEQA/AIw2otL6cvNFZ3G3m70NiC7R7HW5AlaSYTAAHjP01tbe5W36raT3huJAMHFXePylKNr2JgARN9R1P//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4RrrgAVAR","title":"Hangfire with ASP.NET Core","shortId":"4RrrgAVAR","createdAt":"2021-06-07T06:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":25,"score":27051108,"tagsStr":"aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T06:00:21.000Z","url":"https://code-maze.com/hangfire-with-asp-net-core/","canonicalUrl":"https://code-maze.com/hangfire-with-asp-net-core/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9242c173abb9f1fac8bcea8296e1e9c3","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAgIBAwUAAAAAAAAAAAABAgMEAAUREzFRBgcSIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIDABH/2gAMAwEAAhEDEQA/AKD7jageo7umozzzVK/Ul6s9V/hMEIVQikAfp55Pbwci+zi3kGytwxW67xxzOitJyXYBiAW+u/nGMVZzQKcs9KlfHv/Z","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":12,"description":null,"toc":null,"summary":null},{"id":"OmNxf1X2x","title":"Typed Logic: Why Kleisli Arrows Matter","shortId":"OmNxf1X2x","createdAt":"2021-06-07T04:15:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":5,"score":27051077,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"http://logicaltypes.blogspot.com/2021/06/why-kleisli-arrow-matter.html","canonicalUrl":"http://logicaltypes.blogspot.com/2021/06/why-kleisli-arrow-matter.html","image":"http://logicaltypes.blogspot.com/favicon.ico","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"gC0yfYhZC","title":"VRIO","shortId":"gC0yfYhZC","createdAt":"2021-05-18T04:11:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27021851,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/95926081/VRIO","canonicalUrl":"https://www.behance.net/gallery/95926081/VRIO","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9d0d54b41437b0c7bfce7cc86389699","ratio":1.84453227931489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACBBESAxMxUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMVjyMIGu3baS+m5G7A58UdntEQi/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mat24KfGW","title":"How ‘The Oregon Trail’ Video Game Evolved to Incorporate Native American Perspectives – The New Stack","shortId":"mat24KfGW","createdAt":"2021-06-06T14:06:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":20,"score":27050266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-06T13:00:54.000Z","url":"https://thenewstack.io/how-the-oregon-trail-video-game-evolved-to-incorporate-native-american-perspectives/","canonicalUrl":"https://thenewstack.io/how-the-oregon-trail-video-game-evolved-to-incorporate-native-american-perspectives/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84ae39d7bc7c7f10f311a17fb4d40858","ratio":1.77650429799427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDBAAhMQUGERMSIpH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhED/9oADAMBAAIRAxEAPwC3unWQnQtOJuI2r7Sp1G7bxVeL+vF8fKzuVLVqS82bImQGoqXYd1Rc5pShWk8K3tTh5J//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":6,"description":null,"toc":null,"summary":null},{"id":"lhQwtpZ1y","title":"This Week in Programming: Google Gets into the Open Source Insights Game – The New Stack","shortId":"lhQwtpZ1y","createdAt":"2021-06-05T14:07:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":294,"score":27049173,"tagsStr":"general-programming,google,devtools,open-source,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-05T17:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-05T13:00:19.000Z","url":"https://thenewstack.io/this-week-in-programming-google-gets-into-the-open-source-insights-game/","canonicalUrl":"https://thenewstack.io/this-week-in-programming-google-gets-into-the-open-source-insights-game/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c424187088b95b88676042f95349d78a","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABiEFEhMiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAwQRI//aAAwDAQACEQMRAD8AsbXr8ORH8iuoznVNtlYLx71EVV3Y5BNi+PuZbJ0qGqS6oOPAFZNeprnGMmzVrrHmB2FTJZOrP//Z","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":6,"description":null,"toc":null,"summary":null},{"id":"pKat0E7tZ","title":"Consuming GraphQL APIs with Quarkus","shortId":"pKat0E7tZ","createdAt":"2021-06-05T16:05:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":107,"score":27049059,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T12:55:35.000Z","url":"https://itnext.io/consuming-graphql-apis-with-quarkus-a2f482b6169d","canonicalUrl":"https://itnext.io/consuming-graphql-apis-with-quarkus-a2f482b6169d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ca40dbceadf621ce5f9d050a76e08b4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEQcSIVEi/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABYRAQEBAAAAAAAAAAAAAAAAAAECAP/aAAwDAQACEQMRAD8A0vOckbylpNbW7LjY+6XcToDJISPwUO/NEe/d1Kn5WjjnkRcQ7BWKgm4A3o/OtKUKcqTf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@hantsy","readTime":10,"description":null,"toc":null,"summary":null},{"id":"RAr0X5itu7","title":"Preparing Girls for Software Engineering Careers","shortId":"RAr0X5itu7","createdAt":"2021-06-05T08:23:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":49,"score":27048463,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T13:18:58.000Z","url":"https://code.likeagirl.io/preparing-girls-for-software-engineering-careers-427b31110e4b","canonicalUrl":"https://code.likeagirl.io/preparing-girls-for-software-engineering-careers-427b31110e4b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4051b65a83fdb8035469e3d96a7e2e51","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAAYBAgcAAAAAAAAAAAAAAQIDBAURAAYxISIyQVFhkf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8ApCTiyoKuklVKi2ybp0UC0AAZUpPHMFWFe/mWSWrHASLoAbRnBU/SQ9bjtfbGMOeVQI7PZ//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ZwJ8s1n2s","title":"4 Lessons I Learnt From My First Product Design Project","shortId":"ZwJ8s1n2s","createdAt":"2021-06-05T01:33:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":353,"score":27048439,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-05T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-05T01:32:59.000Z","url":"https://cuzegbu.medium.com/4-lessons-i-learnt-from-my-first-product-design-project-ea6501a52dca","canonicalUrl":"https://code.likeagirl.io/4-lessons-i-learnt-from-my-first-product-design-project-ea6501a52dca","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/685cb682102c3119fbc8f253c824dc74","ratio":1.8348623853211,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAwABAhIREzFS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AN42FkcjbZ4ryzqJkNeWDl76dERN6QOTUv/Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@chinwe_uz","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EsEFXEZS4","title":"Getting Started With Webpack — Smashing Magazine","shortId":"EsEFXEZS4","createdAt":"2021-06-04T10:14:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":532,"score":27047679,"tagsStr":"general-programming,webdev,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-04T18:30:00.000Z","discussionScore":3,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/getting-started-webpack/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/getting-started-webpack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ade1d6276d97c4a428ad9c90092a4c9","ratio":2.22222222222222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAAUFAQAAAAAAAAAAAAAAAAECAxIREyEiQVL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMmN6DTzVplVyO6k7JpnU+V6IzLyQAHTv//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"vG2ifHavA","title":"Code Maze Weekly #79","shortId":"vG2ifHavA","createdAt":"2021-06-04T11:31:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":20,"score":27047099,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-06-04T11:21:59.000Z","url":"https://code-maze.com/code-maze-weekly-79/","canonicalUrl":"https://code-maze.com/code-maze-weekly-79/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c62d3f035afa1d044d9510c49a2bcb85","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LE1xk8Jh4","title":"Intermediate Training Courses - Haskell and Rust","shortId":"LE1xk8Jh4","createdAt":"2021-06-03T16:55:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":57,"score":27046192,"tagsStr":"rust,haskell","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.fpcomplete.com/blog/intermediate-training-courses/","canonicalUrl":"https://www.fpcomplete.com/blog/intermediate-training-courses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e02c53189e1d9e64a57d0415b2499b8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIEB//EAB8QAQABAwQDAAAAAAAAAAAAAAECAAMREhMhMVGB8P/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8Aw2/CGqMbNt1Jl3JgY9NTSuMZJtHDjhzRe/vFMdVUSgB6p//Z","siteTwitter":"@FPComplete","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"sxCHQdWLr","title":"Python for Bioinformatics: Use Machine Learning and Data Analysis for Drug Discovery","shortId":"sxCHQdWLr","createdAt":"2021-06-04T02:43:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":50,"score":27046712,"tagsStr":"machine-learning,career,python,data-analysis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T02:32:22.000Z","url":"https://www.freecodecamp.org/news/python-for-bioinformatics-use-machine-learning-and-data-analysis-for-drug-discovery/","canonicalUrl":"https://www.freecodecamp.org/news/python-for-bioinformatics-use-machine-learning-and-data-analysis-for-drug-discovery/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7732c1d1dd19361ed4db3e560dc40f23","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFESESQZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxESIf/aAAwDAQACEQMRAD8AyPL5mCKJVS2jmYCIbePx0rsnjd7+1C4zlpPcSyjHogkYt5XQA2d6A+UpSK7HwNvsNwp0ET//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":1,"description":null,"toc":null,"summary":null},{"id":"7PII_yZAa","title":"Homepage feed multi-task learning using TensorFlow","shortId":"7PII_yZAa","createdAt":"2021-06-03T22:11:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"linkedin","views":157,"score":27046687,"tagsStr":"tech-news,tensorflow","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://engineering.linkedin.com/blog/2021/homepage-feed-multi-task-learning-using-tensorflow","canonicalUrl":"https://engineering.linkedin.com/blog/2021/homepage-feed-multi-task-learning-using-tensorflow","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92fdb5252e0272ee1479c8865d6d56de","ratio":1.49253731343284,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAEQMEISKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANL7GvtZHYpkZAwqgRz1d/JRHALiIH//2Q==","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3ZULzqUi2","title":"Chromium Blog: Chrome 92: Web Apps as File Handlers, New JavaScript Features, and More","shortId":"3ZULzqUi2","createdAt":"2021-06-03T20:34:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"chromium","views":173,"score":27046569,"tagsStr":"general-programming,javascript,google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.chromium.org/2021/06/chrome-92-web-apps-as-file-handlers-new.html","canonicalUrl":"https://blog.chromium.org/2021/06/chrome-92-web-apps-as-file-handlers-new.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"Chromium Blog","creatorTwitter":"@ChromiumDev","readTime":5,"description":null,"toc":null,"summary":null},{"id":"xJl1QXcdE","title":"Observing compute pressure","shortId":"xJl1QXcdE","createdAt":"2021-06-03T19:02:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":61,"score":27046382,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/compute-pressure/","canonicalUrl":"https://web.dev/compute-pressure/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05c45dfad39cc37995eb576d915e5615","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQCAwEAAAAAAAAAAAABAgMEAAUREiFhBhMUIv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgARAyLB/9oADAMBAAIRAxEAPwCJM2HebNdHIsWNCjMQGG5DYQVLdWFjKkHH5JPJ64qakx/Dfod9Dt1DO502bRnXPGe6UoXjntUimnzFq0zKmf/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"GnTTP4MSe","title":"Component development: How to create a collapsible Fieldset in neo.mjs","shortId":"GnTTP4MSe","createdAt":"2021-06-03T10:11:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":58,"score":27045734,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T12:52:06.000Z","url":"https://itnext.io/component-development-how-to-create-a-collapsible-fieldset-in-neo-mjs-311bf465d829","canonicalUrl":"https://itnext.io/component-development-how-to-create-a-collapsible-fieldset-in-neo-mjs-311bf465d829","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d73e469bfc2faa055cab52b6d9f1cff8","ratio":2.23317307692308,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAECEQMSIWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxCMm8it30rbxAAf/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"AM2sosvw_","title":"Premium design: Building a mobile app for Loewe","shortId":"AM2sosvw_","createdAt":"2021-06-03T10:39:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"evilmartians","views":46,"score":27045734,"tagsStr":"react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://evilmartians.com/chronicles/premium-design-building-a-mobile-app-for-loewe","canonicalUrl":"https://evilmartians.com/chronicles/premium-design-building-a-mobile-app-for-loewe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8d57f14f428e57323b04a732c3d1867","ratio":1.2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAgMAAQQRIjOCkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDRz1ZJZKTTlCtA8irTRWfbXb5KYiB//9k=","siteTwitter":"@evilmartians","creatorTwitter":"@evilmartians","readTime":0,"description":null,"toc":null,"summary":null},{"id":"tKaainMau","title":"Configuring EAP subsystems with Galleon","shortId":"tKaainMau","createdAt":"2021-06-03T10:10:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":5,"score":27045579,"tagsStr":"docker,spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T13:56:13.000Z","url":"https://itnext.io/configuring-eap-subsystems-with-galleon-9c824684a7bd","canonicalUrl":"https://itnext.io/configuring-eap-subsystems-with-galleon-9c824684a7bd","image":"","ratio":null,"placeholder":"","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rHf7Y34_n","title":"JavaScript Async/Await Tutorial – Learn Callbacks, Promises, and Async/Await in JS by Making Ice Cream 🍧🍨🍦","shortId":"rHf7Y34_n","createdAt":"2021-06-02T14:52:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","tweeted":true,"views":2309,"score":27045523,"tagsStr":"general-programming,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-03T04:00:01.000Z","discussionScore":59,"banned":false,"deleted":false,"publishedAt":"2021-06-02T14:45:18.000Z","url":"https://www.freecodecamp.org/news/javascript-async-await-tutorial-learn-callbacks-promises-async-await-by-making-icecream/","canonicalUrl":"https://www.freecodecamp.org/news/javascript-async-await-tutorial-learn-callbacks-promises-async-await-by-making-icecream/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a3be913d70827cf9f62ecea939fcd78","ratio":1.91,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAwQRYRIUUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEgMhQf/aAAwDAQACEQMRAD8A0jhq9rNpZz42LbYgcdHgE/TKwWXthzMbQSa1PJXoRERWi5W7V4f/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@joyshaheb","readTime":24,"description":null,"toc":null,"summary":null},{"id":"KlTsReRFX","title":"GitHub Availability Report: May 2021","shortId":"KlTsReRFX","createdAt":"2021-06-03T00:09:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":369,"score":27045511,"tagsStr":"general-programming,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-03T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://github.blog/2021-06-02-github-availability-report-may-2021/","canonicalUrl":"https://github.blog/2021-06-02-github-availability-report-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4417e81a100f9ff295d1d5bc5055b976","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRURITMUFi/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/ANN1MLqjmRzR5zlUaJA0DcvbvSERNRof/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xXKlJ8pkC","title":"How to Build a Discord AI Chatbot that Talks Like Your Favorite Character","shortId":"xXKlJ8pkC","createdAt":"2021-06-01T23:57:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":171,"score":27043865,"tagsStr":"tech-news,ai,bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T23:47:33.000Z","url":"https://www.freecodecamp.org/news/discord-ai-chatbot/","canonicalUrl":"https://www.freecodecamp.org/news/discord-ai-chatbot/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d9ccc4802691327b4aead8d0a1aef64","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQMhBBIxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/AN7yZnypzFah1dlFWNCvsrAa9iJWYh0JbW//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"Bz1M_1jr5","title":"Tutorial: Deploy the NVIDIA GPU Operator on Kubernetes Based on Containerd Runtime – The New Stack","shortId":"Bz1M_1jr5","createdAt":"2021-06-03T13:00:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":0,"score":27045420,"tagsStr":"hardware,kubernetes,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T10:00:34.000Z","url":"https://thenewstack.io/tutorial-deploy-the-nvidia-gpu-operator-on-kubernetes-based-on-containerd-runtime/","canonicalUrl":"https://thenewstack.io/tutorial-deploy-the-nvidia-gpu-operator-on-kubernetes-based-on-containerd-runtime/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/802ae74d6d6b67e5f71f9a7e98764d19","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIAAxESBAUUITEi/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDE0fbjpKma1OS1SmFGIwCgfR9BuTaTX6dreX6iIGv/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@janakiramm","readTime":5,"description":null,"toc":null,"summary":null},{"id":"V4vdkBcsB","title":"How to Use Environment Variables in VanillaJS","shortId":"V4vdkBcsB","createdAt":"2021-06-02T23:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":160,"score":27045248,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T22:54:18.000Z","url":"https://www.freecodecamp.org/news/how-to-use-environment-variables-in-vanillajs/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-environment-variables-in-vanillajs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b79a2eb4e7a5bc38a260b4c1f4f37a4","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAAhBRESFCP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQUAAwAAAAAAAAAAAAAAAwABAgQREiKR/9oADAMBAAIRAxEAPwCUoczct8cx15lv1rj2CS42mfQxAMh35a0ARrNBU0WFQdJ98SZETIjal0O96xjCi2CizhJ0nZrBI/aDeYv/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@calebolojo","readTime":6,"description":null,"toc":null,"summary":null},{"id":"jkDMNMv4j","title":"What is Commit Signing in Git?","shortId":"jkDMNMv4j","createdAt":"2021-06-02T23:19:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":123,"score":27045201,"tagsStr":"github,git,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T23:14:01.000Z","url":"https://www.freecodecamp.org/news/what-is-commit-signing-in-git/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-commit-signing-in-git/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9895beb86ad8cfbc0c01a08d58806404","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgIABwAAAAAAAAAAAAAAAAECEQMEEiEjMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDN+cnzYEK20vr1kJU23SACWEkVSP/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@SethFalco","readTime":10,"description":null,"toc":null,"summary":null},{"id":"EggstsAJ2","title":"Trigonometry in CSS and JavaScript: Getting Creative with Trigonometric Functions","shortId":"EggstsAJ2","createdAt":"2021-06-02T10:41:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":167,"score":27044484,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-02T13:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T10:37:28.000Z","url":"https://tympanus.net/codrops/2021/06/02/trigonometry-in-css-and-javascript-getting-creative-with-trigonometric-functions/","canonicalUrl":"https://tympanus.net/codrops/2021/06/02/trigonometry-in-css-and-javascript-getting-creative-with-trigonometric-functions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/530938ccf8c7461200c42388fd5b4cc1","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRQQUy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMREiExUf/aAAwDAQACEQMRAD8AwhVwDjVmu0La4FbrYPg9cEc5qVsbxVdgFymAJGwRoxERlyA3yIjimeA39n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yIw3QUQZw","title":"Detecting Patterns of Behaviour in Streaming Maritime AIS Data with Confluent","shortId":"yIw3QUQZw","createdAt":"2021-06-02T17:15:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":3,"score":27044481,"tagsStr":"ai,r,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T16:58:40.000Z","url":"https://www.confluent.io/blog/streaming-data-with-confluent-and-ksqldb-for-new-use-cases-with-ais/","canonicalUrl":"https://www.confluent.io/blog/streaming-data-with-confluent-and-ksqldb-for-new-use-cases-with-ais/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"zVrWciIB6","title":"Remix Run: A new React framework on the horizon","shortId":"zVrWciIB6","createdAt":"2021-06-02T08:07:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codecentric","views":79,"score":27044187,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T08:00:56.000Z","url":"https://blog.codecentric.de/en/2021/06/remix-run-a-new-react-framework-on-the-horizon/","canonicalUrl":"https://blog.codecentric.de/en/2021/06/remix-run-a-new-react-framework-on-the-horizon/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb09b35ce5df073a752458af04b0950f","ratio":4.23728813559322,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAAFESESIjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACBRE1UXGx/9oADAMBAAIRAxEAPwDDzwV5JC0lOm78uvk9aNiQFTjsjL+s1tCXWVXk19J3YN5M1dCW92+Tx31wPwAfWMZFKEhjaZKYK1s2elf/2Q==","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VT2hVi4GH","title":"Data Engineers of Netflix — Interview with Samuel Setegne","shortId":"VT2hVi4GH","createdAt":"2021-06-02T01:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"netflix","views":215,"score":27044070,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-02T07:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T20:53:39.000Z","url":"https://netflixtechblog.com/data-engineers-of-netflix-interview-with-samuel-setegne-f3027f58c2e2","canonicalUrl":"https://netflixtechblog.com/data-engineers-of-netflix-interview-with-samuel-setegne-f3027f58c2e2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f41ca123a183f22552ecf325abfbc8ab","ratio":1.4002333722287,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFExEhUTH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAAxP/2gAMAwEAAhEDEQA/ALTRu5SHG2XBlqvO9wIc7WDwD9A9PSy1iDVPJHJjgHscWkbAewfURDOZ5y5E0rv/2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1cN2D4vKS","title":"5 Trends Shaping the Future of Encryption","shortId":"1cN2D4vKS","createdAt":"2021-06-02T00:11:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":25,"score":27043559,"tagsStr":"cloud,blockchain,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/5-trends-shaping-the-future-of-encryption","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/5-trends-shaping-the-future-of-encryption","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/950c194a3c68db72cfc2fd778d849393","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQF/8QAIhAAAgECBgMBAAAAAAAAAAAAAQIDBBEABQYHEyESMUEi/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAjER/9oADAMBAAIRAxEAPwAfpPbPLavKoqxqWGojdPxIzMeUDosB69jFkuz+WTSvKsjRhyWCKq2W/dh1hvo7U9JPpaKveHhyqNW45AoDJEvRJQC3RBFh8tjGk3WoBIwgyaSSIE+DtIAWX4SPhwRX3BThTp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"mRAoGuZtk","title":"Security headers quick reference","shortId":"mRAoGuZtk","createdAt":"2021-05-18T02:20:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":491,"score":27022704,"tagsStr":"security,embedded","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-18T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://web.dev/security-headers/","canonicalUrl":"https://web.dev/security-headers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cac4369c8dde87d5cd503bbfa4a60054","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAgABAwQSBREhMRQiUv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzvXloNpV0LMM5XycPGkAmYA59sm7fjrZTcX+kRMFf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RJ5APEwYv","title":"Sharing Types Between BackEnd and FrontEnd with the BFF Pattern","shortId":"RJ5APEwYv","createdAt":"2021-06-01T18:58:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":103,"score":27043444,"tagsStr":"general-programming,react,webdev,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T18:58:30.000Z","url":"https://blog.bitsrc.io/sharing-types-between-backend-and-frontend-with-the-bff-pattern-553872842463","canonicalUrl":"https://blog.bitsrc.io/sharing-types-between-backend-and-frontend-with-the-bff-pattern-553872842463","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16b4fbac4af33f946b7a0ebfce4cb54b","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAgEAABBAIBBQAAAAAAAAAAAAABAgMEEQAFQQYTIkJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABIR/9oADAMBAAIRAxEAPwAxO1GhahwdhFL8l5IW84EAlAVVJvmvuSem9bZ7e0SEeoUwbA4vxxjDdIdKgwN//9k=","siteTwitter":"@bitdev_","creatorTwitter":"@deleteman123","readTime":11,"description":null,"toc":null,"summary":null},{"id":"rFqWBmEl-","title":"Data Analytics with Pandas – How to Drop a List of Rows from a Pandas Dataframe","shortId":"rFqWBmEl-","createdAt":"2021-06-01T20:49:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":27,"score":27043413,"tagsStr":"python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T20:47:43.000Z","url":"https://www.freecodecamp.org/news/drop-list-of-rows-from-pandas-dataframe/","canonicalUrl":"https://www.freecodecamp.org/news/drop-list-of-rows-from-pandas-dataframe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7442fba0ce1b5352161dad2cfc3c6b7","ratio":1.51057401812689,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMEABEFBhIxQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AI1eqpON44xJTrzOJFlSaXZ7SvkFRoMCNgj4cnrPPJZsSzvFWRpXLlY4Aqgk70B6H5jGPoB7Hf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@vikramaruchamy","readTime":6,"description":null,"toc":null,"summary":null},{"id":"hnAUaBRdg","title":"Google Talks Web Platform, OS Integration, WebGPU and More","shortId":"hnAUaBRdg","createdAt":"2021-06-01T17:52:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":28,"score":27043310,"tagsStr":"tech-news,general-programming,webdev,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T17:22:20.000Z","url":"https://thenewstack.io/google-talks-web-platform-os-integration-webgpu-and-more/","canonicalUrl":"https://thenewstack.io/google-talks-web-platform-os-integration-webgpu-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4fef75ae95e650d5b11918b821a97ae7","ratio":1.50588235294118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEBQADERIhBhMUMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREAAgMBAAAAAAAAAAAAAAAAAhEAAQMx/9oADAMBAAIRAxEAPwDKR0pP3GckbrtSm0SgpuITdVjGm2ACeE6/CapHw3Ubtg2ceGo962m5kOkgcgH1mlKdSadcgOQz/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@ricmac","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_Bz4bRcMq","title":"Github Social Impact: How we’re driving change with social sector organizations","shortId":"_Bz4bRcMq","createdAt":"2021-06-01T16:07:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":16,"score":27043177,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T16:00:35.000Z","url":"https://github.blog/2021-06-01-github-social-impact-driving-change-social-sector/","canonicalUrl":"https://github.blog/2021-06-01-github-social-impact-driving-change-social-sector/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ceff9d3418e31d5015dd6586e2055f9f","ratio":1.90634920634921,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAwABAhEEBRIyUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAECAAP/2gAMAwEAAhEDEQA/ANH7bYlxs4QYVRH4359VAJCyFCTya3iz9URPoBMppwrSO//Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"5UQDrUoC4","title":"How to Get a Cybersecurity Job in 2021","shortId":"5UQDrUoC4","createdAt":"2021-06-01T16:35:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":30,"score":27043168,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T16:34:00.000Z","url":"https://www.freecodecamp.org/news/how-to-get-a-cybersecurity-job/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-get-a-cybersecurity-job/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a0a3efe63086ef32b669fc19c6dd976","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMEAAURCBIhMWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AtF3RJe19quZOJJo5IpGcdygMpAIHzn1kHfp9YOwXYaogHwTXlBP4GxjESv/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Rogerh1991","readTime":9,"description":null,"toc":null,"summary":null},{"id":"9B43CqpSd","title":"Caching in GraphQL: How to prevent excessive and unnecessary requests","shortId":"9B43CqpSd","createdAt":"2021-06-01T12:05:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":53,"score":27042966,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T12:00:00.000Z","url":"https://daily.dev/blog/caching-in-graphql","canonicalUrl":"https://daily.dev/blog/caching-in-graphql","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69f966d61194666f5fdfda3d69f69746","ratio":1.1233140655106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAlEAACAQIDCQEAAAAAAAAAAAABAgMABAUREgYTITE0NmJysZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABwRAQABBAMAAAAAAAAAAAAAAAECAAMEIRESMf/aAAwDAQACEQMRAD8AaZMehh2hljhlt2isF0SJvQGLHIyEjxUfoPKr1NDorJpZGGYI4giiOw7hxr3m+Glq06WH0X5SEOsOX1apy7JZnEi6Qd1//9k=","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":12,"description":null,"toc":null,"summary":null},{"id":"WoHPRvKwV","title":"Douglas M. Auclair (geophf): June 2021 1HaskellADay Problems and Solutions","shortId":"WoHPRvKwV","createdAt":"2021-06-01T14:51:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":0,"score":27042651,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T12:00:00.000Z","url":"http://logicaltypes.blogspot.com/2021/06/june-2021-1haskelladay-problems-and.html","canonicalUrl":"http://logicaltypes.blogspot.com/2021/06/june-2021-1haskelladay-problems-and.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"v7-xve5yN","title":"Provably expressive graph neural networks","shortId":"v7-xve5yN","createdAt":"2021-06-01T14:48:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":0,"score":27042648,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/provably-expressive-graph-neural-networks.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/provably-expressive-graph-neural-networks.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"mQFkqgNbN","title":"Asynchronous Programming with Async and Await in ASP.NET Core","shortId":"mQFkqgNbN","createdAt":"2021-05-31T06:19:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":30,"score":27041065,"tagsStr":"general-programming,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T06:00:41.000Z","url":"https://cdn-4.code-maze.com/asynchronous-programming-with-async-and-await-in-asp-net-core/","canonicalUrl":"https://cdn-4.code-maze.com/asynchronous-programming-with-async-and-await-in-asp-net-core/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/948bb840ecce80c84dbbb1873a436c39","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAgMBAAQRISJhBgcSE3H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQEBAQEAAAAAAAAAAAAAAAIBABES/9oADAMBAAIRAxEAPwCs7u3SkNtFNE2OuQardESIwXj8nTE6c1ljes772nm5eWs7pAMzzSlBQU7FO6sg+Jeb/9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":13,"description":null,"toc":null,"summary":null},{"id":"_WMFjf6xB","title":"Axon Framework 102: Taking advantage of Metadata","shortId":"_WMFjf6xB","createdAt":"2021-05-31T06:20:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codecentric","views":18,"score":27041020,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T06:02:33.000Z","url":"https://blog.codecentric.de/en/2021/05/axon-framework-102-taking-advantage-of-metadata/","canonicalUrl":"https://blog.codecentric.de/en/2021/05/axon-framework-102-taking-advantage-of-metadata/","image":"","ratio":null,"placeholder":"","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BWJmsFYG5","title":"5 Everyday Actions to Support LGBTQ Coworkers","shortId":"BWJmsFYG5","createdAt":"2021-05-31T05:55:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":17,"score":27040991,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:46:19.000Z","url":"https://code.likeagirl.io/5-everyday-actions-to-support-lgbtq-coworkers-bcf7e09d66e9","canonicalUrl":"https://code.likeagirl.io/5-everyday-actions-to-support-lgbtq-coworkers-bcf7e09d66e9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d963d07c7f4df6f2709881cda766008","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAASESEFMQYiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAdEQABAwUBAAAAAAAAAAAAAAACABITAQMEBSEx/9oADAMBAAIRAxEAPwC/K/I2zTleyroyxsn2KliIpNwBqeCNB3z37HfOY5e8u1m7YnStBAssjOIkB1QE86j8HrGMLXnPaedOpc0YjaHi/9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vkEJ2IEJK","title":"Gedruckte Versionen der LibreOffice-Handbücher erhältlich","shortId":"vkEJ2IEJK","createdAt":"2021-05-31T06:25:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27040705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T06:09:57.000Z","url":"https://www.bitblokes.de/gedruckte-versionen-der-libreoffice-handbucher-erhaltlich/","canonicalUrl":"https://www.bitblokes.de/gedruckte-versionen-der-libreoffice-handbucher-erhaltlich/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"X_8h8yjn0","title":"Web Weekly #21 (#blogPost)","shortId":"X_8h8yjn0","createdAt":"2021-05-31T06:47:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27040727,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-21/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-21/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4423de0504436d975f2548d4ded59362","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDABESBAUTFCEiQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwDSsUsvRzSPxeCHHFLEH6TUBd/KKFk04kkAsz5AZH2bW7UpSKFDE7DdDFQMn//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"74wtXkI3X","title":"UCS 5.0 aktualisiert seine Basis","shortId":"74wtXkI3X","createdAt":"2021-05-31T05:55:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27040675,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T00:00:00.000Z","url":"https://linuxnews.de/2021/05/ucs-5-0-aktualisiert-seine-basis/","canonicalUrl":"https://linuxnews.de/2021/05/ucs-5-0-aktualisiert-seine-basis/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/629ec42b89ed6967aa0a33d065890b56","ratio":1.62189054726368,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAAYBBQAAAAAAAAAAAAAAAAECAwQRMRMhIkKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAQf/aAAwDAQACEQMRAD8AyN6Uh6RqHEhovqhniW1YsRklNYLwAAuQF//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ngHqf7ZeA","title":"Wu-Tang Clan set to take over Red Rocks Amphitheater with live orchestra","shortId":"ngHqf7ZeA","createdAt":"2021-05-30T16:23:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27039863,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T16:22:45.000Z","url":"https://dancingastronaut.com/2021/05/wu-tang-clan-set-to-take-over-red-rocks-with-live-orchestra-reimagining/","canonicalUrl":"https://dancingastronaut.com/2021/05/wu-tang-clan-set-to-take-over-red-rocks-with-live-orchestra-reimagining/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd255118a09a523b97e252e37e363365","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQxBhEhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBERIh/9oADAMBAAIRAxEAPwDIOK5+JjcXre+ygXpdYj0viBxZUU2X2T2fB83Iou7EsHHR91EQq7JS05VaP//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"d3S7L7oN5","title":"Fresh Resources for Web Designers and Developers (May 2021)","shortId":"d3S7L7oN5","createdAt":"2021-05-30T16:04:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039844,"tagsStr":"general-programming,webdev,css,wordpress,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:47:16.000Z","url":"https://www.hongkiat.com/blog/designers-developers-monthly-05-2021/","canonicalUrl":"https://www.hongkiat.com/blog/designers-developers-monthly-05-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/388ac42649b5f42585f80c904f084727","ratio":1.5625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAAERIQIEMUGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDS+CjXcO69KOekAUf/2Q==","siteTwitter":"@hongkiat","creatorTwitter":"@creatiface","readTime":10,"description":null,"toc":null,"summary":null},{"id":"imuIKG8tF","title":"Record Audio Immediately with GNOME Gingerblue 0.4.1","shortId":"imuIKG8tF","createdAt":"2021-05-29T20:04:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27038644,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T19:55:37.000Z","url":"https://blogs.gnome.org/oleaamot/2021/05/29/gnome-gingerblue-0-4-1/","canonicalUrl":"https://blogs.gnome.org/oleaamot/2021/05/29/gnome-gingerblue-0-4-1/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Gz3LS8pF9","title":"Designing an opinionated functional API (Typescript)","shortId":"Gz3LS8pF9","createdAt":"2021-05-29T11:07:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":64,"score":27038603,"tagsStr":"typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:07:50.000Z","url":"https://lironhazan.medium.com/designing-an-opinionated-functional-api-typescript-e7e89e8ab338","canonicalUrl":"https://lironhazan.medium.com/designing-an-opinionated-functional-api-typescript-e7e89e8ab338","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6993ac96124bbd28c795f8c63245acd","ratio":0.714285714285714,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACMQAAEDAwIHAAAAAAAAAAAAAAECAwQAEiIRIQUTMUJRcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRBSGh/9oADAMBAAIRAxEAPwDIFKHPOdhPbdRQ4NBir7U1xaPIckqdUpncG0aHoFU1jyJDkdpYQ3kkHdR8eqJaroESh08gDYyMMz2f/9k=","siteTwitter":"@Medium","creatorTwitter":"@lironn_h","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vdpMxyQFa","title":"KDE Connect, Fedora und Android 4+","shortId":"vdpMxyQFa","createdAt":"2021-05-29T11:10:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038110,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T10:38:45.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/29/kde-connect-fedora-und-android-4/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/29/kde-connect-fedora-und-android-4/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"3VnoqF89L","title":"dummy","shortId":"3VnoqF89L","createdAt":"2021-05-29T04:04:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27037684,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T03:32:00.000Z","url":"https://visveshs.blogspot.com/2021/05/dummy.html","canonicalUrl":"https://visveshs.blogspot.com/2021/05/dummy.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"8OLA3wHeQ","title":"ProPublica / Cold Justice","shortId":"8OLA3wHeQ","createdAt":"2021-05-29T00:30:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27037470,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/120343353/ProPublica-Cold-Justice","canonicalUrl":"https://www.behance.net/gallery/120343353/ProPublica-Cold-Justice","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b6cdf288f54beb115e2ee2bb1f2212b","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAURBgcxQRIhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAhIh/9oADAMBAAIRAxEAPwCTD0nChSV3ZyU3d7SmMpsQ1trbyQPIHOQMjniq724SEPOJj2tQZSohADp9J67+UpQLZIt1St4ANeOf/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"BlraQ85FF","title":"Adding A Commenting System To A WYSIWYG Editor","shortId":"BlraQ85FF","createdAt":"2021-05-28T11:15:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":181,"score":27037416,"tagsStr":"react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-28T14:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/commenting-system-wysiwyg-editor/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/commenting-system-wysiwyg-editor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a4325cded26c6fff51cbc337534e1ad","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYiFTGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhEf/aAAwDAQACEQMRAD8A2bi2p8drn3FSFPKVb46BIHS6FfMuBy+TIgxnlx2wpxtKzSj7IBxjEoooSW7g1cxVVnweb//Z","siteTwitter":"@smashingmag","creatorTwitter":"@shalabhvyas","readTime":24,"description":null,"toc":null,"summary":null},{"id":"5Eu8QG7eI","title":"Boss of ATM Skimming Syndicate Arrested in Mexico","shortId":"5Eu8QG7eI","createdAt":"2021-05-28T14:59:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27036899,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/boss-of-atm-skimming-syndicate-arrested-in-mexico/","canonicalUrl":"https://krebsonsecurity.com/2021/05/boss-of-atm-skimming-syndicate-arrested-in-mexico/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c246c52e6029f0136b6397ccd4198fb0","ratio":1.7893175074184,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFBhESMWETITJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAICAgMAAAAAAAAAAAAAAAECABIDIQSBwf/aAAwDAQACEQMRAD8Ay7DMrft93h3duFGEttwxW1NladjagAQkbiB9DgfnZqZkTLcvILnJKCjzSnXNoWr1qsnTnulKcqL9QcrFOKtdbPk//9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OYJn50_Ep","title":"1947 'alien autopsy' film frame is up for auction as a n NFT","shortId":"OYJn50_Ep","createdAt":"2021-05-28T14:56:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27036896,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:47:19.000Z","url":"https://www.livescience.com/alien-autopsy-footage-nft-auction.html","canonicalUrl":"https://www.livescience.com/alien-autopsy-footage-nft-auction.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f09aaab0106f85df68d7bf8b7fa01d0","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIEAAMFBhEhQRMVUVLw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgERITH/2gAMAwEAAhEDEQA/ANnOWfbzBgJjSlCCJYLIyDQ7b8H7xUjF7z92m6MQOu/A9jSlXXbDcg//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"X8JFiQDoA","title":"What coronaviruses in pets can teach us about the future of covid-19","shortId":"X8JFiQDoA","createdAt":"2021-05-28T13:29:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036809,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033361-100-what-coronaviruses-in-pets-can-teach-us-about-the-future-of-covid-19/","canonicalUrl":"https://www.newscientist.com/article/mg25033361-100-what-coronaviruses-in-pets-can-teach-us-about-the-future-of-covid-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5927ce0837d746786ce809a5ff531df","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBSEGBxL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhED/9oADAMBAAIRAxEAPwDK+f8AEQuIe4ch5EcuyIwZgY6/VpSkAEnoE91WSNfsjkk1qitppQAL1Yxk6oVPGPo8Z//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"w--ep34TT","title":"What is space-time?","shortId":"w--ep34TT","createdAt":"2021-05-20T20:47:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025727,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:40:53.000Z","url":"https://www.livescience.com/space-time.html","canonicalUrl":"https://www.livescience.com/space-time.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/08bec7e0a51cd834aeba6c4c59897de6","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQREiEiMVHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQEAAwAAAAAAAAAAAAAAAAEAERIh/9oADAMBAAIRAxEAPwDFmTVbdWWaMStjhLWPyBkkgkYGetvVCffp6jwm78H1ER2VcyThf//Z","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"awTXoXru5","title":"We have bigger problems than COVID-19’s origins","shortId":"awTXoXru5","createdAt":"2021-05-28T13:18:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036798,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:12:39.000Z","url":"https://www.theverge.com/2021/5/28/22458230/covid-origins-lab-leak-biden-vaccines-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/28/22458230/covid-origins-lab-leak-biden-vaccines-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2514f29855acd3ea2874c112d2dc4215","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgIABwAAAAAAAAAAAAAAAQIAAxITIUFhcZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFR/9oADAMBAAIRAxEAPwDN7XLRnVrWrMxBFjasvR2ksXL+oiBIp3dbnD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"yIhPWMhQQ","title":"The AirPods Pro’s force sensor is a more comfortable way to control audio","shortId":"yIhPWMhQQ","createdAt":"2021-05-28T13:17:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036797,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:15:00.000Z","url":"https://www.theverge.com/22457468/airpods-pro-force-sensor-control-audio-button","canonicalUrl":"https://www.theverge.com/22457468/airpods-pro-force-sensor-control-audio-button","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0214cbfe66eca4ef172d8128939fd814","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMCBwAAAAAAAAAAAAABAgMEABEhBRIVIyQxQVGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/AJmozXNVZlRX7pQqJlSVG+0m6h6ucZ8AWHeoHGnIHRtsNKRH5SSRkhOB8pSgrWANv//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hDmHLYVAy","title":"The Bucks Aren’t Just Beating the Heat, They’re Humiliating Them","shortId":"hDmHLYVAy","createdAt":"2021-05-28T13:10:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036790,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:52:04.000Z","url":"https://www.theringer.com/2021/5/28/22458213/bucks-heat-nba-playoffs-giannis-antetokounmpo","canonicalUrl":"https://www.theringer.com/2021/5/28/22458213/bucks-heat-nba-playoffs-giannis-antetokounmpo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f68784ada295bd75517400fd3d28f065","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEEEyEFEhQiQZGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgQRAAMSUf/aAAwDAQACEQMRAD8A13imE6CeHMbkSa+q+M0e3loFzQPAND1srfRMO9/ERQTBjyH52oCBdYb1BC35n//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"ZSeslV6RF","title":"10 questions to ask your enterprise imaging vendor","shortId":"ZSeslV6RF","createdAt":"2021-05-28T13:06:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27036786,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132520&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132520","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b68313897330e000cf6e421177f241d","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAAABQMDBQAAAAAAAAAAAAAAAQIDEgYRIQUUFSIxMqHB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAAMBAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/AKmlHHH6b1J1EE7YiJE0mtXkd83+YEFyy3OuJlLNpdvQAEZWsHP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"iwLMUQlYi","title":"‘Cruella’ and the Emma Stone Hall of Fame","shortId":"iwLMUQlYi","createdAt":"2021-05-28T12:15:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036735,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:11:33.000Z","url":"https://www.theringer.com/2021/5/28/22457937/cruella-and-the-emma-stone-hall-of-fame","canonicalUrl":"https://www.theringer.com/2021/5/28/22457937/cruella-and-the-emma-stone-hall-of-fame","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb571562fa787d8375d843f4cf6b98cd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQMDBQAAAAAAAAAAAAABAwIABBIFEUEUMVFx8P/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEhMf/aAAwDAQACEQMRAD8Agq1B+p3epXUJG16d4EYqkRkMDECR527/AB3hve1jmTy2ykTz590pUHMGqf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"xanXXS-Hp","title":"Ancient jawbone reveals a 2500-kilometre journey from Sudan to Rome","shortId":"xanXXS-Hp","createdAt":"2021-05-28T11:38:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036698,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278892-ancient-jawbone-reveals-a-2500-kilometre-journey-from-sudan-to-rome/","canonicalUrl":"https://www.newscientist.com/article/2278892-ancient-jawbone-reveals-a-2500-kilometre-journey-from-sudan-to-rome/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ae91d8fcf7d86a256fba7c11b9a3ac6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBQYSIRMiMUGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAMBAQEAAAAAAAAAAAAAAAECEQASIf/aAAwDAQACEQMRAD8AyfAMYi+xdoi4aUlLyz1l7ZgJ5ECftUPuaVDzg2T3HlNqkDz6EcClKM4rsKfMiXigzf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DKzxfkhu4u","title":"Astronomers have created the largest ever map of dark matter","shortId":"DKzxfkhu4u","createdAt":"2021-05-28T11:38:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036698,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278932-astronomers-have-created-the-largest-ever-map-of-dark-matter/","canonicalUrl":"https://www.newscientist.com/article/2278932-astronomers-have-created-the-largest-ever-map-of-dark-matter/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4995f40a68895c261a6a462f7a29150e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUBAQEAAAAAAAAAAAABAgMEAAUGERIhB2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAABEA/9oADAMBAAIRAxEAPwCzueNfU3MsR1eHX7W8pZcfjygyGwSeeEbBHI580d+73Vxb7ZnzUCM3KyO0uSENJS4swiSpQA2SQRv38FKUKrf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lhCgNTIHq","title":"14 Memorial Day Deals to Spruce Up Your Smart Home","shortId":"lhCgNTIHq","createdAt":"2021-05-28T11:07:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/smart-home-deals-memorial-day-2021/","canonicalUrl":"https://www.wired.com/story/smart-home-deals-memorial-day-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da9552f0ab7a1cd800bd219b26ef48e1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAAABQUBAAAAAAAAAAAAAAAAAQIDBAUGETFBMv/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDAARBccH/2gAMAwEAAhEDEQA/AJeuR5K7ppSmpi2mlbbJOfJ5PvdCnAABQkqvWVrUmq1sRy3gz//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KSWYvife5","title":"Stepped platforms in Mesopotamia were the oldest known war memorial","shortId":"KSWYvife5","createdAt":"2021-05-28T09:38:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036578,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278885-stepped-platforms-in-mesopotamia-were-the-oldest-known-war-memorial/","canonicalUrl":"https://www.newscientist.com/article/2278885-stepped-platforms-in-mesopotamia-were-the-oldest-known-war-memorial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/551eb9b28bbb8ec44e166334e7452b7b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwQBBQAAAAAAAAAAAAABAAMEAgYREgUUQVHh8P/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAEDMQIEFP/aAAwDAQACEQMRAD8AsRrvuV2b1EqZWBUchlvUNgeMe1dF9chgbRGc9/tkRHZbUiopOOJ2j//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Nw8MWvuhA","title":"CentOS Nachfolge: AlmaLinux 8.4 veröffentlicht","shortId":"Nw8MWvuhA","createdAt":"2021-05-28T06:07:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036367,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T05:32:17.000Z","url":"https://linuxnews.de/2021/05/centos-nachfolge-almalinux-8-4-veroeffentlicht/","canonicalUrl":"https://linuxnews.de/2021/05/centos-nachfolge-almalinux-8-4-veroeffentlicht/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qOm9UplAd","title":"Chris Vernon on the Grizzlies’ Playoff Run","shortId":"qOm9UplAd","createdAt":"2021-05-27T21:52:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035872,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:40:23.000Z","url":"https://www.theringer.com/2021/5/27/22457445/chris-vernon-on-the-grizzlies-playoff-run","canonicalUrl":"https://www.theringer.com/2021/5/27/22457445/chris-vernon-on-the-grizzlies-playoff-run","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3bb32626b6eac32a231eb9345a84e724","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIDBBEAEmFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AMypWEkkKCMo5pSWA6vhGID4j0Sx3pqstNqsJeo5YoCSJyNOfOc41QSZSxu//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-8F2PYVt3","title":"Netflix: Linux Bashing vom Feinsten","shortId":"-8F2PYVt3","createdAt":"2021-05-27T18:06:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27035646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:49:30.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/27/netflix-linux-bashing-vom-feinsten/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/27/netflix-linux-bashing-vom-feinsten/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SYALEXFsD","title":"Wave Racer flexes his sonic dexterity on ‘What Are We Waiting For?’","shortId":"SYALEXFsD","createdAt":"2021-05-27T17:06:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035586,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:04:06.000Z","url":"https://dancingastronaut.com/2021/05/wave-racer-flexes-his-sonic-dexterity-on-what-are-we-waiting-for/","canonicalUrl":"https://dancingastronaut.com/2021/05/wave-racer-flexes-his-sonic-dexterity-on-what-are-we-waiting-for/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b7c903413fdd6a3d98e6f266d22cb9ba","ratio":1.44329896907216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAURMQYTIf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQMCAAQFESFBsf/aAAwDAQACEQMRAD8AtYvjZvIWWO0lhvXJiN08rN7gxXo2eNoAaAC86ak+QjR2VzpgdEaPw0pQN5aLMIT7IFVmNyDYsYrjQJ9r/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ahSxGPgrf","title":"Chris Paul Is a Basketball Comet","shortId":"ahSxGPgrf","createdAt":"2021-05-27T17:05:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035585,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:02:32.000Z","url":"https://www.theringer.com/video/2021/5/27/22455891/chris-paul-is-a-basketball-comet","canonicalUrl":"https://www.theringer.com/video/2021/5/27/22455891/chris-paul-is-a-basketball-comet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56e97dca9909750064aac3bed943750f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAEQMEEiExUv/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxEAAQQABwAAAAAAAAAAAAAAAQACAwQFBhETITFx/9oADAMBAAIRAxEAPwDVoYyveEOQlkGvHqXfTXtqNC/kREPZgxGzWvnZeRqB16VQa0bXR8hf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Fy2OQdzp8","title":"10+ CSS Button Click Effects","shortId":"Fy2OQdzp8","createdAt":"2021-05-27T17:02:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035582,"tagsStr":"css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T05:13:27.000Z","url":"http://csshint.com/css-button-click-effects/","canonicalUrl":"http://csshint.com/css-button-click-effects/","image":"https://csshint.com/wp-content/uploads/2021/05/Ripple-Button-with-JavaScript.gif","ratio":1.69320843091335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxFRUv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDLddtapj0B29FiJHT2Igf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"sv5kP1Eue","title":"JUICE PHARMA","shortId":"sv5kP1Eue","createdAt":"2021-05-21T03:41:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27026141,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/119742849/JUICE-PHARMA","canonicalUrl":"https://www.behance.net/gallery/119742849/JUICE-PHARMA","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb4b58bd50545a4818e420c6ec40ead5","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAIH/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBAAREyExEiJRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBEAAgICAwAAAAAAAAAAAAAAAREAAgMSIUFR/9oADAMBAAIRAxEAPwDVKlt6QnkspG1H0WLaUmQMTodR8y5NjcbgdnB1mYRcMR+4ZifI8nvJPYi64S87jWuIbEuf/9k=","siteTwitter":"@behance","creatorTwitter":"@mikecampau","readTime":0,"description":null,"toc":null,"summary":null},{"id":"YwAruipqu","title":"Uber’s Union Deal in the UK Doesn’t Mean Its Battles Are Over","shortId":"YwAruipqu","createdAt":"2021-05-27T15:43:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035503,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T11:39:00.000Z","url":"https://www.wired.co.uk/article/uber-gmb-recognition-deal","canonicalUrl":"https://www.wired.co.uk/article/uber-gmb-recognition-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebace75f0497cf4d49bc7054babc9f4e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQQCAQQDAAAAAAAAAAAAAgEDBAUAEQYSISIxQVJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBETIf/aAAwDAQACEQMRAD8Azzk9SFfVucWfCHKejipBZkwovpour7L8eP5l0K6gsQo7K0cJxW2xBTIUVS0mtr294xgckmVasevmra9M/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"bSSw_RmG-","title":"Diabetes vaccine shows promise for some patients in early trial","shortId":"bSSw_RmG-","createdAt":"2021-05-27T15:26:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035486,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:21:30.000Z","url":"https://www.livescience.com/diabetes-vaccine-shows-promise-early-trial-subset-patients.html","canonicalUrl":"https://www.livescience.com/diabetes-vaccine-shows-promise-early-trial-subset-patients.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a4cca77508e1398749ba1b00ccdb63a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACAwQGBRESIQcUFyIxQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASAv/aAAwDAQACEQMRAD8A0e5MLn4i2LFFbzmx01RUNcJiA0ZNO4LTkfIUD0NxdnZyMsmnbWKyMB30D0iJNPKhFgb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ceHO9IRDy","title":"How Lil’ Kim’s ‘Hard Core’ changed rap","shortId":"ceHO9IRDy","createdAt":"2021-05-27T15:26:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035486,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:17:50.000Z","url":"https://www.theringer.com/2021/5/27/22456125/how-lil-kims-hard-core-changed-rap","canonicalUrl":"https://www.theringer.com/2021/5/27/22456125/how-lil-kims-hard-core-changed-rap","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2cc9a87c3f70acf5b86b3c4bfd2bb4e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDBAAFESESEyIHMf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/AM7+fqgyotxtL1uZcckIMpqQ776h1nxxI2NnYIO/2pJwxy4rjFQlOTgZzgUpQsYrt//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"1ecQ6zi_u","title":"VirtualBox: Verschachtelte Virtualisierung (Nested Virtualization) aktivieren","shortId":"1ecQ6zi_u","createdAt":"2021-05-27T06:25:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27034945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T06:00:14.000Z","url":"https://canox.net/2021/05/virtualbox-verschachtelte-virtualisierung-nested-virtualization-aktivieren/","canonicalUrl":"https://canox.net/2021/05/virtualbox-verschachtelte-virtualisierung-nested-virtualization-aktivieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YJv4i6xUV","title":"Ancient Judeans ate non-kosher fish, archaeologists find","shortId":"YJv4i6xUV","createdAt":"2021-05-27T14:39:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035439,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:19:11.000Z","url":"https://www.livescience.com/ancient-judeans-non-kosher-fish.html","canonicalUrl":"https://www.livescience.com/ancient-judeans-non-kosher-fish.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ddd13d07f4ec602993c8304c6fd635a4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDBAARBQYSIkFCYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEx/9oADAMBAAIRAxEAPwDJuH82X0gVVKszuFXY10KfUfO7J7F+/HYlRpIyysQSF87xjCskY6a5P//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7-301Fe3S","title":"Best Cover Letter Examples For Graphic Designers","shortId":"7-301Fe3S","createdAt":"2021-05-27T14:17:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:00:00.000Z","url":"https://www.vectornator.io/blog/graphic-designer-cover-letter","canonicalUrl":"https://www.vectornator.io/blog/graphic-designer-cover-letter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1598de62bb26d1d9c8a19f377591517","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDEQAEBxQhIjJBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEBAQEBAQAAAAAAAAAAAAABAwIABPD/2gAMAwEAAhEDEQA/AIuG0aTQ7/MRrtSLQQTeIJuvV1mvLp6qSukiyB1JDBG7Qfl9axjGey9ZUTGk+OBGM6SHWR7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GlqA07SJO","title":"Save up to $150 on Beats noise-canceling wireless headphones","shortId":"GlqA07SJO","createdAt":"2021-05-27T14:08:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035408,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:02:09.000Z","url":"https://www.theverge.com/good-deals/2021/5/27/22456381/beats-solo-pro-studio-3-headphones-sony-days-of-play-ps5-game-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/27/22456381/beats-solo-pro-studio-3-headphones-sony-days-of-play-ps5-game-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d45c2824d0a50b597e7cd919849a5d9b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMFBhESFSExQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDMfD/2gAMAwEAAhEDEQA/AMdhujxcPYRtPY2TZkc7hEhSzgFSQvMbHYePXaoXJeES4yLpyMApIAEi7sPtKUQ3uVZFCiwOqf/Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"WuQPZPt8BV","title":"SimpliSafe Is a Hassle-Free Way to Secure Your Home","shortId":"WuQPZPt8BV","createdAt":"2021-05-27T12:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035286,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T08:00:00.000Z","url":"https://www.wired.com/review/simplisafe-security/","canonicalUrl":"https://www.wired.com/review/simplisafe-security/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05847fdd40708e7a8faa70d1fd6bb5cc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDABEEIRIUYUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8A2/n2nKq8JN1fr2xmNVrBkxdm/nfZ+5eKGtr9cYxTOP/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"DL9bS7044","title":"Nine things we learned from the Epic v. Apple trial","shortId":"DL9bS7044","createdAt":"2021-05-27T14:04:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035404,"tagsStr":"tech-news,business,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22454959/epic-apple-trial-recap-video-tim-cook-xbox-playstation-business","canonicalUrl":"https://www.theverge.com/2021/5/27/22454959/epic-apple-trial-recap-video-tim-cook-xbox-playstation-business","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c484f79e407ecc5d21725a2410debbfd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERIUISJhof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AK+VwENtjVubeeeNyzxIwcllDjY8iTviBoej3rIw3N4kKL1kp4qBshdn5SlCghMZFb//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"LlgaRI2ou","title":"With Donovan Mitchell Back, the Jazz Have All the Pieces and No Excuses","shortId":"LlgaRI2ou","createdAt":"2021-05-27T13:42:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035382,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:31:39.000Z","url":"https://www.theringer.com/2021/5/27/22456445/jazz-grizzlies-donovan-mitchell-return","canonicalUrl":"https://www.theringer.com/2021/5/27/22456445/jazz-grizzlies-donovan-mitchell-return","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b5bf86813733934e697f9a5c2b33d2b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBQAEBhESIkFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQACAAUFAAAAAAAAAAAAAAABAgADBBIxBhEhUcH/2gAMAwEAAhEDEQA/AITGZmQhsFv0Rl29a8FtaS0rkp6URr7rfvdbhG30uY61Lko4tZaR0otp8jobNKUZqJVl2FFAJzwOliop5S3EbYA9j//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"vxTC4A-5H","title":"Fluffy ball of darkinos could be lurking at the center of the Milky Way","shortId":"vxTC4A-5H","createdAt":"2021-05-27T13:12:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035352,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:58:14.000Z","url":"https://www.livescience.com/fluffy-ball-darkinos-center-milky-way.html","canonicalUrl":"https://www.livescience.com/fluffy-ball-darkinos-center-milky-way.html","image":"https://cdn.mos.cms.futurecdn.net/aUjP7anBNThFAV2QhVctY4-1200-80.gif","ratio":1.77514792899408,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBABAQACAgMAAAAAAAAAAAAAAQIAAwQREiFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMs66mZfLWWvSKp17ym3fpvbdRxYiVUkpST5jGB//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"O4rmqtLwO","title":"Marvel’s ‘M.O.D.O.K’ and the Self-Importance of Superhero Stories","shortId":"O4rmqtLwO","createdAt":"2021-05-27T13:11:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035351,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:02:34.000Z","url":"https://www.theringer.com/tv/2021/5/27/22456033/marvel-modok-hulu-review-superhero-genre","canonicalUrl":"https://www.theringer.com/tv/2021/5/27/22456033/marvel-modok-hulu-review-superhero-genre","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f3136e3a9f1dc241797b0c2ee3f4ab5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDABEEEgUhE1Fx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQACAgIDAAAAAAAAAAAAAAABAgARAwRBsfD/2gAMAwEAAhEDEQA/AIc+HHT45HjpRvImjvZ9mk+zKG6n81r61mrG9+NFIJQFJKEBZdkgevZxjDGlBHN9y7dUDGlD1T//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"c1XvLsaT5","title":"Premiere: Dylan Matthew issues first solo original of 2021—stream ‘One Sided Love’","shortId":"c1XvLsaT5","createdAt":"2021-05-27T13:09:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035349,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:08:00.000Z","url":"https://dancingastronaut.com/2021/05/premiere-dylan-matthew-issues-first-solo-original-of-2021-stream-one-sided-love/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-dylan-matthew-issues-first-solo-original-of-2021-stream-one-sided-love/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2bb869716b4043f707226dafa2c1d1f6","ratio":3.01197604790419,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEBCQAAAAAAAAAAAAAAAAECEQMEBgchMUGR8P/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEDEf/aAAwDAQACEQMRAD8AwjNuEYYtpFUTu1k+17TjYiwAWu9oz//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FIjFuvoc4B","title":"A Never-Before-Seen Wiper Malware Is Hitting Israeli Targets","shortId":"FIjFuvoc4B","createdAt":"2021-05-27T13:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035344,"tagsStr":"general-programming,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:00:00.000Z","url":"https://www.wired.com/story/never-before-seen-wiper-malware-hitting-israeli-targets/","canonicalUrl":"https://www.wired.com/story/never-before-seen-wiper-malware-hitting-israeli-targets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c2b680618a4367c02d06237d24e6d7d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgEDEQAEBSESFWGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMEMf/aAAwDAQACEQMRAD8AxGVzHUN3uQtbZonbx5CcF3YpotJEL9mrjbYGAnLo8kReIuQieJ5SlJUoPYGi10AKmf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BWdIoZj7x","title":"After a Year of Upheaval, HBO Max Has Carved Out Its Place","shortId":"BWdIoZj7x","createdAt":"2021-05-27T12:20:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035300,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:14:04.000Z","url":"https://www.theringer.com/tv/2021/5/27/22455699/hbo-max-one-year-later-friends-reunion-streaming-review","canonicalUrl":"https://www.theringer.com/tv/2021/5/27/22455699/hbo-max-one-year-later-friends-reunion-streaming-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45e636819aba16b0ba0312a656b54627","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESESFTFRYv/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQRIRJRwf/aAAwDAQACEQMRAD8AjTLF2TV0uapKwW3gUoc5LO9HJ5AHx6rSbdDLVvitplywENJSMLTjQHzSlOubyaR3jc6RsDQ0OK1XmUBgR16a/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"LVLJtWJxL","title":"Is a self-portrait a self-portrait if the portraitist has no self?","shortId":"LVLJtWJxL","createdAt":"2021-05-27T12:02:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035282,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033363-200-is-a-self-portrait-a-self-portrait-if-the-portraitist-has-no-self/","canonicalUrl":"https://www.newscientist.com/article/mg25033363-200-is-a-self-portrait-a-self-portrait-if-the-portraitist-has-no-self/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56686c1cda71ea642d77208834e40272","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJBAAAQIFAgcAAAAAAAAAAAAABAECAAMFESESEwYUFiJBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAIBBAMAAAAAAAAAAAAAAAEDAgAEBSERgbH/2gAMAwEAAhEDEQA/AK1JAXo8vhsaeUMOQTMJ5uaU9XK5Xbr9Ss7rppTxm639xsYVMrihyF3AnXltyk1+cfWXhCEZFEIXM1RGgfRU3Dtm+yU9h5kRvokV/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"F4RuBN2f9","title":"OnePlus’ Digital WellPaper visualizes your app usage as a funky live wallpaper","shortId":"F4RuBN2f9","createdAt":"2021-05-27T12:01:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035281,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22456248/oneplus-digital-wellpaper-app-usage-visualization-live-wallpaper","canonicalUrl":"https://www.theverge.com/2021/5/27/22456248/oneplus-digital-wellpaper-app-usage-visualization-live-wallpaper","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/117bb69a5cdb17b6346b4afc5d223796","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQGEgcRITGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABEQD/2gAMAwEAAhEDEQA/ANtuhrZ9UbTieOIoKmdpHeQwb5s4q8CIiTWqTf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lFWCrVP9Z","title":"Your Grandma's Tube TV Is the Hottest Gaming Tech","shortId":"lFWCrVP9Z","createdAt":"2021-05-27T11:08:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035228,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:00:00.000Z","url":"https://www.wired.com/story/crt-tube-tv-hot-gaming-tech-retro-games/","canonicalUrl":"https://www.wired.com/story/crt-tube-tv-hot-gaming-tech-retro-games/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49951ca25c933b58d9c4f75a56a43b3f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAQIFBAMAAAAAAAAAAAAAAwECAAQFBhEHEiFRE2Fx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQABBQADAAAAAAAAAAAAAAABAAIDBBExQZH/2gAMAwEAAhEDEQA/AIXWy4Wlvqq0gkiJyzvhxMKuXj3MYnXOMeo18CqEEEY2ou1jUanPSfIQhch15B6VCtWia6TByd9X/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"HvvcB6CSg","title":"What Instagram really learned from hiding like counts","shortId":"HvvcB6CSg","createdAt":"2021-05-27T11:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035224,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T11:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22456206/instagram-hiding-likes-experiment-results-platformer","canonicalUrl":"https://www.theverge.com/2021/5/27/22456206/instagram-hiding-likes-experiment-results-platformer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7cbc25f98c1f6100445ee7c149a7edb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxABAQACAwEAAAAAAAAAAAAAAQIAEQMSIXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAAhAQIx/9oADAMBAAIRAxEAPwDOc2TwsdJasEp3ufmT3QXQwKOtq+4xlV1gMM//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tP7xITWYV","title":"Lime Prime is the scooter company’s new monthly subscription service","shortId":"tP7xITWYV","createdAt":"2021-05-27T10:09:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035169,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T10:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22455553/lime-prime-scooter-subscription-price-unlock-fee","canonicalUrl":"https://www.theverge.com/2021/5/27/22455553/lime-prime-scooter-subscription-price-unlock-fee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa9fc82462fcf22984146a49b5d27341","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAwACAwEBAAAAAAAAAAAAAQIDABEEBkEhof/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAxESITFh/9oADAMBAAIRAxEAPwCvs9bT68OZyWnajuk9JJZgb9+e5lZRk0kYNyFBAOhY6H5jGIyXCrOvSFOWJmXF/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"o5lnyyNfn","title":"Awesome Standalone (Web Components)","shortId":"o5lnyyNfn","createdAt":"2021-05-26T18:31:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":460,"score":27035167,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-27T03:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:56:34.000Z","url":"https://css-tricks.com/awesome-standalone-web-components/","canonicalUrl":"https://css-tricks.com/awesome-standalone-web-components/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e827fcab64a3beca9650bb0617a5d11","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIRAAMEBRMiBxIUFWFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB0RAAICAgMBAAAAAAAAAAAAAAEDAgQAEQUhMfD/2gAMAwEAAhEDEQA/AMLm6Nt6k7u2Nk71sofJsF4kz3Ahhy+1E3T9mYt7K2smYXFgD850pRPJWGVhAKOtj73FEpg2w6MxsA9Z/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6uKdC-uhX","title":"Google makes it easier to transfer Gmail photos to Google Photos","shortId":"6uKdC-uhX","createdAt":"2021-05-27T09:39:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035139,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:35:57.000Z","url":"https://www.theverge.com/2021/5/27/22456275/gmail-save-to-google-photos-button","canonicalUrl":"https://www.theverge.com/2021/5/27/22456275/gmail-save-to-google-photos-button","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b86bc365da471241be803ab0b13db31","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFBhESBzFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8AzOxbMh8dsxI0AxrhCjOSGXYTK0qI5STsp62etk79gVLkWf3CDkFziR7PjAZYlOtI6tDRPKVkDZ+nQpSjFlQwv//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QHsf3XYyw","title":"Vincent Bernat: Transient prompt with Zsh","shortId":"QHsf3XYyw","createdAt":"2021-05-24T14:59:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27031139,"tagsStr":"bash","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:51:25.000Z","url":"https://vincent.bernat.ch/en/blog/2021-zsh-transient-prompt","canonicalUrl":"https://vincent.bernat.ch/en/blog/2021-zsh-transient-prompt","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_9hVvXkzI","title":"Start Using a Smart DAM and Image Optimization Stack","shortId":"_9hVvXkzI","createdAt":"2021-05-27T08:22:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035062,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:45:30.000Z","url":"https://www.webdesignerdepot.com/2021/05/start-using-a-smart-dam-and-image-optimization-stack/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/start-using-a-smart-dam-and-image-optimization-stack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9674c882db7b22136defde18283ab9ef","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARMQUGEiFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQUAAwAAAAAAAAAAAAAAAQACAwUREkFR/9oADAMBAAIRAxEAPwDNo+4JRIvT6lesta3TjgZpYw0iGNA3kjDWtnf38yurNdNeIg1jtBynvjGMdrmNEZwdqXtjxlGeL//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1A4RNLaaa","title":"Images for Designers - 100+ handpicked resources for designers to get images","shortId":"1A4RNLaaa","createdAt":"2021-05-27T08:22:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035062,"tagsStr":"devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T08:22:11.000Z","url":"https://salinipillai.com/images-for-designers/","canonicalUrl":"https://salinipillai.com/images-for-designers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73db723ea7ae7c907d5cc57ecfecee0a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSITEHQYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRITH/2gAMAwEAAhEDEQA/ANL8faP3WOHeJLsdq7ymEONOsM5THCwCrYD0pWOfQJOB3m9RbSEJCpsskDkhZGflKUTsDMva7K5UcE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IbuXIYD_b","title":"3D-printed device could improve chest x-ray imaging","shortId":"IbuXIYD_b","createdAt":"2021-05-27T07:16:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034996,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132516&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132516","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8063766216454fb8443f654315770a36","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBQAEBhExBxNBcYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAEQAh/9oADAMBAAIRAxEAPwC14rGSMl03xtFnMO2AMTagFpoEg9tBB3vfgj7WSc5YVb5tkDLrq3nG5C4Qp1XKyHFAqPvmlKXCDW//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"KqZ8_CVvg","title":"Building real-time games using Workers, Durable Objects, and Unity","shortId":"KqZ8_CVvg","createdAt":"2021-05-26T13:08:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":29,"score":27034278,"tagsStr":"webdev,game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:00:05.000Z","url":"https://blog.cloudflare.com/building-real-time-games-using-workers-durable-objects-and-unity/","canonicalUrl":"https://blog.cloudflare.com/building-real-time-games-using-workers-durable-objects-and-unity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ad779a19c8546fe394e5aacc85daa6e","ratio":1.92336683417085,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQGESEFEhUxY4HS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAICAwEAAAAAAAAAAAAAAAIDAAESUWFx/9oADAMBAAIRAxEAPwDVqrpmffrCQmGKi1BlhoNbmSpR32WSbkKAze3R9xd8Qs55XUs+VPzCELe47EK5qoRKhyP2f//Z","siteTwitter":"@cloudflare","creatorTwitter":"@signalnerve","readTime":10,"description":null,"toc":null,"summary":null},{"id":"rFJ-cs2Ul","title":"Apple TV 4K (2021) review: much better remote, slightly faster box","shortId":"rFJ-cs2Ul","createdAt":"2021-05-26T18:35:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034235,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:31:12.000Z","url":"https://www.theverge.com/22454960/apple-tv-4k-2021-review","canonicalUrl":"https://www.theverge.com/22454960/apple-tv-4k-2021-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e744b8ea27649cdf0a85c1a1e5ec61f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQDAAMAAAAAAAAAAAABAgMABAUhBhESMWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAACAAEhEkH/2gAMAwEAAhEDEQA/AJnjdtaQYPJz3NuJ2s4I2UAhA8bv4ZG0d77DfI+6lX5rAHYLjrzrvXrLTk/u6UoRa5rZRYNK89n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EqZcnLgtt","title":"BlizzCon 2021 has been canceled","shortId":"EqZcnLgtt","createdAt":"2021-05-26T17:30:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034170,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:28:45.000Z","url":"https://www.theverge.com/2021/5/26/22455077/blizzcon-canceled-global-event-blizzconline-blizzard","canonicalUrl":"https://www.theverge.com/2021/5/26/22455077/blizzcon-canceled-global-event-blizzconline-blizzard","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/751b2e1160b3a32fdfb59c627dfd7d95","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMCEQAEYQUGElHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEAAwAAAAAAAAAAAAAAAAABAAIS/9oADAMBAAIRAxEAPwDIurb8U7MYKWwSiFyuTfIEniuTkMd1OoVqoA9UPmMYF0yWpis//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Ccwn_rBJ0","title":"CTA shows the effect of job stress on the heart","shortId":"Ccwn_rBJ0","createdAt":"2021-05-26T16:39:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034119,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:28:57.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132509&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132509","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/72b7e57adaeb73621f037f8323bd7049","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhESFCEiUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDC9MYG2yOkMjOzr1RLBCQPEqAQPffeonakMVcTRQ3qxSyIrQnkFYgH7R1Fr//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"o0N5xYQ9p","title":"196/365storys??Spring dream","shortId":"o0N5xYQ9p","createdAt":"2021-05-26T16:38:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27034118,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/120127821/196365storysSpring-dream","canonicalUrl":"https://www.behance.net/gallery/120127821/196365storysSpring-dream","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/941ef55ab6e34bf485cf7aa949b683c6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGB//EACUQAAEDAwMDBQAAAAAAAAAAAAECAwQAETEFBxIGISITFBUjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAQQMEE//aAAwDAQACEQMRAD8Asxs9GXrDOqq+NYkxENCMwxFCWnFJvz9YW8uWAQLpz3pCTtrB9w7bodLvmfsExiyu+cjP4K2R4kFNicigkm+arPe5YVN4vKbAdZ//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"tEvGzfft5","title":"Special training not needed for COVID lung ultrasound scoring","shortId":"tEvGzfft5","createdAt":"2021-05-26T16:04:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034084,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132506&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132506","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ed565a7a0fa03aed0abbd3fff3aca9a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAACAQH/8QAIhAAAgAFBAMBAAAAAAAAAAAAAQIAAwQFEQYSIUEjM2GR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAEQECAyH/2gAMAwEAAhEDEQA/ANLtevNDTxPqZsyVTVpB8b5DzOBgjd+ZihbwrgMKrbu5wGJAgSSWZ7q5ZixLHJJz3CTtqILdS4VfUnXwQ5NdKuptJ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HZdCCabmT","title":"Dumbed Down AI Rhetoric Harms Everyone","shortId":"HZdCCabmT","createdAt":"2021-05-26T16:04:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27034084,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:00:00.000Z","url":"https://www.wired.com/story/dumbed-down-ai-rhetoric-harms-everyone/","canonicalUrl":"https://www.wired.com/story/dumbed-down-ai-rhetoric-harms-everyone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3901e2793c66cb55998126a47c14a731","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgEDBAAFEQYSEyExFf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAQQP/2gAMAwEAAhEDEQA/AKk+ad01XJuMk3xRVRomGniADAi48Fj3CdovtbDbdOrGt0Vj6Ms+JoA3EXZYREytKVLzAqk7gkmlO7//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"vvDlpOmsB","title":"Google to use patient data to develop healthcare algorithms for hospital chain","shortId":"vvDlpOmsB","createdAt":"2021-05-26T15:50:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034070,"tagsStr":"google,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:46:35.000Z","url":"https://www.theverge.com/2021/5/26/22454817/google-hca-patient-data-healthcare-algorithms","canonicalUrl":"https://www.theverge.com/2021/5/26/22454817/google-hca-patient-data-healthcare-algorithms","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vo_30QN6q","title":"May 22 Google update was big, despite Google?s being mum about it; Wednesday?s daily brief","shortId":"vo_30QN6q","createdAt":"2021-05-26T15:25:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034045,"tagsStr":"google,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:00:00.000Z","url":"https://searchengineland.com/may-22nd-google-update-was-big-but-google-is-mum-about-it-wednesdays-daily-brief-348908","canonicalUrl":"https://searchengineland.com/may-22nd-google-update-was-big-but-google-is-mum-about-it-wednesdays-daily-brief-348908","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51b682dc938caab3016f49ff4a8b0d86","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFIRESMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AwXHZDERiI3GFNzKqjv2umVHbfqgec8E7qNK5aV2UBFLEhQAQPm6UpEyP/9k=","siteTwitter":"@sengineland","creatorTwitter":"@rustybrick","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8pyP_zcMN","title":"10 Best Side Hustles To Consider In 2021","shortId":"8pyP_zcMN","createdAt":"2021-05-26T15:25:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034045,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:00:55.000Z","url":"https://marketsplash.com/best-side-hustles/","canonicalUrl":"https://marketsplash.com/best-side-hustles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e17acb52de82816021012e1f47553a8","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAGRAAAwEBAQAAAAAAAAAAAAAAAAECEiFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEC/9oADAMBAAIRAxEAPwDeVVNPLa0nL9XCgAe1FOQ1C//Z","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":9,"description":null,"toc":null,"summary":null},{"id":"VOeR2gEzX","title":"More Americans believe in climate change but still can’t quit fossil fuels","shortId":"VOeR2gEzX","createdAt":"2021-05-26T14:57:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034017,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:54:34.000Z","url":"https://www.theverge.com/2021/5/26/22454633/pew-research-american-attitudes-climate-change-fossil-fuels-renewable-energy","canonicalUrl":"https://www.theverge.com/2021/5/26/22454633/pew-research-american-attitudes-climate-change-fossil-fuels-renewable-energy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b5936b839ad40203d58f86748483ec4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBRETBAYSIbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAEFAQAAAAAAAAAAAAAAAAMAAQQREiL/2gAMAwEAAhEDEQA/AI7Dd1UO3FfiKL3qLqWstbxcjYBIGvsmrM11aWMpFBKkjfGPcRASSW26dWHHHm8r/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"66N84BEb_","title":"Sweet Tooth’s post-apocalyptic world is meant to be a ‘storybook dystopia’","shortId":"66N84BEb_","createdAt":"2021-05-26T14:38:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033998,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:30:00.000Z","url":"https://www.theverge.com/22454611/sweet-tooth-netflix-post-apocalyptic-world-interview","canonicalUrl":"https://www.theverge.com/22454611/sweet-tooth-netflix-post-apocalyptic-world-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9949b4c15ca204d86aaeddb4817f027d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFEQYSEyEjMVFz/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABYRAQEBAAAAAAAAAAAAAAAAAAECAP/aAAwDAQACEQMRAD8AlvGvr1Mu0uqU0yNR8qhBLO2ZmWCN4z1wfEa1Pr++PTynKW3LKCew/r6QhAKtAyCRXf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"sbYZDz0j5","title":"As Chips Shrink, Rowhammer Attacks Get Harder to Stop","shortId":"sbYZDz0j5","createdAt":"2021-05-26T14:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033964,"tagsStr":"security,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:01:00.000Z","url":"https://www.wired.com/story/rowhammer-half-double-attack-bit-flips","canonicalUrl":"https://www.wired.com/story/rowhammer-half-double-attack-bit-flips","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61c9e91317584b3b823ec734c43a7834","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEEBhITIUEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgAEBRIhUf/aAAwDAQACEQMRAD8Az7Oy3u0xgP743ygCEm2MIAtwH2ztPvpUXLmSmR5uuyiKtRayAg7gA7IW4J//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"k748KaLes","title":"Airbnb’s CEO thinks the platform can replace your landlord","shortId":"k748KaLes","createdAt":"2021-05-26T14:03:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033963,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:00:00.000Z","url":"https://www.theverge.com/2021/5/26/22453150/airbnb-ceo-brian-chesky-interview-host-rentals-long-term","canonicalUrl":"https://www.theverge.com/2021/5/26/22453150/airbnb-ceo-brian-chesky-interview-host-rentals-long-term","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9380d9396ad02290e5fa3b45c944ed2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAUSIQQGEzFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxEv/aAAwDAQACEQMRAD8Am1gt3DvXQ+63NTJYet/D47yAgzmPMQUqPvf0RrVSJ/BTzim0YIKiUpmcROhNKU5U4VVOtP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"neTvoppH2","title":"Waze names former Hotwire president Neha Parikh as CEO","shortId":"neTvoppH2","createdAt":"2021-05-26T13:58:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033958,"tagsStr":"hotwire","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:55:00.000Z","url":"https://www.theverge.com/2021/5/26/22454074/waze-new-ceo-neha-parikh-hotwire","canonicalUrl":"https://www.theverge.com/2021/5/26/22454074/waze-new-ceo-neha-parikh-hotwire","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6cab42569b9ec8531759717a2a68ca8d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAAIEEQMhBQYxQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMEBjHBEv/aAAwDAQACEQMRAD8AlHVZUbK1nFDj8G5DXmU+3ZaHzehRvxXpVUHSIgM0Ym7pqdeemVuGoq2tRhstwT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jBPHTHali","title":"What is quantum entanglement?","shortId":"jBPHTHali","createdAt":"2021-05-26T13:27:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033927,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:00:08.000Z","url":"https://www.livescience.com/what-is-quantum-entanglement.html","canonicalUrl":"https://www.livescience.com/what-is-quantum-entanglement.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e0f80afd46fe6d8ccca290c3fcdb0c01","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBAAFBhIhETEyYf/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAIQMRYf/aAAwDAQACEQMRAD8AwWxbNPVZqdPcNJLcUdcrA0QETJx8gciPodH33kvUGoRX7MccU6okrKoDnoAn9xjKK5Ow8MPnWSSdaz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FsK9xNoca","title":"Open-world RPG Pokémon Legends: Arceus is launching January 28th, 2022","shortId":"FsK9xNoca","createdAt":"2021-05-26T13:26:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033926,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:24:44.000Z","url":"https://www.theverge.com/2021/5/26/22454614/pokemon-legends-arceus-nintendo-switch-release-date","canonicalUrl":"https://www.theverge.com/2021/5/26/22454614/pokemon-legends-arceus-nintendo-switch-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f26f006e62df29010160ff7cc3e98b98","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhExQxQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABsRAAEEAwAAAAAAAAAAAAAAAAMAAQIiBBEx/9oADAMBAAIRAxEAPwDZC/vFvFshMu2RDLv6S5BDDHrHjiql1fUUkde9lOCRkqvPylKiGyS7az8QUA4PWK//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"niV8r6ZiC","title":"Disney’s Cruella is absolutely absurd","shortId":"niV8r6ZiC","createdAt":"2021-05-26T13:06:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033906,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:00:00.000Z","url":"https://www.theverge.com/22400212/cruella-review-disney-plus-emma-stone-101-dalmatians","canonicalUrl":"https://www.theverge.com/22400212/cruella-review-disney-plus-emma-stone-101-dalmatians","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d81337f766742de5aa44a89be336a692","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYSITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQMx/9oADAMBAAIRAxEAPwCfaPnMvjkuA9rokcOtx1tq7WUrSepNj5dewc0NF2qpEZl5TKApxAWQD4Fi8YypoKaf/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rRDadi3JY","title":"Dell is offering $230 off one of its standout gaming monitors","shortId":"rRDadi3JY","createdAt":"2021-05-26T12:33:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033873,"tagsStr":"tech-news,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:32:15.000Z","url":"https://www.theverge.com/good-deals/2021/5/26/22453649/dell-gaming-monitor-mass-effect-pc-roku-ultra-streaming-device-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/26/22453649/dell-gaming-monitor-mass-effect-pc-roku-ultra-streaming-device-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b3cf52991193770de1830379d45ccfc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBQQGBxESISNB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKjvfG7b7eYs597ZY7LAN7seN/rjMIBBaOv0jyqwiIP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"3Tsy4iLCD","title":"Mailbag Episode on Gameplay Loops, Favorite Moments From ‘Castlevania,’ and Which Gundam Shows We’re Watching","shortId":"3Tsy4iLCD","createdAt":"2021-05-26T12:10:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:07:06.000Z","url":"https://www.theringer.com/2021/5/26/22454123/mailbag-episode-on-gameplay-loops-favorite-moments-castlevania-and-which-gundam-shows-were-watching","canonicalUrl":"https://www.theringer.com/2021/5/26/22454123/mailbag-episode-on-gameplay-loops-favorite-moments-castlevania-and-which-gundam-shows-were-watching","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e99bb7c683e0aa9dee286d582cb5011","ratio":1.91101694915254,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEFAAMBAAAAAAAAAAAAAQIDAAQFERIVISJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABACIx/9oADAMBAAIRAxEAPwDA8LaR3q3FuQF+DIH1sgirRZRYokj8XipOFC9vbks2v0nr2aUqXVJHJf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"y43UKnMAS","title":"Scammy iOS app discovered that refuses to open unless you give it a good review","shortId":"y43UKnMAS","createdAt":"2021-05-26T11:37:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033817,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:32:11.000Z","url":"https://www.theverge.com/2021/5/26/22454468/ios-app-scam-review-3-star-force-review-process-apple","canonicalUrl":"https://www.theverge.com/2021/5/26/22454468/ios-app-scam-review-3-star-force-review-process-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87a64e621516c0a7e0b7743f2e97c3af","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAAECAxEEBRIhMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDH8KLfpU776q7ivEJYArj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"i4YwnnMPY","title":"Toward a Unified Theory of Zombie Movies","shortId":"i4YwnnMPY","createdAt":"2021-05-26T11:33:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033813,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:20:00.000Z","url":"https://www.theringer.com/movies/2021/5/26/22453551/zombie-movies-history-dawn-army-of-the-dead-28-days-later","canonicalUrl":"https://www.theringer.com/movies/2021/5/26/22453551/zombie-movies-history-dawn-army-of-the-dead-28-days-later","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/acedaae8aff3feff42da9704e8ae3891","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQREhMxBSEiUZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Azi4WJoY7iKGLUyNo3l1mM+GSMYHfPrirPY36OyJ1MhVOANrgfVKUF//Z","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"4nWHYIPB1","title":"Tesla will store Chinese car data locally, following government fears about spying","shortId":"4nWHYIPB1","createdAt":"2021-05-26T11:32:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033812,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:26:38.000Z","url":"https://www.theverge.com/2021/5/26/22454369/tesla-china-datacenter-process-locally-spying-fears","canonicalUrl":"https://www.theverge.com/2021/5/26/22454369/tesla-china-datacenter-process-locally-spying-fears","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6363af745bd7167cda9c7bf1f8a9c24","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDBAAFBhESITFRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIxESEi/9oADAMBAAIRAxEAPwCBwTMsgvl7hR3Z4aTHkpbPFsHkkJUPw632PtaK/k2SJecSbshRCiORjJ2e/faUoqobCkutn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PtAIb3g2l","title":"Honeybee 'Trojan horse' virus relies on bees' habit of cannibalizing their young","shortId":"PtAIb3g2l","createdAt":"2021-05-26T11:27:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033807,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:10:40.000Z","url":"https://www.livescience.com/virus-hijacks-bee-cannibalism.html","canonicalUrl":"https://www.livescience.com/virus-hijacks-bee-cannibalism.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d08b6515926dee1c3f9aaf0aa6b68258","ratio":1.54639175257732,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAwQRIRJRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEv/aAAwDAQACEQMRAD8A01bq3X22S1LrY4tc4pIg8EDo5BGfVSYW5OkRTchPTf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"RaWyPSEpm","title":"Web Design Best Practices for New Developers – How to Create Portfolio-Worthy Work","shortId":"RaWyPSEpm","createdAt":"2021-05-25T17:02:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","tweeted":true,"views":858,"score":27033786,"tagsStr":"general-programming,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-26T04:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:51:37.000Z","url":"https://www.freecodecamp.org/news/web-design-best-practices-for-new-developers/","canonicalUrl":"https://www.freecodecamp.org/news/web-design-best-practices-for-new-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/91fe15cab33129c04a13d2a99efe85a3","ratio":1.5007215007215,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAABAwUBAQEAAAAAAAAAAAABAgMEAAUREiEGExT/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAQUAAAAAAAAAAAAAAAAAAgABEhNB/9oADAMBAAIRAxEAPwCy0yvYyBDnzPTLaZgOLdlsMbEvJSo7DGQkgAcHKRXr1+Zr6+1vBc0GxAz3HaUpVIzIcZCvOAlrr//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@andrejtl","readTime":8,"description":null,"toc":null,"summary":null},{"id":"h8_QbNu9W","title":"EOL: Fedora 32 – so upgraded man sein System von Hand","shortId":"h8_QbNu9W","createdAt":"2021-05-26T10:23:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:53:45.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/26/eol-fedora-32-so-upgraded-man-sein-system-von-hand/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/26/eol-fedora-32-so-upgraded-man-sein-system-von-hand/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/429e357e87ff82fc3b904b35f305daa5","ratio":1.82492863939106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQIFBQEAAAAAAAAAAAAABAABAgNDUXEFERMkMTL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0vp4Qriw7jSPXpw3wpxAY3PM68n6em18IiD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"CH3nLV_xK","title":"The “Could You Survive This Zombie Apocalypse?” Matrix","shortId":"CH3nLV_xK","createdAt":"2021-05-26T10:21:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033741,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:10:00.000Z","url":"https://www.theringer.com/movies/2021/5/26/22453811/could-you-survive-this-zombie-apocalypse-matrix","canonicalUrl":"https://www.theringer.com/movies/2021/5/26/22453811/could-you-survive-this-zombie-apocalypse-matrix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93fd8c31404749f496dbf03071e529f4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACEgMEERQxYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQFElHw/9oADAMBAAIRAxEAPwDDvu9a1fQDJCs4AmWMcBSiO/URFbV2xLzXQeK9CKHYZK2MA58J/9k=","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"NluxJ06r6","title":"Microsoft claims Edge is now ‘the best performing browser on Windows 10’","shortId":"NluxJ06r6","createdAt":"2021-05-26T10:09:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033729,"tagsStr":"google,startup,microsoft,google-chrome,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:06:49.000Z","url":"https://www.theverge.com/2021/5/26/22454430/microsoft-edge-91-browser-performance-best-windows-10","canonicalUrl":"https://www.theverge.com/2021/5/26/22454430/microsoft-edge-91-browser-performance-best-windows-10","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2451658e1c47d7294d2e655960acb50f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAhEEEiFBQv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwDOQDxHiHC+OGci60WcbkOn8v1agzcIiW7TAL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6_yFcEzIS","title":"Wu Tang Clan’s Ghostface Killah features on Loco Dice’s ‘Cherchez LaGhost’","shortId":"6_yFcEzIS","createdAt":"2021-05-26T10:06:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/wu-tang-clans-ghostface-killah-features-on-loco-dices-cherchez-laghost/","canonicalUrl":"https://dancingastronaut.com/2021/05/wu-tang-clans-ghostface-killah-features-on-loco-dices-cherchez-laghost/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e45c501f6a08b674a1adc9f39e99cd4c","ratio":1.50156412930136,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBhESMRQhQv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyEx/9oADAMBAAIRAxEAPwC7EmcFl4dYm5UC2JMxlSpTviuEtLTvfySd7T0exWerk4yi4yksQ45ZS6sII5AcdnXqlKZdZLY8if/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rLzq_7qns","title":"Kurztipp: Pacemaker und Ubuntu","shortId":"rLzq_7qns","createdAt":"2021-05-26T08:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033653,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T08:40:47.000Z","url":"https://exdc.net/2021/05/26/kurztipp-pacemaker-und-ubuntu/","canonicalUrl":"https://exdc.net/2021/05/26/kurztipp-pacemaker-und-ubuntu/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"twjNkyRFQ","title":"Heaven Sent’s AMIDY leads soon-to-come EP with ‘Where My Heart Goes’","shortId":"twjNkyRFQ","createdAt":"2021-05-25T23:20:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033080,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:20:00.000Z","url":"https://dancingastronaut.com/2021/05/heaven-sents-amidy-drops-lead-off-ep-single-where-my-heart-goes/","canonicalUrl":"https://dancingastronaut.com/2021/05/heaven-sents-amidy-drops-lead-off-ep-single-where-my-heart-goes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/635247f3b34eb121e45f3865c1c2dfa0","ratio":1.77631578947368,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCAAQhBTEGERJBUYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEx/9oADAMBAAIRAxEAPwDPnD9ipty1F6mDRFJEJCRBBPrbPjHaostNdGRHUvB5bn5SlQ7Fy//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ionu8YxQi","title":"Cloudflare’s SOC as a Service","shortId":"ionu8YxQi","createdAt":"2021-05-25T18:38:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":9,"score":27033077,"tagsStr":"security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:32:45.000Z","url":"https://blog.cloudflare.com/announcing-cloudflare-soc-as-a-service/","canonicalUrl":"https://blog.cloudflare.com/announcing-cloudflare-soc-as-a-service/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a8d437516115452827e4f8c50415c4c","ratio":1.90909090909091,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMEIQUxEkHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQEBAQEAAAAAAAAAAAAAAAECADFB/9oADAMBAAIRAxEAPwDRXKXSudioC4DNIho8YMnruRqqdrIm2hCxoe/lKUJpVF5nUgCe7//Z","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"RdVs2jmj9","title":"Knockout City’s virtual dodgeball is even more chaotic than the real thing","shortId":"RdVs2jmj9","createdAt":"2021-05-25T19:03:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22453234/knockout-city-dodgeball-ea-velan-studios","canonicalUrl":"https://www.theverge.com/2021/5/25/22453234/knockout-city-dodgeball-ea-velan-studios","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f135bbcf9f825d09f2bbc38c545f46f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBQYhMRJBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAMCARESITH/2gAMAwEAAhEDEQA/AMdSKbVrMj3TCKtIwvFYNLmMJxy3J47VnbYg8jm7e79S4HxEQMcy/S2KYY00f//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"25WeIpVmy","title":"Letters from the editors","shortId":"25WeIpVmy","createdAt":"2021-05-24T18:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":36,"score":27031884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-02-25T19:00:00.000Z","url":"https://increment.com/reliability/letter-from-the-editor/","canonicalUrl":"https://increment.com/reliability/letter-from-the-editor/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ANZVP_trV","title":"How to Create a Sales Plan","shortId":"ANZVP_trV","createdAt":"2021-05-24T21:24:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27031524,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T16:00:52.000Z","url":"https://www.quicksprout.com/how-to-create-a-sales-plan/","canonicalUrl":"https://www.quicksprout.com/how-to-create-a-sales-plan/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"iuo1TEqe0","title":"Hydraulix delivers album’s lead single ‘Waratah’ alongside Nitti Gritti","shortId":"iuo1TEqe0","createdAt":"2021-05-25T18:50:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032810,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:44:58.000Z","url":"https://dancingastronaut.com/2021/05/hydraulix-unleashes-first-album-single-waratah-in-collaboration-with-nitti-gritti/","canonicalUrl":"https://dancingastronaut.com/2021/05/hydraulix-unleashes-first-album-single-waratah-in-collaboration-with-nitti-gritti/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7861f14075cb3729d749b3d33eb4333e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAgIDAAAAAAAAAAAAAQIDBAUAEQYUBzESIaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM/8dU1byKVHpa+MwhsBfYlvAhwA/ZOxvWk60APZ95HXXGqeHcz4zVupxtmQ42lfWI+QCiAfzGMFP//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"kxitx-eJz","title":"daily.dev mobile-friendly web app is here 🔥","shortId":"kxitx-eJz","createdAt":"2021-05-24T16:41:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily_updates","views":2183,"score":27032660,"tagsStr":"webdev,dailydev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-25T06:30:01.000Z","discussionScore":44,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:19:47.000Z","url":"https://changelog.daily.dev/daily-dev-mobile-friendly-web-app-is-here-195889","canonicalUrl":"https://changelog.daily.dev/daily-dev-mobile-friendly-web-app-is-here-195889","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7149914315cfa26e91946fa320d57cd7","ratio":1.67164179104478,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDEQAEEiIxQWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AMHlEemaICuG1jIsYDXX0347yM2ukkld2WLczFjSACz6HWMZQpdtI2FuHJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RpWKiTF_h","title":"Pansonic teases a GH6 and focuses on streaming with the GH5 Mark II","shortId":"RpWKiTF_h","createdAt":"2021-05-25T15:30:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032610,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:26:23.000Z","url":"https://www.theverge.com/2021/5/25/22451677/panasonic-gh6-gh5-mark-ii-2-live-streaming-video-camera","canonicalUrl":"https://www.theverge.com/2021/5/25/22451677/panasonic-gh6-gh5-mark-ii-2-live-streaming-video-camera","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6beee176ae2168707366f751535b9686","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIEAAMRBxIhIzEF/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCe1s+VIfWCZFWfcBnIJKMwYiyuMbAu7B5XOePfK1tC6YUe0/YyW1Uu3rEDGTSlOC//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"YBaZuFOf2","title":"Former NASA astronaut Peggy Whitson is returning to space — this time, on a private ride","shortId":"YBaZuFOf2","createdAt":"2021-05-25T15:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032583,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451779/nasa-astronaut-peggy-whitson-axiom-space-private-iss-mission","canonicalUrl":"https://www.theverge.com/2021/5/25/22451779/nasa-astronaut-peggy-whitson-axiom-space-private-iss-mission","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04bd66a6af8ace6bf7d8f5c418bd29db","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAUGAxEhEjEyYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AM8Y1kMrG4E3WtyoJMxGjHWPnpL0jlCOQ257+hUS5JfFUKt5uQUDYASX4H2lKaI//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1cewf5NDm","title":"Reminder: SoupSessionSync and SoupSessionAsync default to no TLS certificate verification","shortId":"1cewf5NDm","createdAt":"2021-05-25T15:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27032583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:12:55.000Z","url":"https://blogs.gnome.org/mcatanzaro/2021/05/25/reminder-soupsessionsync-and-soupsessionasync-default-to-no-tls-certificate-verification/","canonicalUrl":"https://blogs.gnome.org/mcatanzaro/2021/05/25/reminder-soupsessionsync-and-soupsessionasync-default-to-no-tls-certificate-verification/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"dr95LOddK","title":"Map of the Internet","shortId":"dr95LOddK","createdAt":"2021-05-25T14:35:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032555,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:41:00.000Z","url":"https://www.halcyonmaps.com/map-of-the-internet-2021","canonicalUrl":"https://www.halcyonmaps.com/map-of-the-internet-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fe40bae11f5f779036312f83db4c242","ratio":1.35746606334842,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAGxABAAIDAQEAAAAAAAAAAAAAAQACAxEhEkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAIDAQAAAAAAAAAAAAAAAAABAhEhMf/aAAwDAQACEQMRAD8A0mSrlyeWiHLDvvyWLFTVl2ceRER7ZKUlp//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"shuq0FA4n","title":"Sen. Ron Wyden pushes to raise standards for stimulus-funded broadband","shortId":"shuq0FA4n","createdAt":"2021-05-25T14:06:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032526,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452886/american-rescue-plan-broadband-telehealth-ron-wyden-fcc-treasury-janet-yellen","canonicalUrl":"https://www.theverge.com/2021/5/25/22452886/american-rescue-plan-broadband-telehealth-ron-wyden-fcc-treasury-janet-yellen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/393bf12decdfa05374d68a441a99410e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxESFARhBiFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwDOnjkuo+Xnsy2YmvZGcqDSY3G+/ldqOIxQ9lEVIkTuWu//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3NsdPl5-g","title":"Cult classic Shin Megami Tensei III gets remastered after modern consoles ‘left the game behind’","shortId":"3NsdPl5-g","createdAt":"2021-05-25T14:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032526,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451477/shin-megami-tensei-3-nocturne-remaster-kazuyuki-yamai-interview","canonicalUrl":"https://www.theverge.com/2021/5/25/22451477/shin-megami-tensei-3-nocturne-remaster-kazuyuki-yamai-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4eeb3f142c61a7f4496af87c7df922a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQREiEFExQxQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADERIx4f/aAAwDAQACEQMRAD8AmZV4ZbTdPq5awyzqpOWBc+znxtnHysiN7WBFiMVyxjAUkXGAcbdtO1KVOvY2qnPYvUilmBHPZ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"EzemAtaCL","title":"Robinhood competitor Public is launching in-app live audio programming","shortId":"EzemAtaCL","createdAt":"2021-05-25T13:00:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032460,"tagsStr":"general-programming,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451481/public-app-trading-stocks-live-audio","canonicalUrl":"https://www.theverge.com/2021/5/25/22451481/public-app-trading-stocks-live-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3851d8c05edb75dac223c5679e979bc5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgEEAwAAAAAAAAAAAAAAAQIAAwQRIhNBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8A0XdlaN2mAxLJgbYA287lXCsRKZXrDf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pJsAAoDSG","title":"Go read iFixit’s damning take on Samsung’s ‘ruined’ upcycling program","shortId":"pJsAAoDSG","createdAt":"2021-05-25T11:33:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032373,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:28:56.000Z","url":"https://www.theverge.com/2021/5/25/22452693/ifixit-samung-galaxy-upcycling-e-waste-initiative-program","canonicalUrl":"https://www.theverge.com/2021/5/25/22452693/ifixit-samung-galaxy-upcycling-e-waste-initiative-program","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14289f37f8197a0b4385e68b2ee569e4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQxBRIRE0H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgNRBAUREiEx/9oADAMBAAIRAxEAPwDVuya15bNyvSztyLVrYllhZVFat16j5uQYVZHkPYoOgG1ERBsbR1soeXVMocSH+ihZFL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"9dkx1dZyvc","title":"neo.mjs nominated for “The most exciting Use of Technology”","shortId":"9dkx1dZyvc","createdAt":"2021-05-24T20:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":465,"score":27032354,"tagsStr":"general-programming,javascript,open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-25T05:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T05:28:46.000Z","url":"https://itnext.io/neo-mjs-nominated-for-the-most-exciting-use-of-technology-cd5983debc7b","canonicalUrl":"https://itnext.io/neo-mjs-nominated-for-the-most-exciting-use-of-technology-cd5983debc7b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd2691c1aa8cd0f9afef8e194afd671e","ratio":1.80722891566265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAfEAAABgEFAAAAAAAAAAAAAAAAAQIEBRESFCE0U5P/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8AplEW0xItK1uulO4FFNK4jTwSACIOy//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cgCPkyeIQ","title":"As the US Unmasks, the Pressure Is on for Vaccine Passports","shortId":"cgCPkyeIQ","createdAt":"2021-05-25T11:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T07:00:00.000Z","url":"https://www.wired.com/story/as-the-us-unmasks-the-pressure-is-on-for-vaccine-passports","canonicalUrl":"https://www.wired.com/story/as-the-us-unmasks-the-pressure-is-on-for-vaccine-passports","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45b39f8d21d20f892895db8aa7a3d560","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAUREzEGEiEiof/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwCBs83BN0vDYZLE2dzvEyb6d0bxkkD1GpXjTlTUiJpmAZXVVPkDbU6fKUoYFOcqdke//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"6M4xfGqCP","title":"Finding those delightful Brood X cicadas: Here's how","shortId":"6M4xfGqCP","createdAt":"2021-05-20T18:16:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025576,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:02:20.000Z","url":"https://www.livescience.com/finding-brood-x-cicadas.html","canonicalUrl":"https://www.livescience.com/finding-brood-x-cicadas.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42246647cf7b358295e4ef6d23103206","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEAEhMhQUJhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQRIVGh/9oADAMBAAIRAxEAPwCtSJTMtmRAUyiNKct1l3ZRBB6kH3fzNThk+PDr2tSrrGMgt6jFdnnoEEcsBmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"2m2q5Y-Mm","title":"How to watch Microsoft’s Build conference","shortId":"2m2q5Y-Mm","createdAt":"2021-05-25T11:01:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032341,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452640/microsoft-build-2021-live-stream-watch-how-to-event","canonicalUrl":"https://www.theverge.com/2021/5/25/22452640/microsoft-build-2021-live-stream-watch-how-to-event","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3e051d62984757428df2c03764aa6ab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFEgYhEzGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAcEQABBQADAAAAAAAAAAAAAAABAAMEBRECElH/2gAMAwEAAhEDEQA/ALTyvklzYYzIvalwW7Qc1KgnaT6kDr7UuazmTumkXCXmWw8A4EeKdZ7iZ7pSqyvZ4AEZ4nXR25HYujcX/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"gcdsaV1Yb","title":"How SoundScan Changed Everything We Knew About Popular Music","shortId":"gcdsaV1Yb","createdAt":"2021-05-25T10:33:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032313,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:30:00.000Z","url":"https://www.theringer.com/music/2021/5/25/22452539/soundscan-billboard-charts-streaming-numbers","canonicalUrl":"https://www.theringer.com/music/2021/5/25/22452539/soundscan-billboard-charts-streaming-numbers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/733e7d56d0566d9cf0f741184efab7ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIAAwQREiEiMUGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAZEQACAwEAAAAAAAAAAAAAAAABAgARQcH/2gAMAwEAAhEDEQA/AM9SyJbLsDFl74HknsBidIiGE0SwOBQbTyf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"anxAYNaObh","title":"Anthony Davis Is at the Center of the Lakers’ Troubles","shortId":"anxAYNaObh","createdAt":"2021-05-25T10:16:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:15:00.000Z","url":"https://www.theringer.com/2021/5/25/22452390/anthony-davis-is-at-the-center-of-the-lakers-troubles","canonicalUrl":"https://www.theringer.com/2021/5/25/22452390/anthony-davis-is-at-the-center-of-the-lakers-troubles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6dbf9b26a1f5b6ec3ca9058f97eb458b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFERITIQZBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIDBAAGEiFh/9oADAMBAAIRAxEAPwC945bqWsk71Mrk5RPULswC8ZVegD7wT9jBXOlktcqsorIpmuQu5OBk9ZhCG167O96yrOSB0PBzfL541KLn/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"4uUj6COBW","title":"Terrible news, everyone: AI is learning how to post cringe","shortId":"4uUj6COBW","createdAt":"2021-05-25T10:11:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032291,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:07:36.000Z","url":"https://www.theverge.com/tldr/2021/5/25/22452617/ai-rap-video-replica-speech-synthesis","canonicalUrl":"https://www.theverge.com/tldr/2021/5/25/22452617/ai-rap-video-replica-speech-synthesis","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e283809f3ed1bf07388c1f881101a23","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAURBAcSITET/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAACAQAx/9oADAMBAAIRAxEAPwCc23sS66za93nASYTxqnDIVgFAY99++deVnUtv+MrxGUsUJXPHGcUpQq1qa49u/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9SW9kn4CD","title":"Julio Jones and the Falcons Are at a Crossroads","shortId":"9SW9kn4CD","createdAt":"2021-05-25T10:09:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032289,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:00:00.000Z","url":"https://www.theringer.com/nfl/2021/5/25/22452472/julio-jones-atlanta-falcons-trade-destination","canonicalUrl":"https://www.theringer.com/nfl/2021/5/25/22452472/julio-jones-atlanta-falcons-trade-destination","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/382e1d6ba7dee938fc28bd41c8504382","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFBhExEhMhIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAAyH/2gAMAwEAAhEDEQA/AMng0KJdMnx+JMYDiHJwYX1HlBRvXjX3VTm8utHtoZZCUeoGuAKUo2jzK9qWBXf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"nQYZG9wnR","title":"Pinephone: Das Telefonbuch importieren","shortId":"nQYZG9wnR","createdAt":"2021-05-20T12:47:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025247,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:41:37.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/20/pinephone-das-telefonbuch-importieren/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/20/pinephone-das-telefonbuch-importieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1uqeYpyKX","title":"How parameter expansion helps to not accidentally delete all the files on your machine (#tilPost)","shortId":"1uqeYpyKX","createdAt":"2021-05-24T19:28:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27031408,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T22:00:00.000Z","url":"https://www.stefanjudis.com/today-i-learned/how-parameter-expansion-helps-to-not-delete-everything/","canonicalUrl":"https://www.stefanjudis.com/today-i-learned/how-parameter-expansion-helps-to-not-delete-everything/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/410aac1d3dd46c94358b658a57c4f857","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIiMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/ANEWeMuzEJpMrctxYtwAAUgeA+1DgzszwRvIgLsoJPUbOvlKUjioYm43dysm/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JrV9zRQ2-","title":"Mushrooms on Mars? 5 unproven claims that alien life exists","shortId":"JrV9zRQ2-","createdAt":"2021-05-24T14:45:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031125,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:24:59.000Z","url":"https://www.livescience.com/unproven-claims-that-alien-life-exists.html","canonicalUrl":"https://theconversation.com/mushrooms-on-mars-five-unproven-claims-that-alien-life-exists-161366","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71ce4ca2fe9c7511db96d35faf21eda0","ratio":1.46056782334385,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAgEAACAAYCAwAAAAAAAAAAAAABAgADBAUREhMxIVGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAxH/2gAMAwEAAhEDEQA/AItNRSvbGVnUVew2aahcDHWB6xiKN0pVOsutnBB4UcXQ+whBrmDKmry//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5RkAf1M1Q","title":"Samsung’s Galaxy Tab S7 FE is like a Tab S7 Plus without the high-refresh screen","shortId":"5RkAf1M1Q","createdAt":"2021-05-24T19:12:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031392,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:11:20.000Z","url":"https://www.theverge.com/2021/5/24/22451398/samsung-galaxy-tab-s7-fe-germany-no-oled","canonicalUrl":"https://www.theverge.com/2021/5/24/22451398/samsung-galaxy-tab-s7-fe-germany-no-oled","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22b98625a72458615de2e6d09781f6d8","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgAEAwUGEQdRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AKH5y2VvWco4i9Cxlr5GuIpbG5XsF1Ug+wQSPssZJ7iJaP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ItToS_fbs","title":"Google’s new tool will identify skin conditions — what will people do with that information?","shortId":"ItToS_fbs","createdAt":"2021-05-24T16:40:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031240,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:37:22.000Z","url":"https://www.theverge.com/2021/5/24/22451361/google-skin-condition-dermatology-symptom-checker","canonicalUrl":"https://www.theverge.com/2021/5/24/22451361/google-skin-condition-dermatology-symptom-checker","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f83d4c31d658def43f72526b2430a0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRABAQACAgMBAAAAAAAAAAAAAQIAAxFBBAYSYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACEzJx/9oADAMBAAIRAxEAPwDRPsEbq3amPK2xMbCyZpkWeEH5Tk/OzL8PMSvZjGA2Ze4Y6vZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"vCyySEp6S","title":"ArgoCD: users, access, and RBAC","shortId":"vCyySEp6S","createdAt":"2021-05-17T18:52:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":8,"score":27021632,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:13:26.000Z","url":"https://itnext.io/argocd-users-access-and-rbac-ddf9f8b51bad","canonicalUrl":"https://rtfm.co.ua/en/argocd-users-access-and-rbac/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e800391b8ed10a77e531d1c4ff4d4e8","ratio":2.15827338129496,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBAUGEgcRMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQMyM//aAAwDAQACEQMRAD8AwrVC5JFyTKO7JixI5Zp7QAjt4A5DLbwcAdBRKIhLKK36M//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"jiG1NLK9x","title":"????Hami Video / C@T????-Promo","shortId":"jiG1NLK9x","createdAt":"2021-05-24T16:35:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27031235,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/117478817/Hami-Video-CT-Promo","canonicalUrl":"https://www.behance.net/gallery/117478817/Hami-Video-CT-Promo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f4a90728563e760934f6966fc20d79b","ratio":0.991501416430595,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMABBEFBhIhE1ExQVL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB8RAAICAgEFAAAAAAAAAAAAAAEEAgMAEgUhUWKxwf/aAAwDAQACEQMRAD8Ao13BuI6fI+oSwWUCqoW3iEbFAVJ5c8DPIlfeBUfLpZuZXnn3prMUsrF3jSdAqseyAMdAUKb+8KcDdXBQtgr5Dg/Xxn1Qb3EwdgJpAAf0aoJ8cqzUGDExJ7a/YnAsMtV2ypjMdPE+ts//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"r0UeYUKD0","title":"Dead baby orca reveals harmful chemical levels in killer whales","shortId":"r0UeYUKD0","createdAt":"2021-05-24T16:29:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031229,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:24:13.000Z","url":"https://www.livescience.com/orca-whales-toxicology.html","canonicalUrl":"https://www.livescience.com/orca-whales-toxicology.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c20e1b8b930218c5b6ec62b34157bf80","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAUREjETIVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/AJyIjJZ3HWE7I7L5J5y1snE8T0oGhsjsmqFrTBMxZDmEUnYVZ1AA+D1SlD69GWQ5AUXf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gO_QTmJZI","title":"How Did a One-Armed Chris Paul Beat the Lakers? They Let Him.","shortId":"gO_QTmJZI","createdAt":"2021-05-24T15:20:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031160,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:16:56.000Z","url":"https://www.theringer.com/2021/5/24/22451266/how-did-a-one-armed-chris-paul-beat-the-lakers-they-let-him","canonicalUrl":"https://www.theringer.com/2021/5/24/22451266/how-did-a-one-armed-chris-paul-beat-the-lakers-they-let-him","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70c9be564dc4251d2220a278c91e948a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBRIhMQYWImH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAREAAwIFMcH/2gAMAwEAAhEDEQA/AIeMaLZ+spfWglt9Rntk3ziQkfTrnAGMccd1uC7o1CFy5UYLN2f00pQOzJvsVpaOXkb4Sp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"BCp4zDewT","title":"Netflix is holding a week-long ‘geek’ event in June about The Witcher, The Sandman, and more","shortId":"BCp4zDewT","createdAt":"2021-05-24T15:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031145,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:00:00.000Z","url":"https://www.theverge.com/2021/5/24/22448313/netflix-geeked-week-event-the-witcher-sandman-cuphead-resident-evil","canonicalUrl":"https://www.theverge.com/2021/5/24/22448313/netflix-geeked-week-event-the-witcher-sandman-cuphead-resident-evil","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66b21c5130c836babc468ec3d7fce438","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAAREiEUMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIRH/2gAMAwEAAhEDEQA/AM6o33OYxNgQYpdbmAY97Jl3v5kq015NmfFgNkn2cYxBylpxy//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2sAZFSPaX","title":"Microsoft has turned the Surface Duo into a handheld Xbox","shortId":"2sAZFSPaX","createdAt":"2021-05-24T15:05:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031145,"tagsStr":"tech-news,cloud,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:03:15.000Z","url":"https://www.theverge.com/2021/5/24/22450941/microsoft-surface-duo-xbox-mobile-xcloud-cloud-gaming-dual-screen","canonicalUrl":"https://www.theverge.com/2021/5/24/22450941/microsoft-surface-duo-xbox-mobile-xcloud-cloud-gaming-dual-screen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/858d4212c18b78e05180ffd6db61db85","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFESExBgcUQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDPPac1zjvPLSa0mVHcq4IiVdFGAHQHHA611VLBlsi8MbffeLtQdLMQBx+UpU+x2NSNvY1FAsYZyf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"36_FDYniR","title":"AT&T CEO John Stankey says it was ‘time to unleash’ WarnerMedia assets","shortId":"36_FDYniR","createdAt":"2021-05-24T14:44:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031124,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:38:15.000Z","url":"https://www.theverge.com/2021/5/24/22451111/att-ceo-stankey-unleash-assets-warnermedia-discovery-hbo","canonicalUrl":"https://www.theverge.com/2021/5/24/22451111/att-ceo-stankey-unleash-assets-warnermedia-discovery-hbo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/868d8ee6c4188f627fab25e1ed0c739b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAcEAACAgMBAQAAAAAAAAAAAAABAgMRAAQxBRL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AIvo7McvnzK+ujySqAkjm2i+TZrneYXXlZQwnABF0UvGMSrCtRh//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"b_SfetC2H","title":"Heat Listed","shortId":"b_SfetC2H","createdAt":"2021-05-24T14:02:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031082,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:00:00.000Z","url":"https://www.theverge.com/22444020/heat-listed-csk-entry","canonicalUrl":"https://www.theverge.com/22444020/heat-listed-csk-entry","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cce094f4dd0f8d3c894bef369e77d83a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEEQADBhIhMUEHE2H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQREiHw/9oADAMBAAIRAxEAPwDMsg8gvruQudDRsgXLmvsqFydIVO3Anb7VO2zBwttaWlkzSlSAQn1gwI4nulKGvFCImvI1SJLNn3BP/9k=","siteTwitter":"","creatorTwitter":"","readTime":21,"description":null,"toc":null,"summary":null},{"id":"tcR3H5aFg","title":"Universal coronavirus vaccine is highly effective in monkeys","shortId":"tcR3H5aFg","createdAt":"2021-05-24T13:56:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031076,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:44:05.000Z","url":"https://www.livescience.com/pan-coronavirus-vaccine-future-pandemics.html","canonicalUrl":"https://www.livescience.com/pan-coronavirus-vaccine-future-pandemics.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/11530f64b660b6ee27e67a50b524024f","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAJRAAAQMCAwkAAAAAAAAAAAAAAQIDEQAEBRIhBgcTFyIxQXGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACBBET/9oADAMBAAIRAxEAPwC+7vafGrhd8+rEllm1bDrdulhDaSk9s2UAEkaGAPomtbmg630Pt3AdTovhlOWfMTrHulKnZnXax6Ip1N8wez//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Q1mAz08t1","title":"The first full trailer for Chloé Zhao’s Eternals promises an epoch-spanning epic from Marvel","shortId":"Q1mAz08t1","createdAt":"2021-05-24T13:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031075,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:53:09.000Z","url":"https://www.theverge.com/22451091/eternals-marvel-trailer-chloe-zhao","canonicalUrl":"https://www.theverge.com/22451091/eternals-marvel-trailer-chloe-zhao","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1541149da13e271ac1871b347c8c721","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIxAAAQIEBgMAAAAAAAAAAAAAAQARAgMEBQYHEhYhQVFhof/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/AM6uOYWJBUyYjc6gkzCCNTBizcem+qb4vndXET5YIiBTJQb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"scNWUHPCa","title":"How futuristic floating wind turbines might ride the waves","shortId":"scNWUHPCa","createdAt":"2021-05-24T13:29:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031049,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:23:47.000Z","url":"https://www.theverge.com/2021/5/24/22448187/ge-floating-turbine-offshore-wind-farm-energy","canonicalUrl":"https://www.theverge.com/2021/5/24/22448187/ge-floating-turbine-offshore-wind-farm-energy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58a8c186c3728e14b42a2be703ec29b2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQABwAAAAAAAAAAAAAABAABAgcFEhQlMVKS/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8AqHsgvTOz4eN6ksqdkmZ5bePz3kiJ+Brr/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Ekqi61BXP","title":"First Impressions of Every First-Round NBA Playoff Series","shortId":"Ekqi61BXP","createdAt":"2021-05-24T13:13:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031033,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:03:47.000Z","url":"https://www.theringer.com/2021/5/24/22450838/nba-postseason-takeaways-luka-doncic-trae-young-jayson-tatum","canonicalUrl":"https://www.theringer.com/2021/5/24/22450838/nba-postseason-takeaways-luka-doncic-trae-young-jayson-tatum","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bee59fd6b3bd6f407551e8f7798ba495","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAJBAAAQMDAgcBAAAAAAAAAAAAAQIDBQAEEhEyBhMUISIxYaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAEDAAIRwQQhMf/aAAwDAQACEQMRAD8Ak/ISD1/Gx3V4IdZfd5jaMVZBQ3abh5flYbriuatLp62TIOFLKy2CEIHYHT1j8pSgrexbMVPo2ZaHHWxYNxnvQn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"lt9OI8jZT","title":"VS Code: Swissknife - konvertieren und generieren direkt im Editor","shortId":"lt9OI8jZT","createdAt":"2021-05-16T10:57:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019377,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T10:23:00.000Z","url":"https://itrig.de/index.php?/archives/2412-VS-Code-Swissknife-konvertieren-und-generieren-direkt-im-Editor.html","canonicalUrl":"https://itrig.de/index.php?/archives/2412-VS-Code-Swissknife-konvertieren-und-generieren-direkt-im-Editor.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Wiya5geiE","title":"Easy Ways to Sell, Donate, or Recycle Your Stuff","shortId":"Wiya5geiE","createdAt":"2021-05-23T11:04:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T07:00:00.000Z","url":"https://www.wired.com/story/easy-ways-sell-donate-recycle-your-stuff/","canonicalUrl":"https://www.wired.com/story/easy-ways-sell-donate-recycle-your-stuff/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba0735756da5bb01aa009203e1542a99","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBQYSFCFCUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAxESYf/aAAwDAQACEQMRAD8Aqd7aXmZO/CyLWc7GhibG+GOF3ERktokV7u+9rV+igHgD9REZmDih5EKLtZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"xjFLprfv9","title":"We must share vaccines globally in our fight against covid-19","shortId":"xjFLprfv9","createdAt":"2021-05-24T13:12:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27031032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033352-900-we-must-share-vaccines-globally-in-our-fight-against-covid-19/","canonicalUrl":"https://www.newscientist.com/article/mg25033352-900-we-must-share-vaccines-globally-in-our-fight-against-covid-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a05465288977c46496b273aa7ebec47","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQYSITETUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAIDAQAAAAAAAAAAAAAAAAECABESMf/aAAwDAQACEQMRAD8A2Fj1nXwT1AuVSWUr4oTCyJvLSdweffeOypzaoh80mLfO4bjyHNAPzKIj2wFylGeT/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yEDq7-rEi","title":"Auch openSUSE arbeitet mit Shells zusammen – virtueller Desktop","shortId":"yEDq7-rEi","createdAt":"2021-05-14T09:52:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016432,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:43:13.000Z","url":"https://www.bitblokes.de/auch-opensuse-arbeitet-mit-shells-zusammen-virtueller-desktop/","canonicalUrl":"https://www.bitblokes.de/auch-opensuse-arbeitet-mit-shells-zusammen-virtueller-desktop/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zF7pej3SO","title":"How to Stay Cool Without Air-Conditioning","shortId":"zF7pej3SO","createdAt":"2021-05-24T12:07:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27030967,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T08:00:00.000Z","url":"https://www.wired.com/story/how-to-stay-cool-without-air-conditioning/","canonicalUrl":"https://www.wired.com/story/how-to-stay-cool-without-air-conditioning/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d74177901a1e8e3001923eef36786e12","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDEQAEBSEGEjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxEFQcH/2gAMAwEAAhEDEQA/AKjh90qcLxQMttg3cNgKiSdtlo1XxPbfyfdZ7yeZdayV23bioMg8YgClPUUVYSY3qlKlaTZQ5SJhghsa4F//2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"-NDaVqVYA","title":"The Drug Trial That Could Actually Produce Covid Treatments","shortId":"-NDaVqVYA","createdAt":"2021-05-24T12:07:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27030967,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T08:00:00.000Z","url":"https://www.wired.com/story/the-drug-trial-that-could-actually-produce-covid-treatments/","canonicalUrl":"https://www.wired.com/story/the-drug-trial-that-could-actually-produce-covid-treatments/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c16b119c72b7a7196817babd3e693f43","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUDBAMAAAAAAAAAAAAAAAECAxEEBUEGEhQhMVOS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDEVH/2gAMAwEAAhEDEQA/ANzW6guKLqlhFQokG4houpjck5OPGMiry6j3ufRgAjXktpbY5RPD/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"cMxoxUHli","title":"SiriusXM is starting a TikTok music channel to appeal to the teens","shortId":"cMxoxUHli","createdAt":"2021-05-24T12:02:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:00:00.000Z","url":"https://www.theverge.com/2021/5/24/22447440/siriusxm-tiktok-pandora-playlist-channel-music","canonicalUrl":"https://www.theverge.com/2021/5/24/22447440/siriusxm-tiktok-pandora-playlist-channel-music","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e828c8fad2632b6fad269824363d61b9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMREjEFEyH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABcRAAMBAAAAAAAAAAAAAAAAAAABEbH/2gAMAwEAAhEDEQA/AMCt26/hHOCtU5+3ErM7vs/R11J57mUuxVmVSdgct6ERKWEWn//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"gJq9RVFv4","title":"Structured Logging in ASP.NET Core with Serilog","shortId":"gJq9RVFv4","createdAt":"2021-05-24T06:20:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":12,"score":27030913,"tagsStr":"logging,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T06:00:28.000Z","url":"https://code-maze.com/structured-logging-in-asp-net-core-with-serilog/","canonicalUrl":"https://code-maze.com/structured-logging-in-asp-net-core-with-serilog/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d6447b016f85eb0f74715e57ce4fb2e","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAmEAABAwEFCQAAAAAAAAAAAAABAAIDBgURFCFRBBITIjEzQlJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAACAREhMf/aAAwDAQACEQMRAD8Avaxr3bbMw4s+FjS+R/FD7iAAGjlN2fl1+aKNiqp00bJcE0b4Du5rn6oiM29FLFH/2Q==","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":8,"description":null,"toc":null,"summary":null},{"id":"lh0QXdvLt","title":"Curiosity rover on Mars spotted from space as it climbs 'Mont Mercou' (video)","shortId":"lh0QXdvLt","createdAt":"2021-05-24T11:10:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:00.000Z","url":"https://www.livescience.com/mars-rover-curiosity-on-mont-mercou-orbit-photo.html","canonicalUrl":"https://www.space.com/mars-rover-curiosity-on-mont-mercou-orbit-photo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1db716c99152fe520be1380c1303bd0","ratio":1.33241758241758,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAACAgEDBQAAAAAAAAAAAAABAgQRAAMFEhMhI3Gh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEhH/2gAMAwEAAhEDEQA/AIRdtjiBHkRdZi7jyIxB4EDv7N1lVghlDGQgJF10ya+4xkRdtGKta5B5P//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"LxbyO98jU","title":"Linux am Dienstag: Programmauszug für den 25.5.","shortId":"LxbyO98jU","createdAt":"2021-05-24T10:38:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030878,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:18:11.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/24/linux-am-dienstag-programmauszug-fuer-den-25-5/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/24/linux-am-dienstag-programmauszug-fuer-den-25-5/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"3MYWxX8hI","title":"How to Avoid App Store Scams","shortId":"3MYWxX8hI","createdAt":"2021-05-23T11:04:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029464,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T07:00:00.000Z","url":"https://www.wired.com/story/how-to-avoid-app-store-scams/","canonicalUrl":"https://www.wired.com/story/how-to-avoid-app-store-scams/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0daf2910f1db46ec51736f0496b085f6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAAYCAwAAAAAAAAAAAAABAgADBAUGIRESFDFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAP/2gAMAwEAAhEDEQA/AJ9WZLfKqWCtymSmfbFVG9fIpWPXOrOP2zvOZm8WVyxJ5J6DfuEIUKbRb//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"EPi2Ew--s","title":"Inside the Making of ‘M.O.D.O.K.,’ Patton Oswalt and Jordan Blum’s Marvel Brainchild","shortId":"EPi2Ew--s","createdAt":"2021-05-24T10:30:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030870,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:30:00.000Z","url":"https://www.theringer.com/tv/2021/5/24/22450686/modok-hulu-making-of-patton-oswalt-jordan-blum","canonicalUrl":"https://www.theringer.com/tv/2021/5/24/22450686/modok-hulu-making-of-patton-oswalt-jordan-blum","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2db59b8bd8be9a0876d917dbd18d3f3b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDBAARBRIhIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQADEQIEEiHw/9oADAMBAAIRAxEAPwC/jtqOO/b5qdSVowpVpI9k67hs+9HrmqrhJII3KAFlB8D5jGBXohhsjtBUFAxmF//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"kjKrdODtg","title":"Man City, Jack Grealish, and Jesse Lingard Headline a Trying EPL Season","shortId":"kjKrdODtg","createdAt":"2021-05-24T10:23:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030863,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:15:00.000Z","url":"https://www.theringer.com/2021/5/24/22450370/english-premier-league-review","canonicalUrl":"https://www.theringer.com/2021/5/24/22450370/english-premier-league-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b31721380c3bdc5015238b5ee5819526","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAADAAECBBEhBRIGBxQxUVPi/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAfEQEAAQIHAQAAAAAAAAAAAAABAgADBAUhIiNBsbL/2gAMAwEAAhEDEQA/AKuu4h1EfMCOmjNtpyEiO2cWjuv38urqIq14s/WDy3p+kRTnNgtztkNNkfCn8M8BLtZfSV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"PclbI8HRS","title":"Portainer: Container Management with Neil Cresswell","shortId":"PclbI8HRS","createdAt":"2021-05-24T09:46:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27030826,"tagsStr":"kubernetes,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:56.000Z","url":"https://softwareengineeringdaily.com/2021/05/24/portainer-container-management-with-neil-cresswell/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/24/portainer-container-management-with-neil-cresswell/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb55a93efcf472767624fc467f89070d","ratio":2.23880597014925,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQSBREhBgcTMUFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgARAwQFIf/aAAwDAQACEQMRAD8A2vUu2ei38SRzz34CngrIgI42/NUE6U02NFTxI+Ixya3hJO30nD3SlL32LPZMncpFXDSivTP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xSP8Am9Wt","title":"Bad hair day? Powdered hair products may pose problem for MRI","shortId":"xSP8Am9Wt","createdAt":"2021-05-24T07:08:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27030668,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T21:42:47.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132474&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132474","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c2add01c22da8a6d7d15989927e9d58","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQQGB//EACEQAAAEBgMBAAAAAAAAAAAAAAABAgMEERJBUXEhImHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADERL/2gAMAwEAAhEDEQA/AMeagoZtBUtlOXuNAOJaJaiJPEzz8C0e2ig+ibW0IEDGYdFpfZcEOZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"sCwFNSdKp","title":"Neutron stars are remarkably smooth thanks to their intense gravity","shortId":"sCwFNSdKp","createdAt":"2021-05-24T09:27:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27030807,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.newscientist.com/article/2278363-neutron-stars-are-remarkably-smooth-thanks-to-their-intense-gravity/","canonicalUrl":"https://www.newscientist.com/article/2278363-neutron-stars-are-remarkably-smooth-thanks-to-their-intense-gravity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae6df63e15d4be89d6e6f3d96ad0f995","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIRAAMEBQYhEiIxE//EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxExQVGx/9oADAMBAAIRAxEAPwDJsYuWFU2KVcm9WyqqLwvl85qTrzqxfqx90XiEUpJUWDB9B4QgVVIrZmBJyeT51KFthZVGNT//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BCyiLAP91","title":"BOMBAYS scripts second Thrive Music outing—stream ‘VOYEUR’","shortId":"BCyiLAP91","createdAt":"2021-05-24T09:00:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030780,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/bombays-scripts-second-thrive-music-outing-stream-voyeur/","canonicalUrl":"https://dancingastronaut.com/2021/05/bombays-scripts-second-thrive-music-outing-stream-voyeur/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b223d33cfa2040373e0217ef8cc31b1a","ratio":1.518,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQACAwQREiExE0Jx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM+0UkLaGsbLqRzG+E4BxyDgSL+ur/eKA9REH//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"jurx3Quj_","title":"Raspberry Pi PoE+ HAT – neue Version mit mehr Power angekündigt","shortId":"jurx3Quj_","createdAt":"2021-05-24T08:38:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030758,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T08:24:42.000Z","url":"https://www.bitblokes.de/raspberry-pi-poe-hat-neue-version-mit-mehr-power-angekundigt/","canonicalUrl":"https://www.bitblokes.de/raspberry-pi-poe-hat-neue-version-mit-mehr-power-angekundigt/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RjpPtuvOc","title":"GNOME Foundation Board Elections 2021","shortId":"RjpPtuvOc","createdAt":"2021-05-24T16:04:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27031204,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:45:16.000Z","url":"https://blogs.gnome.org/aday/2021/05/24/gnome-foundation-board-elections-2021/","canonicalUrl":"https://blogs.gnome.org/aday/2021/05/24/gnome-foundation-board-elections-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"orfrkajfK","title":"SKODA CAMPAIGN IN LISBON","shortId":"orfrkajfK","createdAt":"2021-05-23T03:02:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27028982,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/119364991/SKODA-CAMPAIGN-IN-LISBON","canonicalUrl":"https://www.behance.net/gallery/119364991/SKODA-CAMPAIGN-IN-LISBON","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1ea29b5fdb1785ee443d755ec0fde7d","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAACAQQRAAMFBiExBxITMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAICAwAAAAAAAAAAAAAAAAACARIDESH/2gAMAwEAAhEDEQA/AILE6v8ALnWGTdA4cuW0IFwiHulN1Jdt54lZX7VNf6u5Ir1wgsuABSVUBLwwKTx60pUrtduirGGNKf/Z","siteTwitter":"@behance","creatorTwitter":"@andrejosselin","readTime":null,"description":null,"toc":null,"summary":null},{"id":"HhJev8UGx","title":"Illustration for the website","shortId":"HhJev8UGx","createdAt":"2021-05-21T23:40:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27027340,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/119474867/Illustration-for-the-website","canonicalUrl":"https://www.behance.net/gallery/119474867/Illustration-for-the-website","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/11d256c697f20e9d28c874594b855ea4","ratio":0.708143651997977,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIF/8QAJRAAAgIBAgQHAAAAAAAAAAAAAQIDBBEABgUSEyEiIzFBQqHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgARAxIU/9oADAMBAAIRAxEAPwBVV41Slvu8FW7doRAYnhKp1HBOQuTkqR7juNHryQTXbEse3nCPIzLzWWzgnPfy/XVbZ43XSOOpNXZVjHhMeD9HWzJuGijsvStdiR8f3Q5hjOqrJgAwu5//2Q==","siteTwitter":"@behance","creatorTwitter":"@araigen_2018","readTime":null,"description":null,"toc":null,"summary":null},{"id":"vLqgUqkZF","title":"Aerion Supersonic, which planned to make silent, fast business jets, is shutting down","shortId":"vLqgUqkZF","createdAt":"2021-05-22T20:21:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028581,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T20:17:08.000Z","url":"https://www.theverge.com/2021/5/22/22449167/aerion-supersonic-jet-company-shuts-down-financial-air-travel","canonicalUrl":"https://www.theverge.com/2021/5/22/22449167/aerion-supersonic-jet-company-shuts-down-financial-air-travel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0085673b8c4094971942da6071e030ca","ratio":1.91002044989775,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAMFBhMRISIlMbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRIv/aAAwDAQACEQMRAD8Apv2bTJFp3OixW7AeQKTfpBWYVcvdtf4uAe4+6fVES1jmVpImK6t9H//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Hi38dfQbG","title":"How Stress and Worry Can Fuel Creativity","shortId":"Hi38dfQbG","createdAt":"2021-05-22T19:42:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27028542,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:50:04.000Z","url":"https://design.org/how-stress-and-worry-can-fuel-creativity/","canonicalUrl":"https://design.org/how-stress-and-worry-can-fuel-creativity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1256d617676385263d9f8a19607f6bc","ratio":2.425,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAcEAACAgIDAAAAAAAAAAAAAAAAAgERElEDEyH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAFB/9oADAMBAAIRAxEAPwC15cEdMEns8uYuVrWiQA5NNX//2Q==","siteTwitter":"@designdotorg","creatorTwitter":"@wardandrews","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Ae4Hfga4q","title":"Digital Ikebana","shortId":"Ae4Hfga4q","createdAt":"2021-05-22T19:33:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27028533,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119861369/Digital-Ikebana","canonicalUrl":"https://www.behance.net/gallery/119861369/Digital-Ikebana","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a34f31d6ceb85938583e2275b56ac7c5","ratio":1.82054616384915,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQRBhIFEzFBUXGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAgMAAAAAAAAAAAAAAAABAgASAxFR/9oADAMBAAIRAxEAPwCak8Ntp2C+js4ObJuyAMDd3Y46+qxr6jjd2Z+GWxZjknyflKUeBZjuUDGuNAvJ/9k=","siteTwitter":"@behance","creatorTwitter":"@hanneshummeldesign","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nHtgDAlB_","title":"Elasticsearch on Nomad","shortId":"nHtgDAlB_","createdAt":"2021-05-22T08:16:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":93,"score":27028407,"tagsStr":"elk","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:27:40.000Z","url":"https://itnext.io/elasticsearch-on-nomad-ae685b762779","canonicalUrl":"https://itnext.io/elasticsearch-on-nomad-ae685b762779","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36355625a31ea056fa96afef0e1b89ff","ratio":2.02702702702703,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAgEAABAwIHAAAAAAAAAAAAAAABAAIEEyEDERQxQaHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8ApVsWO0AGPgOyG9Nt+k0UE3MGKSeaTfERSj//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"dVzu1VmzW","title":"The JavaScript Array Handbook – JS Array Methods Explained with Examples","shortId":"dVzu1VmzW","createdAt":"2021-05-21T15:41:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":447,"score":27027763,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-21T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:33:45.000Z","url":"https://www.freecodecamp.org/news/the-javascript-array-handbook/","canonicalUrl":"https://www.freecodecamp.org/news/the-javascript-array-handbook/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/884470860cb98378d50727a369bd8804","ratio":1.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREwUGIVFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBETUXKx/9oADAMBAAIRAxEAPwCPwUtvF1G9kknvg6pOmiMrpcsoALgjJIz78YFZXSfoUpRoHHJP2fApZAC1l9L/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@tapasadhikary","readTime":17,"description":null,"toc":null,"summary":null},{"id":"ELp89ctlA","title":"Apple’s excuse for no AirTag in Siri Remote: it’s too thick to easily lose in your couch","shortId":"ELp89ctlA","createdAt":"2021-05-22T00:49:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027409,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:41:25.000Z","url":"https://www.theverge.com/2021/5/21/22448388/apple-tv-4k-siri-remote-no-uwb-u1-couch-thickness","canonicalUrl":"https://www.theverge.com/2021/5/21/22448388/apple-tv-4k-siri-remote-no-uwb-u1-couch-thickness","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cee0e694caeecf13d1b17f27bfa43eec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRMQUSExQh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAABACICESH/2gAMAwEAAhEDEQA/AM8Hlzqcv27mstSnvWwKAQUB1wONfNSFu6tmi5wMh9BjEQzZ2yg05jP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bgxkwI6yb","title":"Gabriel Gonzalez: The trick to avoid deeply-nested error-handling code","shortId":"bgxkwI6yb","createdAt":"2021-05-06T00:50:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":27,"score":27004846,"tagsStr":"general-programming,haskell","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:00:00.000Z","url":"https://www.haskellforall.com/2021/05/the-trick-to-avoid-deeply-nested-error.html","canonicalUrl":"https://www.haskellforall.com/2021/05/the-trick-to-avoid-deeply-nested-error.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"gmpF-aDD2","title":"Said The Sky welcomes next chapter on reunion with Olivver the Kid, ‘We Know Who We Are’","shortId":"gmpF-aDD2","createdAt":"2021-05-21T22:52:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027292,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T22:51:34.000Z","url":"https://dancingastronaut.com/2021/05/said-the-sky-welcomes-next-chapter-on-reunion-with-olivver-the-kid-we-know-who-we-are/","canonicalUrl":"https://dancingastronaut.com/2021/05/said-the-sky-welcomes-next-chapter-on-reunion-with-olivver-the-kid-we-know-who-we-are/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b1ddcce20347103dbca162083d0ce27","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAQQABwEAAAAAAAAAAAAAAQACAxEEBRITIjFCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8AwtuZsaZ7wzJN2MxjX4JrkPopR0ADiA6Mi+6KIlq72GVAyf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rOedw4jmJ","title":"Gaieté","shortId":"rOedw4jmJ","createdAt":"2021-05-21T19:42:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27027102,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/116856059/Gaiet","canonicalUrl":"https://www.behance.net/gallery/116856059/Gaiet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27614f09b9eaea7e0bda588fb8d26cb7","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBRMxM2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEESFBMf/aAAwDAQACEQMRAD8A2SdG1Da40RmeyTdUB8s+cgPxcdnZuiULN+pcYxltJKjsTITnh5s+aqdJawFAAgGK/9k=","siteTwitter":"@behance","creatorTwitter":"@mn__associates","readTime":0,"description":null,"toc":null,"summary":null},{"id":"MlIHAGcON","title":"Dive into MK’s groovy new single ‘Chemical’","shortId":"MlIHAGcON","createdAt":"2021-05-21T19:13:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027073,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:13:02.000Z","url":"https://dancingastronaut.com/2021/05/dive-into-mks-groovy-new-single-chemical/","canonicalUrl":"https://dancingastronaut.com/2021/05/dive-into-mks-groovy-new-single-chemical/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53eb128898e686fb42dddaecdaa8e554","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQQBBQEAAAAAAAAAAAABAgMABBEhIgYSExZBMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABACIx/9oADAMBAAIRAxEAPwC39/vOy1htXka5S4D3BcYVYS2M/uxs6GToVaRdWxJEiz3CeVQA/Fzy+/KUoznkwBv/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LedY4wAhD","title":"Tank Diaries: I Don’t Like Tanking","shortId":"LedY4wAhD","createdAt":"2021-05-21T18:45:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027045,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:42:16.000Z","url":"https://www.theringer.com/nba/2021/5/21/22447722/tank-diaries-oklahoma-city-thunder","canonicalUrl":"https://www.theringer.com/nba/2021/5/21/22447722/tank-diaries-oklahoma-city-thunder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f0f732af422a1e7d592b73edb99255d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQIFBQAAAAAAAAAAAAABAgMABAUGERJhITFBUcL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAnHBAyMk/9oADAMBAAIRAxEAPwCswgSTYtmRWkOyCOOZF8ahSfnvzxVHYFrixtp3K75I1c6L01IB90pUo48zJoJjMN5iyv/Z","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"IcysILmsC","title":"REZZ continues 2021 tear with Dove Cameron—stream ‘Taste of You’","shortId":"IcysILmsC","createdAt":"2021-05-21T13:46:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026746,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:45:07.000Z","url":"https://dancingastronaut.com/2021/05/rezz-and-dove-cameron-release-highly-anticipated-collaboration-taste-of-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/rezz-and-dove-cameron-release-highly-anticipated-collaboration-taste-of-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e71f97b1dc9c988eb99a16c3fed289f4","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACEQMEIQUSEyJhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAiL/2gAMAwEAAhEDEQA/AM16TTtatyxt1ximGkndI7QQB7kg/FOLWg5mURURSi0+Uj//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Qg0mNQQW9U","title":"Apple's Colorful New iMac Pairs Beauty With Brawn","shortId":"Qg0mNQQW9U","createdAt":"2021-05-21T11:06:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026586,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.wired.com/review/apple-imac-24-inch-2021/","canonicalUrl":"https://www.wired.com/review/apple-imac-24-inch-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a631b7f03eff7d9df9bba30185a8a75","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEEEhMhQVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGREBAQADAQAAAAAAAAAAAAAAAQIAAzFB/9oADAMBAAIRAxEAPwDWRe9BKJshghDgYmPpkmr0K5rpREQrbtq5kXhi2ImVT3P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"YHlUF-ILK","title":"Linux auf Chromebooks verlässt mit Chrome OS 91 Beta-Status","shortId":"YHlUF-ILK","createdAt":"2021-05-21T06:39:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27026319,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T06:20:48.000Z","url":"https://www.bitblokes.de/linux-auf-chromebooks-verlasst-mit-chrome-os-91-beta-status/","canonicalUrl":"https://www.bitblokes.de/linux-auf-chromebooks-verlasst-mit-chrome-os-91-beta-status/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"nZewXnXmx","title":"How Recent Cyber Attacks Will Shape The Next 5 Years","shortId":"nZewXnXmx","createdAt":"2021-05-20T21:05:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":10,"score":27026028,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/how-recent-cyber-attacks-will-shape-the-next-5-years","canonicalUrl":"https://www.cshub.com/attacks/articles/how-recent-cyber-attacks-will-shape-the-next-5-years","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/081c4828e85308d0e067fb914d368401","ratio":1.77304964539007,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAgECAwkAAAAAAAAAAAAAAQIEABEDITEFBgcTF0FCYZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAECAAP/2gAMAwEAAhEDEQA/AMlvBxflmbKfCjPyyQiqHCBctQLGx93ztULq0fLZ8kt3ImHX5SlS8+csDmukp3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ryigv-DuJ","title":"Peering automation at Facebook","shortId":"ryigv-DuJ","createdAt":"2021-05-20T16:05:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"facebook_code","views":3,"score":27025945,"tagsStr":"tech-news,automation","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:00:09.000Z","url":"https://engineering.fb.com/2021/05/20/networking-traffic/peering-automation/","canonicalUrl":"https://engineering.fb.com/2021/05/20/networking-traffic/peering-automation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b429094a15c4dbf778f5d02a2d90c9e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIAAwQREiEiQWGR4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgEAIf/aAAwDAQACEQMRAD8A17IevFeisG3WU7BdEdJClvWh2kJxqQdcC8vH2Ii4Ip3SmqVzf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"SgzMTCXuM","title":"Youtube-dl GUI Update","shortId":"SgzMTCXuM","createdAt":"2021-05-20T23:49:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025909,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:39:54.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/21/youtube-dl-gui-update/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/21/youtube-dl-gui-update/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0wfj5OdiM","title":"Data Loss Prevention (DLP) in the Pandemic Era: Trends & Emerging Solutions ...","shortId":"0wfj5OdiM","createdAt":"2021-05-20T21:05:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":0,"score":27025745,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/data-loss-prevention-dlp-in-the-pandemic-era-trends-emerging-solutions","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/data-loss-prevention-dlp-in-the-pandemic-era-trends-emerging-solutions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc1a1619900bb244251edd2872364375","ratio":1.32978723404255,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADEhETYQIUIUGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQQRMf/aAAwDAQACEQMRAD8A0Vq/u9cy3ZiIgAyB7JxlWCpHFfERMVI1A1+n/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5aSs4pvw_","title":"MagSafe PopSockets are here: we tested to see if they stick","shortId":"5aSs4pvw_","createdAt":"2021-05-20T20:23:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025703,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:16:50.000Z","url":"https://www.theverge.com/22445808/magsafe-popsocket-iphone-review-test-stick-adhesive","canonicalUrl":"https://www.theverge.com/22445808/magsafe-popsocket-iphone-review-test-stick-adhesive","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/62ad9e1b8cd3c860c4484913fbe3f53a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAH/xAAcEAEAAwACAwAAAAAAAAAAAAABAAIDERITITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAQACAwEAAAAAAAAAAAAAAAIBAwARQTH/2gAMAwEAAhEDEQA/AJXS5pTRvbw0Uch47KcCv31J3YiRVjlaieYNbc2SVzzP/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6-JmASzgk","title":"Ford Kuga designs","shortId":"6-JmASzgk","createdAt":"2021-05-27T16:49:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27035569,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/120257293/Ford-Kuga-designs","canonicalUrl":"https://www.behance.net/gallery/120257293/Ford-Kuga-designs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c5486b477259c3706fafc78ab4b0743","ratio":2.08955223880597,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQFIRExQYGS/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAECACERMUH/2gAMAwEAAhEDEQA/AM7xttdr9VQ9dVDKwaoApyB5PX2ZRGRiWAO2EpZuSSR3+YiFOgFjeTGVZmongn//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"CcmHekki6","title":"The Most Radical Thing About Ford's Electric Pickup? The Cost","shortId":"CcmHekki6","createdAt":"2021-05-20T19:17:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025637,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:15:00.000Z","url":"https://www.wired.com/story/most-radical-thing-about-ford-f-150-lightning-cost/","canonicalUrl":"https://www.wired.com/story/most-radical-thing-about-ford-f-150-lightning-cost/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d911b2c43fa437a34bec97bf6be78641","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQYSJDFBUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8AwNV3xuKTECnNRWEk0asKI8gm6+ZKHzfiMPLkSuTiErPUL7kX7xjLC5ML/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"z6Y6fJPDx","title":"Bizarre, polka-dotted blob washes ashore in North Carolina","shortId":"z6Y6fJPDx","createdAt":"2021-05-20T18:30:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025590,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:20:02.000Z","url":"https://www.livescience.com/mystery-blob-north-carolina-beach.html","canonicalUrl":"https://www.livescience.com/mystery-blob-north-carolina-beach.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fd38a833b0872e9e9a2d80ab165dd82","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEiIzkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABAv/aAAwDAQACEQMRAD8AqutLLp6bQTGGONm5qB5DZu/X3MqkewyKzbHYizSgC8Yyc01//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"CRRzcnXzb","title":"Twitter says its image crops weren’t very biased, but is phasing them out anyhow","shortId":"CRRzcnXzb","createdAt":"2021-05-19T22:23:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024383,"tagsStr":"tech-news,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:16:35.000Z","url":"https://www.theverge.com/2021/5/19/22444372/twitter-image-crop-racial-gender-bias-research","canonicalUrl":"https://www.theverge.com/2021/5/19/22444372/twitter-image-crop-racial-gender-bias-research","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e0b91626ce6105d27a5667b20c57657","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAABAwIFBQAAAAAAAAAAAAABAAIEAwUGEiExQQcREyJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgASMf/aAAwDAQACEQMRAD8AsHUaTMjYXkV40l1N7qmU77DOTzyp8bI6OfCLrdXCn6AmU7Xtp9RFLdJ45KDp3//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bgSbKZyS2","title":"Tatum’s 50-Point Performance and Best Young Cores in the Playoffs","shortId":"bgSbKZyS2","createdAt":"2021-05-19T21:56:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024356,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T21:48:15.000Z","url":"https://www.theringer.com/2021/5/19/22444652/tatums-50-point-performance-and-best-young-cores-in-the-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/19/22444652/tatums-50-point-performance-and-best-young-cores-in-the-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c806fd8ee7676d3c9f758305d2c59949","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhABAAICAQUAAAAAAAAAAAAAAQIDAAQhERIUUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMREmFx/9oADAMBAAIRAxEAPwDW/FhddRtz5nVJICD2kpEUPXHzIW61RbMYCinXGMlblGqHkeqY5b2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0JMMjSt9z","title":"Twitter's Photo Crop Algorithm Favors White Faces and Women","shortId":"0JMMjSt9z","createdAt":"2021-05-19T20:26:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27024266,"tagsStr":"tech-news,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:23:00.000Z","url":"https://www.wired.com/story/twitter-photo-crop-algorithm-favors-white-faces-women/","canonicalUrl":"https://www.wired.com/story/twitter-photo-crop-algorithm-favors-white-faces-women/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c34d44f0ef79e9c9f302f93326fa5d6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEQYSISJhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQEAAQUBAAAAAAAAAAAAAAABAAIDIVHBEf/aAAwDAQACEQMRAD8AnryW8l5FhJB4CKWRTGGPS+k7bH2sllwJsreysXDPO7EBhrZY+qUoO0A411jNb6Z3wn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8dp9U9_oS","title":"World's largest iceberg breaks off of Antarctica","shortId":"8dp9U9_oS","createdAt":"2021-05-19T19:11:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024191,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:26:17.000Z","url":"https://www.livescience.com/biggest-iceberg-breaks-free.html","canonicalUrl":"https://www.livescience.com/biggest-iceberg-breaks-free.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6335b03e33761bec47ede99666492ec3","ratio":1.78082191780822,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQACAwQGEQUTFCIxUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AkyPCKNvidizzZmSS9zw1wDSfeteSs4cShBI6qX4iJ4ies//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"b6dXhk-0R","title":"Horses: Domestic, feral and wild","shortId":"b6dXhk-0R","createdAt":"2021-05-19T17:14:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024074,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:55:44.000Z","url":"https://www.livescience.com/50714-horse-facts.html","canonicalUrl":"https://www.livescience.com/50714-horse-facts.html","image":"https://cdn.mos.cms.futurecdn.net/QYHHgs6F6a33iq8YQmmGbd-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"qWQ-haw36","title":"My Mother Is Gone. But Her Digital Voice Helps Keep Me Well","shortId":"qWQ-haw36","createdAt":"2021-05-19T15:10:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023950,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:06:00.000Z","url":"https://www.wired.com/story/digital-voice-recording-mother-reminders-health-wellness/","canonicalUrl":"https://www.wired.com/story/digital-voice-recording-mother-reminders-health-wellness/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c640108707d03ecf1fe9ccdba5b0d9fb","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMDBQEAAAAAAAAAAAAAAwECEQAEIQUGEhQicv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwCTTdshEfc+hvu7gryWHJ1y6J8vTyjYhGQ5MZWUmazYNPKMA2dpF4tRJ6ws4+aUoN25TIcA3//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Nk-fIEsIN","title":"Geoff Keighley’s Summer Game Fest returns June 10th with a ‘world premiere showcase’","shortId":"Nk-fIEsIN","createdAt":"2021-05-19T14:03:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442809/summer-game-fest-geoff-keighley-kick-off-live-weezer","canonicalUrl":"https://www.theverge.com/2021/5/19/22442809/summer-game-fest-geoff-keighley-kick-off-live-weezer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e0afad61c0693fc3c28a89201710876f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQREgYhMWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAQIh/9oADAMBAAIRAxEAPwDFOtMi65aksassuFUOYrVSQoJG9Dz7kJw3338iJW8aP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DLPYwY1q5","title":"Shayne Fletcher: Annotations in GHC","shortId":"DLPYwY1q5","createdAt":"2021-05-19T05:27:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":21,"score":27023830,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://blog.shaynefletcher.org/2021/05/annotations-in-ghc.html","canonicalUrl":"https://blog.shaynefletcher.org/2021/05/annotations-in-ghc.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0hqu6t1oo","title":"Prabhakar Raghavan Isn’t CEO of Google—He Just Runs the Place","shortId":"0hqu6t1oo","createdAt":"2021-05-19T11:05:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023705,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.wired.com/story/prabhakar-raghavan-isnt-ceo-of-google-he-just-runs-the-place/","canonicalUrl":"https://www.wired.com/story/prabhakar-raghavan-isnt-ceo-of-google-he-just-runs-the-place/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/287a3883ccad8c1d635e74026f750e73","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAEQMEMQYTFSJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/ANm6y3fHbmgyLkdnzLmI7pVbQhQKHI97I+0JUGr4iJUwl//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"_PS3yJqOI","title":"This AI Makes Robert De Niro Perform Lines in Flawless German","shortId":"_PS3yJqOI","createdAt":"2021-05-19T11:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023705,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.wired.com/story/ai-makes-de-niro-perform-lines-flawless-german/","canonicalUrl":"https://www.wired.com/story/ai-makes-de-niro-perform-lines-flawless-german/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99d99b634e26e1a280cf6ab3f5a7f79d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQUAAgMAAAAAAAAAAAAAAQACAwQRBhITUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAIDAAAAAAAAAAAAAAAAAAABESEi/9oADAMBAAIRAxEAPwDPPA7Yr8giikibLDba6tK05vRwIOEg4fhU2/SbBesQxOPjjkcxvYacBwafaIiLLTyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xu_C6hR1C","title":"How to set browser flags in Chromium","shortId":"xu_C6hR1C","createdAt":"2021-05-18T20:26:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":92,"score":27023473,"tagsStr":"google,microsoft,google-chrome,chromium,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://web.dev/browser-flags/","canonicalUrl":"https://web.dev/browser-flags/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6dfb8e18985da8f9cc935c2e32b722ff","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAwACAQQDAAAAAAAAAAAAAQIDABEFBAYSITFB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAEQD/2gAMAwEAAhEDEQA/AN3rzEbqrt5LFfbKBsn8+dj7yPfuh43pKXC9XSaMVV1tJQwB0CATsDGMoiX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"WoZuELaHW","title":"Mesh Editing Optimization – Initial Steps","shortId":"WoZuELaHW","createdAt":"2021-05-18T13:04:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"blender","views":12,"score":27022677,"tagsStr":"general-programming,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:48:31.000Z","url":"https://code.blender.org/2021/05/mesh-editing-optimization-initial-steps/","canonicalUrl":"https://code.blender.org/2021/05/mesh-editing-optimization-initial-steps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1aeddc3d71a3859d6ca20ee13e528b68","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAREgUhQYGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDVusVA9G1ZmjictAqBjvkrdhyHvJ5RURQrpKWUaJDefuMYEGYpf//Z","siteTwitter":"@blender_org","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"tgE1Lrft4","title":"Google showed off its next-generation AI by talking to Pluto and a paper airplane","shortId":"tgE1Lrft4","createdAt":"2021-05-18T17:50:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022670,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:44:35.000Z","url":"https://www.theverge.com/2021/5/18/22442328/google-io-2021-ai-language-model-lamda-pluto","canonicalUrl":"https://www.theverge.com/2021/5/18/22442328/google-io-2021-ai-language-model-lamda-pluto","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2e2365c3a3d61f96e6e1c16c7916838","ratio":1.90890269151139,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAAYABgMAAAAAAAAAAAAAAAECAwQFBwgREmGhISPR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJuVK5Rb4gpYRXw4SoVG40bkdBEb3ta0NXPfkxq7fx2f0AAf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xfie7bieS","title":"One of NASA’s Solar Orbiter tools caught its first video of a coronal mass ejection","shortId":"xfie7bieS","createdAt":"2021-05-18T17:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022621,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:57:41.000Z","url":"https://www.theverge.com/2021/5/18/22441894/nasa-esa-solar-orbiter-video-sun-coronal-mass-ejections","canonicalUrl":"https://www.theverge.com/2021/5/18/22441894/nasa-esa-solar-orbiter-video-sun-coronal-mass-ejections","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06ad4cc161f365e1ed104ceeee7b16a1","ratio":1.90930787589499,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQRQRQhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwClOQ+PYj1BRYpV1YjZBHsTR5NnCFHAo0B8HIiJf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ilXVKQgDR","title":"Weird Sensation Feels Good","shortId":"ilXVKQgDR","createdAt":"2021-05-16T20:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27019926,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T00:00:00.000Z","url":"https://www.behance.net/gallery/97757057/Weird-Sensation-Feels-Good","canonicalUrl":"https://www.behance.net/gallery/97757057/Weird-Sensation-Feels-Good","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee1c4b66871ad5ec6942a9ec6efbff81","ratio":1.68471720818291,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDBAARBRIhMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRQf/aAAwDAQACEQMRAD8Ag3ZLYI4qm0QNtkLrINxEuD389P59zObnDiO3OkXYxq7Be0x3rfm9LjGG1jNmmVpWgUkDs//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XDP3aewLt","title":"Live blog: Google I/O is back for 2021","shortId":"XDP3aewLt","createdAt":"2021-05-18T16:24:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022584,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:21:38.000Z","url":"https://www.theverge.com/2021/5/18/22436406/google-io-live-blog-news-announcements-products-keynote","canonicalUrl":"https://www.theverge.com/2021/5/18/22436406/google-io-live-blog-news-announcements-products-keynote","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d980865f3bd891413fac9729fb8a63b3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSFCEiMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAzJh/9oADAMBAAIRAxEAPwCxe7lcbvb5EaeuA7ywmMt7ibXAnePqVAZGOjis+kaUgF9w7Gx5HoNjHulKTk1q8hKKrP/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5nN4H7LRg","title":"Let’s welcome our new interns!","shortId":"5nN4H7LRg","createdAt":"2021-05-18T16:04:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27022564,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:59:41.000Z","url":"https://feborg.es/lets-welcome-our-new-interns-2021/","canonicalUrl":"https://feborg.es/lets-welcome-our-new-interns-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_Dtmpv0aS","title":"Macrocyclic gadolinium agent not to blame for brain deposits","shortId":"_Dtmpv0aS","createdAt":"2021-05-18T15:56:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022556,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T08:53:07.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132424&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132424","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00f8d4ab8a3df14fa2485c4fc5a6072b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIxAAAgEDBAEFAAAAAAAAAAAAAQIDAAQRBRIxURMHFCEiYv/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/ANv1W8vra5mureOKZyzofKxRo2VsDA628dk5q/ba4JbeKTxE70DZA5yKP+pKj3Om/A+5Kt+h0exTiBFjhjRFCoqgBQMADHAozparTlaj/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"rs50VXV1U","title":"Ecuadorian shrunken head used in 1979 movie 'Wise Blood' was real, experts say","shortId":"rs50VXV1U","createdAt":"2021-05-18T15:51:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022551,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:40:00.000Z","url":"https://www.livescience.com/ecuadorian-shrunken-head-repatriated.html","canonicalUrl":"https://www.livescience.com/ecuadorian-shrunken-head-repatriated.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7279de871e9e6fd9e8499e140483e0e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUSBgcx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAgADERIxUcHw/9oADAMBAAIRAxEAPwDHeQ8jbtxlxbSWvaabBEwIVsoFOyN4wDr4c1VvX9rcMZkmULIe4BTYB3SlTHY01XE89R4AYm/tz//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KTHqgwO_5","title":"Smashing Podcast Episode 37 With Adam Argyle: What Is VisBug?","shortId":"KTHqgwO_5","createdAt":"2021-05-18T05:13:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":59,"score":27022511,"tagsStr":"webdev,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T05:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/smashing-podcast-episode-37/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/smashing-podcast-episode-37/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3418c2891c16a0e622e3f9a4a230ba3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAREiExMkFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQACAQQDAAAAAAAAAAAAAAABAiEAAxEiMUFR/9oADAMBAAIRAxEAPwDIgvSUr8jpFWlnaJkV5oy4UsPPaTyQNdPuW20pvamY01Us7HajFVHPQHoYxggYkT7Vae2qXAyRqBBOMT1xX//Z","siteTwitter":"@smashingmag","creatorTwitter":"@drewm","readTime":36,"description":null,"toc":null,"summary":null},{"id":"1JF0fryJY","title":"Wahl eines Betriebssystems","shortId":"1JF0fryJY","createdAt":"2021-05-18T13:22:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022402,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T05:53:24.000Z","url":"https://kaiserbarbarossa.github.io/post/2021/05/18/wahl-eines-betriebssystemes/","canonicalUrl":"https://kaiserbarbarossa.github.io/post/2021/05/18/wahl-eines-betriebssystemes/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"W9etuzHEo","title":"The BlackBerry keyboard lives on in this new Android phone","shortId":"W9etuzHEo","createdAt":"2021-05-18T13:02:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022382,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:00:00.000Z","url":"https://www.theverge.com/22441669/unihertz-titan-pocket-hands-on-blackberry-keyboard-android-phone","canonicalUrl":"https://www.theverge.com/22441669/unihertz-titan-pocket-hands-on-blackberry-keyboard-android-phone","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ffb55716c1bd9128dde6e7c02a4796e3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEFBgQHMVGB4f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAIREkHw/9oADAMBAAIRAxEAPwC9tOR5UHVjVXRSkNmgIc0jsAHE14u69BaAcjNf1ERC2ItQZPan/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4c4yfYVsO","title":"Von Ubuntu 20.10 auf Ubuntu 21.04 aktualisieren – endlich – Bug gefixt","shortId":"4c4yfYVsO","createdAt":"2021-05-13T07:22:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27014842,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:09:56.000Z","url":"https://www.bitblokes.de/von-ubuntu-20-10-auf-ubuntu-21-04-aktualisieren-endlich-bug-gefixt/","canonicalUrl":"https://www.bitblokes.de/von-ubuntu-20-10-auf-ubuntu-21-04-aktualisieren-endlich-bug-gefixt/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5lQqdf0wY","title":"Amazon’s Echo Frames can now come with sunglass or blue light filtering lenses","shortId":"5lQqdf0wY","createdAt":"2021-05-18T13:02:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022382,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22441187/amazon-echo-frames-sunglasses-blue-light-filter","canonicalUrl":"https://www.theverge.com/2021/5/18/22441187/amazon-echo-frames-sunglasses-blue-light-filter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b95d6d312222d13d09af725d636e2ff8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIFAAMEEhExByFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECAzJB/9oADAMBAAIRAxEAPwCWmJG1l+NDhZGIvFnJOjo+vtyFJYce+l+uuK1yD8Ox6QkejzUqWXHtglbmoJ1HQ+B+UpR4dEOqh//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZEdccPLR2","title":"Merengue: Cambalache’s workspace","shortId":"ZEdccPLR2","createdAt":"2021-05-18T12:04:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27022324,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://blogs.gnome.org/xjuan/2021/05/18/merengue-cambalaches-workspace/","canonicalUrl":"https://blogs.gnome.org/xjuan/2021/05/18/merengue-cambalaches-workspace/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"he4XRzhHN","title":"25 Python-Bücher für 15 € – Schnäppchen für Programmierer","shortId":"he4XRzhHN","createdAt":"2021-05-18T07:52:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T06:31:40.000Z","url":"https://www.bitblokes.de/25-python-bucher-fur-15-e-schnappchen-fur-programmierer/","canonicalUrl":"https://www.bitblokes.de/25-python-bucher-fur-15-e-schnappchen-fur-programmierer/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LomcZcGMF","title":"Apple wants you to know it chose not to take a cut of $400 billion in physical goods","shortId":"LomcZcGMF","createdAt":"2021-05-17T20:24:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021384,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:19:45.000Z","url":"https://www.theverge.com/2021/5/17/22440629/apple-app-store-physical-purchases-400-billion-50-million-wwdc","canonicalUrl":"https://www.theverge.com/2021/5/17/22440629/apple-app-store-physical-purchases-400-billion-50-million-wwdc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f8b05fed0615025773e0e2bedca82f5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAxEFEiGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDN8DtMXIzpbLKLF8to4fSpdQiJw6//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Gf9Euhl47","title":"How to translate innovations in MRI research to the clinic","shortId":"Gf9Euhl47","createdAt":"2021-05-17T16:12:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021132,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T08:36:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132406&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132406","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8eecc9fb2ce720459b54c1dccd594713","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARIQUSIkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAXEQADAQAAAAAAAAAAAAAAAAAAARET/9oADAMBAAIRAxEAPwDM60lipdSGIuY7NjvSUuSQr8NobHvQ++O8tR9XatGsCzzqsQCBRGpAA41sneMZQZquhU//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"YLSOHH1s_","title":"Do the Jazz Have Enough Star Power to Win a Title?","shortId":"YLSOHH1s_","createdAt":"2021-05-17T15:38:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021098,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:33:43.000Z","url":"https://www.theringer.com/video/2021/5/17/22439296/do-the-jazz-have-enough-star-power-to-win-a-title","canonicalUrl":"https://www.theringer.com/video/2021/5/17/22439296/do-the-jazz-have-enough-star-power-to-win-a-title","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8944ec593904eac23c9931cd7e17390f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFESEGEiJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRMbH/2gAMAwEAAhEDEQA/AMu49aqaqsdWkwOJkxmXsDrxz11j0R93mI9JKlFJGyIQijBsZ7bQx3ojyLloqV1lR0T/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hbL7ypVFc","title":"Epic Games sues AR company Nreal for sounding too much like ‘Unreal’","shortId":"hbL7ypVFc","createdAt":"2021-05-17T15:21:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021081,"tagsStr":"game-development,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:19:51.000Z","url":"https://www.theverge.com/2021/5/17/22440131/epic-nreal-ar-glasses-unreal-engine-trademark-lawsuit","canonicalUrl":"https://www.theverge.com/2021/5/17/22440131/epic-nreal-ar-glasses-unreal-engine-trademark-lawsuit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53e92bc841c4fc04946f80feb73af33e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQYhMTOR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAATICgf/aAAwDAQACEQMRAD8A0TqOFY7PG3IjIhhtIjRq5CyBzruPGVoq1tehfuMYFT4U1KP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"topq4B6Pp","title":"Module - Drag and drop design system for Figma","shortId":"topq4B6Pp","createdAt":"2021-05-17T14:38:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27021038,"tagsStr":"webdev,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:26:00.000Z","url":"https://modulesystem.design","canonicalUrl":"https://modulesystem.design","image":"https://modulesystem.design/img/open-graph.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"v5IJr3tn3","title":"Did these horned dinosaurs talk to each other with low-pitched sounds?","shortId":"v5IJr3tn3","createdAt":"2021-05-17T11:05:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/new-species-dinosaur-very-chatty.html","canonicalUrl":"https://www.livescience.com/new-species-dinosaur-very-chatty.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39eda5904004ac0445b29af8d5b2db98","ratio":1.25786163522013,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEFAQADAAAAAAAAAAAAAQIDAAQFESEGB1Jx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMRIUH/2gAMAwEAAhEDEQA/ANA9bae0NxePg8lA1qy7jhCiKRD9QxB3zXedJqOmy/yAJnDY7KKwY7CoSB+EcIpSgy1fFIldW4k//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yT-mJz_i-","title":"Linux am Dienstag: Programm am 18.Mai 2021","shortId":"yT-mJz_i-","createdAt":"2021-05-17T10:09:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020769,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:39:50.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/17/linux-am-dienstag-programm-am-18-mai-2021/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/17/linux-am-dienstag-programm-am-18-mai-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mbIE1KJWt","title":"Ansible: Wiederherstellung meines Blogs auf Buster und Bullseye in 2021","shortId":"mbIE1KJWt","createdAt":"2021-05-17T05:09:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020469,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T05:00:00.000Z","url":"https://www.my-it-brain.de/wordpress/ansible-wiederherstellung-meines-blogs-auf-buster-und-bullseye-in-2021/","canonicalUrl":"https://www.my-it-brain.de/wordpress/ansible-wiederherstellung-meines-blogs-auf-buster-und-bullseye-in-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WI3z84cyx","title":"The Correspondent - Editorials","shortId":"WI3z84cyx","createdAt":"2021-05-17T00:01:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27020161,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/89798751/The-Correspondent-Editorials","canonicalUrl":"https://www.behance.net/gallery/89798751/The-Correspondent-Editorials","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6646ac88b3bdd201aa796ef1cc847cf2","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBABAAICAwEAAAAAAAAAAAAAAQIDACEEBREU/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/AMP+xlbXdKjj2CLMsh6yfNbysuwsioXckDQE8YyiLNy//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"hg5FJKIir","title":"3 Questions for a Monthly Self-Evaluation","shortId":"hg5FJKIir","createdAt":"2021-05-16T22:49:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27020089,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T06:29:25.000Z","url":"https://design.org/3-questions-for-a-monthly-self-evaluation/","canonicalUrl":"https://design.org/3-questions-for-a-monthly-self-evaluation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/751d520105e43d883ec7c5309b907310","ratio":2.425,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAFxABAAMAAAAAAAAAAAAAAAAAAAERgf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0MhKBJzN/9k=","siteTwitter":"@designdotorg","creatorTwitter":"@wardandrews","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ZbWTMN00k","title":"YouTuber Jake Paul being investigated for driving on protected Puerto Rico beach","shortId":"ZbWTMN00k","createdAt":"2021-05-16T20:10:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019930,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T20:09:32.000Z","url":"https://www.theverge.com/2021/5/16/22439112/youtube-jake-paul-investigated-puerto-rico-beach-turtles","canonicalUrl":"https://www.theverge.com/2021/5/16/22439112/youtube-jake-paul-investigated-puerto-rico-beach-turtles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21a5cf3ed7c4d4879a1d34b6c97ddb23","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAwQRBQYSIVFhkaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAQUBAAAAAAAAAAAAAAAAAAECAwQxMv/aAAwDAQACEQMRAD8Ah314a+x9RFwpqLQrFFUseOGXI6eDn52mUeoiGi1wy2vJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sq1BbZ1QG","title":"Web Weekly #19 (#blogPost)","shortId":"sq1BbZ1QG","createdAt":"2021-05-16T18:07:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27019807,"tagsStr":"css,open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-19/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19beb7b815a16887fcdfe5b8497d2c31","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCABESBAUTFCEiQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwDSqmt6NzJ8PhA44rsfpNQI7+YREW6cMYBaU8gMj7NrdqUpFChidhuhioGT/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hJ_XBMZsa","title":"Sxmo – Minimalismus für das PinePhone","shortId":"hJ_XBMZsa","createdAt":"2021-05-15T19:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27018425,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T18:57:00.000Z","url":"https://linuxnews.de/2021/05/sxmo-minimalismus-fuer-das-pinephone/","canonicalUrl":"https://linuxnews.de/2021/05/sxmo-minimalismus-fuer-das-pinephone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d273d0f1227ac8dad8596af278aadfc0","ratio":1.58783783783784,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAgEDAAQGERIFIUEHIiMxUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAUH/2gAMAwEAAhEDEQA/ANJKKbNLdWiW5XfUmvIWyZFzxv8AIumZkypvSlMO5ZRpVs6XvBIQh6CY/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Vg84T5lUm","title":"Sci-Fi About Overpopulation Was Way Off","shortId":"Vg84T5lUm","createdAt":"2021-05-07T16:06:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:32:55.000Z","url":"https://www.wired.com/2021/05/geeks-guide-matthew-yglesias/","canonicalUrl":"https://www.wired.com/2021/05/geeks-guide-matthew-yglesias/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b260b1fa278170d46094b1b6135cffca","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQMEAwAAAAAAAAAAAAACAwEABBEFEiExBhMj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEDElH/2gAMAwEAAhEDEQA/AIg37kwm0QCF4EDYYrj6TsLHHURE4nFS7vyzVk3TlsvrthgZCR+7bumJ7xjilKnwopsbp//Z","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":4,"description":null,"toc":null,"summary":null},{"id":"o04sdVImV","title":"Colonial Pipeline says operations back to normal following ransomware attack","shortId":"o04sdVImV","createdAt":"2021-05-15T17:45:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018345,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T17:44:30.000Z","url":"https://www.theverge.com/2021/5/15/22437730/colonial-pipeline-normal-ransomware-attack-fuel","canonicalUrl":"https://www.theverge.com/2021/5/15/22437730/colonial-pipeline-normal-ransomware-attack-fuel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c85233a412d4bce17ee1756171e3127a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQFESEGEhMUQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8AgdGX6bnHeL0krfCI26I1s886A4rEZfKztsteoWlXYp84R2PgkQKUoa2U7FwJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3SlTuKF6d","title":"Facebook is reportedly continuing a ban on anti-coup groups in Myanmar","shortId":"3SlTuKF6d","createdAt":"2021-05-15T16:07:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018247,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T16:00:00.000Z","url":"https://www.theverge.com/2021/5/15/22436973/facebook-myanmar-military-coup-ban-arakan-army-resistance","canonicalUrl":"https://www.theverge.com/2021/5/15/22436973/facebook-myanmar-military-coup-ban-arakan-army-resistance","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70b8b55dc92d9434b3e3aeb8be71481a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHxAAAQQABwAAAAAAAAAAAAAAAgABAxESEzFScZGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgARMUH/2gAMAwEAAhEDEQA/AM6zTDEBQvEJ46on1DjtTlvu8ZERTp2ZXAWsvnM//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Nt6-1vpuP","title":"Managing System Workloads on Google Kubernetes Engine (GKE)","shortId":"Nt6-1vpuP","createdAt":"2021-05-15T11:12:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codeburst","views":12,"score":27018246,"tagsStr":"google,cloud,infrastructure,kubernetes,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T01:28:26.000Z","url":"https://codeburst.io/managing-system-workloads-on-google-kubernetes-engine-gke-3e69edaf549a","canonicalUrl":"https://codeburst.io/managing-system-workloads-on-google-kubernetes-engine-gke-3e69edaf549a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ba4858d0ae9b5b0f025a9b21f5fe6af","ratio":2.41691842900302,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQADBgIEEQUVITFSYWPS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAlET/9oADAMBAAIRAxEAPwDNsTeUXDbVLmuXOKqQThtodRns8K4TKSkA71cc+pr4REXS9YyicP/Z","siteTwitter":"@codeburstio","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"DXkVpg_yh","title":"Switch Between Color Schemes with CSS Variables and JavaScript","shortId":"DXkVpg_yh","createdAt":"2021-05-15T16:03:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27018243,"tagsStr":"javascript,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:09:09.000Z","url":"https://webdesign.tutsplus.com/tutorials/color-schemes-with-css-variables-and-javascript--cms-36989","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/color-schemes-with-css-variables-and-javascript--cms-36989","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/36989/preview_image/light-dark.jpg","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"36hngEXM_","title":"China's 1st Mars rover 'Zhurong' lands on the Red Planet","shortId":"36hngEXM_","createdAt":"2021-05-15T02:12:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017412,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T01:49:38.000Z","url":"https://www.livescience.com/china-mars-rover-landing-success-tianwen-1-zhurong.html","canonicalUrl":"https://www.space.com/china-mars-rover-landing-success-tianwen-1-zhurong","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7f66d677584492fb0af4efbe0fe2315","ratio":1.79334500875657,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQIEBwAAAAAAAAAAAAAAAgABAwQREhUWMUVScZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECAxP/2gAMAwEAAhEDEQA/ANHHzrBIJCThMJXGLM5Xtxq+natzXDbaJT0SIjbzlirnJ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TPzbNZhz9","title":"Animeyed II","shortId":"TPzbNZhz9","createdAt":"2021-05-14T23:12:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27017232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/119493475/Animeyed-II","canonicalUrl":"https://www.behance.net/gallery/119493475/Animeyed-II","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/266336c8cd70b96dba44db76f6306ab4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxESIQQFIjFygf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEh/9oADAMBAAIRAxEAPwDZY5GCUF2YzrGnaJHnX0WlWFO6b3Tw5brjCr93JRJs7QxTuv/Z","siteTwitter":"@behance","creatorTwitter":"@FloraBorsi","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Say-onlec","title":"Armchair CEO: Fixing the DC Cinematic Universe","shortId":"Say-onlec","createdAt":"2021-05-14T22:35:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27017195,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T22:21:42.000Z","url":"https://www.theringer.com/2021/5/14/22436957/armchair-ceo-fixing-the-dc-cinematic-universe","canonicalUrl":"https://www.theringer.com/2021/5/14/22436957/armchair-ceo-fixing-the-dc-cinematic-universe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ea5be5f33e1d028233f67ca3fbcd123","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAYBAwUAAAAAAAAAAAAAAAECAxESBAUHIRQxUYHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAv/aAAwDAQACEQMRAD8AxlnV8jHlbdaNv1oZFyngo+8i+ncXMaSTfRsnUqzaO3oACSjt/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"PexgclZN_","title":"KIDDY COLOR","shortId":"PexgclZN_","createdAt":"2021-05-22T15:36:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27028296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119643933/KIDDY-COLOR","canonicalUrl":"https://www.behance.net/gallery/119643933/KIDDY-COLOR","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dabb165959299f27c6abd3195498bc9a","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQIGAwAAAAAAAAAAAAAAAgABAwQFERIhMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQADAQEAAAAAAAAAAAAAAAAAARESQf/aAAwDAQACEQMRAD8A0yojUIsVwlLgLGLseWLY237vpVX5RFKllQXaf//Z","siteTwitter":"@behance","creatorTwitter":"@louloutummie","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-O77Qk7cJ","title":"Ireland refuses to pay ransom demand in attack on its national health service","shortId":"-O77Qk7cJ","createdAt":"2021-05-14T21:55:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017155,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:47:50.000Z","url":"https://www.theverge.com/2021/5/14/22436164/ireland-refuse-pay-ransom-demand-attack-health-security","canonicalUrl":"https://www.theverge.com/2021/5/14/22436164/ireland-refuse-pay-ransom-demand-attack-health-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uWl9ya3Sh","title":"Besserer Flash-Speicher für den Raspberry Pi","shortId":"uWl9ya3Sh","createdAt":"2021-05-14T21:33:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27017133,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:23:55.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/14/besserer-flash-speicher-fuer-den-raspberry-pi/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/14/besserer-flash-speicher-fuer-den-raspberry-pi/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pvyMI4su9","title":"Unstoppable Domains ab sofort mit Brave aufrufen – Partnerschaft","shortId":"pvyMI4su9","createdAt":"2021-05-14T12:22:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016582,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:09:41.000Z","url":"https://www.bitblokes.de/unstoppable-domains-ab-sofort-mit-brave-aufrufen-partnerschaft/","canonicalUrl":"https://www.bitblokes.de/unstoppable-domains-ab-sofort-mit-brave-aufrufen-partnerschaft/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"A0hv9Hxlu","title":"China is about to land its Zhurong rover on the surface of Mars","shortId":"A0hv9Hxlu","createdAt":"2021-05-14T12:08:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016568,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277645-china-is-about-to-land-its-zhurong-rover-on-the-surface-of-mars/","canonicalUrl":"https://www.newscientist.com/article/2277645-china-is-about-to-land-its-zhurong-rover-on-the-surface-of-mars/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/246c895f3d56f309ab3a460d52692d23","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEFBBIGByEiU2Fx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAQADAQEAAAAAAAAAAAAAAAEAAiEDE//aAAwDAQACEQMRAD8AwsnHWRgeBE6S9p77bQI9fLVreYGc2itQ09PE1ERTxomkZ9LC7P/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"tnB3kPV7G","title":"Live Audio Apps Lure Creators With Money and Promises","shortId":"tnB3kPV7G","createdAt":"2021-05-14T11:13:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016513,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.wired.com/story/live-audio-apps-lure-creators-with-money-promises/","canonicalUrl":"https://www.wired.com/story/live-audio-apps-lure-creators-with-money-promises/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e19d881cb5f2a319f603b1b7acbe3acb","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAhBREUQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAASEAAgMREvD/2gAMAwEAAhEDEQA/AMG4PmLQkrVrEkliugcokkjEKT9G+gdDIkl+2ZGPpmHZOg51jGXXSsRzUdQ+U//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"rI_v9NC6m","title":"Log in to the Upscale, Retro-Cool Home Gym of Your Dreams","shortId":"rI_v9NC6m","createdAt":"2021-05-14T11:13:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.wired.com/review/obe-fitness/","canonicalUrl":"https://www.wired.com/review/obe-fitness/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0ed129753b2f096a18c4000273f1fb9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQABwEAAAAAAAAAAAAAAQACAwQFERMjMVGi4f/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAIBEQMSMf/aAAwDAQACEQMRAD8A3+5h1hszJ4bpZHG0F8WkCJAT3yFU6iczuefqIqYytQaLXD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"EdvM9QvFH","title":"The Real Cost of Colonial Pipeline's $5 Million Ransom","shortId":"EdvM9QvFH","createdAt":"2021-05-14T11:13:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016513,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.wired.com/story/colonial-pipeline-ransomware-payment/","canonicalUrl":"https://www.wired.com/story/colonial-pipeline-ransomware-payment/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a844156832c60fe5ed5c1d9920e0b79","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgEDEQAEBSESBhMxQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABsRAQACAgMAAAAAAAAAAAAAAAEAEQJBEjFR/9oADAMBAAIRAxEAPwDG5ohd6dF91CBpxwAJtgu2vEFLU7978SlQiyNjyWMNZxOpI1X7NKUK5XcpFYUAdGh0ez//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"VmPk6eqF3","title":"The 16 People to Watch for in the 2021 NHL Playoffs","shortId":"VmPk6eqF3","createdAt":"2021-05-14T10:25:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:20:00.000Z","url":"https://www.theringer.com/2021/5/14/22435422/nhl-playoffs-people-to-watch-kirill-kaprizov-auston-matthews-leon-draisaitl","canonicalUrl":"https://www.theringer.com/2021/5/14/22435422/nhl-playoffs-people-to-watch-kirill-kaprizov-auston-matthews-leon-draisaitl","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2972707e98c4654dd6a862fb3f3e4c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxABAAEDBAMAAAAAAAAAAAAAAQIABBEDBQYhEkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDETH/2gAMAwEAAhEDEQA/AMrlt5Oz5TpaAMpynGEJ+SEBwGA7U7cr7q7HcIqFxYodDKwgv1zSlDlSUMqmp//Z","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"sQJFAKYFQ","title":"Google files legal brief to protect work program for immigrant spouses","shortId":"sQJFAKYFQ","createdAt":"2021-05-14T10:05:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016445,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:00:00.000Z","url":"https://www.theverge.com/2021/5/14/22435039/google-amicus-brief-work-authorization-h-4-visa","canonicalUrl":"https://www.theverge.com/2021/5/14/22435039/google-amicus-brief-work-authorization-h-4-visa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ca8528cdf1f430fdb5d849cf18e4c35","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABQYRBCEiQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EACARAAIABQUBAAAAAAAAAAAAAAECAAMEESEFEiJiwfD/2gAMAwEAAhEDEQA/AJt8xy625bDyBk9x5Ms8TTwnkkyCBinoFtN0dd1MfI8gZ2IyC6KCd6WRdD540pVjpdDTvzZBcgE47NBImNMkrvzb7yP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xxnCk8Fu_","title":"‘The Woman in the Window’ Should Never Have Seen the Light of Day","shortId":"xxnCk8Fu_","createdAt":"2021-05-14T10:01:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016441,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:50:00.000Z","url":"https://www.theringer.com/movies/2021/5/14/22434778/woman-in-the-window-amy-adams-netflix-review","canonicalUrl":"https://www.theringer.com/movies/2021/5/14/22434778/woman-in-the-window-amy-adams-netflix-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c8aadc62a373be930b02770c6b29c2c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDEQAEBRIUISNRYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/AMBu8lByfA7IbSWKbzo0aQPZ69WoLYtR6GxdG/rLmtySR68SCGSlQKPd+B+YxhupwKkQ1qL2f//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"oLyfoXVJ5","title":"PETROLTRIBES short film","shortId":"oLyfoXVJ5","createdAt":"2021-05-14T06:40:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27016240,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/119427663/PETROLTRIBES-short-film","canonicalUrl":"https://www.behance.net/gallery/119427663/PETROLTRIBES-short-film","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/743f467f5737def8178129b9505af4fa","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQFERITITEyUWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAbEQACAgMBAAAAAAAAAAAAAAACAwABBBESMf/aAAwDAQACEQMRAD8Ax6NkjmUzoTG206I2hILbR1/aocpicbZ5O7tua6PDM8fgp7MR7+UpQ+yoy1co2JWeOroa8n//2Q==","siteTwitter":"@behance","creatorTwitter":"@les83machines","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iJXqiA0--","title":"Nera","shortId":"iJXqiA0--","createdAt":"2021-05-14T02:36:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015996,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/119318737/Nera","canonicalUrl":"https://www.behance.net/gallery/119318737/Nera","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8011dc472e0d6ff1a880f4b86f543688","ratio":1.49732620320856,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgAGAgMBAAAAAAAAAAAAAQIAAwQFERITIRQxUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERIf/aAAwDAQACEQMRAD8Awtrt/k3OzhhOSUqSOVOYhGO522Aznr5FOtoHWsnhUAUTGAwevf6YQhJoaZ//2Q==","siteTwitter":"@behance","creatorTwitter":"@FaenaStudio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0KQ2jbqhK","title":"Preorders for the modular Framework Laptop are now open, starting at $999","shortId":"0KQ2jbqhK","createdAt":"2021-05-13T17:34:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015454,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:33:05.000Z","url":"https://www.theverge.com/2021/5/13/22434359/framework-laptop-modular-preorders-available-price-release-date","canonicalUrl":"https://www.theverge.com/2021/5/13/22434359/framework-laptop-modular-preorders-available-price-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21d8f54de5ceda84879cf905fc7c627d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQYSITFT0dL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQADAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/ANNR6cN4qYrqbnWQBsWwUzSHR8jvBHfpTfoxm92bhMTnwx/KIkltOv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Mje7VfCCr","title":"Colonial Pipeline reportedly paid the hackers nearly $5 million, despite suggestions to contrary","shortId":"Mje7VfCCr","createdAt":"2021-05-13T17:17:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015437,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:09:55.000Z","url":"https://www.theverge.com/2021/5/13/22434381/colonial-pipeline-darkside-hacker-ransomware-ransom-oil","canonicalUrl":"https://www.theverge.com/2021/5/13/22434381/colonial-pipeline-darkside-hacker-ransomware-ransom-oil","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c1bbbf48e96516b0d02c2b9ca802c6c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFIRESEyIxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgMAEf/aAAwDAQACEQMRAD8AmYxMVlmcrYYqWezs0vDEqLIWIAUDksdn3WR7Tv5NJ1MdkkbJ+0pT6wz2kNJHgNMr53//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"djTGCIOsb","title":"Trying Out React 18 Alpha Release","shortId":"djTGCIOsb","createdAt":"2021-06-12T18:00:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":300,"score":27059455,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-12T23:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T17:18:27.000Z","url":"https://blog.bitsrc.io/trying-out-react-18-alpha-release-bad9aed12bee","canonicalUrl":"https://blog.bitsrc.io/trying-out-react-18-alpha-release-bad9aed12bee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61a213370ca2cf495cd2bfe5bd6522b4","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFBhETEiExQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AmtyyewHaMt05uSNFupFReoHxUMQB8/Q9VvWs3V3LreKkubgyztaRNJIVHLsUHJ/TSlLoEBt4X//Z","siteTwitter":"@bitdev_","creatorTwitter":"@Nsebhastian","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1nm_TR-Dp","title":"Xbox is partnering with the studio behind the world’s biggest mobile games","shortId":"1nm_TR-Dp","createdAt":"2021-05-13T17:03:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015423,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:57:46.000Z","url":"https://www.theverge.com/2021/5/13/22434272/xbox-tencent-timi-studios-strategic-partnership-mobile","canonicalUrl":"https://www.theverge.com/2021/5/13/22434272/xbox-tencent-timi-studios-strategic-partnership-mobile","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/289437660906235ba217e2a02bd6fa86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIFAAMRBAYSMQcTQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMR/9oADAMBAAIRAxEAPwCb2nu6e1EjbvGU1JRNQy27buXCIhBCZPa5bOK0hfKMpxHKPjGb6fT3+0pQ6WQOMrzqK9J//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lbZ_HV8AR","title":"Butterfly Network grows revenue, narrows net loss in Q1","shortId":"lbZ_HV8AR","createdAt":"2021-05-13T16:48:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015408,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:39:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132372&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132372","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7065d34e770d880324b3bde042f3849","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAEGB//EAB0QAQACAgMBAQAAAAAAAAAAAAECEQADBAUSMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMV604J1l7jc8g1MyPC1epr6S9rJQgH4ZO1jlOcE8SlG4001ZfzDKBf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"SHaSPd8Ww","title":"Skrillex continues comeback campaign with Swae Lee and Siiickbrain on, ‘TOO BIZARRE’","shortId":"SHaSPd8Ww","createdAt":"2021-05-13T16:07:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015367,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:06:37.000Z","url":"https://dancingastronaut.com/2021/05/skrillex-continues-comeback-campaign-with-swae-lee-and-siiickbrain-on-too-bizarre/","canonicalUrl":"https://dancingastronaut.com/2021/05/skrillex-continues-comeback-campaign-with-swae-lee-and-siiickbrain-on-too-bizarre/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0b55337ad45db15827e507259ea6854","ratio":1.33779264214047,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgMAAQUAAAAAAAAAAAABAgMEAAURBhITITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgNh/9oADAMBAAIRAxEAPwB57ttnd3tHX6ivXSvQse9JPZkISaQDgT0qCeKT3p/cvo/I4Y41SWNHkUBWYA/JH2cYwWdu2+CbzmZR/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_OhuehNVAw","title":"Amazon Echo Buds review: very hard to beat for the price","shortId":"_OhuehNVAw","createdAt":"2021-05-13T13:03:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://www.theverge.com/22432633/amazon-echo-buds-2021-review-features-specs-price","canonicalUrl":"https://www.theverge.com/22432633/amazon-echo-buds-2021-review-features-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c55d493ad09c26feedc07d695bfb0943","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAwUBAAAAAAAAAAAAAQIDBBEABQYxEhMUISLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRAwQx/9oADAMBAAIRAxEAPwDLtQ1nzNvyNrtQIMeNDHdVJS1bzpqx9X65qxzkGmI2pIIcfAIuusfmMZXqxUrTQMjrh//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ESluAb20g","title":"WIFI: Die FRAGATTACK Apokalypse","shortId":"ESluAb20g","createdAt":"2021-05-13T09:22:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27014962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:00:48.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/13/wifi-die-fragattack-apokalypse/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/13/wifi-die-fragattack-apokalypse/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FOlAwLI-0","title":"Project Zero","shortId":"FOlAwLI-0","createdAt":"2021-05-28T12:36:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036756,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/106917361/Project-Zero","canonicalUrl":"https://www.behance.net/gallery/106917361/Project-Zero","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3578b16d82073e91c4d9b97618d94467","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBRJRFCExYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAMBFFJB/9oADAMBAAIRAxEAPwDPDuGtkWXUu7gTrDZ8mSCe/sH4ByYl3CWzTq21uPboUUnWCJHFKU1XXkDsN12T/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"vSnXEwnU_","title":"Chevy Bolt EUV gets lower than expected EPA range of 247 miles","shortId":"vSnXEwnU_","createdAt":"2021-05-12T18:41:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014081,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:36:09.000Z","url":"https://www.theverge.com/2021/5/12/22432649/2022-chevy-bolt-euv-epa-range-rating","canonicalUrl":"https://www.theverge.com/2021/5/12/22432649/2022-chevy-bolt-euv-epa-range-rating","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42519fc71c495ef14681bc14bd53f3c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQABwAAAAAAAAAAAAABAgADBAURBhITIjFR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIxEv/aAAwDAQACEQMRAD8Ak2eVyistWnf1BTTXYw5tk+zKKcY5VkU9YjY34X5EQvS6xRUrhP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fmVs6u7AlH","title":"New Humble Bundle offers a lot of great games to raise money for COVID-19 relief","shortId":"fmVs6u7AlH","createdAt":"2021-05-12T18:08:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014048,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22432412/humble-bundle-heal-covid-19-bundle-relief","canonicalUrl":"https://www.theverge.com/2021/5/12/22432412/humble-bundle-heal-covid-19-bundle-relief","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8a1bb46b970811ff5c7b22c9629313d","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFERIGISJR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAIDAAAAAAAAAAAAAAAAAAACASFB/9oADAMBAAIRAxEAPwC55fx6PDn3CbEDRkzn1KcVIQp3Q+c6ehrkDHWK1G0+7VCU5grLKCogdE6j7mlKKXAmw//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sC7HEQHad","title":"AI lets man with paralysis type by just thinking about handwriting","shortId":"sC7HEQHad","createdAt":"2021-05-12T17:49:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"ai,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277272-ai-lets-man-with-paralysis-type-by-just-thinking-about-handwriting/","canonicalUrl":"https://www.newscientist.com/article/2277272-ai-lets-man-with-paralysis-type-by-just-thinking-about-handwriting/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a71585a29304a1a51f29510a42f37d11","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAgABAwQRBhIxQWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAhEhAQNR/9oADAMBAAIRAxEAPwDH6lmhW47YrnTCWe0YuM5b1Qs3gfvZ99KeKYGJ83ERWbMzC8DWrP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"afpXJOgxN","title":"Asus ZenFone 8 review: an Android iPhone mini","shortId":"afpXJOgxN","createdAt":"2021-05-12T17:34:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:30:00.000Z","url":"https://www.theverge.com/22431051/asus-zenfone-8-review","canonicalUrl":"https://www.theverge.com/22431051/asus-zenfone-8-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0a472e838d2a2dc7a6d903f229eca3e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAfEAACAAYDAQAAAAAAAAAAAAABAwACBAUGIRESNLL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACA1HBgf/aAAwDAQACEQMRAD8AhnrGVuFW6mka1SlVSOgM3bgAkEAaGzuJ5FVTDILmOB6m/ZhCCMNlxA7eREAt4dn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"SK3uq152n","title":"DJI FPV Video Out","shortId":"SK3uq152n","createdAt":"2021-05-12T17:04:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27013984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:00:00.000Z","url":"https://blog.jimmac.eu/2021/dji-fpv-video-out/","canonicalUrl":"https://blog.jimmac.eu/2021/dji-fpv-video-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfb655414604632b0aefab3fd312ad79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADEQYTITElkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgMAAwAAAAAAAAAAAAAAASEAAgMEEmH/2gAMAwEAAhEDEQA/AMPpyVhGkA4jUwrUt3CTvEpKjcOMDJPPHYx0aiMfpbJ8LZ9q+0pTMcTEMVDhu+mhXYr2f//Z","siteTwitter":"@jimmac","creatorTwitter":"@jimmac","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CvcUdCBrk","title":"Discover Figma: A Practical Guide","shortId":"CvcUdCBrk","createdAt":"2021-05-12T13:38:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27013778,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:13:20.000Z","url":"https://marcandrew.me/discover-figma-a-practical-guide/","canonicalUrl":"https://marcandrew.me/discover-figma-a-practical-guide/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b7fa90954239daf9bbdb4fbfd0b6c4a1","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQREiExcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8Axa0jsnSFWAjmcRqrBHdYzsd2fneDgHmRio8iHdtAQmTj5SlOiaG6nT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"jbfrzBihr","title":"Press Play 2021","shortId":"jbfrzBihr","createdAt":"2021-05-28T08:35:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036515,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/120226685/Press-Play-2021","canonicalUrl":"https://www.behance.net/gallery/120226685/Press-Play-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0427bbedf184c4353a9f585d24898bf","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAGRABAAMBAQAAAAAAAAAAAAAAAQACERKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A0Ly67ZdfJCggxEBUr//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rl6V3OpAA","title":"FCC approves $7 billion to get better equipment to remote learners","shortId":"rl6V3OpAA","createdAt":"2021-05-12T02:02:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013082,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T02:00:30.000Z","url":"https://www.theverge.com/2021/5/11/22431504/fcc-emergency-connectivity-fund-schools-libraries-students","canonicalUrl":"https://www.theverge.com/2021/5/11/22431504/fcc-emergency-connectivity-fund-schools-libraries-students","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d4f6c742c2d71095f6d2b3b74888deb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBEFCYQITIiRi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDEf/aAAwDAQACEQMRAD8AyISwGtI27BXwMKGVJ7L3C81yiJbbJ3OJ6f/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"N1kcR_bZS","title":"How to Create a Rapid Development Process for Digital Products: Lessons from PayPal","shortId":"N1kcR_bZS","createdAt":"2021-05-11T17:37:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012577,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T09:02:00.000Z","url":"https://www.uxpin.com/studio/blog/rapid-development-process-paypal/","canonicalUrl":"https://www.uxpin.com/studio/blog/rapid-development-process-paypal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e95ffd8ed13be41a049f0d5ff0f1af5a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQMAAgURBCEyM6H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABgRAAMBAQAAAAAAAAAAAAAAAAABAgNB/9oADAMBAAIRAxEAPwC7m6fTIzapZmocw19tvIfJm3EFzCBxzY9oiU7HOZqmugmz/9k=","siteTwitter":"","creatorTwitter":"@uxpin","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oDuvGkmhQ","title":"Subaru teases its first electric car, the Solterra EV","shortId":"oDuvGkmhQ","createdAt":"2021-05-11T16:44:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012524,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:37:00.000Z","url":"https://www.theverge.com/2021/5/11/22430524/subaru-solterra-ev-electric-suv-2022-release-us-europe-japan-toyota","canonicalUrl":"https://www.theverge.com/2021/5/11/22430524/subaru-solterra-ev-electric-suv-2022-release-us-europe-japan-toyota","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3cf150cdaf3a4d54d0542c36cc5af626","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABBAMBAQAAAAAAAAAAAAABAgMEBQARIQYT/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIREv/aAAwDAQACEQMRAD8AiYvs7zx1ezFhrr5aHhsKlwkuKQDzWye5UsWtTIZbeeo2y44kLUQpsAkjZ588Yye6fKFytP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ElG84-rAb","title":"A Closer Look at the DarkSide Ransomware Gang","shortId":"ElG84-rAb","createdAt":"2021-05-11T16:44:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27012524,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/a-closer-look-at-the-darkside-ransomware-gang/","canonicalUrl":"https://krebsonsecurity.com/2021/05/a-closer-look-at-the-darkside-ransomware-gang/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc045674cc65c66dc3330fb8d822880a","ratio":2.09230769230769,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAwABBQAAAAAAAAAAAAAAAAECEhMjUVKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMJ1d2VKcvlUUyrtXoAxf//Z","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"CIF11Rdc0","title":"Stumbled","shortId":"CIF11Rdc0","createdAt":"2021-05-11T16:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012482,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:58:17.000Z","url":"https://stumbled.cc","canonicalUrl":"https://stumbled.cc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a68769194f63eb0027a2193ea93e7e27","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQGERIhYaL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB0RAAEEAgMAAAAAAAAAAAAAAAQAAQIFAwYREyL/2gAMAwEAAhEDEQA/ALeq7FUUrXEw3xKynPSq1CPpCZuq9nRa1VsDuQACzW+T7PCxEnNhsisJHEJuycqwR+hvK//Z","siteTwitter":"","creatorTwitter":"@kovah_kvh","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8dipTKwFK","title":"Epic wanted Sony’s PlayStation PC games to compete with Steam, documents show","shortId":"8dipTKwFK","createdAt":"2021-05-11T15:57:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012477,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:54:37.000Z","url":"https://www.theverge.com/2021/5/11/22424596/epic-games-store-sony-playstation-pc-games-steam-competition","canonicalUrl":"https://www.theverge.com/2021/5/11/22424596/epic-games-store-sony-playstation-pc-games-steam-competition","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4faa632a0cb888699d79c23ea8bf10ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIDCQAAAAAAAAAAAAAAAgARAQMSBAUGEyMxQmFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQABAwQDAAAAAAAAAAAAAAACAAETAwQFQXHC8P/aAAwDAQACEQMRAD8AyHDRNcgWeAjVPz4hMZyksPH1RoGNA6Y7doiHbE8h+2SqZAWho8dQX//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"N5TiXdtUL","title":"Unerreichbarkeit aus Marktgründen","shortId":"N5TiXdtUL","createdAt":"2021-05-11T15:38:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27012458,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:23:37.000Z","url":"https://tuxproject.de/blog/2021/05/unerreichbarkeit-aus-marktgruenden/","canonicalUrl":"https://tuxproject.de/blog/2021/05/unerreichbarkeit-aus-marktgruenden/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6e67741d5b1c25a0cf656f3f2e9f0b0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUI/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDBBEABRMhInGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBCEREjFBUf/aAAwDAQACEQMRAD8Azn03WSsnjyVIrcET2p+J1sfXJVMHJnRkMXJUkehxUOxzVmirmZIUDQAq2h+8LbIs1qFq0JLEkljyokRY62G064Muy5PPtXYOZeWbirH/2Q==","siteTwitter":"@hirnfick_20","creatorTwitter":"@tux0r","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ddp7sbIht","title":"Migrating from Parcel to Snowpack","shortId":"ddp7sbIht","createdAt":"2021-05-10T21:36:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":117,"score":27012050,"tagsStr":"webdev,css,typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-04-13T08:11:54.000Z","url":"https://benfrain.com/migrating-from-parcel-to-snowpack-build-tool-comparison/","canonicalUrl":"https://benfrain.com/migrating-from-parcel-to-snowpack-build-tool-comparison/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"JWo-OGXmI","title":"Bird Reflections","shortId":"JWo-OGXmI","createdAt":"2021-05-11T02:32:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27011672,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/118620305/Bird-Reflections","canonicalUrl":"https://www.behance.net/gallery/118620305/Bird-Reflections","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4c448796c07a2cae8a916ab410e467e","ratio":0.99009900990099,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAEDB//EAB4QAQACAgIDAQAAAAAAAAAAAAECEQAhAxMSIkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8A12PL48cfYghcity/KvDrXfZV/F3jkDxwUFo3ksoqvcXU7//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ENfGaxix3","title":"Sandro Tosi: Empire State Building Lights iCalendar","shortId":"ENfGaxix3","createdAt":"2021-05-10T21:21:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27011361,"tagsStr":"python,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"http://sandrotosi.blogspot.com/2021/05/empire-state-building-lights-icalendar.html","canonicalUrl":"http://sandrotosi.blogspot.com/2021/05/empire-state-building-lights-icalendar.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"77V4XpWoX","title":"My Product Design Journey — Week 2","shortId":"77V4XpWoX","createdAt":"2021-05-10T15:08:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":11,"score":27011276,"tagsStr":"startup,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T06:52:11.000Z","url":"https://code.likeagirl.io/my-product-design-journey-week-2-98170111778a","canonicalUrl":"https://code.likeagirl.io/my-product-design-journey-week-2-98170111778a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04c32f216a12c66481bda010ac744777","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgX/xAAlEAABAwIEBwEAAAAAAAAAAAABAgMRAAUEIjFBBhMUFSEjkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAQEBAQEAAAAAAAAAAAAAAAECABES/9oADAMBAAIRAxEAPwBXwzcme0Yli5YBtp7l+tHXIcAOuZUeB9ok8jFF5wptNrgqMZZ/d6F2l1wW9ELUJEmDrU11xYdWAtQAJ3qckqVe5jyJv//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@chinwe_uz","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DswOM9M-nR","title":"Facebook wants to make sure you’ve read the article you’re about to share","shortId":"DswOM9M-nR","createdAt":"2021-05-10T18:48:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011208,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:45:13.000Z","url":"https://www.theverge.com/2021/5/10/22429174/facebook-article-popup-read-misinformation","canonicalUrl":"https://www.theverge.com/2021/5/10/22429174/facebook-article-popup-read-misinformation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d49d10e9ae023bb4da907a6b72117cf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBQADAQAAAAAAAAAAAAABAAIDBBEFBmEh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKp36pDb5+2y1JZMYkrvDIxC3CMz6Yy4+gk+YqqiIP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yPz5vRhU5","title":"BWXT to manufacture Boston Scientific's TheraSphere glass microspheres","shortId":"yPz5vRhU5","createdAt":"2021-05-10T18:22:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011182,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:13:56.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=roc&pag=dis&ItemID=132335&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132335","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a43ecf44e4272ad0ddc5ff7284d0fbbc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDABESIQQxFEEyYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMUSwHHkEuMpBuhUFYU9MN71fRoVRSoPhBtfLLv7pYVDcp8gDdypuOxkNflSSSyB2AkcAE+zVIJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pBVPH3n6j","title":"Potentially fatal 'black fungus' infections on the rise in India's COVID-19 patients","shortId":"pBVPH3n6j","createdAt":"2021-05-10T18:20:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:13:44.000Z","url":"https://www.livescience.com/black-fungus-infection-coronavirus-india.html","canonicalUrl":"https://www.livescience.com/black-fungus-infection-coronavirus-india.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/108c9956c5ae2b8202a4b21477880fc5","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIhAAAQMEAgIDAAAAAAAAAAAAAQIDBQAGESEEEgcUImFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AtPjWXbl7Lh5RpLjHBajGVeqEpI7hO1D8AwN43nGazTdnluFRdMyk22lwjmvDusI7K+Z2fulKWwY5v//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"D2CbmmKO8","title":"YouTube has run the numbers to see how vloggers open their videos","shortId":"D2CbmmKO8","createdAt":"2021-05-10T17:53:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011153,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:46:17.000Z","url":"https://www.theverge.com/2021/5/10/22428903/youtube-vlogger-greetings-hey-guys-language-analysis","canonicalUrl":"https://www.theverge.com/2021/5/10/22428903/youtube-vlogger-greetings-hey-guys-language-analysis","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7073293ebf7e705c2382751464ae391","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAEQIEEiExUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQARAiFB/9oADAMBAAIRAxEAPwDOSNha9dqstZTGNA4uyJ5LrzVGu/tyYwGQv33ER1UDkunk/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"burZm0mXe","title":"State attorneys general pressure Facebook to abandon plans for children’s Instagram","shortId":"burZm0mXe","createdAt":"2021-05-10T17:28:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011128,"tagsStr":"tech-news,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:20:12.000Z","url":"https://www.theverge.com/2021/5/10/22428710/facebook-instagram-children-under-13-attorney-general-letter-data-collection-coppa","canonicalUrl":"https://www.theverge.com/2021/5/10/22428710/facebook-instagram-children-under-13-attorney-general-letter-data-collection-coppa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96adda851b361cf670e3599e3d2c1635","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxEFEiFBEzJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQMRImH/2gAMAwEAAhEDEQA/AM4U2BNOtXxVs1jKBYwO5MfOe+5G9m12GDwcexiIF8mUq4f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Qz73NWlPB","title":"That time I contributed to Scala Exercises website","shortId":"Qz73NWlPB","createdAt":"2021-05-10T13:47:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":0,"score":27010907,"tagsStr":"open-source,scala","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-03-07T17:02:14.000Z","url":"https://isabelcmdcosta.medium.com/that-time-i-contributed-to-scala-exercises-website-c85978b7b057","canonicalUrl":"https://isabelcosta.github.io/posts/that-time-i-contributed-to-scala-exercises/","image":"","ratio":null,"placeholder":"","siteTwitter":"@Medium","creatorTwitter":"@isabelcmdcosta","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TrszJXCa8","title":"Linux am Dienstag: Programmplan 11.5.2021","shortId":"TrszJXCa8","createdAt":"2021-05-10T12:35:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010835,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:04:51.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/10/linux-am-dienstag-programmplan-11-5-2021/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/10/linux-am-dienstag-programmplan-11-5-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"dMsuIOnYK","title":"USV und RaspberryPi im SmartHome 2/2","shortId":"dMsuIOnYK","createdAt":"2021-05-10T08:34:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010594,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://www.pgollor.de/cms/?p=2961","canonicalUrl":"https://www.pgollor.de/cms/?p=2961","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"2IpntrQLD","title":"Armbian 21.05 mit Verbesserung der Desktop-Abbilder","shortId":"2IpntrQLD","createdAt":"2021-05-10T06:34:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010474,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T06:10:46.000Z","url":"https://www.bitblokes.de/armbian-21-05-mit-verbesserung-der-desktop-abbilder/","canonicalUrl":"https://www.bitblokes.de/armbian-21-05-mit-verbesserung-der-desktop-abbilder/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hf-TwrjwK","title":"Web Weekly #18 (#blogPost)","shortId":"hf-TwrjwK","createdAt":"2021-05-09T21:27:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27009927,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-18/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-18/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"tuqSwcs4o","title":"New trailers: A Quiet Place 2, Stranger Things 4, Loki, and more","shortId":"tuqSwcs4o","createdAt":"2021-05-09T14:02:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009482,"tagsStr":"grafana","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:00:00.000Z","url":"https://www.theverge.com/2021/5/9/22426500/new-trailers-stranger-things-loki-quiet-place-netflix-disney-marvel-hbo","canonicalUrl":"https://www.theverge.com/2021/5/9/22426500/new-trailers-stranger-things-loki-quiet-place-netflix-disney-marvel-hbo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e9a78f471d70304f6afd19041cba627","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEEEgUGFCEiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEx/9oADAMBAAIRAxEAPwDKg6mzCnzpGEB7aYtWa/a3ryo0vN5YSmO10Tt9RFE46jyLbP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8NrPonQAY","title":"LA DEVELOPERS","shortId":"8NrPonQAY","createdAt":"2021-05-08T18:36:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27008316,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/108268515/LA-DEVELOPERS","canonicalUrl":"https://www.behance.net/gallery/108268515/LA-DEVELOPERS","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b148a3b642347c79f692e1407360af6","ratio":1.6489988221437,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAAQFBAMAAAAAAAAAAAAAAAEDBAIFERJBExYhIkRhsv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIxAxP/2gAMAwEAAhEDEQA/AIPmU8WRVSjmbbSUu8ftaeKmdeBnNqPsPmxl7Sir9AAD1ugLkY5UqqGz/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"f4K7stnOO","title":"Messenger-Wechsel – Nur kurze Zeitfenster","shortId":"f4K7stnOO","createdAt":"2021-05-08T12:09:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007929,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T11:40:06.000Z","url":"https://curius.de/2021/05/messenger-wechsel-nur-kurze-zeitfenster/","canonicalUrl":"https://curius.de/2021/05/messenger-wechsel-nur-kurze-zeitfenster/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c655f77a83c080f6744985007e391a67","ratio":1.74386920980926,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQhBRESMf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8A0XicZj01lRSnomwk7O2+ncoU4+OlKKtICqoAHcRFSyGThf/Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xq1J25Vsh","title":"What are Homo sapiens?","shortId":"xq1J25Vsh","createdAt":"2021-05-25T14:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032551,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:15:40.000Z","url":"https://www.livescience.com/homo-sapiens.html","canonicalUrl":"https://www.livescience.com/homo-sapiens.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b8e753cdf4acfb6cd5e4aa66b4a6da1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACEQMEBSESBhMxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAIAEQEDMf/aAAwDAQACEQMRAD8AvhcU21NAY9opiq5rO6NO5wdfZ1M+FqT09mwTxv3x6kiURCOorspp5NVP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"W8OmzCwN0","title":"Mozilla veröffentlicht Firefox Klar 8.15.3 für Android","shortId":"W8OmzCwN0","createdAt":"2021-05-07T20:37:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006997,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:29:59.000Z","url":"https://www.soeren-hentzschel.at/firefox-klar/firefox-klar-8-15-3/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox-klar/firefox-klar-8-15-3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ed54fca4bb156b64f35b520492f1953","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAEAAQQCAwAAAAAAAAAAAAABAwACBBIFESFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBRETIf/aAAwDAQACEQMRAD8AguY5WXFxiGGLHAt12YhX6+6km6652V7fNKUiRRGtzqNuK54J/9k=","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":3,"description":null,"toc":null,"summary":null},{"id":"S568ZsLF9","title":"Twitter's Tip Jar Privacy Fiasco Was Entirely Avoidable","shortId":"S568ZsLF9","createdAt":"2021-05-07T20:36:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006996,"tagsStr":"tech-news,security,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:33:00.000Z","url":"https://www.wired.com/story/twitter-tip-jar-privacy-fiasco-entirely-avoidable/","canonicalUrl":"https://www.wired.com/story/twitter-tip-jar-privacy-fiasco-entirely-avoidable/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/08593734e67272ba07d13fce51eb2254","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEEhNxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCK7apsMxgRnjlMYayLsFwfnIGaGJtrxJxs0tCgY1ND3jGB/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MWxPvGH8G","title":"Gianni Blu and D. Lylez give Usher’s ‘OMG’ a house makeover","shortId":"MWxPvGH8G","createdAt":"2021-05-07T20:34:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006994,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:33:19.000Z","url":"https://dancingastronaut.com/2021/05/gianni-blu-and-d-lylez-give-ushers-omg-a-house-makeover/","canonicalUrl":"https://dancingastronaut.com/2021/05/gianni-blu-and-d-lylez-give-ushers-omg-a-house-makeover/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/41e2c380555c58aec726f806da690a3a","ratio":1.4984375,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYhMQcSE1Kh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABwRAAICAgMAAAAAAAAAAAAAAAERAAIDMRNR8P/aAAwDAQACEQMRAD8Ap3Xq9LdtPlisMRwpJW2SCs/c7bcGsXmalTImPvLht9zjilnOOSc+tKUTVFODFk5ATYDa17uf/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WfgPymfLb","title":"Giant sequoia tree still smoldering 9 months after devastating California wildfires","shortId":"WfgPymfLb","createdAt":"2021-05-07T19:28:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006928,"tagsStr":"venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T19:12:14.000Z","url":"https://www.livescience.com/giant-sequoia-tree-still-smoldering-2020-california-wildfires.html","canonicalUrl":"https://www.livescience.com/giant-sequoia-tree-still-smoldering-2020-california-wildfires.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c1379b188d0c1798bf0681691466272","ratio":2.07972270363951,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDEQQFBiSBkv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIDBCEiMUH/2gAMAwEAAhEDEQA/AI+HkOyn2+HqZcqZ+LkvLZA55Ntomq8VENGKHYd8BEQ6iZ+N+BIijaRpf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"tcp0OQza2","title":"Google Assistant will sing you a song about getting vaccinated","shortId":"tcp0OQza2","createdAt":"2021-05-07T17:57:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006837,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T17:51:25.000Z","url":"https://www.theverge.com/2021/5/7/22424917/google-assistant-vaccine-song-covid","canonicalUrl":"https://www.theverge.com/2021/5/7/22424917/google-assistant-vaccine-song-covid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bace72c9c2e943ef5a20c544cd8bd5b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxEhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0pWNWtgzABeqMw6BJPbWHYGlSQc32Ihb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WdsdfHiTA","title":"Inquest investigates death of woman after wellness scan","shortId":"WdsdfHiTA","createdAt":"2021-05-07T16:42:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27006762,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:30:47.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132322&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132322","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a38a9454b7d5ddee4b9459446883af4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQUHCP/EACQQAAEDAgYCAwAAAAAAAAAAAAECAwQFEQAGEhMhMQdRIjJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAAAARESAiFB/9oADAMBAAIRAxEAPwATfHdSrUaqKYanuMTQC69IGzd5KiTpFvqDYC4HXfOGMXKWcmIzLRj0twtoCdapBBVYWufj3ilR5UhOUnnUvuh0QgoLCzqBseb+8Z1lVipmS8TUZhJWed9Xv9xQsIb2LW5B/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"8D9X_Oayf","title":"Your TikTok login will soon work with other apps","shortId":"8D9X_Oayf","createdAt":"2021-05-07T16:16:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006736,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:14:13.000Z","url":"https://www.theverge.com/2021/5/7/22422980/tiktok-log-in-sound-kit-app-integration-developers","canonicalUrl":"https://www.theverge.com/2021/5/7/22422980/tiktok-log-in-sound-kit-app-integration-developers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4d2925871ffb23f3b5d16f0735d2aaec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCBAURABIhIgYTYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABoRAAMBAAMAAAAAAAAAAAAAAAECAwAEBRH/2gAMAwEAAhEDEQA/AMYtddTL8Yuolb1NrnOVSGpad+1ciJ4jEjAIKz2HPb5zCu2+xcZmoYNwEsADjP5ppoXLYqoI1j00J3ZzQe7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JyRP6ucJI","title":"I’m So Over DLC","shortId":"JyRP6ucJI","createdAt":"2021-05-05T15:39:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003819,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:36:00.000Z","url":"https://www.wired.com/story/no-more-dlcs/","canonicalUrl":"https://www.wired.com/story/no-more-dlcs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76340ccfc001a42efa9ddcb4d5f4590f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABBQEBAQEAAAAAAAAAAAABAgMEBREAIRNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIRQlFh/9oADAMBAAIRAxEAPwCKqbOLXVcSM5XiQY5XKQ4p5W/QpSdIOjPzwDzpOVbuOynnCwwCtZVgT4NPOcXAtg4SloPrP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"g2qHaemcv","title":"ALRT leads the way with electric ‘Let Me Know’","shortId":"g2qHaemcv","createdAt":"2021-05-07T12:33:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:26:50.000Z","url":"https://dancingastronaut.com/2021/05/alrt-leads-the-way-with-electric-let-me-know/","canonicalUrl":"https://dancingastronaut.com/2021/05/alrt-leads-the-way-with-electric-let-me-know/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/572a143a6e954a697e1a45164ed9969a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACIQAAICAQQCAwEAAAAAAAAAAAECAwQRABITITFRBQYUIv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQMAEQIEEkFh/9oADAMBAAIRAxEAPwDNEtw/K1JrUdWRKtlpDKs2edQg3txYG0nBA7Iyehpen3OCsiwR1L/HENi7goOB0M9+dWcNiaFeOKaRIwvSqxA8etF/DUk/uSrAzt2zNGCSfZ1S1GcbBFj2M17Mu5//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VGv8ijMn3B","title":"LiveLeak, the internet’s font of gore and violence, has shut down","shortId":"VGv8ijMn3B","createdAt":"2021-05-07T11:26:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006446,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:22:22.000Z","url":"https://www.theverge.com/2021/5/7/22424356/liveleak-shock-site-shuts-down-itemfix","canonicalUrl":"https://www.theverge.com/2021/5/7/22424356/liveleak-shock-site-shuts-down-itemfix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/175052a109c8cc73dc5e962b76b7530b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAgQREhMxUYGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQEAAQUBAAAAAAAAAAAAAAABAAIDERJB4f/aAAwDAQACEQMRAD8Az0c3p4+chiVtN+JF7gGw96+alFWO4jTr9vMRCUmWWrJuo89n/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lPoaHmCZv","title":"The internals of Fractal-next","shortId":"lPoaHmCZv","createdAt":"2021-05-07T11:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27006423,"tagsStr":"general-programming,rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:58:58.000Z","url":"https://blogs.gnome.org/jsparber/2021/05/07/the-internals-of-fractal-next/","canonicalUrl":"https://blogs.gnome.org/jsparber/2021/05/07/the-internals-of-fractal-next/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"R46XExvGF","title":"How the World’s Most “Dangerous” Punk Band Got a Little Less Cold","shortId":"R46XExvGF","createdAt":"2021-05-07T10:36:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006396,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:30:00.000Z","url":"https://www.theringer.com/music/2021/5/7/22423982/iceage-elias-bender-ronnenfelt-interview-seek-shelter","canonicalUrl":"https://www.theringer.com/music/2021/5/7/22423982/iceage-elias-bender-ronnenfelt-interview-seek-shelter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37591fcd55a3bb4f05b22b0d718f10fe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIBABAAEDAwUAAAAAAAAAAAAAAQIAAwQGIzEHEhMh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQSUWH/2gAMAwEAAhEDEQA/ALm6mvY3ULDwrVpLbOGLLdeGPeSicCLWlc5ksnzK+3eflKUyUCOdZKW52qQnnk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":21,"description":null,"toc":null,"summary":null},{"id":"McbcC78C7","title":"Astro","shortId":"McbcC78C7","createdAt":"2021-05-05T22:14:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":1241,"score":27005419,"tagsStr":"javascript,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-06T13:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:49:23.000Z","url":"https://css-tricks.com/astro/","canonicalUrl":"https://css-tricks.com/astro/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7d3440f3f034e4628befa8615bc2107","ratio":2.01178781925344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxESBDFi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8Ay/RfojLorE4wT2Jcc68AAWPgejESwyTjHd//2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3FLz64xy_","title":"'Mundane' AI poised to transform radiology","shortId":"3FLz64xy_","createdAt":"2021-05-06T16:35:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005315,"tagsStr":"ai,deep-learning,robotics","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:23:10.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132312&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132312","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bbcdd70102bc848a24b8fdaad5ca39d8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAKRAAAQMCBQALAAAAAAAAAAAAAQIDBQAEBhESITETFBUlMjNDUVJhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxIh/9oADAMBAAIRAxEAPwC3EDTb0LGyL6dM1fupuDdoJRkokaUew2P7nS3rUgnYO8beOsvx086/hnGZfcW6bdwBnWoq6IFI2TnxyeKMRMzKdlWXeV75KPXV8R90rTJMt76C8n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XcZ1ReRus","title":"The PS5 now has a YouTube TV app","shortId":"XcZ1ReRus","createdAt":"2021-05-06T15:51:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005271,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:46:56.000Z","url":"https://www.theverge.com/2021/5/6/22422812/ps5-youtube-tv-roku-sony-playstation-5-app-streaming","canonicalUrl":"https://www.theverge.com/2021/5/6/22422812/ps5-youtube-tv-roku-sony-playstation-5-app-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6022c942b675b0a8ef026fd2d1a68949","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQQDAAMAAAAAAAAAAAABAwQAAgYRBRIhBxNB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB0RAAEDBQEAAAAAAAAAAAAAAAMAAVECBBExsfD/2gAMAwEAAhEDEQA/AJGF4rEg/H7wfqa3mpSUhpRb3jWgEnqTvYOvR5VaDjWQxYUePGyhNqFLtWsXcUq4i0DQ2e3p1+0pRQrktW35KSMAcewy/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"V6Lg-Cbhp","title":"JuJu Smith-Schuster Wants to Trust-Fall With Ben Roethlisberger","shortId":"V6Lg-Cbhp","createdAt":"2021-05-06T15:13:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005233,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:08:30.000Z","url":"https://www.theringer.com/2021/5/6/22422614/juju-smith-schuster-wants-to-trust-fall-with-ben-roethlisberger","canonicalUrl":"https://www.theringer.com/2021/5/6/22422614/juju-smith-schuster-wants-to-trust-fall-with-ben-roethlisberger","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79ffb2a2aa92c33716153b68bb85586d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFERIhMQYTQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRA//aAAwDAQACEQMRAD8Au6dfiXCA7Ju8ISAlwsIYac7LSEttJ04SBkc+9/OazpF9bTIdDNtiobCiEpUNRAzsCTz9pSpb9LU5lquKsLuDP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ZYRIqAoFt","title":"Hilo | lg2","shortId":"ZYRIqAoFt","createdAt":"2021-05-06T14:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27005197,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/106452979/Hilo-lg2","canonicalUrl":"https://www.behance.net/gallery/106452979/Hilo-lg2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5072e3a889096d5f8abfa22992a64fe5","ratio":1.76991150442478,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAQRBQYSgQchcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwDU+J91DXNOWldvK3SnKkr5chEQAye8j5Vp20JNbNktWugZyMiBnHvulKM3UvHMImjpv//Z","siteTwitter":"@behance","creatorTwitter":"@lg2_agency","readTime":0,"description":null,"toc":null,"summary":null},{"id":"NMvUTjzBV","title":"The OnePlus Watch gets an always-on display — at the cost of half its battery life","shortId":"NMvUTjzBV","createdAt":"2021-05-06T14:11:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005171,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:08:50.000Z","url":"https://www.theverge.com/2021/5/6/22422707/oneplus-watch-always-on-display-update-battery-life","canonicalUrl":"https://www.theverge.com/2021/5/6/22422707/oneplus-watch-always-on-display-update-battery-life","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7eaa1e133da77929c7cceef6f4f35db","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQQCAAMFBhEhMUFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AqjuFbY2XVMovl2F11rE43kogm2xyAe+wPfsHwOOKxPsU2H9gyblxgibDV27IceDKZP39pSmwv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SqHsFfqz7","title":"This could be your last chance to order gifts that’ll arrive by Mother’s Day","shortId":"SqHsFfqz7","createdAt":"2021-05-06T14:06:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:04:33.000Z","url":"https://www.theverge.com/good-deals/2021/5/6/22422645/mothers-day-tech-gifts-deals-ideas-amazon-kindle-apple-ipad-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/6/22422645/mothers-day-tech-gifts-deals-ideas-amazon-kindle-apple-ipad-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d43f7de945b24a3e4c4d8d1beba96e18","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRMQUHISJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAyH/2gAMAwEAAhEDEQA/AKK8QRyw3p8ladLd00SrBgcNsbB7eqyLkemXCx8hdI8t2WWVgSrhQTk6GDgfMmlKHWyPJThSqdJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5gvzh9AwV","title":"The art of making simple but tough rhythm games","shortId":"5gvzh9AwV","createdAt":"2021-05-06T14:01:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005161,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:00:00.000Z","url":"https://www.theverge.com/22417808/unbeatable-rhythm-doctor-accessible-games","canonicalUrl":"https://www.theverge.com/22417808/unbeatable-rhythm-doctor-accessible-games","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4679d24f7ec87c81e9b0f4d63397d61","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAgECBAcAAAAAAAAAAAAAAQIEAAUDBhFREhMhMkGB0v/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxEiMf/aAAwDAQACEQMRAD8A12yvh2G72+E02RJ4yW5mio3UkeAdzt6qjEyLDZ2ZpsvUkk9nzSlAlz47L7AEOs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZicXeJbWo","title":"MIDRC offers support for COVID-19 AI","shortId":"ZicXeJbWo","createdAt":"2021-05-05T20:46:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27004126,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T20:33:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132308&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132308","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af92a15ea588d87e53a21eadcbf2f021","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQUGCP/EACgQAAIBAgQDCQAAAAAAAAAAAAECBQMEAAYHERIhcRQWMUFRVZSh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCot9MMnvWm6tzA2yuTx0lWhw0rVF6+ZPrvhxa6eZQa2pM2SIpiUBJNAjfl1xig5imiGBmJHZvEdqfn94PeOc95kvlP+4D/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fgBH4PWtA","title":"Ancient turtle with a frog face sucked down its prey millions of years ago","shortId":"fgBH4PWtA","createdAt":"2021-05-05T18:22:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003982,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:12:03.000Z","url":"https://www.livescience.com/quick-mouthed-frog-turtle-discovery.html","canonicalUrl":"https://www.livescience.com/quick-mouthed-frog-turtle-discovery.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d07ef7341a2feed2442244bb842cd579","ratio":1.51706700379267,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFEiERYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAIDAAEEESJR/9oADAMBAAIRAxEAPwDFHZSvEsmEsZseyQssjx3A3KegnX0kKec6Ks5hGJIyFyoPfHi2Yfp26ftKVCXksMd37CgAsHqp/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bpiuO83Nf","title":"Facebook has no reason to ever resolve the Trump ban","shortId":"bpiuO83Nf","createdAt":"2021-05-05T18:20:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003980,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:10:49.000Z","url":"https://www.theverge.com/2021/5/5/22421334/facebook-donald-trump-oversight-board-ban-decision-criticism","canonicalUrl":"https://www.theverge.com/2021/5/5/22421334/facebook-donald-trump-oversight-board-ban-decision-criticism","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aef670b263a6deab766fa470089d06a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAEQMEBRIhEzGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQABBAMAAAAAAAAAAAAAAAABAAMRMRJRYf/aAAwDAQACEQMRAD8A2LQkZNvTKoKqUZ+Fnqmqr+yxVcKB5CevZAiIHTFdVbAyvQX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"m7MQ1tyPG","title":"Doctors successfully treat rare J&J blood clot, case report shows","shortId":"m7MQ1tyPG","createdAt":"2021-05-05T17:38:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003938,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:31:37.000Z","url":"https://www.livescience.com/johnson-and-johnson-vaccine-blood-clot-treatment-case-report.html","canonicalUrl":"https://www.livescience.com/johnson-and-johnson-vaccine-blood-clot-treatment-case-report.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/722c36cb4abad91d2a67037a88e47c58","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwQFERIVITFBcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhIh/9oADAMBAAIRAxEAPwDPLQyBk3DspWC4xSPY+p3OsmBsPWB07KAXSIgHjaE58mM5P1ERtuykXN0J/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"i8ERYTXOB","title":"Introducing Zero Trust Private Networking","shortId":"i8ERYTXOB","createdAt":"2021-06-10T15:28:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":11,"score":27055937,"tagsStr":"security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T15:22:57.000Z","url":"https://blog.cloudflare.com/private-networking/","canonicalUrl":"https://blog.cloudflare.com/private-networking/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d36121ac300c5efbbe28bcfe764053b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxESQlNxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAWEQADAAAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ANQVVMa2K22AsdxzjqV0PyHyIhQOn//Z","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"s6rO9Mund","title":"Clubhouse is funding 50 pilot audio shows from creators","shortId":"s6rO9Mund","createdAt":"2021-05-05T17:05:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003905,"tagsStr":"tech-news,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:02:52.000Z","url":"https://www.theverge.com/2021/5/5/22420644/clubhouse-creator-first-pilot-program-season-audio-social","canonicalUrl":"https://www.theverge.com/2021/5/5/22420644/clubhouse-creator-first-pilot-program-season-audio-social","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d695a039fdb0c5947ef7c741f61f68b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQQBBAMAAAAAAAAAAAABAgMEBQYRAAcSFCEiQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBESJB/9oADAMBAAIRAxEAPwCiYZhNsgh8UIj2+GmWnmpXjDR1LhvUrg7HdoaHrYH3yOZHmuNWjIbpbY+nWOyJR1UtOrsgBYI5XZ+P5xxxHAy6abP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0pS74TMSe","title":"Is the space increase caused by static linking a problem?","shortId":"0pS74TMSe","createdAt":"2021-05-05T17:04:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27003904,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/is-space-increase-caused-by-static.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/is-space-increase-caused-by-static.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NI7y6pcsz","title":"‌Detectnet added to NCCN guidelines","shortId":"NI7y6pcsz","createdAt":"2021-05-05T17:01:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003901,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:53:19.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132305&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132305","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5beaf53f45eb3d9ef19dda230df13060","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFESFBBhIiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxMhMRH/2gAMAwEAAhEDEQA/ALxfR4mxjTFXFwQSGCk67cmiMuGu4pXjBfxJXZjxWzYiWRcVCFkcAINACfdD7pVN1MSo17zx9oxox+MrHfYlbshKso1yf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"hbvuGTdQt","title":"Resident Evil Village has more guns but fewer scares","shortId":"hbvuGTdQt","createdAt":"2021-05-05T15:04:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:00:00.000Z","url":"https://www.theverge.com/22420738/resident-evil-village-review-playstation-xbox-pc","canonicalUrl":"https://www.theverge.com/22420738/resident-evil-village-review-playstation-xbox-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/598e8ba7579c50527785176f38919dcd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBBEABRIiEyFBof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAASECA//aAAwDAQACEQMRAD8AydGsKNLr4Uh8vNzD1tNeHiRfH39v8yFmNtMzH2kN9EOKSLNmgcYw3N1idqH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"wKJEu1AYn","title":"Presenting Design Ideas is All About Presentation","shortId":"wKJEu1AYn","createdAt":"2021-05-05T14:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27003775,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:09:50.000Z","url":"https://speckyboy.com/ideas-about-presentation/","canonicalUrl":"https://speckyboy.com/ideas-about-presentation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4e97272cef0f8fe8d2ad4e16be5ffee","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBRITIiFxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECIf/aAAwDAQACEQMRAD8AxSrqOlcTRYqWTIB2LJgAfXVQvvU97tskrRnwCzOPuURMerwOlD//2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-Mwhvbhg5","title":"Nextcloud Android-Client 3.16 – Rich Workspaces deaktivieren","shortId":"-Mwhvbhg5","createdAt":"2021-05-05T13:41:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27003701,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:05:41.000Z","url":"https://www.bitblokes.de/nextcloud-android-client-3-16-rich-workspaces-deaktivieren/","canonicalUrl":"https://www.bitblokes.de/nextcloud-android-client-3-16-rich-workspaces-deaktivieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0KHvZT4Lv","title":"LaMelo’s Return, Ant’s Surge, and One Final NBA Rookie Check-in","shortId":"0KHvZT4Lv","createdAt":"2021-05-05T13:38:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003698,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:36:36.000Z","url":"https://www.theringer.com/nba/2021/5/5/22419937/lamelos-return-ants-surge-and-one-final-nba-rookie-check-in","canonicalUrl":"https://www.theringer.com/nba/2021/5/5/22419937/lamelos-return-ants-surge-and-one-final-nba-rookie-check-in","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fdeda2491d999cd31d38d271a997c3b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBRIGEyFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMEMf/aAAwDAQACEQMRAD8Ax/hjR72hFDJrwLJG6qJlQdj8sXf4Mi8lterkdqONB0SV1XtRNAmrNYxjeNQS0UosYDs//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"fG81upoo4","title":"How does time work?","shortId":"fG81upoo4","createdAt":"2021-05-20T11:58:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025198,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:42:42.000Z","url":"https://www.livescience.com/how-does-time-work.html","canonicalUrl":"https://www.livescience.com/how-does-time-work.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53f5a3f2c441e9aaca6ad462fed57cd3","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAhEEBRIxMkFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACESFR0f/aAAwDAQACEQMRAD8Aw7bNy4s01kIURcii7XB5LPQ4x9k29gD2DB7j4HuIlSytMvfIRpn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"VZnVFf_ON","title":"Mate.Bike","shortId":"VZnVFf_ON","createdAt":"2021-05-12T22:42:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27014322,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/119145415/MateBike","canonicalUrl":"https://www.behance.net/gallery/119145415/MateBike","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61df67327ca08bc02203ca4470ac5fcc","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMEIQUGE1Fx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADBBEi/9oADAMBAAIRAxEAPwDSE7hgZbYpw0UWHKob15/GZYwVAjRAnZ91afrvGOxYG8AxmFYQPmqUo5ALE9S2tjS/EM//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"wA2wCzSuN","title":"Facebook’s Nextdoor-clone Neighborhoods is coming soon to four US cities","shortId":"wA2wCzSuN","createdAt":"2021-05-05T09:45:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003465,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:42:50.000Z","url":"https://www.theverge.com/2021/5/5/22420597/facebook-nextdoor-clone-neighborhoods-canada-us-cities-launch","canonicalUrl":"https://www.theverge.com/2021/5/5/22420597/facebook-nextdoor-clone-neighborhoods-canada-us-cities-launch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dffb4de3efb0ee04b26cc340923fe139","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBQYSITFysf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAxESITHR/9oADAMBAAIRAxEAPwDabWgV7m5b7rckkkNknMQcWY4kEdg58hXdPqpB6N+IiIgwaZUklOSsn55S/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2sRmJPK3-","title":"Sonographer vs. radiologist: What difference does it make?","shortId":"2sRmJPK3-","createdAt":"2021-05-04T19:48:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27002628,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:26:10.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132294&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132294","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55bb4122951d189961e17e1df768db41","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAARIQUSEzVBcXOx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMREiH/2gAMAwEAAhEDEQA/ANUlTdS0iPHGPFlFFJN3OwO4VK+LomfNQFJfcJTcbcUyW5WC2e+L0vc6BE9Y/aMUqVdMfYdl2KuAT//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uUyCC8uWx","title":"It’s not just you: Reddit is down","shortId":"uUyCC8uWx","createdAt":"2021-05-04T18:26:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:19:23.000Z","url":"https://www.theverge.com/2021/5/4/22419545/reddit-partial-outage-down","canonicalUrl":"https://www.theverge.com/2021/5/4/22419545/reddit-partial-outage-down","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6a7dcbe0fefca9d03a0f96eb8e9daae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEiFBcdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAEQAh/9oADAMBAAIRAxEAPwDB4dpE1pIm10eWUqI5i7XFxfuhdGwa7yY2PBfQ8n7jGIIrl//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IScpOCJhR","title":"The Wages of Password Re-use: Your Money or Your Life","shortId":"IScpOCJhR","createdAt":"2021-05-04T17:40:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27002500,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/the-wages-of-password-re-use-your-money-or-your-life/","canonicalUrl":"https://krebsonsecurity.com/2021/05/the-wages-of-password-re-use-your-money-or-your-life/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bed1d769d5d11319e0fa8eb383ecbe4f","ratio":1.46153846153846,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAMFERIGIjFBcYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQADAv/aAAwDAQACEQMRAD8AgOa3My7raJBoVTKjEnJLdXMP3OQVlMpk6pJrP1PU8u7jyfaIl06VjzAL/9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5wGfAQcgE","title":"Walmart’s unannounced cloud gaming service detailed in confidential Epic emails","shortId":"5wGfAQcgE","createdAt":"2021-05-04T13:05:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002477,"tagsStr":"cloud,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:02:41.000Z","url":"https://www.theverge.com/2021/5/4/22418882/walmart-cloud-gaming-service-epic-games-trial-emails","canonicalUrl":"https://www.theverge.com/2021/5/4/22418882/walmart-cloud-gaming-service-epic-games-trial-emails","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/051bb498a7909f58999584eb051d5cd3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAREiEiMVJx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMJp3K4py1J6EE09niUssWDw79QDo+OuwcmZJOR70P1AcYxBv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QSVNSHGMP","title":"Activists Say Facebook Allows Drug Ads to Target Teens","shortId":"QSVNSHGMP","createdAt":"2021-05-04T13:04:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":4,"score":27002476,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:00:00.000Z","url":"https://www.wired.com/story/activists-facebook-allows-drug-ads-target-teens/","canonicalUrl":"https://www.wired.com/story/activists-facebook-allows-drug-ads-target-teens/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2b8edfec6f7d17d6ab1a9027d8a4bf2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgABEQMhIhIjMVGRof/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEx/9oADAMBAAIRAxEAPwDNtWvt5ABSLi0tdrzLefVQVT0DmXHaIj2Bl//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BwtzqudQf","title":"Then a Hacker Began Posting Patients’ Deepest Secrets Online","shortId":"BwtzqudQf","createdAt":"2021-05-04T11:11:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":1,"score":27002346,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.wired.com/story/vastaamo-psychotherapy-patients-hack-data-breach/","canonicalUrl":"https://www.wired.com/story/vastaamo-psychotherapy-patients-hack-data-breach/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07df2b71657bccba49872b4947d827e7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAURAAYSITGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AM/FmsjbkoG7kMjYe1cmq2Ha7KplMSsyOQrAbB9/Nco4bK9rsYejOe7dhUyQRv4iZDrag62VJP6SeOOSQ1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"GV37jEV8X","title":"Hobbits and other early humans not 'destructive agents' of extinction, scientists find","shortId":"GV37jEV8X","createdAt":"2021-05-04T14:05:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002285,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:49:47.000Z","url":"https://www.livescience.com/early-humans-island-extinctions.html","canonicalUrl":"https://www.livescience.com/early-humans-island-extinctions.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28b8060db5e6fdf93678d19939f95907","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgEEEQADBQcSITGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDMf/aAAwDAQACEQMRAD8Ap5HYD7DMrDHGiZAPIUG+ciScliY78WPlZ6Wzn6Ess7HtKVHG9k7FJ//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"rwUPx4nlU","title":"The Top 25 Players in the NBA","shortId":"rwUPx4nlU","createdAt":"2021-05-04T13:53:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002273,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:43:12.000Z","url":"https://www.theringer.com/nba/2021/5/4/22416337/top-25-nba-player-ranking-lebron-james-nikola-jokic","canonicalUrl":"https://www.theringer.com/nba/2021/5/4/22416337/top-25-nba-player-ranking-lebron-james-nikola-jokic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e695b09b0d26b4006a63977b8271409d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAGIUEFERIiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8A26JmmozWbBZzDavQkJI6FgfI/Q22ygc5Q0vdRtNdJKxSqDUhIBsMe3oOTucYwmVrKpvEf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"YGwmJxwZ2","title":"Apple antitrust trial kicks off with Tim Sweeney’s metaverse dreams","shortId":"YGwmJxwZ2","createdAt":"2021-05-04T00:31:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27001723,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:28:09.000Z","url":"https://www.theverge.com/2021/5/3/22417697/apple-epic-fortnite-app-store-antitrust-trial-day-1","canonicalUrl":"https://www.theverge.com/2021/5/3/22417697/apple-epic-fortnite-app-store-antitrust-trial-day-1","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5aab4582f21378a8fcbc8fff7f13447","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAAQFBQAAAAAAAAAAAAABAgADBCEFERITMQcUIlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIhA//aAAwDAQACEQMRAD8AjK/qHjFbim1OEkSpzsQiaht6SUGV/SjPPk3il7nEX8lrmRWuFANvnMIQ61MySipP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"iPZryCopH","title":"Impossible Foods clears legal battle over the ingredient that makes its meat ‘bleed’","shortId":"iPZryCopH","createdAt":"2021-05-03T22:34:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":27001601,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:32:07.000Z","url":"https://www.theverge.com/2021/5/3/22418036/impossible-foods-legal-battle-key-ingredient-heme-fda","canonicalUrl":"https://www.theverge.com/2021/5/3/22418036/impossible-foods-legal-battle-key-ingredient-heme-fda","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7b6e621e4267b08fd8b8084f765700f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEAAUREiFRExUxMoH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAAMAAwAAAAAAAAAAAAAAAQACIRESIv/aAAwDAQACEQMRAD8AmLdfJkWe1FaUkMl0KCD6jfxjj7UJeb3M7xO0OqQnruYQk4CRqOwHFKUeLdO24RVqUPOcrP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"r0DbqNk1D","title":"Daily Superstars","shortId":"r0DbqNk1D","createdAt":"2021-05-04T02:38:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27001598,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118583957/Daily-Superstars","canonicalUrl":"https://www.behance.net/gallery/118583957/Daily-Superstars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2d2dc4dc134fe47952fda1b3bd0f210","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAwQFBhESISMxQdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECA1H/2gAMAwEAAhEDEQA/ANAOsMpd03D31RXdd24DiF6egDIDmnJJNxdbnz36n2IgHbLRqrjh/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DlfUI1laQ","title":"How to Implement Debounce and Throttle with JavaScript","shortId":"DlfUI1laQ","createdAt":"2021-05-03T16:42:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":27001242,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:57:29.000Z","url":"https://webdesign.tutsplus.com/tutorials/javascript-debounce-and-throttle--cms-36783","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/javascript-debounce-and-throttle--cms-36783","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/36783/preview_image/debounce-throttle.png","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"sebR9OQyz","title":"Esaote launches MyLab X9 ultrasound scanner","shortId":"sebR9OQyz","createdAt":"2021-05-03T17:37:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001057,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:27:20.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132282&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132282","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f3c99e88ea8f216e1ff169f59c2f1e4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDABEEBQYhIgcSExSR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANuzbTQj6mZfqZ8dixCkHh9RJGKNIeCsVG1uf2xvtV3QOcxo+KLMisy9tiRcja9PUH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Q3d0TL8mP","title":"How to Choose an SEO Friendly WordPress Theme?","shortId":"Q3d0TL8mP","createdAt":"2021-05-03T16:09:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000969,"tagsStr":"wordpress,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-16T01:07:06.000Z","url":"https://www.wpexplorer.com/choose-seo-friendly-wordpress-theme/","canonicalUrl":"https://www.wpexplorer.com/choose-seo-friendly-wordpress-theme/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0365feb72b1c0db4cea6046377504782","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxEhBDEFQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAQABBQAAAAAAAAAAAAAAAAEAAgMRMVH/2gAMAwEAAhEDEQA/ANpv4dHKr8pY6st1BQK6sdhlGQc+j8xKPWh0NREpWwFx2GqdT//Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":6,"description":null,"toc":null,"summary":null},{"id":"GBcsHKUiq","title":"Upgrades to the US Army’s night vision technology make darkness into a video game","shortId":"GBcsHKUiq","createdAt":"2021-05-03T15:22:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000922,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:15:46.000Z","url":"https://www.theverge.com/2021/5/3/22417206/army-night-vision-tech-enhanced","canonicalUrl":"https://www.theverge.com/2021/5/3/22417206/army-night-vision-tech-enhanced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2dcf2aa6c8db4d577e28ef3f193925e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQRMQUSQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQADAAAAAAAAAAAAAAAAAQAREiH/2gAMAwEAAhEDEQA/AMfg6dJuGS4WkqunQjeNDX0ZkF0pe5rOxBZnJJ6+5iIXPWYBqX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Bpl7yVPHX6","title":"Why Epic is burning its own cash to cook Apple","shortId":"Bpl7yVPHX6","createdAt":"2021-05-03T14:11:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000851,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T14:09:30.000Z","url":"https://www.theverge.com/2021/5/3/22412899/epic-apple-trial-rules-investment-app-payment","canonicalUrl":"https://www.theverge.com/2021/5/3/22412899/epic-apple-trial-rules-investment-app-payment","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88b78425bef2d438ef2a2d8e8ff54c7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFERITIVEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAgEQABAwIHAAAAAAAAAAAAAAABAgMRAAUhMUJRYYHw/9oADAMBAAIRAxEAPwCt7Udrq88eVmJwlxJADj+wTjZwD6PcGsWdNkLnSFAQwFOKIBhtHHfuvdKUMecUBAPpNWi3soSCqMTHOhG+XVf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fwHEAg3Wx","title":"Epic Games buys artist portfolio site ArtStation","shortId":"fwHEAg3Wx","createdAt":"2021-05-03T13:14:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000794,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T13:10:14.000Z","url":"https://www.theverge.com/2021/5/3/22417003/epic-games-artstation-creators-artist-portfolio-purchase","canonicalUrl":"https://www.theverge.com/2021/5/3/22417003/epic-games-artstation-creators-artist-portfolio-purchase","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db60a8ba6f879293eb9ef04cbd8ab91b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMEBQIRACExUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABESH/2gAMAwEAAhEDEQA/AMOrbiNXW1fKdWJlJjnTE55dO2CNk6Pffw+cl2NlhLsJUlURMdbm5MxTh4sEkjEfg3rjji3SJTEf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VGyIGD4vW","title":"Why Not Turn Airports Into Giant Solar Farms?","shortId":"VGyIGD4vW","createdAt":"2021-05-03T11:05:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.wired.com/story/why-not-turn-airports-into-giant-solar-farms/","canonicalUrl":"https://www.wired.com/story/why-not-turn-airports-into-giant-solar-farms/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/427d1bacafcef87c2d9746481a687de2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACBBEGBRIDEyFBcYHi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQABBQAAAAAAAAAAAAAAAAAAAQIRElH/2gAMAwEAAhEDEQA/ANcLJsl5A4o1kkjqGOjs2eKFGvah2X5NuNahFq+8X6RFWVHRuH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"sGq5Z7tuO","title":"Full Circle Magazine 168 mit Shells.com-Test – kostenloser Download","shortId":"sGq5Z7tuO","createdAt":"2021-05-03T09:56:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000596,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:39:37.000Z","url":"https://www.bitblokes.de/full-circle-magazine-168-mit-shells-com-test-kostenloser-download/","canonicalUrl":"https://www.bitblokes.de/full-circle-magazine-168-mit-shells-com-test-kostenloser-download/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"gtXRvePeH","title":"Audacity wird vom Muse Group übernommen","shortId":"gtXRvePeH","createdAt":"2021-05-03T08:56:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000536,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:19:00.000Z","url":"https://linuxnews.de/2021/05/audacity-wird-vom-muse-group-uebernommen/","canonicalUrl":"https://linuxnews.de/2021/05/audacity-wird-vom-muse-group-uebernommen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94493dd3d162f76e80732107dccb8bf4","ratio":1.00719424460432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAYFEiEREzFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAREmEhUVL/2gAMAwEAAhEDEQA/AI7iuAW2tYXfaw93cpLFv7QjiBiGxQSXP3n8491O3jUOwDDoDRWR1QorsEPlQeDQoRM4eQyHIE3A8jrdVkZCqhVsQOd7r//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"PJB6AKTwO","title":"Guidelines for the artist. Digital paintings.","shortId":"PJB6AKTwO","createdAt":"2021-05-03T06:40:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27000400,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118701609/Guidelines-for-the-artist-Digital-paintings","canonicalUrl":"https://www.behance.net/gallery/118701609/Guidelines-for-the-artist-Digital-paintings","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a26a4e111b0e4869ea24451032a4d137","ratio":1.41414141414141,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSIQcxQVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMTISL/2gAMAwEAAhEDEQA/ANa/dQ4OoGlwIcu9Rbs29sDKQ3tWTwU7+2OcZ8ejUSmtfpUQmNZgkHACpbufuOKUoCVpYOhGZGTQn//Z","siteTwitter":"@behance","creatorTwitter":"@ArtGuenter","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DS0rWvShS","title":"ECMAScript 2021: What’s Next for JavaScript? – The New Stack","shortId":"DS0rWvShS","createdAt":"2021-06-11T15:14:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":211,"score":27057815,"tagsStr":"general-programming,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T14:01:04.000Z","url":"https://thenewstack.io/ecmascript-2021-whats-next-for-javascript-webassembly/","canonicalUrl":"https://thenewstack.io/ecmascript-2021-whats-next-for-javascript-webassembly/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/308dae87dd90c89981f946846f791375","ratio":1.77650429799427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAAABgICAwAAAAAAAAAAAAAAAQIDBAUREgcUMnHB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhMy/9oADAMBAAIRAxEAPwCe8OTq6JQ2UWwq2ZndaWe6vJOralfMYEukWSCkOk22lKNj1I2yPBZ9gANCWlCb4k//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Tob5GqX35","title":"NFL Draft Recap With Mike Renner and Zach Wilson’s College Coach Kalani Sitake","shortId":"Tob5GqX35","createdAt":"2021-05-03T06:01:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T05:48:21.000Z","url":"https://www.theringer.com/2021/5/3/22416833/nfl-draft-recap-with-mike-renner-and-zach-wilsons-college-coach-kalani-sitake","canonicalUrl":"https://www.theringer.com/2021/5/3/22416833/nfl-draft-recap-with-mike-renner-and-zach-wilsons-college-coach-kalani-sitake","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe5bb8ab856d7dc1752a6dda584e4f0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAwUBAAAAAAAAAAAAAwEEEQACBgUTIQcSFBUycf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQMEEQACBRNRwdH/2gAMAwEAAhEDEQA/AM6YYU1edPMY1EBvHd6gRyAhEHKxuxasynKJx+VKvMVO2dnB7Y921fdZPaqTCxP1SlX8S0RcJkq2zBPXFByblVA26zEj2v/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kL9TJK6sU","title":"Linux-Distributionen zwischen Stabilität und Aktualität","shortId":"kL9TJK6sU","createdAt":"2021-05-03T05:25:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000325,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T05:00:00.000Z","url":"https://www.my-it-brain.de/wordpress/linux-distributionen-zwischen-stabilitaet-und-aktualitaet/","canonicalUrl":"https://www.my-it-brain.de/wordpress/linux-distributionen-zwischen-stabilitaet-und-aktualitaet/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HtQzFE-ge","title":"New trailers: Castlevania, West Side Story, Sweet Tooth, Luca, and more","shortId":"HtQzFE-ge","createdAt":"2021-05-02T22:06:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26999886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T22:03:29.000Z","url":"https://www.theverge.com/2021/5/2/22410363/new-trailers-west-side-story-castlevania-sweet-tooth-luca-rick-and-morty-netflix-disney","canonicalUrl":"https://www.theverge.com/2021/5/2/22410363/new-trailers-west-side-story-castlevania-sweet-tooth-luca-rick-and-morty-netflix-disney","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/014dec055f783a8640c5e19b518c3748","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAQACAwQREgUGISNx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AMEv9ZkoT2qlWGNjjOQ2YbzaxpziPOfTimO7gvafYURMUsi4uJHnN//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"o4ViOyaAa","title":"Daily Builds von Ubuntu 21.10 Impish Indri ab sofort verfügbar","shortId":"o4ViOyaAa","createdAt":"2021-05-02T08:03:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999043,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T07:52:52.000Z","url":"https://www.bitblokes.de/daily-builds-von-ubuntu-21-10-impish-indri-ab-sofort-verfugbar/","canonicalUrl":"https://www.bitblokes.de/daily-builds-von-ubuntu-21-10-impish-indri-ab-sofort-verfugbar/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bvepTE7Mh","title":"How to Hire a Website Designer","shortId":"bvepTE7Mh","createdAt":"2021-05-01T09:26:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":26997686,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:00:54.000Z","url":"https://www.quicksprout.com/how-to-hire-website-designer/","canonicalUrl":"https://www.quicksprout.com/how-to-hire-website-designer/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"CoWyQmQM1","title":"Federal COVID-19 vaccine website launches with Spanish-language version","shortId":"CoWyQmQM1","createdAt":"2021-04-30T21:22:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:19:05.000Z","url":"https://www.theverge.com/2021/4/30/22412813/covid-vaccine-website-federal-spanish-text-phone","canonicalUrl":"https://www.theverge.com/2021/4/30/22412813/covid-vaccine-website-federal-spanish-text-phone","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fad530d2aecaf6a7266f1d3be2788876","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERIhI2Jx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAcEQABAwUAAAAAAAAAAAAAAAAAAQIDESEyUcH/2gAMAwEAAhEDEQA/AJBS0TyNZQTCa6EXGbb8VKK3W/tZ5yrGPKXiLoKszgdexpSqZaJKb4gvzP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wlpkeOAia","title":"SCCT releases new consensus document on cardiovascular CT","shortId":"wlpkeOAia","createdAt":"2021-04-30T20:39:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996919,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T20:28:56.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132274&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132274","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c618656a48e24fffd4300a2091bea7f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACEQAAIBAwQDAQAAAAAAAAAAAAECAwURIQAEMUEHEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAhBBESMf/aAAwDAQACEQMRAD8AdeWK0tPkjembZGhhsBIy+wurWK8dWtzmx1DRV6vTRJLFVZI43UMqI7+qg8AY4GtK8yYp+yjGEKqSo4OB1+nQ0XzEirgBQAB1q9UIvfsF8gMipyKn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jsdWjcwhn","title":"Roku and YouTube TV are now in an all-out public showdown","shortId":"jsdWjcwhn","createdAt":"2021-04-30T19:46:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996866,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T19:45:06.000Z","url":"https://www.theverge.com/22412430/roku-youtube-tv-google-feud-explainer-timeline","canonicalUrl":"https://www.theverge.com/22412430/roku-youtube-tv-google-feud-explainer-timeline","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba7ea2fb8d0e4949b9185560bedc64ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQMAAgQRITHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgADETEhIkGB8P/aAAwDAQACEQMRAD8AwXLsRmzPyuxJe1yhamixIsoCvg+yI5ySSL8c9+REOduo5lRFFUlGwpNvDPc//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"rzwh5UTOr","title":"Instacart shoppers say their accounts were wrongly deactivated","shortId":"rzwh5UTOr","createdAt":"2021-04-30T19:02:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996822,"tagsStr":"business,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:57:38.000Z","url":"https://www.theverge.com/2021/4/30/22412189/instacart-shoppers-deactivated-accounts-phishing-scams","canonicalUrl":"https://www.theverge.com/2021/4/30/22412189/instacart-shoppers-deactivated-accounts-phishing-scams","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79602e7340cf8118a892c3670677fed0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwMFAQAAAAAAAAAAAAABAgMEAAURBiExMmET/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADESFBwf/aAAwDAQACEQMRAD8AlRpTkw3WdJQwZiSEx3UN4+BVjrvxuffajydTXlmQ60ZYWULKSrChnB57UpU2jbEQLGVmwe+Cf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZpMEWWVR6","title":"Centralized lung cancer screening programs boost adherence","shortId":"ZpMEWWVR6","createdAt":"2021-04-30T18:59:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996819,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:49:02.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132272&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132272","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cf4ec8a4879b127dbe5ae4a4611af7e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMAAgQRBRIhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AzhgtxKcC1TcMMeyxId30ajwAa19kOIlNvCC//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"yjxpbf36L","title":"Code Maze Weekly #80","shortId":"yjxpbf36L","createdAt":"2021-06-11T11:21:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":7,"score":27057109,"tagsStr":"general-programming,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-06-11T11:20:20.000Z","url":"https://cdn-4.code-maze.com/code-maze-weekly-80/","canonicalUrl":"https://cdn-4.code-maze.com/code-maze-weekly-80/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f942f7c3a9703631b55e14f3a5cf6a82","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBhIhMQVBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWdbXI8zby2EscbWSK800boMvtwFAPrnJz31UhbahintopY7TakiBlBc8AjP2lKJYdkAKx9bGr7DDk/9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ZQQw1a0oW","title":"CSS size-adjust for @font-face","shortId":"ZQQw1a0oW","createdAt":"2021-06-09T16:19:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":83,"score":27054890,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/css-size-adjust/","canonicalUrl":"https://web.dev/css-size-adjust/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebf601a1671849a1144ea6754f6fbda8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABBAIBBQAAAAAAAAAAAAABAgMEEQASBRMhMTJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAMf/aAAwDAQACEQMRAD8Alv8ANKeipjwwtiPqGwEmzY9QSe58k5LckR+ordqNtZuw4Tf0KGMZIV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"rzJopfZvN","title":"Krustlet Brings WebAssembly to Kubernetes with a Rust-Based Kubelet – The New Stack","shortId":"rzJopfZvN","createdAt":"2021-06-15T10:53:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":1,"score":27062983,"tagsStr":"webdev,kubernetes,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-15T10:00:05.000Z","url":"https://thenewstack.io/krustlet-brings-webassembly-to-kubernetes-with-a-rust-based-kubelet/","canonicalUrl":"https://thenewstack.io/krustlet-brings-webassembly-to-kubernetes-with-a-rust-based-kubelet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78a6671153b16eae87634459cefe5927","ratio":1.66937669376694,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEEFCESFTEyYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDOwZ2L2l8bQhLJKRpNonLrEa9Ga6p/N1ag5w3xDx9J0RPMgR+3/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":5,"description":null,"toc":null,"summary":null},{"id":"leWxaG0ur","title":"Tailwind CSS from Zero to Hero - Responsiveness and Custom Utilities","shortId":"leWxaG0ur","createdAt":"2021-06-15T10:56:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":13,"score":27062935,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":false,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/tailwind-css-from-zero-to-hero-responsiveness-and-custom-utilities-part-3-of-4","canonicalUrl":"https://daily.dev/blog/tailwind-css-from-zero-to-hero-responsiveness-and-custom-utilities-part-3-of-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32c7f9c4534bc9dca3e931ce76419f1a","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQMAAhEhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A0yhBWmy1suAQSO7ndlFaWFQCwk57EREf/9k=","siteTwitter":"","creatorTwitter":"@vaibhav_khulbe","readTime":13,"description":null,"toc":null,"summary":null},{"id":"7JdkIef0F","title":"System Design Interview Tutorial – The Beginner's Guide to System Design","shortId":"7JdkIef0F","createdAt":"2021-06-14T22:56:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":720,"score":27062885,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-15T06:30:00.000Z","discussionScore":54,"banned":false,"deleted":false,"publishedAt":"2021-06-14T22:46:31.000Z","url":"https://www.freecodecamp.org/news/system-design-interview-practice-tutorial/","canonicalUrl":"https://www.freecodecamp.org/news/system-design-interview-practice-tutorial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b86562a2120a869340f3b155c8a5cbbd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhFREhMhQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB8RAAIABQUAAAAAAAAAAAAAAAERAAIDEiEFBiIjsf/aAAwDAQACEQMRAD8Al4XPzYq/huQnXEniaJWKd5PakrsfnBrS1lpTAXNnBOliwSWNXAMr7gEb80pQ+mc7hNlRfbw6DSqUjaSwVhpL0x//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@Ren_Engineer","readTime":11,"description":null,"toc":null,"summary":null},{"id":"_6VNkTEK2","title":"Tailwind CSS from Zero to Hero - Extracting Components and Setting up for Production","shortId":"_6VNkTEK2","createdAt":"2021-06-14T12:35:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":856,"score":27062318,"tagsStr":"general-programming,react,css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-14T22:00:00.000Z","discussionScore":65,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/tailwind-css-from-zero-to-hero-extracting-components-and-setting-up-for-production-part-4-of-4","canonicalUrl":"https://daily.dev/blog/tailwind-css-from-zero-to-hero-extracting-components-and-setting-up-for-production-part-4-of-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a7d60bc256916a3458dc0dadd5b6ab0","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAxEEMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANL8elq0etLGCkEj3DuypUYKAbCTncRER//Z","siteTwitter":"","creatorTwitter":"@vaibhav_khulbe","readTime":17,"description":null,"toc":null,"summary":null},{"id":"rxFRfkOUy","title":"Microsoft’s Collaborative Apps — the Web Is the Engine – The New Stack","shortId":"rxFRfkOUy","createdAt":"2021-06-14T13:24:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","tweeted":true,"views":538,"score":27062238,"tagsStr":"general-programming,javascript,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-14T20:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T13:00:01.000Z","url":"https://thenewstack.io/microsofts-collaborative-apps-the-web-is-the-engine/","canonicalUrl":"https://thenewstack.io/microsofts-collaborative-apps-the-web-is-the-engine/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d9b033589a533d09f07b74bf5e1c1f0","ratio":1.82336182336182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFEhETFCExkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDLcrl7tmbW/JHYhG07Y+mGhury3j4omWu4l3aRjnz7RESpev/Z","siteTwitter":"@thenewstack","creatorTwitter":"@ricmac","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DuXTF-R6R","title":"What is an IIFE in JavaScript?","shortId":"DuXTF-R6R","createdAt":"2021-06-14T18:59:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":128,"score":27062208,"tagsStr":"general-programming,javascript,logging","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.30secondsofcode.org/blog/s/javascript-iife","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-iife","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0434ebe7b821bff8628db9549acb2230","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBQZREiNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDJ9dLs8ni+2jxQ9uPFBGXtEgo+xoP3oqFcH+RurvtERWU4/9k=","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jEN6foWur","title":"If You Must Interrupt, Start With a Compliment","shortId":"jEN6foWur","createdAt":"2021-06-14T21:44:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":19,"score":27062108,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T13:28:13.000Z","url":"https://code.likeagirl.io/if-you-must-interrupt-start-with-a-compliment-ed5dc175bcf3","canonicalUrl":"https://code.likeagirl.io/if-you-must-interrupt-start-with-a-compliment-ed5dc175bcf3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d414949f939dcd1dcb68507a656e4b63","ratio":1.54652880354505,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIRAAMEBRITBhUhUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwDRF/Ssm71Gb7nG7U9iCgLcvNvmfnaR491fRQiKqiFAgClKaq5L1v/Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1EkwKK5o0","title":"Critical Factors for Managing Applications and Kubernetes at the Edge – The New Stack","shortId":"1EkwKK5o0","createdAt":"2021-06-14T19:01:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":12,"score":27062061,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T17:14:18.000Z","url":"https://thenewstack.io/critical-factors-for-managing-applications-and-kubernetes-at-the-edge/","canonicalUrl":"https://thenewstack.io/critical-factors-for-managing-applications-and-kubernetes-at-the-edge/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed660532e7664a055c9e85bc71fc1c05","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwIGAwAAAAAAAAAAAAABAAIDBBEGEhYiMUFRcuH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAxEAIVH/2gAMAwEAAhEDEQA/AJ5TYxBikY6iEkjnk3dLtaPAGXi6ath7oxf2+IirQyNGzEG77vCTgSKoIquaz//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RUZbFR7B5","title":"GitLab Patch Release: 13.12.4","shortId":"RUZbFR7B5","createdAt":"2021-06-14T20:32:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":10,"score":27062059,"tagsStr":"gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T00:00:00.000Z","url":"https://about.gitlab.com/releases/2021/06/14/gitlab-13-12-4-released/","canonicalUrl":"https://about.gitlab.com/releases/2021/06/14/gitlab-13-12-4-released/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b221a703974699058041b0534bfe94f","ratio":1.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQUBAQEAAAAAAAAAAAAABAABAgMRIRMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEBAAEFAAAAAAAAAAAAAAABAgBBUWGBof/aAAwDAQACEQMRAD8AxEUkGsC+ogKVpUt8rmteLR1s62dz6yhRFXxBLSa8u3nWI1SgZ//Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":1,"description":null,"toc":null,"summary":null},{"id":"y24PQUv4Q","title":"Growth of Freelance Work Levels Playing Field for Women in Tech","shortId":"y24PQUv4Q","createdAt":"2021-06-14T21:44:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":2,"score":27062024,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T11:22:28.000Z","url":"https://code.likeagirl.io/growth-of-freelance-work-levels-playing-field-for-women-in-tech-316b62c53a7c","canonicalUrl":"https://code.likeagirl.io/growth-of-freelance-work-levels-playing-field-for-women-in-tech-316b62c53a7c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f202500cf8702f8e4e0bff7c05de620","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwQFERIWISIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/ANu1jKv6p0uzCvZaFQpcu5A8jsCR9PqUK15JUFrByI7xEBmy26E//9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"@TWelsonRossman","readTime":3,"description":null,"toc":null,"summary":null},{"id":"XpiAEHAlH","title":"10 Best African Language Datasets for Data Science Projects","shortId":"XpiAEHAlH","createdAt":"2021-06-14T18:41:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":24,"score":27062009,"tagsStr":"data-science,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T18:37:44.000Z","url":"https://www.freecodecamp.org/news/african-language-datasets-for-data-science-projects/","canonicalUrl":"https://www.freecodecamp.org/news/african-language-datasets-for-data-science-projects/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76e47ed46e142f7af2a12b453587e1dc","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDBAAFITFBERP/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAgMi/9oADAMBAAIRAxEAPwDdvsyzxhGmW2Qtb7qksraDiigDzBCRjfT5s55UcuVmLij9G9ntKUXObqGYyx4JU//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Davis_McDavid","readTime":6,"description":null,"toc":null,"summary":null},{"id":"cm3ESwd2I","title":"Terraform 1.0 Reflects What HashiCorp Has Learned About Infrastructure-as-Code – The New Stack","shortId":"cm3ESwd2I","createdAt":"2021-06-14T13:07:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":86,"score":27061852,"tagsStr":"general-programming,cloud,infrastructure,devops,terraform,hashicorp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-14T10:00:35.000Z","url":"https://thenewstack.io/terraform-1-0-reflects-what-hashicorp-has-learned-about-infrastructure-as-code/","canonicalUrl":"https://thenewstack.io/terraform-1-0-reflects-what-hashicorp-has-learned-about-infrastructure-as-code/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5a4fdd9548dc8b826ff2a4d87389868","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBQYSIRMiYTH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAIBAwQRAAUxQXH/2gAMAwEAAhEDEQA/AJ2pq25bTYd81hqCNbwsSkzIRKi5y/H2A6yP37isxmXzTPK+uXhd2LHEZHZ+cqUqTrpJyXXwPgCpPKxpDQtiCp2l5//Z","siteTwitter":"@thenewstack","creatorTwitter":"@bcamerongain","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HI9ux-Kon","title":"When CSS Isn’t Enough: JavaScript Requirements For Accessible Components — Smashing Magazine","shortId":"HI9ux-Kon","createdAt":"2021-06-14T11:03:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":133,"score":27061833,"tagsStr":"webdev,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbf7fc3b217bee237ea1b6346abccb7d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFERIGIXEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMhEdH/2gAMAwEAAhEDEQA/ANh4nYja4Eh1U118uZfAUgJ1OpOBj3HgHtU2/l8l+BGdXHZ2caSo9n6QDSlJRQ5JbYG1zSqrXg55P//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"5FIvZVQkX","title":"How Two Bell Labs Researchers Set the Rules for the Modern Compiler – The New Stack","shortId":"5FIvZVQkX","createdAt":"2021-06-13T13:35:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":68,"score":27060421,"tagsStr":"general-programming,aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-13T13:00:38.000Z","url":"https://thenewstack.io/how-two-bell-labs-researchers-set-the-rules-for-the-modern-compiler/","canonicalUrl":"https://thenewstack.io/how-two-bell-labs-researchers-set-the-rules-for-the-modern-compiler/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a10a023217b196364de5732e0c9d6ed4","ratio":1.41870824053452,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAAMEAgUGESIxMkFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABwRAQABBAMAAAAAAAAAAAAAAAERAAIEkRIhIv/aAAwDAQACEQMRAD8AkmPRsRtOHV3e5NSJj7prjN8dguGgjxOgAO9k+lMN/ERExZed1zPaapeUnkACB3X/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":6,"description":null,"toc":null,"summary":null},{"id":"JOaCQsFFS","title":"How To Create A Stylish Email Capture Page In Tailwind CSS","shortId":"JOaCQsFFS","createdAt":"2021-06-13T04:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":238,"score":27060030,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-13T07:00:01.000Z","discussionScore":7,"banned":false,"deleted":false,"publishedAt":"2021-06-11T20:32:29.000Z","url":"https://itnext.io/how-to-create-a-stylish-email-capture-page-in-next-js-3ed5bd201f3f","canonicalUrl":"https://itnext.io/how-to-create-a-stylish-email-capture-page-in-next-js-3ed5bd201f3f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/301fe9596d811e74dd2adc194d0a5439","ratio":1.3953488372093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAwABAwUAAAAAAAAAAAAAAQIDAAUSIQQGEUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhED/9oADAMBAAIRAxEAPwDINGU9u6ClWrKk+oAuqzUkkjggsQCvweRka2obrUZGptLEjn1jGEs67H8KiYz/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"T2w6uoSew","title":"Redis Streams in Action — Part 3 (Tweets processor app)","shortId":"T2w6uoSew","createdAt":"2021-06-13T04:09:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":154,"score":27059935,"tagsStr":"redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T18:10:22.000Z","url":"https://itnext.io/redis-streams-in-action-part-3-tweets-processor-app-254161838973","canonicalUrl":"https://itnext.io/redis-streams-in-action-part-3-tweets-processor-app-254161838973","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db7460ebbb329d63af4ce788cb1cc290","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRISJBIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIQL/2gAMAwEAAhEDEQA/ANL3PgvbXiHqV2amznWAASNd/OpeqsqgBhoY9REXRgxHUv/Z","siteTwitter":"@itnext_io","creatorTwitter":"@abhi_tweeter","readTime":4,"description":null,"toc":null,"summary":null},{"id":"R02b-39cVi","title":"SEO for Open Source Projects","shortId":"R02b-39cVi","createdAt":"2021-06-13T04:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":111,"score":27059869,"tagsStr":"google,open-source,github,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-13T07:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T19:24:33.000Z","url":"https://itnext.io/seo-for-open-source-projects-1a6b17ffeb8b","canonicalUrl":"https://itnext.io/seo-for-open-source-projects-1a6b17ffeb8b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cea15e15986944b71c9e935dfd94afaa","ratio":2.16998191681736,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAEgMEBREyQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECQf/aAAwDAQACEQMRAD8Azve87vrsTZCSK1AB46gSpKFFNPPsRDyTXX//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@jcubic","readTime":10,"description":null,"toc":null,"summary":null},{"id":"nCX0Y34qR","title":"DB Sharding & Scaling a NET Core Microservice Arch","shortId":"nCX0Y34qR","createdAt":"2021-06-12T20:25:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":99,"score":27059393,"tagsStr":"architecture,backend,.net","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T20:24:41.000Z","url":"https://itnext.io/how-to-use-database-sharding-and-scale-an-asp-net-core-microservice-architecture-22c24916590f","canonicalUrl":"https://itnext.io/how-to-use-database-sharding-and-scale-an-asp-net-core-microservice-architecture-22c24916590f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a87b676ee8b800faa8741ba0de709a30","ratio":1.57401315789474,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxEEEiFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQADAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/ANMvRbgvSakY4LnbncvY8JEmjZDo6CF4Na9efYiFVTj/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pYR1SarZj","title":"This Week in Programming: Crypto Miners Overrun Docker Hub’s Autobuild – The New Stack","shortId":"pYR1SarZj","createdAt":"2021-06-12T15:26:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":73,"score":27059094,"tagsStr":"general-programming,linux,docker,crypto,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-12T13:00:41.000Z","url":"https://thenewstack.io/this-week-in-programming-crypto-miners-overrun-docker-hubs-autobuild/","canonicalUrl":"https://thenewstack.io/this-week-in-programming-crypto-miners-overrun-docker-hubs-autobuild/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c4adbf8705b70c4a5e783974dcdbde5","ratio":1.61290322580645,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIABBIDBREhQXHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDBXNvQPrIqq7HJ89Q8soA8H33KGnZQ4i2QB0BwfsRBh3//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Dm2eHQonn","title":"Lightbend’s Akka Serverless PaaS to Manage Distributed State at Scale – The New Stack","shortId":"Dm2eHQonn","createdAt":"2021-06-11T21:38:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":56,"score":27057993,"tagsStr":"general-programming,cloud,devops,serverless,lightbend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T20:45:15.000Z","url":"https://thenewstack.io/lightbends-akka-serverless-paas-to-manage-distributed-state-at-scale/","canonicalUrl":"https://thenewstack.io/lightbends-akka-serverless-paas-to-manage-distributed-state-at-scale/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f54d82467854bf1d4f94525d1b3ce85f","ratio":1.57583547557841,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgAGAwEBAAAAAAAAAAAAAQIAAwQFERIHExQVQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDMTL/2gAMAwEAAhEDEQA/ANJ4o+IOPLJ77bLqKrpbeY0lHLHdv0nJi9abJ7ajW3S1XsbAElBgZhCEx1gLeUf/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HdPNsDfXg","title":"Where to Turn for a CentOS Replacement? Here’s 5 Solid Linux Distros to Check Out – The New Stack","shortId":"HdPNsDfXg","createdAt":"2021-06-11T20:45:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":63,"score":27057956,"tagsStr":"cloud,linux,oracle,red-hat","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T18:56:01.000Z","url":"https://thenewstack.io/where-to-turn-for-a-centos-replacement-heres-5-solid-linux-distros-to-check-out/","canonicalUrl":"https://thenewstack.io/where-to-turn-for-a-centos-replacement-heres-5-solid-linux-distros-to-check-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a8131421335dc50690cb189221a942f","ratio":1.33125,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEABEhBQYTMkJEUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAETES/9oADAMBAAIRAxEAPwCV/Q+GejTOZ2TGcUWklcl0KQ2ElSQe1RzYm+LD3Uj2z4/KvLvUfFJ+2zSlT0uxoMn/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"WD10Ty50J","title":"How to Level Up Your React Conditionals","shortId":"WD10Ty50J","createdAt":"2021-06-11T16:16:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":324,"score":27057947,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-11T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T16:04:46.000Z","url":"https://www.freecodecamp.org/news/learn-react-conditionals/","canonicalUrl":"https://www.freecodecamp.org/news/learn-react-conditionals/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23b53249ecf20aa58e4645c97d08b88a","ratio":1.524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAwIEABEGIQVBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAwQh/9oADAMBAAIRAxEAPwCN5Vya35q8tzqtGrHoBdZREe/uyScrE8ISxK5mcNyiJHW/YxjBk0WMvTKanLEluz//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"D_95N7gRK","title":"What is a Disaster Recovery Plan? How to Use RTO and RPO to Protect your Business","shortId":"D_95N7gRK","createdAt":"2021-06-11T22:57:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":21,"score":27057929,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T22:56:56.000Z","url":"https://www.freecodecamp.org/news/disaster-recovery-plan-what-are-rto-and-rpo/","canonicalUrl":"https://www.freecodecamp.org/news/disaster-recovery-plan-what-are-rto-and-rpo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3693a17bbc5b20f3bc3e77ffcbc2a176","ratio":1.77489177489177,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRABAAEDAwUBAAAAAAAAAAAAAQIAAxEFFSEEBhIiUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAwDAQACEQMRAD8A3ntnd4apqW5dZG7CNyRDwkoC5j6pxg/XnNVReAM5X7SlWBCrrf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"zJf8q-p1h","title":"How to Design Keyboard Accessibility for Complex React Experiences","shortId":"zJf8q-p1h","createdAt":"2021-06-11T20:30:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":62,"score":27057903,"tagsStr":"react,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T19:10:00.000Z","url":"https://www.freecodecamp.org/news/designing-keyboard-accessibility-for-complex-react-experiences/","canonicalUrl":"https://www.freecodecamp.org/news/designing-keyboard-accessibility-for-complex-react-experiences/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0df95a94e3759cab83e76a005aaf1977","ratio":1.7775,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAREiFRBTFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgAEEmHB/9oADAMBAAIRAxEAPwDB0rUK+M2LAhJQallBJIJOvzrjJrdau1qZok2RlyVXoa8D3jGP2iVCZ75JKqA7Prk//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@seejamescode","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Drn7rtbaJ","title":"How To Create A Stylish Email Capture Page In Tailwind CSS","shortId":"Drn7rtbaJ","createdAt":"2021-06-11T20:32:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":54,"score":27057880,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T20:32:29.000Z","url":"https://btahir.medium.com/how-to-create-a-stylish-email-capture-page-in-next-js-3ed5bd201f3f","canonicalUrl":"https://btahir.medium.com/how-to-create-a-stylish-email-capture-page-in-next-js-3ed5bd201f3f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/301fe9596d811e74dd2adc194d0a5439","ratio":1.3953488372093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAwABAwUAAAAAAAAAAAAAAQIDAAUSIQQGEUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhED/9oADAMBAAIRAxEAPwDINGU9u6ClWrKk+oAuqzUkkjggsQCvweRka2obrUZGptLEjn1jGEs67H8KiYz/2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"i2R07v_45","title":"Tip: Make any JavaScript value iterable","shortId":"i2R07v_45","createdAt":"2021-06-11T19:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":82,"score":27057863,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.30secondsofcode.org/blog/s/javascript-make-iterable","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-make-iterable","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f3832592eec4fc925c9d3e3ed369919","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBABAAICAgEFAAAAAAAAAAAAAQIDABEEEwUSFCFB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhEAAgEDBQAAAAAAAAAAAAAAAREAAgPwBCExodH/2gAMAwEAAhEDEQA/AN75Mqr5lV3Jr9v2KzKZSlJV+A26A2/mRSs5dMmsmBB9Ou6f1jGDsk1c5jk7VK2HSA9u35P/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SNQfyFVKv","title":"Adding Shadows to SVG Icons With CSS and SVG Filters","shortId":"SNQfyFVKv","createdAt":"2021-06-11T14:51:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":130,"score":27057755,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T14:30:29.000Z","url":"https://css-tricks.com/adding-shadows-to-svg-icons-with-css-and-svg-filters/","canonicalUrl":"https://css-tricks.com/adding-shadows-to-svg-icons-with-css-and-svg-filters/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7fbbd827baf7a24e8a4b64d9a9f553a4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBRIGFSEiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQFESET/9oADAMBAAIRAxEAPwDFcjRkl5l7MzVrDyIEIsxPMAfjZHZ97Oslk8KmkkZ/YVl7Et1Wguhv8H2xjJuWsyVy3zOtp9OBkksjXDgPF//Z","siteTwitter":"@CSS","creatorTwitter":"@olawanle_joel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"nBfySMnVM","title":"How to Ask Good Technical Questions – the Ultimate Guide","shortId":"nBfySMnVM","createdAt":"2021-06-11T17:50:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":65,"score":27057732,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T17:39:28.000Z","url":"https://www.freecodecamp.org/news/how-to-ask-good-technical-questions/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-ask-good-technical-questions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d083106c6a1c54fc3fbc46219d3cd83","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgQRAAMSBhMhMQciQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAQf/aAAwDAQACEQMRAD8Au7eu7V9d5y8bYgr2UoCQYRiRnI+n1MHqTUQ+83PUPXCG+Oym4oIytc4zxPPcUpSD/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"i4FUkz28a","title":"Tip: Set up Python 3 and pip 3 as default","shortId":"i4FUkz28a","createdAt":"2021-06-11T19:53:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":26,"score":27057704,"tagsStr":"python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.30secondsofcode.org/blog/s/setup-python3-pip3-as-default","canonicalUrl":"https://www.30secondsofcode.org/blog/s/setup-python3-pip3-as-default","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/160b830ac4e2298422ef15189c09054a","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFESESIkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABAhH/2gAMAwEAAhEDEQA/AM9W+enp7XcXSMa+plYIY856AkEuHmdEbUzkfqIiZxtgf//Z","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1f6waQHWB","title":"Web Design Done Well: Making Use Of Audio — Smashing Magazine","shortId":"1f6waQHWB","createdAt":"2021-06-11T15:42:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":37,"score":27057665,"tagsStr":"webdev,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/web-design-done-well-audio/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/web-design-done-well-audio/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbf84943c73c7d2e74d961c532ce1cc0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQFBhExEiJBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDZNL4VuMo2JhYlkdIBMQQAA4M8eudvgV8frGxPQrTOqQ9UkTXnuPJAKIlIBRmLdwasYqqz4PN//9k=","siteTwitter":"@smashingmag","creatorTwitter":"@yagayagafred","readTime":6,"description":null,"toc":null,"summary":null},{"id":"WPmNre_b2","title":"The Pathway to Information Security Management and Certification","shortId":"WPmNre_b2","createdAt":"2021-06-11T17:25:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":6,"score":27057629,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.fpcomplete.com/blog/pathway-to-information-security-management-and-certification/","canonicalUrl":"https://www.fpcomplete.com/blog/pathway-to-information-security-management-and-certification/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e02c53189e1d9e64a57d0415b2499b8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIEB//EAB8QAQABAwQDAAAAAAAAAAAAAAECAAMREhMhMVGB8P/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8Aw2/CGqMbNt1Jl3JgY9NTSuMZJtHDjhzRe/vFMdVUSgB6p//Z","siteTwitter":"@FPComplete","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"v4PcJXtFF","title":"How do bug bounty hunters use GitLab to help their hack?","shortId":"v4PcJXtFF","createdAt":"2021-06-11T17:00:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":22,"score":27057569,"tagsStr":"general-programming,security,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/11/how-i-use-gitlab-to-help-my-hack/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/11/how-i-use-gitlab-to-help-my-hack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0ea3918b1e2c9e8f8382d6fc48aaf45","ratio":2.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAFxABAQEBAAAAAAAAAAAAAAAAAAERIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AwW2cQAr/2Q==","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":8,"description":null,"toc":null,"summary":null},{"id":"tfCNaWEZS","title":"Develop and deploy your first Ethereum Smart Contract with Python","shortId":"tfCNaWEZS","createdAt":"2021-06-11T13:19:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":125,"score":27057566,"tagsStr":"general-programming,python,crypto,blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-11T15:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T13:15:10.000Z","url":"https://itnext.io/develop-and-deploy-your-first-ethereum-smart-contract-with-python-7048f25ba507","canonicalUrl":"http://blog.adnansiddiqi.me/develop-and-deploy-your-first-ethereum-smart-contract-with-python/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/41a6096f4d6efc6be9f4927f08ec1626","ratio":4,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAJRAAAgEBBQkAAAAAAAAAAAAAAQMCAAQFBgcTESIjMTJUYZHS/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM4nMLFDkx1L0MtCIcvgK3ZjkenyfdQW7NHGMHARvmQGzt0/FKUH/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@kadnan","readTime":11,"description":null,"toc":null,"summary":null},{"id":"-7vfn5Cix","title":"Splunk: OpenTelemetry and the Future of Observability – The New Stack","shortId":"-7vfn5Cix","createdAt":"2021-06-11T13:09:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":68,"score":27057509,"tagsStr":"general-programming,devops,logging","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T10:00:16.000Z","url":"https://thenewstack.io/splunk-opentelemetry-and-the-future-of-observability/","canonicalUrl":"https://thenewstack.io/splunk-opentelemetry-and-the-future-of-observability/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/940a5c0ad4fad6f70af34868e0f6df0f","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQDAAMAAAAAAAAAAAAAAgABAxIEBRETIuH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMowdVqw0xzZJyRkQs/B69X+qfmhwfMdXKtn56oiGGf/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":6,"description":null,"toc":null,"summary":null},{"id":"gD36En9lV","title":"Asset Browser Design Overview — Blender Developers Blog","shortId":"gD36En9lV","createdAt":"2021-06-11T16:48:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"blender","views":10,"score":27057451,"tagsStr":"general-programming,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://code.blender.org/2021/06/asset-browser-design-overview/","canonicalUrl":"https://code.blender.org/2021/06/asset-browser-design-overview/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/74cb200f30618dee73ce4a79ace4b913","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAwABBQIEESEGEhQiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIhMf/aAAwDAQACEQMRAD8AxEry01xK+RfAe6MQVNXchdtT9Zm1pR6peK7PmFFnO/d0RMr0Ef/Z","siteTwitter":"@blender_org","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"OE2WOul_o","title":"Easier Kafka Management with 4 New Control Center Features","shortId":"OE2WOul_o","createdAt":"2021-06-11T16:11:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":0,"score":27057131,"tagsStr":"kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.confluent.io/blog/create-kafka-messages-from-within-control-center-for-better-kafka-management/","canonicalUrl":"https://www.confluent.io/blog/create-kafka-messages-from-within-control-center-for-better-kafka-management/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":5,"description":null,"toc":null,"summary":null},{"id":"u0zZWDHKy","title":"Useful Front-End Boilerplates And Starter Kits — Smashing Magazine","shortId":"u0zZWDHKy","createdAt":"2021-06-10T15:49:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":2548,"score":27057128,"tagsStr":"general-programming,webdev,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-11T06:30:00.000Z","discussionScore":23,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a267a7a588dcb77526dca8deb4d1bf64","ratio":1.53846153846154,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxETBBIhInEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDTOOa+xvk9to+X6ogi1rYYw+W3BoBONo5r1ETRH//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"YlciJnORr","title":"Interconnect Anywhere — Reach Cloudflare’s network from 1,600+ locations","shortId":"YlciJnORr","createdAt":"2021-06-11T14:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":0,"score":27057005,"tagsStr":"security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T14:00:58.000Z","url":"https://blog.cloudflare.com/interconnect-anywhere/","canonicalUrl":"https://blog.cloudflare.com/interconnect-anywhere/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f51635050428747515ab186ca3ca8df9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAxESITFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEx/9oADAMBAAIRAxEAPwDUFNLaOVvty2QNsHX5xKFBCgFiTjv2Igcj2//Z","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FbfWbdOzn","title":"Two lines change turned a 6 sec request to 300ms","shortId":"FbfWbdOzn","createdAt":"2021-06-10T18:03:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","tweeted":true,"views":1095,"score":27056953,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-11T05:00:00.000Z","discussionScore":8,"banned":false,"deleted":false,"publishedAt":"2021-06-03T11:20:20.000Z","url":"https://itnext.io/two-lines-change-turned-a-6-sec-request-to-300ms-cf0f13c00a75","canonicalUrl":"https://itnext.io/two-lines-change-turned-a-6-sec-request-to-300ms-cf0f13c00a75","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/124354153df075480a02da600d6a9e45","ratio":2.20183486238532,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgIABgMAAAAAAAAAAAAAAQIAAxESEyEiMWOR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEAAwAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDTbUNYvCzK+HZQMPUiaLwSNavbwj7ERoal/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lH37zrpzs","title":"Put a Background on Open Details Elements","shortId":"lH37zrpzs","createdAt":"2021-06-11T00:24:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":65,"score":27056790,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T00:16:28.000Z","url":"https://css-tricks.com/put-a-background-on-open-details-elements/","canonicalUrl":"https://css-tricks.com/put-a-background-on-open-details-elements/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e474169050b5dcfb6538aeaf0af3eda3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQGEQUSExQhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AMvlltJyGSzXr+ozzp1Cz2/kCEnewNgbqHJgkskjOeTiBYkkLZgAfg7fKUozKWZK5b5nW0hVgZJNIxw4Dxf/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EqumVSyMNN","title":"Sharding, simplification, and Twitter’s ads serving platform","shortId":"EqumVSyMNN","createdAt":"2021-06-11T00:26:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":41,"score":27056692,"tagsStr":"tech-news,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/sharding-simplification-and-twitters-ads-serving-platform","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/sharding-simplification-and-twitters-ads-serving-platform","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"Ez3ElKXlf","title":"Simple scalable graph neural networks","shortId":"Ez3ElKXlf","createdAt":"2021-06-11T00:26:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":21,"score":27056648,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/simple-scalable-graph-neural-networks","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/simple-scalable-graph-neural-networks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"mLfcHiQEf","title":"Provably expressive graph neural networks","shortId":"mLfcHiQEf","createdAt":"2021-06-11T00:26:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":12,"score":27056626,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/provably-expressive-graph-neural-networks","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/provably-expressive-graph-neural-networks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"QyahRFrrG","title":"Dropping cache didn’t drop cache","shortId":"QyahRFrrG","createdAt":"2021-06-11T00:26:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":10,"score":27056621,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/open-source/2021/dropping-cache-didnt-drop-cache","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/open-source/2021/dropping-cache-didnt-drop-cache","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"PIjKDqalm","title":"Building a data stream to assist with COVID-19 research","shortId":"PIjKDqalm","createdAt":"2021-06-11T00:26:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":9,"score":27056618,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/how-we-built-a-data-stream-to-assist-with-covid-19-research","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/how-we-built-a-data-stream-to-assist-with-covid-19-research","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MrVaM_cfV","title":"LOVE. YES/NO","shortId":"MrVaM_cfV","createdAt":"2021-05-31T00:34:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27040354,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T00:00:00.000Z","url":"https://www.behance.net/gallery/114348307/LOVE-YESNO","canonicalUrl":"https://www.behance.net/gallery/114348307/LOVE-YESNO","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a02748f9d6b789cbda5af834f56d797","ratio":0.922874093605801,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQFERIhBiIxUYHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADQRH/2gAMAwEAAhEDEQA/AN3y11mIOsUW2WZ7RkUpGPD6Du0504/asVJKgkbSRyPVD3tjBdZqCWdXZ4wChEjDb8BpmiNlbGDBeDJ//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"wOjPwYkNx","title":"What Makes for a Great Tech Podcast? Let Us Know – The New Stack","shortId":"wOjPwYkNx","createdAt":"2021-06-08T12:25:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":12,"score":27053025,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T10:30:50.000Z","url":"https://thenewstack.io/survey/","canonicalUrl":"https://thenewstack.io/survey/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb75d09140fd7fba2eae5b9be5fe734f","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAQQDAQAAAAAAAAAAAAABAhEAAwQFBhMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8AresyrmRyfWbG0TFtDjukmDaYMS3sSGC/PKpHaopSrQwZvUv/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@LibbyMClark","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uWyb4eIx3","title":"target=\"blank\"","shortId":"uWyb4eIx3","createdAt":"2021-06-09T15:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","tweeted":true,"views":321,"score":27055052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-09T19:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T14:37:31.000Z","url":"https://css-tricks.com/targetblank/","canonicalUrl":"https://css-tricks.com/targetblank/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80d4687c9247d55922f7ffc539983a77","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQcSFSEiUqL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEESEFE3H/2gAMAwEAAhEDEQA/AMBfbA6su5mdUQkyAeMkG8DvPsFM7T1znE8o0ZOcCm6H2iKby1y1BD1zjPlPs0LY1gFGhnVf/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BoaOHHN5E","title":"Fusing Elasticsearch with neural networks to identify data","shortId":"BoaOHHN5E","createdAt":"2021-06-11T00:26:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":5,"score":27056607,"tagsStr":"data-science,elk","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/fusing-elasticsearch-with-neural-networks-to-identify-data","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/fusing-elasticsearch-with-neural-networks-to-identify-data","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"3DigojQT2","title":"Adopting RocksDB within Manhattan","shortId":"3DigojQT2","createdAt":"2021-06-11T00:26:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":2,"score":27056599,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/adopting-rocksdb-within-manhattan","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/adopting-rocksdb-within-manhattan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"0JQL28eW1","title":"Harnessing second order optimizers from deep learning frameworks","shortId":"0JQL28eW1","createdAt":"2021-06-11T00:26:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":1,"score":27056596,"tagsStr":"deep-learning,data-analysis,pytorch","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/harnessing-second-order-optimizers-from-deep-learning-frameworks","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/harnessing-second-order-optimizers-from-deep-learning-frameworks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"m93dJ_O13","title":"Blacktocats turn five","shortId":"m93dJ_O13","createdAt":"2021-06-10T19:22:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":124,"score":27056533,"tagsStr":"security,open-source,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://github.blog/2021-06-10-blacktocats-turn-five/","canonicalUrl":"https://github.blog/2021-06-10-blacktocats-turn-five/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d189299e47b80a8051b858caa069739e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwUGERIVIVGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDc85oXdtnXMvm8jS6MprrqbpFagDlVIPgHj6fctoiIV//Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":3,"description":null,"toc":null,"summary":null},{"id":"L7ywi6M9R","title":"Three Front-End Auditing Tools I Discovered Recently — Smashing Magazine","shortId":"L7ywi6M9R","createdAt":"2021-06-10T12:15:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":621,"score":27056476,"tagsStr":"webdev,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-10T22:00:00.000Z","discussionScore":10,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/three-frontend-auditing-tools/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/three-frontend-auditing-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4e45d02b9babb899dd7c83ccc1baddab","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSIhQhMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRIdH/2gAMAwEAAhEDEQA/ANf0fYlWiHNfcnvyi6eoSlSUpDfDO0Y9d8fAKogatkPwYzy2E7nG0rPM+SAaUpKKHJLQNrGlVWvQxyf/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@stefanjudis","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6l_KmHtuV","title":"IOTW: JBS Recovers Quickly from a Ransomware Attack","shortId":"6l_KmHtuV","createdAt":"2021-06-11T00:09:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":1,"score":27056404,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-11T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-jbs-recovers-quickly-from-a-ransomware-attack","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-jbs-recovers-quickly-from-a-ransomware-attack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/85fc58bcb777ea20762f93bee0c09635","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQxBQYREhQV/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAIAAQMh/9oADAMBAAIRAxEAPwCvu7eUnyFTTp5kS4gSX0qSG6kkEAHGKyZ9Wue7c3VyTzkyEk0pQ93bfY7A0Byf/9k=","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VtwUfC80H","title":"Survey: Jamstack Users Look Beyond Performance Gains, Next.js – The New Stack","shortId":"VtwUfC80H","createdAt":"2021-06-10T18:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":32,"score":27056343,"tagsStr":"general-programming,nextjs,jamstack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T18:19:56.000Z","url":"https://thenewstack.io/survey-jamstack-users-look-beyond-performance-gains-next-js/","canonicalUrl":"https://thenewstack.io/survey-jamstack-users-look-beyond-performance-gains-next-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fcb8f6483346aeef5cfd8f0af59d9564","ratio":1.44444444444444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFERJRBhMhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgMEEZH/2gAMAwEAAhEDEQA/AIN7nulFx3ahxkMrOADrGV2gfdNePfNYKV7VpXZLWFULEhdz+BxSlVQ1Wx7hPUEllz80Di//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@LawrenceHecht","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YUvXA4BV_","title":"What’s New in DHTMLX Gantt Libraries for React, Vue, and Svelte v1.1","shortId":"YUvXA4BV_","createdAt":"2021-06-10T18:04:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":77,"score":27056329,"tagsStr":"react,vuejs,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T11:47:13.000Z","url":"https://itnext.io/whats-new-in-dhtmlx-gantt-libraries-for-react-vue-and-svelte-v1-1-aaa23868cf2c","canonicalUrl":"https://itnext.io/whats-new-in-dhtmlx-gantt-libraries-for-react-vue-and-svelte-v1-1-aaa23868cf2c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2845cc0faca671de3fe6198af284905f","ratio":3.2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAAUCBwAAAAAAAAAAAAABAgADBAURB2ESFSMxQkRS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQACAwAAAAAAAAAAAAAAAAAAAgE0cf/aAAwDAQACEQMRAD8At9P6+oatuLu4dllywvEinGWOe42ER98udXzq4db2JniPo7QhFAtl8gAaumyf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@dhtmlx","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WXtwhef7Z","title":"Equal Columns With Flexbox: It’s More Complicated Than You Might Think","shortId":"WXtwhef7Z","createdAt":"2021-06-10T15:18:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":101,"score":27056298,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T14:34:22.000Z","url":"https://css-tricks.com/equal-columns-with-flexbox-its-more-complicated-than-you-might-think/","canonicalUrl":"https://css-tricks.com/equal-columns-with-flexbox-its-more-complicated-than-you-might-think/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9614c75aa2d1599ad265ee1aad125783","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBQYSIRUx4v/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIDAAQFESET/9oADAMBAAIRAxEAPwDNbGh2HS8rF2KaQho5GsG9AAAYBx6CmdhucS7yTRnvAr/SIp2SuJICvmdbp9vCjyyKw4Dyv//Z","siteTwitter":"@CSS","creatorTwitter":"@KevinJPowell","readTime":15,"description":null,"toc":null,"summary":null},{"id":"XHicoJOTX","title":"Announcing Istio 1.10.1","shortId":"XHicoJOTX","createdAt":"2021-06-10T17:39:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"istio","views":46,"score":27056295,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://istio.io/latest/news/releases/1.10.x/announcing-1.10.1/","canonicalUrl":"https://istio.io/latest/news/releases/1.10.x/announcing-1.10.1/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/4d98d7a4391cf2c5699150e5d9198eec","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAUGESEEEhVBUWGS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAC/9oADAMBAAIRAxEAPwC+P4z1TGbvcGliSWFObhkZwC5QguPk6D2KzA3G1BPMiGFZZFhc6tGGIVj5I70qs5GtcKyE3//Z","siteTwitter":"@IstioMesh","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"J3NRMlyGn","title":"Redis Streams in Action — Part 3 (Tweets processor app)","shortId":"J3NRMlyGn","createdAt":"2021-06-10T18:10:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":43,"score":27056258,"tagsStr":"redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T15:50:45.000Z","url":"https://abhishek1987.medium.com/redis-streams-in-action-part-3-tweets-processor-app-254161838973","canonicalUrl":"https://abhishek1987.medium.com/redis-streams-in-action-part-3-tweets-processor-app-254161838973","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db7460ebbb329d63af4ce788cb1cc290","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRISJBIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIQL/2gAMAwEAAhEDEQA/ANL3PgvbXiHqV2amznWAASNd/OpeqsqgBhoY9REXRgxHUv/Z","siteTwitter":"@Medium","creatorTwitter":"@abhi_tweeter","readTime":4,"description":null,"toc":null,"summary":null},{"id":"XAoJn9nTp","title":"What’s new from GitHub Changelog? May 2021 Recap","shortId":"XAoJn9nTp","createdAt":"2021-06-10T17:42:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":18,"score":27056237,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://github.blog/2021-06-10-whats-new-from-github-changelog-may-2021-recap/","canonicalUrl":"https://github.blog/2021-06-10-whats-new-from-github-changelog-may-2021-recap/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aad09049b5146c4f25c68ee5dd5dfbf3","ratio":1.67441860465116,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQREyEkMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANMZgzbX8a2qtNdllJI+SqcwRQ1pLAdnXuIiox//2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zubLkZfGk","title":"ICLR Invited Talk on Geometric Deep Learning","shortId":"zubLkZfGk","createdAt":"2021-06-11T00:25:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"twitter","views":0,"score":27056185,"tagsStr":"deep-learning,math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/iclr-invited-talk-on-geometric-deep-learning","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/iclr-invited-talk-on-geometric-deep-learning","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"7IqIk9dtf","title":"Take Our Survey on Open Source Programs – The New Stack","shortId":"7IqIk9dtf","createdAt":"2021-06-10T17:31:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":2,"score":27056184,"tagsStr":"general-programming,open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T17:10:40.000Z","url":"https://thenewstack.io/take-our-survey-on-open-source-programs-2/","canonicalUrl":"https://thenewstack.io/take-our-survey-on-open-source-programs-2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4ccac144959a20066a091adf6166133","ratio":1.7426273458445,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRABAAIBAQkAAAAAAAAAAAAAAQADAiEEBREUMYORweH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAxEC/9oADAMBAAIRAxEAPwCTce20tVOHL6gmOvni9X1NkaEEqzO58iJD0b0En28P/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":2,"description":null,"toc":null,"summary":null},{"id":"D8abNFkA1","title":"What the Heck Happened to the Internet? Fastly’s Hard Fall and Quick Recovery – The New Stack","shortId":"D8abNFkA1","createdAt":"2021-06-10T16:26:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":18,"score":27056162,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T15:26:24.000Z","url":"https://thenewstack.io/what-the-heck-happened-to-the-internet-fastlys-hard-fall-and-quick-recovery/","canonicalUrl":"https://thenewstack.io/what-the-heck-happened-to-the-internet-fastlys-hard-fall-and-quick-recovery/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c97b8781486ac6a5ef653b220100ff86","ratio":1.70212765957447,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJhAAAQMCAgsAAAAAAAAAAAAAAgEDEQAFBAYHFBUWISIxNFGh0v/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxESsf/aAAwDAQACEQMRAD8AwOCylc8WLG0LoKayZSywMNp4SVSYkp9cOtW2tF1yBsA3gHlRE7dfqlKnrbGU4HBGaEDA7T//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":3,"description":null,"toc":null,"summary":null},{"id":"fPzsf9AyK","title":"Dynamic AWS S3 Notification Configuration using Terraform","shortId":"fPzsf9AyK","createdAt":"2021-06-10T18:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":6,"score":27056136,"tagsStr":"aws,terraform","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T18:35:00.000Z","url":"https://itnext.io/dynamic-aws-s3-notification-configuration-using-terraform-43a74998e97a","canonicalUrl":"https://itnext.io/dynamic-aws-s3-notification-configuration-using-terraform-43a74998e97a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f718f04bc2ee98872108754a5fb58cef","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDEQAEBQYUFSEiI4L/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8An/Ib0nVvG8oNllXWgjXXga3WNkgNNRNez7IoZp/absv2HlHUv8qERoX+8YyuwIF//9k=","siteTwitter":"@itnext_io","creatorTwitter":"@EfiShtain","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vIWLarK6w","title":"Privilege escalation with polkit: How to get root on Linux with a seven-year-old bug","shortId":"vIWLarK6w","createdAt":"2021-06-10T16:02:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":12,"score":27056122,"tagsStr":"cyber,linux,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://github.blog/2021-06-10-privilege-escalation-polkit-root-on-linux-with-bug/","canonicalUrl":"https://github.blog/2021-06-10-privilege-escalation-polkit-root-on-linux-with-bug/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6d307262da78cb9a8cd4d72fb28d0ca","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBRIiNMH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0hJu1rcrOY/SZh1BoPSBvtZVhJeGNvEdlBqsYwP/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":11,"description":null,"toc":null,"summary":null},{"id":"znmkJXmin","title":"Building a Component Marketplace For Your Team","shortId":"znmkJXmin","createdAt":"2021-06-10T17:00:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":15,"score":27056047,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T17:00:13.000Z","url":"https://blog.bitsrc.io/building-a-component-marketplace-for-your-team-31257314c56c","canonicalUrl":"https://blog.bitsrc.io/building-a-component-marketplace-for-your-team-31257314c56c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c31ae87cf301eee523c270f23c9aca04","ratio":1.96399345335516,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgABAxEEBQYSgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDcex6jJ1HX6HWwwRSRZhCxGV+huRgevjq4tERbj//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CcN6vIiEq","title":"Azure Data Fundamentals Certification (DP-900) – Pass the Exam With This Free 4.5-Hour Course","shortId":"CcN6vIiEq","createdAt":"2021-06-10T11:45:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":97,"score":27055983,"tagsStr":"cloud,career,azure,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T11:35:00.000Z","url":"https://www.freecodecamp.org/news/azure-data-fundamentals-certification-dp-900-pass-the-exam-with-this-free-4-5-hour-course/","canonicalUrl":"https://www.freecodecamp.org/news/azure-data-fundamentals-certification-dp-900-pass-the-exam-with-this-free-4-5-hour-course/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/084360489252bd0045c41fb40f7a7e64","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAgMBBAAFERIxMkFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAESL/2gAMAwEAAhEDEQA/AMp2mzpTe19y2h1hqiSZiXTAmAxAyPHyMmupi9dsW0IrpU9hNBcR4CU8xHb1zjGUPZ5nwcpyRxxhv//Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6WSjBnJwM","title":"Web Design & Development News: Collective #665","shortId":"6WSjBnJwM","createdAt":"2021-06-10T14:44:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":26,"score":27055955,"tagsStr":"general-programming,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://tympanus.net/codrops/collective/collective-665/","canonicalUrl":"https://tympanus.net/codrops/collective/collective-665/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ab55c92964e2179ac6014a1b418bb63","ratio":0.769230769230769,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYI/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFEQYSITEHYaGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AHIctiY8mHpi+Qrm9nhic0Wneuwro/KWNp1UklJtLRI4JEkYrPNou0u3yWnor7zSkHOW17VY6IBwfyqceSdRpG1EpvYOBvaSTj2eMmg//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"yefAlvvhb","title":"Tracing: Why Logs Aren’t Enough to Debug Your Microservices – The New Stack","shortId":"yefAlvvhb","createdAt":"2021-06-09T19:00:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":159,"score":27055105,"tagsStr":"general-programming,architecture,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T17:19:14.000Z","url":"https://thenewstack.io/tracing-why-logs-arent-enough-to-debug-your-microservices/","canonicalUrl":"https://thenewstack.io/tracing-why-logs-arent-enough-to-debug-your-microservices/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7240fd38bb47d7dbc596dffc818e7dfa","ratio":1.46238244514107,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEQYSIUEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARMf/aAAwDAQACEQMRAD8AyrjN4ZpcjhL7LZHGreKIlNq3aOaQH8pKnnYHeu29j7sVLLxi8eR2kvIGckliWckn77qlKS6ZdN6oPm//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"DBPaWqWQA","title":"From the Slums of Mumbai to a Rented Apartment – My 30-Year Developer Journey","shortId":"DBPaWqWQA","createdAt":"2021-06-09T21:56:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":35,"score":27055029,"tagsStr":"angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T21:55:16.000Z","url":"https://www.freecodecamp.org/news/my-journey-into-tech-from-slums-of-mumbai-to-my-own-apartment/","canonicalUrl":"https://www.freecodecamp.org/news/my-journey-into-tech-from-slums-of-mumbai-to-my-own-apartment/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34aabeaf2d34ecf1c82772d9e68097ba","ratio":0.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQMH/8QAJhAAAQMCBQMFAAAAAAAAAAAAAQIDBAUhAAYREjEHEyIXMkFhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACBBEDEmGB0f/aAAwDAQACEQMRAD8AVy7Iy1S4iETW6bHeKN5CHCfG+nI1PBxRWfMmpUUhlkgW9juMWp/UCqyq01VZDUNzspKG45ZHbS2eU/dvk3w96hFfkqiwdyrnQDT8wcjEHP2AvtWo0oBmpdVceL//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@SantoshYadavDev","readTime":13,"description":null,"toc":null,"summary":null},{"id":"ObpbInl3O","title":"Beyond the 3 Pillars of Observability – The New Stack","shortId":"ObpbInl3O","createdAt":"2021-06-09T20:41:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":27,"score":27054997,"tagsStr":"devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T20:00:56.000Z","url":"https://thenewstack.io/beyond-the-3-pillars-of-observability/","canonicalUrl":"https://thenewstack.io/beyond-the-3-pillars-of-observability/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc52987265f4656a36aa648d065300d8","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMCBwAAAAAAAAAAAAABAgQAAxEGEgUHMURxkdH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwCjc09bzZU2XpPgVpklGyxkX9+xlwofCnx1Pqodck6kDsDOlZye5P2lKmp6+iysP//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"SBeg0Aifs","title":"The Inevitability Of Being Compromised","shortId":"SBeg0Aifs","createdAt":"2021-06-10T00:07:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":6,"score":27054991,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-10T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/the-inevitability-of-being-compromised","canonicalUrl":"https://www.cshub.com/attacks/articles/the-inevitability-of-being-compromised","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b19ee6093ea06e4eb83cbbdfd4c19d7","ratio":1.77215189873418,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAACAQMEAwAAAAAAAAAAAAABAgAEBREDBhZBIVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJTt61PrIqU5w7ArknwSR66lXEbN3THPwmIijf/Z","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hLUhO4MS8","title":"Using AVIF to compress images on your site","shortId":"hLUhO4MS8","createdAt":"2021-06-09T17:28:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":66,"score":27054938,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/compress-images-avif/","canonicalUrl":"https://web.dev/compress-images-avif/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb642898d8ffa9eddbfd5fc547e4d437","ratio":1.33779264214047,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUGEhMx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDERIhImH/2gAMAwEAAhEDEQA/ANh7Hx3cm7JFLFyVq9o82LEIpjW2bydyjJ+ug2hjZ/RirmCLkhDGJru0aUKAzLbsATjZA96pSpxtwsJmcu5oa8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"dad3O9uQR","title":"Celebrating 7 Years of Project Galileo","shortId":"dad3O9uQR","createdAt":"2021-06-09T13:16:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":7,"score":27054345,"tagsStr":"security,cyber,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T13:11:22.000Z","url":"https://blog.cloudflare.com/celebrating-7-years-of-project-galileo/","canonicalUrl":"https://blog.cloudflare.com/celebrating-7-years-of-project-galileo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05fc47b331e49ff0a518c6ed7caa4732","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDBAAFETFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDS+woy3tTarV71mnLOpVbEZBeI+16OdyhEpSJELs5UAFm8t9OMYFzInb//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"S6n2WuGJO","title":"Russell Coker: Wifi Performance on Linux","shortId":"S6n2WuGJO","createdAt":"2021-05-30T23:40:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27040300,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T23:24:03.000Z","url":"https://etbe.coker.com.au/2021/05/31/wifi-performance-linux/","canonicalUrl":"https://etbe.coker.com.au/2021/05/31/wifi-performance-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nMImiOiWw","title":"Back-end Guide, Next.js Free Course, CSS for Web Vitals - Picks 183","shortId":"nMImiOiWw","createdAt":"2021-06-09T12:35:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","tweeted":true,"views":361,"score":27054885,"tagsStr":"general-programming,react,career,testing,css,backend,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-09T17:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/back-end-guide-next-js-free-course-css-for-web-vitals-picks-183","canonicalUrl":"https://daily.dev/blog/back-end-guide-next-js-free-course-css-for-web-vitals-picks-183","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a965929e66e30e4f06a043ac07a796a","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAAFEQYHIVEiMTL/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABwRAQACAQUAAAAAAAAAAAAAAAEAAxEhQVGxwf/aAAwDAQACEQMRAD8A1+4tzdIbox6aSURzUHJSeV5QpV3ClQx+JAA+vXnnKqvaLQ3KsNqzd27zzoJJGM68szDkn8ezjGUsMUDvl6IU62o8Hs//2Q==","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9wQL2svyK","title":"How to Deploy Your freeCodeCamp Project on AWS – A Beginner's Guide to the Cloud","shortId":"9wQL2svyK","createdAt":"2021-06-09T15:28:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":123,"score":27054810,"tagsStr":"general-programming,cloud,aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T23:47:43.000Z","url":"https://www.freecodecamp.org/news/how-to-deploy-your-freecodecamp-project-on-aws/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-deploy-your-freecodecamp-project-on-aws/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa69775134d4b4e88ca68e42122a1101","ratio":1.91014975041597,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDBAAREgUhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8An+Cq1bNilHZjlMbqxkEbqpOhsaJU695nrbmK1NGipwjso6UE6B+4xkH/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":39,"description":null,"toc":null,"summary":null},{"id":"3Rxp73Oku","title":"Using Storybook with Bit","shortId":"3Rxp73Oku","createdAt":"2021-06-09T17:09:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":66,"score":27054776,"tagsStr":"react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T17:08:54.000Z","url":"https://blog.bitsrc.io/using-storybook-with-bit-71f368119fb","canonicalUrl":"https://blog.bitsrc.io/using-storybook-with-bit-71f368119fb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd6dc64cc5252cf872d4e5613d78dbbb","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxEhBAVRYbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDS3YK+X4wutVuSCtbq2DXrZHvxKhoY+xEawDU//9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2qlyFLTRr","title":"How to protect your source code with GitLab and Jscrambler","shortId":"2qlyFLTRr","createdAt":"2021-06-09T17:33:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":41,"score":27054776,"tagsStr":"general-programming,security,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/09/how-to-protect-your-source-code-with-gitlab-and-jscrambler/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/09/how-to-protect-your-source-code-with-gitlab-and-jscrambler/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/562989be39340a55c70dbdf3c3604b9c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAxEEMZGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDEa7a1ZC3NW+eQxbD6Mj31l2I5qlBOgAtg+xEfA2v/2Q==","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":5,"description":null,"toc":null,"summary":null},{"id":"HOgByfsgw","title":"Meet :has, A Native CSS Parent Selector (And More) — Smashing Magazine","shortId":"HOgByfsgw","createdAt":"2021-06-09T11:25:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":209,"score":27054734,"tagsStr":"general-programming,webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ef1dd02b15b0be52e7e4cf959b7e2e6","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQQABQUAAAAAAAAAAAAAAQACAwQFBhESMRMVInGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhEf/aAAwDAQACEQMRAD8A2LKmDdtq3LLrcs/VAmbGWhrY9GcD3r8Cvh+b7E9CtM+tHukja8+R5IBREpAKMS3cGrGKqs+Dzf/Z","siteTwitter":"@smashingmag","creatorTwitter":"@AdrianBeceDev","readTime":10,"description":null,"toc":null,"summary":null},{"id":"fS70-pyS3","title":"SLOs should be easy, say hi to Sloth","shortId":"fS70-pyS3","createdAt":"2021-06-09T16:37:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":38,"score":27054712,"tagsStr":"prometheus","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T16:36:51.000Z","url":"https://itnext.io/slos-should-be-easy-say-hi-to-sloth-9c8a225df0d4","canonicalUrl":"https://itnext.io/slos-should-be-easy-say-hi-to-sloth-9c8a225df0d4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/044b7c773438bace208d5b07431e94e7","ratio":2.86396181384248,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIAAyEEBQcSJJGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAwIhIv/aAAwDAQACEQMRAD8AyLUGo75zhtzE8dR60mCLm57iIUnwgo7wR//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"UIc1uNcZb","title":"How to implement i18n in Next.js 🌏","shortId":"UIc1uNcZb","createdAt":"2021-06-09T13:15:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":47,"score":27054542,"tagsStr":"webdev,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/internationalization-i18n-in-nextjs","canonicalUrl":"https://daily.dev/blog/internationalization-i18n-in-nextjs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c82c6b6852b510829dfdb11ab8f496d","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFERIUYVKBof/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFhEBAQEAAAAAAAAAAAAAAAAAAREA/9oADAMBAAIRAxEAPwDX5bjLUXyoZIGmKnZE+JpAOrjtsc9jA9dqnzj4fURTgNMSk3//2Q==","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":10,"description":null,"toc":null,"summary":null},{"id":"1f5uvOCBT","title":"GitLab.com is moving to 14.0 with a few breaking changes","shortId":"1f5uvOCBT","createdAt":"2021-06-04T16:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":11,"score":27047398,"tagsStr":"gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/04/gitlab-moving-to-14-breaking-changes/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/04/gitlab-moving-to-14-breaking-changes/","image":"https://about.gitlab.com/images/blogimages/14_0_breaking_change.jpg","ratio":null,"placeholder":"","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":13,"description":null,"toc":null,"summary":null},{"id":"afkLgabHB","title":"Announcing daily.dev 3.0 🦄","shortId":"afkLgabHB","createdAt":"2021-06-01T13:17:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily_updates","tweeted":true,"views":3842,"score":27044194,"tagsStr":"webdev,dailydev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-02T06:00:00.000Z","discussionScore":347,"banned":false,"deleted":false,"publishedAt":"2021-06-01T13:00:00.000Z","url":"https://changelog.daily.dev/announcing-daily-dev-3-0-196193","canonicalUrl":"https://changelog.daily.dev/announcing-daily-dev-3-0-196193","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/713fc3c5737ce870bb667a254460f592","ratio":1.77496038034865,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCBAAREiExE//EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8Ax+3UdWQt9tSLE4MiotDZxkST7odDIj7FmD2R+0hxkRoHr3GMvm3gKR//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"tL4nFd3cK","title":"Complete CSS Grid Tutorial with Cheat Sheet 🎖️","shortId":"tL4nFd3cK","createdAt":"2021-06-08T16:05:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":589,"score":27053793,"tagsStr":"css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-09T00:30:00.000Z","discussionScore":6,"banned":false,"deleted":false,"publishedAt":"2021-06-08T16:02:45.000Z","url":"https://www.freecodecamp.org/news/css-grid-tutorial-with-cheatsheet/","canonicalUrl":"https://www.freecodecamp.org/news/css-grid-tutorial-with-cheatsheet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/805b15275a7c6ad0bd4f9423696838d3","ratio":1.91,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBQYSEyEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAwDAQACEQMRAD8A3+PZmbr+9yU5jl2ELSICpVQKBCkA/av9yZL2HlNeV4ffE/rJTyaIW1fLNYxjA2bf/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@joyshaheb","readTime":10,"description":null,"toc":null,"summary":null},{"id":"3gaDDiPfW","title":"Create Your Own Electronics With Arduino - Full Course","shortId":"3gaDDiPfW","createdAt":"2021-06-08T21:12:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":91,"score":27053670,"tagsStr":"career,hardware,iot","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T21:05:13.000Z","url":"https://www.freecodecamp.org/news/create-your-own-electronics-with-arduino-full-course/","canonicalUrl":"https://www.freecodecamp.org/news/create-your-own-electronics-with-arduino-full-course/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf00dbcab4096647792117f2914c5b51","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAFEUETITGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDOdTu9MqRpuq96SBYChFZlVi3A7PX397yHZuUTZlNZbqwFz41aRSQvPoH194xjHZWsOnh//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-9xn1G3yA","title":"GitLab Brings on UnReview to Solve Code Review, Address AI","shortId":"-9xn1G3yA","createdAt":"2021-06-08T20:21:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":81,"score":27053641,"tagsStr":"general-programming,machine-learning,ai,devops,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T19:20:15.000Z","url":"https://thenewstack.io/gitlab-brings-on-unreview-to-solve-code-review-address-ai-ml-devops/","canonicalUrl":"https://thenewstack.io/gitlab-brings-on-unreview-to-solve-code-review-address-ai-ml-devops/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81aa3aed1dc33cc52d69e80143ccbce0","ratio":1.70391061452514,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwAEERMBAhIxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Ax1udvoydCK3sMXjWWYrjM596UqIlo4//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vdIvP0Whh","title":"Looking at WCAG 2.5.5 for Better Target Sizes","shortId":"vdIvP0Whh","createdAt":"2021-06-08T19:22:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":28,"score":27053550,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T18:31:08.000Z","url":"https://css-tricks.com/looking-at-wcag-2-5-5-for-better-target-sizes/","canonicalUrl":"https://css-tricks.com/looking-at-wcag-2-5-5-for-better-target-sizes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ddd0ae63df573a584fec65826cfa7ff","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEAAYhBRESBxMUInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQFESET/9oADAMBAAIRAxEAPwCevmF5V4SJYTFIdTwDb7HcCM749hUy50+U44pZ1RIKiSQmLsB8HPFKUXlLMlct8zraQqwMkmlY4cB4v//Z","siteTwitter":"@CSS","creatorTwitter":"@toddlibby","readTime":11,"description":null,"toc":null,"summary":null},{"id":"R7-LDxTvW","title":"Trusted Types API for JavaScript DOM Security","shortId":"R7-LDxTvW","createdAt":"2021-06-08T21:19:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":36,"score":27053504,"tagsStr":"general-programming,security,javascript,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T21:18:53.000Z","url":"https://blog.bitsrc.io/trusted-types-api-for-javascript-dom-security-fcdafa927e73","canonicalUrl":"https://blog.bitsrc.io/trusted-types-api-for-javascript-dom-security-fcdafa927e73","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d5585041bc02cccc1d1f19ac77f0dc6","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUxBhIj/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAEDAAIREv/aAAwDAQACEQMRAD8Al8U5/kb7LXM5NtEn0UaZmxrBx1o5rTRrO0as17L7EAnCjulKSUuvO5D2tuL4DP/Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"K6ij_KhM0","title":"How to Use Closures in JavaScript – A Beginner's Guide","shortId":"K6ij_KhM0","createdAt":"2021-06-07T18:29:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":141,"score":27052145,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T18:18:01.000Z","url":"https://www.freecodecamp.org/news/closures-in-javascript/","canonicalUrl":"https://www.freecodecamp.org/news/closures-in-javascript/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/050e8a19d5ab74d0c869c39fb6470830","ratio":3.19634703196347,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEhBBMiMkLR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAEEAwEAAAAAAAAAAAAAAAIAASFBAxHBEv/aAAwDAQACEQMRAD8AtOwCCxYy28nNkrVi0sW0zieo9H6iJJjIvRzfGRAhbQxXXX//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@matiasfha","readTime":6,"description":null,"toc":null,"summary":null},{"id":"nB42zkO-T","title":"With AI Now a Commodity, the Speed of Iteration Is the Next Challenge – The New Stack","shortId":"nB42zkO-T","createdAt":"2021-06-08T19:27:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":20,"score":27053467,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T18:29:21.000Z","url":"https://thenewstack.io/with-ai-now-a-commodity-the-speed-of-iteration-is-the-next-challenge/","canonicalUrl":"https://thenewstack.io/with-ai-now-a-commodity-the-speed-of-iteration-is-the-next-challenge/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/649ca73f88a2fe04d87ef3c5cc7b2882","ratio":1.5311004784689,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQREiEFBlEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgAhUQMR/9oADAMBAAIRAxEAPwCDSHrEPWWQOoYbtBykawlztabcj07PgWVzVfGiaTDi6XHI2u+T4iKydjxFX7twlQCxGT//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0eU-W83ts","title":"7 Tools for Faster Frontend Development in 2022","shortId":"0eU-W83ts","createdAt":"2021-06-07T22:15:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":5301,"score":27053456,"tagsStr":"general-programming,webdev,javascript,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-08T19:00:01.000Z","discussionScore":78,"banned":false,"deleted":false,"publishedAt":"2021-06-07T22:14:47.000Z","url":"https://blog.bitsrc.io/7-tools-for-faster-frontend-development-in-2022-43b6f663c607","canonicalUrl":"https://blog.bitsrc.io/7-tools-for-faster-frontend-development-in-2022-43b6f663c607","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf9d5db3ecfb4f82bacc3c545cadd3bd","ratio":1.01851851851852,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIF/8QAIxAAAgEEAQMFAAAAAAAAAAAAAQMCAAQRIQUGBxUSMVGhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDZ5DvDfebjbW3AIY1CZqapUpH0tkdS2N4EDgfBJzSxPWXMTVCXh+DOYg5LZ7+qI3MIFVoTGJJYsnXvvH4TUMJDJAE4yaksvdVBEFd5s//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rg7ILCX7v","title":"How to Pass Data and Events Between React Components","shortId":"rg7ILCX7v","createdAt":"2021-06-08T16:18:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":144,"score":27053451,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":4,"banned":false,"deleted":false,"publishedAt":"2021-06-08T16:17:32.000Z","url":"https://www.freecodecamp.org/news/pass-data-between-components-in-react/","canonicalUrl":"https://www.freecodecamp.org/news/pass-data-between-components-in-react/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3956642a997ddaaf8ef3724db9e82254","ratio":2.69473684210526,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAGRABAQEAAwAAAAAAAAAAAAAAAQADESRB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIhMf/aAAwDAQACEQMRAD8Ax/A6Wr6Lw0klR1nM0X//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@nishants440","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7ehUIQ-ko","title":"CSS-Trickz: An Experiment with Netlify's On-Demand Builders","shortId":"7ehUIQ-ko","createdAt":"2021-06-08T15:18:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":73,"score":27053375,"tagsStr":"css,html,netlify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T00:00:00.000Z","url":"https://alex.party/posts/2021-05-31-css-trickz-an-experiment-with-netlify-s-on-demand-builders/","canonicalUrl":"https://alex.party/posts/2021-05-31-css-trickz-an-experiment-with-netlify-s-on-demand-builders/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12d5395ca66716bd5ff4f2fbacb783f9","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgEDBQAAAAAAAAAAAAABAgMFAAQGIRESEyJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQISMVGR/9oADAMBAAIRAxEAPwCqU22tvvTV0kta7udNEzddQefQH5k3vq2pjvbFErgqLqZAB5W4HccYym8nlvoVVo//2Q==","siteTwitter":"","creatorTwitter":"@fimion","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HtBSLdM7k","title":"From AVIF to WebP: A New Smashing Book By Addy Osmani — Smashing Magazine","shortId":"HtBSLdM7k","createdAt":"2021-06-08T15:08:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":50,"score":27053331,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/image-optimization-book-release/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/image-optimization-book-release/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8905f6c394792c3ab95ee5da25fe5d83","ratio":1.77799227799228,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFETEiMkFR4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQADBAURQsEC/9oADAMBAAIRAxEAPwDa6hqFl7AWGVonZCVYE9PA48/cpV5bjQRkXJBuoPaPWMZHW7noMxsHTpT9YAHpIxvwL//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"dxloioQ-5","title":"Unlock Hidden Threats with UBA and UEBA","shortId":"dxloioQ-5","createdAt":"2021-06-09T00:05:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":0,"score":27053285,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-09T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/unlock-hidden-threats-with-uba-and-ueba","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/unlock-hidden-threats-with-uba-and-ueba","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/595fffd23812f1abe7062160492cc6ea","ratio":1.49700598802395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDABESBCEGBxMxUWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ALaLjBpFWdHkxKZ43PYAm/wjzvWY3NHQliWgMjE7v1JRl7tfalKD/9k=","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aDt89DEJL","title":"The Firebase Blog: Accelerate Your App Development with Firebase Extensions","shortId":"aDt89DEJL","createdAt":"2021-06-08T17:05:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"firebase","views":23,"score":27053257,"tagsStr":"general-programming,business,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"http://firebase.googleblog.com/2021/06/accelerate-your-app-development-with-firebase-extensions.html","canonicalUrl":"http://firebase.googleblog.com/2021/06/accelerate-your-app-development-with-firebase-extensions.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bef52481191710d06ae38aff2607eb7","ratio":2.35856573705179,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxIhBAUREzJBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABoRAAICAwAAAAAAAAAAAAAAAAABAgMRMYH/2gAMAwEAAhEDEQA/AJxbnKGBoh0tGCwb0W91QLfDgHHkLS/c553GV7YLyGx4iaByc+kRVUUs8Cq0f//Z","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SnxAi5U4X","title":"Securing the open source supply chain by scanning for package registry credentials","shortId":"SnxAi5U4X","createdAt":"2021-06-08T16:19:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":10,"score":27053254,"tagsStr":"security,open-source,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T00:00:00.000Z","url":"https://github.blog/2021-06-08-securing-open-source-supply-chain-scanning-package-registry-credentials/","canonicalUrl":"https://github.blog/2021-06-08-securing-open-source-supply-chain-scanning-package-registry-credentials/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4374d951de7eaab0141cee79d0b55275","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIABAMRBSEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A0xyFYXsYR3ZBsHqUKAqhQPBqIjgOxf/Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":6,"description":null,"toc":null,"summary":null},{"id":"BFGSIU2n6","title":"How to Set up a Secure Test Environment with an Offsite Team – The New Stack","shortId":"BFGSIU2n6","createdAt":"2021-06-08T14:31:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":21,"score":27053174,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T14:00:56.000Z","url":"https://thenewstack.io/how-to-set-up-a-secure-test-environment-with-an-offsite-team/","canonicalUrl":"https://thenewstack.io/how-to-set-up-a-secure-test-environment-with-an-offsite-team/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3a69409e17b65557e6a582b68ac9d2c","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAAIDBAURBiEygeH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAwQh/9oADAMBAAIRAxEAPwCxtcxx+SgIjuWYZSNhpae/YU0+WRz3EWrmid+f1EQ+SpQsTvYg8n//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Dg35peJqb","title":"What’s New in DHTMLX Gantt Libraries for React, Vue, and Svelte v1.1","shortId":"Dg35peJqb","createdAt":"2021-06-08T12:02:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":93,"score":27053113,"tagsStr":"react,vuejs,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T11:47:13.000Z","url":"https://dhtmlx.medium.com/whats-new-in-dhtmlx-gantt-libraries-for-react-vue-and-svelte-v1-1-aaa23868cf2c","canonicalUrl":"https://dhtmlx.medium.com/whats-new-in-dhtmlx-gantt-libraries-for-react-vue-and-svelte-v1-1-aaa23868cf2c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2845cc0faca671de3fe6198af284905f","ratio":3.2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAAUCBwAAAAAAAAAAAAABAgADBAURB2ESFSMxQkRS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQACAwAAAAAAAAAAAAAAAAAAAgE0cf/aAAwDAQACEQMRAD8At9P6+oatuLu4dllywvEinGWOe42ER98udXzq4db2JniPo7QhFAtl8gAaumyf/9k=","siteTwitter":"@Medium","creatorTwitter":"@dhtmlx","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dRzzQdgeK","title":"How to Build a Full Stack App with Supabase and Next.js","shortId":"dRzzQdgeK","createdAt":"2021-06-07T23:36:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":291,"score":27052604,"tagsStr":"nextjs,supabase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-08T02:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T23:33:30.000Z","url":"https://www.freecodecamp.org/news/the-complete-guide-to-full-stack-development-with-supabas/","canonicalUrl":"https://www.freecodecamp.org/news/the-complete-guide-to-full-stack-development-with-supabas/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3ecbaf5fd858c069b328d87fa21f7e4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIAAxEEEjEyQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDNdIKmFokIhvrmpqeO7SU+9vYiCP/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@dabit3","readTime":14,"description":null,"toc":null,"summary":null},{"id":"N1tWlkC1K","title":"An overview of React State Management Techniques in 2021 ⚜️🌐","shortId":"N1tWlkC1K","createdAt":"2021-06-07T19:02:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":165,"score":27052202,"tagsStr":"react,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T07:04:41.000Z","url":"https://itnext.io/an-overview-of-react-state-management-techniques-in-2021-%EF%B8%8F-1590242b1cbc","canonicalUrl":"https://itnext.io/an-overview-of-react-state-management-techniques-in-2021-%EF%B8%8F-1590242b1cbc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b08b2beea025327561668d74acc4bd39","ratio":1.95758564437194,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBAAAQUAAwAAAAAAAAAAAAAAAQACAxESBiFi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQUTM//aAAwDAQACEQMRAD8Av+LtkOKkqvIWgRh4jZbwTQ7yiKBsN7B4/E//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@PrinceAshburton","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UeY4KR2MS","title":"Best practices for fonts","shortId":"UeY4KR2MS","createdAt":"2021-06-07T16:37:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":233,"score":27052185,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://web.dev/font-best-practices/","canonicalUrl":"https://web.dev/font-best-practices/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc6f91720c9c500f73ddf448c1fcb707","ratio":3.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxEEEyIxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPdKiWUAOqsFxgEfJCsVdxuK9nyIkCr//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"g2wD7oT5U","title":"GitLab Patch Release: 13.12.3","shortId":"g2wD7oT5U","createdAt":"2021-06-07T23:20:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":20,"score":27052183,"tagsStr":"gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T00:00:00.000Z","url":"https://about.gitlab.com/releases/2021/06/07/gitlab-13-12-3-released/","canonicalUrl":"https://about.gitlab.com/releases/2021/06/07/gitlab-13-12-3-released/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b221a703974699058041b0534bfe94f","ratio":1.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQUBAQEAAAAAAAAAAAAABAABAgMRIRMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEBAAEFAAAAAAAAAAAAAAABAgBBUWGBof/aAAwDAQACEQMRAD8AxEUkGsC+ogKVpUt8rmteLR1s62dz6yhRFXxBLSa8u3nWI1SgZ//Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YrcyJS0AB","title":"How to Use OpenCV and Python for Computer Vision and AI","shortId":"YrcyJS0AB","createdAt":"2021-06-07T20:55:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":40,"score":27052101,"tagsStr":"data-science,career,ai,python,computer-vision","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-06-07T20:54:41.000Z","url":"https://www.freecodecamp.org/news/how-to-use-opencv-and-python-for-computer-vision-and-ai/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-opencv-and-python-for-computer-vision-and-ai/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/058768b18f6b52ffe0ffa41527c9b15b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEHBAUSE0Fh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMxBBES/9oADAMBAAIRAxEAPwDQS4d0Q62RPgLSak5Mqx5VBQcKbSSbdFfyNETmZMt9IwaDsEUv/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2SpRuE1Qx","title":"GRC and Cyber Security Must Unite","shortId":"2SpRuE1Qx","createdAt":"2021-06-08T00:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":1,"score":27052078,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-08T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/grc-and-cyber-security-must-unite","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/grc-and-cyber-security-must-unite","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/266043322ce516184f22e01e5e051add","ratio":1.71232876712329,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQMCAAQGEQUhIhIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAABAhEAkf/aAAwDAQACEQMRAD8Awi6yjH7tinPxO3DICQEEXBUsDXnYA3Ig97JqpG7wB8Q1nD8oubB9SguUTGJPeh6/BSlC6wCapHLE2cG//9k=","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IjcHY6qYl","title":"How to use Prisma in a Next.js app","shortId":"IjcHY6qYl","createdAt":"2021-06-07T12:35:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":287,"score":27051937,"tagsStr":"general-programming,nextjs,prisma","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-07T15:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/nextjs-with-prisma","canonicalUrl":"https://daily.dev/blog/nextjs-with-prisma","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33f5da8a1f44ce216dd29dd9001f5dd4","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYhMRITFEFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIRMf/aAAwDAQACEQMRAD8AxWF+RNuE5mW4hzxXCkudsdaykbHPrgcDG32pJ02uRJdecucorcWVqJA3JOaUqdtBk8P/2Q==","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":17,"description":null,"toc":null,"summary":null},{"id":"7Ym99pIcL","title":"How to use Scaleway to self-host your GitLab Runners","shortId":"7Ym99pIcL","createdAt":"2021-06-07T19:05:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":7,"score":27051881,"tagsStr":"apple,cicd,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/07/tuto-mac-m1-gitlab-ci/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/07/tuto-mac-m1-gitlab-ci/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05366b52d6e723854b268737a04c6c5d","ratio":1.90380549682875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGRAAAgMBAAAAAAAAAAAAAAAAAAECAxFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMKqmlVZBwi9Wp9RLACxDFkG/9k=","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":6,"description":null,"toc":null,"summary":null},{"id":"6t87rl8QE","title":"SwiftUI - Two Directional SnapList","shortId":"6t87rl8QE","createdAt":"2021-06-07T19:02:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":7,"score":27051879,"tagsStr":"swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T14:12:33.000Z","url":"https://itnext.io/swiftui-two-directional-snaplist-95cb852957be","canonicalUrl":"https://itnext.io/swiftui-two-directional-snaplist-95cb852957be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f96beb47ca152865272f2e3bed8ccd81","ratio":1.52866242038217,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQFMREVISIyUf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDOcXc4roF/KViwhYSHeXvIne/vNTT2Ik9klKMFmRMYk6HPYUpSEMWPrwv/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@syd_sameer","readTime":1,"description":null,"toc":null,"summary":null},{"id":"egwotFIDz","title":"Releasing Bluepill to the Mobile Native Foundation","shortId":"egwotFIDz","createdAt":"2021-06-07T15:04:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"linkedin","views":6,"score":27051810,"tagsStr":"tech-news,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://engineering.linkedin.com/blog/2021/releasing-bluepill-to-the-mobile-native-foundation","canonicalUrl":"https://engineering.linkedin.com/blog/2021/releasing-bluepill-to-the-mobile-native-foundation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87c78ea6c428e8b9e999f2304076adf3","ratio":1.93905817174515,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQREiExYf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/ANPjGtD2MMy4Bm5BdLpfg68lMRFdgMv/2Q==","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aiWrpFJz0","title":"How To Build A Geocoding App In Vue.js Using Mapbox — Smashing Magazine","shortId":"aiWrpFJz0","createdAt":"2021-06-07T11:22:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":142,"score":27051784,"tagsStr":"webdev,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f7d35c2b9fca1ca0820ab572a81397e","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQFBhEiMRITFP/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAIRH/2gAMAwEAAhEDEQA/ANl0rhzjaNqZ9uWf2H6GtLWtEe0Y4t2HSpj9X2J6FaZ9aPykia88z2QCiJSKKMS3cGrGKqs+Dzf/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@Alphajeez_","readTime":9,"description":null,"toc":null,"summary":null},{"id":"nb8TMI8zu","title":"Bright night","shortId":"nb8TMI8zu","createdAt":"2021-05-15T07:09:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27017709,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/99682699/Bright-night","canonicalUrl":"https://www.behance.net/gallery/99682699/Bright-night","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7929a828928fbe25171d36aa419c0fec","ratio":1.44478844169247,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQREhMhIjFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Aw27ZsWIYXTOhMDY4wC2MNPAwCeM+Tn2oyW6Ukjn7FNuok6W13YHwdXZEQf/Z","siteTwitter":"@behance","creatorTwitter":"@so_m_an_","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1c9uKiZt8","title":"Angular NgClass Example – How to Add Conditional CSS Classes","shortId":"1c9uKiZt8","createdAt":"2021-06-07T15:35:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":24,"score":27051730,"tagsStr":"css,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-07T15:01:26.000Z","url":"https://www.freecodecamp.org/news/angular-ngclass-example/","canonicalUrl":"https://www.freecodecamp.org/news/angular-ngclass-example/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/710fd1b2586045c52aa21f1f4cd52269","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQREiETFBZRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCL57anqxu6do0eqgwnZTxzkD7WTkvrRpGZG2UkkNqRke6UoP/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"faCpCzASc","title":"Android CodeView: Highlight search result in List Items","shortId":"faCpCzASc","createdAt":"2021-06-05T16:05:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":51,"score":27048952,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-05T13:28:33.000Z","url":"https://itnext.io/android-codeview-highlight-search-result-in-list-items-b7e4c9fb57d8","canonicalUrl":"https://itnext.io/android-codeview-highlight-search-result-in-list-items-b7e4c9fb57d8","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c699680abda2aace132c7fdf9530fb2","ratio":1.75050709939148,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAEQcSISJh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCpd8QVcy7nyF2dilciQp5QHTQLizsD1zUaKgZr6SvhtvvLRHjtspUrWyEpABP3xjGIr//Z","siteTwitter":"@itnext_io","creatorTwitter":"@AmrDeveloper","readTime":2,"description":null,"toc":null,"summary":null},{"id":"P5hYWJ4pD","title":"5 Strategies for Showing Up as a Male Ally at Work","shortId":"P5hYWJ4pD","createdAt":"2021-06-05T08:23:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":7,"score":27048292,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-06-05T01:24:41.000Z","url":"https://code.likeagirl.io/5-strategies-for-showing-up-as-a-male-ally-at-work-b7af41aa79a2","canonicalUrl":"https://code.likeagirl.io/5-strategies-for-showing-up-as-a-male-ally-at-work-b7af41aa79a2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5acfa5da9ba241a469467497f4328cdd","ratio":0.674,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQG/8QAJhAAAgIBBAECBwAAAAAAAAAAAgMBBAUABhEhEjFBExQWIlFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgARAwRh8P/aAAwDAQACEQMRAD8AlykWLmW+eyu6LiMkhhQ0WAySQQlP2jIzx1+tI2Ju77biqbFzfeBJAhbIDMnEjHBenv66xW6/qOruLIVnV6fmL2EsTSpk8GXlHBT+eff+6csFW3BVwmPrmlIEqutcj8WOpgYjjrrTu3lCoppTcC1MZZ2FsK92f//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ef0BztAxz","title":"How to Recover from Deployment Hell – What I Learned After My Discord Bot Crashed on a 1000+ User Server","shortId":"ef0BztAxz","createdAt":"2021-06-04T20:45:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":314,"score":27048146,"tagsStr":"tech-news,general-programming,ai,bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T20:41:29.000Z","url":"https://www.freecodecamp.org/news/recovering-from-deployment-hell-what-i-learned-from-deploying-my-discord-bot-to-a-1000-user-server/","canonicalUrl":"https://www.freecodecamp.org/news/recovering-from-deployment-hell-what-i-learned-from-deploying-my-discord-bot-to-a-1000-user-server/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45e756ad8778d11cf068421a07394e49","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAMBAQEAAAAAAAAAAAABAgMEEQAFBjEHIf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQACAQUBAAAAAAAAAAAAAAABAhEAA0GhscH/2gAMAwEAAhEDEQA/AKnkOPeLfIaVpevagtwGds2tUYOOh0WLJNAml0CboeVkHsvicVOxlJU5FBDqwQlKqH6fMYwy951Eqcxw9JpBbRWMEYnZHlf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"cm4cVB3by","title":"How to Search and Filter Components in React","shortId":"cm4cVB3by","createdAt":"2021-06-04T21:38:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":252,"score":27048138,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T21:34:33.000Z","url":"https://www.freecodecamp.org/news/search-and-filter-component-in-reactjs/","canonicalUrl":"https://www.freecodecamp.org/news/search-and-filter-component-in-reactjs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c2f887c9b32920de302c2b56ae1f689","ratio":1.36363636363636,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQMFAAIDAAAAAAAAAAAAAwECBAAFBhEhEhMiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABITH/2gAMAwEAAhEDEQA/ANfy/DFyQkkpwSBy3AeIEhssgmD15etytYTvXbX47Xn5U2HFbtAsduiSrgwsiPGGIj0I9Uc5rURV2veqn3SlIpNf/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@sprucekhalifa","readTime":8,"description":null,"toc":null,"summary":null},{"id":"hDIo6R3ng","title":"Learn TypeScript Basics in this Beginner's Guide","shortId":"hDIo6R3ng","createdAt":"2021-06-04T18:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":291,"score":27047953,"tagsStr":"general-programming,javascript,typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T18:01:00.000Z","url":"https://www.freecodecamp.org/news/learn-typescript-basics/","canonicalUrl":"https://www.freecodecamp.org/news/learn-typescript-basics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d91a8adc08c2823252d35f672417aaa","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABBEhBQYSE0H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAgMAAQURMcH/2gAMAwEAAhEDEQA/AIDY9gkRBDJbRSM7Y9pYhhnWvlVFeheQBHKzYOxmMUpS2PSDBKzrfIRknsUQ0F675P/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@codingknite","readTime":8,"description":null,"toc":null,"summary":null},{"id":"bYepjA3iy","title":"Better Micro Frontends and Design Systems with Independent Components","shortId":"bYepjA3iy","createdAt":"2021-06-04T07:36:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","tweeted":true,"views":2004,"score":27047888,"tagsStr":"general-programming,react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-04T23:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T22:30:28.000Z","url":"https://blog.bitsrc.io/better-micro-frontends-and-design-systems-with-independent-components-c2e2187d73c9","canonicalUrl":"https://blog.bitsrc.io/better-micro-frontends-and-design-systems-with-independent-components-c2e2187d73c9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d977a975f6ffd4f041633b3a51bad6f","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgECBwEAAAAAAAAAAAAAAQIAESEDBCIyQVFy0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDShyakNZNRqd3fqUXCVVAothTn7EQP/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tzoqFCkLs","title":"Anchore: Scan Your Container Images for Vulnerabilities from the Command Line – The New Stack","shortId":"tzoqFCkLs","createdAt":"2021-06-04T19:34:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":52,"score":27047782,"tagsStr":"cyber,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T18:40:25.000Z","url":"https://thenewstack.io/anchore-scan-your-container-images-for-vulnerabilities-from-the-command-line/","canonicalUrl":"https://thenewstack.io/anchore-scan-your-container-images-for-vulnerabilities-from-the-command-line/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6766b91009d11c6c0bdab23a797d756","ratio":1.78272980501393,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAgQAASEFERIkMZL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB4RAAEDBAMAAAAAAAAAAAAAAAEAAgMEBREhEmHR/9oADAMBAAIRAxEAPwDP+nPogICSfI69LGZYp5PauvfwMRBqhoLsql2id4h4610PF//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"obJPgF9pR","title":"Machine Learning in Python – The Top New Scikit-Learn 0.24 Features You Should Know","shortId":"obJPgF9pR","createdAt":"2021-06-04T20:58:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":27,"score":27047748,"tagsStr":"machine-learning,python,scikit","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T20:58:07.000Z","url":"https://www.freecodecamp.org/news/machine-learning-python-new-scikit-learn-features-you-should-know/","canonicalUrl":"https://www.freecodecamp.org/news/machine-learning-python-new-scikit-learn-features-you-should-know/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/186740d598ec608eddf183f2e8dee8c0","ratio":2.23713646532438,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAwQRBQYTFFH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AM+VtQePb16j1KhCcgPzFFmUc+EpRjBxbIMiKkYC2f/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Davis_McDavid","readTime":6,"description":null,"toc":null,"summary":null},{"id":"29SZcFT36","title":"Yor Automates Tagging for Infrastructure as Code – The New Stack","shortId":"29SZcFT36","createdAt":"2021-06-04T19:34:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":31,"score":27047743,"tagsStr":"general-programming,cloud,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T17:55:16.000Z","url":"https://thenewstack.io/yor-automates-tagging-for-infrastructure-as-code/","canonicalUrl":"https://thenewstack.io/yor-automates-tagging-for-infrastructure-as-code/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b58930f4ba3db787b231fb6d7ee0e74c","ratio":1.60212201591512,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAYRIQQSE0FRcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQADAAAAAAAAAAAAAAAAAAABERL/2gAMAwEAAhEDEQA/AMmhuG2Fl4jcm2IiIlXzLG2pWwO52dDsCQPg4q01wWZJM7rbDxhmLBA5wufWnA/B9ClKuZgK3//Z","siteTwitter":"@thenewstack","creatorTwitter":"@rwwmike","readTime":3,"description":null,"toc":null,"summary":null},{"id":"q4oc-ox9T","title":"The Data Quality Problem and Its Impact on Application Performance – The New Stack","shortId":"q4oc-ox9T","createdAt":"2021-06-04T20:27:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":1,"score":27047717,"tagsStr":"big-data","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T19:30:14.000Z","url":"https://thenewstack.io/the-data-quality-problem-and-its-impact-on-application-performance/","canonicalUrl":"https://thenewstack.io/the-data-quality-problem-and-its-impact-on-application-performance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64e6254baa35c41fb17c0b6a2dc6495f","ratio":1.49707602339181,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBQQRIQYSIkGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8Am4d50cyshhwNV4efMiBztg+3cfFBkt6cSOAkBAJ0ex/KInNMaX//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cUz7aq5bk","title":"Release Radar · May 2021 Edition","shortId":"cUz7aq5bk","createdAt":"2021-06-04T09:12:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":856,"score":27047715,"tagsStr":"laravel","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-04T20:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://github.blog/2021-06-04-release-radar-may-2021/","canonicalUrl":"https://github.blog/2021-06-04-release-radar-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2475f5c2e8d19e2c131daac32a509227","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACBBEDBRMSFSExMkFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDG26jE5K+E/TWGecoyiduuDhjArb4PGr633U8mySKHwekRUB//2Q==","siteTwitter":"@github","creatorTwitter":"@MishManners","readTime":5,"description":null,"toc":null,"summary":null},{"id":"XpNeohlnR","title":"Configuring failover for external services","shortId":"XpNeohlnR","createdAt":"2021-06-04T16:41:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"istio","views":2,"score":27047493,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://istio.io/latest/blog/2021/external-locality-failover/","canonicalUrl":"https://istio.io/latest/blog/2021/external-locality-failover/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/4d98d7a4391cf2c5699150e5d9198eec","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAUGESEEEhVBUWGS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAC/9oADAMBAAIRAxEAPwC+P4z1TGbvcGliSWFObhkZwC5QguPk6D2KzA3G1BPMiGFZZFhc6tGGIVj5I70qs5GtcKyE3//Z","siteTwitter":"@IstioMesh","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6ICXkCjrR","title":"Haskell for all: Probability for Slay the Spire fanatics","shortId":"6ICXkCjrR","createdAt":"2021-06-04T15:57:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":16,"score":27047487,"tagsStr":"haskell","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.haskellforall.com/2021/06/probability-for-slay-spire-fanatics.html","canonicalUrl":"https://www.haskellforall.com/2021/06/probability-for-slay-spire-fanatics.html","image":"https://www.haskellforall.com/favicon.ico","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"fXrf0JRy1","title":"How to create Kubernetes home lab on an old laptop","shortId":"fXrf0JRy1","createdAt":"2021-06-04T14:07:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":88,"score":27047469,"tagsStr":"kubernetes,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T14:00:19.000Z","url":"https://itnext.io/how-to-create-kubernetes-home-lab-on-an-old-laptop-1de6cc12c13e","canonicalUrl":"https://itnext.io/how-to-create-kubernetes-home-lab-on-an-old-laptop-1de6cc12c13e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82ef2cbf4dcef2c3be23f706d841ca5d","ratio":0.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwIF/8QAIhAAAgEEAQQDAAAAAAAAAAAAAQIDAAURElEEBxMhFDJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDERL/2gAMAwEAAhEDEQA/ADe7rG3aa1QiFPG86yCQffIypBHGAT+0cu4DELENQfXqrF262K3J0KzyfFJ38WxK7c45rNMjE5zRnmg+pOlxe1n/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@Piotr1215","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1NHH7JYSW","title":"EEVEE’s Future — Blender Developers Blog","shortId":"1NHH7JYSW","createdAt":"2021-06-04T16:43:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"blender","views":12,"score":27047377,"tagsStr":"general-programming,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://code.blender.org/2021/06/eevees-future/","canonicalUrl":"https://code.blender.org/2021/06/eevees-future/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a8980ea9fd35d1a4d5a43431eea03af8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIEIQADBRESBxVj/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAECAAP/2gAMAwEAAhEDEQA/ALymRdNPIQx7V89Ci/WblxS40oQjkQoDe5mBW85yYj292PiilKPXSpUHLImpFN//2Q==","siteTwitter":"@blender_org","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"o82kPod2A","title":"Network-based policies in Cloudflare Gateway","shortId":"o82kPod2A","createdAt":"2021-06-04T15:40:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":4,"score":27047272,"tagsStr":"cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T15:30:00.000Z","url":"https://blog.cloudflare.com/network-based-policies-in-cloudflare-gateway/","canonicalUrl":"https://blog.cloudflare.com/network-based-policies-in-cloudflare-gateway/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4081948c486827c869871bc4e9154f0a","ratio":1.84900284900285,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHRAAAgICAwEAAAAAAAAAAAAAAREAAhIxAxMhI//EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDUeF1f6H0k6l4suqjsygytxEQ//9k=","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"iN5NeHFI5","title":"Trigonometry in CSS and JavaScript: Beyond Triangles","shortId":"iN5NeHFI5","createdAt":"2021-06-04T10:16:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":104,"score":27047251,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://tympanus.net/codrops/2021/06/04/trigonometry-in-css-and-javascript-beyond-triangles/","canonicalUrl":"https://tympanus.net/codrops/2021/06/04/trigonometry-in-css-and-javascript-beyond-triangles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/911c5aff92358c58a09d7325a6b76b35","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAwABBQAAAAAAAAAAAAAAAAECAxIhIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/AMvRpxqL4ZE+4fhLYApcNf/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"WoZbxJS2C","title":"Top 5 Rich Text Editors for React in 2021","shortId":"WoZbxJS2C","createdAt":"2021-06-04T07:36:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":164,"score":27047175,"tagsStr":"react,cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-04T09:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-06-02T20:32:28.000Z","url":"https://blog.bitsrc.io/top-5-rich-text-editors-for-react-in-2021-628fecf0f7e0","canonicalUrl":"https://blog.bitsrc.io/top-5-rich-text-editors-for-react-in-2021-628fecf0f7e0","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32439bce1cc81d5781f61c9081d0d200","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhEhUxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxEhMf/aAAwDAQACEQMRAD8A1rkfG7qfHZH1WRuIrxoWMDTzuVVtH7o76FV4rFchbF2ZuMtGZjChchVbbeI32U2e/wBNKVTa7Z7FpJYbn//Z","siteTwitter":"@bitdev_","creatorTwitter":"@sri_yasas","readTime":1,"description":null,"toc":null,"summary":null},{"id":"vAnodB4aK","title":"JavaScript Tutorial – How to Set Up a Front End Development Project","shortId":"vAnodB4aK","createdAt":"2021-06-03T21:48:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":1233,"score":27047153,"tagsStr":"general-programming,webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-04T03:30:00.000Z","discussionScore":8,"banned":false,"deleted":false,"publishedAt":"2021-06-03T21:44:03.000Z","url":"https://www.freecodecamp.org/news/how-to-set-up-a-front-end-development-project/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-set-up-a-front-end-development-project/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43d79d1f477d4f202ccdb03bbc1afa52","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEABEhBQYSMQciUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESL/2gAMAwEAAhEDEQA/AKjf3klW1JWmxXmZMtp1BfNlpRxSDxt17dk5+CqNjV2ZDLbyUu2cSFjkBfIvnNKUMQpWIotcyz//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@HunorBorbely","readTime":15,"description":null,"toc":null,"summary":null},{"id":"81m6T2fVF","title":"How to leverage distributed engineering teams for rapid response","shortId":"81m6T2fVF","createdAt":"2021-06-04T11:51:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":7,"score":27047127,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/04/managing-global-projects-requiring-rapid-response-continuously/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/04/managing-global-projects-requiring-rapid-response-continuously/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7414921cc3db003bcb7b0bd57de0cd05","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHxABAAEEAQUAAAAAAAAAAAAAAQIAAxExIUFRgaGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AznK+MRlEVE1p7+fXSpuXISnKRnCqZOftKVXh3//Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_HV81KC1B","title":"Updates to our policies regarding exploits, malware, and vulnerability research","shortId":"_HV81KC1B","createdAt":"2021-06-04T16:12:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":0,"score":27047052,"tagsStr":"security,cyber,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://github.blog/2021-06-04-updates-to-our-policies-regarding-exploits-malware-and-vulnerability-research/","canonicalUrl":"https://github.blog/2021-06-04-updates-to-our-policies-regarding-exploits-malware-and-vulnerability-research/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/832a5bcafaea81361550440f1bed968d","ratio":1.90634920634921,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAxEEExQyVJH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAEH/2gAMAwEAAhEDEQA/ANN5+sUghHKwNTvxtTZH2D8REwP/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vrQ-GJn_T","title":"An update on our racial justice efforts","shortId":"vrQ-GJn_T","createdAt":"2021-06-04T10:15:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"dm","views":2,"score":27047010,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://deepmind.com/blog/announcements/an-update-on-our-racial-justice-efforts","canonicalUrl":"https://deepmind.com/blog/announcements/an-update-on-our-racial-justice-efforts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ee3829a068b65ff0bd1d86cffde34b7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAxITkQQRQVJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAMh/9oADAMBAAIRAxEAPwDSMUbjqmkym2dhRSPecYVW2zq3CIlauvG//9k=","siteTwitter":"/blog/announcements/an-update-on-our-racial-justice-efforts","creatorTwitter":"@DeepMindAI","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bGCZngafL","title":"Static vs Unit vs Integration vs E2E Testing for Frontend Apps","shortId":"bGCZngafL","createdAt":"2021-06-03T20:15:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"kentcdodds","views":175,"score":27046533,"tagsStr":"general-programming,webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://kentcdodds.com/blog/static-vs-unit-vs-integration-vs-e2e-tests","canonicalUrl":"https://kentcdodds.com/blog/static-vs-unit-vs-integration-vs-e2e-tests","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/315913c66d9637082a284e4195dca377","ratio":2.19512195121951,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAwABAgQRBQYyYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0rcrGnuLTjxtlgAYTxnXbgR3eGJP22Hx6qiIg//Z","siteTwitter":"","creatorTwitter":"@kentcdodds","readTime":9,"description":null,"toc":null,"summary":null},{"id":"PiEmye7dx","title":"How to Build a Hackintosh - Install MacOS Big Sur on a PC Using OpenCore","shortId":"PiEmye7dx","createdAt":"2021-06-03T18:09:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":247,"score":27046473,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-03T22:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T18:07:17.000Z","url":"https://www.freecodecamp.org/news/build-a-hackintosh/","canonicalUrl":"https://www.freecodecamp.org/news/build-a-hackintosh/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1adf60032c881d6021ee09fffb77d874","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABRIGFCExUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQFISNB/9oADAMBAAIRAxEAPwDId91FHdeire17bsdoAMhIDRADSfBSLBuvd5NF20btmeGqjhPAUCsk1X2sYyjwHRiG8Ah7imrHYn//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":11,"description":null,"toc":null,"summary":null},{"id":"DPFJxtjRX","title":"IOTW: MacOS Security Patches Issued Again","shortId":"DPFJxtjRX","createdAt":"2021-06-04T00:15:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":11,"score":27046393,"tagsStr":"security,apple,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-04T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-macos-security-patches-issued-again","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-macos-security-patches-issued-again","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d96277a788a9d12ac6360810f58ca011","ratio":1.77304964539007,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAgQFBiEjQWHS8P/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDIUH/2gAMAwEAAhEDEQA/AMPpm9clmlts1j7ldfA+7SKN157ALhjgLcjqD1iI8Y5a2gndLp//2Q==","siteTwitter":"https://twitter.com/CSHubUSA","creatorTwitter":"https://twitter.com/CSHubUSA","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BnIMcPUUf","title":"GitHub Enterprise Server 3.1 is now generally available","shortId":"BnIMcPUUf","createdAt":"2021-06-03T19:51:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"ghblog","views":53,"score":27046360,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://github.blog/2021-06-03-github-enterprise-server-3-1-is-now-generally-available/","canonicalUrl":"https://github.blog/2021-06-03-github-enterprise-server-3-1-is-now-generally-available/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d1a71e1cc4fbadc7a0d6696eb505a90","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQRIQUSMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM+cjdlu7NTVjjeS2z99kutaqtVwHbAYiIlH/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lGtktZded","title":"Hexagons and Beyond: Flexible, Responsive Grid Patterns, Sans Media Queries","shortId":"lGtktZded","createdAt":"2021-06-03T15:09:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":181,"score":27046296,"tagsStr":"webdev,css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-03T16:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T14:25:57.000Z","url":"https://css-tricks.com/hexagons-and-beyond-flexible-responsive-grid-patterns-sans-media-queries/","canonicalUrl":"https://css-tricks.com/hexagons-and-beyond-flexible-responsive-grid-patterns-sans-media-queries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40c34a5e78277771375917488afd9109","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQMCAAQGEQUSIRNR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB4RAAEDBAMAAAAAAAAAAAAAAAECAwQABREhE0Hw/9oADAMBAAIRAxEAPwDKZFxZVkbnSmi5Lo9dXafr193seipDcGa1k2Hk1RMiZajZgAb/AAdvBSlGXSS5HKeI4z7ukIrKHXnUrGgdV//Z","siteTwitter":"@CSS","creatorTwitter":"@ChallengesCss","readTime":18,"description":null,"toc":null,"summary":null},{"id":"CJH3X_VOo","title":"The Testing Trophy and Testing Classifications","shortId":"CJH3X_VOo","createdAt":"2021-06-03T20:15:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"kentcdodds","views":15,"score":27046221,"tagsStr":"general-programming,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://kentcdodds.com/blog/the-testing-trophy-and-testing-classifications","canonicalUrl":"https://kentcdodds.com/blog/the-testing-trophy-and-testing-classifications","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61b80fcef96c0a66797720a9c498dfc6","ratio":1.77682403433476,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAeEAACAQQDAQAAAAAAAAAAAAABAgMABQYRBCFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGhEAAQUBAAAAAAAAAAAAAAAAAAIDExRRUv/aAAwDAQACEQMRAD8AuF+yd4+QrzW+NJFARYlbcbBh2GPeiB9NUS5TmLSuV5FoRSSQogY6HlKVKtvdDGnD/9k=","siteTwitter":"","creatorTwitter":"@kentcdodds","readTime":5,"description":null,"toc":null,"summary":null},{"id":"s3IxFWLP2","title":"Eyeballs, Training, China: Reasons for the Stack Overflow Acquisition – The New Stack","shortId":"s3IxFWLP2","createdAt":"2021-06-03T17:44:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":31,"score":27046189,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T16:43:30.000Z","url":"https://thenewstack.io/eyeballs-training-china-reasons-for-the-stack-overflow-acquisition/","canonicalUrl":"https://thenewstack.io/eyeballs-training-china-reasons-for-the-stack-overflow-acquisition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9486754372d57a43d7767268783ac8a9","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgMEAFEGIhESkf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQMx/9oADAMBAAIRAxEAPwCZ13oWeHWo7USx2qyL6SKvYISVIBGup+7yYSyOkjqfBIJBO8YwkFo2zw//2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@LawrenceHecht","readTime":3,"description":null,"toc":null,"summary":null},{"id":"s0QcqgXuP","title":"Lists in Python – A Comprehensive Guide","shortId":"s0QcqgXuP","createdAt":"2021-06-03T18:49:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":30,"score":27046182,"tagsStr":"python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T18:42:20.000Z","url":"https://www.freecodecamp.org/news/lists-in-python-comprehensive-guide/","canonicalUrl":"https://www.freecodecamp.org/news/lists-in-python-comprehensive-guide/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2ceba009aac9eaaec2508abad150c00","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIEEQADEgUGEyExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIREiP/2gAMAwEAAhEDEQA/AJIHcEfVE5F5AdVX3ZsXV/p+1mdu6pz3O67ZYDMSB5mxjDVgpq2an//Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"144LRigEv","title":"Schofield's Laws of Computing – What they Are and Why You Should Know Them","shortId":"144LRigEv","createdAt":"2021-06-03T18:49:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":21,"score":27046155,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T18:46:12.000Z","url":"https://www.freecodecamp.org/news/schofields-laws-of-computing/","canonicalUrl":"https://www.freecodecamp.org/news/schofields-laws-of-computing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56c16ba0494d30f8266e409420031611","ratio":1.91021967526266,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQGEQUTQSEiI1Hh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAkER/9oADAMBAAIRAxEAPwCG+b/1SC79IiYyLFO5kjOrgHGTtIcAcEY9rQZK0bjvHyefiIjNkqJsRwVHJ//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@SethFalco","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ayNhdU72D","title":"PWAs as URL Handlers","shortId":"ayNhdU72D","createdAt":"2021-06-03T07:50:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","tweeted":true,"views":658,"score":27046142,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-03T16:00:00.000Z","discussionScore":27,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://web.dev/pwa-url-handler/","canonicalUrl":"https://web.dev/pwa-url-handler/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36ebfb9e95ad4e70a17a8eca810bb3ae","ratio":3.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgIBAgcBAAAAAAAAAAAAAQIDBAAREgUGExUhIjGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAQf/aAAwDAQACEQMRAD8A0a7H3Woti7JO0yXOirpM8ZVNPg2kaZceVuCxExx0UVE9VG9vAH7jGUR//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"3UFWrZuqo","title":"Serverless vs Fully Managed Services: What's the Difference?","shortId":"3UFWrZuqo","createdAt":"2021-06-03T17:02:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":45,"score":27046115,"tagsStr":"general-programming,aws,serverless","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T16:51:37.000Z","url":"https://www.freecodecamp.org/news/serverless-fully-managed-service-difference/","canonicalUrl":"https://www.freecodecamp.org/news/serverless-fully-managed-service-difference/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/daafb20f34b851cf778d833f307d7fd8","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgIABQUAAAAAAAAAAAAAAgMAAQQFBhESISQxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAECAwAR/9oADAMBAAIRAxEAPwCDBapy9OEWClqJNDsQksqLf5ddJknqzLuZdgvz6uIlB5rwY87v0gb/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@PeriGk_Tech","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ikriS6V3l","title":"Managing Shared State In Vue 3","shortId":"ikriS6V3l","createdAt":"2021-06-03T10:45:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":265,"score":27046105,"tagsStr":"webdev,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-03T14:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/06/managing-shared-state-vue3/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/managing-shared-state-vue3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/630cf2ec00a38a2c14b642f088cc7ab5","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYxElGx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhEf/aAAwDAQACEQMRAD8A2HimkOtiS5C5jj5cp5KfEICKR0K938yqBzKRIgx3lRGApxtKyAT2ReMYpFFGJbuDVjFVWfB5v//Z","siteTwitter":"@smashingmag","creatorTwitter":"@shawnwildermuth","readTime":13,"description":null,"toc":null,"summary":null},{"id":"VUHdL4jxF","title":"The 9 Best Portable Grills You Can Buy","shortId":"VUHdL4jxF","createdAt":"2021-05-30T13:05:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T09:00:00.000Z","url":"https://www.wired.com/story/best-portable-grills","canonicalUrl":"https://www.wired.com/story/best-portable-grills","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfa46f2f91d68cec1976e416bc030683","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAgEEAwAAAAAAAAAAAAAAAgMAAQQREjJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGREBAQEAAwAAAAAAAAAAAAAAAQIAEUHB/9oADAMBAAIRAxEAPwDIO1NrgcN05QK5KHXVneaZ8rSUiIeXkNYYgmqTt8N//9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"7zX-4Kp-3","title":"Building an online store with React, AWS, and Stripe","shortId":"7zX-4Kp-3","createdAt":"2021-06-03T15:08:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":95,"score":27046076,"tagsStr":"tech-news,react,aws,authentication,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T15:08:27.000Z","url":"https://blog.bitsrc.io/how-to-build-an-online-store-with-react-aws-and-stripe-95413e6ce727","canonicalUrl":"https://blog.bitsrc.io/how-to-build-an-online-store-with-react-aws-and-stripe-95413e6ce727","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/660b12221e5d97a84917ac017d57c427","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDABESIQQFEyIxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyEy/9oADAMBAAIRAxEAPwDX9Gkgd4uN2TjtifE7Hu11uPtQyOpkchWFydZHVKUkHrJLeEf/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"@mjmrz","readTime":4,"description":null,"toc":null,"summary":null},{"id":"NcU-_1qi_","title":"How to execute terminal commands with your voice on Linux","shortId":"NcU-_1qi_","createdAt":"2021-06-03T15:08:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":63,"score":27046046,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T08:14:05.000Z","url":"https://mitchellharle.medium.com/how-to-execute-terminal-commands-with-your-voice-on-linux-eb1f6de58bff","canonicalUrl":"https://mitchellharle.medium.com/how-to-execute-terminal-commands-with-your-voice-on-linux-eb1f6de58bff","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c93b22ca22b8ec7ddfd08df9b9672bf","ratio":3.6036036036036,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxETIUFSkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxOuxzTc5YlxjB5G8hrWd29iJYP/Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"UOW4bvWqw","title":"GitLab is setting the standard for DevSecOps","shortId":"UOW4bvWqw","createdAt":"2021-06-03T15:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":35,"score":27045979,"tagsStr":"security,testing,devops,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://about.gitlab.com/blog/2021/06/01/gitlab-is-setting-standard-for-devsecops/","canonicalUrl":"https://about.gitlab.com/blog/2021/06/01/gitlab-is-setting-standard-for-devsecops/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b221a703974699058041b0534bfe94f","ratio":1.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQUBAQEAAAAAAAAAAAAABAABAgMRIRMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEBAAEFAAAAAAAAAAAAAAABAgBBUWGBof/aAAwDAQACEQMRAD8AxEUkGsC+ogKVpUt8rmteLR1s62dz6yhRFXxBLSa8u3nWI1SgZ//Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oj6Z5NkAd","title":"Cipher Definition – What is a Block Cipher and How Does it Work to Protect Your Data?","shortId":"oj6Z5NkAd","createdAt":"2021-06-03T16:22:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":9,"score":27045966,"tagsStr":"data-science,cyber,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T16:21:19.000Z","url":"https://www.freecodecamp.org/news/what-is-a-block-cipher/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-a-block-cipher/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64a092fcf59e502ba85973b956a60071","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAACAQMEABEhBRIUIiMxof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAETH/2gAMAwEAAhEDEQA/AI7T3XpqNjABjkRY6Ae4BW7amubkC9rY+4qR50lzyA8OwuyXZH0tKVKKVe53Ieb/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@megansdoingfine","readTime":10,"description":null,"toc":null,"summary":null},{"id":"ogsI-ONLv","title":"Master code splitting with dynamic imports in Next.js","shortId":"ogsI-ONLv","createdAt":"2021-06-03T12:05:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":109,"score":27045957,"tagsStr":"general-programming,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://daily.dev/blog/code-splitting-with-dynamic-imports-in-nextjs","canonicalUrl":"https://daily.dev/blog/code-splitting-with-dynamic-imports-in-nextjs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54d1bc8c5308740224a9803bf44efbe7","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAQMEAQUBAAAAAAAAAAAAAgEDBAAFERIhBhMxQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAcEQADAAIDAQAAAAAAAAAAAAABAgMAEQQxkbH/2gAMAwEAAhEDEQA/AIkC7Xu09ZX1uPdFUbFGF6OKsjqQuEhGJJ7XnG3nhPytNx50t6O073kTcULGg8ZTPylKKahbUQdDWvMnr8y7Tm5c7IHwZ//Z","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"p6TbGCd2i","title":"Are We There Yet? The Query Your Database Can’t Answer","shortId":"p6TbGCd2i","createdAt":"2021-06-03T17:17:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":8,"score":27045951,"tagsStr":"general-programming,backend,kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://www.confluent.io/blog/ksqldb-streaming-sql-the-query-your-database-cant-answer/","canonicalUrl":"https://www.confluent.io/blog/ksqldb-streaming-sql-the-query-your-database-cant-answer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":14,"description":null,"toc":null,"summary":null},{"id":"ukDSzw_Wd","title":"Web Design & Development News: Collective #664","shortId":"ukDSzw_Wd","createdAt":"2021-06-03T15:14:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":35,"score":27045943,"tagsStr":"general-programming,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":null,"url":"https://tympanus.net/codrops/collective/collective-664/","canonicalUrl":"https://tympanus.net/codrops/collective/collective-664/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7cb2b45c5fb75045252242882aa1688d","ratio":0.769230769230769,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAJxAAAgEDAwALAAAAAAAAAAAAAQIDAAQRBQYxBxMUFyEiUVRxgZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Axy9GE6xGNNLt5wqg9aI2yw+c+JqHurn9u/5SG49+av26G0tppLaxtmGI43w7KeVL44+qAm3hrrTSMmqXaIWJChx5R6cUH//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"KoHIc6oO5","title":"Birth of the Cloud: A Q&A with Vint Cerf and Linode’s Christopher Aker – The New Stack","shortId":"KoHIc6oO5","createdAt":"2021-06-03T13:50:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":23,"score":27045942,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T13:00:14.000Z","url":"https://thenewstack.io/birth-of-the-cloud-a-qa-with-vint-cerf-and-linodes-christopher-aker/","canonicalUrl":"https://thenewstack.io/birth-of-the-cloud-a-qa-with-vint-cerf-and-linodes-christopher-aker/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eba698c4c11ad28a52a13db90baa60b1","ratio":1.44170403587444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIEEQADBQYSFDEh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABEQL/2gAMAwEAAhEDEQA/AJ1ruqNxfjH7Tb6rbGulO13LCQCFpUpKUxCpEfCIMxM1leaua0nMv0sbuS6gcXBZmCeHI8fRPkUpQ0lR5sP/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Wk8GfKoud","title":"Inspirational Websites Roundup #26","shortId":"Wk8GfKoud","createdAt":"2021-06-03T13:34:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":33,"score":27045830,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T00:00:00.000Z","url":"https://tympanus.net/codrops/2021/06/03/inspirational-websites-roundup-26/","canonicalUrl":"https://tympanus.net/codrops/2021/06/03/inspirational-websites-roundup-26/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b7ecdcfab42c8d35feffc929f16b130","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIEAAMRBiExBRITFiSh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADBBETIaH/2gAMAwEAAhEDEQA/ALGuetrqaKtiL5UCSmkfQFIXKdpUKoGBsDyaz3rVw7tbiknkh8Z/aUodpRRiU7mlquGpIeDHs//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"b8Sp_jQuc","title":"Syria’s exam-related Internet shutdowns","shortId":"b8Sp_jQuc","createdAt":"2021-06-03T18:09:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":0,"score":27045729,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T17:57:04.000Z","url":"https://blog.cloudflare.com/syria-exam-related-internet-shutdowns/","canonicalUrl":"https://blog.cloudflare.com/syria-exam-related-internet-shutdowns/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e31d690a40383a20f45867c898702ab7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFBhEhUXGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABElH/2gAMAwEAAhEDEQA/AN6TQ9Ta1jLa3hyGUcg2cfj1UE2v4dZpFTE49VDEAC2TofKUppsJWH//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@jgrahamc","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Q1EfmdE5k","title":"Multi-Cluster Kubernetes: Managing DigitalOcean Kubernetes and Amazon EKS with KubeSphere","shortId":"Q1EfmdE5k","createdAt":"2021-06-03T10:11:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":33,"score":27045683,"tagsStr":"aws,kubernetes,digitalocean","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T07:41:43.000Z","url":"https://itnext.io/multi-cluster-kubernetes-managing-digital-ocean-kubernetes-and-amazon-eks-with-kubesphere-6ba3f9cfe676","canonicalUrl":"https://itnext.io/multi-cluster-kubernetes-managing-digital-ocean-kubernetes-and-amazon-eks-with-kubesphere-6ba3f9cfe676","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13a775db27c5810d45f3e8e95babfba8","ratio":1.74860335195531,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEEBTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDResosZVUGs5gODJL+dxs7M3LUWJ0kr9iIzJHlMhq//9k=","siteTwitter":"@itnext_io","creatorTwitter":"@KubeSphere","readTime":6,"description":null,"toc":null,"summary":null},{"id":"No7hzrzsN","title":"Building GraphQL APIs with Quarkus","shortId":"No7hzrzsN","createdAt":"2021-06-03T10:10:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":33,"score":27045672,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T07:03:18.000Z","url":"https://itnext.io/building-graphql-apis-with-quarkus-dbbf23f897df","canonicalUrl":"https://itnext.io/building-graphql-apis-with-quarkus-dbbf23f897df","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82961da34a4769ff9d64887c2294c5e0","ratio":1.79910044977511,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAQMCBwAAAAAAAAAAAAAAAAEEBQLRAxIVMUFVlP/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSeJBxeRFWNYb8NqLE9GjOtY+aiwAh/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@hantsy","readTime":7,"description":null,"toc":null,"summary":null},{"id":"a1Sw38TiZ","title":"CSS for Web Vitals","shortId":"a1Sw38TiZ","createdAt":"2021-06-02T19:12:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":1487,"score":27045625,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-03T07:00:01.000Z","discussionScore":58,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:00:00.000Z","url":"https://web.dev/css-web-vitals/","canonicalUrl":"https://web.dev/css-web-vitals/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f14f30e28ddbec27d3777ec068aee606","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwUGBBEhQv/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQIDBBEABTFR/9oADAMBAAIRAxEAPwDcaTsuP4+AIWotYforKGyljkuKU6b0REq1aWG0o0i79wybtpbs54FZACjzP//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JMYAdvwyA","title":"Multi-Cluster Kubernetes: Managing Digital Ocean Kubernetes and Amazon EKS with KubeSphere","shortId":"JMYAdvwyA","createdAt":"2021-06-03T07:04:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":37,"score":27045502,"tagsStr":"aws,kubernetes,digitalocean","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-03T06:52:39.000Z","url":"https://kubesphere.medium.com/multi-cluster-kubernetes-managing-digital-ocean-kubernetes-and-amazon-eks-with-kubesphere-6ba3f9cfe676","canonicalUrl":"https://kubesphere.medium.com/multi-cluster-kubernetes-managing-digital-ocean-kubernetes-and-amazon-eks-with-kubesphere-6ba3f9cfe676","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13a775db27c5810d45f3e8e95babfba8","ratio":1.74860335195531,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEEBTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDResosZVUGs5gODJL+dxs7M3LUWJ0kr9iIzJHlMhq//9k=","siteTwitter":"@Medium","creatorTwitter":"@KubeSphere","readTime":6,"description":null,"toc":null,"summary":null},{"id":"6m2-9xSD9","title":"How to Design Your Own Learning Plan for Any Tech Stack","shortId":"6m2-9xSD9","createdAt":"2021-06-02T21:19:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":665,"score":27045495,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-03T05:30:00.000Z","discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-06-02T21:18:15.000Z","url":"https://www.freecodecamp.org/news/how-to-design-your-own-learning-plan-for-any-tech-stack/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-design-your-own-learning-plan-for-any-tech-stack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f7948ee68fae6d103b5f38fd1f90e64","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQIDBBEAEgYHIjFBYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAQIHAAAAAAAAAAAAAAAAAQARAwQFBlJxsf/aAAwDAQACEQMRAD8AvcrZsVPGcfWIC6thxDSya0WEE3XsJI+5oODuqFHLh6y2kq17XXjGMQqQaKNIO3y8sXyPAv/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@KenTheRogers","readTime":10,"description":null,"toc":null,"summary":null},{"id":"7xooV9szv","title":"Divvy","shortId":"7xooV9szv","createdAt":"2021-05-14T14:32:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27016712,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/119125581/Divvy","canonicalUrl":"https://www.behance.net/gallery/119125581/Divvy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89cfdf200c0ad266c2470b18f8056542","ratio":1.47679324894515,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMAAgQFERIhExUx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREh/9oADAMBAAIRAxEAPwDaNbZm3w6+oZRbx98tAQZVGWsJWHVJaKjmQOidu4iCt5D/2Q==","siteTwitter":"@behance","creatorTwitter":"@wearefagerstrom","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_kC3BBKu_","title":"Debugging iOS Safari","shortId":"_kC3BBKu_","createdAt":"2021-06-02T21:42:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":111,"score":27045174,"tagsStr":"apple,testing,devtools,ios,google-chrome,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T21:15:28.000Z","url":"https://css-tricks.com/debugging-ios-safari/","canonicalUrl":"https://css-tricks.com/debugging-ios-safari/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7d39d2f26d7c8861c6229f16c0e865c","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAwABAgQREiEFFRcxQVHi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB0RAAIBBAMAAAAAAAAAAAAAAAEDAgAEESEFQfD/2gAMAwEAAhEDEQA/AM7rOARJURkMgMiCaLucLmtu92yl38KXT2T75o2/VN9oiM5S4ZbmIUcZ93SNsmDXNjIaB1X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5-aORjqjh","title":"How Airbnb Standardized Metric Computation at Scale","shortId":"5-aORjqjh","createdAt":"2021-06-03T01:44:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"airbnb","views":7,"score":27045012,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:14:47.000Z","url":"https://medium.com/airbnb-engineering/airbnb-metric-computation-with-minerva-part-2-9afe6695b486","canonicalUrl":"https://medium.com/airbnb-engineering/airbnb-metric-computation-with-minerva-part-2-9afe6695b486","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7cab73d4bca9f26e8b2c3e7a7d92d129","ratio":2.49480249480249,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgABAwQREjEiQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDMVe6UFG1VaGuY2dNpDjYjDV8+C6OfuOspH6iIP//Z","siteTwitter":"@AirbnbEng","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"fDnQRfstR","title":"Evolving Cumulative Layout Shift in web tooling","shortId":"fDnQRfstR","createdAt":"2021-06-02T19:12:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":69,"score":27044969,"tagsStr":"webdev,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:00:00.000Z","url":"https://web.dev/cls-web-tooling/","canonicalUrl":"https://web.dev/cls-web-tooling/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f1103c79e114a6ff372ea70cf806088","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAAYBBQAAAAAAAAAAAAABAwACBAURIRITFTJBof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABEQACAxP/2gAMAwEAAhEDEQA/AKS1Wldyp0Ptja91MmUp6r35Z5Eg7I9HMWfaHS6mNQSNE8pd/YQgowq3Ed7ICf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EJVyXCTBF","title":"Fetch API – How to Make a GET Request and POST Request in JavaScript","shortId":"EJVyXCTBF","createdAt":"2021-06-02T19:45:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":95,"score":27044950,"tagsStr":"webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T19:39:05.000Z","url":"https://www.freecodecamp.org/news/how-to-make-api-calls-with-fetch/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-make-api-calls-with-fetch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd3ac68e1f660d6ea7486b91193fe610","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGIjFhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQAREiH/2gAMAwEAAhEDEQA/AMuu/Op9+jWqO+wywm2RRDbUySCtGtqyTvqPFQjdpIOAiNj2wgn7jdKVVyHKgNLP/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@UbahTheBuilder","readTime":5,"description":null,"toc":null,"summary":null},{"id":"f1Np56JHk","title":"Building multiple Progressive Web Apps on the same domain","shortId":"f1Np56JHk","createdAt":"2021-06-02T16:37:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"web","views":171,"score":27044941,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T00:00:00.000Z","url":"https://web.dev/building-multiple-pwas-on-the-same-domain/","canonicalUrl":"https://web.dev/building-multiple-pwas-on-the-same-domain/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b1359adf872ca72df51d06e201f3bc9","ratio":2.36686390532544,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAARBQYTMf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyFKvHdoVjKoCxTeaoqgLokD5rJt9v5OrbmrwrUEcTtGoNdSdA6GMYVX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"jQpa3uZqu","title":"How to Migrate from Vue v.2 to Vue v.3 with a Simple Example Project","shortId":"jQpa3uZqu","createdAt":"2021-06-02T19:19:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":89,"score":27044910,"tagsStr":"vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T19:14:53.000Z","url":"https://www.freecodecamp.org/news/migrate-from-vue2-to-vue3-with-example-project/","canonicalUrl":"https://www.freecodecamp.org/news/migrate-from-vue2-to-vue3-with-example-project/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ecb582f4bee67c7fe389a4d9f204506f","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBBEABQYSIQcTUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCESH/2gAMAwEAAhEDEQA/AKPg93T5+84renwnIC2Iii6sPFz3uDiLII6TZuh8GaUQhwJAU6FKA7PGrxjFtNZQaTiz/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@Fab_Sky_Walker","readTime":10,"description":null,"toc":null,"summary":null},{"id":"ohJMb4EfT","title":"Vimrc Configuration Guide - How to Customize Your Vim Code Editor with Mappings, Vimscript, Status Line, and More","shortId":"ohJMb4EfT","createdAt":"2021-06-02T20:52:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":27,"score":27044862,"tagsStr":"devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T20:44:22.000Z","url":"https://www.freecodecamp.org/news/vimrc-configuration-guide-customize-your-vim-editor/","canonicalUrl":"https://www.freecodecamp.org/news/vimrc-configuration-guide-customize-your-vim-editor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23fa745b4b5658fa4b2bd7a23786f81c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQcSISIxMlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMAESExof/aAAwDAQACEQMRAD8Aw1ns8RMSbbWy8llhsKbVlBIVvU3nxxzsz9qqtI7S8oumfNBWd2Ok9+fVKURZ24J6yh4zSYdRoknfmf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"xmzHqXRDO","title":"How to Schedule Tasks using Chrono in Golang","shortId":"xmzHqXRDO","createdAt":"2021-06-01T18:16:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":20,"score":27043239,"tagsStr":"golang","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T17:54:39.000Z","url":"https://itnext.io/how-to-schedule-tasks-using-chrono-in-golang-16a39b14a79a","canonicalUrl":"https://itnext.io/how-to-schedule-tasks-using-chrono-in-golang-16a39b14a79a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a5ef481289414900c33e3e2205ae4fc","ratio":2.13675213675214,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAACAgIDAAAAAAAAAAAAAAACAwABEdEzYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AloHANYJCy7vO4tq88Ae3uIgf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zV8oSpO2b","title":"Understanding Cloud Marketplaces","shortId":"zV8oSpO2b","createdAt":"2021-06-02T19:00:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":17,"score":27044793,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T17:52:48.000Z","url":"https://thenewstack.io/understanding-cloud-marketplaces/","canonicalUrl":"https://thenewstack.io/understanding-cloud-marketplaces/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/461dd7e7fd9a73730dfc3827d3742a8b","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQIGAgMAAAAAAAAAAAAAAQIDAAQFERIhBhMiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgMRBRIhMVHB/9oADAMBAAIRAxEAPwCfzefosq1I1OihQbnPJ+TczxSmwJCfqTvV4xLvMXO1fS0pDWRwSSklI9C+O4QgGFgPCgjyM2kBtDboe2v/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"weYXedoE0","title":"Why should you write your own API gateway — from scratch","shortId":"weYXedoE0","createdAt":"2021-06-02T11:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":406,"score":27044779,"tagsStr":"aws,kubernetes,architecture,golang","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-02T18:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-06-02T11:50:47.000Z","url":"https://itnext.io/why-should-you-write-your-own-api-gateway-from-scratch-378074bfc49e","canonicalUrl":"https://itnext.io/why-should-you-write-your-own-api-gateway-from-scratch-378074bfc49e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b3d2c63f796a80b1d36f800f91732a0","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMF/8QAIxAAAgIBBAEFAQAAAAAAAAAAAQMCBBEABRIhMQYHIiRhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwBI2b1ix9Jzp0kTmqbiDBoAMYE8SQe/GM6rR9xlNo12WVcXzXGTAuGYiRHePzOgahbvVNn3CsdwCnsHAAiUpfIAdSzgeNYpqb9k/abH8jaIA/g49aM2dkct/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aBDMqYQ15","title":"How Facebook deals with PCIe faults to keep our data centers running reliably","shortId":"aBDMqYQ15","createdAt":"2021-06-02T16:08:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"facebook_code","views":64,"score":27044776,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T16:00:56.000Z","url":"https://engineering.fb.com/2021/06/02/data-center-engineering/how-facebook-deals-with-pcie-faults-to-keep-our-data-centers-running-reliably/","canonicalUrl":"https://engineering.fb.com/2021/06/02/data-center-engineering/how-facebook-deals-with-pcie-faults-to-keep-our-data-centers-running-reliably/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa9f3f03d2fb68e4919eb5c867e3f23a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHhABAAEDBQEAAAAAAAAAAAAAAQACAxETITEykaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANSFqvK69xF4xTt8llKHdfIiKP/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"QldCAk2D-","title":"WSO2 Ships ‘Swan Lake’ Beta Release of Ballerina Programming Language","shortId":"QldCAk2D-","createdAt":"2021-06-02T18:07:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":14,"score":27044732,"tagsStr":"general-programming,cloud,java,backend,ballerina","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T16:50:42.000Z","url":"https://thenewstack.io/wso2-ships-swan-lake-beta-release-of-ballerina-programming-language/","canonicalUrl":"https://thenewstack.io/wso2-ships-swan-lake-beta-release-of-ballerina-programming-language/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b8519642825ac923dd16fbcd16d551c","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQRIQUGEhOB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAEmH/2gAMAwEAAhEDEQA/AMX6WvcXWpSSclUM8XgcGBuQRJrtOiNe/imJrVczPIjwC4kDCIkrVIVR5j4yHTHf/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"W71gBSo21","title":"Pinephone: 200mW – neuer Rekord","shortId":"W71gBSo21","createdAt":"2021-05-09T12:32:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27009392,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T12:22:10.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/09/pinephone-200mw-neuer-rekord/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/09/pinephone-200mw-neuer-rekord/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5id5iz0xZ","title":"Gradient King - Curated collection of 125+ fresh gradients","shortId":"5id5iz0xZ","createdAt":"2021-05-30T11:45:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039585,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:41:09.000Z","url":"https://gradient-king.now.sh","canonicalUrl":"https://gradientking.amplifyapp.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c77d3da22767e0e0e808ec06bd41291d","ratio":1.67105263157895,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJRAAAgECBAYDAAAAAAAAAAAAAQIDAAQFERQiBhITITFBQ3Gx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAQEBAAMAAAAAAAAAAAAAAAECAAMhQf/aAAwDAQACEQMRAD8A0ziJxbvcvrMQD60WqkXEu1mHMPkG3uPGVX8HmWfCbKZpbotJAjk9ZxnmoPtj+n7NKUUvRjipoofHf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"teBr5Ejhn","title":"Expanding Support for Apple Platforms","shortId":"teBr5Ejhn","createdAt":"2021-06-02T18:17:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"firebase","views":33,"score":27044718,"tagsStr":"apple,ios,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/06/expanding-support-for-apple-platforms.html","canonicalUrl":"http://firebase.googleblog.com/2021/06/expanding-support-for-apple-platforms.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a08cf52d54682f808f00505dbbf56f4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEIQUSE//EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAQMFAQAAAAAAAAAAAAAAAQACEQMEIUGBcf/aAAwDAQACEQMRAD8Az4clrohxbseHpDI+T2AIedHVqQGwDQRFQLCm2mIbsAn0ySeobcuLjnUjgiF//9k=","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZXpsHzvwr","title":"AWS App Runner: a Container-Native Platform-as-a-Service","shortId":"ZXpsHzvwr","createdAt":"2021-06-02T18:07:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":5,"score":27044708,"tagsStr":"cloud,aws,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T17:19:50.000Z","url":"https://thenewstack.io/aws-app-runner-a-container-native-platform-as-a-service/","canonicalUrl":"https://thenewstack.io/aws-app-runner-a-container-native-platform-as-a-service/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c1832b374779db9fd619e2af5ac8fd3","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAARIQUTFTEiQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxES/9oADAMBAAIRAxEAPwCGhsT52lqLkKOl+RFddQ7vqJQlsXtY9k5HfoVn3OsI8EvWCcAFs4+0pQKVFm7Gu3IGT//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aeVGZ6TWG","title":"A Crash Course in WordPress Block Filters","shortId":"aeVGZ6TWG","createdAt":"2021-06-02T14:21:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":52,"score":27044648,"tagsStr":"career,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T13:35:53.000Z","url":"https://css-tricks.com/a-crash-course-in-wordpress-block-filters/","canonicalUrl":"https://css-tricks.com/a-crash-course-in-wordpress-block-filters/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7203cedc755f7208743e69e35b8ab4d5","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACBBEDBQYTFCExNZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8Ay+XpsrMxkV0zDwqDQOUZY6V3FG1RsR1eSHr/AEiI7JXEkBXzOt0hbwo8sisOA8r/2Q==","siteTwitter":"@CSS","creatorTwitter":"@dmtrmrv","readTime":15,"description":null,"toc":null,"summary":null},{"id":"2zl21elRC","title":"How To Fix Cumulative Layout Shift (CLS) Issues","shortId":"2zl21elRC","createdAt":"2021-06-02T12:53:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":93,"score":27044618,"tagsStr":"webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T12:30:00.000Z","url":"https://www.smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/778518241338906c0f2debe1a6a960e0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAUGEhMhMSJRof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADIRHR/9oADAMBAAIRAxEAPwC1Y5bUwre87uaiRvAJSEgENjgd+vtLfmEh+BGeXGa1ONJWfI9kA0pSkUOSW2Btc1BVTBzyf//Z","siteTwitter":"@smashingmag","creatorTwitter":"@tunetheweb","readTime":18,"description":null,"toc":null,"summary":null},{"id":"Cvx1ficUQ","title":"Are Custom Properties a “Menu of What Will Change”?","shortId":"Cvx1ficUQ","createdAt":"2021-06-02T14:21:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":25,"score":27044607,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T13:35:40.000Z","url":"https://css-tricks.com/are-custom-properties-a-menu-of-what-will-change/","canonicalUrl":"https://css-tricks.com/are-custom-properties-a-menu-of-what-will-change/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3070cf730611ce512a4dfbbf839bdbfc","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQSBRQhExYicdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQMCEQAEBSFB8P/aAAwDAQACEQMRAD8AwMWkGltmh1aYyU2QDrV8gzgeQGSn2NIed/VHqiPpERG4PZphAKNX7vE0Jg17YzFgHjP/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FGO44ONNw","title":"Document Your Architecture, Distortion Effect, Web3, Projen - Picks 182","shortId":"FGO44ONNw","createdAt":"2021-06-02T12:35:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":134,"score":27044577,"tagsStr":"react,webdev,devtools,architecture,git,web3","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T12:00:00.000Z","url":"https://daily.dev/blog/document-your-architecture-distortion-effect-web3-projen-picks-182","canonicalUrl":"https://daily.dev/blog/document-your-architecture-distortion-effect-web3-projen-picks-182","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b393b86a56ec166c24305bc81b1fa04b","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAwECBAAFBhESIQcUMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0DN2R8Sw8E+0w4/uEeSAhjtUjmCXl01VXaa11UiF4ctE6GCWe9XxTHG0r15g7c5Nr9D+rSlB/9k=","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cMw0vZW4M","title":"Improving The Performance Of An Online Store (Case Study)","shortId":"cMw0vZW4M","createdAt":"2021-06-02T10:44:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":154,"score":27044565,"tagsStr":"webdev,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d800218ee4fd9b2958d612a186cc6e1","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAxBQYSIv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQADAAMBAAAAAAAAAAAAAAABAgMAESHR/9oADAMBAAIRAxEAPwDaetccKVCxMZPZIEqqqhQpEehveWh3CxPRrTPWi9SRq5+jsgHGMUiijEt3A1cxVVnwa8z/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@pfenya","readTime":22,"description":null,"toc":null,"summary":null},{"id":"98vJDUwRB","title":"Checking Linux’s Code with Static Analysis Tools","shortId":"98vJDUwRB","createdAt":"2021-06-02T13:34:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":1,"score":27044424,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-02T10:00:56.000Z","url":"https://thenewstack.io/checking-linuxs-code-with-static-analysis-tools/","canonicalUrl":"https://thenewstack.io/checking-linuxs-code-with-static-analysis-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/971efb530552431419841a22752b2247","ratio":1.77650429799427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACBAMFETEGEkFRkf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABABIx/9oADAMBAAIRAxEAPwDC08kqQrcybF70HOcMhm8AADf1WL/KwO8mW53lxq7PtERB1lkMF//Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TC-6Il-b0","title":"Learn Next.js and Make React Development Simpler","shortId":"TC-6Il-b0","createdAt":"2021-06-01T17:55:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","tweeted":true,"views":2012,"score":27044210,"tagsStr":"general-programming,react,career,serverless,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-02T06:00:00.000Z","discussionScore":10,"banned":false,"deleted":false,"publishedAt":"2021-06-01T17:43:56.000Z","url":"https://www.freecodecamp.org/news/learn-next-js/","canonicalUrl":"https://www.freecodecamp.org/news/learn-next-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c879af6b036913d0f2dddd69c82bc5ca","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAgABAwUEBhESYSIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACYQMEESHB/9oADAMBAAIRAxEAPwDGa4ILCxw8aNmGWaYB5FE23tu1ay1MEVjlRjXYzCEpi3i3x36RErg5cBHVajppMr//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TGz9LvUeC","title":"Data Engineers of Netflix — Interview with Dhevi Rajendran","shortId":"TGz9LvUeC","createdAt":"2021-06-02T01:33:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"netflix","views":163,"score":27044018,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-03-15T18:17:12.000Z","url":"https://netflixtechblog.com/data-engineers-of-netflix-interview-with-dhevi-rajendran-a9ab7c7b36e5","canonicalUrl":"https://netflixtechblog.com/data-engineers-of-netflix-interview-with-dhevi-rajendran-a9ab7c7b36e5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e819355b6b725d7ef0c732fac59b2a8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQG/8QAJRAAAQMDBAAHAAAAAAAAAAAAAQIDBAAREgUGITETFBUiYXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDBBH/2gAMAwEAAhEDEQA/AKXde1HUNyy/OT1qXDCWWWi7gltdhfJFveVZWsT9WIrUGZPBI9Pa445fH7R5sGOzKfnOymW3nfGSc3EhRv32fnmkZSEkklIJPZIocxsoss6szIr5P//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"nIo6nZXNy","title":"Front-End Testing is For Everyone","shortId":"nIo6nZXNy","createdAt":"2021-06-01T14:58:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","tweeted":true,"views":1744,"score":27043988,"tagsStr":"general-programming,webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-02T06:30:00.000Z","discussionScore":23,"banned":false,"deleted":false,"publishedAt":"2021-06-01T14:17:43.000Z","url":"https://css-tricks.com/front-end-testing-is-for-everyone/","canonicalUrl":"https://css-tricks.com/front-end-testing-is-for-everyone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60014975c0c4203d3cd958afa236371a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQGEjFhFBUi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AzlseC3oceAwdQuj2hKjsDfmVUwN3dn9jQXYk6rZgAdD64iIXlLMlct8zraQqwMkmlY4cB4v/2Q==","siteTwitter":"@CSS","creatorTwitter":"@dzheky","readTime":15,"description":null,"toc":null,"summary":null},{"id":"TSNTzi8k9","title":"The Great Unbundling: JAMstack and the Future of the Web","shortId":"TSNTzi8k9","createdAt":"2021-06-01T17:52:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":59,"score":27043372,"tagsStr":"general-programming,webdev,backend,jamstack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T16:38:18.000Z","url":"https://thenewstack.io/the-great-unbundling-jamstack-and-the-future-of-the-web/","canonicalUrl":"https://thenewstack.io/the-great-unbundling-jamstack-and-the-future-of-the-web/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0ebde00aceca7f95c7392b406c90e51","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAAFBhEUITEyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDAEFR/9oADAMBAAIRAxEAPwDNcb5tu7nNJLes3963FsJliaR+0MYb6qYySCB116P5kmzTryWZXbfwFmcsT4svyTjGRmoWqynmXmoCt7v/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":7,"description":null,"toc":null,"summary":null},{"id":"f5bmTejud","title":"Firebase Realtime Database Launches in Singapore","shortId":"f5bmTejud","createdAt":"2021-06-01T19:17:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"firebase","views":45,"score":27043370,"tagsStr":"general-programming,startup,infrastructure,backend,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/05/firebase-realtime-database-in-singapore.html","canonicalUrl":"http://firebase.googleblog.com/2021/05/firebase-realtime-database-in-singapore.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/731cdf01543079d3d8b457d35d17b271","ratio":1.99415774099318,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBAUABhESByExQf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQADAAMBAAAAAAAAAAAAAAABAgMABCER/9oADAMBAAIRAxEAPwC3h6uibLs8iutY7TsRuCt1KOvB7BaADz9/Tm1capTMW85lqGlLbb60JHJ9AKIGMYqerjeqoPMNiSHUm3nc/9k=","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1QWJWeefH","title":"Trigonometry in CSS and JavaScript: Introduction to Trigonometry","shortId":"1QWJWeefH","createdAt":"2021-06-01T10:29:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":595,"score":27043362,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-01T19:30:01.000Z","discussionScore":5,"banned":false,"deleted":false,"publishedAt":"2021-06-01T10:23:07.000Z","url":"https://tympanus.net/codrops/2021/06/01/trigonometry-in-css-and-javascript-introduction-to-trigonometry/","canonicalUrl":"https://tympanus.net/codrops/2021/06/01/trigonometry-in-css-and-javascript-introduction-to-trigonometry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/929600a7d1a8ac546caf0f03f4b6225f","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGhABAQACAwAAAAAAAAAAAAAAAQACEyIxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxnDUHNyXwOqUleJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"kSqAKtcjS","title":"4 NPM Alternatives: Best JS Package Managers and Publishing Tools","shortId":"kSqAKtcjS","createdAt":"2021-06-01T18:00:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":56,"score":27043283,"tagsStr":"webdev,javascript,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T18:00:09.000Z","url":"https://blog.bitsrc.io/4-npm-alternatives-best-js-package-managers-and-publishing-tools-fe6779937ee9","canonicalUrl":"https://blog.bitsrc.io/4-npm-alternatives-best-js-package-managers-and-publishing-tools-fe6779937ee9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fcb56734dfce7530678b7979fcf89c9","ratio":1.84615384615385,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEiEFEzL/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFxEBAQEBAAAAAAAAAAAAAAAAAREAA//aAAwDAQACEQMRAD8AxvJG23lEYUx7HrIUmjx6JAPQu8tP4vUkdnMEdsb+cYwx0UkymC7/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"RNmYcn56s","title":"GitLab Security Release: 13.12.2, 13.11.5, and 13.10.5","shortId":"RNmYcn56s","createdAt":"2021-06-01T19:40:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"gitlab","views":8,"score":27043280,"tagsStr":"security,cyber,gitlab","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://about.gitlab.com/releases/2021/06/01/security-release-gitlab-13-12-2-released/","canonicalUrl":"https://about.gitlab.com/releases/2021/06/01/security-release-gitlab-13-12-2-released/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c69f906218e8c3b2e1369ec3f625f9b","ratio":4.26666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAGhAAAgMBAQAAAAAAAAAAAAAAAAECESEDEv/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxesVLxd5JPG0WAElcf/Z","siteTwitter":"@GitLab","creatorTwitter":"@GitLab","readTime":null,"description":null,"toc":null,"summary":null},{"id":"A00GdtoI9","title":"Firebird + Rust [en]","shortId":"A00GdtoI9","createdAt":"2021-06-01T11:07:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":323,"score":27043238,"tagsStr":"general-programming,rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-06-01T15:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T01:49:55.000Z","url":"https://itnext.io/firebird-rust-92e9043261cc","canonicalUrl":"https://itnext.io/firebird-rust-92e9043261cc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fdb465608ebca0e878acf4bddc8a66a9","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGEhMVMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEcH/2gAMAwEAAhEDEQA/AN9stkutv96tfIZUpch5bjAfbCkx8gkADOwMjQI+avx2JRjteWYVOdR2KWwATjeBvFKUGgusoWSucJ//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uVBTKe_UB","title":"Smashing Podcast Episode 38 With Ivan Akulov: Why Is My React App Slow?","shortId":"uVBTKe_UB","createdAt":"2021-06-01T14:21:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":42,"score":27043192,"tagsStr":"react,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T14:00:00.000Z","url":"https://www.smashingmagazine.com/2021/06/smashing-podcast-episode-38/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/smashing-podcast-episode-38/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/62f7d601f38fa9da28d0427976f61301","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQQhAxQxgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAECIQADESIxQVH/2gAMAwEAAhEDEQA/AM/kO3ZIYKXoMW3beDvfqX8uLjpyupRmKki7Av5EQQMSJ9qtPbVLgZI1AgnGJ64r/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@drewm","readTime":27,"description":null,"toc":null,"summary":null},{"id":"T02zl6xe0","title":"Setting Up A Currency Convertor With ExchangeRatesApi.io","shortId":"T02zl6xe0","createdAt":"2021-06-01T09:33:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":211,"score":27043106,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-06-01T11:30:00.000Z","discussionScore":8,"banned":false,"deleted":false,"publishedAt":"2021-06-01T09:00:00.000Z","url":"https://www.smashingmagazine.com/2021/06/currency-convertor-exchangeratesapi/","canonicalUrl":"https://www.smashingmagazine.com/2021/06/currency-convertor-exchangeratesapi/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c408e090c476ca84708be34c4ade49e0","ratio":1.33159947984395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQACBgMEBRESExQhMUHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABAGH/2gAMAwEAAhEDEQA/AN6pxmPUuO2GHxwBYXcpls0NdvfrWu6jIRGyxpMZxIJHjo6PxEUTYOX/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"llkears6T","title":"Streaming ETL and Analytics on Confluent with Maritime AIS Data","shortId":"llkears6T","createdAt":"2021-06-01T17:13:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"conf","views":2,"score":27043034,"tagsStr":"ai,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T16:57:53.000Z","url":"https://www.confluent.io/blog/streaming-etl-and-analytics-for-real-time-location-tracking/","canonicalUrl":"https://www.confluent.io/blog/streaming-etl-and-analytics-for-real-time-location-tracking/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ykLSFaL6I","title":"Tecton Helps Data Scientists Own Features, and the Model Lifecycle","shortId":"ykLSFaL6I","createdAt":"2021-06-01T21:05:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":0,"score":27043025,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T20:28:01.000Z","url":"https://thenewstack.io/tecton-helps-data-scientists-own-features-and-the-model-lifecycle/","canonicalUrl":"https://thenewstack.io/tecton-helps-data-scientists-own-features-and-the-model-lifecycle/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/526f2a5834d75d7ee96b3716d0374476","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAEDBQAAAAAAAAAAAAACAAEDBCEFBhETIjFBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADEmGB/9oADAMBAAIRAxEAPwCFT12vSoDJYqjYdsODGQ4+Z4UR59szP1SguiR9zs1qXHPryiIpoloXkj04iqxAZHzP/9k=","siteTwitter":"@thenewstack","creatorTwitter":"@HallSd","readTime":4,"description":null,"toc":null,"summary":null},{"id":"92LyZNdex","title":"Introduction to Framer Motion for React","shortId":"92LyZNdex","createdAt":"2021-05-31T20:24:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"bit","views":764,"score":27042589,"tagsStr":"react,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-01T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T20:24:16.000Z","url":"https://blog.bitsrc.io/introduction-to-framer-motion-for-react-4ba5a9cabc1b","canonicalUrl":"https://blog.bitsrc.io/introduction-to-framer-motion-for-react-4ba5a9cabc1b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4eecd7c80c172539c64c4ed424467a14","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQIDAAQFERJBIQYHEyIk/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEBAQADAAAAAAAAAAAAAAABAgADETH/2gAMAwEAAhEDEQA/ANAp3T1FRT5puVp3hRNFsrwesLNK0MTbLEZHdheJV9vqZMLU8uU9nDmfrcHJ50IQivJJNsnmWdUhv//Z","siteTwitter":"@bitdev_","creatorTwitter":"@manushacheti","readTime":6,"description":null,"toc":null,"summary":null},{"id":"I3qWSOHNb","title":"Logical Fallacies – Definition and Fallacy Examples","shortId":"I3qWSOHNb","createdAt":"2021-06-01T04:20:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":60,"score":27042508,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T04:19:48.000Z","url":"https://www.freecodecamp.org/news/logical-fallacies-definition-fallacy-examples/","canonicalUrl":"https://www.freecodecamp.org/news/logical-fallacies-definition-fallacy-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c478395c5309a486fc8ab5889b68c878","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhFzFBYXL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIDEQD/2gAMAwEAAhEDEQA/AM26iwXMEML2kylgpm2bQAwPG3zj3nPJ7VNvrWmTQRytBdhnUMQG4GR9UpRtJIoGDkpWdt09/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@abbeyrenn","readTime":26,"description":null,"toc":null,"summary":null},{"id":"9-SUun-9A","title":"Storybook addons for CSS","shortId":"9-SUun-9A","createdAt":"2021-05-13T16:05:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27015365,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-14T16:12:08.000Z","url":"https://storybook.js.org/blog/storybook-addons-for-css/","canonicalUrl":"https://storybook.js.org/blog/storybook-addons-for-css/","image":"https://storybookblog.ghost.io/content/images/2021/04/addons-css-style.gif","ratio":2.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAEQMEQRMi/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIxQfD/2gAMAwEAAhEDEQA/ANwzIW2tdvTIoW/kNStY6O1KIiSUqXaxs//Z","siteTwitter":"","creatorTwitter":"@storybookjs","readTime":7,"description":null,"toc":null,"summary":null},{"id":"076PGWG2K","title":"Serverless Functions: The Secret to Ultra-Productive Front-End Teams","shortId":"076PGWG2K","createdAt":"2021-05-31T17:32:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","tweeted":true,"views":580,"score":27042364,"tagsStr":"webdev,serverless","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-06-01T02:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-31T17:16:22.000Z","url":"https://css-tricks.com/serverless-functions-the-secret-to-ultra-productive-front-end-teams/","canonicalUrl":"https://css-tricks.com/serverless-functions-the-secret-to-ultra-productive-front-end-teams/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/896502940bf49a13bad193074d36eaa6","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIEAAMRIQYHEhMyYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AI3UGwJXMZMxrcd1kJ2G1fteQLvOQcjdZt+El3Z1kwkVjkKIWh896UozKWZK5b5nW0hUgZJLK1w4Dxf/2Q==","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Xiiz3li7g","title":"Perform Kubernetes Deployment Rolling Updates in Java","shortId":"Xiiz3li7g","createdAt":"2021-06-01T01:33:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":18,"score":27042229,"tagsStr":"kubernetes,java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T09:15:42.000Z","url":"https://itnext.io/perform-kubernetes-deployment-rolling-updates-in-java-2a133dbe6e7e","canonicalUrl":"https://itnext.io/perform-kubernetes-deployment-rolling-updates-in-java-2a133dbe6e7e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01bb7cc7ee20c3f72ff51b2980a16de3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAlEAABAgYBAwUAAAAAAAAAAAABAxEAAgQFBiETBxIUIjFBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECAzJR/9oADAMBAAIRAxEAPwALx3D6m/47crpa6uj8e2oyqVaK54pzomZvsAAkEbPszxFq9oVn4y8jli3xCr01oqVfA70qtTIKKDl9c6YJ0mG3+mCiHlq1dCjs5MP/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@r0hankanojia","readTime":7,"description":null,"toc":null,"summary":null},{"id":"2GDeVmBb2","title":"Local: Always Getting Better","shortId":"2GDeVmBb2","createdAt":"2021-05-31T17:32:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":227,"score":27042150,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-31T19:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T17:13:02.000Z","url":"https://css-tricks.com/local-always-getting-better/","canonicalUrl":"https://css-tricks.com/local-always-getting-better/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70898713d5f69ddf780bd609773b3676","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQQABQUAAAAAAAAAAAAAAQACAxEEBQYTIQcVIjOi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AyWroxn+pJMx2MFEJm+mSDda2zdjyChu6euc4nugF80MNwPtERmUsyVy3yOtpCpAySaRrhwHi/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":3,"description":null,"toc":null,"summary":null},{"id":"PcMthS2Sd","title":"Tip: Lazy load images in HTML","shortId":"PcMthS2Sd","createdAt":"2021-05-31T20:31:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":127,"score":27042146,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/lazy-loading-images","canonicalUrl":"https://www.30secondsofcode.org/blog/s/lazy-loading-images","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/004bee442c8b1a309991fc2793ce7284","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAhEhBgQFIkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMlpyIIsVXU5OCLYozePcrPJelscl/cQTvTQB88YiNcoht//2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oBk7FXj3uZ","title":"The life and times of Docker Enterprise","shortId":"oBk7FXj3uZ","createdAt":"2021-05-27T16:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":22,"score":27036102,"tagsStr":"infrastructure,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/docker-ce-and-ee/","canonicalUrl":"https://increment.com/containers/docker-ce-and-ee/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f8dc21af8f1fecf376d5864d90b0b73","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBABAAICAwEAAAAAAAAAAAAAAQACAxEEElHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Awd1bGVK6e2m2/kqvJuVAy5QD0iIapH//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"VCUTTsQFu","title":"What's the biggest freshwater fish in the world?","shortId":"VCUTTsQFu","createdAt":"2021-05-30T11:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27039543,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:00:24.000Z","url":"https://www.livescience.com/biggest-freshwater-fish.html","canonicalUrl":"https://www.livescience.com/biggest-freshwater-fish.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15d16da3eea12962ae2b5f07226e0060","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFBhEHEhUhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAwQR/9oADAMBAAIRAxEAPwDPbRfbvi7IJaOulY4HWmHbXfQVTnkLJ5D38i4dvaIp2+zlTqwTUn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1Ju0rSkW8","title":"Cyber Security Visibility Still Isn't What It Should Be","shortId":"1Ju0rSkW8","createdAt":"2021-06-01T00:09:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":10,"score":27042053,"tagsStr":"security,cyber,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-06-01T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/cyber-security-visibility-still-isnt-what-it-should-be","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/cyber-security-visibility-still-isnt-what-it-should-be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9e641f15cbd249c6043a354899f2289","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIDEQAEBSFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAIBBQAAAAAAAAAAAAAAAAABAwIEESEi/9oADAMBAAIRAxEAPwDDj1ubJpTK3Jh2NuVmY7LzSAqDfoAIHl/byOskyqFWWSh4KrGMPVzpDrWJSJ5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"SKYiFQHw1","title":"GitOps at Home: Automate Code Deploys with Kubernetes and Flux","shortId":"SKYiFQHw1","createdAt":"2021-05-31T16:37:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":152,"score":27041989,"tagsStr":"general-programming,kubernetes,github,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T16:00:39.000Z","url":"https://thenewstack.io/gitops-at-home-automate-code-deploys-with-kubernetes-and-flux/","canonicalUrl":"https://thenewstack.io/gitops-at-home-automate-code-deploys-with-kubernetes-and-flux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db0cbaa376464a9561d3e980b6a1c4fe","ratio":1.66576086956522,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAQUBAQAAAAAAAAAAAAAAAgABAxEhEpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAFB/9oADAMBAAIRAxEAPwDPQGDRSAUbEZVye2NPvqhETcD/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":6,"description":null,"toc":null,"summary":null},{"id":"sydDv_ypd","title":"Happy June Vibes For Your Screen (2021 Desktop Wallpapers Edition)","shortId":"sydDv_ypd","createdAt":"2021-05-31T11:58:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":343,"score":27041902,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-31T15:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T11:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1537b94bcedb5e2f663a833303dd5a7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIABAMFERITITFBUnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxFhof/aAAwDAQACEQMRAD8A1u2y1Gy7KBySiKFHQcRA8/ZbaZZLEi/k7+oiIaOSgJ7CrrVyd57s/9k=","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"mMd1s7F3O","title":"gRPC service in Node.js: Tutorial, Examples and Best practices","shortId":"mMd1s7F3O","createdAt":"2021-05-31T12:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","views":233,"score":27041778,"tagsStr":"nodejs,backend,grpc","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T12:00:00.000Z","url":"https://daily.dev/blog/build-a-grpc-service-in-nodejs","canonicalUrl":"https://daily.dev/blog/build-a-grpc-service-in-nodejs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79957355038c68594b673886a533851e","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQADIQIEBREGMUFj4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQACAwUREzFR/9oADAMBAAIRAxEAPwDW53PPWbdq4w2AHKqmxQTFOtzHZjypjyHIk73az6fqIkWqHRLWmHLibXVd/Wf/2Q==","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":12,"description":null,"toc":null,"summary":null},{"id":"ePQQ5Ylqf","title":"Open Source Communities Need More Safe Spaces and Codes of Conducts. Now.","shortId":"ePQQ5Ylqf","createdAt":"2021-05-31T13:54:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"newstack","views":20,"score":27041614,"tagsStr":"open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T13:00:54.000Z","url":"https://thenewstack.io/open-source-communities-need-more-safe-spaces-and-codes-of-conducts-now/","canonicalUrl":"https://thenewstack.io/open-source-communities-need-more-safe-spaces-and-codes-of-conducts-now/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71f3c163ac517653a27388e343ec0938","ratio":1.77650429799427,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDEQAEBRITFCMxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAASEDEf/aAAwDAQACEQMRAD8Aldkj214xpdTBL5m7VmjNWhkS2IP2zm0QKOhHwQKvEUoY0BXrGMPjV1jNY4f/2Q==","siteTwitter":"@thenewstack","creatorTwitter":"@jkriggins","readTime":8,"description":null,"toc":null,"summary":null},{"id":"3iJwgw3Jk","title":"FBO Particles with Three.js","shortId":"3iJwgw3Jk","createdAt":"2021-05-31T10:16:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codrops","views":178,"score":27041588,"tagsStr":"webdev,cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T10:08:58.000Z","url":"https://tympanus.net/codrops/2021/05/31/fbo-particles-with-three-js/","canonicalUrl":"https://tympanus.net/codrops/2021/05/31/fbo-particles-with-three-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56ac7d9c9ffc8e060926e4dc5dedde55","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIABCEDBREzQWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMz5TSLWK6guMQEGxGhHvMnc0wdtw36iIH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nSkadaXDe","title":"Footprints. Type Effects","shortId":"nSkadaXDe","createdAt":"2021-05-31T04:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27040596,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T00:00:00.000Z","url":"https://www.behance.net/gallery/97999939/Footprints-Type-Effects","canonicalUrl":"https://www.behance.net/gallery/97999939/Footprints-Type-Effects","image":"https://mir-s3-cdn-cf.behance.net/project_modules/disp/cb645697999939.5f267963129d0.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRIhURNBQv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxFBcfD/2gAMAwEAAhEDEQA/AM/bSNMjsraBvE19cY2yifKLkfXPFA3GmPHcSorQMFYqCJMg4Pqjto6FWB0KosvRwAEx7kIIRuf/2Q==","siteTwitter":"@behance","creatorTwitter":"@zezierlich","readTime":null,"description":null,"toc":null,"summary":null},{"id":"2jTbf4641","title":"The ‘Mare of Easttown’ Season Finale With Creator Brad Ingelsby","shortId":"2jTbf4641","createdAt":"2021-05-31T04:24:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27040584,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T04:15:01.000Z","url":"https://www.theringer.com/2021/5/31/22458196/mare-of-easttown-season-finale-with-creator-brad-ingelsby","canonicalUrl":"https://www.theringer.com/2021/5/31/22458196/mare-of-easttown-season-finale-with-creator-brad-ingelsby","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58e4984577885341030529c606591a59","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMCBAAFERJBMYGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABIQMR/9oADAMBAAIRAxEAPwDFb2smitq6SIqi2BB3lyI8d+vuVq1JTaymGTQZQEiBM9jGMHSJcEyrp//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8i8cv0OnW","title":"Waldo Brand Identity","shortId":"8i8cv0OnW","createdAt":"2021-05-30T20:34:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27040114,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/96299269/Waldo-Brand-Identity","canonicalUrl":"https://www.behance.net/gallery/96299269/Waldo-Brand-Identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a6b87b9746f75167f34af2975252e2a","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQMCEQAEEkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMv/aAAwDAQACEQMRAD8AwkJHYCl6fcAlRY22cxnGxYAAvoCzd15kzma5bMiNDo+YxjedMG3lH//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"d902KNqq-","title":"Xiaomi says it can now fully charge a phone in eight minutes at 200W","shortId":"d902KNqq-","createdAt":"2021-05-31T03:57:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27040557,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T03:53:32.000Z","url":"https://www.theverge.com/2021/5/30/22461435/xiaomi-fast-charging-world-record-200w-wired-120w-wireless","canonicalUrl":"https://www.theverge.com/2021/5/30/22461435/xiaomi-fast-charging-world-record-200w-wired-120w-wireless","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5592e41b773fc28ae71744bc6dd1395d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAUGERIhIiRBc//EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwC7yS8XAPR5MJ5McRHpiS0QpaHuLPbzHIb0euqkI+aZA8w26pdsBWkKPiL9j6UpVR0hf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hEzSs6E0P","title":"Part 1: Scary Brooklyn, Trae’s Leap, Milwaukee’s Moment, and the Smart Conundrum With Ryen Russillo","shortId":"hEzSs6E0P","createdAt":"2021-05-31T03:50:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27040550,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T03:44:40.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/30/22461451/part-1-scary-brooklyn-traes-leap-milwaukees-moment-and-the-smart-conundrum-with-ryen-russillo","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/30/22461451/part-1-scary-brooklyn-traes-leap-milwaukees-moment-and-the-smart-conundrum-with-ryen-russillo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/830ae7f8d421587f11b957b496acc86a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMRAAQGEiEFFCIxof/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACAxExQZHB0f/aAAwDAQACEQMRAD8Anc8wu36XiNs87cdwth0pCgjRXmeOZMQBHqpBGGWi0JULh4bCY2PH2lKjMmeYwb2ekxE05vk+r//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DUX99AZOR","title":"15 Best Hotjar Alternatives (Website User Tracking Tools)","shortId":"DUX99AZOR","createdAt":"2021-05-30T11:45:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039585,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T10:36:02.000Z","url":"https://marketsplash.com/hotjar-alternatives/","canonicalUrl":"https://marketsplash.com/hotjar-alternatives/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05b85264db0c76066bdaa9dfa294eb35","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAGBABAQADAAAAAAAAAAAAAAAAAAERMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABkRAQACAwAAAAAAAAAAAAAAAAEAAhEx0f/aAAwDAQACEQMRAD8A3sTfYoA8rKHWoKhvk//Z","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":14,"description":null,"toc":null,"summary":null},{"id":"gcc7MSEEv","title":"Intel’s latest 11th Gen processor brings 5.0GHz speeds to thin and light laptops","shortId":"gcc7MSEEv","createdAt":"2021-05-31T02:33:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27040473,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-31T02:30:00.000Z","url":"https://www.theverge.com/2021/5/30/22459025/intel-11th-gen-tiger-lake-processor-5g-modem-computex","canonicalUrl":"https://www.theverge.com/2021/5/30/22459025/intel-11th-gen-tiger-lake-processor-5g-modem-computex","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c67253eaf0c0fb00775a7122c8801f63","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAgEEAgIDAAAAAAAAAAAAAgMBAAQFEQYhBzEzQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxEhEv/aAAwDAQACEQMRAD8A2l3zsx5RZicmCG2+PYWSsyEZElEt8AMT3ovkKd6+/VWZxfijmE244zYNccyRsLeyKe5mf2aUpQxKtgOcg25mrzwc5P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NUP-aGlah","title":"Knicks Get Blown Out in Game 4","shortId":"NUP-aGlah","createdAt":"2021-05-30T22:38:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27040238,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T22:36:52.000Z","url":"https://www.theringer.com/2021/5/30/22461207/knicks-get-blown-out-in-game-4","canonicalUrl":"https://www.theringer.com/2021/5/30/22461207/knicks-get-blown-out-in-game-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/676e783e30857a58537a007edc2786cd","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFBhESMRMUIWTR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDKchqKvHZdsSjrqzqduswzlnujneqtt1U8AniJQzTKANBkd58e7M+whFYhTP/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bVSK5-y_U","title":"Vincent Fourmond: QSoas quiz #2: averaging several Y values for the same X value","shortId":"bVSK5-y_U","createdAt":"2021-05-30T20:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27040133,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T12:00:00.000Z","url":"https://vince-debian.blogspot.com/2021/05/qsoas-quiz-2-averaging-several-y-values.html","canonicalUrl":"https://vince-debian.blogspot.com/2021/05/qsoas-quiz-2-averaging-several-y-values.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8f0c069ba8648ee4c20048b1379a53f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAQQDAAAAAAAAAAAAAAAAAQACAxEEEjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDUOE8zYkchAG7Qa6oviO7qkeBfAURFsf/Z","siteTwitter":"@QSoasSoftware","creatorTwitter":"@QSoasSoftware","readTime":null,"description":null,"toc":null,"summary":null},{"id":"M0To8BjGc","title":"Skrillex and Njomza reunite for second collaboration, ‘over and done’","shortId":"M0To8BjGc","createdAt":"2021-05-30T16:18:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":1,"score":27040092,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T16:16:30.000Z","url":"https://dancingastronaut.com/2021/05/skrillex-touts-writing-credit-on-latest-njomza-track-over-and-done/","canonicalUrl":"https://dancingastronaut.com/2021/05/skrillex-touts-writing-credit-on-latest-njomza-track-over-and-done/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4532a633eafed588e668e7909b37e6b","ratio":1.77705627705628,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEFEgQHIVNh4v/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEBAAICAwAAAAAAAAAAAAAAAQADAhIEEUH/2gAMAwEAAhEDEQA/AK8Tn44chLyYIZA2Nrbh2prgRd+iCFuP6mjd14nvfn+URTXkWK9sG3Jr119Bn//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_xoVKXWPi","title":"Instagram making changes to its algorithm after it was accused of censoring pro-Palestinian content","shortId":"_xoVKXWPi","createdAt":"2021-05-30T19:46:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27040066,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T19:39:54.000Z","url":"https://www.theverge.com/2021/5/30/22460946/instagram-making-changes-algorithm-censoring-pro-palestinian-content","canonicalUrl":"https://www.theverge.com/2021/5/30/22460946/instagram-making-changes-algorithm-censoring-pro-palestinian-content","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2a1b63fac4bc057e814c31ff10e8a5d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxFxISL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAARIf/aAAwDAQACEQMRAD8AzTTaq1NWawWfMffV52SL4T8iIjWuP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"knli1GOR2","title":"Vilnius, Lithuania built a ‘portal’ to another city to help keep people connected","shortId":"knli1GOR2","createdAt":"2021-05-30T19:03:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27040023,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T18:57:07.000Z","url":"https://www.theverge.com/2021/5/30/22460964/vilnius-lithuania-portal-poland-connection-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/30/22460964/vilnius-lithuania-portal-poland-connection-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfec85bd5761cfd245360a9989fad32d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIRAAAQQCAAcAAAAAAAAAAAAAAgABBBEDBgUSISJRcdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/ALjbdLHgk6bHxCGTA4EAEXONU1jXh+vpYDu2cxYniBbtb9zfKIjlZDgx6UqvUn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JwdRbapa8","title":"What Is Web Accessibility? How to Make Your Content Inclusive","shortId":"JwdRbapa8","createdAt":"2021-05-30T18:55:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27040015,"tagsStr":"accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://learn.g2.com/what-is-web-accessibility","canonicalUrl":"https://learn.g2.com/what-is-web-accessibility","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/daeebed8d8a0d8f655a3af4bd0adb849","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMDBQEAAAAAAAAAAAADAQIEAAYRBRIhEzFBQlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQADAAEFAAAAAAAAAAAAAAABAgMABAVBUcH/2gAMAwEAAhEDEQA/ALlqQtFt6fLi2/osAUxYyNI8qO6Z2u9d3Lscc5+dqvhGFBMQ0AKE2puRrG4RfOPylKl99u5sJ8D3FdHJVmG7z//Z","siteTwitter":"@G2dotcom","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7Tely8Y7u","title":"New Trailers: The Tomorrow War, Eternals. Infinite, Werewolves Within, and more","shortId":"7Tely8Y7u","createdAt":"2021-05-30T17:39:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27039939,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T17:35:30.000Z","url":"https://www.theverge.com/2021/5/30/22456798/new-trailers-tomorrow-war-eternals-infinite-werewolves-within-marvel-disney","canonicalUrl":"https://www.theverge.com/2021/5/30/22456798/new-trailers-tomorrow-war-eternals-infinite-werewolves-within-marvel-disney","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a68ee61e8deb42f5146181d4f14daf7b","ratio":1.91027732463295,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQFERIxUYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8Aw/J292NeoCVOvQOQV7+5ZXfZAUAV18AeW+xEFuktRxQn/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1WJggmM8I","title":"Cristoph, Yotto, and Sansa lock in Pryda Presents masterwork, ‘Out Of Reach’","shortId":"1WJggmM8I","createdAt":"2021-05-30T17:01:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27039901,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T17:00:33.000Z","url":"https://dancingastronaut.com/2021/05/cristoph-yotto-and-sansa-lock-in-pryda-presents-masterwork-out-of-reach/","canonicalUrl":"https://dancingastronaut.com/2021/05/cristoph-yotto-and-sansa-lock-in-pryda-presents-masterwork-out-of-reach/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ad4912f24cd5e67a56f8f26908a8fea","ratio":1.57296466973886,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFBhESEyFi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMbsObmJaX4sm3xXvN6L3GloHyd6BqC9lMgvLLbDAR0eQUA6FKUAKa3/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EbjgFP7gT","title":"Solomun delivers highly anticipated new album, ‘Nobody Is Not Loved’ via his own imprint, NINL","shortId":"EbjgFP7gT","createdAt":"2021-05-30T16:55:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27039895,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T16:54:46.000Z","url":"https://dancingastronaut.com/2021/05/solomun-delivers-highly-anticipated-album-nobody-is-not-loved-via-his-own-imprint-ninl/","canonicalUrl":"https://dancingastronaut.com/2021/05/solomun-delivers-highly-anticipated-album-nobody-is-not-loved-via-his-own-imprint-ninl/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7eba8e864ba86b7ee855b51b3dbd32e1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAUSIQQRExUxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIRP/2gAMAwEAAhEDEQA/AMasPJsvhYT2Z4riksjuy7R06DEb9HTfaqoZI5YUkRWKOoYHEbBpSl0qFhNyqen/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hxdHA6_Fq","title":"Trendy Zine: a zine about FastFashion","shortId":"hxdHA6_Fq","createdAt":"2021-05-30T16:35:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27039875,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/69201503/Trendy-Zine-a-zine-about-FastFashion","canonicalUrl":"https://www.behance.net/gallery/69201503/Trendy-Zine-a-zine-about-FastFashion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9976dc8fce854793358ca9e602191a70","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAJBAAAAUDAgcAAAAAAAAAAAAAAQIEBREAAxITIgYHIVFhcbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiED/9oADAMBAAIRAxEAPwDIcuZilYyIXRY0NxT3L2nGEFKWAxHb3g4D681C7xOv1D4tqLGRjYUfvWlKm9ZTei4uoxM//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-QdKerKHN","title":"Wayback Machine: Alte Versionen von Webseiten einfacher aufrufen","shortId":"-QdKerKHN","createdAt":"2021-05-30T15:03:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27039783,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T14:43:25.000Z","url":"https://www.tutonaut.de/wayback-machine-alte-versionen-von-webseiten-einfacher-aufrufen/","canonicalUrl":"https://www.tutonaut.de/wayback-machine-alte-versionen-von-webseiten-einfacher-aufrufen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df60629f389fd57dd60e63e3dd9d7eb3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAABBAICAwAAAAAAAAAAAAABAAIEIQMHBhQRNGH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIRL/2gAMAwEAAhEDEQA/AKm8g1PnznrwI7Ht8vLjCyEC7P21IZWp3Eu6ca79B6Ij1XLwUoVLT//Z","siteTwitter":"@tutonaut","creatorTwitter":"@https://twitter.com/B_Hofferbert","readTime":9,"description":null,"toc":null,"summary":null},{"id":"XWy9fPQdu","title":"ZTE Axon 30 Ultra review: the right stuff for the right price","shortId":"XWy9fPQdu","createdAt":"2021-05-30T14:01:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27039721,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T14:00:00.000Z","url":"https://www.theverge.com/22458629/zte-axon-30-ultra-review-screen-price-specs","canonicalUrl":"https://www.theverge.com/22458629/zte-axon-30-ultra-review-screen-price-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/221c0d5d42f4964e1b08bebc22406ebb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAGEQUSEzEhQpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwTBESFB/9oADAMBAAIRAxEAPwCQ5t0SNcjkXeVOrjP4WrICkrJA66+Vm8m44siQ687bujKccUVqPEryScn2pSgcF2bHrYnsjZjd9ai1+B7oT//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nHXiJJAaN","title":"Apple's M1 Chip Has a Fascinating Flaw","shortId":"nHXiJJAaN","createdAt":"2021-05-30T13:05:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039665,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T09:00:00.000Z","url":"https://arstechnica.com/gadgets/2021/05/apples-m1-chip-has-a-security-bug-but-dont-worry-its-mostly-harmless/","canonicalUrl":"https://arstechnica.com/gadgets/2021/05/apples-m1-chip-has-a-security-bug-but-dont-worry-its-mostly-harmless/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/03ccea066da5a7b76ad87d3082c0c917","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFIQYSExEyQWGi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQABAwQDAAAAAAAAAAAAAAABAAIDEyExQWGxwf/aAAwDAQACEQMRAD8A063aNlRn5sy73t64tKAajs8CWuDcO7cCSo5849VWI76AEmfIURjqQjPzSlTK8gOdDnSUI2usR50v/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"m3e1GAL_X","title":"Chair Simulator Is a Game About ... Sitting","shortId":"m3e1GAL_X","createdAt":"2021-05-30T13:05:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039665,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T09:00:00.000Z","url":"https://www.wired.com/story/chair-simulator/","canonicalUrl":"https://www.wired.com/story/chair-simulator/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d5e9305dd829175be15aa3c0d07d3bb6","ratio":1.91243432574431,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAAFEQYUITEzQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAQACAwEAAAAAAAAAAAAAAAIAAREhQdH/2gAMAwEAAhEDEQA/AKVXiezTv6rAiuBCpmDRyFC27dmPvNOuoW2UHmp+o38jfcYylbNXEzRJx32f/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"CuVvwvn1s","title":"Teslas made in Texas will likely have to leave the state before Texans can buy them","shortId":"CuVvwvn1s","createdAt":"2021-05-30T13:04:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27039664,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T13:00:00.000Z","url":"https://www.theverge.com/2021/5/30/22457455/tesla-texas-factory-law-ship-out-of-state-direct-sale-legislation","canonicalUrl":"https://www.theverge.com/2021/5/30/22457455/tesla-texas-factory-law-ship-out-of-state-direct-sale-legislation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36d921a9b3d60774000362d91c1e352f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEhBRQiQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDF0uc7SPg0ueBTqy2j0pGTJx6URF56y1uVp//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8d39-caV6","title":"Muto Visual Identity","shortId":"8d39-caV6","createdAt":"2021-05-30T12:41:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27039641,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/120410341/Muto-Visual-Identity","canonicalUrl":"https://www.behance.net/gallery/120410341/Muto-Visual-Identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/197e68ad57f5f532c3634e6b95c5888b","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQCAwEBAAAAAAAAAAAAAQIDBBEABQYSMRMi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAf/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIhAwQSBRETMVH/2gAMAwEAAhEDEQA/ALSIqYKuQadmPAZrbw4UeRGZWytlf0SG3fy56j6qNDrZskmyMwsvlml10t6FJ4Zqpj8ZamXJLjrvZ5STRWbUTZIv0++4xlR0ai26J5d5DTBInFvhCFUOPS//2Q==","siteTwitter":"@behance","creatorTwitter":"@Rosie_Lee","readTime":null,"description":null,"toc":null,"summary":null},{"id":"aUlUpRwJd","title":"6 Easy Ways to Make Your Own Memes","shortId":"aUlUpRwJd","createdAt":"2021-05-30T12:06:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039606,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T08:00:00.000Z","url":"https://www.wired.com/story/6-easy-ways-make-memes/","canonicalUrl":"https://www.wired.com/story/6-easy-ways-make-memes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a0271558f7ecdbdefb02f7194601203","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMEAwEAAAAAAAAAAAABAgMABAURITFBBhIikf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAwQRFCFR8P/aAAwDAQACEQMRAD8Aich5nc2OLsfm4kd4wX1uT6sVkbfQgngDvn8qMlzk0sjyPGhZyWO/ZpSjTYz8sZa7LHqYqiDT3c//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"wGmDVuzB3","title":"Russell Coker: USB Cables and Cameras","shortId":"wGmDVuzB3","createdAt":"2021-05-30T11:41:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27039581,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:20:25.000Z","url":"https://etbe.coker.com.au/2021/05/30/usb-cables-cameras/","canonicalUrl":"https://etbe.coker.com.au/2021/05/30/usb-cables-cameras/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oMga5WSYz","title":"Messenger: Signal hängt Threema ab?","shortId":"oMga5WSYz","createdAt":"2021-05-30T11:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27039563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:14:05.000Z","url":"https://curius.de/2021/05/messenger-signal-haengt-threema-ab/","canonicalUrl":"https://curius.de/2021/05/messenger-signal-haengt-threema-ab/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c655f77a83c080f6744985007e391a67","ratio":1.74386920980926,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQhBRESMf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8A0XicZj01lRSnomwk7O2+ncoU4+OlKKtICqoAHcRFSyGThf/Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":5,"description":null,"toc":null,"summary":null},{"id":"nq8gYZJaI","title":"What is Generative Design?","shortId":"nq8gYZJaI","createdAt":"2021-05-30T11:16:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27039556,"tagsStr":"data-science,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:00.000Z","url":"https://www.vectornator.io/blog/generative-design","canonicalUrl":"https://www.vectornator.io/blog/generative-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6212e7b3e79048c3ff516e8748dea3e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgEEAwAAAAAAAAAAAAAAAAIDAQQFERIhof/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AM+4jJRw2U8LW9WZ17ej680T8gC8D//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TuECUjjyG","title":"An Online Pastry Course to Challenge Curious Home Chefs","shortId":"TuECUjjyG","createdAt":"2021-05-30T11:05:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039545,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T07:00:00.000Z","url":"https://www.wired.com/review/french-pastry-school-introduction-to-pastry-arts-course-rouxbe/","canonicalUrl":"https://www.wired.com/review/french-pastry-school-introduction-to-pastry-arts-course-rouxbe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f521851c3aa1e8da96c7eeee0938decd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQREgUTFSExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxFhwf/aAAwDAQACEQMRAD8Avzl7KeD4YzOljNE3cq6sXBU4A3DBfv4Kym95FrK8ntLcHogkaKPsCM2qnAydPZwPtKVNNam0jXTEK5C5n//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5Nle1jf9o","title":"I'm a Cicada. You're a Horny Human. We Are Not the Same","shortId":"5Nle1jf9o","createdAt":"2021-05-30T11:05:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27039545,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T07:00:00.000Z","url":"https://www.wired.com/story/cicada-horny-human-not-the-same/","canonicalUrl":"https://www.wired.com/story/cicada-horny-human-not-the-same/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfde199f37a15359bcec467450fb1b0a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFBhIhBzERUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQADAhEhUf/aAAwDAQACEQMRAD8And+21teVbEUtgLLfukmxEhSVEYhQnLl2APn69+s0Xp1daGn1acTM0deJYlZ+2IUAAn96xjDrOsW3JQ35P//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FtyBHUyMF","title":"'Magic' jar holding dismembered chicken used as a curse in ancient Athens","shortId":"FtyBHUyMF","createdAt":"2021-05-30T11:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27039543,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:00:00.000Z","url":"https://www.livescience.com/ancient-curse-jar-found-athens.html","canonicalUrl":"https://www.livescience.com/ancient-curse-jar-found-athens.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94ca0c3021d5520c4e290091131f0db6","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBRIxBhMhUdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAAIDAAAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDQ6j03c3r0XdndW6THbEhqO5kbuOfAPyoj264l7FQOmmMJGIJgc4Bx6pSp2N6MM//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"p4_KDIdPB","title":"Rebranding Cánh Cam","shortId":"p4_KDIdPB","createdAt":"2021-05-29T20:33:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27038673,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/32998545/Rebranding-Canh-Cam","canonicalUrl":"https://www.behance.net/gallery/32998545/Rebranding-Canh-Cam","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20014c2028c38af7df33e76006bfc3c9","ratio":1.71358629130967,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQQBAQkAAAAAAAAAAAAAAQACAwQREhMWISIxQXGR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECESEi/9oADAMBAAIRAxEAPwDHijTdE+PROyQsZs3xzYxynqCDnjj0pG71HvPbJ8t+IiJJ0sJkuUqP/9k=","siteTwitter":"@behance","creatorTwitter":"@brandintheblack","readTime":0,"description":null,"toc":null,"summary":null},{"id":"FHXG9qySL","title":"NASA's Curiosity rover spots strange, colorful clouds on Mars","shortId":"FHXG9qySL","createdAt":"2021-05-30T11:03:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27039543,"tagsStr":"tech-news,cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T11:00:00.000Z","url":"https://www.livescience.com/curiosity-rover-sees-strange-mars-clouds.html","canonicalUrl":"https://www.space.com/curiosity-rover-sees-strange-mars-clouds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb4e582dbaa18443954212b81192f6e3","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAURBAYSBxQhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAkFR/9oADAMBAAIRAxEAPwDPBvK890JxJp+CnKxNCpGB8J9mrmHrTrlhjU2G2khQM8mGfFKUCulpS4nh/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"iT1x27LKg","title":"Chris Smith 2: Fun with Category Theory and Dynamical Systems","shortId":"iT1x27LKg","createdAt":"2021-05-30T01:26:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"phaskell","views":51,"score":27039492,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:40:16.000Z","url":"https://cdsmithus.medium.com/fun-with-category-theory-and-dynamical-systems-f470ea5e7809","canonicalUrl":"https://cdsmithus.medium.com/fun-with-category-theory-and-dynamical-systems-f470ea5e7809","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48419508c35ff73ce735140f949e1534","ratio":1.01980198019802,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMG/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDBBEhAAUHBggSUUFhkv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIhMf/aAAwDAQACEQMRAD8Ap3B7DstFw9QJSwwRpQS06UMiJY+LCzZ+fIXY+yL6B32HooOwTrScrfBO0yC4/WtDyZW1U/EPGsc1TPJGYaklXkJBKuFXH0uB6GNE+kt7wOFh/9k=","siteTwitter":"@Medium","creatorTwitter":"@cdsmithus","readTime":19,"description":null,"toc":null,"summary":null},{"id":"JJ-1PVRnF","title":"4MLinux – Linux für wirklich alte Rechner","shortId":"JJ-1PVRnF","createdAt":"2021-05-30T10:03:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27039483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T09:54:47.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/30/4mlinux-linux-fuer-wirklich-alte-rechner/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/30/4mlinux-linux-fuer-wirklich-alte-rechner/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"B19nZ8pcm","title":"STUFF X BLOOM BLOOM FLEUR | FAST OR FOREVER ?","shortId":"B19nZ8pcm","createdAt":"2021-05-30T08:42:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27039402,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/120403889/STUFF-X-BLOOM-BLOOM-FLEUR-FAST-OR-FOREVER-","canonicalUrl":"https://www.behance.net/gallery/120403889/STUFF-X-BLOOM-BLOOM-FLEUR-FAST-OR-FOREVER-","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07faa914eab833c650315155f1686370","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQBBQEBAAAAAAAAAAAAAgEDBBEABQYSEyExQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgASAwQRIf/aAAwDAQACEQMRAD8AuNdd3NE3C5MgQDe02OPERCSid40i0gUvt36vyqv3NBjMC/Hae4k12Ch8HBohtLpU/FTGMeHYMfY19PDblZ//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"aCuzBrxKD","title":"Designing an opinionated functional API (Typescript)","shortId":"aCuzBrxKD","createdAt":"2021-05-29T21:55:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":136,"score":27039375,"tagsStr":"typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:07:50.000Z","url":"https://itnext.io/designing-an-opinionated-functional-api-typescript-e7e89e8ab338","canonicalUrl":"https://itnext.io/designing-an-opinionated-functional-api-typescript-e7e89e8ab338","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6993ac96124bbd28c795f8c63245acd","ratio":0.714285714285714,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACMQAAEDAwIHAAAAAAAAAAAAAAECAwQAEiIRIQUTMUJRcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRBSGh/9oADAMBAAIRAxEAPwDIFKHPOdhPbdRQ4NBir7U1xaPIckqdUpncG0aHoFU1jyJDkdpYQ3kkHdR8eqJaroESh08gDYyMMz2f/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@lironn_h","readTime":4,"description":null,"toc":null,"summary":null},{"id":"VtMNd_0blA","title":"Create a crypto Telegram bot in Python using Yahoo Finance API","shortId":"VtMNd_0blA","createdAt":"2021-05-29T21:55:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":134,"score":27039372,"tagsStr":"tech-news,python,crypto,bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:14:04.000Z","url":"https://itnext.io/create-a-crypto-telegram-bot-in-python-using-yahoo-finance-api-a5da9975c31c","canonicalUrl":"http://blog.adnansiddiqi.me/create-crypto-telegram-bot-in-python-using-yahoo-finance-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9acdb2f2afd904f457b943000172981e","ratio":4.192,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxABAAIBAwUAAAAAAAAAAAAAAQACAwQhMQYRE1Fh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAAHAQAAAAAAAAAAAAAAAAABAgMEEVEh/9oADAMBAAIRAxEAPwDUOq3xanCUAG9q7g7Icen7zKbipZ72qLERAgrjt3gMK5IcrR//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@kadnan","readTime":6,"description":null,"toc":null,"summary":null},{"id":"nDVrXu1R7","title":"Bootstrap a Node.js Rest API with Ts.ED and Prisma 2","shortId":"nDVrXu1R7","createdAt":"2021-05-29T21:55:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":107,"score":27039338,"tagsStr":"general-programming,nodejs,sql,bootstrap-css,prisma","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:49:40.000Z","url":"https://itnext.io/bootstrap-a-node-js-rest-api-with-ts-ed-and-prisma-2-be29fabc1c13","canonicalUrl":"https://itnext.io/bootstrap-a-node-js-rest-api-with-ts-ed-and-prisma-2-be29fabc1c13","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28a5cdb011504085d60b0ecb3e57cca2","ratio":3.41333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEEISP/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzRy/WgNYAzDzckTdFoYgOQNiIh//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@RomainLenzotti","readTime":5,"description":null,"toc":null,"summary":null},{"id":"w5HJSBDDR","title":"Projen: NodeJS project boilerplating","shortId":"w5HJSBDDR","createdAt":"2021-05-29T11:09:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","tweeted":true,"views":1113,"score":27039269,"tagsStr":"nodejs,r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-29T21:30:00.000Z","discussionScore":7,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:09:14.000Z","url":"https://itnext.io/projen-nodejs-project-boilerplating-15c20665c6b5","canonicalUrl":"https://itnext.io/projen-nodejs-project-boilerplating-15c20665c6b5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9151e8162f595d8ec76ce60f3b40eefa","ratio":2.46153846153846,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwUSBBEhImH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AN7znIvXI5euu6xFXECxdW61bewbD74EpaaQ1KEtZ2VBPuYiAr//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"3fn1Uu53C","title":"Vom Rest das Beste – Woche 21","shortId":"3fn1Uu53C","createdAt":"2021-05-30T05:52:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27039232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-21/","canonicalUrl":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-21/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4a783d83133f5d5a4b6845c2ef6fd30","ratio":1.62068965517241,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAURAAYhMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCsdWlVfiFYfL4+k9duit0gtWlsEYQBEoknR1KPoP3fzzmaew9bNXP5KvWZCKFWWrXE78iJkAfnHHCaDLT/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":4,"description":null,"toc":null,"summary":null},{"id":"LxW21skhj","title":"Do animals hug each other?","shortId":"LxW21skhj","createdAt":"2021-05-29T11:24:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27038124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:00:17.000Z","url":"https://www.livescience.com/do-other-animals-hug.html","canonicalUrl":"https://www.livescience.com/do-other-animals-hug.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5d1098a461b455cec4e1a465db340bd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESETMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgAEERIx8P/aAAwDAQACEQMRAD8Ayxi/yYtyuDaSStp5DYycpSnWhnoe1VyW45kOnj7WfB9pSptYxQLj2oHYgC0//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"fQvkfTDe-","title":"How to write and publish an ideal package for Flutter","shortId":"fQvkfTDe-","createdAt":"2021-05-29T21:55:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":26,"score":27039162,"tagsStr":"flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:32:18.000Z","url":"https://itnext.io/how-to-write-and-publish-an-ideal-package-for-flutter-da3215bb7d98","canonicalUrl":"https://itnext.io/how-to-write-and-publish-an-ideal-package-for-flutter-da3215bb7d98","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c320a0a18326c39e644d7e0f1a7983b6","ratio":1.82926829268293,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQQCAAMFEQYHITFSkf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAYEQADAQEAAAAAAAAAAAAAAAABAgMRAP/aAAwDAQACEQMRAD8Al3qlyLJp2lk78MUsLQACcdXO0fc7PzVZk6+/J1iU8i/ORuSJlJiRJO/JpSltopLAgzisLPXS53v/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"dr64gohYE","title":"Once Once","shortId":"dr64gohYE","createdAt":"2021-05-30T04:35:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27039155,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/119572357/Once-Once","canonicalUrl":"https://www.behance.net/gallery/119572357/Once-Once","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3791190abd2d7647ac0b580ee036f784","ratio":1.5625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQACAwQFBhESEyFRIzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCmMrJNNYqzakh2RGCHPDtbXAc+jkQT2OFn59M/UfJ96RFIn//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Yb0KM6CZSv","title":"MutableSharedFlow is kind of complicated","shortId":"Yb0KM6CZSv","createdAt":"2021-05-29T21:55:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":21,"score":27039140,"tagsStr":"kotlin","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T05:37:28.000Z","url":"https://itnext.io/mutablesharedflow-is-kind-of-complicated-61af68011eae","canonicalUrl":"https://itnext.io/mutablesharedflow-is-kind-of-complicated-61af68011eae","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/25f9a2b3ad5bc6e86ed6e8c488ab85b0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAQFBhESIVEHQf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AK/03WGrsZqexs8fll43UsTWSndOBY8GWTiNnUHvv32t5FkMmkSLNk5ZZQoDusSqGP6QN+t/KUpQMkb/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"tmmSbeIn8","title":"Manchester City Played Pep Roulette and Lost the Champions League","shortId":"tmmSbeIn8","createdAt":"2021-05-30T01:59:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27038999,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T01:51:29.000Z","url":"https://www.theringer.com/2021/5/29/22460254/chelsea-champions-league-man-city-tuchel-guardiola","canonicalUrl":"https://www.theringer.com/2021/5/29/22460254/chelsea-champions-league-man-city-tuchel-guardiola","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac3018e8a9372b16a6e7377b85ac84a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMSIQQTIjFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQEBAQEAAAAAAAAAAAAAAAABACFx/9oADAMBAAIRAxEAPwDDDbstyGRbeNpyXxmSMRoT73Jmo+tH81XENsLMx8pSqAN6xLf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"D_rrU_oXM","title":"American Writers","shortId":"D_rrU_oXM","createdAt":"2021-05-30T00:42:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27038922,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-30T00:00:00.000Z","url":"https://www.behance.net/gallery/120428443/American-Writers","canonicalUrl":"https://www.behance.net/gallery/120428443/American-Writers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fcb3ed2de99992bbbdd8e379d789202","ratio":1.41414141414141,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFIUEGERJhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANCWakk/WVlobFiux06JfNCO20rkbHnc8fco41KxqrMWYAAsefeMYWv/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0wx__DELX","title":"Google reportedly made it difficult for smartphone users to find privacy settings","shortId":"0wx__DELX","createdAt":"2021-05-30T00:16:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038896,"tagsStr":"google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T22:06:02.000Z","url":"https://www.theverge.com/2021/5/29/22460070/google-difficult-android-privacy-settings-arizona","canonicalUrl":"https://www.theverge.com/2021/5/29/22460070/google-difficult-android-privacy-settings-arizona","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9-Dt0gt6i","title":"Google reportedly made it difficult for smartphone users to find privacy settings","shortId":"9-Dt0gt6i","createdAt":"2021-05-29T22:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038767,"tagsStr":"google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T22:06:02.000Z","url":"https://www.theverge.com/2021/5/29/22460070/google-difficult-android-privacy-settings-arizona-antitrust","canonicalUrl":"https://www.theverge.com/2021/5/29/22460070/google-difficult-android-privacy-settings-arizona-antitrust","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XyBSjlSU3","title":"Der Befehl ‘maybe’ – was tut ein Befehl, ein Script?","shortId":"XyBSjlSU3","createdAt":"2021-05-29T21:52:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038752,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T21:20:06.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/29/der-befehl-maybe-was-tut-ein-befehl-ein-script/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/29/der-befehl-maybe-was-tut-ein-befehl-ein-script/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lDvQMJTMW","title":"NASA’s Curiosity rover has captured amazing images of clouds on Mars","shortId":"lDvQMJTMW","createdAt":"2021-05-29T21:25:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038725,"tagsStr":"tech-news,cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T21:18:10.000Z","url":"https://www.theverge.com/2021/5/29/22460017/nasa-curiosity-rover-captured-images-clouds-on-mars","canonicalUrl":"https://www.theverge.com/2021/5/29/22460017/nasa-curiosity-rover-captured-images-clouds-on-mars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a09cdedb44e8c56107914b877257cbdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAURBAYTIQdBof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACUf/aAAwDAQACEQMRAD8AzhN23rnGoXVKAhysRiUqAPXYyasIvNl9jjRDbbSxUAZ4T39pSgLuyhqZP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"OP-nameaf","title":"HOW WE SCALED EXPERIMENTATION AT HULU","shortId":"OP-nameaf","createdAt":"2021-05-29T13:49:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"disney","views":27,"score":27038679,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:53:39.000Z","url":"https://medium.com/disney-streaming/how-we-scaled-experimentation-at-hulu-82d62a4779be","canonicalUrl":"https://medium.com/disney-streaming/how-we-scaled-experimentation-at-hulu-82d62a4779be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e543d82790acee092bbe40e49c3b4e47","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEEAQQDAAAAAAAAAAAAAQIDAAQFESEGEhMUIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIRIQMTQf/aAAwDAQACEQMRAD8AhZBbgZKWG5N/c5uedxB7Dd3gjdyR43E3xLLob1xxxWsx3WWMtsfbQSdRZ5HiiVGWSPvdSABpmDaJ/SPulKZXbSJqBxTA3UDF31f/2Q==","siteTwitter":"@disneystreaming","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"6OAHaJjN3","title":"Lullabies for little children","shortId":"6OAHaJjN3","createdAt":"2021-05-29T16:38:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27038438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/120394533/Lullabies-for-little-children","canonicalUrl":"https://www.behance.net/gallery/120394533/Lullabies-for-little-children","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/262fc3d850ddae7ffbcd66198e1c1f7e","ratio":1.69082125603865,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBSESUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMRITH/2gAMAwEAAhEDEQA/AM5t9t3agbd8nmnURxyqaYLVgtVC+q+DKk5gJIyJsbyKpICgqQB67GMYpuxtkm5LGRqecn//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Ox4_f6hvn","title":"US soldiers reportedly leaked nuclear info online accidentally, by using flashcard apps","shortId":"Ox4_f6hvn","createdAt":"2021-05-29T19:16:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038596,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T19:15:00.000Z","url":"https://www.theverge.com/2021/5/29/22459869/us-soldiers-leaked-nuclear-info-online-flashcard-apps","canonicalUrl":"https://www.theverge.com/2021/5/29/22459869/us-soldiers-leaked-nuclear-info-online-flashcard-apps","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"giBcCqu03","title":"Redesigning Health's MainView","shortId":"giBcCqu03","createdAt":"2021-05-29T19:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27038584,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T18:28:00.000Z","url":"https://visveshs.blogspot.com/2021/05/redesigning-healths-mainview.html","canonicalUrl":"https://visveshs.blogspot.com/2021/05/redesigning-healths-mainview.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfc5250ba58b97eca4c48ebd049a16bf","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUI/8QAIhAAAQMEAwADAQAAAAAAAAAAAQIDBAUGERIAByETFCJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AWWL1d1nVbQt6pxaNGqTBjZdlqfX65p+/lAUAMHbIONfOZ/uGk9Xs1+ptQ6xUBGRJdS0GRugICzjVRByMYwc+8hWnUp0frW9o0eZJajOfU3aQ6pKFbOEHIBwcjw/zgY8La//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"P3APEfuNI","title":"Build the HackerNews Reader with VueJS 3 — Part 3, infinite loading with ES2018 syntax","shortId":"P3APEfuNI","createdAt":"2021-05-29T08:44:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":65,"score":27038470,"tagsStr":"vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T08:44:08.000Z","url":"https://itnext.io/build-the-hackernews-reader-with-vuejs-3-part-3-infinite-loading-with-es2018-syntax-9b5e2ad55e3d","canonicalUrl":"https://gist.github.com/419d33b64d8d4751afc343c4dc0c1ccb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ccf72f078d5b851ccd88a8e0b2a9db9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAxEhI2Hh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMuRuhELg4bCMOq656ooiD//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@infantiablue","readTime":3,"description":null,"toc":null,"summary":null},{"id":"nyyuX9kkA","title":"A Guide to Heatmaps: What is a Heatmap, the Use, and Types?","shortId":"nyyuX9kkA","createdAt":"2021-05-29T16:56:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038456,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://attentioninsight.com/heatmaps-101/","canonicalUrl":"https://attentioninsight.com/heatmaps-101/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb63f32bbba9e274d64042a574cab27a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBQAEESESEzEywf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAwADAAAAAAAAAAAAAAAAAAEhAmHB/9oADAMBAAIRAxEAPwDWJaV67m4aDfN1psqTz9c7x83U6OkJe4j7V55y3DrjSVrCScAkAnGvFKVVjJpdAVbP/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uzk6Xp78n","title":"Sailfish 4.1 AArch64 auf dem Sony Xperia 10 II","shortId":"uzk6Xp78n","createdAt":"2021-05-29T16:51:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038451,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://linuxnews.de/2021/05/sailfish-4-1-aarch64-auf-dem-sony-xperia-10-ii/","canonicalUrl":"https://linuxnews.de/2021/05/sailfish-4-1-aarch64-auf-dem-sony-xperia-10-ii/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fd4c13cc53e53aac968727576214a53","ratio":1.77581863979849,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQREiEFBgcTMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEAAwAAAAAAAAAAAAAAAAABABEx/9oADAMBAAIRAxEAPwC11Xm4keebjqj4xXko0m6XTSMOe+M+J22Hr6tWmkaJnjTnDiiKrXYoMn//2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":7,"description":null,"toc":null,"summary":null},{"id":"RK0G0pkJC","title":"Using Fake Reviews to Find Dangerous Extensions","shortId":"RK0G0pkJC","createdAt":"2021-05-29T16:28:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27038428,"tagsStr":"security,google,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/using-fake-reviews-to-find-dangerous-extensions/","canonicalUrl":"https://krebsonsecurity.com/2021/05/using-fake-reviews-to-find-dangerous-extensions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ec1d5a56f5f9b06307e58ac8806c168","ratio":2.46796116504854,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAFxABAQEBAAAAAAAAAAAAAAAAAQACEv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDUA86AqG2SD//Z","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JmGy3CXgI","title":"My Developer Journey – How I Went from Making $1,000 to $100,000 a Year","shortId":"JmGy3CXgI","createdAt":"2021-05-28T23:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","tweeted":true,"views":701,"score":27038398,"tagsStr":"open-source,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-29T10:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:58:18.000Z","url":"https://dev.to/this-is-learning/my-journey-from-1000-to-100000-per-yr-as-developer-1nal","canonicalUrl":"https://dev.to/this-is-learning/my-journey-from-1000-to-100000-per-yr-as-developer-1nal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab29a17cf77468f68dfe18c59ce76814","ratio":1.49765990639626,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAUGIQQxETKB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhL/2gAMAwEAAhEDEQA/ANtM5tVst6ceYywMkKKyRxeobQJ8HZ66NXRZ7hccaRyNy2dQFYmM7I+UpTckTpv/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"SzDEXDOO7","title":"Trendy Gradients in Web Design","shortId":"SzDEXDOO7","createdAt":"2021-05-29T15:07:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038347,"tagsStr":"css,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T05:24:00.000Z","url":"https://www.awwwards.com/gradients-in-web-design-elements.html","canonicalUrl":"https://www.awwwards.com/gradients-in-web-design-elements.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc863556c7a494643a53bfd4b1aebcaf","ratio":1.39939024390244,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAQFERITISNDcf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAbEQACAgMBAAAAAAAAAAAAAAABAgBBAxEhUf/aAAwDAQACEQMRAD8A0G8x9u/IbFwyapFkvLO+bMEFhgQByjTsg/BpVxK8rHFWYau/kwJgJHmHZ2jX3UpTGJVJYXq+XEW2o57P/9k=","siteTwitter":"@awwwards","creatorTwitter":"@awwwards","readTime":7,"description":null,"toc":null,"summary":null},{"id":"YLiJKSG8a","title":"Fitbit may soon be adding snoring detection to its devices","shortId":"YLiJKSG8a","createdAt":"2021-05-29T14:48:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038328,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T14:45:55.000Z","url":"https://www.theverge.com/2021/5/29/22459675/fitbit-snoring-detection-fitness-trackers-smartwatch-sleep-animal","canonicalUrl":"https://www.theverge.com/2021/5/29/22459675/fitbit-snoring-detection-fitness-trackers-smartwatch-sleep-animal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e2e38b7e9cc785d107086c61400efff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQDAQEBAAAAAAAAAAAAAQIDBREABAZRIbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAESH/2gAMAwEAAhEDEQA/AJL8hIyPZ8/F7u4XNZlanFAJoOUQaUL++Zq552IJs6KLPi1gfuMYTilSAmt//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"XB9vr6i2N","title":"The future of COVID-19 immunity looks good","shortId":"XB9vr6i2N","createdAt":"2021-05-29T14:01:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038281,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T14:00:00.000Z","url":"https://www.theverge.com/2021/5/29/22458912/covid-immunity-vaccine-protection-lab-leak-antivirus","canonicalUrl":"https://www.theverge.com/2021/5/29/22458912/covid-immunity-vaccine-protection-lab-leak-antivirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/63b95f37fa253fc377ab5568638e1d6f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAARIQUSIgYHE0FR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQADAAAAAAAAAAAAAAAAAAABMUH/2gAMAwEAAhEDEQA/AKTutqIgdSaTHehxZTU9vwJLgUFsHceaSFWvyHrBArT4Cy3AjIPMpbSNysk2AyT9pShFlj//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hE_bG7ZdJ","title":"Shirish Agarwal: Planes, Pandemic and Medical Devices – I","shortId":"hE_bG7ZdJ","createdAt":"2021-05-29T13:28:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27038248,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T13:12:24.000Z","url":"https://flossexperiences.wordpress.com/2021/05/29/planes-pandemic-and-medical-devices-i/","canonicalUrl":"https://flossexperiences.wordpress.com/2021/05/29/planes-pandemic-and-medical-devices-i/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"@shirishag75","creatorTwitter":"@shirishag75","readTime":12,"description":null,"toc":null,"summary":null},{"id":"QspdRyupS","title":"It’s Tough to Defend Overwatch, but It’s Still Unparalleled","shortId":"QspdRyupS","createdAt":"2021-05-29T13:07:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T09:00:00.000Z","url":"https://www.wired.com/story/overwatch-five-years-comparison-lookback/","canonicalUrl":"https://www.wired.com/story/overwatch-five-years-comparison-lookback/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bc6a49021960f3aff16ce6c471abf43","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYhElFy/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEExEhQf/aAAwDAQACEQMRAD8At1sqZyCVsdHs5sl6LDkIfsuGyo+VgehZPXeYqbx95Ex9KJrYSlxQFsWav6xjC75FgvZAegBEmpNSnj0z/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"isCSRGT5S","title":"Aktualisierung für Raspberry Pi OS – OpenSSH schneller / Updates","shortId":"isCSRGT5S","createdAt":"2021-05-29T07:20:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27037880,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T06:49:07.000Z","url":"https://www.bitblokes.de/aktualisierung-fur-raspberry-pi-os-openssh-schneller-updates/","canonicalUrl":"https://www.bitblokes.de/aktualisierung-fur-raspberry-pi-os-openssh-schneller-updates/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"NY9qE7Hjs","title":"US Soldiers Exposed Nuclear Secrets on Digital Flashcards","shortId":"NY9qE7Hjs","createdAt":"2021-05-29T13:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038227,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T09:00:00.000Z","url":"https://www.wired.com/story/nuclear-secrets-flashcards-citizen-app-japan-hack-security-news/","canonicalUrl":"https://www.wired.com/story/nuclear-secrets-flashcards-citizen-app-japan-hack-security-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bb91a9c3baab3d4088f4ef348c621d8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJRAAAQMCAwkAAAAAAAAAAAAAAgABAwQFBhExEhQhIiVCUXFz/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAxEC/9oADAMBAAIRAxEAPwCGt+PrhBUEw08LHIT7RgZi5M/a/HT1ktbpsQhu8XS6R+RtZZ/H0REG4wEia+l3Z//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"f7fEzqZ4u","title":"Grilling Over Charcoal Is Better Than Grilling Over Gas","shortId":"f7fEzqZ4u","createdAt":"2021-05-29T11:04:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/2013/07/charcoal-grilling-is-objectively-scientifically-better-than-gas-2","canonicalUrl":"https://www.wired.com/2013/07/charcoal-grilling-is-objectively-scientifically-better-than-gas-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c46d41249db6af612f9c6bb65dca915","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgABBAMRIQYSFBMiMcLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AMyjRatGUYbojnQHosfHthhvjux5+qwafkVAE+ZGbc18xXf3RFNyEzS3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xf0uhG1Aa","title":"Memorial Day has brought about some fantastic tech deals","shortId":"xf0uhG1Aa","createdAt":"2021-05-29T13:06:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T13:00:00.000Z","url":"https://www.theverge.com/2021/5/29/22458509/memorial-day-deals-tech-apple-usb-c-charger-beats-headphones-among-us-deal-sale","canonicalUrl":"https://www.theverge.com/2021/5/29/22458509/memorial-day-deals-tech-apple-usb-c-charger-beats-headphones-among-us-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86172946fca9265420d942cbd0ce681e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQMCBAARBSESQUKBwf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADEyJRwXH/2gAMAwEAAhEDEQA/AJifCurclQbG8TetSgxlgr+Wz2Bv99ZsdapA11F6qjXGA82GtHc5a7P2cYwmypoTrpiOouv7xZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-qPiADtE6","title":"Quiz: Find Your Design Career Heaven","shortId":"-qPiADtE6","createdAt":"2021-05-29T12:53:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038213,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:45:31.000Z","url":"https://www.webdesignerdepot.com/2021/05/quiz-find-your-design-career-heaven/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/quiz-find-your-design-career-heaven/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8f33fbaae35f3429ff3f810defe40cc","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxABAAEEAQUAAAAAAAAAAAAAAQACAwQRMRNBYZHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgAREv/aAAwDAQACEQMRAD8A1bJu3FGjQcVbXjx7kDi5Yp1Lbrur8iIa7R4anmn0m//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Y5B4Lngpn","title":"Elon Musk tweets Tesla Model S Plaid delivery to be delayed until June 10th","shortId":"Y5B4Lngpn","createdAt":"2021-05-29T12:51:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27038211,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:49:02.000Z","url":"https://www.theverge.com/2021/5/29/22459617/musk-tweets-model-s-tesla-plaid-delivery-delayed-again-june-10th","canonicalUrl":"https://www.theverge.com/2021/5/29/22459617/musk-tweets-model-s-tesla-plaid-delivery-delayed-again-june-10th","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fcd430ecb489b2177c93d2870d396429","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQFBgcRExQhMf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxExUf/aAAwDAQACEQMRAD8Al3awZXHNLbI6wHjl4+w/d0h9+krSqXOMldTQl1whLiwEnrN9OyIg2WMoGGUyinNA55P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ti6oFPacc","title":"7 Modern Website Design Examples (and What You Can Learn From Them)","shortId":"ti6oFPacc","createdAt":"2021-05-29T12:38:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038198,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:06:42.000Z","url":"https://usabilitygeek.com/7-modern-website-design-examples-and-what-you-can-learn-from-them/","canonicalUrl":"https://usabilitygeek.com/7-modern-website-design-examples-and-what-you-can-learn-from-them/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ded9e38f6d33bc6ff4e137a5cf68f8be","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQGB//EACAQAAICAQQDAQAAAAAAAAAAAAECAwQRAAUSIQYxcZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxFBUaH/2gAMAwEAAhEDEQA/ANl3bzHfK8rtQ2yKxGLTwGNg3JFVuOSQcdkdfdWtCzamo15LECRzvGrSIGyFYjsfunBDGGLCNOR9niMnRBFAwFXHzT22KyqFUDOe4NaMGJLbvk//2Q==","siteTwitter":"@usabilitygeek","creatorTwitter":"@usabilitygeek","readTime":11,"description":null,"toc":null,"summary":null},{"id":"byBmBSTLB","title":"Color Inspirations and Ideas","shortId":"byBmBSTLB","createdAt":"2021-05-29T12:23:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27038183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:17:11.000Z","url":"https://hexcolor.co/color-inspiration","canonicalUrl":"https://hexcolor.co/color-inspiration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f3454f591ca7557e547a3e7b9e1c913","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQADBAIFEwYRIRIUIjFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EAB8RAAEDBAMBAAAAAAAAAAAAAAECAwQABREhBiIkYf/aAAwDAQACEQMRAD8AlW9I2uHaoER2JFkOBsu5q2fIkgHnlZvM0qz3j/Q8KaclWwx+hv8AURGzKMi3pdd2rJ3T5X45jaI/UFAOPuTuv//Z","siteTwitter":"@hexcolortool","creatorTwitter":"@hexcolortool","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1JKJHlHvb","title":"Linux am Dienstag: Programm für den 1. Juni","shortId":"1JKJHlHvb","createdAt":"2021-05-29T12:21:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038181,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:07:59.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/29/linux-am-dienstag-programm-fuer-den-1-juni/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/29/linux-am-dienstag-programm-fuer-den-1-juni/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"in9nmlByW","title":"Undefined Magazine","shortId":"in9nmlByW","createdAt":"2021-05-29T08:33:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27037953,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/112468451/Undefined-Magazine","canonicalUrl":"https://www.behance.net/gallery/112468451/Undefined-Magazine","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d14a459a98247bb079233eb4e1e38c5","ratio":1.62790697674419,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQIDBBEAMQUGBxITIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEhNhwf/aAAwDAQACEQMRAD8A0TmybKahsrisx1OoNNeVagLvRoaOQj1DYQex3gbQcT6UEugi/tWjWMYSqLMYzOcaDXZ//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"BtA09uOinZ","title":"Grilling Over Gas Is Better Than Grilling Over Charcoal","shortId":"BtA09uOinZ","createdAt":"2021-05-29T11:04:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/2013/07/gas-grilling-is-objectively-scientifically-better-than-charcoal","canonicalUrl":"https://www.wired.com/2013/07/gas-grilling-is-objectively-scientifically-better-than-charcoal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9823261023042da5303a15bf04aa3ea5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMEAAIFEQYhIjFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRAxIx/9oADAMBAAIRAxEAPwCWxeFajnLIK5mrUOPcEjqPWq1rHcPjS8fFk3TZ1pcq1htD79DYB15+0pRQd9GyrVqj/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IxUaFLUL-E","title":"ALT+Klick: Dateien mit alternativem Programm öffnen","shortId":"IxUaFLUL-E","createdAt":"2021-05-29T12:21:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038181,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:13:04.000Z","url":"https://www.tutonaut.de/altklick-dateien-mit-alternativem-programm-oeffnen/","canonicalUrl":"https://www.tutonaut.de/altklick-dateien-mit-alternativem-programm-oeffnen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/448ed196b34fc5db1a65301ab929e37f","ratio":1.70439414114514,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAFESEGImFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADBLHR/9oADAMBAAIRAxEAPwDOZNhUi8csXK2tip3mZYBYildmA47ABPqOB9OT8V6dokI12oIKggtACT+9YxlblbbUVwTsq5KrzrP/2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ZmaU6NBRm","title":"Containers are tents","shortId":"ZmaU6NBRm","createdAt":"2021-05-27T16:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":29,"score":27036115,"tagsStr":"general-programming,infrastructure,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containers-vs-vms/","canonicalUrl":"https://increment.com/containers/containers-vs-vms/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SRbrYw-80","title":"Can the Clippers Come Back and Win the Series?","shortId":"SRbrYw-80","createdAt":"2021-05-29T12:11:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27038171,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:43.000Z","url":"https://www.theringer.com/2021/5/29/22458925/can-the-clippers-come-back-and-win-the-series","canonicalUrl":"https://www.theringer.com/2021/5/29/22458925/can-the-clippers-come-back-and-win-the-series","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07e5beda485b7284695c1321d2786ab6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgMAAgMBAAAAAAAAAAAAAQIDBBEABQYHIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEx/9oADAMBAAIRAxEAPwC6SJ4+w7uQWJ1q1milaujACYyxHQzYWwYMAIzOZ+vezvL+vu2KUPbFoq8jQoXiUsQpwaf0/OOOHSindEe1iOGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BjahvAmSs","title":"The Lego Games and the Glory of Not Being Challenged","shortId":"BjahvAmSs","createdAt":"2021-05-29T12:04:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T08:00:00.000Z","url":"https://www.wired.com/story/the-lego-games-20th-anniversary/","canonicalUrl":"https://www.wired.com/story/the-lego-games-20th-anniversary/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc1147e9ce6d0b42ae69a06fb116e4f1","ratio":1.91156462585034,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhABAAIBBAMAAAAAAAAAAAAAAQIDAAQFEWESQ1H/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAQRYf/aAAwDAQACEQMRAD8AxzbZN7DTwWquygrtI+w8hOez7lrdAStnImRGS8EDg6xjFAMkVh2V8HJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"qOQCP85jO","title":"There’s a Great Whip Spider Boom. What Gives?","shortId":"qOQCP85jO","createdAt":"2021-05-29T12:04:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T08:00:00.000Z","url":"https://www.wired.com/story/theres-a-great-whip-spider-boom-what-gives/","canonicalUrl":"https://www.wired.com/story/theres-a-great-whip-spider-boom-what-gives/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a0c42ca60c6ae12b6ee2cff8d8dcd64","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQMEFCExUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAgMx/9oADAMBAAIRAxEAPwDPaKsmiDjKLjxVaFAbsez4k8lj3Q+REgKTYtmn/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"XBQBYIpGF","title":"Knicks Disappear, Lose Game 3","shortId":"XBQBYIpGF","createdAt":"2021-05-29T11:54:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27038154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:41:49.000Z","url":"https://www.theringer.com/2021/5/29/22458933/knicks-disappear-lose-game-3","canonicalUrl":"https://www.theringer.com/2021/5/29/22458933/knicks-disappear-lose-game-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b96310be80c2d8f228c991ddbc03370","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBgUHEiExUpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAEhQf/aAAwDAQACEQMRAD8Atdy4rmJzM0/Dxr72LC5EOqkxcLoxPUPBELA7SJJmtILD1X5SlFTRLH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ektUexKcI","title":"Arrowhead from biblical battle discovered in Goliath's hometown","shortId":"ektUexKcI","createdAt":"2021-05-29T11:24:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27038124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T11:00:00.000Z","url":"https://www.livescience.com/arrowhead-biblical-battle-in-goliath-hometown.html","canonicalUrl":"https://www.livescience.com/arrowhead-biblical-battle-in-goliath-hometown.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b952afbd046d7ba40d2d2771886e4db","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBREABAYSEyEiQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDIbXOmsrYmVW+zNO/AvcdJxSFMTe9RJIB8moamePPIbifHvjkddrgJjxPSlKMOv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"mxcxcM9j9","title":"Forma - No-Code platform to build customised worfklows","shortId":"mxcxcM9j9","createdAt":"2021-05-24T22:16:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27031576,"tagsStr":"general-programming,business,nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:07:48.000Z","url":"https://www.getforma.co","canonicalUrl":"https://www.getforma.co","image":"https://www.getforma.co/wp-content/uploads/2021/03/Workflow-builder.gif","ratio":1.51416122004357,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGRABAQADAQAAAAAAAAAAAAAAAQAhIlFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANTJuLnnlUkH/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"pGK2VWZq_","title":"Our Favorite Mattresses Are on Sale for Memorial Day","shortId":"pGK2VWZq_","createdAt":"2021-05-29T11:04:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/story/best-memorial-day-mattress-deals-2021/","canonicalUrl":"https://www.wired.com/story/best-memorial-day-mattress-deals-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d58afea3716a84d0daf9ab98c66b8cf1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAdEAABBAMBAQAAAAAAAAAAAAABAAMEIQIFEXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAdEQACAQQDAAAAAAAAAAAAAAABAgMAESExQYGx/9oADAMBAAIRAxEAPwCrC2bEaMGXNZDkZX1xwE5Hv2lN8pES9UCkkc1HJJ3kCq1rDWAPBnuv/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"2aBotd7HY","title":"The Best Memorial Day Sales on Tech, Gaming, Home, and More","shortId":"2aBotd7HY","createdAt":"2021-05-29T11:04:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038104,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/story/best-memorial-day-sales-2021","canonicalUrl":"https://www.wired.com/story/best-memorial-day-sales-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3753e9edac8e7b762013706e3ab4abbd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQhBQYRIjFxgf/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBEAAQMCBwAAAAAAAAAAAAAAAgABAwQRBQYUUXHR8P/aAAwDAQACEQMRAD8A0CLbyaxp7F7l4QZGHSNPA65PGftRZ9oRtNIzXshYsSSIkGefVKVNKbMuJhUSiMtmZ9h6TaOEWsw+5X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"eughu024Y","title":"The Bizarro Streaming Site That Hackers Built From Scratch","shortId":"eughu024Y","createdAt":"2021-05-29T11:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038103,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/story/bravomovies-fake-streaming-site-bazaloader/","canonicalUrl":"https://www.wired.com/story/bravomovies-fake-streaming-site-bazaloader/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80028b2bbc24741da75b0d86c554add2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMRBQYSIkGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhED/9oADAMBAAIRAxEAPwDEhzFJOjKlYcLUe6+XIGu5GYuF0NBQNa+yKyFe9vH3EQ/OobkRdZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oGkccvFWo","title":"WIRED's Picks for the 9 Books You Need to Read This Summer","shortId":"oGkccvFWo","createdAt":"2021-05-29T11:03:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27038103,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T07:00:00.000Z","url":"https://www.wired.com/gallery/spring-summer-reading-list/","canonicalUrl":"https://www.wired.com/gallery/spring-summer-reading-list/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3353504060e14d84e33a5ee18dbe8cb5","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFESEGEhUjMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAAMAAAAAAAAAAAAAAAAAAgABMf/aAAwDAQACEQMRAD8Aj8Was9tvluc7fIelxJAcLy5Z82CdLHTgjfr4K30pmO/JdeCXWw4srCEu6Tk5wNUpQVa2KNHJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"LvGl-M7j1","title":"Ratatoskr, Clan of the Squirrel für Northgard – Das Spiel hat einen Haken","shortId":"LvGl-M7j1","createdAt":"2021-05-29T09:20:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27038000,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T09:09:45.000Z","url":"https://www.bitblokes.de/ratatoskr-clan-of-the-squirrel-fur-northgard-das-spiel-hat-einen-haken/","canonicalUrl":"https://www.bitblokes.de/ratatoskr-clan-of-the-squirrel-fur-northgard-das-spiel-hat-einen-haken/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"l_nE_Y_V0","title":"My (Seemingly) Random Walk to Netflix","shortId":"l_nE_Y_V0","createdAt":"2021-05-28T21:30:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"netflix","views":145,"score":27037993,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:55:51.000Z","url":"https://netflixtechblog.com/my-seemingly-random-walk-to-netflix-293d952953fa","canonicalUrl":"https://netflixtechblog.com/my-seemingly-random-walk-to-netflix-293d952953fa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6262ecc56f66034b7e275c25cef3e58","ratio":1.89873417721519,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQSIQVBESIx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANJcvcmxp3N4uTtSRRgW9TsddHcpU1V0VsVHkA/IiBf/2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Zg5f9XcZU","title":"Audacity: Mehrfachlizenzierung eingeführt","shortId":"Zg5f9XcZU","createdAt":"2021-05-29T06:10:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27037810,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://linuxnews.de/2021/05/audacity-mehrfachlizenzierung-eingefuehrt/","canonicalUrl":"https://linuxnews.de/2021/05/audacity-mehrfachlizenzierung-eingefuehrt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94493dd3d162f76e80732107dccb8bf4","ratio":1.00719424460432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAYFEiEREzFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAREmEhUVL/2gAMAwEAAhEDEQA/AI7iuAW2tYXfaw93cpLFv7QjiBiGxQSXP3n8491O3jUOwDDoDRWR1QorsEPlQeDQoRM4eQyHIE3A8jrdVkZCqhVsQOd7r//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nZhDDVF4i","title":"Everyday life in Kyoto","shortId":"nZhDDVF4i","createdAt":"2021-05-29T04:39:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27037719,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://www.behance.net/gallery/118638157/Everyday-life-in-Kyoto","canonicalUrl":"https://www.behance.net/gallery/118638157/Everyday-life-in-Kyoto","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb95ae97a252d1ec1eeaa621fdebf7a7","ratio":0.71465033180194,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQUGB//EACQQAAEDAwEJAAAAAAAAAAAAAAECAxEABAVRBhITFCEikbHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEBAAMAAAAAAAAAAAAAAAABAgARMf/aAAwDAQACEQMRAD8ARZt7Zy1xLbTrmKu8i8srU5buncSQJk6fazd3llurUq7YkqJMKMeqnC8op7iTp1ihxDqfNSiGFd9xUlAc1n//2Q==","siteTwitter":"@behance","creatorTwitter":"@cram_box","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hZeleaL65","title":"UltraStar Play: Neuer Open-Source SingStar-Klon","shortId":"hZeleaL65","createdAt":"2021-05-29T04:10:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27037690,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T00:00:00.000Z","url":"https://linuxnews.de/2021/05/ultrastar-play-neuer-open-source-singstar-klon/","canonicalUrl":"https://linuxnews.de/2021/05/ultrastar-play-neuer-open-source-singstar-klon/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7462c1e3fe3ba8cbf4c87970c52c44ed","ratio":1.33522727272727,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwQDAQAAAAAAAAAAAAADAAECBRESIQQTQbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRIf/aAAwDAQACEQMRAD8AjqCajxoE2OAkjY6dns3xRZp8buJaOsn8RFQ34DBsZtZ//9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Z85qDANc7","title":"Advanced Computer Vision with Python","shortId":"Z85qDANc7","createdAt":"2021-05-28T12:33:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":399,"score":27037616,"tagsStr":"career,python,computer-vision","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-28T20:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:26:38.000Z","url":"https://www.freecodecamp.org/news/advanced-computer-vision-with-python/","canonicalUrl":"https://www.freecodecamp.org/news/advanced-computer-vision-with-python/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbfc19cb260b14d0e10dbac998ceff91","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSITEUUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgTwERIxUf/aAAwDAQACEQMRAD8Ahq02bjapU+AmOyy8htUdC8gthDCXXAcDnOffystLcsflPbo05J3qyEPHaOehz1SlUwnO16aAjkgZvpX/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JxkDP96gj","title":"QUIC Version 1 is live on Cloudflare","shortId":"JxkDP96gj","createdAt":"2021-05-28T21:11:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cloudflare","views":19,"score":27037604,"tagsStr":"cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T21:06:55.000Z","url":"https://blog.cloudflare.com/quic-version-1-is-live-on-cloudflare/","canonicalUrl":"https://blog.cloudflare.com/quic-version-1-is-live-on-cloudflare/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75d172f2328a764a6f59f6ed5f8e30b0","ratio":1.96951219512195,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxEEBRIhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACEiEx/9oADAMBAAIRAxEAPwDTOqodtypvW51CDiUGcEZ79lCIjENkrZez/9k=","siteTwitter":"@cloudflare","creatorTwitter":"@SimmerVigor","readTime":7,"description":null,"toc":null,"summary":null},{"id":"IaodKcgha","title":"Dynamic Favicons for WordPress","shortId":"IaodKcgha","createdAt":"2021-05-28T15:28:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":71,"score":27037542,"tagsStr":"webdev,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:36:47.000Z","url":"https://css-tricks.com/dynamic-favicons-for-wordpress/","canonicalUrl":"https://css-tricks.com/dynamic-favicons-for-wordpress/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7644598a45cfd6af8dd4c7c4a101bc6b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEEQADBRIhBhUiMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQFESET/9oADAMBAAIRAxEAPwDAPMY9eZMucm+sZBxdTBU7bbxzMjyHNQudAKWtS+5W07EnVLSAPgG/qlKLylmSuW+Z1tIVIGSSyMcOA8X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@thomashpark","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bceAciFUk","title":"How to Secure Your Android App – Four Security Best Practices Every Android Dev Should Know","shortId":"bceAciFUk","createdAt":"2021-05-28T16:07:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"freecodecamp","views":38,"score":27037402,"tagsStr":"tech-news,security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:01:05.000Z","url":"https://www.freecodecamp.org/news/how-to-secure-your-android-app/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-secure-your-android-app/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce82b7a93c802703efd37808dff5e970","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQAEBQYSMUGS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAMRAgQiQbH/2gAMAwEAAhEDEQA/AJfjecg0ulNuPciaeZdYRa8q2pVA1kEd1A+gwF15zOpeW2DK5SUhSxoEOTX3jGCldG5uw9nhJHJcz//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@andrejtl","readTime":6,"description":null,"toc":null,"summary":null},{"id":"mQFdxUQCl","title":"Venmo leaked Joe Biden’s friends, but you can now keep yours a secret","shortId":"mQFdxUQCl","createdAt":"2021-05-28T22:53:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037373,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:47:28.000Z","url":"https://www.theverge.com/2021/5/28/22459163/venmo-privacy-controls-friends-list-joe-biden","canonicalUrl":"https://www.theverge.com/2021/5/28/22459163/venmo-privacy-controls-friends-list-joe-biden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90b9af9627444c3b4c302aae2bc706bd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgARAwYEBRIhobL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMRIfD/2gAMAwEAAhEDEQA/AKLo2DHxtH2R+xHdkxqCyixYW/oyWKrZ8e4iIOqNl2qFsYD3J//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_b66VMfVg","title":"Ariana Grande Wedding Photos, Lindsay Lohan Gets a Movie, and the ‘Friends’ Reunion","shortId":"_b66VMfVg","createdAt":"2021-05-28T22:40:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037360,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:26:18.000Z","url":"https://www.theringer.com/2021/5/28/22458924/ariana-grande-wedding-photos-lindsay-lohan-gets-a-movie-and-the-friends-reunion","canonicalUrl":"https://www.theringer.com/2021/5/28/22458924/ariana-grande-wedding-photos-lindsay-lohan-gets-a-movie-and-the-friends-reunion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f908e6d301e6229d0d7295e94e74a91","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgEDBBEABRIiIzFBUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgQxQf/aAAwDAQACEQMRAD8Ay3T30a01mDMaGRvkONC4PTUVB1SEvN8iJa7Laeryal0cp4qrcarSfcYyq5U6FyeH/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"o1J5kkV2s","title":"Friends of GNOME Update – May 2021","shortId":"o1J5kkV2s","createdAt":"2021-05-28T16:04:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27036964,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:07:45.000Z","url":"https://blogs.gnome.org/engagement/2021/05/28/friends-of-gnome-update-may-2021/","canonicalUrl":"https://blogs.gnome.org/engagement/2021/05/28/friends-of-gnome-update-may-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XplUU9jgH","title":"Apple delays Podcasts subscriptions to June","shortId":"XplUU9jgH","createdAt":"2021-05-28T22:25:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037345,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:19:14.000Z","url":"https://www.theverge.com/2021/5/28/22459129/apple-delays-podcasts-subscriptions-june","canonicalUrl":"https://www.theverge.com/2021/5/28/22459129/apple-delays-podcasts-subscriptions-june","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3386280337a5ee802346490d4486882","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQQAAgMSIRExBRNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDOyra9rx7S91G3eYYw9LJrqFS+J5q4A0chrfXyQHs6iJShGs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2JDxozc7q","title":"Injuries Are Defining the 2021 MLB Season","shortId":"2JDxozc7q","createdAt":"2021-05-28T22:24:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:17:08.000Z","url":"https://www.theringer.com/2021/5/28/22458926/injuries-are-defining-the-2021-mlb-season","canonicalUrl":"https://www.theringer.com/2021/5/28/22458926/injuries-are-defining-the-2021-mlb-season","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a375a433aa1500831abdcae7c16b3a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAURIQQSBnHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAC/9oADAMBAAIRAxEAPwDLrbb0Tx6YvNM8rlOr5A6bzrXsVFsULKGPI5OSM6f5SlTKmfbJN//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"wo2QBcoWw","title":"Luke vs. Obi-Wan Midnight Court, J.J. Abrams, and the Case for ‘Superman & Lois’","shortId":"wo2QBcoWw","createdAt":"2021-05-28T22:23:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037343,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:08:33.000Z","url":"https://www.theringer.com/2021/5/28/22458931/luke-vs-obi-wan-midnight-court-j-j-abrams-and-the-case-for-superman-lois","canonicalUrl":"https://www.theringer.com/2021/5/28/22458931/luke-vs-obi-wan-midnight-court-j-j-abrams-and-the-case-for-superman-lois","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/174157872e9cf17b09d63c99ac764a1b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFERITIQYHMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQAABAcAAAAAAAAAAAAAAAAAAQISAxEhIlFSsf/aAAwDAQACEQMRAD8AnPS02/q/uE9DbU1I25Du5q1EkIKccgke3wjxitlsNlgRbFbo6WEKS1GbbBI5OEgUpVtNiFN2PhA8SrZ4H//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WMs6IDvgV","title":"ODESZA’s Foreign Family Collective gives Phantoms, Medasin, Jai Wolf and more creative autonomy on first edition of ‘Rave.wavs’","shortId":"WMs6IDvgV","createdAt":"2021-05-28T22:08:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037328,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T22:01:52.000Z","url":"https://dancingastronaut.com/2021/05/odeszas-foreign-family-collective-gives-phantoms-medasin-jai-wolf-and-more-creative-autonomy-on-first-edition-of-rave-wavs/","canonicalUrl":"https://dancingastronaut.com/2021/05/odeszas-foreign-family-collective-gives-phantoms-medasin-jai-wolf-and-more-creative-autonomy-on-first-edition-of-rave-wavs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d90a69424223651432b9d99c42fb454","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgEDBQAAAAAAAAAAAAABAgADEQUhMQYTFCJB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQEBAQEAAAAAAAAAAAAAAAECACEx/9oADAMBAAIRAxEAPwCNr6K1atMLRQqe/cU3YKFVBPA+7cSVt8mu10YAFSQRgbYiIy0+YeZF6b//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"XNspWYq04","title":"Web scraping: infinite scrolling with selenium","shortId":"XNspWYq04","createdAt":"2021-05-28T13:01:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":31,"score":27037150,"tagsStr":"javascript,crawling,selenium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:35:19.000Z","url":"https://code.likeagirl.io/web-scraping-infinite-scrolling-with-selenium-97f820d2e506","canonicalUrl":"https://code.likeagirl.io/web-scraping-infinite-scrolling-with-selenium-97f820d2e506","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/273172638bfc2a09bfeff07e25e2e9bd","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECAwQFESEScRMiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSHbqmq5dDXIdYkQ7c3SPnjakp5JP5nBlnoSsuXTnKePyMp91aJR630AAP/9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"la3UeXJOz","title":"Wax Motif launches album campaign with collaborative single, ‘Need You’ alongside Phlegmatic Dogs","shortId":"la3UeXJOz","createdAt":"2021-05-28T21:59:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037319,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T21:58:23.000Z","url":"https://dancingastronaut.com/2021/05/wax-motif-launches-album-campaign-with-collaborative-single-need-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/wax-motif-launches-album-campaign-with-collaborative-single-need-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3e7eacfe19680ed33cd9ecba6c6f78b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEFAAIDAAAAAAAAAAAAAQIDAAQFESETFTFBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8AwV76DO3qrj8PPaYq1AASKVfNIeAyOxUb2AOfXT8k1EaPBqxUY8EA620j7/e0pShlU9v/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"vSf6WPUc0","title":"Maybe Future Generations Will Be Just Fine","shortId":"vSf6WPUc0","createdAt":"2021-05-28T16:05:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036965,"tagsStr":"r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:29:54.000Z","url":"https://www.wired.com/2021/05/geeks-guide-cass-r-sunstein/","canonicalUrl":"https://www.wired.com/2021/05/geeks-guide-cass-r-sunstein/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de18b655f7688f281c1c9b8eb9d29048","ratio":1.90325138778747,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFBhESMTJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIEEQOxITFh/9oADAMBAAIRAxEAPwCbP81kW1Fti2+I0wUuFZWk+hyWnXXwVtOZlIU4oiM2ASTrl1SlKBziBPu1acakPaOhWl//2Q==","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MEFgvnPJ3","title":"The SolarWinds Hackers Aren't 'Back.' They Never Went Away","shortId":"MEFgvnPJ3","createdAt":"2021-05-28T21:17:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27037277,"tagsStr":"security,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:04:00.000Z","url":"https://www.wired.com/story/russia-solarwinds-hackers-phishing-usaid","canonicalUrl":"https://www.wired.com/story/russia-solarwinds-hackers-phishing-usaid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1839864c1b207d85206d3f79315e438","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQIHAAAAAAAAAAAAAAABAgAEEgURFFJxktH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAEDBCEyUf/aAAwDAQACEQMRAD8ApsBQ0tcWWxjaVFyA5A8yg19TvHRfIiMutuTPA9bQ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"CAaLiPwZN","title":"Ladies and gentlemen, the weekendgelion","shortId":"CAaLiPwZN","createdAt":"2021-05-28T21:06:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T21:00:00.000Z","url":"https://www.theverge.com/2021/5/28/22458706/memorial-day-weekend-evangelion-olympics-log-off-please","canonicalUrl":"https://www.theverge.com/2021/5/28/22458706/memorial-day-weekend-evangelion-olympics-log-off-please","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5400bb8de44e742b49f5dd86790dcf15","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBRIhE1GC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECMf/aAAwDAQACEQMRAD8Az5qc7Mljs5DgzhITHVtPEevsqadtmO78tX2iIRcKPTh//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1PBq62Ya4","title":"Twitter could be working on Facebook-style reactions","shortId":"1PBq62Ya4","createdAt":"2021-05-28T21:01:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037261,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T20:59:04.000Z","url":"https://www.theverge.com/2021/5/28/22458959/twitter-reactions-feature-facebook-sad-cheer","canonicalUrl":"https://www.theverge.com/2021/5/28/22458959/twitter-reactions-feature-facebook-sad-cheer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e1a918d321c126a1b6799498a9bf1fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAEEAgMAAAAAAAAAAAABAgMEEQAFBxIhBhMUFTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAwQABRHx/9oADAMBAAIRAxEAPwCk3F0yVE3O8bhQNXns6QyPsFQC6pTanG+RoG+QSR0U2R0OspYu5s+TGZf+BET7UBfG1GrF1+4xgG2tS1yoiPMp9PThsqzTL0+5/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"R0l-FCy2z","title":"The human genome has finally been completely sequenced after 20 years","shortId":"R0l-FCy2z","createdAt":"2021-05-28T20:43:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037243,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2279035-the-human-genome-has-finally-been-completely-sequenced-after-20-years/","canonicalUrl":"https://www.newscientist.com/article/2279035-the-human-genome-has-finally-been-completely-sequenced-after-20-years/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82d998423627e4a90f842d92f39baaaa","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBhIhcUKBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQMREjFh/9oADAMBAAIRAxEAPwDJLszSJjPYvQ5SOcB2J3OTjwPAU95HypW5uhlRQYUkkADLl93vBxnrilKM+Ao1W2f/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HdEZ6ZmdR","title":"Redis Streams in Action — Part 2 (Tweets consumer app)","shortId":"HdEZ6ZmdR","createdAt":"2021-05-28T09:23:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":182,"score":27037240,"tagsStr":"tech-news,redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:23:41.000Z","url":"https://itnext.io/redis-streams-in-action-part-2-tweets-consumer-app-674fd3b45f6f","canonicalUrl":"https://itnext.io/redis-streams-in-action-part-2-tweets-consumer-app-674fd3b45f6f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db7460ebbb329d63af4ce788cb1cc290","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRISJBIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIQL/2gAMAwEAAhEDEQA/ANL3PgvbXiHqV2amznWAASNd/OpeqsqgBhoY9REXRgxHUv/Z","siteTwitter":"@itnext_io","creatorTwitter":"@abhi_tweeter","readTime":6,"description":null,"toc":null,"summary":null},{"id":"JdiDgYSWx","title":"IOTW: Irish Healthcare Data for Sale on the Dark Web","shortId":"JdiDgYSWx","createdAt":"2021-05-28T16:20:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"cshub","views":5,"score":27037238,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-irish-healthcare-data-for-sale-on-the-dark-web","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-irish-healthcare-data-for-sale-on-the-dark-web","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/584b20a660e6c7a6efbd05a6c26f29b4","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQGB//EACkQAAIBAgQCCwAAAAAAAAAAAAECAwQRAAUhMQZhEhMiJCUyQVFSgaL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAES/9oADAMBAAIRAxEAPwDYM14jaDPFoM0llpI5mZadYmC9YBbUtv6j4jfexOANVQXPd8xbmGkN/wB4VzfOaOCJagxPVT9G6mTU29hfQYjW407R8Rli18gRiF5fWESC6f/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ycybEWp-E","title":"WhatsApp reverses course, now won’t limit functionality if you don’t accept its new privacy policy","shortId":"ycybEWp-E","createdAt":"2021-05-28T20:38:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037238,"tagsStr":"tech-news,career,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T20:27:33.000Z","url":"https://www.theverge.com/2021/5/28/22458805/whatsapp-privacy-policy-no-plans-limit-functionality","canonicalUrl":"https://www.theverge.com/2021/5/28/22458805/whatsapp-privacy-policy-no-plans-limit-functionality","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/35b308564c73ab5a77df37beb93f47e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQIFBQAAAAAAAAAAAAAABAAFAQIDEhMRIVJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAEQNhcf/aAAwDAQACEQMRAD8Az2M4CCM7iBUbKJBJNmIupNG8fTeNvak5J+U3sURVVwcVLGzfb5hTAU5//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wLH7EqULI","title":"Beam-X-Vision debuts cesium-based CR system","shortId":"wLH7EqULI","createdAt":"2021-05-28T20:27:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27037227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T20:08:13.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132534&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132534","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/390482071db5f57b4acff7c559737e43","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDBQYRAAQSIRQxURP/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgMRBBIhMaHw/9oADAMBAAIRAxEAPwBXdd11SO5z5NSjgJkLQU008u0wHQCy+1OQVypGCM60Pb1S7PHi/LYJNHxHGRwAzjHTEZ9n3qnvyUudUQ8UdQzKOgT9I+6T6NGw2bKsZWZHoY0RjYe4A7tf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"w9j3AZdqb","title":"UK police surprised to learn energy-intensive weed farm is actually a Bitcoin mine","shortId":"w9j3AZdqb","createdAt":"2021-05-28T20:25:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037225,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T20:17:48.000Z","url":"https://www.theverge.com/2021/5/28/22458632/bitcoin-mine-mistaken-cannabis-growing-operation-police","canonicalUrl":"https://www.theverge.com/2021/5/28/22458632/bitcoin-mine-mistaken-cannabis-growing-operation-police","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c48699eec025ba62affb74e8f4667406","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBRUhMTJxgdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAITH/2gAMAwEAAhEDEQA/AM++53K2FvW9rkqGQQpMxAjqfE+6uTP25RTxa/zE9i/KUoxI+mV0nTf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"QwlhLdM-M","title":"Blurred Satellite Images Make Rebuilding Palestine Harder","shortId":"QwlhLdM-M","createdAt":"2021-05-28T20:04:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27037204,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:58:00.000Z","url":"https://www.wired.com/story/blurry-satellite-images-palestine-israel-make-rebuilding-harder","canonicalUrl":"https://www.wired.com/story/blurry-satellite-images-palestine-israel-make-rebuilding-harder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c71b5287a55e0fad7d460ae0435f572f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABBEhMUEFEiIjYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERIf/aAAwDAQACEQMRAD8An7Lq84tpkiSOIJHIy9qjdASck8En5VJbToLeL0xDwGiqABpwMbUpVZXoW4sP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"OLU8_hOdn","title":"A primer on containers","shortId":"OLU8_hOdn","createdAt":"2021-05-27T16:45:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":25,"score":27036108,"tagsStr":"general-programming,kubernetes,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/primer-on-containerization/","canonicalUrl":"https://increment.com/containers/primer-on-containerization/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fac427e27c0d11f60be1beed6f85ca73","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwUSBBETITFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIDBDIz/9oADAMBAAIRAxEAPwDSLmlwFzq1dPqsUR+lZj0Pg8SppZ8SZlS2I32HuIk9b5oMQ6Y//9k=","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"iYxKzFRFQD","title":"Containers for the future","shortId":"iYxKzFRFQD","createdAt":"2021-05-27T16:46:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","tweeted":true,"views":421,"score":27036479,"tagsStr":"tech-news,open-source,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-28T02:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containers-and-open-source/","canonicalUrl":"https://increment.com/containers/containers-and-open-source/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57a343672bbe47c38cca7af86475f3f9","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARIRITIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACMQQR/9oADAMBAAIRAxEAPwDZ00uVq5pwXXaHtKyJKN9Wh7Zt7JOucmFmrYAmlqqZJPNjr6eTjGXMVQXyPxPZZJ9OGf/Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"K4TAsUm9t","title":"Covid-19 news: More than 38% of new UK cases are due to Indian variant","shortId":"K4TAsUm9t","createdAt":"2021-05-28T20:01:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037201,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-more-than-38-of-new-uk-cases-are-due-to-indian-variant/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-more-than-38-of-new-uk-cases-are-due-to-indian-variant/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b9edae19800c8d01e2b30f6e987d058","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFERIhMRVRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAxESIkFh/9oADAMBAAIRAxEAPwDKcBc44QxqLELNJIqK4kIjGh4DKASR7IPPypl7b4NLydPJZGPbIw2KgIXnoE9ilKBFnjy7auTUq8X/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":14,"description":null,"toc":null,"summary":null},{"id":"MvDGdZlK4","title":"Just over a week after relaunching verification, Twitter is pausing verification","shortId":"MvDGdZlK4","createdAt":"2021-05-28T19:50:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037190,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:43:52.000Z","url":"https://www.theverge.com/2021/5/28/22458914/twitter-verification-pause-applications-relaunch","canonicalUrl":"https://www.theverge.com/2021/5/28/22458914/twitter-verification-pause-applications-relaunch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd92592d5428e6bfc121f85a2f18e7d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAABBQADAAAAAAAAAAAAAAACAAEDESESMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AJuGYQjlB4gIzrjI7vYU+1tb1tpb+oiQx//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"oiVz5-eC-","title":"opsi 4.2 von Grund auf überarbeitet","shortId":"oiVz5-eC-","createdAt":"2021-05-28T07:18:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:16:06.000Z","url":"https://linuxnews.de/2021/05/opsi-4-2-von-grund-auf-ueberarbeitet/","canonicalUrl":"https://linuxnews.de/2021/05/opsi-4-2-von-grund-auf-ueberarbeitet/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2VMtGVCR2","title":"What Will Amazon Do With MGM?","shortId":"2VMtGVCR2","createdAt":"2021-05-28T19:42:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037182,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:37:32.000Z","url":"https://www.theringer.com/2021/5/28/22458907/what-will-amazon-do-with-mgm","canonicalUrl":"https://www.theringer.com/2021/5/28/22458907/what-will-amazon-do-with-mgm","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06abe55972108e6d6fc76626904b6657","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBQEBAAAAAAAAAAAAAQIDEQQABQYSIRVB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQACAwAAAAAAAAAAAAAAAAABAgADEf/aAAwDAQACEQMRAD8Az2985l5xyDbM7L27GxmwpTHEiHsrEqWDOCKaqqq9B91RUYEqiT50adh26pIwVb/AL8GmmrtUI2CNJLrrT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"b2u1B8n0K","title":"ABR will host all 2022 exams remotely","shortId":"b2u1B8n0K","createdAt":"2021-05-28T19:17:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27037157,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:54:18.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132533&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132533","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7472a67d4275e3913d01f3be2bbbc0b0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAiEAACAgEEAQUAAAAAAAAAAAABAgMEEQAGEiEFEzFCUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAuHw/9oADAMBAAIRAxEAPwB7bW9HoWa9aayH8bXqLlXzJIx48mkZj3n2AUH5HTdff9SeCOZuKtIocqquQCRnAOO9R9OpWl8HM8teF39KM8mQE5z9/g0nLVrrK4WCIAEgAIOtFTUlcJ12n//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"AEdl4GIOE","title":"Getter unleashes first single from forthcoming ‘Some Creature’ EP, hear ‘BLOOD HARVEST’","shortId":"AEdl4GIOE","createdAt":"2021-05-28T19:14:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:09:54.000Z","url":"https://dancingastronaut.com/2021/05/getter-unleashes-first-single-from-forthcoming-some-creature-ep-hear-blood-harvest/","canonicalUrl":"https://dancingastronaut.com/2021/05/getter-unleashes-first-single-from-forthcoming-some-creature-ep-hear-blood-harvest/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e05ad221bafd20781ddbc16ffe041a26","ratio":1.4996336996337,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDABEhBAUGEzFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABIRH/2gAMAwEAAhEDEQA/AMMh4uUEgh11l6wVLAFh4ci2Pv7VJ9y4i08jR7NrAhYlR3jAvj1SlPCLcUP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"KTJd--cao","title":"Human brain: Facts, functions & anatomy","shortId":"KTJd--cao","createdAt":"2021-05-28T19:12:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27037152,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:57:43.000Z","url":"https://www.livescience.com/29365-human-brain.html","canonicalUrl":"https://www.livescience.com/29365-human-brain.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9026eac2d16323011fe796fa93b2dcbe","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQFEiFBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDU90N1RmJdivVbVZaqKOuSoJ9g/JQFvMRDyL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"d0Mz-wkGG","title":"Listener Mail. Plus, Gideon Lewis-Kraus on Covering UFOs.","shortId":"d0Mz-wkGG","createdAt":"2021-05-28T19:11:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:10:39.000Z","url":"https://www.theringer.com/2021/5/28/22458876/listener-mail-plus-gideon-lewis-kraus-on-covering-ufos","canonicalUrl":"https://www.theringer.com/2021/5/28/22458876/listener-mail-plus-gideon-lewis-kraus-on-covering-ufos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1957ec94ccefe79aa39ff7a34f335de8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxABAAEDBQEBAAAAAAAAAAAAAQIAAwQFERITISIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACESEi/9oADAMBAAIRAxEAPwCHKbhL0Lbs3BOu2BxeURTcf2s31nGx56xnSLfAlfuJGO2x9Ph5SlEOuztjsoKFr81GAT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yu7Kv_N8Y","title":"MRI, ultrasound help diagnose severe placental disorder","shortId":"yu7Kv_N8Y","createdAt":"2021-05-28T19:07:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27037147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:51:25.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132532&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132532","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3596e4ec2537a592777071fa6342a7e5","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAACAT/xAAkEAACAQMCBgMAAAAAAAAAAAACAwEABBEGIQUHEhQiUUFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHxEAAgAFBQAAAAAAAAAAAAAAAQIAAxESIRNRYZHw/9oADAMBAAIRAxEAPwChdw/hOpXCFxEOtndsyEl1QMjtjb37/PikzZOJtmhhCWTWJTn7ijJy+WDtZwbgFhzfHkjjMz5lSiputlE2AiEhtUGaMVJxz7qP/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"tzxeFWEF_","title":"Elizabeth Holmes’ lawyers want to know how often jurors blog","shortId":"tzxeFWEF_","createdAt":"2021-05-28T19:06:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037146,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:00:24.000Z","url":"https://www.theverge.com/2021/5/28/22458585/elizabeth-holmes-theranos-fraud-trial-jury-selection","canonicalUrl":"https://www.theverge.com/2021/5/28/22458585/elizabeth-holmes-theranos-fraud-trial-jury-selection","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/136db5a7c5bf20bdf963d858140f9ab9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAGERIhBRMUMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AMYtNhqTYd0z5CA65Fcj9vfkpUduQR6+jBzUc11MNtIR4rStQBk55pSjkA5Uv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vReaVJChf","title":"Social media companies, here are some free theme park ideas to comply with Florida’s deplatforming law","shortId":"vReaVJChf","createdAt":"2021-05-28T19:06:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037146,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:00:12.000Z","url":"https://www.theverge.com/2021/5/28/22458555/florida-deplatforming-law-twitter-facebook-snap-pinterest-tiktok-youtube-google","canonicalUrl":"https://www.theverge.com/2021/5/28/22458555/florida-deplatforming-law-twitter-facebook-snap-pinterest-tiktok-youtube-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f51b7d6277a782bdaf988ac0d89947d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAUREjEGEyFh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIABAMSESEx/9oADAMBAAIRAxEAPwC96jdvCp7V8hXyZFUuYiIYoAU0Eb6jAPHkZPOfVXbV/ccaQvsgbJBxt8pSkalgYAFB1Jd79jXnc+mf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xDCLq4qMT","title":"David Guetta, Akon come back together on vibrant new single ‘Shine Your Light’ with viral sensation Master KG","shortId":"xDCLq4qMT","createdAt":"2021-05-28T19:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037145,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T19:04:09.000Z","url":"https://dancingastronaut.com/2021/05/david-guetta-akon-come-back-together-on-vibrant-new-single-shine-your-light-with-viral-sensation-master-kg/","canonicalUrl":"https://dancingastronaut.com/2021/05/david-guetta-akon-come-back-together-on-vibrant-new-single-shine-your-light-with-viral-sensation-master-kg/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67534cd338631fe66265bb2433dd865a","ratio":1.17462803445576,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwj/xAAlEAACAQMDAgcAAAAAAAAAAAABAgMEBREABhIHsiExNTZRc3T/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwAWszwXPcNHanhpadKgRUjSxKGHMeT5JwCxxyPwTpRpukO056eKWo3k0U0iBnjVIgEYjJAyc+B0ObL94WX98PeNVFdfVKz7n7jqgyDUt2f/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QaF0ltHVZx","title":"Observing containers","shortId":"QaF0ltHVZx","createdAt":"2021-05-27T16:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":22,"score":27036102,"tagsStr":"devops,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/observing-containers-pillars-of-observability/","canonicalUrl":"https://increment.com/containers/observing-containers-pillars-of-observability/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"W7TUs9txW","title":"Four Tet drops sneaky remaster of 2006’s ‘Pockets’","shortId":"W7TUs9txW","createdAt":"2021-05-28T18:59:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037139,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:59:01.000Z","url":"https://dancingastronaut.com/2021/05/four-tet-drops-sneaky-remaster-of-2006s-pockets/","canonicalUrl":"https://dancingastronaut.com/2021/05/four-tet-drops-sneaky-remaster-of-2006s-pockets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2528bf2a99c1bf90e3b87393fc1b957e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFBhESEyExof/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACEiEx/9oADAMBAAIRAxEAPwDFWLspU2hx1mUfkgl5DerQBb2CFDJBPpOB0Igq4aYVHYuJOexx+fYQixUR7Cs5O5//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"vSmh6vA5o","title":"The Covid Lab Leak Theory Is a Tale of Weaponized Uncertainty","shortId":"vSmh6vA5o","createdAt":"2021-05-28T18:57:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27037137,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:53:00.000Z","url":"https://www.wired.com/story/covid-19-lab-leak-theory-weaponized-uncertainty/","canonicalUrl":"https://www.wired.com/story/covid-19-lab-leak-theory-weaponized-uncertainty/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad7b9a924c3caf31c568b6717788778b","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEEEiEiMaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzBjzvgZIyM0Tx1DsXsfFIiIP/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"znr-0oA0b","title":"Why on Earth did Amazon spend $8 billion on a zombie studio?","shortId":"znr-0oA0b","createdAt":"2021-05-28T18:56:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037136,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:54:02.000Z","url":"https://www.theverge.com/22458734/amazon-mgm-8-billion-prime-video-streaming","canonicalUrl":"https://www.theverge.com/22458734/amazon-mgm-8-billion-prime-video-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8def53c85e4c76be685d9687e66dce5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERQhIjFBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAMf/aAAwDAQACEQMRAD8AxbCpj7LER2U9jyZMhGhM5cBoizaBXtPjR99d1HXFpHHcSopbSsQPtKUYT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kqGoKsqSo","title":"5 charts that tell the story of how the coronavirus pandemic unfolded","shortId":"kqGoKsqSo","createdAt":"2021-05-28T18:41:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278934-5-charts-that-tell-the-story-of-how-the-coronavirus-pandemic-unfolded/","canonicalUrl":"https://www.newscientist.com/article/2278934-5-charts-that-tell-the-story-of-how-the-coronavirus-pandemic-unfolded/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa2506ef0b841c3f4d41a7888ef59549","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgICAgIDAAAAAAAAAAAAAgQBAwARIVEFEgYHQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEf/aAAwDAQACEQMRAD8A0H8qWZ8ujams1C6jAeltsEQmPPPpqOu41OTKX1P4MElxtli2waxgrIYMYKdczr831jGWLqF45UTYKb//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Sx1JnaZ9q","title":"2021 Season Reviews for European Soccer’s Big Five Leagues","shortId":"Sx1JnaZ9q","createdAt":"2021-05-28T18:30:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037110,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T18:13:16.000Z","url":"https://www.theringer.com/2021/5/28/22458694/2021-season-reviews-ligue-1-la-liga-serie-a","canonicalUrl":"https://www.theringer.com/2021/5/28/22458694/2021-season-reviews-ligue-1-la-liga-serie-a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f085f18560dcd180008960b3f227583a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADIQUHEkFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgMRBBIhMXGh/9oADAMBAAIRAxEAPwChj9Zmye4MuMu0JrTedKgixSjixxfvNPRCqKrN5MBRNAX9xjAma0CcNrYNHgSedoZDFpHIs92V/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"UYoO0_tHd","title":"Did covid-19 come from a lab or an animal? This is how we'll find out","shortId":"UYoO0_tHd","createdAt":"2021-05-28T18:00:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037080,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278955-did-covid-19-come-from-a-lab-or-an-animal-this-is-how-well-find-out/","canonicalUrl":"https://www.newscientist.com/article/2278955-did-covid-19-come-from-a-lab-or-an-animal-this-is-how-well-find-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d32353854ef1286bb2b05531abc4e527","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAwABBQAAAAAAAAAAAAABAgADBBEGEjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxEAAgAGAwEAAAAAAAAAAAAAAQMAAgQREiEFQcHR/9oADAMBAAIRAxEAPwCN1jHv1VZejM+m7VVRY150sFBPCgBST9Y+hJqnXpapCy09xUE8E+YiXVLUPVyD1ZkiWw3s9n0wK9K5qZc+Nrk+fI//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1HKiVOjjM","title":"How courts and investors are forcing big oil companies to clean up","shortId":"1HKiVOjjM","createdAt":"2021-05-28T18:00:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037080,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278985-how-courts-and-investors-are-forcing-big-oil-companies-to-clean-up/","canonicalUrl":"https://www.newscientist.com/article/2278985-how-courts-and-investors-are-forcing-big-oil-companies-to-clean-up/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2df7f692274600aa1c758be5f825b1d4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFERIVIQah/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAgP/2gAMAwEAAhEDEQA/AM5+UmtMVCuFgnEnYRw3VwwhAdGVXPFWIOhoioS51BK46sj0+bB/eQ3SlPTBGVb/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ipCOHVa1RV","title":"My Product Design Journey — Week 4","shortId":"ipCOHVa1RV","createdAt":"2021-05-28T13:01:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":13,"score":27037079,"tagsStr":"startup,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:11:57.000Z","url":"https://code.likeagirl.io/my-product-design-journey-week-4-c55c3144505","canonicalUrl":"https://code.likeagirl.io/my-product-design-journey-week-4-c55c3144505","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9f0972755b8389c36ef9ee261f63fb0","ratio":1.50127226463104,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIEEQADBhIFIRQiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhMf/aAAwDAQACEQMRAD8AlgGBukM2SnjHjF8dc2Su4sbXLqCokL6A0hIEJEySZMdVleYZjPl39uLQDuqYbIj7+e9KVNrZnJPmarMJwb//2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@chinwe_uz","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wkGuVSL8m","title":"Code Maze Weekly #78","shortId":"wkGuVSL8m","createdAt":"2021-05-28T11:23:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"codemaze","views":39,"score":27037078,"tagsStr":"general-programming,security,webdev,html,angular,aspnet,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:20:50.000Z","url":"https://code-maze.com/code-maze-weekly-78/","canonicalUrl":"https://code-maze.com/code-maze-weekly-78/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2fd6e109f5e9ff4559114bf081edc07f","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":2,"description":null,"toc":null,"summary":null},{"id":"b_q8LYIzM","title":"5 Everyday Actions to Support LGBTQ Coworkers","shortId":"b_q8LYIzM","createdAt":"2021-05-28T13:46:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"colkgirl","views":3,"score":27037072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:33:56.000Z","url":"https://betterallies.medium.com/5-everyday-actions-to-support-lgbtq-coworkers-bcf7e09d66e9","canonicalUrl":"https://betterallies.medium.com/5-everyday-actions-to-support-lgbtq-coworkers-bcf7e09d66e9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d963d07c7f4df6f2709881cda766008","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAASESEFMQYiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAdEQABAwUBAAAAAAAAAAAAAAACABITAQMEBSEx/9oADAMBAAIRAxEAPwC/K/I2zTleyroyxsn2KliIpNwBqeCNB3z37HfOY5e8u1m7YnStBAssjOIkB1QE86j8HrGMLXnPaedOpc0YjaHi/9k=","siteTwitter":"@Medium","creatorTwitter":"@betterallies","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Rlls0Gbx-","title":"Useful VS Code Extensions For Web Developers","shortId":"Rlls0Gbx-","createdAt":"2021-05-27T13:58:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","tweeted":true,"views":4486,"score":27037062,"tagsStr":"general-programming,webdev,javascript,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-28T09:30:01.000Z","discussionScore":50,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36f31d5e72d0ef44ceb3c4a9835ef220","ratio":1.8140589569161,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQIEEQADBgUhYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8Aw/fcZ6+jrfQ1aZsdERgCFd1F1ZNV+5SgQeq1wIyD35AC61WhM218AxjE0mrTrP/Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"F_vd7mGqv","title":"Twitch warns streamers another wave of copyright strikes is coming","shortId":"F_vd7mGqv","createdAt":"2021-05-28T17:31:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037051,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:26:03.000Z","url":"https://www.theverge.com/2021/5/28/22458481/twitch-streamers-dmca-takedown-wave-warning-notice","canonicalUrl":"https://www.theverge.com/2021/5/28/22458481/twitch-streamers-dmca-takedown-wave-warning-notice","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee0d3b5fb7fe8000c23ffa202db61f4e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAwEBAQEAAAAAAAAAAAAAAQIDABEEEv/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECIRESQf/aAAwDAQACEQMRAD8AzPK8pz+H8yUY945YgjQzNeW6Y2cqfD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"va1cfHWib","title":"The best Memorial Day sales happening now","shortId":"va1cfHWib","createdAt":"2021-05-28T17:19:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037039,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:14:58.000Z","url":"https://www.theverge.com/good-deals/2021/5/28/22453053/best-memorial-day-sales-2021-tech-deals-tvs-headphones","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/28/22453053/best-memorial-day-sales-2021-tech-deals-tvs-headphones","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c44f2d760091f63ca95f3fee3617209","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQIGAgMAAAAAAAAAAAAAAQIDAAQFBhEhEjIUIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQEBAAMAAAAAAAAAAAAAAAECAAMRMf/aAAwDAQACEQMRAD8Av0a4KlX0Skm8qWZbfQXVqQyeXqrKU9sY0Acg5EYjckmTcVUJW2D5TukoIHc/NwhAYprsdT5YJRD0N//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"bKM-kdBFR","title":"Varian nets FDA breakthrough nod for radioablation unit","shortId":"bKM-kdBFR","createdAt":"2021-05-28T17:12:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27037032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:06:59.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=roc&pag=dis&ItemID=132530&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132530","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/febcc3dfd6fd2b0118678ab84a2a459e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFBv/EACMQAAIABQQCAwAAAAAAAAAAAAECAwQFESEABhMiEjEWcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EAB0RAAICAQUAAAAAAAAAAAAAAAECAAMRBCFRYXH/2gAMAwEAAhEDEQA/AEZ2gQolOabmZczcqjNCd4Mpy8bLa4JA95Btf1qN8Z2a/ZqPUgzZPRl/CcfWh2jEeYr265aOzRZYR3bic+SX7Zscaw4AsMaq3a1slioOed4aUhuvJ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"T6jOA4_dz","title":"Dark matter map reveals new filaments connecting galaxies","shortId":"T6jOA4_dz","createdAt":"2021-05-28T17:12:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27037032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:50:37.000Z","url":"https://www.livescience.com/map-local-universe-dark-matter.html","canonicalUrl":"https://www.livescience.com/map-local-universe-dark-matter.html","image":"https://cdn.mos.cms.futurecdn.net/cxBbDjv2C8XTDDBBtKfYGg-1200-80.gif","ratio":0.997782705099778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAgQI/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQIAAxESMTJBUpH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAzH/2gAMAwEAAhEDEQA/AM+Vqz8gG0HxkfBvWyViqsK5CLudcjNab2r8lhmicmLf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"sTtCtPRe-","title":"Simone Biles Made Gymnastics History. Now a Different Kind of History Is Repeating Itself.","shortId":"sTtCtPRe-","createdAt":"2021-05-28T17:03:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27037023,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T17:02:32.000Z","url":"https://www.theringer.com/2021/5/28/22458616/simone-biles-yurchenko-double-pike-us-classic-scoring","canonicalUrl":"https://www.theringer.com/2021/5/28/22458616/simone-biles-yurchenko-double-pike-us-classic-scoring","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f44e1f22cd7c73a79b662427112079d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgECBgMAAAAAAAAAAAAAAQIDAAQFERMhMUEGImH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAAFBQEAAAAAAAAAAAAAAAABBBEhAgUSMXGx/9oADAMBAAIRAxEAPwCg87g1bO3heSRlnv1XJjmFzshwOhxt8rK8Rn0cQuokHqkrKN+gSKUodZFb8FvZZT4npz9H/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"5mE9xqs6Q","title":"Dabin and Nurko seamlessly cross melodic bass sides with Donovan Woods on ‘When This Is Over’","shortId":"5mE9xqs6Q","createdAt":"2021-05-28T16:54:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27037014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:53:51.000Z","url":"https://dancingastronaut.com/2021/05/dabin-and-nurko-seamlessly-cross-melodic-bass-sides-with-donovan-woods-on-when-this-is-over/","canonicalUrl":"https://dancingastronaut.com/2021/05/dabin-and-nurko-seamlessly-cross-melodic-bass-sides-with-donovan-woods-on-when-this-is-over/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a13de281fcf33e35d1b22c37baffd285","ratio":1.41176470588235,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESMSEiQv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDIRH/2gAMAwEAAhEDEQA/ALWQyKT53Tgt55OCXaMwCbAE/RPfQYbAHusSz0stxnMjNGi8JLmR19iPBYkUpRwzBL31H//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"W9AOD07dO","title":"Cybertruck patent applications show off UI, solar bed cover, ‘armor glass’","shortId":"W9AOD07dO","createdAt":"2021-05-28T16:51:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27037011,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:49:02.000Z","url":"https://www.theverge.com/2021/5/28/22456878/tesla-cybertruck-patent-applications-ui-armor-glass-tonneau-cover","canonicalUrl":"https://www.theverge.com/2021/5/28/22456878/tesla-cybertruck-patent-applications-ui-armor-glass-tonneau-cover","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8f5b6723d0d3a8777b7a0dde6d7aaed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDBAAFBxESIWEIFDJx8f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBAMAAAAAAAAAAAAAAAACAAEDBBESIf/aAAwDAQACEQMRAD8AjGwwtFmutubZaiSUu5pX3UbXmD6UN+flb7nT/ZVuKWJukKJISI4248qUo4bEmrdSc9aITfAr/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HbRH6TPIj","title":"neo.mjs v2.2: Main thread MicroLoaders for your Apps","shortId":"HbRH6TPIj","createdAt":"2021-05-28T08:06:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":73,"score":27037001,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:06:39.000Z","url":"https://itnext.io/neo-mjs-v2-2-main-thread-microloaders-for-your-apps-a8722e32335e","canonicalUrl":"https://itnext.io/neo-mjs-v2-2-main-thread-microloaders-for-your-apps-a8722e32335e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56f2900f94c4af9707f458fcb45ce3a0","ratio":0.905660377358491,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQH/8QAGhABAAIDAQAAAAAAAAAAAAAAAQACITJBgv/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAFB/9oADAMBAAIRAxEAPwDF67c0k657GFLeYCxiR//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"rUZ1GtgEA","title":"Hannah Ritchie interview: The woman giving covid-19 data to the world","shortId":"rUZ1GtgEA","createdAt":"2021-05-28T16:40:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27037000,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278673-hannah-ritchie-interview-the-woman-giving-covid-19-data-to-the-world/","canonicalUrl":"https://www.newscientist.com/article/2278673-hannah-ritchie-interview-the-woman-giving-covid-19-data-to-the-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5cbb7d3203f639e627234818109cd3b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAURE2EGEiEiQlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAMv/aAAwDAQACEQMRAD8AtOtM1BY2uJhhaRZLeCS+9dQAdxFUn9+hxrVC+dwMjs5btLHUrsnxxSlHOnKqRg3/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aMBqISnyx","title":"Under the sheets. Environments created with fabric.","shortId":"aMBqISnyx","createdAt":"2021-05-28T16:38:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/119554119/Under-the-sheets-Environments-created-with-fabric","canonicalUrl":"https://www.behance.net/gallery/119554119/Under-the-sheets-Environments-created-with-fabric","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8b8a4e675c3c8f2136b48677002b28c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUI/8QAIxAAAQIEBgMAAAAAAAAAAAAAAQIDAAQRIQUGBxIxURQiQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwBSzJrhlHBsOW9LTLk86AQ200im8/LngHuM9zOv2eXJl1bZwlpClkpR4YVtBNhUm9IKJlSiyipJ9e4kKJ3G55gP/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"s_dsL-Pm6","title":"The Backyardigans are going viral on TikTok and it’s about time","shortId":"s_dsL-Pm6","createdAt":"2021-05-28T16:13:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036973,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T16:09:34.000Z","url":"https://www.theverge.com/2021/5/28/22458399/the-backyardigans-viral-tiktok-castaways-music-youtube","canonicalUrl":"https://www.theverge.com/2021/5/28/22458399/the-backyardigans-viral-tiktok-castaways-music-youtube","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39e612c92f04fe7ee54926bf06cf7c5a","ratio":1.91150442477876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARQQYSITFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDEQUSIUHx/9oADAMBAAIRAxEAPwCZlpUqcV5aMTz3EWQs2to3cV8HXrkjn5mQm6gtrM4CxABiAAo0MYymwNyzTGQ3R75TyLWta3UV6V//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"TJPcu93c0","title":"Human life span may have an 'absolute limit' of 150 years","shortId":"TJPcu93c0","createdAt":"2021-05-28T16:01:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27036961,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:37:43.000Z","url":"https://www.livescience.com/human-life-span-limit-150-found.html","canonicalUrl":"https://www.livescience.com/human-life-span-limit-150-found.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2935892db0650e08e95215d5394a08b4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAgYCAwAAAAAAAAAAAAABAgQAAwUGEiERMRMiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxIR/9oADAMBAAIRAxEAPwCasd1UGlAmTXLSmO5KU5jyA5gj2I544x0dd77EQ7y5LYU7nqFvuUArUcUO1BI30B8EIQAIujKG85ROT//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"jn9paW-v-","title":"Vaccine Milestones in the US, Shots for India, and More News","shortId":"jn9paW-v-","createdAt":"2021-05-28T15:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036959,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:55:00.000Z","url":"https://www.wired.com/story/us-vaccine-milestone-india-shots-coronavirus-news/","canonicalUrl":"https://www.wired.com/story/us-vaccine-milestone-india-shots-coronavirus-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6229a6139e89bd6f44bfb8155f14d7ef","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDEQAEBRMhIkGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8Ax7GZ9wYnStk622g2yG3lthEghRMHtIJHnFS4ur2BFyAPBqTx8pSqBL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DF2z0Onjw","title":"Celebrating a Year of ‘Higher Learning’","shortId":"DF2z0Onjw","createdAt":"2021-05-28T15:36:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036936,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:32:01.000Z","url":"https://www.theringer.com/2021/5/28/22458500/celebrating-a-year-of-higher-learning","canonicalUrl":"https://www.theringer.com/2021/5/28/22458500/celebrating-a-year-of-higher-learning","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fccafb7316af173889db60b573fab17c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAURBBITIRUxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8Ay216Py9qmtU74gSSXVg4J2lASyqM4Xd12PQqGkggV2HGeiR9UpQ4VMrGVt1n/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"b_gcH4Rx-","title":"Sailfish X bringt 64-Bit auf das Sony Xperia 10 II","shortId":"b_gcH4Rx-","createdAt":"2021-05-28T04:37:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036277,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T04:23:11.000Z","url":"https://linuxnews.de/2021/05/sailfish-x-bringt-64-bit-auf-das-sony-xperia-10-ii/","canonicalUrl":"https://linuxnews.de/2021/05/sailfish-x-bringt-64-bit-auf-das-sony-xperia-10-ii/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"We19ZbdUB","title":"Serie A Season Review: Glory for Romelu Lukaku, Inter Milan","shortId":"We19ZbdUB","createdAt":"2021-05-28T15:29:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036929,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T15:22:54.000Z","url":"https://www.theringer.com/2021/5/28/22458382/serie-a-review-romelu-lukaku-inter-milan","canonicalUrl":"https://www.theringer.com/2021/5/28/22458382/serie-a-review-romelu-lukaku-inter-milan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4aa628fda3f5dd2a8beadb8d50d0e71a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgEDBQAAAAAAAAAAAAABAgMEAAURQQYSIUKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQACAQQDAAAAAAAAAAAAAAABAgADBBESFDGx/9oADAMBAAIRAxEAPwCm6u12/TleJJi1M98bQt5JA29vvIOUtLUrktKvIZti8asQFHIxjJ/dKvHpNgZIPsd10qso6n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"YEQN6q9VA","title":"Continuous Infrastructure Deployment with Terraform Cloud","shortId":"YEQN6q9VA","createdAt":"2021-05-28T06:16:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"itnext","views":75,"score":27036902,"tagsStr":"cloud,infrastructure,terraform","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T23:55:41.000Z","url":"https://itnext.io/continuous-infrastructure-deployment-with-terraform-cloud-2853cbbb920","canonicalUrl":"https://itnext.io/continuous-infrastructure-deployment-with-terraform-cloud-2853cbbb920","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e7cf8378982bcbc7f7874dae8e7eeb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAIGCP/EACEQAAIBBQABBQAAAAAAAAAAAAECAwAEBRESEyExQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIDESEiUfD/2gAMAwEAAhEDEQA/AM+4+1xeTw73FxDLatYqizSwnYkBJ9SPupmbjzSeEER9Hnr318boSR0DqjsquNMAdbH7SVTPKJGMxANLnfBF/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":27,"description":null,"toc":null,"summary":null},{"id":"kvspsiGo9","title":"NASA’s Mars helicopter had a midair brain fart","shortId":"kvspsiGo9","createdAt":"2021-05-28T14:45:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:39:36.000Z","url":"https://www.theverge.com/2021/5/28/22457316/nasa-ingenuity-mars-helicopter-navigation-glitch-sixth-flight","canonicalUrl":"https://www.theverge.com/2021/5/28/22457316/nasa-ingenuity-mars-helicopter-navigation-glitch-sixth-flight","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2df6931894fa00873fce758539eeb558","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAREAAgMiQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1KqrnJTY7JG4Z19iIH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"gkOByqsTE","title":"Johnson & Johnson one-shot coronavirus vaccine approved for use in UK","shortId":"gkOByqsTE","createdAt":"2021-05-28T14:39:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036879,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2278965-johnson-johnson-one-shot-coronavirus-vaccine-approved-for-use-in-uk/","canonicalUrl":"https://www.newscientist.com/article/2278965-johnson-johnson-one-shot-coronavirus-vaccine-approved-for-use-in-uk/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbb08adb81a3607cf72564b4c9902195","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAAYDAQEAAAAAAAAAAAABAgADBBETIQUSQTEy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDMf/aAAwDAQACEQMRAD8As5OPpaHBKUMKdcTTETr2BNnUi2wbWufQTb4Ykmu4UEiZNnO4/TYU2fTtYQg6XTkpnQZ//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Jwl0aeyjv","title":"9 Sites That Will Pay You To Test Websites","shortId":"Jwl0aeyjv","createdAt":"2021-05-28T14:32:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27036872,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:32:04.000Z","url":"https://the-webdesigner.co/9-sites-that-pay-you-to-test-websites/","canonicalUrl":"https://the-webdesigner.co/9-sites-that-pay-you-to-test-websites/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uU65Sl1kH","title":"The places paving the way to 100 percent renewable energy","shortId":"uU65Sl1kH","createdAt":"2021-05-28T14:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036871,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T14:24:11.000Z","url":"https://www.theverge.com/2021/5/28/22457432/city-examples-renewable-energy-net-zero-climate-change-burlington","canonicalUrl":"https://www.theverge.com/2021/5/28/22457432/city-examples-renewable-energy-net-zero-climate-change-burlington","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f763f464fc936496f3175d0573f2a83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEAEjEGExQhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAAwT/2gAMAwEAAhEDEQA/AMS1GbZfjNRk+NIaZKTIZJClWaPN1Yrg5ed0NAXNkL7rg2cUa1Sa9/SMYyefT1kApzmJqlTf/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Z7lKg3iow","title":"How to Master Google's AI Phone Call Features","shortId":"Z7lKg3iow","createdAt":"2021-05-28T13:04:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036784,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:00:00.000Z","url":"https://www.wired.com/story/how-google-ai-phone-features-work/","canonicalUrl":"https://www.wired.com/story/how-google-ai-phone-features-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ae1bf0a2ed0f23abe510c7685a2995e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYhMWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADETGR/9oADAMBAAIRAxEAPwDPIedyYbB4xnxVleTPYQStJMDtiZnU/FHfnffqo+XPX9xI85uZ1MhLlVlYAb70NUpVa3bK7cGZQODwz//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"k17I11ots9","title":"The Friends Reunion Proves It’s Time to Move On","shortId":"k17I11ots9","createdAt":"2021-05-28T13:04:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:00:00.000Z","url":"https://www.wired.com/story/friends-the-reunion-just-stop/","canonicalUrl":"https://www.wired.com/story/friends-the-reunion-just-stop/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3639a4602469e65072f6de591f2ba74c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJRAAAQIEBAcAAAAAAAAAAAAAAwECAAQFEQYHIVESExQxQURy/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAD/9oADAMBAAIRAxEAPwDP6lUDNoOE3FRpjE1eV9+Jy8y6L3t42iInswcSpOzCdePQjvWFv8whAbkhlGY6uGMO/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"774n6eYWl","title":"Nomad’s Base Station Pro is back down to its lowest price this weekend","shortId":"774n6eYWl","createdAt":"2021-05-28T13:00:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036780,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:58:52.000Z","url":"https://www.theverge.com/good-deals/2021/5/28/22456723/nomad-base-station-pro-qi-charger-pad-playstation-gift-card-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/28/22456723/nomad-base-station-pro-qi-charger-pad-playstation-gift-card-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e66a8976779e84566cf8982dca27177","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDEQAEBRIhBjJR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRQf/aAAwDAQACEQMRAD8AwfNm1530Ou4zrFLBwSIO6rG1e44sLPd0evt5DbhKGNgHvGMGsYuFDci9ahScn//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"KUPbUjA5v","title":"The phone enthusiast’s buying guide","shortId":"KUPbUjA5v","createdAt":"2021-05-28T13:00:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036780,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T13:00:00.000Z","url":"https://www.theverge.com/22451975/phone-buying-guide-enthusiasts-nerds","canonicalUrl":"https://www.theverge.com/22451975/phone-buying-guide-enthusiasts-nerds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea256e2918ec3324c614cc7b0c7383ff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQFBhEUISJB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAEFAQAAAAAAAAAAAAAAAAIAAQMREkH/2gAMAwEAAhEDEQA/AIHTcXI1fj8aZZ1ilHImcP6YKoKop289ns/a0u5xWCnuZZZcLbPI7lmYnckk7knqlKKklPINfGScYDonrq//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ML8ryfNDC","title":"Microsoft warns of ‘sophisticated’ Russian email attack targeting government agencies","shortId":"ML8ryfNDC","createdAt":"2021-05-28T12:55:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036775,"tagsStr":"security,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:54:44.000Z","url":"https://www.theverge.com/2021/5/28/22458202/microsoft-nobelium-hack-usaid-email-phishing-hacking-target-solarwinds","canonicalUrl":"https://www.theverge.com/2021/5/28/22458202/microsoft-nobelium-hack-usaid-email-phishing-hacking-target-solarwinds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NMQ7cUoDB","title":"Image Resizer 2.0 - Resize your images in 3 easy steps for free","shortId":"NMQ7cUoDB","createdAt":"2021-05-28T12:55:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27036775,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:46:00.000Z","url":"https://promo.com/tools/image-resizer/","canonicalUrl":"https://promo.com/tools/image-resizer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38ce359f3347b49550c85ed4af9089d4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAACAgIABwAAAAAAAAAAAAABAgQRAAMFFCFBUXKR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAEEAwAAAAAAAAAAAAAAAAIAAQMFESEx/9oADAMBAAIRAxEAPwBHnctJGwaUpkKEDpf2+9ZCZxLWsveqx6AdgBa+fXGMZVcYlgi64pRfRi0ml//Z","siteTwitter":"@Promodotcom","creatorTwitter":"@Promodotcom","readTime":null,"description":null,"toc":null,"summary":null},{"id":"uXwyk5Duu","title":"New AirPods Pro could launch in 2022 with a focus on fitness tracking","shortId":"uXwyk5Duu","createdAt":"2021-05-28T12:29:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036749,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:22:23.000Z","url":"https://www.theverge.com/2021/5/28/22458155/new-airpods-pro-2022-fitness-release-dates-report-design-features","canonicalUrl":"https://www.theverge.com/2021/5/28/22458155/new-airpods-pro-2022-fitness-release-dates-report-design-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f996adb0300a7390db72bda6ad1c4dfa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBhESIRMikv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQAEEwIREjGR/9oADAMBAAIRAxEAPwCHwOFap2C5BcbtCckzI6y0wtt7xhHJskHXE70e+6zJNxkcR7J+RSlDHTbSuh85yJkPSv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1WnM45uV7","title":"These worker ants drag their queens to far-off bachelor pads to mate","shortId":"1WnM45uV7","createdAt":"2021-05-28T12:29:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27036749,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:05:42.000Z","url":"https://www.livescience.com/ants-carry-queen-to-foreign-nest.html","canonicalUrl":"https://www.livescience.com/ants-carry-queen-to-foreign-nest.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1057a812ae364c3c66ff927978710ca8","ratio":1.7773851590106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBiEyQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAMUH/2gAMAwEAAhEDEQA/ALeBG/XpVzXvusbzM1hiimSSMeCBiOtZqntVy7EwHe/bH7jGXhHW/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"2jM4rUsUu","title":"Aboriginal memory technique may work better than Sherlock's 'memory palace'","shortId":"2jM4rUsUu","createdAt":"2021-05-28T12:29:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27036749,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:03:57.000Z","url":"https://www.livescience.com/aboriginal-memory-technique.html","canonicalUrl":"https://www.livescience.com/aboriginal-memory-technique.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aaabff2b5e16ff1b82638435447ac8ea","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQQBBAMAAAAAAAAAAAAAAgABAwQRBRUhIkFR8P/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADERL/2gAMAwEAAhEDEQA/AJyzXdPmsQFO1mMI+4yZw4v4Zs/ZWZvdkOoXLwC3DCMvAt6ZEROlFZeiIsuJU4J//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"We_e4cm0S","title":"The Setting Suns, a Bucks-Nets Mega-Battle, and Winslet’s Great Career With Rob Mahoney, J. Kyle Mann, and Wesley Morris","shortId":"We_e4cm0S","createdAt":"2021-05-28T12:22:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036742,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:15:27.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/28/22458185/setting-suns-bucks-nets-mega-battle-kate-winslet-great-career","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/28/22458185/setting-suns-bucks-nets-mega-battle-kate-winslet-great-career","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b99bb62c7db6678e173d260903d6cae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQIDEQAEBRITFCFRIjEy/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAACITH/2gAMAwEAAhEDEQA/AMlwrC7BnBltvWrT26KWsyhBQVKSAoH3x1McnuprWiw2hraW6tMBObzExxP1SlF2jGh//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BnYcnGDa9","title":"Bucks Beat Down the Heat in Third Straight Win. Plus: Lakers and Nuggets Win Their Game 3s, and the Clippers Are Wretched.","shortId":"BnYcnGDa9","createdAt":"2021-05-28T12:15:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036735,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T12:10:38.000Z","url":"https://www.theringer.com/2021/5/28/22458180/bucks-beat-heat-plus-lakers-nuggets-win-their-game-3s-clippers-are-wretched","canonicalUrl":"https://www.theringer.com/2021/5/28/22458180/bucks-beat-heat-plus-lakers-nuggets-win-their-game-3s-clippers-are-wretched","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21b12c1cb24615624f864a79388dde43","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFESFBcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAhEhMkHw/9oADAMBAAIRAxEAPwDY5o2zF1f468lkNmIVSSJSAJB3e+b773R0P21HjbpY1WLJzrGAAoZFYgebJ6ftKVNliu0htbs//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ftIk6uR-Z","title":"How Humanity’s Obsession With Color Shaped Our Modern World","shortId":"ftIk6uR-Z","createdAt":"2021-05-28T12:06:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-506","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-506","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ba0986b299a6ac2e69e8961eca52925","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBhIhQQUTFIH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHREAAQMFAQAAAAAAAAAAAAAAAQMEQQACERIhUf/aAAwDAQACEQMRAD8A2+o/muvFxLe2qze5pV2B2RMbtpDAHLZxzyPyoE07MqqIb8RRAYSMQ5CjocnqlKQ2RTxfm0HsgGPDQlHrhPXRQjkHE1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":32,"description":null,"toc":null,"summary":null},{"id":"iPRIEsRDQ","title":"NASA’s MOXIE Experiment Is Making Oxygen on Mars","shortId":"iPRIEsRDQ","createdAt":"2021-05-28T12:05:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036725,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:00:00.000Z","url":"https://www.wired.com/story/nasas-moxie-experiment-is-making-oxygen-on-mars/","canonicalUrl":"https://www.wired.com/story/nasas-moxie-experiment-is-making-oxygen-on-mars/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dcb1d755b953388e0f20a4a0b142beba","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIDEQAEBTGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwDTN7trrb8PMOnE6PKkYa6ABthY9P3LUfTnEahgjMALNe4xiFV7rUgHN//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"7vsCB0IuX","title":"How Olivia Rodrigo Became a Canvas for Millennial Nostalgia","shortId":"7vsCB0IuX","createdAt":"2021-05-28T10:27:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036627,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T10:20:00.000Z","url":"https://www.theringer.com/music/2021/5/28/22457831/olivia-rodrigo-sour-review","canonicalUrl":"https://www.theringer.com/music/2021/5/28/22457831/olivia-rodrigo-sour-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ac989f9706dd51fb3b7f0637a713d1d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRMQUGIUFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgADEhMhQVGxwf/aAAwDAQACEQMRAD8AvydyLXuMcaQRExTW6q3nIDs4I3rAxj3WwWzjKgkLr5pSlikiMxUcensy7ka9td5//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"nSaXOr7to","title":"Malaa draws open the ‘Year Zero’ remix LP curtain with take on Tchami, Gunna’s ‘Praise’","shortId":"nSaXOr7to","createdAt":"2021-05-28T12:03:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036723,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T11:54:31.000Z","url":"https://dancingastronaut.com/2021/05/malaa-darkly-draws-open-the-year-zero-remix-lp-curtain-with-take-on-tchami-gunnas-praise/","canonicalUrl":"https://dancingastronaut.com/2021/05/malaa-darkly-draws-open-the-year-zero-remix-lp-curtain-with-take-on-tchami-gunnas-praise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ccbe22681a8bdaa88afc6254759a5f1d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFESEGBxJBYpH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhJB/9oADAMBAAIRAxEAPwDPvfVCIu+2xEKJMjRW2ywttLuyCCnR9QARnOxUHKOO4HdElE+SVkn7mlKuq2mF3nh//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"OF-GbIFEu","title":"This Vibrator Is Approachable and Adorable","shortId":"OF-GbIFEu","createdAt":"2021-05-28T11:07:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/review/dame-pom/","canonicalUrl":"https://www.wired.com/review/dame-pom/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/830a5356de9f51ae01238320b803c4ea","ratio":1.91121495327103,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQMCBAAFETFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A2na17j361lS/OotDwxyorEhYhwgwkT4PvRlDuMZKPr//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"nuZ6zVfMW","title":"The Space and Air Forces Launch an LGBTQ Task Force","shortId":"nuZ6zVfMW","createdAt":"2021-05-28T11:07:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/the-space-and-air-forces-launch-an-lgbtq-task-force/","canonicalUrl":"https://www.wired.com/story/the-space-and-air-forces-launch-an-lgbtq-task-force/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/266fee3ba2d817010ef61f67b81aaa1a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADERIEBSFxktH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACESL/2gAMAwEAAhEDEQA/AK3M2Xpy2pZYpqACqHbXyRnBkQ11EntZ7D5EQm6ETbmyE//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"VQhoq5UEj","title":"Hide Your Instagram Likes—and Be Free","shortId":"VQhoq5UEj","createdAt":"2021-05-28T11:07:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/hide-your-instagram-likes-and-be-free/","canonicalUrl":"https://www.wired.com/story/hide-your-instagram-likes-and-be-free/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d563be2a61192cdad319126316235723","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQUBAAMAAAAAAAAAAAAAAQACAwQFEhQxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECAzEyccH/2gAMAwEAAhEDEQA/ANk2M/ydfHtOtWY2VZHuNeOTmOYkAAvH3n2FYREpXZIq4w10/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"80SOJkiazL","title":"Deepfake Maps Could Really Mess With Your Sense of the World","shortId":"80SOJkiazL","createdAt":"2021-05-28T11:07:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/deepfake-maps-mess-sense-world","canonicalUrl":"https://www.wired.com/story/deepfake-maps-mess-sense-world","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/649b2ac8bbef8ede26f653635529d779","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQMCAAQRBhIFBxQhIjFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEf/aAAwDAQACEQMRAD8Ax+uNQv4G+ynaKXNj90yWEkCIx44GPvuoJ5kXs0wn0ShuiDgNn2/aUqyIlgUxde7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3zb61EACT","title":"The Psychology of Why Fan Art Is So Delightful","shortId":"3zb61EACT","createdAt":"2021-05-28T11:07:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27036667,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.wired.com/story/the-psychology-of-fan-art/","canonicalUrl":"https://www.wired.com/story/the-psychology-of-fan-art/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b11791cc2be04980422085d7ec178616","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAAhBhESE9H/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8A3F+r3zuhcPqIXVmtSivUDIkzlo7J6yixKSyRCYDZ14j5jGALLoDl/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"mM6-wiyIv","title":"Trae Young Brings the Noise","shortId":"mM6-wiyIv","createdAt":"2021-05-28T10:34:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036634,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T10:30:00.000Z","url":"https://www.theringer.com/2021/5/28/22457958/trae-young-atlanta-hawks-new-york-knicks","canonicalUrl":"https://www.theringer.com/2021/5/28/22457958/trae-young-atlanta-hawks-new-york-knicks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7beea6ad4cd9ee21ff3f2100b270ad08","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAxFBBBITITFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAMRIUHw/9oADAMBAAIRAxEAPwDY2sh5KWMh7iKBWQcBctg62BjUprm6j4X38iIMqGDtsodif//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"z2R4n5yke","title":"Big Builds in The MagPi 106 – PDF des Magazins ist kostenlos","shortId":"z2R4n5yke","createdAt":"2021-05-28T06:37:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036397,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T06:09:32.000Z","url":"https://www.bitblokes.de/big-builds-in-the-magpi-106-pdf-des-magazins-ist-kostenlos/","canonicalUrl":"https://www.bitblokes.de/big-builds-in-the-magpi-106-pdf-des-magazins-ist-kostenlos/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8jkAnxFSe","title":"How Will ‘Mare of Easttown’ End?","shortId":"8jkAnxFSe","createdAt":"2021-05-28T10:10:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036610,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T10:10:00.000Z","url":"https://www.theringer.com/tv/2021/5/28/22457343/mare-of-easttown-finale-predictions-theories-who-killed-erin","canonicalUrl":"https://www.theringer.com/tv/2021/5/28/22457343/mare-of-easttown-finale-predictions-theories-who-killed-erin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f01750088a253e34ea6259b001112cc6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAAFIQYREiJBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDP4dxNUq6je10EQtCRhWjYqq+rKfL43A44HbIqLr7apEiLV1JCgAF6SFj+n6cYwP/Z","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"LOGg7Yf3r","title":"Ligue 1 Season Review: Good Things Come in Lille Packages","shortId":"LOGg7Yf3r","createdAt":"2021-05-28T10:03:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036603,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T10:00:00.000Z","url":"https://www.theringer.com/2021/5/28/22457822/ligue-1-review-psg-lille","canonicalUrl":"https://www.theringer.com/2021/5/28/22457822/ligue-1-review-psg-lille","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/91609dcd1be49fa644c8d039affd1c2e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwQFBhExEmGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAdEQABAgcAAAAAAAAAAAAAAAABAAIEEyEzQXHR/9oADAMBAAIRAxEAPwDQ9x6llVvjlnRlrvQqAvHZ8e+fcpcdS1FbFiSVBPyIktiQJbHZqlBtjfF//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"ZVO8P77ur","title":"Bidding Farewell to Another K-pop Star Headed for the Military","shortId":"ZVO8P77ur","createdAt":"2021-05-28T10:03:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036603,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:50:00.000Z","url":"https://www.theringer.com/music/2021/5/28/22457272/lee-taemin-kpop-shinee-superm-enlisting-south-korea-military","canonicalUrl":"https://www.theringer.com/music/2021/5/28/22457272/lee-taemin-kpop-shinee-superm-enlisting-south-korea-military","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46b7abe24bbf79f043ad65aa9f3c91c6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDEQAEBhIFByETkf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREBAAIDAAAAAAAAAAAAAAAAAQARUXGx/9oADAMBAAIRAxEAPwDLdj5df4/enHbJKFscLyV4iyfeJLjLak7aCCBqJIEyY8nyomuy81+SIyfko1EStJP6R7SlKYkyq3vs/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"P41WxAVF0","title":"NGHTMRE goes head-to-head with Alexandar Smash, Ghostlo on ‘Speak Easy’","shortId":"P41WxAVF0","createdAt":"2021-05-28T09:53:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036593,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:52:43.000Z","url":"https://dancingastronaut.com/2021/05/nghtmre-goes-head-to-head-on-speak-easy-with-emerging-duo-alexander-smash/","canonicalUrl":"https://dancingastronaut.com/2021/05/nghtmre-goes-head-to-head-on-speak-easy-with-emerging-duo-alexander-smash/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e914c06f481352da3d3808c37959b8ec","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQIGAgMAAAAAAAAAAAAAAQIRAAMEBRIhBkETUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEESEx4f/aAAwDAQACEQMRAD8AzvMberiEigstbQ26rfMqmpBPkVmo9gEEZjfevTRCXYrHmrKbWSi+5aWUEfAW20IQ1lp0G13IcVmtrDMefZ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LhnuRUiHj","title":"Bibliotheksverbünde – Open Source oder proprietäre Cloud","shortId":"LhnuRUiHj","createdAt":"2021-05-28T09:48:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036588,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T09:39:15.000Z","url":"https://curius.de/2021/05/bibliotheksverbuende-open-source-oder-proprietaere-cloud/","canonicalUrl":"https://curius.de/2021/05/bibliotheksverbuende-open-source-oder-proprietaere-cloud/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab0ec34a4f123398b4db2fb34d8b52ac","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQFERITFkExcdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMREv/aAAwDAQACEQMRAD8AzlVU3W53c2mdWSl0Eh2WSAVbB8Y94iLwJeq5wOhsr9hCJl90+90dBJo//9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":7,"description":null,"toc":null,"summary":null},{"id":"z_Rp1Xp2B","title":"The Menopause Manifesto review: A guide to counteract medical misogyny","shortId":"z_Rp1Xp2B","createdAt":"2021-05-28T09:38:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036578,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-500-the-menopause-manifesto-review-a-guide-to-counteract-medical-misogyny/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-500-the-menopause-manifesto-review-a-guide-to-counteract-medical-misogyny/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a4d37c22916fd3c34eadc4e6dbbd42e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBRIGF2H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwARIf/aAAwDAQACEQMRAD8Ard805/FlPJJFHRiptbnMqlwqoAWHVd718zOHJ+vG5K2ZoLZlMrlivbROzvWMYbTDe6iNSi8A3//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0rEKFKTJR","title":"8 beautiful photographs of seeds and fruits","shortId":"0rEKFKTJR","createdAt":"2021-05-28T09:38:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27036578,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-400-8-beautiful-photographs-of-seeds-and-fruits/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-400-8-beautiful-photographs-of-seeds-and-fruits/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df7620a88cb01cce7724de394db1a31e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHxAAAgEDBQEAAAAAAAAAAAAAAgMBAAQRBRMiMVEh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/ALdBhdLJh6iuNpZQBuEo4yzHXuPtZ9P1tgWFsOwycKGObcz1Hc+0pU4NZi4X/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"02ApbxlNj","title":"Lenovo’s new 13-inch Android tablet also works as a portable Switch display","shortId":"02ApbxlNj","createdAt":"2021-05-28T08:34:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036514,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T08:31:20.000Z","url":"https://www.theverge.com/2021/5/28/22458071/lenovo-yoga-pad-pro-android-tablet-external-monitor-hdmi","canonicalUrl":"https://www.theverge.com/2021/5/28/22458071/lenovo-yoga-pad-pro-android-tablet-external-monitor-hdmi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ff6eea7f34ed45db2e9d47e2c5df42d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACBAMFERIhMSIyQWHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMhEf/aAAwDAQACEQMRAD8A1TTNu92DJN0nMivYZJoUamkdJGWcdp8439q50OEHHAnAZ4Ex3xEQpvEOVcevD//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XbLOPohjA","title":"17 Inspiring Examples of Mobile Interaction Design","shortId":"XbLOPohjA","createdAt":"2021-05-28T08:05:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27036485,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T10:26:07.000Z","url":"https://design4users.com/mobile-interaction-design-examples/","canonicalUrl":"https://design4users.com/mobile-interaction-design-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c94eba9136a1d69a707efca2aa9179ba","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgEDBBEABiEFEv/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQACAwQREiFBYfD/2gAMAwEAAhEDEQA/ANIUfcGNl9qfFlOMQp6NzgCTIMRacaL5NtEIeNKNra1fKTI/oFvzs+S5B2MSiG6RMkswxsFVflapK5XKTGMqw07JmkHWJ490k82K/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YktZ1gTfu","title":"AI-based program helps follow up incidental lung nodules on CT","shortId":"YktZ1gTfu","createdAt":"2021-05-28T07:05:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27036425,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132525&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132525","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a8eb59f562c92724a6f3b080a667196b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAb/xAAjEAACAQMDBAMAAAAAAAAAAAABAgMABAYFERIhIzFRMlKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAeEQACAQMFAAAAAAAAAAAAAAABEQMAAmEEEiExwf/aAAwDAQACEQMRAD8Ak8UxzHJ9L0yO9dGubl3DE7DgAp+X74NSl7iSRXk8cc4KJIyqfYB6UW1dhBEQzb7e6I80vNu4/n7GqEQ7UX2PaPLqI5XabEjwjgYr/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"H6ryCoKsD","title":"Jonathan McDowell: Trying to understand Kubernetes networking","shortId":"H6ryCoKsD","createdAt":"2021-05-28T06:59:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27036419,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T06:43:06.000Z","url":"https://www.earth.li/~noodles/blog/2021/05/k8s-networking-wtf.html","canonicalUrl":"https://www.earth.li/~noodles/blog/2021/05/k8s-networking-wtf.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29277683ad073f7baf400d084f5f5ec6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EACMQAAIBBAIABwAAAAAAAAAAAAECAwAGESEEBQcIEhMiMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAAYDAAAAAAAAAAAAAAAAAAECAyFBBBES/9oADAMBAAIRAxEAPwA7sS0rb7Hwl7Lt+dCkvNhWcvL7oUxMq5UHJ1r0nX3n9OqGadrAjRvLddjMilhyZsEjY+ENBNFxyPtybCHlbSiKH//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"h0GC82-cQ","title":"Sony launches motion-sensing music effects controller on Indiegogo","shortId":"h0GC82-cQ","createdAt":"2021-05-28T06:21:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036381,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T06:14:48.000Z","url":"https://www.theverge.com/2021/5/28/22458023/sony-motion-sonic-launches-music-indiegogo-price-date","canonicalUrl":"https://www.theverge.com/2021/5/28/22458023/sony-motion-sonic-launches-music-indiegogo-price-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09a2f03c2717c1289bd24084c006d707","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQACBAMFBhEhEjFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANDXvFo14yK13KVJmNbAJqNj0q72MqP54l4B0QOnWvZ78VGiIP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DO0jVWwGZ","title":"The exabyte club: LinkedIn’s journey of scaling the Hadoop Distributed File System","shortId":"DO0jVWwGZ","createdAt":"2021-05-27T21:57:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"linkedin","views":1,"score":27036373,"tagsStr":"big-data","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://engineering.linkedin.com/blog/2021/the-exabyte-club--linkedin-s-journey-of-scaling-the-hadoop-distr","canonicalUrl":"https://engineering.linkedin.com/blog/2021/the-exabyte-club--linkedin-s-journey-of-scaling-the-hadoop-distr","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a97565fae65df17e43cac71edaf121ac","ratio":1.72413793103448,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAwQFIRFCgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEQP/2gAMAwEAAhEDEQA/ANL7m2kWLx6Z1sPva7dfAJWDLfThzV32K9qVqrsCe2AHkxEaxlDJNRXo7P/Z","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"vchuMlP94V","title":"Containers at scale","shortId":"vchuMlP94V","createdAt":"2021-05-27T16:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":102,"score":27036220,"tagsStr":"kubernetes,devops,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containerization-at-scale/","canonicalUrl":"https://increment.com/containers/containerization-at-scale/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"aof7FFNcV","title":"Chrome is up to 23% faster in M91 and saves over 17 years of CPU time daily","shortId":"aof7FFNcV","createdAt":"2021-05-27T18:04:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"chromium","views":198,"score":27036365,"tagsStr":"general-programming,javascript,nodejs,google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://blog.chromium.org/2021/05/chrome-is-faster-in-m91.html","canonicalUrl":"https://blog.chromium.org/2021/05/chrome-is-faster-in-m91.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"","creatorTwitter":"@ChromiumDev","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Yfm68qdLU","title":"To $ or Not to $: Displaying Terminal Code Snippets","shortId":"Yfm68qdLU","createdAt":"2021-05-27T19:07:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":97,"score":27036358,"tagsStr":"general-programming,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:22:11.000Z","url":"https://css-tricks.com/to-or-not-to-displaying-terminal-code-snippets/","canonicalUrl":"https://css-tricks.com/to-or-not-to-displaying-terminal-code-snippets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37da673ac7ab99b787fd1b2ed8b2236f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQFBxETIjE0YeL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEDBAMAAAAAAAAAAAAAAAMBAgQABREhE0Hw/9oADAMBAAIRAxEAPwDPk4FuNvGct5G/Y9QXGd4nkK/Y6u9Qlp9KUjI5Qbk7+N90pUy6ySR1bxrjPu6fCAMhCMcmkXVf/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oYAVS7vyU","title":"How To Build And Launch Responsive Websites Faster With Editor X","shortId":"oYAVS7vyU","createdAt":"2021-05-27T09:58:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"smashing","views":912,"score":27036274,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-27T17:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/build-launch-responsive-websites-editorx/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/build-launch-responsive-websites-editorx/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2b2f99ce36bc107502a456cfcefa1fa","ratio":1.96761133603239,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhABAAAFAgcAAAAAAAAAAAAAAQACAwQRBSEIEhMiMVGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AKPCzYV7XWtepz3UtTmtpEn6fcZqeMq7bfY0sAAJl9whDbRD/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@miro_bekyarov","readTime":13,"description":null,"toc":null,"summary":null},{"id":"gwf7fXTsv","title":"Haute Couture","shortId":"gwf7fXTsv","createdAt":"2021-05-28T04:34:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036274,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/120290755/Haute-Couture","canonicalUrl":"https://www.behance.net/gallery/120290755/Haute-Couture","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21109a969f286d3ab8109be32a08f726","ratio":1.53005464480874,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECAwQRBRIhMSNxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAASECEf/aAAwDAQACEQMRAD8AyxzKtrgRTiRFpfVHU4Xkuj5I+66Oj+iCMy9ondpO9c+wAGbj4KYqp//Z","siteTwitter":"@behance","creatorTwitter":"@labica","readTime":null,"description":null,"toc":null,"summary":null},{"id":"48an8iKoR","title":"How to Show Images on Click","shortId":"48an8iKoR","createdAt":"2021-05-27T14:55:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"css_tricks","views":256,"score":27036263,"tagsStr":"webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:25:29.000Z","url":"https://css-tricks.com/how-to-show-images-on-click/","canonicalUrl":"https://css-tricks.com/how-to-show-images-on-click/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d37c92fc8892dcdc054722b89511330","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBSEHFSIxov/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAwIABBEFEiEx8P/aAAwDAQACEQMRAD8Aw241maduHSJGWLme9oFZ4xeBzdjyCnnp65xJ7oBfNCN6+0RF6ncMttgUcZHu6RtUwY5sZjIB4r//2Q==","siteTwitter":"@CSS","creatorTwitter":"@robinrendle","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RTSYL1iBg","title":"The Knicks Shouldn’t Be Afraid to Go to Atlanta","shortId":"RTSYL1iBg","createdAt":"2021-05-28T04:17:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27036257,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T04:04:15.000Z","url":"https://www.theringer.com/2021/5/28/22457921/the-knicks-shouldnt-be-afraid-to-go-to-atlanta","canonicalUrl":"https://www.theringer.com/2021/5/28/22457921/the-knicks-shouldnt-be-afraid-to-go-to-atlanta","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/685007813ba1c6a5f602e78cb8f136ba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQMAAgQRIQUGMZEHElH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMREkGx/9oADAMBAAIRAxEAPwCjSOaPIe4Vrm9VqqEyWF8gqtzfnB7HyNOzamlzMmJTckkknJ7MIRMTuLao6HAmqGIX/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Swc9MIcav","title":"HBO’s The Last of Us is the rare show letting a video game actor reprise her role","shortId":"Swc9MIcav","createdAt":"2021-05-28T03:59:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036239,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T03:51:08.000Z","url":"https://www.theverge.com/2021/5/27/22457686/merle-dandridge-hbo-the-last-of-us-adapatation-live-action","canonicalUrl":"https://www.theverge.com/2021/5/27/22457686/merle-dandridge-hbo-the-last-of-us-adapatation-live-action","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2b4caf64377b97e17e5a39b4e998116","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGcSMyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAEDAhEhYXH/2gAMAwEAAhEDEQA/AM6u01y58ahT5GnWZLaWkpJCQfRSj9JAT1iqUc9kxQI6oLDpa8ZcUdqxrJ7pSqRVPL2KVJW4f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CvBbqX5Rk","title":"Toward sustainable software engineering","shortId":"CvBbqX5Rk","createdAt":"2021-05-27T16:46:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":82,"score":27036195,"tagsStr":"cloud,aws,infrastructure,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containers-for-sustainable-software-engineering/","canonicalUrl":"https://increment.com/containers/containers-for-sustainable-software-engineering/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88a4605294403fe8add1661187f25880","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAgMBAAQFBiExERITQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8AzLH6iwacfbJudL2jzWHa13kKCYUcTtx19/al7lwOuGsBC1iZyUAMbDEzxH5FKUiockqBrP/Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"vrzw28Ti4","title":"Open-source excursions: Digging into Docker","shortId":"vrzw28Ti4","createdAt":"2021-05-27T16:46:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":59,"score":27036163,"tagsStr":"general-programming,open-source,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/exploring-open-source-codebase-docker-cli/","canonicalUrl":"https://increment.com/containers/exploring-open-source-codebase-docker-cli/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2078e2134b049ce246d491f6ee6f8c74","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQMCAAQFESEUof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAgEQABAgUFAAAAAAAAAAAAAAABAgMABAURIRJBUXGB/9oADAMBAAIRAxEAPwC7MSyOPzKFM8y7eDQFLt5SAO+RkdgkHR6BytslF9FUAXL2IgHpP00pRVROmTYVbJGSQDsOe4Wlmkh5dsemP//Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"su-7hbu7t","title":"Tip: Use JavaScript for loops if you need to break out early","shortId":"su-7hbu7t","createdAt":"2021-05-27T19:43:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"30seconds","views":38,"score":27036141,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-for-loop-early-break","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-for-loop-early-break","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4fe44870828276a5dd67fb14e754896","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIDBRIABAcRITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AIr/AJj3VnU20sMEULWMkfhU4xqFK45A9sfnuIH3vWj0XLFXBSV8Ulusbpt41ZBsGOJCgEd9+6aaVQtBVcP/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ABpFn7PRk","title":"Fedora: Die Zeit von Truecrypt ist abgelaufen","shortId":"ABpFn7PRk","createdAt":"2021-05-28T02:07:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27036127,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T01:59:23.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/28/fedora-die-zeit-von-truecrypt-ist-abgelaufen/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/28/fedora-die-zeit-von-truecrypt-ist-abgelaufen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Ba0axRcWF","title":"Build a chat app using gRPC and React","shortId":"Ba0axRcWF","createdAt":"2021-05-27T12:05:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"daily","tweeted":true,"views":328,"score":27036101,"tagsStr":"react,grpc","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-27T16:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://daily.dev/blog/build-a-chat-app-using-grpc-and-reactjs","canonicalUrl":"https://daily.dev/blog/build-a-chat-app-using-grpc-and-reactjs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/245b003df477464adfba47b936df1918","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRABAAIBAwQDAAAAAAAAAAAAAQIDAAQGEQUSISIxQmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB4RAAIBAwUAAAAAAAAAAAAAAAIDAQAEwQURIUHh/9oADAMBAAIRAxEAPwC/cvSbr92wia6cTWWCParV4+rz+ZpVdjGEYvsgHL8uMZHNTcbU24nPEDnbEUgs0gDWyMd+5r//2Q==","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":19,"description":null,"toc":null,"summary":null},{"id":"0iykDVsDx","title":"Containers in the keep","shortId":"0iykDVsDx","createdAt":"2021-05-27T16:45:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":17,"score":27036093,"tagsStr":"security,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/defense-in-depth-container-security/","canonicalUrl":"https://increment.com/containers/defense-in-depth-container-security/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0f8389a74e53e704bcf84946364e1a0","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIEEQADBSEGEiIx4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAzFB/9oADAMBAAIRAxEAPwDbHKun2KXkWqkN7ACTcPWboAPklKp3M+9RupiucAqPVkqJ1Nz5SlNTErhMvNb2z//Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"53tyi2cLE","title":"Leadership as migration strategy","shortId":"53tyi2cLE","createdAt":"2021-05-27T16:45:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":15,"score":27036093,"tagsStr":"business,containers,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/container-migrations-and-leadership/","canonicalUrl":"https://increment.com/containers/container-migrations-and-leadership/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9f476271cdc7a68e1202bf38011756e","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRABAAIBBAEFAAAAAAAAAAAAAQIDEQAEBRIhBkFRYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMREiL/2gAMAwEAAhEDEQA/ANU9TbvczdhuOTe8LokIV0zYxXs4UTB5PKZ+tTN9HAl1hKPIL2crGp9/lMv7pppy+Q5kRstnc//Z","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6s4w65RqQ","title":"From buzzing bees to Kubernetes","shortId":"6s4w65RqQ","createdAt":"2021-05-27T16:46:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":14,"score":27036088,"tagsStr":"general-programming,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/crossword/","canonicalUrl":"https://increment.com/containers/crossword/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"sE_MR1Sue","title":"How to cloud native","shortId":"sE_MR1Sue","createdAt":"2021-05-27T16:45:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.186Z","sourceId":"increment","views":12,"score":27036084,"tagsStr":"general-programming,cloud,open-source,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/cloud-migration-and-containers/","canonicalUrl":"https://increment.com/containers/cloud-migration-and-containers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qF3n5HXUe","title":"Case study: Launching an open government platform in Taiwan","shortId":"qF3n5HXUe","createdAt":"2021-05-27T16:46:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":12,"score":27036084,"tagsStr":"security,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/containerization-case-study/","canonicalUrl":"https://increment.com/containers/containerization-case-study/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"7ur447hTz","title":"MUST DIE! shocks the bass scene with first LP in nearly six years, ‘CRISIS VISION’ [Interview]","shortId":"7ur447hTz","createdAt":"2021-05-28T01:11:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T01:08:39.000Z","url":"https://dancingastronaut.com/2021/05/must-die-returns-to-save-the-bass-music-scene-with-impeccable-eclectic-crisis-vision-lp-interview/","canonicalUrl":"https://dancingastronaut.com/2021/05/must-die-returns-to-save-the-bass-music-scene-with-impeccable-eclectic-crisis-vision-lp-interview/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9e5592dcd0af7f1852f94afee4ee796","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAgEBBwUAAAAAAAAAAAAAAQIDBAAFBgcREiETFDFRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhEBAAAFBQAAAAAAAAAAAAAAAQACAwQFISIxQWH/2gAMAwEAAhEDEQA/AJLhzUq8UZlXJ2kFPAlTClHOkhkPB3OzLodoIKjTj760mrxxhyCqmilBaSNyrN0TyQdCfFllp1lsTbz3ZT1AlO/XmHpAbiP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GwUimCTsg","title":"Best practices for container compliance","shortId":"GwUimCTsg","createdAt":"2021-05-27T16:45:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":5,"score":27036070,"tagsStr":"infrastructure,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/container-compliance/","canonicalUrl":"https://increment.com/containers/container-compliance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"eA3HdBljto","title":"The container incubator","shortId":"eA3HdBljto","createdAt":"2021-05-27T16:45:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":5,"score":27036070,"tagsStr":"google,cloud,infrastructure,kubernetes,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/cncf-container-incubator/","canonicalUrl":"https://increment.com/containers/cncf-container-incubator/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/25270894a98a66eea526e690bbaad4c5","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBTEGEiH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAQEBAQEAAAAAAAAAAAAAAAIBAAQR/9oADAMBAAIRAxEAPwDZdRm5N4pHndN2VggZECrXqTRo/euxRyaTyLfSRlWRaUkC0BxjB65zktqKeyb/2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"mKTF_vwOA","title":"Premiere: the mashup lives on White Panda’s ‘Nightclub’ LP, snapping producer’s six-year hiatus","shortId":"mKTF_vwOA","createdAt":"2021-05-28T01:08:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036068,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T01:05:50.000Z","url":"https://dancingastronaut.com/2021/05/premiere-the-mashup-lives-on-white-pandas-nightclub-lp-snapping-producers-six-year-hiatus/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-the-mashup-lives-on-white-pandas-nightclub-lp-snapping-producers-six-year-hiatus/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a6f90e57c6a8d519be8987e697c7b52a","ratio":1.77725118483412,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAAYABwAAAAAAAAAAAAAAAAECAwQREhMhMkFCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAYEQEBAAMAAAAAAAAAAAAAAAACAAEDUf/aAAwDAQACEQMRAD8AwLMN04jhJycHa06+UfAhOCq9yQALs6zyBlq//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hO4Qv_bpX","title":"The process: Building on-demand staging environments at Paystack","shortId":"hO4Qv_bpX","createdAt":"2021-05-27T16:45:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":2,"score":27036064,"tagsStr":"general-programming,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/on-demand-staging-environments-kubernetes/","canonicalUrl":"https://increment.com/containers/on-demand-staging-environments-kubernetes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"nEIMc7MRA","title":"Interview: Joe Beda","shortId":"nEIMc7MRA","createdAt":"2021-05-27T16:45:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":1,"score":27036061,"tagsStr":"google,cloud,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/joe-beda-interview/","canonicalUrl":"https://increment.com/containers/joe-beda-interview/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"PxPeGhD3Q","title":"SOLA STRAND HOTEL","shortId":"PxPeGhD3Q","createdAt":"2021-05-28T00:35:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27036035,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:00:00.000Z","url":"https://www.behance.net/gallery/120215523/SOLA-STRAND-HOTEL","canonicalUrl":"https://www.behance.net/gallery/120215523/SOLA-STRAND-HOTEL","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d92a00b93b600119efec4dc06a9f1247","ratio":0.701402805611222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgUGB//EACUQAAIBAgYBBQEAAAAAAAAAAAECEQMFAAQGEhMhFDEzUZHR0v/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDEiFB/9oADAMBAAIRAxEAPwDUrRqs1dRJamaoKbW7mpDhAUVFc7zyT31Agj1xSp5LKG8euZEzI/cIrTUGW0xlLitGi1Vd+XkoNwXex6aJ+PrAJecyyKebM9ifdH84P2DjGzC2Vqez/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JMw5Z26Yq","title":"Sam Blacky, Madeline Austin take listeners to ‘Paradise’","shortId":"JMw5Z26Yq","createdAt":"2021-05-28T00:28:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27036028,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-28T00:26:48.000Z","url":"https://dancingastronaut.com/2021/05/sam-blacky-madeline-austin-take-listeners-to-paradise/","canonicalUrl":"https://dancingastronaut.com/2021/05/sam-blacky-madeline-austin-take-listeners-to-paradise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2abfab52577fbc43d912aaded0532c3","ratio":1.27152317880795,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDEQAEBQYSEyGBgv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCPRtvyuIxbY7Gn7G1SUNoDiEKdKo4gyDIBkz8rRmdvuHGkL7m08khUeeT+aUoL/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"XUFyeaetr","title":"How do you build the I/O photo booth?","shortId":"XUFyeaetr","createdAt":"2021-05-27T17:07:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"firebase","views":36,"score":27036017,"tagsStr":"webdev,flutter,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/05/how-do-you-build-io-photo-booth.html","canonicalUrl":"http://firebase.googleblog.com/2021/05/how-do-you-build-io-photo-booth.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a73fe2a11f38addc110849e24e56c519","ratio":1.07118055555556,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJBAAAgEEAQIHAAAAAAAAAAAAAQIDAAQFBiERcxIxNDVBsbL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAQABBAMAAAAAAAAAAAAAAAECAAMEERMxof/aAAwDAQACEQMRAD8AeYe5yeVu8yp2qJ1YOQrwsiW48QVeg+SOKttdM2qO2hRcziJVVAokJk6sAPPjjmjOje77L3T+q2iy9HB21+qlmU8soIOg9pdy3qJKLruv/9k=","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nn2-T_zEH","title":"Spyra has a new digital water blaster that looks like it’ll blow the original away","shortId":"nn2-T_zEH","createdAt":"2021-05-28T00:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27036004,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T23:58:39.000Z","url":"https://www.theverge.com/2021/5/27/22457616/spyra-two-water-gun-toy-pool-not-crowdfunded","canonicalUrl":"https://www.theverge.com/2021/5/27/22457616/spyra-two-water-gun-toy-pool-not-crowdfunded","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c4cb424b54fa9274fa4d051a112e52c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAwQREhMh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAgEQABAwIHAAAAAAAAAAAAAAABAAIDESEEBRIxUXGR/9oADAMBAAIRAxEAPwCbVr01U2erRbWgdQyKeBgR3hmpYgSx1+nxJHYiNsK2kr7n0qYZg/XDHUC3AA36C//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cL71HlEdv","title":"How to Improve Machine Learning Model Performance by Combining Categorical Features","shortId":"cL71HlEdv","createdAt":"2021-05-27T18:03:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":10,"score":27035991,"tagsStr":"data-science,machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:55:23.000Z","url":"https://www.freecodecamp.org/news/improve-machine-learning-model-performance-by-combining-categorical-features/","canonicalUrl":"https://www.freecodecamp.org/news/improve-machine-learning-model-performance-by-combining-categorical-features/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78b8075ff57de89b6c16b7429e38baa8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFEQYhMSQzUWGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMEEf/aAAwDAQACEQMRAD8Azoayvtunlhdcz0swieWUse5wfo559KhbrSmc0F1LUOcRkuM8oyfPcREPspRiCREsztwz/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@Davis_McDavid","readTime":8,"description":null,"toc":null,"summary":null},{"id":"TdB2LF8gR","title":"WhatsApp's Fight With India Could Have Global Repercussions","shortId":"TdB2LF8gR","createdAt":"2021-05-27T23:21:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035961,"tagsStr":"security,data-privacy,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:17:00.000Z","url":"https://www.wired.com/story/whatsapp-india-traceability-encryption/","canonicalUrl":"https://www.wired.com/story/whatsapp-india-traceability-encryption/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/422ae028e93af165a71131962a0d7560","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAgAEBQUAAAAAAAAAAAAAAQIAAxESBAUGEyEiMUFR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQSQf/aAAwDAQACEQMRAD8Aiye5dMSsVMdmZdx+k2klSe58gjginqMgm57i916CUBU8Wn7CECBIGLSjqNhwT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6uuWAV8ia","title":"Tesla starts using in-car camera for Autopilot driver monitoring","shortId":"6uuWAV8ia","createdAt":"2021-05-27T23:11:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035951,"tagsStr":"infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T23:09:37.000Z","url":"https://www.theverge.com/2021/5/27/22457430/tesla-in-car-camera-driver-monitoring-system","canonicalUrl":"https://www.theverge.com/2021/5/27/22457430/tesla-in-car-camera-driver-monitoring-system","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57da3fa24cd0e3579aff3707e2cfb2dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFBhESITEiYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDCrG67F2O/NqFWK3OAgSWWWXvGAxHx6sB5HvkH8y5V3vq61oVSxIiBAAqueFHHofWMZcof/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KzQag4LiG","title":"Oscar Isaac will star in Disney Plus’ Moon Knight series","shortId":"KzQag4LiG","createdAt":"2021-05-27T23:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T23:01:07.000Z","url":"https://www.theverge.com/2021/5/27/22457292/oscar-isaac-moon-knight-disney-plus-casting-marvel","canonicalUrl":"https://www.theverge.com/2021/5/27/22457292/oscar-isaac-moon-knight-disney-plus-casting-marvel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3e90107bb5f9ce5facfd6f70fcf24fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQIEEQADBTEVIf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAA8EEERJBcf/aAAwDAQACEQMRAD8ArtqX6sHpMqtN6EhJLbSP1HVjVH2hXljNAg96ZohR9TldjJrVS7esQKs4xlnT1IbLNx3gQt7txTzJn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ajo6fX59F","title":"Physician compensation remains steady during COVID-19 pandemic","shortId":"ajo6fX59F","createdAt":"2021-05-27T22:54:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035934,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:47:01.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132527&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132527","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5615116dc5766bb3fef1d946849f7791","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhABAAEDAwQDAAAAAAAAAAAAAQIDBAUABhESISIxMlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAcEQACAgIDAAAAAAAAAAAAAAABAgMRABITgcH/2gAMAwEAAhEDEQA/AKTGXdg7dxFxKZcNe4aU48vWgvly8nYPo0rVntmnVnBpvip8XWZYGcpYq+jKSxjbzlEX09Ps/dLY8J2FtKYSk0oqvdXg1HOkjqONq6v0Y8bIpO4vP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"diss9p_Hz","title":"Study: 8M lives lost to smoking globally","shortId":"diss9p_Hz","createdAt":"2021-05-27T22:45:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035925,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:30:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132524&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132524","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54048d12fcee7f5e389b7eeb76c05154","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDBBEhABIFBgcTQVFhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADBEH/2gAMAwEAAhEDEQA/AKPMFW0dLyxNTUktRP22kDdy22FsEhF9FhjOP2wGjKfj6CaQLOhG42Nr+fett1AkeLp3wtonZGamhjYqbEqSxKn5gY0XU7sKeIBmttHn5oy5xezE8jW0NRWgXon/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"rYbGAtwdn","title":"Ditching the disks for image sharing can yield huge savings","shortId":"rYbGAtwdn","createdAt":"2021-05-27T22:45:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035925,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:32:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132526&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132526","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61831471ee99aa89021a353e123297c0","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAwIABBIhBRMiMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwC04+0mm05ALbDGE445L2Mpb2CKoytySVwasRh4gdZ9D7SlUof/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZyvDbVB7a","title":"Google is now embroiled in a full class-action lawsuit over whether it underpaid women","shortId":"ZyvDbVB7a","createdAt":"2021-05-27T22:42:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035922,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T22:36:07.000Z","url":"https://www.theverge.com/2021/5/27/22457421/lawsuit-former-google-women-class-action-gender-bias-pay-disparity","canonicalUrl":"https://www.theverge.com/2021/5/27/22457421/lawsuit-former-google-women-class-action-gender-bias-pay-disparity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0018be4be51355ecd82521bef413222","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhYZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABEQL/2gAMAwEAAhEDEQA/AMzPYqCxDTWzaQHO6PeHJIM+csf6iIUV2o4f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fREzd6CDK","title":"Check if your Verizon or AT&T phone will keep working after the networks’ 3G shutdowns","shortId":"fREzd6CDK","createdAt":"2021-05-27T22:00:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035880,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:53:43.000Z","url":"https://www.theverge.com/2021/5/27/22457255/verizon-att-3g-shutdown-date","canonicalUrl":"https://www.theverge.com/2021/5/27/22457255/verizon-att-3g-shutdown-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ed36c3b1bb92c0e32886d91967ad98f","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAJRAAAQMCAwkAAAAAAAAAAAAAAQIDBAAFBgcREhMWISIxQVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAcEQACAgIDAAAAAAAAAAAAAAABAwACEUEEErH/2gAMAwEAAhEDEQA/AM3EeZs2zWK0OwoEYOznXEErJUEJQoAgD2Qe/iocfXJXVu2Rrz02R8pSre5nYHOh5HjJoanI3P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9S4tx2HFO","title":"Today I learned the PS5’s controller can buzz along to your music on Spotify","shortId":"9S4tx2HFO","createdAt":"2021-05-27T21:45:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035865,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:39:30.000Z","url":"https://www.theverge.com/2021/5/27/22457331/ps5-dualsense-spotify-haptic-feedback-controller-vibrate-pc-windows-10","canonicalUrl":"https://www.theverge.com/2021/5/27/22457331/ps5-dualsense-spotify-haptic-feedback-controller-vibrate-pc-windows-10","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a22238a8799b64289eb285682ba02d17","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBABAAEDBAMBAAAAAAAAAAAAAQIAAxEEBQYhBxIxFP/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAQUAAAAAAAAAAAAAAAAAAwECBBQxUf/aAAwDAQACEQMRAD8An8J3b9ems6TX2pX7KykhKMXDDCD65j18RPvea1Z4p4bIGOz24j2HsuKUohly2nUi+Ovh/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6U_j87JUY","title":"Watch 14 minutes of stunning Horizon Forbidden West gameplay","shortId":"6U_j87JUY","createdAt":"2021-05-27T21:41:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035861,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:33:04.000Z","url":"https://www.theverge.com/2021/5/27/22455008/horizon-forbidden-west-gameplay-ps5-sony-state-of-play","canonicalUrl":"https://www.theverge.com/2021/5/27/22455008/horizon-forbidden-west-gameplay-ps5-sony-state-of-play","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49e2626a957fa36ef8676aa34d257d93","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAREiEGBQciMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AJ0HlWDQSOns5w46Xg5lYrcCjs2Hq2rCsRK7j8gXJdUZWJKybJbbAG/njSlTtl1ihXJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"svTTAdUOM","title":"Ja Morant Puts Up a Career-High 47 Points. Plus: When Fans Cross the Line, With CC Sabathia.","shortId":"svTTAdUOM","createdAt":"2021-05-27T21:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035827,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T21:05:37.000Z","url":"https://www.theringer.com/2021/5/27/22457374/ja-morant-puts-up-a-career-high-47-points-plus-when-fans-cross-the-line-with-cc-sabathia","canonicalUrl":"https://www.theringer.com/2021/5/27/22457374/ja-morant-puts-up-a-career-high-47-points-plus-when-fans-cross-the-line-with-cc-sabathia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64827eeead0d29757c35c1bdadbb0efd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERIhBkFC/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAICAgMAAAAAAAAAAAAAAAECAwQAEQVBwf/aAAwDAQACEQMRAD8As9F1C5qXnlie9ZmZKyO1WGJiiRLuUYEdhiSoPL12Njmq8gfnGMA4W1LYhZ5Ts78GIXIlRwFHWf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"axI1Nc-PW","title":"How to Make a Bouncing Basketball in Unity with Materials and Textures 🏀","shortId":"axI1Nc-PW","createdAt":"2021-05-27T15:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":6,"score":27035815,"tagsStr":"game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:16:34.000Z","url":"https://www.freecodecamp.org/news/how-to-make-a-basketball-in-unity-with-materials-and-textures/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-make-a-basketball-in-unity-with-materials-and-textures/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/717f99fb87dffe51c7b9944528e85a81","ratio":1.57977883096367,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQQBAQkAAAAAAAAAAAAAAQACAxEEBwUGEhMhMVGU0v/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJR/9oADAMBAAIRAxEAPwDTYus82RLlzT7CgHLDGs4MlwNdSQbFd/AUDrHHZrduL2z8oiI09kcl/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@knightcube","readTime":8,"description":null,"toc":null,"summary":null},{"id":"T5If_dQjb","title":"A company wants to build a massive solar project in Montana — of course it’s for crypto","shortId":"T5If_dQjb","createdAt":"2021-05-27T20:49:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035809,"tagsStr":"career,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:45:36.000Z","url":"https://www.theverge.com/2021/5/27/22456993/butte-montana-solar-project-atlas-ethereum-cryptocurrency-mining-renewables","canonicalUrl":"https://www.theverge.com/2021/5/27/22456993/butte-montana-solar-project-atlas-ethereum-cryptocurrency-mining-renewables","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9f7ddee7a64c616b6d5dd10cfea3459","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwUEERIhIkFRYaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQADAAAAAAAAAAAAAAAAAgARMVH/2gAMAwEAAhEDEQA/AMypx7Z0Mk813PKdS1gcwdPI98qobn6DdZTE9z5+oiM2uyADjV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"meNdEYr9K","title":"Cancer-causing chemical found in 78 sunscreen products","shortId":"meNdEYr9K","createdAt":"2021-05-27T20:48:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035808,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:32:15.000Z","url":"https://www.livescience.com/sunscreen-carcinogen-benzene.html","canonicalUrl":"https://www.livescience.com/sunscreen-carcinogen-benzene.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2970bb17238e0ab022ece2f949206c8","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBhIhQQUHMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQADAQADAAAAAAAAAAAAAAABAgMAESEx/9oADAMBAAIRAxEAPwDT9SahubezjNjNbQknazTxM+T0BgjHfPNSMvsKeOV0k8TIXUlWKTLtJH3GecUpRHoyno5MZTdAWXn3f//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"V3yLbwKE0","title":"Go watch this incredible web series about a Cyberpunk Salad Merchant","shortId":"V3yLbwKE0","createdAt":"2021-05-27T20:17:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035777,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:13:35.000Z","url":"https://www.theverge.com/22457190/dynamo-dream-series-sci-fi-ian-hubert","canonicalUrl":"https://www.theverge.com/22457190/dynamo-dream-series-sci-fi-ian-hubert","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1fe54748b186df9948c8f285b85a3cb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMCBAAFEQYhIv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRA//aAAwDAQACEQMRAD8Axfmm4sWEUVTVVWIrgzqEhZPYxPCR7I+shXv9rFcRG3IRAAA5jGLnUTYbuOE//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iqWy9NMkS","title":"Earliest known war was a repeated conflict in Sudan 13,400 years ago","shortId":"iqWy9NMkS","createdAt":"2021-05-27T20:42:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035802,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278870-earliest-known-war-was-a-repeated-conflict-in-sudan-13400-years-ago/","canonicalUrl":"https://www.newscientist.com/article/2278870-earliest-known-war-was-a-repeated-conflict-in-sudan-13400-years-ago/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53b2b76dc0685f26cc1ee65b24a5db94","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAREiMTITFRwf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREC/9oADAMBAAIRAxEAPwCNWtejuP0Z5Gj3rwMwKEEeASNV7+s05qiiVwtePaGOnMw+YxhuXRiH/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aJ7N5_dez","title":"Web scraping: infinite scrolling with selenium","shortId":"aJ7N5_dez","createdAt":"2021-05-27T12:35:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":32,"score":27035687,"tagsStr":"javascript,crawling,selenium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:07:13.000Z","url":"https://csnotes.medium.com/web-scraping-infinite-scrolling-with-selenium-97f820d2e506","canonicalUrl":"https://csnotes.medium.com/web-scraping-infinite-scrolling-with-selenium-97f820d2e506","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/273172638bfc2a09bfeff07e25e2e9bd","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECAwQFESEScRMiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSHbqmq5dDXIdYkQ7c3SPnjakp5JP5nBlnoSsuXTnKePyMp91aJR630AAP/9k=","siteTwitter":"@Medium","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_yEzCkvaJ","title":"Covid-19 news: Possible cause of rare vaccine-linked blood clots found","shortId":"_yEzCkvaJ","createdAt":"2021-05-27T20:41:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035801,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-possible-cause-of-rare-vaccine-linked-blood-clots-found/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-possible-cause-of-rare-vaccine-linked-blood-clots-found/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92282159c35fc75386dafc69a26ceb36","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQFERIGEyFxQZHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAIDAAAAAAAAAAAAAAAAAAACASFR/9oADAMBAAIRAxEAPwDeSumaS20hC5KQCsLcoUevHv5Et7StH3nMWJUJyNgWDwL9whBocO2n/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":10,"description":null,"toc":null,"summary":null},{"id":"dHn4hdkW7","title":"Exoskeleton takes strain off legs to reduce energy needed for walking","shortId":"dHn4hdkW7","createdAt":"2021-05-27T20:41:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035801,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278894-exoskeleton-takes-strain-off-legs-to-reduce-energy-needed-for-walking/","canonicalUrl":"https://www.newscientist.com/article/2278894-exoskeleton-takes-strain-off-legs-to-reduce-energy-needed-for-walking/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b98e2a1cdccf5605a4bf56af7a81241d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAREgUhQQYTIiOh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABAgP/2gAMAwEAAhEDEQA/ANzqvTMZiS5Pd9ryZA7SVti2JTinyyJsAVA7XsTzarBoDVhjLaCeAIg2+0pT1lLAvSj/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"7bqOlvVKL","title":"Mühlholz ? Handwerk, Huhn und Hingabe.","shortId":"7bqOlvVKL","createdAt":"2021-05-27T20:37:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27035797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/120273625/Muehlholz-Handwerk-Huhn-und-Hingabe","canonicalUrl":"https://www.behance.net/gallery/120273625/Muehlholz-Handwerk-Huhn-und-Hingabe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/019dace421e73149b5afa468097b2b33","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAhEAABBAEEAwEAAAAAAAAAAAABAgMEEQAFBiEiEkFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECAxFh/9oADAMBAAIRAxEAPwCmnbYizNCfWlxclbY8Yzsl2wgmiArpYFknjIjYPHcy1L9lt1sJJ+WLr9xjJayOsWH/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"gr8witBbk","title":"‘Double or Nothing’ Preview","shortId":"gr8witBbk","createdAt":"2021-05-27T20:22:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035782,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:08:36.000Z","url":"https://www.theringer.com/2021/5/27/22457257/double-or-nothing-preview","canonicalUrl":"https://www.theringer.com/2021/5/27/22457257/double-or-nothing-preview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2443a0799dfc56d792fe4740f79c959b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIABwAAAAAAAAAAAAABAgMRABIGIiQxQVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEBAQADAAAAAAAAAAAAAAACAQADIVH/2gAMAwEAAhEDEQA/AIZwfN143XdGUqyHswq6+ZSVhkKgxyhEI5VKXQ9X5xjGVZetVgriNs93/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"q8OSA92NO","title":"Industry groups sue to stop Florida’s new social media law","shortId":"q8OSA92NO","createdAt":"2021-05-27T20:22:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035782,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T20:18:25.000Z","url":"https://www.theverge.com/2021/5/27/22457200/ccia-netchoice-lawsuit-florida-social-media-law-unconstitutional","canonicalUrl":"https://www.theverge.com/2021/5/27/22457200/ccia-netchoice-lawsuit-florida-social-media-law-unconstitutional","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff2be6ad177b011e6f5c3f9022902829","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBhEHMRJRcv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAIgMhMf/aAAwDAQACEQMRAD8A3s6yhyNdscsEeKhLN2LjrzxcV5oDStgJ1rvXZ3Vkbk1TsdpxVpAK0BRAkex80pVSOxsewXxqKgaE/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WN_ZUecPo","title":"SEO for developers in 2021 : The ULTIMATE GUIDE","shortId":"WN_ZUecPo","createdAt":"2021-05-27T06:55:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":317,"score":27035781,"tagsStr":"general-programming,google,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-27T08:30:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-27T06:55:36.000Z","url":"https://itnext.io/seo-for-developers-in-2021-the-ultimate-guide-bc11fb4d826b","canonicalUrl":"https://itnext.io/seo-for-developers-in-2021-the-ultimate-guide-bc11fb4d826b","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d93058446ee856331f1e3a2bae307327","ratio":1.0521327014218,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIFCP/EACUQAAECBAQHAAAAAAAAAAAAAAECEQADBBITFEFxISMxMmGhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECERIxQZH/2gAMAwEAAhEDEQA/ANJY9RgzLVkL05RU3ltdoCJ9VYl5hJbicksenhafuG/2Ko6RE09Mb5LFOH//2Q==","siteTwitter":"@Medium","creatorTwitter":"@maisonfutari","readTime":12,"description":null,"toc":null,"summary":null},{"id":"iV7IjYofD","title":"HCA partners with Google for cloud services","shortId":"iV7IjYofD","createdAt":"2021-05-27T19:56:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035756,"tagsStr":"google,cloud,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:41:17.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132523&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132523","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29a21a043b2f712c4bbbcf896cc471ae","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgUGB//EACYQAAIBAgMIAwAAAAAAAAAAAAECAwQFABESBgcTFCEyQVEiMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAQEBAQEAAAAAAAAAAAAAAAEDAAJh/9oADAMBAAIRAxEAPwA9lq68bMrWXK6IaGORo44Y2jVlRuG50+cj2esMl3q3EKBLQ2dpAPk3LnqfJ+8SG8Cpn5CpTjS6Ja59a6zk+TIRn7xmtVLIKqYB27z5/cUnRRcrx54Q83//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"FWxyeYT8L","title":"Checking in With Our ‘Real Housewives’ in Beverly Hills and New York, With Evan Ross Katz and Amelia Wedemeyer","shortId":"FWxyeYT8L","createdAt":"2021-05-27T19:51:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035751,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:39:12.000Z","url":"https://www.theringer.com/2021/5/27/22457249/checking-in-with-real-housewives-beverly-hills-and-new-york-with-evan-ross-katz-and-amelia-wedemeyer","canonicalUrl":"https://www.theringer.com/2021/5/27/22457249/checking-in-with-real-housewives-beverly-hills-and-new-york-with-evan-ross-katz-and-amelia-wedemeyer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67a6804ee6ad727a9cf28b3548ecde16","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAQIEBwAAAAAAAAAAAAABAgMABAUSISMRExQiMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAbEQACAgMBAAAAAAAAAAAAAAABAwACERMh0f/aAAwDAQACEQMRAD8Akb/lNgl/bvGWJWNnlzbjlh5J+6moHrIYts2Vu+TtzMgJPD2dKUpNqNazjpEmix3NrngPs//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yLT302W2a","title":"Blue Earth touts Axumin results in Lancet","shortId":"yLT302W2a","createdAt":"2021-05-27T19:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035737,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:26:01.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132522&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132522","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1dd1b8efb3c26e3ec970c511823420f9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAQIDAAQGEQUhEhMyU2HR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECQf/aAAwDAQACEQMRAD8Atw/hMfPCCSOARRgyTr6h2xDe3x76+qJPxmLo7JJasrqdMDIOjWf4xeXJxbkibmYkINEuetEaoe1/eFiTd3BO/kP7Sr0rTy5FD//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5aZTA1blc","title":"Acer’s fantastic Chromebook Spin 713 is $329 at Best Buy","shortId":"5aZTA1blc","createdAt":"2021-05-27T19:36:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035736,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:31:54.000Z","url":"https://www.theverge.com/good-deals/2021/5/27/22457143/acer-chromebook-spin-713-329-deal-sale-best-buy-chrome-os-laptop","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/27/22457143/acer-chromebook-spin-713-329-deal-sale-best-buy-chrome-os-laptop","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed35b1b80b2cfd35d048428f57035264","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAYhBAURExUxYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAwADAQAAAAAAAAAAAAAAAQIDAAQhMf/aAAwDAQACEQMRAD8Am3Fdu5bBe+0TxTzaiHpKDBLM5RgoZc5zyCM+hW7S/wDUsobt2kyOfLfaUoi2zVZIwPTi89ebUYEeZ//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ihrM2760o","title":"Irresponsible NBA Story Lines. Plus: John Hollinger on Gobert, Ja Morant, and the Clippers’ Future Problems, and Esoteric of Czarface on Underground Hip-hop and MF DOOM.","shortId":"ihrM2760o","createdAt":"2021-05-27T19:20:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035720,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:11:42.000Z","url":"https://www.theringer.com/2021/5/27/22457187/nba-storylines-gobert-morant-and-clippers-future-and-esoteric-czarface-hip-hop-mf-doom","canonicalUrl":"https://www.theringer.com/2021/5/27/22457187/nba-storylines-gobert-morant-and-clippers-future-and-esoteric-czarface-hip-hop-mf-doom","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d77aa20b5ef4e8f1259aaca9b1de0668","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCBAAREiFBI//EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8AzmvVri46s1IsLvbisvkZlH0jojZ70OvMufToocxUaa+MJGI78B1jGE1qcGOys9Sf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MpTI7ZDen","title":"Instacart adds faster ‘Priority Delivery’ which is sure to cause headaches for delivery workers","shortId":"MpTI7ZDen","createdAt":"2021-05-27T19:08:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035708,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:04:37.000Z","url":"https://www.theverge.com/2021/5/27/22456907/instacart-priority-delivery-faster-orders-new-feature","canonicalUrl":"https://www.theverge.com/2021/5/27/22456907/instacart-priority-delivery-faster-orders-new-feature","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b975999047f25183f6f856cc1f22555","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBQAEEQYSFCIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAICAwEAAAAAAAAAAAAAAAECAwQAITGR/9oADAMBAAIRAxEAPwC26GsIb6tiq7LQglg0/H1V5J91LljzmXWwEVruxxDsjSZ1VR8ADHgYxg+yxaCNj3eA7bF60TN3Y8z/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DTOoitqja","title":"Charlie bit us all, if you really think about it","shortId":"DTOoitqja","createdAt":"2021-05-27T18:57:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035697,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:47:45.000Z","url":"https://www.theverge.com/2021/5/27/22457035/charlie-bit-me-meme-nft-youtube","canonicalUrl":"https://www.theverge.com/2021/5/27/22457035/charlie-bit-me-meme-nft-youtube","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8d4f4b47a605ec886865d6f496a5bd3e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxExBAUHIQYjsf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAISARH/2gAMAwEAAhEDEQA/AMJxewP3KeLU+2Lb4nTRgAAknvJBrA7FYVRnPfkTGNaIW00UL1El/UREKzb0m9k//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cpVKmHlIy","title":"Managing dependencies with Meson + WrapDB","shortId":"cpVKmHlIy","createdAt":"2021-05-27T18:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27035644,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/managing-dependencies-with-meson-wrapdb.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/managing-dependencies-with-meson-wrapdb.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"r_CEGP1wt","title":"Insomniac’s Day Trip Festival reveals stellar inaugural lineup: Tchami, Diplo, Claptone, AC Slater, and more locked in","shortId":"r_CEGP1wt","createdAt":"2021-05-27T18:32:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035672,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:31:10.000Z","url":"https://dancingastronaut.com/2021/05/insomniacs-day-trip-festival-reveals-stacked-lineup-from-house-musics-best/","canonicalUrl":"https://dancingastronaut.com/2021/05/insomniacs-day-trip-festival-reveals-stacked-lineup-from-house-musics-best/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9dd26c2dcb48834419ad34f389587c83","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFEQYHEjEhQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhET/9oADAMBAAIRAxEAPwCPWO46kaXLca+xXZnFTbpbCjy5JxkJAHs/fHf5WtYtwpzljty3pNtS6qO2pQLhyCUjI7pSmUNg5VTJ/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zqp0rmDqP","title":"Sony’s WF-1000XM4s wireless earbuds leak again with all-new water resistance and ‘V1’ chip","shortId":"zqp0rmDqP","createdAt":"2021-05-27T18:29:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035669,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:23:01.000Z","url":"https://www.theverge.com/2021/5/27/22456896/sony-wf-1000xm4-headphones-ipx4-rating-water-resistance-sony-v1-chip-ldac-anc","canonicalUrl":"https://www.theverge.com/2021/5/27/22456896/sony-wf-1000xm4-headphones-ipx4-rating-water-resistance-sony-v1-chip-ldac-anc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9817ee22843c5776a23755f6884eceaf","ratio":1.90751445086705,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAUSBhEhAyIyQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABAxESIkH/2gAMAwEAAhEDEQA/AIOlY8aFYbzFToKRJcB2yIO2OQXj12kfTWOOoWQ4CKmy8eZpShjuZZJstDGDj21//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gXR2MaGWj","title":"Mag","shortId":"gXR2MaGWj","createdAt":"2021-05-27T12:54:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27035334,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/119878191/Mag","canonicalUrl":"https://www.behance.net/gallery/119878191/Mag","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/47df66119878191.60ae6d99360d1.gif","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEEiETMVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDQD6e01+PcYHm5o3XEjofho3lUUTLEiyTSu4UBmsdn76xjCGv/2Q==","siteTwitter":"@behance","creatorTwitter":"@andresreq","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iS76cezBT","title":"Kellogg’s is introducing a cereal robot to make the easiest food to prepare even easier","shortId":"iS76cezBT","createdAt":"2021-05-27T18:16:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035656,"tagsStr":"bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:14:44.000Z","url":"https://www.theverge.com/tldr/2021/5/27/22456830/kellogs-cereal-robot-university-test-chowbotics","canonicalUrl":"https://www.theverge.com/tldr/2021/5/27/22456830/kellogs-cereal-robot-university-test-chowbotics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19d0f0277695dd79fb2f725d6ef878b9","ratio":1.91197183098592,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQREgUHFCEVMvH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQAEETH/2gAMAwEAAhEDEQA/AIdLIajUwMnNbxpIsRiA4XBAd12L/VsYdyqtsTG+PhNmge5REGtxj7bqbP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1IXc1fWhF4","title":"Premiere: Cloonee and Wade invite Spanish influence to new tech-house joint, ‘Mi Amor’","shortId":"1IXc1fWhF4","createdAt":"2021-05-27T18:10:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035650,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:08:06.000Z","url":"https://dancingastronaut.com/2021/05/premiere-cloonee-and-wade-invite-spanish-influence-to-new-tech-house-joint-mi-amor/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-cloonee-and-wade-invite-spanish-influence-to-new-tech-house-joint-mi-amor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf6e138f66a15f1455fb0152d8481e1b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQQFAAYSIf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQADAgQhMeHw/9oADAMBAAIRAxEAPwCJ+76bs0HZNDiY2zgGeZJw7S+QHR/NmmJHqxdGqUfDZPNdpe/aiPTYCSw7F5Fx4wzFEJYhRZv1xxw1ainuWXKdNVbWZZG/RP/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7DfzwY1up-","title":"Why Most SaaS Products Fail and What to Do About It","shortId":"7DfzwY1up-","createdAt":"2021-05-27T18:08:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035648,"tagsStr":"business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T18:05:00.000Z","url":"https://adamfard.com/blog/why-most-saas-products-fail","canonicalUrl":"https://adamfard.com/blog/why-most-saas-products-fail","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29aab4ee997377c0aba83662f589bea0","ratio":1.76146788990826,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAgQREiEjMWFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABgRAAIDAAAAAAAAAAAAAAAAAAABESEx/9oADAMBAAIRAxEAPwDSOShrsxLBmuTj01ayF1r3Lg+TY9ePoSiG00N1O/kRDcqxh//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"wtpPCQmwk","title":"Lesetipp: Tracking durch Wissenschaftsverlage","shortId":"wtpPCQmwk","createdAt":"2021-05-27T18:06:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27035646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:46:19.000Z","url":"https://curius.de/2021/05/lesetipp-tracking-durch-wissenschaftsverlage/","canonicalUrl":"https://curius.de/2021/05/lesetipp-tracking-durch-wissenschaftsverlage/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b923466d08bde93575a29b9882c9f01b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAwQRITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EAB0RAAECBwAAAAAAAAAAAAAAAAAEEQECAwUyUsH/2gAMAwEAAhEDEQA/ANC0rZZdmAZVqQsWHHZJ8l4iIp5TE5ukXTpn16f/2Q==","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"iqqmd3Rvw","title":"La Liga Season Review: Atlético Madrid’s Triumph, Eibar’s Sadness","shortId":"iqqmd3Rvw","createdAt":"2021-05-27T18:04:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035644,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:57:08.000Z","url":"https://www.theringer.com/2021/5/27/22456910/la-liga-review-atletico-madrid-lionel-messi","canonicalUrl":"https://www.theringer.com/2021/5/27/22456910/la-liga-review-atletico-madrid-lionel-messi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e1e63dedbc78837bc72a50f321404cb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARIQUHEhOBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMABCEFEUGisf/aAAwDAQACEQMRAD8Av1OqXLncO7AJfWiWDCo1saUHXHw/ualGvjGqlmYgAEnXOMYJ1FFW5CgYCL4KSSYgj25BPY1//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"8fWtAyCFB","title":"Glow-in-the-dark baby squid and tardigrades to be blasted into space","shortId":"8fWtAyCFB","createdAt":"2021-05-27T17:53:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:41:10.000Z","url":"https://www.livescience.com/baby-squid-and-tardigrades-launched.html","canonicalUrl":"https://www.livescience.com/baby-squid-and-tardigrades-launched.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5fbd754dc381a76e01abd6c56f1309ec","ratio":1.78082191780822,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQMCAAQFEQYhIjFBUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/ANZ4ixyUKe9Clqiu1Zor6SJGQBI0PRP2orfA45duqC1tEIxAiC6XbXLzSlXkNYrhf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5UhAQ2Wzz","title":"So, how not to suffer because of functional tests?","shortId":"5UhAQ2Wzz","createdAt":"2021-05-27T05:13:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":239,"score":27035608,"tagsStr":"testing,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-27T07:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T20:20:56.000Z","url":"https://itnext.io/so-how-not-to-suffer-because-of-functional-tests-5bec8d4e52dd","canonicalUrl":"https://itnext.io/so-how-not-to-suffer-because-of-functional-tests-5bec8d4e52dd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8259e0fd30b70e5591e5e24e1bda6fe","ratio":2.09442060085837,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRIRITMUGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAECAANBIf/aAAwDAQACEQMRAD8A3Dkd3FTKqVq8mpBUXLlupWfXj1rX2SASASxJPJ5iIMezK9kwdkhSHFz/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1lO-xbDiA","title":"Go read this investigation into the real death toll from the Texas freeze","shortId":"1lO-xbDiA","createdAt":"2021-05-27T17:22:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035602,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T17:12:18.000Z","url":"https://www.theverge.com/2021/5/27/22456856/deaths-undercount-texas-freeze-power-outage","canonicalUrl":"https://www.theverge.com/2021/5/27/22456856/deaths-undercount-texas-freeze-power-outage","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2def2679a65e3d3f43109898c998d43","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxEEEzFRkv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AzszWto8m1sISQo4Ml3z3Z7iJZ08iBf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"PEI6nnFPc","title":"JAY-Z announces Made in America’s return, event’s 10th anniversary","shortId":"PEI6nnFPc","createdAt":"2021-05-27T16:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035573,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:52:11.000Z","url":"https://dancingastronaut.com/2021/05/jay-z-announces-the-return-of-made-in-america/","canonicalUrl":"https://dancingastronaut.com/2021/05/jay-z-announces-the-return-of-made-in-america/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a81ae6cc31e1cbd14200d1dfda2ce245","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAxETBAYSBSExMkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwADAAAAAAAAAAAAAAAAAAIRAyEx/9oADAMBAAIRAxEAPwDENv011m2+rMKaHFhLM3niSxNj89ZF1Fp5G49xc2iIxt9D41lP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"P0NLb3rxI","title":"New York permits venues to operate at full capacity for those with proof of vaccination","shortId":"P0NLb3rxI","createdAt":"2021-05-27T16:47:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27035567,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:46:27.000Z","url":"https://dancingastronaut.com/2021/05/new-york-governor-cuomo-permits-venues-to-operate-at-full-capacity-with-proof-of-vaccination-provided/","canonicalUrl":"https://dancingastronaut.com/2021/05/new-york-governor-cuomo-permits-venues-to-operate-at-full-capacity-with-proof-of-vaccination-provided/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b00ab89ee2e520e8fb729ef327469ad7","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhEiMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/AM74hzFVsTgcbY27JMwERliBkLEAeJffQ3uqc3Ip7KZ7WXDxrJAxiZfWdFeiN/vylKKSiutg4T//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ltFGFhFBp","title":"Ask an expert: How can developers leverage confidential computing to protect containerized data?","shortId":"ltFGFhFBp","createdAt":"2021-05-27T16:45:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"increment","views":0,"score":27035565,"tagsStr":"general-programming,cloud,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T19:00:00.000Z","url":"https://increment.com/containers/confidential-computing-container-security/","canonicalUrl":"https://increment.com/containers/confidential-computing-container-security/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12db5821f38967572a7a85fd0a6165bc","ratio":1.91204588910134,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQREjEFBhMVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEmH/2gAMAwEAAhEDEQA/ANc+5PqCFqEV27gMTlqgiNiicbY+VFcd+stnsR6y3PxFIbSXOJxnilKdgFDV3TzL4b//2Q==","siteTwitter":"@IncrementMag","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KgqdQGujE","title":"Among Us is free on the Epic Games Store","shortId":"KgqdQGujE","createdAt":"2021-05-27T16:34:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035554,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:28:16.000Z","url":"https://www.theverge.com/2021/5/27/22456688/among-us-pc-free-epic-games-store","canonicalUrl":"https://www.theverge.com/2021/5/27/22456688/among-us-pc-free-epic-games-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/968aa1af3a8237ce920d0f3368927b70","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABAhEEBRITIcLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AM4Y+pCCKAxgK0KqnKz+VBMmLvlWOVmvpub4iJ2kC//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rNkk3gKQh","title":"Sonic Colors is getting remastered as Sega announces a handful of new Sonic games","shortId":"rNkk3gKQh","createdAt":"2021-05-27T16:19:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035539,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:15:00.000Z","url":"https://www.theverge.com/2021/5/27/22454775/sonic-colors-ultimate-remaster-release-date-xbox-ps4-switch","canonicalUrl":"https://www.theverge.com/2021/5/27/22454775/sonic-colors-ultimate-remaster-release-date-xbox-ps4-switch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5e1cee0064dc8f564ec1aacbb159ff8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQACAwQRIQUSExQiQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRMf/aAAwDAQACEQMRAD8Aw+XiETK0kFSuYY34IDn85b5Z0cAqj3Vk7bYmA9DqO19RFLFUR3FQHs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SDrkZlS7P","title":"Bam Adebayo Needs to Become a Better Scorer","shortId":"SDrkZlS7P","createdAt":"2021-05-27T16:14:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035534,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T16:05:51.000Z","url":"https://www.theringer.com/video/2021/5/27/22456011/bam-adebayo-needs-to-become-better-scorer","canonicalUrl":"https://www.theringer.com/video/2021/5/27/22456011/bam-adebayo-needs-to-become-better-scorer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eefc2da5ce38cf017c9ef4a1955ba8dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQIDBREABAcSEyEiMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABwRAQABBAMAAAAAAAAAAAAAAAEAAgMEURIisf/aAAwDAQACEQMRAD8Ah5iXkJviVqQytx7XHXLTTyCCUVfMSCPK6Ha/WbK24pKEhbr6lAAEhyrP2qxjLrALUu4yOvENHhP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FFenxFLSS","title":"Lantheus gets FDA nod for Pylarify PET agent for prostate cancer","shortId":"FFenxFLSS","createdAt":"2021-05-27T15:57:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035517,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:54:10.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132518&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132518","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/934ea40861173d322868145cad98a894","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAABAgQRAAMFBmETIzEyQXFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEDERJx/9oADAMBAAIRAxEAPwCBx2Sa32eLenEseQkShSZ4gEmCRGw6eB7qEe6hareX1HE2pVcUe/f5pShVYzJfda2q8P/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"DdLA2NINQ","title":"Plugin of the Month: Newsletter Glue- Publish Newsletters the Way You Publish Posts","shortId":"DdLA2NINQ","createdAt":"2021-05-25T09:36:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27032256,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:19:35.000Z","url":"https://wp-content.co/newsletter-glue/","canonicalUrl":"https://wp-content.co/newsletter-glue/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b783ad5a56922ded3b1697b5ceadb36","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACERIEA0FRodH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Ayw5GlSpxmSRFg4zt52pWdyURXcmEP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1-dUgDNSq","title":"Samsung’s Galaxy Tab A7 Lite is coming to the US in June for $159","shortId":"1-dUgDNSq","createdAt":"2021-05-27T15:56:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035516,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:51:14.000Z","url":"https://www.theverge.com/2021/5/27/22456711/samsung-galaxy-tab-a7-lite-s7-fe-release-date-news-features","canonicalUrl":"https://www.theverge.com/2021/5/27/22456711/samsung-galaxy-tab-a7-lite-s7-fe-release-date-news-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d359a96a90e67f9db3d360cd968e1e52","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQFEQYSMXGi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAMhIpGx/9oADAMBAAIRAxEAPwDWaMyy2vrXKBKhLlpWvkkDssYFh78yvqWZtXhkseTSh+RESVAw32FVvP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"a3wCSdKjL","title":"Desktop GUI Implementation using Flutter WEB (Part 1: Introduction)","shortId":"a3wCSdKjL","createdAt":"2021-05-27T05:13:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":124,"score":27035485,"tagsStr":"flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-27T07:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-24T00:03:13.000Z","url":"https://itnext.io/desktop-gui-implementation-using-flutter-web-part-1-introduction-42d21a6e7937","canonicalUrl":"https://itnext.io/desktop-gui-implementation-using-flutter-web-part-1-introduction-42d21a6e7937","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff9d52e19f20989b831712ea8c0a6a41","ratio":1.65061898211829,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBAUAEQYSFCFCcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAQIRAP/aAAwDAQACEQMRAD8Atob/AIQKsRJtTMfkvNglzxWUhBUhPpJCgdDR1+5jrWw42LSYGK11LQeX0BQnYT2OvrGMcyizTkclbv/Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0u_Pmm_KP","title":"Why there are still huge mysteries in supernova physics","shortId":"0u_Pmm_KP","createdAt":"2021-05-27T15:13:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035473,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-200-why-there-are-still-huge-mysteries-in-supernova-physics/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-200-why-there-are-still-huge-mysteries-in-supernova-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0fbd53052f0f37ffa6fb23dfacbb1972","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFEQYHQbH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRE1HB/9oADAMBAAIRAxEAPwCHreDjGD4nlsPetRz3bQOrLaJLmj0Ak7+LB2uuoprMssOVqtie8uaDDJsAnYREK1gORmUnsOtW75P/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Vl_O8SK47","title":"Villarreal, Europa League Winners","shortId":"Vl_O8SK47","createdAt":"2021-05-27T15:09:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035469,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:01:30.000Z","url":"https://www.theringer.com/2021/5/27/22456662/villarreal-europa-league-winners","canonicalUrl":"https://www.theringer.com/2021/5/27/22456662/villarreal-europa-league-winners","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9033266c1433c6bd98ab5ff4384a341b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQMEAgMAAAAAAAAAAAAAAwABAgQREjEFEyEyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAIH/8QAHREBAAIABwAAAAAAAAAAAAAAAQACAwQREjNBUf/aAAwDAQACEQMRAD8Aw8RS0tXyQoFFLtkO3Y0tNhlq2/O1M8WCYg/bCTxv9s6Ip/jcgdbRizdagaHs/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JjB059Fbt","title":"Cardiac MRI boosts myocarditis detection in college athletes 7-fold","shortId":"JjB059Fbt","createdAt":"2021-05-27T15:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27035467,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T15:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132514&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132514","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed11b71e7bde62440fe688ab08e0423b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAgQFBiEHERNhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAxExQXHB/9oADAMBAAIRAxEAPwChuvOy19Q9EUjIYtSkWbaoPFz2BIPojib9oHkv9MRDHwOSjpCzMRs+Cf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HSBAxRSpM","title":"Airbnb tries to cancel Hot Vax Summer by extending party ban until the fall","shortId":"HSBAxRSpM","createdAt":"2021-05-27T15:01:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035461,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T14:57:19.000Z","url":"https://www.theverge.com/2021/5/27/22456522/airbnb-party-ban-extended-summer-2021-hosts-guest","canonicalUrl":"https://www.theverge.com/2021/5/27/22456522/airbnb-party-ban-extended-summer-2021-hosts-guest","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6aa682167cfdebe80bb7a1081e01d3ef","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxExMv/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAEEMv/aAAwDAQACEQMRAD8AyFjqtLqUBZsxt8yWemIjVsrdD//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_6J1R6VA_","title":"Can't be bothered? Why some of us are more motivated than others","shortId":"_6J1R6VA_","createdAt":"2021-05-27T14:03:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035403,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033361-000-cant-be-bothered-why-some-of-us-are-more-motivated-than-others/","canonicalUrl":"https://www.newscientist.com/article/mg25033361-000-cant-be-bothered-why-some-of-us-are-more-motivated-than-others/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47acc7bd9534d016694813cbcaff4ab8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAAMRAgQFEgYUISJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDMbH/2gAMAwEAAhEDEQA/ALRy25usJz3EZPu6Y55ssXLJ2IgT7ADxMkKgUnakEfRKIiWVSU651rnSx1H1n//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oq8CaW6Zf","title":"Inside Acer’s ambitious and wonderfully messy plans for 2021","shortId":"oq8CaW6Zf","createdAt":"2021-05-27T13:55:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035395,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:45:00.000Z","url":"https://www.theverge.com/22455819/acer-ceo-president-sustainability-aspire-vero-chen-prendergast","canonicalUrl":"https://www.theverge.com/22455819/acer-ceo-president-sustainability-aspire-vero-chen-prendergast","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9672795681bb1422c92dd0bd5fffdef9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBSExQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAIBAwASIf/aAAwDAQACEQMRAD8AxjhQkdaW88MMzhk0JFJI2PR38yPf5SKK9ZjahXcpIyliPOie8YytZcwtTPMEag42Udz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DV6noVw8q","title":"Acer’s Predator Triton 500 SE has a new 16:10 Mini LED display","shortId":"DV6noVw8q","createdAt":"2021-05-27T13:55:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035395,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:45:00.000Z","url":"https://www.theverge.com/2021/5/27/22455157/acer-predator-triton-500-se-mini-led-display-aspect-ratio-intel-nvidia-design-price","canonicalUrl":"https://www.theverge.com/2021/5/27/22455157/acer-predator-triton-500-se-mini-led-display-aspect-ratio-intel-nvidia-design-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef33e660872cf537dbd6c99c6529d9a6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQhBQYHEjFBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAwQRQdH/2gAMAwEAAhEDEQA/AI7j2Tax6zbtJe3cklqqxqe/VWHnKjHutOOK9EcBy85LZJLkn7SlRWjXc6IS3XkfGSkk8rP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-f6adM0UV","title":"Acer Chromebook Spin 713 (2021) review: victory lap","shortId":"-f6adM0UV","createdAt":"2021-05-27T13:55:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035395,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:45:00.000Z","url":"https://www.theverge.com/22451261/acer-chromebook-spin-713-2021-review","canonicalUrl":"https://www.theverge.com/22451261/acer-chromebook-spin-713-2021-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d07530f1dce8b9d4c78a657066807cef","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBBEABQYSEwdBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAQVGB8P/aAAwDAQACEQMRAD8AyfIu/Nbnq0TiuMwymL1FpLIUCOQF2q6Nexl8J7shsLKaKm0mgfmMZctqZl0cHnvCSCpvP//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RcQSHJ2hd","title":"Acer’s new SpatialLabs tech brings 3D content to laptop screens","shortId":"RcQSHJ2hd","createdAt":"2021-05-27T13:55:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035395,"tagsStr":"game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:45:00.000Z","url":"https://www.theverge.com/2021/5/27/22451850/acer-spatiallabs-3d-content-rendering-conceptd-7-pro","canonicalUrl":"https://www.theverge.com/2021/5/27/22451850/acer-spatiallabs-3d-content-rendering-conceptd-7-pro","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/666071f17a9cf149da69693b619c48f9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQUAAwEAAAAAAAAAAAABAgMABAURIQYTIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AvMH47Y4XCxC390sdzAJ5TNIWdmCmVvrgG9a4OftXltk2e3icQRKGQEDW9cpSrwEVv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cbSRNOA94","title":"This year’s Pokémon Go Fest is also a music festival","shortId":"cbSRNOA94","createdAt":"2021-05-27T13:07:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035347,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22454064/pokemon-go-fest-2021-music-festival-pikachu-rock-pop-star","canonicalUrl":"https://www.theverge.com/2021/5/27/22454064/pokemon-go-fest-2021-music-festival-pikachu-rock-pop-star","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bed2c736c9b0cb367067a3822a96314e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAACAQQDAQEAAAAAAAAAAAABAgMABAUREiFBBhP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMEBTEy/9oADAMBAAIRAxEAPwCqPIZC3ilukyF0xRnKK7BgnWyBsejrvyk33WYEziOVETkeK/kh0PBvjSlStexySPZivSiqCB2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UAxCo3a-2","title":"Borderlands 3 is getting crossplay support, but not on PlayStation","shortId":"UAxCo3a-2","createdAt":"2021-05-27T13:07:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035347,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:01:35.000Z","url":"https://www.theverge.com/2021/5/27/22456413/borderlands-3-crossplay-support-playstation-2k-games","canonicalUrl":"https://www.theverge.com/2021/5/27/22456413/borderlands-3-crossplay-support-playstation-2k-games","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b162329cd506aa29be436a235a71f003","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSIUExMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBRFBEv/aAAwDAQACEQMRAD8Ao3qaZqKcqDOKiH4wf3lZO1ZTzhPjA6HX2sqdl3JLi0i4u4BI9U0pV2ErQy1vUjATvoB4EGWe6K0WsOgv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yTZBa2x07","title":"Nintendo is bringing Smash and Splatoon esports to high schools","shortId":"yTZBa2x07","createdAt":"2021-05-27T13:07:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035347,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22455862/nintendo-esports-playvs-high-school-splatoon-super-smash-bros","canonicalUrl":"https://www.theverge.com/2021/5/27/22455862/nintendo-esports-playvs-high-school-splatoon-super-smash-bros","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3510627750bd86f4eabf8097a9919889","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEQMEITEFBhQilP/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACEjH/2gAMAwEAAhEDEQA/AMZX7a67fQ8Hj7eyosDopD3EgQCDg6nE7yrR23lo3afO1EU6E++T2//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_DzYscPtbx","title":"Bird announces its third-generation electric scooter with automatic emergency braking","shortId":"_DzYscPtbx","createdAt":"2021-05-27T13:07:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035347,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T13:00:00.000Z","url":"https://www.theverge.com/2021/5/27/22455384/bird-electric-scooter-third-gen-emergency-braking-battery","canonicalUrl":"https://www.theverge.com/2021/5/27/22455384/bird-electric-scooter-third-gen-emergency-braking-battery","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c39be1bdc88a4ca05f97817cf551adb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAAUDAwUAAAAAAAAAAAAAAAECBBEDEiEFBhMWIjFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAzEE/9oADAMBAAIRAxEAPwDf3FvnVFOXlNumhQ5TQkjJE2Wn6nxM5FPWOtK7r2RTmCbFj6ACTumsYlzVPYo//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"AyhPTRRWP","title":"The Many Identity Crises of Sonic the Hedgehog","shortId":"AyhPTRRWP","createdAt":"2021-05-27T13:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:00:00.000Z","url":"https://www.wired.com/story/sonic-the-hedgehog-history/","canonicalUrl":"https://www.wired.com/story/sonic-the-hedgehog-history/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/758ff28f0fd143a6b9d6b16a921e87cc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABTESISOBof/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEAAgIDAAAAAAAAAAAAAAAAASEAAgRRsf/aAAwDAQACEQMRAD8Azq/uidbDjphQy22np8jQUb7kkHkXfznJJfjkm4ifS1VjGWyHd6HBCgACn//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"1Vo-IExBz","title":"Billy Crystal’s Best Yankees Stories. Plus: The Knicks Even the Series With the Hawks.","shortId":"1Vo-IExBz","createdAt":"2021-05-27T12:54:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035334,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:45:21.000Z","url":"https://www.theringer.com/2021/5/27/22456423/billy-crystals-best-yankees-stories-plus-the-knicks-even-the-series-with-the-hawks","canonicalUrl":"https://www.theringer.com/2021/5/27/22456423/billy-crystals-best-yankees-stories-plus-the-knicks-even-the-series-with-the-hawks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c61bb6528f44e0efbc9f094b50bc17c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAARBBTEREhMhIkNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACIRJR/9oADAMBAAIRAxEAPwDD9E1Lp298rwJI8lrIUdvWQu4G3H7jFRxfdvKMk5PPSlWWOuGnfIOq68DJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tntNW2-av","title":"Huge egg from extinct dwarf emu found in sand dune","shortId":"tntNW2-av","createdAt":"2021-05-27T12:52:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035332,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:43:23.000Z","url":"https://www.livescience.com/dwarf-emu-egg-found.html","canonicalUrl":"https://www.livescience.com/dwarf-emu-egg-found.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f16c26c67d89d42d712beb10914ecc0f","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQFESExMuH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgMEESH/2gAMAwEAAhEDEQA/ALMPlKtbFA2pZQrGmBUO+VJHfeuJivkbl3ZwxAY79fIiNliQc1TvqxOOkL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3gEt4xJJZ","title":"How to Build Super Mario Bros, Zelda, and Space Invaders with Kaboom.js","shortId":"3gEt4xJJZ","createdAt":"2021-05-26T14:25:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","tweeted":true,"views":1880,"score":27035328,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-27T06:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:12:27.000Z","url":"https://www.freecodecamp.org/news/how-to-build-mario-zelda-and-space-invaders-with-kaboom-js/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-build-mario-zelda-and-space-invaders-with-kaboom-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c947cd0c6fe9d69446e30b5a78cae6d1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwQBBQEAAAAAAAAAAAABAgMEABESIQUGBxMxYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABsRAQEAAgMBAAAAAAAAAAAAAAECAAMEESGR/9oADAMBAAIRAxEAPwCQ4SJD4Xq8x5SG5BhF5eaIyBn4mlLJsSbE21v2PuquR20jcnIcnodS2mUovhGxiFHK2v2lKjxtt3qi6fWRfmPaA9Gf/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ycYhHRj1v","title":"The Secrets of BBQ, With Rodney Scott and Lolis Elie","shortId":"ycYhHRj1v","createdAt":"2021-05-27T12:37:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035317,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:35:56.000Z","url":"https://www.theringer.com/2021/5/27/22456411/the-secrets-of-bbq-with-rodney-scott-and-lolis-elie","canonicalUrl":"https://www.theringer.com/2021/5/27/22456411/the-secrets-of-bbq-with-rodney-scott-and-lolis-elie","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/340c62f752b74dc6ad49d37f3413c8c2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAAABQQDAQAAAAAAAAAAAAAAAQIDEQQFEqEGByEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABwRAAICAgMAAAAAAAAAAAAAAAECAAQSsREhQf/aAAwDAQACEQMRAD8AkVo4pSP9dV1wS++h42kvOJ8NK4UeJfJKNieFTSU56AAi2ioVxHHQ0Ias7OGyPp2Z/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1mJGGlm51","title":"MTV’s Next Great Challenge","shortId":"1mJGGlm51","createdAt":"2021-05-27T12:20:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035300,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:08:15.000Z","url":"https://www.theringer.com/tv/2021/5/27/22455968/mtv-challenge-all-stars-paramount-plus-nostalgia","canonicalUrl":"https://www.theringer.com/tv/2021/5/27/22455968/mtv-challenge-all-stars-paramount-plus-nostalgia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c36a1721ddb38c95a90146f0f084837a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQMCAAQREiEFBv/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAxEEEhMhQf/aAAwDAQACEQMRAD8AtdFdv9F6y1LG0mtluSc7CXDzFarZNYyzROZjtJcScDmcUpU7X2Nwoc+mOsUVsNvWVBn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"XekypZdy1","title":"Yusef Salaam of the “Exonerated Five” on His Prison Reform Activism and His New Book, ‘Better, Not Bitter’","shortId":"XekypZdy1","createdAt":"2021-05-27T12:20:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035300,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:09:49.000Z","url":"https://www.theringer.com/2021/5/27/22456040/yusef-salaam-of-the-exonerated-five-on-his-prison-reform-activism-and-his-new-book-better-not-bitter","canonicalUrl":"https://www.theringer.com/2021/5/27/22456040/yusef-salaam-of-the-exonerated-five-on-his-prison-reform-activism-and-his-new-book-better-not-bitter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d02db8bdb6c3c7cdc79b152847a2b9b4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBAYhBRESExdB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECAxEhUbH/2gAMAwEAAhEDEQA/AJpbNrUstJapl6njVnS9m8IJbwk4jY+1fPHFquydGos5zAz4iK3QzF32+IGz/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Gedd8sazO","title":"Microsoft’s ‘biggest change’ to Outlook for Windows improves shared calendars","shortId":"Gedd8sazO","createdAt":"2021-05-27T12:18:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035298,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T12:13:03.000Z","url":"https://www.theverge.com/2021/5/27/22456361/microsoft-outlook-shared-calendars-improvements-reliability","canonicalUrl":"https://www.theverge.com/2021/5/27/22456361/microsoft-outlook-shared-calendars-improvements-reliability","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c980a4db9607b02f14c68fe859dfabb0","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAARBQYSEyEVUVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyEi/9oADAMBAAIRAxEAPwDd+K6foCw1iyr3Z7MUbPJdInZQC2lUuD2r7PofeStScXBZmh+GqN43Kb8aDejr8Yxi19y0NpRWH//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ayyZITAHn","title":"How Many People Die When Polluters Exceed Their Limits?","shortId":"ayyZITAHn","createdAt":"2021-05-27T12:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035286,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T08:00:00.000Z","url":"https://www.wired.com/story/how-many-people-die-when-polluters-exceed-their-limits/","canonicalUrl":"https://www.wired.com/story/how-many-people-die-when-polluters-exceed-their-limits/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e70f1cc5ce7a107e4378f8376643466e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAAUCBwAAAAAAAAAAAAAAAAECAwQFEQYSMTJBUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAMUH/2gAMAwEAAhEDEQA/ANYnVtxjE9LhNtWTIbdUas2li65FM5zt9qPAAUNYvL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"W28NB5l5x","title":"When Driving Is (Partially) Automated, People Drive More","shortId":"W28NB5l5x","createdAt":"2021-05-27T11:08:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035228,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:00:00.000Z","url":"https://www.wired.com/story/driving-partially-automated-people-drive-more/","canonicalUrl":"https://www.wired.com/story/driving-partially-automated-people-drive-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee9180f1c5721db332d0a40ec12df614","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQCAwEAAAAAAAAAAAABAwIABAUREjEGIUFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAQADAQEAAAAAAAAAAAAAAAEAAkERIv/aAAwDAQACEQMRAD8AmWOW3E3ac6y4neLSubTatAAmNaETIfPf58qd3HkeWa9jBf3MOcjLjFsgBs9Ab6pSm6lmuEeeR1n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"47FvBIMVZ","title":"Autonomous military drone may have attacked humans for the first time","shortId":"47FvBIMVZ","createdAt":"2021-05-27T11:22:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278852-drones-may-have-attacked-humans-fully-autonomously-for-the-first-time/","canonicalUrl":"https://www.newscientist.com/article/2278852-drones-may-have-attacked-humans-fully-autonomously-for-the-first-time/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4e0211c82235543d3f399fdffeed8b3c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIAAwQREiFBUZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A03VS+N2oR6Qth0kklmPrxj6ZWgqaLuwL47gczEQP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3BYNQracWd","title":"Cities like London and Tokyo have their own unique microbiomes","shortId":"3BYNQracWd","createdAt":"2021-05-27T11:22:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278624-cities-like-london-and-tokyo-have-their-own-unique-microbiomes/","canonicalUrl":"https://www.newscientist.com/article/2278624-cities-like-london-and-tokyo-have-their-own-unique-microbiomes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b0daadb2cc92f3c4a07b20fec584615","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDBAUGEQchIjE1U4H/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAABAzECExT/2gAMAwEAAhEDEQA/AKVHXBik8XinyNPTIao+8+6vs4jWyxpFHH7besoid8mVsvnjVI//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"AtUgTLX0f","title":"The first complex cell may have had dozens of nuclei instead of one","shortId":"AtUgTLX0f","createdAt":"2021-05-27T11:22:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278515-the-first-complex-cell-may-have-had-dozens-of-nuclei-instead-of-one/","canonicalUrl":"https://www.newscientist.com/article/2278515-the-first-complex-cell-may-have-had-dozens-of-nuclei-instead-of-one/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a9b159e5e5ae1368e9abdfaa7a2c664","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAwMCBwAAAAAAAAAAAAABAgMEAAURITEHEhMjMlFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAgMEERIxQf/aAAwDAQACEQMRAD8AinWRm7Wxy6XW5lchQ6jwQ0VcjmcgpzpgAb6E6/BV8fhfbpbDcmO9CDLyQ4jtr8SMjcejSlG4xkNpvUzOjNx1f//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"irD90KYZd","title":"Alice Roberts: Archaeogenetics will help us solve mysteries of past","shortId":"irD90KYZd","createdAt":"2021-05-27T11:22:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-100-alice-roberts-archaeogenetics-will-help-us-solve-mysteries-of-past/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-100-alice-roberts-archaeogenetics-will-help-us-solve-mysteries-of-past/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1a75f05afb09305d747894f2d43ef9b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMCBwAAAAAAAAAAAAAABAABEQIhAwUTIlGRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIABDFRkf/aAAwDAQACEQMRAD8AygXOyBQCgsNooIh5l9t79soNR+PXREMXbcqRRrnKDk//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"k9wCuMVra","title":"Links on Web Components","shortId":"k9wCuMVra","createdAt":"2021-05-26T18:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":165,"score":27034956,"tagsStr":"react,webdev,nodejs,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:56:12.000Z","url":"https://css-tricks.com/links-on-web-components/","canonicalUrl":"https://css-tricks.com/links-on-web-components/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dda936402849f9562c41a44b2b1632be","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAAQEBwEAAAAAAAAAAAAAAAECBQMEESESExckMlWU4v/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQACAgIDAQAAAAAAAAAAAAABAwIEABEFITHw/9oADAMBAAIRAxEAPwDBOLCZuRrVFlo5rRh3MvmUvWvIriPT1XaF5vsABPJWGVhAKOtj73FEpg2w6MxsA9Z//9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dnmv54Or7","title":"Data Exploration with a New Python Library with Doris Lee","shortId":"dnmv54Or7","createdAt":"2021-05-27T11:22:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27035242,"tagsStr":"data-science,python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:00:16.000Z","url":"https://softwareengineeringdaily.com/2021/05/27/data-exploration-with-a-new-python-library-with-doris-lee/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/27/data-exploration-with-a-new-python-library-with-doris-lee/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a75a48a8f76f48fc5492a4aa48b19120","ratio":3,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIAAxESIUETIv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAUH/2gAMAwEAAhEDEQA/ANJhB51jd7hahH0dHKVpTTBdc6YiKDcf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"RykeUsxad","title":"Oldest gold artifact in southwest Germany found","shortId":"RykeUsxad","createdAt":"2021-05-27T11:12:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27035232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T11:00:00.000Z","url":"https://www.livescience.com/oldest-gold-artifact-southwest-germany.html","canonicalUrl":"https://www.livescience.com/oldest-gold-artifact-southwest-germany.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3693ec4350abffe2017ae2900d821c1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBAMBAQAAAAAAAAAAAAABAAIDBAYRMRQi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEDETFx/9oADAMBAAIRAxEAPwCNY26lXwyO95xI2EzttwvG22XEfGzvgBHeEHXVOkRTUTln6LZpT//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jPtji1BUF","title":"The New ‘Rugrats’ Is a “Thanks I Hate It” Gift for Millennials","shortId":"jPtji1BUF","createdAt":"2021-05-27T10:39:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035199,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T10:20:00.000Z","url":"https://www.theringer.com/tv/2021/5/27/22455798/rugrats-reboot-paramount-millennial-nostalgia","canonicalUrl":"https://www.theringer.com/tv/2021/5/27/22455798/rugrats-reboot-paramount-millennial-nostalgia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07a1c4b8cfd6e74c260035e8058223ab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAkEAABAwIEBwAAAAAAAAAAAAABAgMRAAQFBhJRExQhIjEycf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAIREAAQMCBwEAAAAAAAAAAAAAAQIDBAARBRIxQVJhkrH/2gAMAwEAAhEDEQA/AL+CZseOJ4rbrs7dxLSAtClyo9yQYVv7Haq7+dDbvuMchq4aiiQ9pBgx4jp8pSpMjBYUnKh1FwLbnijukwpLj0hxLhuBp6UPgFf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"hK-qY6VVI","title":"How Damian Lillard Turned a Clutch Shot Into Dame Time","shortId":"hK-qY6VVI","createdAt":"2021-05-27T10:39:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27035199,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T10:30:00.000Z","url":"https://www.theringer.com/nba/2021/5/27/22454891/damian-lillard-buzzer-beaters-portland-trail-blazers","canonicalUrl":"https://www.theringer.com/nba/2021/5/27/22454891/damian-lillard-buzzer-beaters-portland-trail-blazers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f0a2141ef9da4b85856fd6eac22a2cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAxEiITFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDAVtJpoqr4boM4zWDADPXwSS651udSQSGI3B5iIi1//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"C5gOuTqUF","title":"One Man’s Amazing Journey to the Center of the Bowling Ball","shortId":"C5gOuTqUF","createdAt":"2021-05-27T10:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27035166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T06:00:00.000Z","url":"https://www.wired.com/story/one-mans-amazing-journey-to-the-center-of-the-bowling-ball/","canonicalUrl":"https://www.wired.com/story/one-mans-amazing-journey-to-the-center-of-the-bowling-ball/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d805be08beb2872f57b609fdfed8392","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgABAwQRMQUGEyEiEv/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhEBAAECBwAAAAAAAAAAAAAAAQIABgMEBREhYbH/2gAMAwEAAhEDEQA/ALd46DDIxlWyPUUsszxlDb5fF29d4tiyz3BTh5jCQQHoW5MMiJttRDJCd1MXjiylqCLxseV//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"cXJUaKrSM","title":"Clearview AI hit with sweeping legal complaints over controversial face scraping in Europe","shortId":"cXJUaKrSM","createdAt":"2021-05-27T09:57:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27035157,"tagsStr":"general-programming,ai,data-privacy,crawling","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T09:48:33.000Z","url":"https://www.theverge.com/2021/5/27/22455446/clearview-ai-legal-privacy-complaint-privacy-international-facial-recognition-eu","canonicalUrl":"https://www.theverge.com/2021/5/27/22455446/clearview-ai-legal-privacy-complaint-privacy-international-facial-recognition-eu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88158cc2fa7f5d319794866fcfffd5af","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQASBAUhMTKh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQABBAMBAAAAAAAAAAAAAAABAAMEEQIh8AX/2gAMAwEAAhEDEQA/AMNP08xFeSXiMst+ItQq0e4APvQrb5lwxBIUVXl1VQBbkmsYyg+EAJL1dtG55trC+0v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"kFiGJMUwW","title":"Laser pulses travel faster than light without breaking laws of physics","shortId":"kFiGJMUwW","createdAt":"2021-05-27T09:51:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27035151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278564-laser-pulses-travel-faster-than-light-without-breaking-laws-of-physics/","canonicalUrl":"https://www.newscientist.com/article/2278564-laser-pulses-travel-faster-than-light-without-breaking-laws-of-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8baecf07585eb238d7f174014a387ac","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIFIQADBBEUMUFhYv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADUf/aAAwDAQACEQMRAD8Azo25TSllcebjXFOK9DHup6SQI8xMmDv1UQ31kkkjZ+RSlLfRQMcwSr7v/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9UauY3CqJ","title":"New artworks","shortId":"9UauY3CqJ","createdAt":"2021-05-27T08:46:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27035086,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/117977095/New-artworks","canonicalUrl":"https://www.behance.net/gallery/117977095/New-artworks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8880cb90be1b2a30bc21d37ae4179377","ratio":0.995024875621891,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgEDEQAEISIxFUFRYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAgMAAAAAAAAAAAAAAAAAABESMYH/2gAMAwEAAhEDEQA/ANxuTcG9cQXXSginMKnpI+pTtuU27SzOqZ57UXfAHUGtR2Epxzlaobw2KJ4Si5YOj//Z","siteTwitter":"@behance","creatorTwitter":"@YoAz27","readTime":null,"description":null,"toc":null,"summary":null},{"id":"b3Krmk88m","title":"What Are the Reasons to Redesign Your Website?","shortId":"b3Krmk88m","createdAt":"2021-05-27T08:22:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27035062,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:48:36.000Z","url":"https://gapsystudio.com/blog/why-redesign-a-website/","canonicalUrl":"https://gapsystudio.com/blog/why-redesign-a-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bcfafb7a9cf3f6e1250a3e0e6bb183c5","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhFGGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ANDjy5LqfeUR2jDSJYiVZWOQSfnRGKhWzvUAVORk1HQ2Uk49nNKVOiv/2Q==","siteTwitter":"@GapsyStudio","creatorTwitter":"@GapsyStudio","readTime":7,"description":null,"toc":null,"summary":null},{"id":"bJ7iq-aUn","title":"IRC-Netzwerk Freenode: Letzte Entwicklungen","shortId":"bJ7iq-aUn","createdAt":"2021-05-27T07:25:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27035005,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T07:01:04.000Z","url":"https://linuxnews.de/2021/05/irc-netzwerk-freenode-letzte-entwicklungen/","canonicalUrl":"https://linuxnews.de/2021/05/irc-netzwerk-freenode-letzte-entwicklungen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"yBZ-jsLfT","title":"Building a React Component Library — The Right Way","shortId":"yBZ-jsLfT","createdAt":"2021-05-26T21:29:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":131,"score":27035000,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:42:18.000Z","url":"https://blog.bitsrc.io/building-a-react-component-library-d92a2da8eab9","canonicalUrl":"https://blog.bitsrc.io/building-a-react-component-library-d92a2da8eab9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52679e3753f3566d33178e5b29cd54bf","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMAAgUHERITIWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAAAARECBAUjYf/aAAwDAQACEQMRAD8AhpLReQ1Ew6kqXQr7GAkbHlVdtvI9zUYS4ADmPsRKWSWxLgW2cUSf/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"6P7_s2T6d","title":"Giphy API Tutorial – How to Generate Animated Text GIFs with ReactJS","shortId":"6P7_s2T6d","createdAt":"2021-05-26T21:47:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":74,"score":27034954,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T21:44:01.000Z","url":"https://www.freecodecamp.org/news/giphy-api-tutorial/","canonicalUrl":"https://www.freecodecamp.org/news/giphy-api-tutorial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8491835d0cee729af8f40b609e0f50ec","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIBAAAgEEAwADAAAAAAAAAAAAAQMCAAQFIQYRExIiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAIRESIjH/2gAMAwEAAhEDEQA/AI7x3neS4NyuxydmtbWBCw7col6JRHyXIg70NE99S6IrfWJ8b3FWd0n1ip6YNgJy+wEogjvf7ulKRxS+SNQ+GYXP/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@Ren_Engineer","readTime":8,"description":null,"toc":null,"summary":null},{"id":"qLJ-_JfXV","title":"Why (and how) GitHub is adopting OpenTelemetry","shortId":"qLJ-_JfXV","createdAt":"2021-05-26T19:36:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"ghblog","views":131,"score":27034950,"tagsStr":"github,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:20:09.000Z","url":"https://github.blog/2021-05-26-why-and-how-github-is-adopting-opentelemetry/","canonicalUrl":"https://github.blog/2021-05-26-why-and-how-github-is-adopting-opentelemetry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1414a23f9569ba6208b30eac11e6576a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHRAAAgEEAwAAAAAAAAAAAAAAAAECERITIUFRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANSwhTVze3yXGu36AEj/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dlk9m0sxp","title":"Breaking Down the Knicks’ Thrilling Game 2 Win","shortId":"dlk9m0sxp","createdAt":"2021-05-27T05:55:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27034915,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T05:52:00.000Z","url":"https://www.theringer.com/2021/5/27/22456153/breaking-down-the-knicks-thrilling-game-2-win","canonicalUrl":"https://www.theringer.com/2021/5/27/22456153/breaking-down-the-knicks-thrilling-game-2-win","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa7f65be0f99099a504ad7fc4b86b5ab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABESISJR4fD/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCd469MRzK1bZQnu5nfTx8cTUaSyuqxTaDEDcvrGMRSv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"udzRp6vxk","title":"Nintendo’s OLED Switch could come in September","shortId":"udzRp6vxk","createdAt":"2021-05-27T05:07:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034867,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T05:01:02.000Z","url":"https://www.theverge.com/2021/5/27/22456160/new-nintendo-switch-release-date-september-e3-announcement","canonicalUrl":"https://www.theverge.com/2021/5/27/22456160/new-nintendo-switch-release-date-september-e3-announcement","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2348a49b55bf32e628a9fac826a2d7c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGRAAAwEBAQAAAAAAAAAAAAAAAAECAzER/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgBB/9oADAMBAAIRAxEAPwDOUazGOkPOadLxU+ySfQAgGoq2gHm//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Y3mNyKgVd","title":"Making The Business Case For Cyber Security","shortId":"Y3mNyKgVd","createdAt":"2021-05-27T00:17:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":11,"score":27034865,"tagsStr":"security,business,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/making-the-business-case-for-cyber-security","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/making-the-business-case-for-cyber-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73b5e51292ea2e12ae64bdd8995e7e57","ratio":1.32978723404255,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEDBQAAAAAAAAAAAAAAAQIAAwURBBMhcbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQADAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AM2W+sFsNwQro8sy4ZyN3pRnkeGR4iF2yH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"YO90zrVeZ","title":"How to Contribute to Open Source Projects – A Beginner's Guide","shortId":"YO90zrVeZ","createdAt":"2021-05-26T20:00:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":79,"score":27034849,"tagsStr":"general-programming,open-source,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:01:00.000Z","url":"https://www.freecodecamp.org/news/how-to-contribute-to-open-source-projects-beginners-guide/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-contribute-to-open-source-projects-beginners-guide/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ab3b6c3a2d99b7369a5704c376c46d4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERIhIjGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAERAAL/2gAMAwEAAhEDEQA/AMdd1ezS06SpWEQiXtS8KOy7rv0SPmRFmk4jyPrGMSN5MKF3/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@larymak1","readTime":9,"description":null,"toc":null,"summary":null},{"id":"kcVTBy8nv","title":"EX STASIS (Parts I-IV)","shortId":"kcVTBy8nv","createdAt":"2021-05-27T04:33:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27034833,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/120237761/EX-STASIS-(Parts-I-IV)","canonicalUrl":"https://www.behance.net/gallery/120237761/EX-STASIS-(Parts-I-IV)","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/867b5171231512e8b68fcbf879655750","ratio":1.27848101265823,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwUGEQQHIhITMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQACAwEAAAAAAAAAAAAAAAAAEQISEzH/2gAMAwEAAhEDEQA/AMmzduLPnpM2orBEmrGCyOQva37npcMqk0SzYj2xb1AcG8QXPlJOPfLyiKzOKGy4f//Z","siteTwitter":"@behance","creatorTwitter":"@Reuben_Wu","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GVk1pBRV9","title":"Frame By Frame","shortId":"GVk1pBRV9","createdAt":"2021-05-19T12:05:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27023765,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/119278233/Frame-By-Frame","canonicalUrl":"https://www.behance.net/gallery/119278233/Frame-By-Frame","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64b5e4cbaf7a861517ad8611e4f9221b","ratio":1.60366552119129,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxExBAUSIZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyFu4bjVBuTWLE1lPR+akprLrGLm1gWPlgaGYiBf/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_DjRS8I6Q","title":"Square Enix announces Dragon Quest XII: The Flames of Fate","shortId":"_DjRS8I6Q","createdAt":"2021-05-27T04:31:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034831,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T04:25:34.000Z","url":"https://www.theverge.com/2021/5/27/22456124/dragon-quest-xii-announced-35th-anniversary-event","canonicalUrl":"https://www.theverge.com/2021/5/27/22456124/dragon-quest-xii-announced-35th-anniversary-event","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c26fd9f861399bc0bd3bba8026ab5690","ratio":1.90930787589499,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQACAwQFERIhMXGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/AM82q700dpqIJLXTSP0AMnBthw88z8IU7I8vkc/VrdiThowB6REQDZ9Lhf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6wVnKeTS8","title":"The Outbox Pattern in Event-Driven ASP.NET Core Microservice Architectures","shortId":"6wVnKeTS8","createdAt":"2021-05-26T19:55:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":66,"score":27034824,"tagsStr":"general-programming,architecture,aspnet,rabbitmq","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:55:43.000Z","url":"https://itnext.io/the-outbox-pattern-in-event-driven-asp-net-core-microservice-architectures-10b8d9923885","canonicalUrl":"https://itnext.io/the-outbox-pattern-in-event-driven-asp-net-core-microservice-architectures-10b8d9923885","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76345ad9192f886c79d7f9d8df738ff8","ratio":1.59151193633952,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAwQRMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEB/9oADAMBAAIRAxEAPwDTdmANrW0FQo4CvPR9lIz1AcFaxEQuv//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"e77o_4LCI","title":"A Thorough Analysis of CSS-in-JS","shortId":"e77o_4LCI","createdAt":"2021-05-26T14:17:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":247,"score":27034777,"tagsStr":"general-programming,react,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:08:49.000Z","url":"https://css-tricks.com/a-thorough-analysis-of-css-in-js/","canonicalUrl":"https://css-tricks.com/a-thorough-analysis-of-css-in-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c67e4c14f8e85ec722a0f149aece9bed","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAAUDAwUAAAAAAAAAAAAAAAECBBEDBxIFBiETNYGU4v/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQABAwQDAAAAAAAAAAAAAAABAgMEAAURIRNB8P/aAAwDAQACEQMRAD8Ah3HbHqm73L1JN0m4p4416PWwk5kuS58DJFb1Ud0T632AAu6SHI5TxHGfd0hEYQ484lQ0Dqv/2Q==","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":11,"description":null,"toc":null,"summary":null},{"id":"RD06ThJjq","title":"Science with Sam: What is ASMR?","shortId":"RD06ThJjq","createdAt":"2021-05-27T03:31:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2274312-science-with-sam-what-is-asmr/","canonicalUrl":"https://www.newscientist.com/article/2274312-science-with-sam-what-is-asmr/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2e3dc081a7c4362205b4a6d3ee7bfce","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAQFESESQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAICAwEAAAAAAAAAAAAAAAECABEDBFGx/9oADAMBAAIRAxEAPwDEclcJNHjr28eNYCF8ozGXXmtgqCOHR91POtqzswyJUE7CrbkAfB2lKu2FvJfQPIVc1P/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3mDHMo8w6","title":"Huge spiral found in Indian desert may be largest drawing ever made","shortId":"3mDHMo8w6","createdAt":"2021-05-27T03:31:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:00:00.000Z","url":"https://www.newscientist.com/article/2278465-huge-spiral-found-in-indian-desert-may-be-largest-drawing-ever-made/","canonicalUrl":"https://www.newscientist.com/article/2278465-huge-spiral-found-in-indian-desert-may-be-largest-drawing-ever-made/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0e6c27dacfaa5c577bd74a1664a693d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAACAgEDBQAAAAAAAAAAAAABAgADBAURIRQiMUGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAwAC/9oADAMBAAIRAxEAPwC2DmPgU2qqrtt3VsoKsvsH5IWa7pBsY9PaOTwPAiIT4FXVWo8gb//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"EQzxwM8Xm","title":"Quantum internet: The race is on to build an unhackable online world","shortId":"EQzxwM8Xm","createdAt":"2021-05-27T03:31:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033360-900-quantum-internet-the-race-is-on-to-build-an-unhackable-online-world/","canonicalUrl":"https://www.newscientist.com/article/mg25033360-900-quantum-internet-the-race-is-on-to-build-an-unhackable-online-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78647facbfe08c15ed72c57c6e9634eb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAAYCAQUAAAAAAAAAAAAAAAECAxExBBIhBRMiQeH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAECABETITFB/9oADAMBAAIRAxEAPwDDcDqKHCW3moLvvxq6SaiqqiL2JV5Tm6oRxPHn8ABUuMyivI0OzDJ1P//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_mjVtrywP","title":"Scottish blue tits mostly survive on food from garden bird feeders","shortId":"_mjVtrywP","createdAt":"2021-05-27T03:31:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2278510-scottish-blue-tits-mostly-survive-on-food-from-garden-bird-feeders/","canonicalUrl":"https://www.newscientist.com/article/2278510-scottish-blue-tits-mostly-survive-on-food-from-garden-bird-feeders/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0753670c8efd10f62fe3b74bdd541a4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABAwUBAQAAAAAAAAAAAAABAgMEAAURMUEhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAwQRIf/aAAwDAQACEQMRAD8AmJF/lXqzh67vuOyktFqMhgBtKdElR7vQHN1HqjzCo4SwRnzKjn7SlHHWqV8AltDMz+mf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"p1enhtnOA","title":"Soil microbe transplant could improve tree growth and remove more CO2","shortId":"p1enhtnOA","createdAt":"2021-05-27T03:31:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278742-soil-microbe-transplant-could-improve-tree-growth-and-remove-more-co2/","canonicalUrl":"https://www.newscientist.com/article/2278742-soil-microbe-transplant-could-improve-tree-growth-and-remove-more-co2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b37e5cde133ad63d01ab78a05021024","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABAwUAAwAAAAAAAAAAAAABAAIhAwQFBhEVgbH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAAICAwAAAAAAAAAAAAAAAAABAgMEQVL/2gAMAwEAAhEDEQA/AI7d52StbMZ5CoBIEmeDpB9KWc5l6hLxmbrjpgnn1EU6WTb0Oq4rR//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"soXO0oQVx","title":"Japan wants to use the Olympic games to promote hydrogen to the world","shortId":"soXO0oQVx","createdAt":"2021-05-27T03:31:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033362-100-japan-wants-to-use-the-olympic-games-to-promote-hydrogen-to-the-world/","canonicalUrl":"https://www.newscientist.com/article/mg25033362-100-japan-wants-to-use-the-olympic-games-to-promote-hydrogen-to-the-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a7ffce94caf3e2332e40fa7dff7a698","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwUEIRESM2HS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMEESEy/9oADAMBAAIRAxEAPwDe5ZsbQRuZY5MEbZRkNjhLGdAPfXkgb0SpctDYOle43djsk+cfKIjMbTshKLMjOThf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lweCUp1Wr","title":"Announcing ksqlDB 0.18.0","shortId":"lweCUp1Wr","createdAt":"2021-05-26T17:22:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"conf","views":7,"score":27034430,"tagsStr":"kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:49:00.000Z","url":"https://www.confluent.io/blog/ksqldb-0-18-features-and-updates/","canonicalUrl":"https://www.confluent.io/blog/ksqldb-0-18-features-and-updates/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RDWhZ8S_lN","title":"Bitcoin rival Chia 'destroyed' hard disc supply chains, says its boss","shortId":"RDWhZ8S_lN","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2278696-bitcoin-rival-chia-destroyed-hard-disc-supply-chains-says-its-boss/","canonicalUrl":"https://www.newscientist.com/article/2278696-bitcoin-rival-chia-destroyed-hard-disc-supply-chains-says-its-boss/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f89ff3eb91474fe31bd1b8828b376a2e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMRAAUGFCFxBAcTYaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRMUH/2gAMAwEAAhEDEQA/AI8YzW4sdExrWn3iBCloeBHowY5PAAqd3uMz5Vzcrmnc7aVox9pSld1Croj2C8dzazK3BP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ehHLRv76u","title":"Pesticide-resistant blood-sucking lice threaten wild and farmed fish","shortId":"ehHLRv76u","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2278541-pesticide-resistant-blood-sucking-lice-threaten-wild-and-farmed-fish/","canonicalUrl":"https://www.newscientist.com/article/2278541-pesticide-resistant-blood-sucking-lice-threaten-wild-and-farmed-fish/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0eec30db3acebe36f3deaa6e68a62a7f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBABAAEDBAMBAAAAAAAAAAAAAQIAAwQFEyExBhFh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/ALfHSTesahK6y07Isy2x4lKXQIfvdbUsRZKZMoi8G2Pr5SlCml1//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JtbXR3eCg","title":"Learn Basic Terraform Syntax in 20 minutes","shortId":"JtbXR3eCg","createdAt":"2021-05-26T18:13:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":35,"score":27034640,"tagsStr":"aws,terraform","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:00:52.000Z","url":"https://www.freecodecamp.org/news/terraform-syntax-for-beginners/","canonicalUrl":"https://www.freecodecamp.org/news/terraform-syntax-for-beginners/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81fdd03432a9ca7a8ca8ecf30ef4d7da","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQRIQUSIjGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIS/9oADAMBAAIRAxEAPwDXY4SvHarsY0MjnyXtZoHG/mfWlRoVWnq2KEAaHgiJmmVlH//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@letsdotech_dev","readTime":14,"description":null,"toc":null,"summary":null},{"id":"bXyiw5pUH_","title":"How effective are the different vaccines against covid-19 variants?","shortId":"bXyiw5pUH_","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033363-500-how-effective-are-the-different-vaccines-against-covid-19-variants/","canonicalUrl":"https://www.newscientist.com/article/mg25033363-500-how-effective-are-the-different-vaccines-against-covid-19-variants/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fee89e7b3e1852ffccfb5ed924d0b053","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEEiEFBjFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhFR/9oADAMBAAIRAxEAPwDHdH2iFvDTRTBXleVCAsYUIou1+WewDf6cicbey7Tx64KSnmp5gWD2MYwklg2z/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"32TCiGJDK","title":"Facebook will no longer stop the spread of a theory that COVID-19 was manufactured","shortId":"32TCiGJDK","createdAt":"2021-05-27T01:12:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034632,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T01:08:08.000Z","url":"https://www.theverge.com/2021/5/26/22455797/facebook-covid-19-man-made-moderation","canonicalUrl":"https://www.theverge.com/2021/5/26/22455797/facebook-covid-19-man-made-moderation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7143fedb825f6d8bb4d2ea26df9da4d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQADBAIFESETIzFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM1RLjEYjcT1pjSHTnurddFQz5oVAa+KedFESH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ekCs89Oqgp","title":"Fossils of extinct plants reveal origins of today’s flowering species","shortId":"ekCs89Oqgp","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2278672-fossils-of-extinct-plants-reveal-origins-of-todays-flowering-species/","canonicalUrl":"https://www.newscientist.com/article/2278672-fossils-of-extinct-plants-reveal-origins-of-todays-flowering-species/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1f9f761fb72c96bb6b0e26724c6a06a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBRITIjFBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRQf/aAAwDAQACEQMRAD8A31pk2QhZ5YuXSXFvOJU4XFGJ2Ej74qlZzFhRDt07yA9tbeBPuBNKUNN8Yu50/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"R9yo8kymW3","title":"Non-kosher fish eaten in Jerusalem during early days of Judaism","shortId":"R9yo8kymW3","createdAt":"2021-05-27T03:31:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278415-non-kosher-fish-eaten-in-jerusalem-during-early-days-of-judaism/","canonicalUrl":"https://www.newscientist.com/article/2278415-non-kosher-fish-eaten-in-jerusalem-during-early-days-of-judaism/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e4ba1ff916de563f231ea4936a6e5bb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEEQADBRIxBhMhImH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAICAwAAAAAAAAAAAAAAAAABESECMZH/2gAMAwEAAhEDEQA/AMh060aOEOshldLtlIIVbvo8pJgKT6zMHgjU/alXGzLuK0QsJkwNjxSlHFKNIvDu30//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BFZVLbb4i5","title":"Are plans for a carbon-negative power plant too costly to be worth it?","shortId":"BFZVLbb4i5","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278434-are-plans-for-a-carbon-negative-power-plant-too-costly-to-be-worth-it/","canonicalUrl":"https://www.newscientist.com/article/2278434-are-plans-for-a-carbon-negative-power-plant-too-costly-to-be-worth-it/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22c07254b72b6701d5fd25bd86603e99","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRMQUGByFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECBANBUv/aAAwDAQACEQMRAD8A3Fv3KUxEzcbxob0FV8A/dVAn61SWaSQWZUOxbCTMAMnQ8apSpCv2Oh1ig9H/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"22UGFVZe1","title":"WHO boss wants 10 per cent of every country vaccinated by September","shortId":"22UGFVZe1","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278519-who-boss-wants-10-per-cent-of-every-country-vaccinated-by-september/","canonicalUrl":"https://www.newscientist.com/article/2278519-who-boss-wants-10-per-cent-of-every-country-vaccinated-by-september/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60ed96112c17d4f23687bbcf579d5870","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAJRAAAQMCAwkAAAAAAAAAAAAAAgABAwQRBQYhBxITFBUxQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAQACAwAAAAAAAAAAAAAAAAEAEgIEBf/aAAwDAQACEQMRAD8AtgW1qDGc2iNZAVN1GblwjYykEbWYbXbR/f3wtFPh75aP3RE1zlokO3MSxP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ImyY7t5aeS","title":"Did you know? Fewer than 100 people have a photographic memory","shortId":"ImyY7t5aeS","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2272135-did-you-know-fewer-than-100-people-have-a-photographic-memory/","canonicalUrl":"https://www.newscientist.com/article/2272135-did-you-know-fewer-than-100-people-have-a-photographic-memory/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70a1285eb998b93fe3bbeb5a80409ac7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBRIhFSJBkZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAASEAAhESMf/aAAwDAQACEQMRAD8AtcsMbZWyX8m2WFtrktpG5KNgNpHAnwPdY3rOFR2JtWClPAneY+aUpmxDLgKDPFP/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JblNqr_0dm","title":"Cities like London and New York have their own unique microbiomes","shortId":"JblNqr_0dm","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278624-cities-like-london-and-new-york-have-their-own-unique-microbiomes/","canonicalUrl":"https://www.newscientist.com/article/2278624-cities-like-london-and-new-york-have-their-own-unique-microbiomes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b0daadb2cc92f3c4a07b20fec584615","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDBAUGEQchIjE1U4H/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAABAzECExT/2gAMAwEAAhEDEQA/AKVHXBik8XinyNPTIao+8+6vs4jWyxpFHH7besoid8mVsvnjVI//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oFMP8NYBg","title":"Interoperability will unleash power of AI for medical imaging","shortId":"oFMP8NYBg","createdAt":"2021-05-26T22:27:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034467,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T22:18:29.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132515&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132515","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ee747c1368238ec6c5384be685c9c80","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEEQADBQYSFCFBUZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAAYDAAAAAAAAAAAAAAAAAAECBBJRESLR/9oADAMBAAIRAxEAPwC9jybzVL993i3FxN145AUkxwSkSQkJiCPczNbgPew547EqV5PSkSfqlKc22NWbA3pEiEa4P//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"JKghdrGu50","title":"Only asteroids that hit a certain mineral trigger a mass extinction","shortId":"JKghdrGu50","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278447-only-asteroids-that-hit-a-certain-mineral-trigger-a-mass-extinction/","canonicalUrl":"https://www.newscientist.com/article/2278447-only-asteroids-that-hit-a-certain-mineral-trigger-a-mass-extinction/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4baa356d20587087fc8fe52e5c0874e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFBiEHERUxYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAQADAQAAAAAAAAAAAAAAAAIAAQMh/9oADAMBAAIRAxEAPwDQ6toWm5uzu3yeEs3mhYKVSAJyfq9qml6TaUZXPhJeSfV04H7SlR00Rd9iANmuT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3O0k4MSbPu","title":"Toxic beetle’s genetics reveals how evolution makes new organs","shortId":"3O0k4MSbPu","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.newscientist.com/article/2278460-toxic-beetles-genetics-reveals-how-evolution-makes-new-organs/","canonicalUrl":"https://www.newscientist.com/article/2278460-toxic-beetles-genetics-reveals-how-evolution-makes-new-organs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c83fd067461f05eed2e4d15ea83beb2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQFERIhMQYiQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDTGzeZyF5FkvFczHMmwo9jfIRAwPTAqu4MCewdCBp+1aW2XuVt4luFEkwUB3X1DNpyQPnPylKiD//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Dr4XalncRN","title":"Monkeys can change their accent to communicate with another species","shortId":"Dr4XalncRN","createdAt":"2021-05-27T03:31:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2278562-monkeys-can-change-their-accent-to-communicate-with-another-species/","canonicalUrl":"https://www.newscientist.com/article/2278562-monkeys-can-change-their-accent-to-communicate-with-another-species/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c8ac3a9680a0ca7d5f85c0bdfcd83a6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBABAAEDAwUAAAAAAAAAAAAAAQQAAgMREzEFEhQVIf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAhFB/9oADAMBAAIRAxEAPwDBWRuoeX3QSPIhWJu4S5sR5EUKm9tHPjnuE5NrXSlKjrqGaDyHusYBP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"orlzGElCE","title":"Covid-19 news: A third of health burden may come from lasting effects","shortId":"orlzGElCE","createdAt":"2021-05-27T03:31:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27034771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-29T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-a-third-of-health-burden-may-come-from-lasting-effects/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-a-third-of-health-burden-may-come-from-lasting-effects/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6dd92f947c007ae42e34494a06147475","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERMhElFi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgARIRKx/9oADAMBAAIRAxEAPwDJHy0MdnjCJZ2eW2Ekm+gGBAKj563UZkckbjIXU3HGnJKz+KpoDZJ0B6pSp0Sx0dO+xGNYJ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":8,"description":null,"toc":null,"summary":null},{"id":"5gKwiZyca","title":"‘The Masked Singer’ Finale Recap: Who Is the Winner of Season 5?","shortId":"5gKwiZyca","createdAt":"2021-05-27T01:36:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27034656,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T01:23:17.000Z","url":"https://www.theringer.com/video/2021/5/26/22455585/the-masked-singer-finale-recap-who-is-the-winner-of-season-5","canonicalUrl":"https://www.theringer.com/video/2021/5/26/22455585/the-masked-singer-finale-recap-who-is-the-winner-of-season-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d61dad155e357792ed263c2c512d5a5e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUGB0FR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EAB4RAAICAAcAAAAAAAAAAAAAAAECAAMEERITIUHR/9oADAMBAAIRAxEAPwDIeP8Aky3VrtLm1tpHlneNZFTVlIBwT6bBJIGBVYpikSLIqu6gBm1UbH7jFKU/BILw25zlFG562Gk9eT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qSMy08v36","title":"New Tab Override 15.1 veröffentlicht","shortId":"qSMy08v36","createdAt":"2021-05-26T19:54:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27034314,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:33:04.000Z","url":"https://www.soeren-hentzschel.at/firefox/new-tab-override-15-1/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox/new-tab-override-15-1/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a6a1865aa7676a82bdee9dbbf56861a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgADBBEFQQYSIf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgQSMQP/2gAMAwEAAhEDEQA/ALR5xyN3EYdlWC9qe5bbG1jrfQHQkuCtYA7OSW+mIi8ZFpgPK6vbT//Z","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":3,"description":null,"toc":null,"summary":null},{"id":"y-c9paeMS","title":"Notion API, Ethereum Development, WWDC21 - Picks #181","shortId":"y-c9paeMS","createdAt":"2021-05-26T12:35:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":250,"score":27034627,"tagsStr":"general-programming,react,javascript,css,devtools,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-26T14:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:00:00.000Z","url":"https://daily.dev/blog/notion-api-ethereum-development-wwdc21-picks-181","canonicalUrl":"https://daily.dev/blog/notion-api-ethereum-development-wwdc21-picks-181","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b54fea24b436460efe2240816acfbb0","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAAUDAwUAAAAAAAAAAAAAAQIDBBEABRIGB0ETFCEiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAQD/2gAMAwEAAhEDEQA/ANpum5XaEXuSaygvGTMi6RxNHnusMRiPWOOYCanbdntOXa3Nbk7VfC5eJEcKiXoxmcAMMSn9EaUoNaF//9k=","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hPMsuaGlT","title":"LeBron James may have just proved the unannounced Beats Studio Buds are real","shortId":"hPMsuaGlT","createdAt":"2021-05-27T00:45:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034605,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:41:39.000Z","url":"https://www.theverge.com/2021/5/26/22455747/beats-studio-buds-apple-lebron-james-instagram-photos","canonicalUrl":"https://www.theverge.com/2021/5/26/22455747/beats-studio-buds-apple-lebron-james-instagram-photos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/175249fbaa541c20e993c39e69531e64","ratio":1.91176470588235,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCABESBAYFBxQhMUGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8Axjlsteq2/uRThLKAQxchIjCedhLt5I9VGs4hgyUel0xsSLlUST8pSibJwv/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_wz5shh8F","title":"Google Chrome Canvas Wallpapers","shortId":"_wz5shh8F","createdAt":"2021-05-27T00:39:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27034599,"tagsStr":"google,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-27T00:00:00.000Z","url":"https://www.behance.net/gallery/120159483/Google-Chrome-Canvas-Wallpapers","canonicalUrl":"https://www.behance.net/gallery/120159483/Google-Chrome-Canvas-Wallpapers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc2450cbe7533559b873ed3abaa7f579","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAUxBAYREiETQf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxEhEzGx/9oADAMBAAIRAxEAPwCrzYtdtp3jtt71aFh8pCOy9iMnxhwMee4zW1Hvy6xRrGUgYoAvYqfeP3NKUKoaoORsyDO3M1ZOQOs79n//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OONH0i-AJ","title":"Accessible SVGs: Perfect Patterns For Screen Reader Users","shortId":"OONH0i-AJ","createdAt":"2021-05-26T14:04:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":61,"score":27034570,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:20:00.000Z","url":"https://www.smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d691006a7681b67d60c6115a2ad5dd46","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSEyExQXGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAQEAAwEBAAAAAAAAAAAAAAIBAAMhEdH/2gAMAwEAAhEDEQA/ANn01ahAt7rpfU4rby4CQgZCM+PePlXA1jIfgxnlxGdzjaVnqe5ANKUoGO2ruB2u6iSOTz5n/9k=","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"vGO5GIQFA","title":"How to Build a GraphQL API Using Laravel","shortId":"vGO5GIQFA","createdAt":"2021-05-26T16:39:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":34,"score":27034549,"tagsStr":"graphql,laravel","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:34:32.000Z","url":"https://www.freecodecamp.org/news/build-a-graphql-api-using-laravel/","canonicalUrl":"https://www.freecodecamp.org/news/build-a-graphql-api-using-laravel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4a620fed5cfd0b5ed872da63347806e","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAhUQUGERIj/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AMspxdOtUBds1fqAS0asfWU8nWt8ZJbuCdWKxoiID4VQNAcYxi4kV7h2oHN//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@gudabayev","readTime":14,"description":null,"toc":null,"summary":null},{"id":"CDtisKe9W","title":"You can join Twitter’s Clubhouse-like Spaces rooms from a browser starting Wednesday","shortId":"CDtisKe9W","createdAt":"2021-05-26T23:39:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034539,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T23:37:45.000Z","url":"https://www.theverge.com/2021/5/26/22455799/twitter-spaces-web-browser-clubhouse-social-audio-room","canonicalUrl":"https://www.theverge.com/2021/5/26/22455799/twitter-spaces-web-browser-clubhouse-social-audio-room","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04702ec8ec8632ed93b46fa09a1fb7e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACEQMEBgUSURMhMTLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8AvcN1c2WHXViaTn9QVjvD9sS2PEHjlZ0yjSLGks7kT7H6iKnfOZmGl1A//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"34ThQYb0y","title":"The PS5 will be profitable next month — and Uncharted 4 is coming to PC","shortId":"34ThQYb0y","createdAt":"2021-05-26T23:34:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034534,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T23:33:21.000Z","url":"https://www.theverge.com/2021/5/26/22455810/sony-ps5-profitable-uncharted-4-pc-investor-presentation","canonicalUrl":"https://www.theverge.com/2021/5/26/22455810/sony-ps5-profitable-uncharted-4-pc-investor-presentation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ef0ba0674e246f3f155e7046683bd36","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARIQUGBxJBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAEyQf/aAAwDAQACEQMRAD8Aw+r5S7vgjWB+t3pawUq6NO+33999+wI+EHjWRl2w9m5PO7MXlkZyWYsSSd8k8n9OMZc1Gv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ygN6DjCSv","title":"Uber finally recognizes UK driver union in historic agreement","shortId":"ygN6DjCSv","createdAt":"2021-05-26T22:04:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034444,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T22:01:35.000Z","url":"https://www.theverge.com/2021/5/26/22455533/uber-union-uk-gmb-eats-labor","canonicalUrl":"https://www.theverge.com/2021/5/26/22455533/uber-union-uk-gmb-eats-labor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db808632aadc40290ec569f4119b1634","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFBhEHIRIxQZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2TjGWrI8Qs91lpDciTEbecCOh5KSNkffe/2o9w4awWbPkypNjaU++6p1xQWobUokk6B0OzSlB//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ElJYvN6p8","title":"SanDisk’s new card reader dock is all I could ever want and more","shortId":"ElJYvN6p8","createdAt":"2021-05-26T21:54:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T21:50:00.000Z","url":"https://www.theverge.com/2021/5/26/22455534/sandisk-pro-dock-4-video-workflow-lexar-sd-cfast-cards-thunderbolt","canonicalUrl":"https://www.theverge.com/2021/5/26/22455534/sandisk-pro-dock-4-video-workflow-lexar-sd-cfast-cards-thunderbolt","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0bbb8839466d1ee3e4fea0aecb44524","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMCEQAHEyEEBhIxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCw11m5eonbKlPmtfVp25xhKUQaYOTRF1fHqs3ZENtK4WT4xAs/eMYwP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GO48DN89u","title":"UI & UX Micro-Tips: Volume Five","shortId":"GO48DN89u","createdAt":"2021-05-26T21:51:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034431,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:44:25.000Z","url":"https://marcandrew.me/ui-ux-micro-tips-volume-five/","canonicalUrl":"https://marcandrew.me/ui-ux-micro-tips-volume-five/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0fdacd435537f86d33911cffb020bdf8","ratio":1.66333998669328,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAURIQYTIiMxUv/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAHREAAQMFAQAAAAAAAAAAAAAAAgABAwQRIVGBof/aAAwDAQACEQMRAD8AibXwKDFtBj3O0xJkx1CiiQia42EEpwMpCN4O/YzUyOLXKOAz12PH2adWBrXzSlOhmIhe+eMqZYA166//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Q4_KYAPIS","title":"Stadia’s loss is Clubhouse’s gain: the social audio company has poached a longtime Google engineer","shortId":"Q4_KYAPIS","createdAt":"2021-05-26T21:43:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034423,"tagsStr":"tech-news,webdev,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T21:38:14.000Z","url":"https://www.theverge.com/2021/5/26/22455357/clubhouse-google-engineer-webrtc-justin-uberti-stadia","canonicalUrl":"https://www.theverge.com/2021/5/26/22455357/clubhouse-google-engineer-webrtc-justin-uberti-stadia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5568e275082ea9176f0c6528623a6cb6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAAwQhMQYSExYiQuH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EAB0RAAAFBQAAAAAAAAAAAAAAAAABAgMEERMhQWL/2gAMAwEAAhEDEQA/AJ8C5w7PVuiOWhlDIG0t8vb5Myy8hHy7nWitAzsQo2Gu0RLqE2m+8fQDJw2imyH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"etMrxlRYK","title":"Big Oil and Gas had a no good, very bad day","shortId":"etMrxlRYK","createdAt":"2021-05-26T21:31:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034411,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T21:25:15.000Z","url":"https://www.theverge.com/2021/5/26/22455387/big-oil-gas-shell-exxon-chevron-climate-change","canonicalUrl":"https://www.theverge.com/2021/5/26/22455387/big-oil-gas-shell-exxon-chevron-climate-change","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3ec93c9c8b1eeab8eb339304a91f2fc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFESESUQYiQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGxEAAQQDAAAAAAAAAAAAAAAAAAEDBCEyYfD/2gAMAwEAAhEDEQA/AI7nmU+/2sSJ2US1JAaeYVwLRwSCNHI9cYPfdYWXeZZlPEltR5q2tHJR39J2T+mlKaPaWC9l2j//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"A4f124rbu","title":"Happy 18th Birthday WordPress! Featuring 8 WordPress Veterans & Their WordPress Story","shortId":"A4f124rbu","createdAt":"2021-05-26T20:57:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27034377,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:40:23.000Z","url":"https://wp-content.co/wordpress-18/","canonicalUrl":"https://wp-content.co/wordpress-18/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00f56982d4db39a20902f2508f9d7821","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEEgUhQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDNc3kxlQY8ZxY2mJmjnWTu6ydq8dGq+qHZ3soiuplSsQg//9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"nqrpWtvyp","title":"How we worked with you towards a safe and spam-free Search experience in 2020","shortId":"nqrpWtvyp","createdAt":"2021-05-26T20:52:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034372,"tagsStr":"google,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://developers.google.com/search/blog/2021/05/working-with-you-for-safe-and-spam-free-search-2020","canonicalUrl":"https://developers.google.com/search/blog/2021/05/working-with-you-for-safe-and-spam-free-search-2020","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7cb6ef52dfd67db1d8001602509a7ef6","ratio":3.49376558603491,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhABAQACAgIDAAAAAAAAAAAAAQIAAwQRBSEiMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAQABBQAAAAAAAAAAAAAAAAEAAjEyQfD/2gAMAwEAAhEDEQA/ANB+R4ui93MutUtwdTT9g/JPzv31l/WE65mQmQAD0BjGSpu9ojcSf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yXsDK8cMm","title":"ArchivistaBox 2021/V mit Spracherkennung","shortId":"yXsDK8cMm","createdAt":"2021-05-26T05:02:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033422,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T04:41:43.000Z","url":"https://linuxnews.de/2021/05/archivistabox-2021-v-mit-spracherkennung/","canonicalUrl":"https://linuxnews.de/2021/05/archivistabox-2021-v-mit-spracherkennung/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fEQfai67H","title":"The Boring Company tests its ‘Teslas in Tunnels’ system in Las Vegas","shortId":"fEQfai67H","createdAt":"2021-05-26T20:47:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034367,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:44:13.000Z","url":"https://www.theverge.com/2021/5/26/22455365/elon-musk-boring-company-las-vegas-test-lvcc-loop-teslas","canonicalUrl":"https://www.theverge.com/2021/5/26/22455365/elon-musk-boring-company-las-vegas-test-lvcc-loop-teslas","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7a2c65bfd795363fe9b5c45ce05fdae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAgYABwAAAAAAAAAAAAABAgUAAwQGERMSFSQxUXHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8Aqs+2bcq6NyRyOkE6gm6hMWOPYFJC8kHxnHoReGFqAAS0tYA7dN9hCBUl2//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Xy6t9jyS2","title":"Iran bans cryptocurrency mining for four months to stave off blackouts","shortId":"Xy6t9jyS2","createdAt":"2021-05-26T20:36:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034356,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:34:57.000Z","url":"https://www.theverge.com/2021/5/26/22455264/iran-cryptocurrency-mining-ban-annual-summer-bitcoin-spies","canonicalUrl":"https://www.theverge.com/2021/5/26/22455264/iran-cryptocurrency-mining-ban-annual-summer-bitcoin-spies","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/799a1ac629603ec9cda585eea7a0dcfe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABBEhEzEGEmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AI/Ba21j4medHupDYJNAzv68BkchguN41nup05y7EAKCdKOh8pSiv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UA0k1uCGE","title":"Curious Garden","shortId":"UA0k1uCGE","createdAt":"2021-05-11T18:36:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27012636,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/118938053/Curious-Garden","canonicalUrl":"https://www.behance.net/gallery/118938053/Curious-Garden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e7212db7adb3ae3a3a5de069e87e5c9","ratio":1.96353436185133,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEEBUJxodH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAABEv/aAAwDAQACEQMRAD8A1zIxmRTBjbIJA4tVnS4L3deIioWq/9k=","siteTwitter":"@behance","creatorTwitter":"@ArtRusDesign","readTime":null,"description":null,"toc":null,"summary":null},{"id":"r9BB7MeCQ","title":"Wotruba. Himmelwärts","shortId":"r9BB7MeCQ","createdAt":"2021-05-26T20:33:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27034353,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/120170897/Wotruba-Himmelwaerts","canonicalUrl":"https://www.behance.net/gallery/120170897/Wotruba-Himmelwaerts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93aa228fdd9149d6638d1ab76f526ee7","ratio":1.54867256637168,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFBhEhEiIjMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERIf/aAAwDAQACEQMRAD8AqXkNktmPWl+BAWy8pLYdUmO13+Ib9kg8/Kze4ZNAVPklFoY6S6ojaAONmlKNN0WYf//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hloadsukV","title":"Influential panel recommends removing '14-day rule' on lab-grown embryos","shortId":"hloadsukV","createdAt":"2021-05-26T20:26:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034346,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:10:21.000Z","url":"https://www.livescience.com/14-day-rule-extended.html","canonicalUrl":"https://www.livescience.com/14-day-rule-extended.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/31429bc8fc83cd94a23da049e7beefe1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAAUDBAMAAAAAAAAAAAAAAAECAxEEBRIGFDFhISJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgADIUH/2gAMAwEAAhEDEQA/AMrs+olWm1ptbdFSuNvNy4a2yM1SU8n5L5EcdiVq2U7t7GMc1R69gAp6OXSe4XeBMoZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"uooqPibc6","title":"Primavera Sound plots 2022 return with staggering lineup featuring Disclosure, Massive Attack, Black Coffee, Lorde, and many more","shortId":"uooqPibc6","createdAt":"2021-05-26T20:21:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27034341,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:20:57.000Z","url":"https://dancingastronaut.com/2021/05/primavera-sound-is-making-its-return-with-a-massive-lineup-featuring-disclosure-massive-attack-black-coffee-dj-harvey-and-many-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/primavera-sound-is-making-its-return-with-a-massive-lineup-featuring-disclosure-massive-attack-black-coffee-dj-harvey-and-many-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f5167a7898b64df6e0ca75b9a334d0f","ratio":1.50943396226415,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIDBAAFESEGEiJRYXGS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAEFAQAAAAAAAAAAAAAAAAIAAQMEESH/2gAMAwEAAhEDEQA/AI258dLgwXbXaobDDEmCiI4VpzygDGu46ifZ8VlQftiAErfypOiRFzv7pSnyWTfNQIKwC3NX/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"x0vP4vCXf","title":"Sen. Amy Klobuchar calls on Justice Department to probe Amazon-MGM deal","shortId":"x0vP4vCXf","createdAt":"2021-05-26T20:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034338,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:12:58.000Z","url":"https://www.theverge.com/2021/5/26/22455449/amazon-mgm-klobuchar-buck-hawley-antitrust-investigation-probe","canonicalUrl":"https://www.theverge.com/2021/5/26/22455449/amazon-mgm-klobuchar-buck-hawley-antitrust-investigation-probe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33c043f8bba573410405b7e8aa5f1062","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxIEBhFRISIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAgMEEiJhwf/aAAwDAQACEQMRAD8AzGy+uzbVWhGnTMMjG9vLeuR4XoHM89yIy1hiMPhiIdHmTclKgBkbS3fF/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JCzWxypxR","title":"Of course repairing the new Apple TV remote is harder than simply unscrewing it","shortId":"JCzWxypxR","createdAt":"2021-05-26T20:09:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034329,"tagsStr":"apple,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:08:07.000Z","url":"https://www.theverge.com/2021/5/26/22455294/apple-tv-siri-remote-ifixit-teardown","canonicalUrl":"https://www.theverge.com/2021/5/26/22455294/apple-tv-siri-remote-ifixit-teardown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17dfa376ff128149b8493654aa44d202","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQMEAAIFERIhUQYHEyJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAbEQABBQEBAAAAAAAAAAAAAAACAAEDBBESIv/aAAwDAQACEQMRAD8AzfbBRk/drSVCnIuUWzXzhNQmxFwDKOD7XyG9fYtU6DpbmeZdJRyimqTPKnnlgDsC9t25hCGtEBt6bVTZlMM5fNX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7CRJtFW7h","title":"Rockstar Games, CircoLoco announces new label venture and compilation featuring Seth Troxler, Jamie Jones, Bedouin, and more","shortId":"7CRJtFW7h","createdAt":"2021-05-26T20:06:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27034326,"tagsStr":"venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T20:04:50.000Z","url":"https://dancingastronaut.com/2021/05/rockstar-games-announces-new-label-and-compilation-featuring-seth-troxler-jamie-jones-bedouin-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/rockstar-games-announces-new-label-and-compilation-featuring-seth-troxler-jamie-jones-bedouin-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d32ce6ae1738984eb93c5413e25f62e","ratio":1.49916666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQxBhESIQVxkv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAAMBAAAAAAAAAAAAAAAAAgABBAP/2gAMAwEAAhEDEQA/ANbaaw8U8UrQtbpbJECqNbsWLcgM42z117qI6nsJCXSzXi3Y3iGPqlKU6GbuRvFyZqf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Lyf_sj_rN","title":"PET/MRI advances efforts for virtual biopsy in breast cancer","shortId":"Lyf_sj_rN","createdAt":"2021-05-26T20:06:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034326,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:44:37.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132511&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132511","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f0e2f18a2658cc101cfa00a273c33db","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAAIEBQMREiExUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEBAQEAAAAAAAAAAAAAAAAAADFh/9oADAMBAAIRAxEAPwCRVu66gp58V7mShjIDxrrYPsKbSjuVmJ7PM+fqImFf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"SPU_PXLhC","title":"San Jose approves Google’s gigantic and controversial new downtown campus","shortId":"SPU_PXLhC","createdAt":"2021-05-26T20:04:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034324,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:59:59.000Z","url":"https://www.theverge.com/2021/5/26/22454939/google-san-jose-campus-dwontown-west-wfh","canonicalUrl":"https://www.theverge.com/2021/5/26/22454939/google-san-jose-campus-dwontown-west-wfh","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a60fea41a49e26506001e81a520890ce","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFESExBhITQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABETFR/9oADAMBAAIRAxEAPwCyn6oyD4S8VVtVgtYe1V8ILbMBs3r7WMXeXxy3UwkwySOHYM5mOrHXnilKjbsvBk5h/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MqlFEzWEW","title":"Getting Past the Limitations of Your Design Skills","shortId":"MqlFEzWEW","createdAt":"2021-05-26T19:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034305,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T06:02:39.000Z","url":"https://speckyboy.com/limitations-design-skills/","canonicalUrl":"https://speckyboy.com/limitations-design-skills/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/894c1d003d035a7bd1fbd1712af22fd5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwQFBiERIjKB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAACAAH/2gAMAwEAAhEDEQA/AIuFuHSmqrFrGroocIEPafQ5m0r1LBZFItHIB8G+REaGQL2//9k=","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":4,"description":null,"toc":null,"summary":null},{"id":"e7xcCXV5w","title":"Satellites may have been underestimating the planet's warming for decades","shortId":"e7xcCXV5w","createdAt":"2021-05-26T19:36:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:27:30.000Z","url":"https://www.livescience.com/satellites-underestimated-global-warming.html","canonicalUrl":"https://www.livescience.com/satellites-underestimated-global-warming.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea445a1ab30d2b2e78559751b61b67f0","ratio":1.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQQBBQEAAAAAAAAAAAABAwIABRESBAYUMUFhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAwADAQAAAAAAAAAAAAAAAQIDACHhE//aAAwDAQACEQMRAD8Aj7c11s7ew21fFUlcZJYCoGLpADaU852zn2Pyo1/Sdoa9jMche8jLSEgIxyfA+UpQ5uxqwJ13KlpJ4qQN8Gf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_xxyIcvrx","title":"Microsoft is holding an Xbox and Bethesda showcase on June 13th","shortId":"_xxyIcvrx","createdAt":"2021-05-26T19:06:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034266,"tagsStr":"tech-news,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T19:02:20.000Z","url":"https://www.theverge.com/2021/5/26/22453024/microsoft-xbox-bethesda-showcase-presentation-event-e3-2021","canonicalUrl":"https://www.theverge.com/2021/5/26/22453024/microsoft-xbox-bethesda-showcase-presentation-event-e3-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6568b12f289fea1e62282c19ead6219","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAEDBBECBTFREhNBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAExQf/aAAwDAQACEQMRAD8AwNO4NG1setVramu6ccel0ah0mhGYp9n5B7wJ0nsACKSY/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lM7wFk8kU","title":"Boost Mobile is offering customers an Android 11 phone for $35","shortId":"lM7wFk8kU","createdAt":"2021-05-26T19:01:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034261,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:56:42.000Z","url":"https://www.theverge.com/2021/5/26/22454954/wiko-ride-3-boost-mobile-price-availability","canonicalUrl":"https://www.theverge.com/2021/5/26/22454954/wiko-ride-3-boost-mobile-price-availability","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0bb5e98c5772d27367c7d41f37ef313","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQFMQcIEVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAjJBgf/aAAwDAQACEQMRAD8AtrPc30u4WzwujZLC5lEC13ZlI5B8ytQHJRFV4LoWf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xMF_AixP6","title":"Facebook plans to bury users who regularly share misinformation","shortId":"xMF_AixP6","createdAt":"2021-05-26T18:45:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034245,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:42:49.000Z","url":"https://www.theverge.com/2021/5/26/22455076/facebook-misinformation-individual-users-hiding-posts","canonicalUrl":"https://www.theverge.com/2021/5/26/22455076/facebook-misinformation-individual-users-hiding-posts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38442298a0b565c75b0ad59f2ca8acdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQRE1GB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8AwKvagjr63UopH4OJC94I8BAUW0jqIjVCXNboHJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8IcbUQJoh","title":"Top Free React Native UI Kits You Need in 2021","shortId":"8IcbUQJoh","createdAt":"2021-05-26T10:38:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":70,"score":27034239,"tagsStr":"react,react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T17:24:19.000Z","url":"https://code.likeagirl.io/top-free-react-native-ui-kits-you-need-in-2021-743cac0c6483","canonicalUrl":"https://code.likeagirl.io/top-free-react-native-ui-kits-you-need-in-2021-743cac0c6483","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae3a57c2e4872043fe9c0d19b3e8185c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFIQYSMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwCev8a45ksGvLtX90jB2anDcIU3DoXO0mNHZERr5upq69iw6sM210WgT0K3E9o9TA80pUQS4zEwnf/Z","siteTwitter":"@code_likeagirl","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"2gC6W-_Nl","title":"Ibex obtains CE Mark for Galen Breast software","shortId":"2gC6W-_Nl","createdAt":"2021-05-26T18:37:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034237,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T18:26:24.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132510&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132510","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d8ae0cfa976b7e7d28c3c86819f76d1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACIQAAIBBAEEAwAAAAAAAAAAAAECAwAEBREhBhJBURQxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAhEAARIhIv/aAAwDAQACEQMRAD8AyDA9K44YlfnEO8oBLEkbfwq8fW+N+aBl6RxrSOUy+NjUkkIZSSo9b3zUpc313JbQLJdTsqx9qhpCQB6H5wKX1WRgHOLgVRHtqf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"AAZey9cNJ","title":"AI Could Soon Write Code Based on Ordinary Language","shortId":"AAZey9cNJ","createdAt":"2021-05-26T18:18:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27034218,"tagsStr":"general-programming,microsoft,ai,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T14:15:00.000Z","url":"https://www.wired.com/story/ai-write-code-ordinary-language/","canonicalUrl":"https://www.wired.com/story/ai-write-code-ordinary-language/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b1faa4668304d612350c1ef0a6380d5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMEBRIhBjHC/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAgEQACAAQHAAAAAAAAAAAAAAABAgADBEERISIxUXHB/9oADAMBAAIRAxEAPwDLfGMU39u+Eci8tjOtEueUsoXkwgn0ZA7EddVL3G1pdi2PsC0mYzo+KUpT6VBHJ8iFTkzZxVzkFU74XYW6Ef/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cJqNq_y_b","title":"[ ] Ich bin kein Roboter und/oder visuell beeinträchtiger Mensch","shortId":"cJqNq_y_b","createdAt":"2021-05-26T17:54:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27034194,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:45:37.000Z","url":"https://tuxproject.de/blog/2021/05/ich-bin-kein-roboter-und-oder-visuell-beeintraechtiger-mensch/","canonicalUrl":"https://tuxproject.de/blog/2021/05/ich-bin-kein-roboter-und-oder-visuell-beeintraechtiger-mensch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/252bab8de054a75bd5eed9a62cecd716","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUI/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDBBEABRMhInGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBCEREjFBUf/aAAwDAQACEQMRAD8Azn03WSsnjyVIrcET2p+J1sfXJVMHJnRkMXJUkehxUOxzVmirmZIUDQAq2h+8LbIs1qFq0JLEkljyokRY62G064Muy5PPtXYOZeWbirH/2Q==","siteTwitter":"@hirnfick_20","creatorTwitter":"@tux0r","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bNOJEQzVA","title":"Ultra Music Festival reaches mutual agreement with Miami residents","shortId":"bNOJEQzVA","createdAt":"2021-05-26T17:49:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27034189,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:47:49.000Z","url":"https://dancingastronaut.com/2021/05/ultra-music-festival-reaches-mutual-agreement-with-miami-residents/","canonicalUrl":"https://dancingastronaut.com/2021/05/ultra-music-festival-reaches-mutual-agreement-with-miami-residents/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c7a702ea7bfd8deb79f1504332918b4","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQIEAAMFERIhExUiUWGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMEMaH/2gAMAwEAAhEDEQA/AM1NfYPWEpDhpKQ4QdzzkSoeCBon5E9boKe006cojWXJa/u1tQhDBquTjmGOOh+oPZ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RzNMFkXjv","title":"Andy Jassy will become Amazon’s CEO on July 5th","shortId":"RzNMFkXjv","createdAt":"2021-05-26T17:38:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034178,"tagsStr":"aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:35:01.000Z","url":"https://www.theverge.com/2021/5/26/22455126/amazon-ceo-andy-jassy-jeff-bezos-july-5-birthday","canonicalUrl":"https://www.theverge.com/2021/5/26/22455126/amazon-ceo-andy-jassy-jeff-bezos-july-5-birthday","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e850a902f5f9bc6091fc757e0691f7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQADESECBBIFMv/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEhAv/aAAwDAQACEQMRAD8AwNtjX3PE1mC0cHG8siHMSJPVnqpPzV1Kmpm0RU4gdP/Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Q6ZLC7ahk","title":"1Password’s web extension now supports Touch ID, Windows Hello, and dark mode","shortId":"Q6ZLC7ahk","createdAt":"2021-05-26T17:18:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034158,"tagsStr":"safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:13:08.000Z","url":"https://www.theverge.com/2021/5/26/22454991/1password-for-web-touch-id-windows-hello-dark-mode-chrome-edge-firefox-biometrics","canonicalUrl":"https://www.theverge.com/2021/5/26/22454991/1password-for-web-touch-id-windows-hello-dark-mode-chrome-edge-firefox-biometrics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/329ef298f5721ac407aa231606d1821b","ratio":1.91054313099042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAwQSFFKRotH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAESMf/aAAwDAQACEQMRAD8Ax7MyTbdkpUi0qyjUFJIbuTtzby8j5ERU9DKw/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FhEk6TDjk","title":"Blender OSS and Licenses","shortId":"FhEk6TDjk","createdAt":"2021-05-26T12:22:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"blender","views":12,"score":27034156,"tagsStr":"general-programming,open-source,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:16:41.000Z","url":"https://code.blender.org/2021/05/blender-oss-and-licenses/","canonicalUrl":"https://code.blender.org/2021/05/blender-oss-and-licenses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6eb3d506c83887eeaef5bbbd6c1e9d3","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAAQEBwEAAAAAAAAAAAAAAAECEQMFBxQEEyEiMWGT0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQAEBZEDEyEx/9oADAMBAAIRAxEAPwDchU0khmRrvILq25OIfTt08i0qfyUia4mXsn4ACbMm782G02Y9senGKX//2Q==","siteTwitter":"@blender_org","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"EnJJeTdIV","title":"Google isn’t ready to turn search into a conversation","shortId":"EnJJeTdIV","createdAt":"2021-05-26T17:13:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034153,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T17:04:43.000Z","url":"https://www.theverge.com/2021/5/26/22454513/google-future-of-search-conversation-ai-mum-lamda","canonicalUrl":"https://www.theverge.com/2021/5/26/22454513/google-future-of-search-conversation-ai-mum-lamda","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43d3bb5282e896c12cbb9ff8e4dba3e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQIEBwAAAAAAAAAAAAAAAQACAxEhIgQSIzJBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMAa9mQaQuBIuNKT9UzFhDdh4bncmZqe0RMI/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"FVNPg1XBr","title":"That Loving (and Frenetic) Knicks Playoff Feeling Is Back","shortId":"FVNPg1XBr","createdAt":"2021-05-26T17:04:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27034144,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:56:51.000Z","url":"https://www.theringer.com/2021/5/26/22454941/new-york-knicks-madison-square-garden","canonicalUrl":"https://www.theringer.com/2021/5/26/22454941/new-york-knicks-madison-square-garden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0466c826c815bddcffda95287690499e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQMCBAAFERIxYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgAEERJR/9oADAMBAAIRAxEAPwCV6uNTvNbVqMaFzgl7JSIMpmbl9BPPnDzmau5siO4vCC/MQ9gAB+D0fzGMN3nZUXD7E9UdOdn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"68Zdkj4_C","title":"COVID-19's impact on radiologist careers differs by gender","shortId":"68Zdkj4_C","createdAt":"2021-05-26T16:14:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27034094,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:05:40.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132508&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132508","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96525e69ea44c89e138606d702f0798d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQIH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDAAQRBRIhMRQiQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AN9vrq7uvKgmvPGjZZUaONPZOwoDd5Iwfs546p7TbIQadawh7hRHEiYeTewwAOWPJP7U2KIuqakyqoZjHuIHJ9PmkKD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"3j_CMEVSe","title":"Watch two whole seconds of the increasingly real Uncharted movie","shortId":"3j_CMEVSe","createdAt":"2021-05-26T16:11:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034091,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:06:05.000Z","url":"https://www.theverge.com/2021/5/26/22454836/uncharted-movie-watch-two-seconds-sony","canonicalUrl":"https://www.theverge.com/2021/5/26/22454836/uncharted-movie-watch-two-seconds-sony","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2055e052ca579010f27faf80eda6227","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAgECBAcAAAAAAAAAAAAAAQIDAAQFBhJBERMUITFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQDB/9oADAMBAAIRAxEAPwDHre3ijzxiWDSKzxT3ejmghXXfiO3s/Kihui8MbzNcvIygs3VSDUdz5pSpwyZb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-aMYzHyRx","title":"Nvidia teases GeForce RTX 3080 Ti announcement for May 31st","shortId":"-aMYzHyRx","createdAt":"2021-05-26T16:11:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034091,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:09:05.000Z","url":"https://www.theverge.com/2021/5/26/22454930/nvidia-geforce-rtx-3080-ti-announcement-may-31st-event","canonicalUrl":"https://www.theverge.com/2021/5/26/22454930/nvidia-geforce-rtx-3080-ti-announcement-may-31st-event","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43eff25fb8092afc1b7a6aa60886587f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgQABRESAyExcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhof/aAAwDAQACEQMRAD8AmE/kNhlzbM5Mp+dUBkHCldsHIBB8e/lWQWKWg1F1Y69ZMZKUqVZc6IjKdI3kSgT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"d4hmV6hsc","title":"Merlin Labs wants to fill the sky with pilotless planes carrying cargo and passengers","shortId":"d4hmV6hsc","createdAt":"2021-05-26T16:01:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034081,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T16:00:00.000Z","url":"https://www.theverge.com/2021/5/26/22453042/merlin-labs-autonomous-flight-startup-stealth-funding","canonicalUrl":"https://www.theverge.com/2021/5/26/22453042/merlin-labs-autonomous-flight-startup-stealth-funding","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b40509d7752bf471d4294b311074ca4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAQQBAgcAAAAAAAAAAAAABAABAgMHEkEGJTEyU3LR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgMEABExcZHR/9oADAMBAAIRAxEAPwCeL8gWDnxvpGKqhDuHrM01WezaHfbZ2Welmkx5PyUPr5JfERBrV0kjBbXs+5StSNHIVTbgZ//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7RJ7aa9_e","title":"Blood Supermoon Lunar Eclipse wows skywatchers around the world","shortId":"7RJ7aa9_e","createdAt":"2021-05-26T15:52:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034072,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:30:33.000Z","url":"https://www.livescience.com/photos-supermoon-total-lunar-eclipse-may-2021.html","canonicalUrl":"https://www.livescience.com/photos-supermoon-total-lunar-eclipse-may-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bee2e88f270f1fc36e47822a792ca1cd","ratio":1.75953079178886,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEEMeH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8Aztx0PZyXhWUDAxBHuH7JciIjtNwv/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DXGUnOBaP","title":"Handwritten Einstein letter containing famous E=mc2 equation sells for $1.2 million","shortId":"DXGUnOBaP","createdAt":"2021-05-26T15:52:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:40:52.000Z","url":"https://www.livescience.com/einstein-letter-emc2-sold-at-auction.html","canonicalUrl":"https://www.livescience.com/einstein-letter-emc2-sold-at-auction.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da6b3611c5005a7073f61f5e11dfdf7b","ratio":1.77897574123989,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQUAAgMAAAAAAAAAAAAAAQACAwQRBQYSIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANtj8ywexA+YpOz0bq9ixLNNw1Z0kji9zsI0k6SiKZf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"08GInc3vH","title":"Ford is making an electric Explorer, boosts EV investment by $8 billion","shortId":"08GInc3vH","createdAt":"2021-05-26T15:45:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034065,"tagsStr":"business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:39:58.000Z","url":"https://www.theverge.com/2021/5/26/22454728/ford-plus-pro-electric-explorer-suv-investment","canonicalUrl":"https://www.theverge.com/2021/5/26/22454728/ford-plus-pro-electric-explorer-suv-investment","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c38c390a27afb9c270194567f07ea1ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDBAARBSEiUVKx0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABACICAxH/2gAMAwEAAhEDEQA/AMU4TdkuulE7ijiLORGxCyHRJJXv0jn7ya9Ri7E2JNk+KfMYxuFgWB20eE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"afQVvf1Yf","title":"1918 flu mutated to become deadlier in later waves, century-old lungs reveal","shortId":"afQVvf1Yf","createdAt":"2021-05-26T15:38:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27034058,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:14:58.000Z","url":"https://www.livescience.com/1918-flu-variant-deadlier-later-waves-lung-tissue.html","canonicalUrl":"https://www.livescience.com/1918-flu-variant-deadlier-later-waves-lung-tissue.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff408d258817e8eefc5f9160dff780ff","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQIDBAARBQYSMQcTISIyYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AxOW5GGYvMilqM5Hkzubpc8lNgKAbBWCFK27j7NthUq+IbEdamXn8wJdbOhQbnEpBHQ2JNyPtKUH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6vgySHQf9","title":"How to Use React-Hook-Form to Build Beautiful Forms with Chakra UI","shortId":"6vgySHQf9","createdAt":"2021-05-25T20:35:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":1025,"score":27034057,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-26T06:00:00.000Z","discussionScore":6,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:26:38.000Z","url":"https://www.freecodecamp.org/news/how-to-use-react-hook-form-with-chakra-ui/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-react-hook-form-with-chakra-ui/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd992909fc66259894a4f60cedd98b71","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRABAAEDBQAAAAAAAAAAAAAAAQACESESMlGRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAIRAf/aAAwDAQACEQMRAD8A0vQJVmrLfc+cSgsBd7iI5ITV3Z9raf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@BrodasGeo","readTime":7,"description":null,"toc":null,"summary":null},{"id":"HXwnboLJQ","title":"The Lakers May Have Found a Way to Burn Out the Suns","shortId":"HXwnboLJQ","createdAt":"2021-05-26T15:37:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27034057,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:27:55.000Z","url":"https://www.theringer.com/2021/5/26/22454834/lakers-suns-nba-playoffs-lebron-james","canonicalUrl":"https://www.theringer.com/2021/5/26/22454834/lakers-suns-nba-playoffs-lebron-james","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12a931687f58dca6b2117ec25894214e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAREiEFMQYycf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQEBAAICAwAAAAAAAAAAAAABAgARAwUhMWH/2gAMAwEAAhEDEQA/AK3GRGp3lUhqUnPJLg9iE6cyBKb2J338rQRmiIzQzJsgbOz1SlAO1ur5iKfBMOvqO8Xiz6z/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"FQcLBPxrC","title":"Lockheed Martin and GM are working on an electric Moon buggy","shortId":"FQcLBPxrC","createdAt":"2021-05-26T15:34:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27034054,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T15:30:00.000Z","url":"https://www.theverge.com/2021/5/26/22454485/lockheed-martin-general-motors-gm-electric-autonomous-buggy-moon-rover-nasa","canonicalUrl":"https://www.theverge.com/2021/5/26/22454485/lockheed-martin-general-motors-gm-electric-autonomous-buggy-moon-rover-nasa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de36e41599e76d182f67ff3aa530a86c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERIUMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8Aw2fAQd22njYJz1IUK7Xfn3VE1rk5JncZm4QMxPFV0B8A3SlIlwnqnp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IiiOAg6Zw","title":"Looking to leave WordPress behind? You?re not alone","shortId":"IiiOAg6Zw","createdAt":"2021-05-26T15:18:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27034038,"tagsStr":"wordpress,cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:49:58.000Z","url":"https://martech.org/looking-to-leave-wordpress-behind-youre-not-alone/","canonicalUrl":"https://martech.org/looking-to-leave-wordpress-behind-youre-not-alone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/efb58fbde2b364d8d03ff02c99f4e99e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQIHAQAAAAAAAAAAAAABAgADEgUGISIxQVHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQMhQf/aAAwDAQACEQMRAD8AjOYK1N8KoXhyHQEDTofZPmdrjuPPsRJ4FTHD/9k=","siteTwitter":"@sengineland","creatorTwitter":"@pamelaparker","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CBcTVfMDS","title":"Amazon Just Bought MGM For Over $8 Billion. Your Move, Netflix","shortId":"CBcTVfMDS","createdAt":"2021-05-26T15:16:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27034036,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:12:00.000Z","url":"https://www.wired.com/story/amazon-mgm-acquisition-streaming","canonicalUrl":"https://www.wired.com/story/amazon-mgm-acquisition-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f854bdd7a276f5456f25119b7a90c918","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDEQAEBSFhEhP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AmJxl7j7hp9rNXy/mZKXFEhW5E7jna3QzbJAK7NXo7Pl8gTwRqlKtMEWlv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yiWQVYsqx","title":"Premiere: Mha Iri parts the sky with latest techno heater, ‘Angels Cry’","shortId":"yiWQVYsqx","createdAt":"2021-05-26T13:55:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033955,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:54:47.000Z","url":"https://dancingastronaut.com/2021/05/premiere-mha-iri-parts-the-sky-with-latest-techno-heater-angels-cry/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-mha-iri-parts-the-sky-with-latest-techno-heater-angels-cry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d83d17dd28c7185714cc234100ddc22","ratio":1.49253731343284,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAgMBAAQFERIhMQYUsf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAgMAAQQRIf/aAAwDAQACEQMRAD8Ao5nFXOM8G95Nql5E1d0Uie01r5k4iZ74nr7pWWWq0asWALdhxBRrp1NKVPPMBMuriy3tSoSDns//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pU0tnjPN4","title":"The ‘Shin Megami Tensei III: Nocturne’ Remaster Refines a Cult Classic","shortId":"pU0tnjPN4","createdAt":"2021-05-26T13:16:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:09:37.000Z","url":"https://www.theringer.com/2021/5/26/22454120/shin-megami-tensei-nocture-review-persona","canonicalUrl":"https://www.theringer.com/2021/5/26/22454120/shin-megami-tensei-nocture-review-persona","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d1edc77dd304557de492a5b6ac45eea","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQQBAQkAAAAAAAAAAAAAAgABAwQFEgYHERUiMUFSgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAgABAwQREiEi/9oADAMBAAIRAxEAPwCj2pylWpvowWELGQTDBHGwWDMtYvZ4i7t46Wj+6n7LTOU1fRESiZXfaimp4sR5Zf/Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"aM6683h-C","title":"You can now hide like counts on Instagram and Facebook","shortId":"aM6683h-C","createdAt":"2021-05-26T13:06:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033906,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T13:00:00.000Z","url":"https://www.theverge.com/2021/5/26/22454428/facebook-instagram-hide-like-counts-feature-now-available","canonicalUrl":"https://www.theverge.com/2021/5/26/22454428/facebook-instagram-hide-like-counts-feature-now-available","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b51d59365defe82a8548feed505afa9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAwQFESEGIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAICAgMBAAAAAAAAAAAAAAECAwQAEQYhsbL/2gAMAwEAAhEDEQA/ALnwyMV8xXxgirGpWjuPYRFp5JYD7HfR34s/7RENXtSx14ijEbUeDKfxVRLPZL9nY+nz/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HFV2NvSr4","title":"When to Reply on Social Media—and When to Not","shortId":"HFV2NvSr4","createdAt":"2021-05-26T13:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:00:00.000Z","url":"https://www.wired.com/story/when-to-reply-on-social-media-and-when-to-not","canonicalUrl":"https://www.wired.com/story/when-to-reply-on-social-media-and-when-to-not","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79efec6226f14aa469eca72b572dc2bc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAACAgEEAQUAAAAAAAAAAAABAgMEBQAGESEHEhMxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAyGR/9oADAMBAAIRAxEAPwCOPyXYwuzKW4qNFlsXMrJNLCbLe2zRsIx0AOipPI+zx+AagyPk3NR5C0kXpjjWVgqJI4VRyeAO/gaaaoQ0sFH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kfew9rd9T3","title":"Help! My Coworker Always Asks for Advice—Then Ignores It","shortId":"kfew9rd9T3","createdAt":"2021-05-26T13:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:00:00.000Z","url":"https://www.wired.com/story/ooo-my-coworker-ignores-my-advice","canonicalUrl":"https://www.wired.com/story/ooo-my-coworker-ignores-my-advice","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad013ca89be52d8b5f654b3a5beeb132","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQREgUGIQcTFZTi/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQACAQQDAAAAAAAAAAAAAAABAiEAAwRRBRGB/9oADAMBAAIRAxEAPwCncO8azXpbzGQU1NS1C9uSmLEMrA55lcg1jYFbW54Mag9TQST4g+18QhEHd4bCdFQ24UnqSNaM+0wImv/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Bxj8Fo0e2","title":"Lou Elliotte / Brand design for a musician","shortId":"Bxj8Fo0e2","createdAt":"2021-05-26T12:44:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27033884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/113397701/Lou-Elliotte-Brand-design-for-a-musician","canonicalUrl":"https://www.behance.net/gallery/113397701/Lou-Elliotte-Brand-design-for-a-musician","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/209462113397701.6026bbc58dc5f.gif","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgQFIRExUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQEBAQAAAAAAAAAAAAAAAAARAAH/2gAMAwEAAhEDEQA/AN9sVbhLbkFkphDrgLAhJuvX2r0RH3WWF//Z","siteTwitter":"@behance","creatorTwitter":"@yarzatwins","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ioSiwSm0Q","title":"Amazon buys MGM for $8.45 billion","shortId":"ioSiwSm0Q","createdAt":"2021-05-26T12:44:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:41:26.000Z","url":"https://www.theverge.com/2021/5/26/22441644/amazon-mgm-acquisition-prime-video-subscription-service-james-bond","canonicalUrl":"https://www.theverge.com/2021/5/26/22441644/amazon-mgm-acquisition-prime-video-subscription-service-james-bond","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01fe547f548a5fc1e70c6140c5fc586a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFERIhIjHB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAQf/aAAwDAQACEQMRAD8Aw7D3qFTB2a8uOM7pmDlKZQHDfjj29Ne1MytY2V4aHaBIGz8REiQVO6VKhv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pqlUG-fcs","title":"Luka! Plus: The Bucks and Big Tech Craziness With Ben Thompson. Plus: Three Decades of Counting Crows With Adam Duritz.","shortId":"pqlUG-fcs","createdAt":"2021-05-26T12:25:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033865,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:17:51.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/26/22454525/luka-bucks-big-tech-craziness-with-ben-thompson-three-decades-of-counting-crows-with-adam-duritz","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/26/22454525/luka-bucks-big-tech-craziness-with-ben-thompson-three-decades-of-counting-crows-with-adam-duritz","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a56b36b7bb649b45bd7742d836b30f0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwQFESExBmGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDMmH/2gAMAwEAAhEDEQA/ALizyG7K1zC3prV6LRXU/ZUsxVj73UdTQmHJ5P2IkvSoZ0T2Pekn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yF_Wxspyv","title":"Celtics and Clippers Go Down 0-2 While the Lakers Even Their Series With the Suns","shortId":"yF_Wxspyv","createdAt":"2021-05-26T12:18:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033858,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:15:25.000Z","url":"https://www.theringer.com/2021/5/26/22454536/celtics-and-clippers-go-down-0-2-while-the-lakers-even-their-series-with-the-suns","canonicalUrl":"https://www.theringer.com/2021/5/26/22454536/celtics-and-clippers-go-down-0-2-while-the-lakers-even-their-series-with-the-suns","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f0792622d89026276a41d9db4db4287","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQREhMFFSFBQmFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDNHX4bG9U5dS1V69OGOR0YdpAYHE47kknqoVvgIFqYb4OHu8Pf1EQwlK4NT1H/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5ynCu2kkb","title":"Matt LaFleur and Robert Saleh on Reaching the Pinnacle of the Profession and Coaching for and Against Aaron Rodgers","shortId":"5ynCu2kkb","createdAt":"2021-05-26T12:11:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033851,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:08:19.000Z","url":"https://www.theringer.com/2021/5/26/22454288/matt-lafleur-robert-saleh-reaching-the-pinnacle-coaching-for-and-against-aaron-rodgers-and-benihana","canonicalUrl":"https://www.theringer.com/2021/5/26/22454288/matt-lafleur-robert-saleh-reaching-the-pinnacle-coaching-for-and-against-aaron-rodgers-and-benihana","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30a8aeade9d45af7b0681bf82fde2808","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQQCAwAFBhEhEyIyQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEQMC/9oADAMBAAIRAxEAPwDZ2bbTc1ZoQtbXtcXqV8ldvPjBl8oggjn2P13l6duaOnVBaC7MoUxFYMmZckDrv8xjJNcuElEGKH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"m7pOPpgQi","title":"How much energy can be created at one time?","shortId":"m7pOPpgQi","createdAt":"2021-05-26T11:04:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:00.000Z","url":"https://www.livescience.com/how-much-energy-can-be-created-at-once.html","canonicalUrl":"https://theconversation.com/how-much-energy-can-people-create-at-one-time-without-losing-control-156827","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9b06791e7e901f72ba53ee6d68f8f8a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFERIhMRMUQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDF7ZFZHWbp1FtlmrACRL3Ba1u3oc+fik3iPW7EeBnYZ4RFReIGabP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DLTdYQ9oh","title":"Illustrations 2021","shortId":"DLTdYQ9oh","createdAt":"2021-05-24T08:37:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030757,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/119527821/Illustrations-2021","canonicalUrl":"https://www.behance.net/gallery/119527821/Illustrations-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe80dd41c85f85472499c054327066d1","ratio":1.45985401459854,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACBBEhAxMFBgcSInPh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAIRE0FC/9oADAMBAAIRAxEAPwDE63IsQTdOK2M3ZLS7v3PMmsZrAVg6c8IoWJF+34iJsd9yiNJyT//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hnseGDhia","title":"‘60 Songs That Explain the ’90s’: The Eternal Bounce of ‘Back That Azz Up’","shortId":"hnseGDhia","createdAt":"2021-05-26T12:10:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:05:07.000Z","url":"https://www.theringer.com/2021/5/26/22454255/juvenile-back-that-azz-up","canonicalUrl":"https://www.theringer.com/2021/5/26/22454255/juvenile-back-that-azz-up","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/088481b6458528aa55947b112b941614","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAFBiGRMf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADERIiQf/aAAwDAQACEQMRAD8AvyiS1wrZyazW3rVmnTjr20jtsGUuXIAIUL0APfM3jUo1nVU52kYNLCjkdH6oOMYLnbo+xXsaxiznJn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"Nac8EnID5Z","title":"Provisional England Squad, Premier League Final Day, and Flowers for Lewandowski","shortId":"Nac8EnID5Z","createdAt":"2021-05-26T12:10:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:08:10.000Z","url":"https://www.theringer.com/2021/5/26/22454282/provisional-england-squad-premier-league-final-day-flowers-for-lewandowski","canonicalUrl":"https://www.theringer.com/2021/5/26/22454282/provisional-england-squad-premier-league-final-day-flowers-for-lewandowski","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7010baa53b1ea04f480e660d784e6bab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABSEEBhIRE2Gh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AIzdF0mhitojSAHVOqsTBGSFJOMr4+VQvZ9LzbiiAdcDtJj1SlC7pPjLLxM//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EZoS1aiXP","title":"VR Trainings Are Not Going to Fix Corporate Racism","shortId":"EZoS1aiXP","createdAt":"2021-05-26T12:02:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033842,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T08:00:00.000Z","url":"https://www.wired.com/story/vr-trainings-corporate-racism","canonicalUrl":"https://www.wired.com/story/vr-trainings-corporate-racism","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1eae48f703f97c1b73580e4efa10ca77","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQDAAMBAAAAAAAAAAAAAgEDBBEABTEGEhNh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AK8Hymb56PZsOHsje+zLhCqFSDy6VKLnLS80WF48cSGxHLYyniZbFtXTWyNUSvZf1e4xhlCp4f/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"uYEVCu3N4","title":"All Our Favorite Accessories for the Nintendo Switch","shortId":"uYEVCu3N4","createdAt":"2021-05-26T12:02:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033842,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T08:00:00.000Z","url":"https://www.wired.com/gallery/best-nintendo-switch-accessories","canonicalUrl":"https://www.wired.com/gallery/best-nintendo-switch-accessories","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96fa4090023b92b7b3e0ee22ce54a587","ratio":1.91104734576758,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAwACBAURBkESITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEEUFRwf/aAAwDAQACEQMRAD8AnsvZNdyDHuou2LWCPNQHqrRJ+9b7lBEQ3YxIXfUqWNWqPYRyfBP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"1z8CtwSgZ","title":"St. Josef Church","shortId":"1z8CtwSgZ","createdAt":"2021-05-26T04:35:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27033395,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/120112695/St-Josef-Church","canonicalUrl":"https://www.behance.net/gallery/120112695/St-Josef-Church","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3a9312fa334e19714aa06774d0be4d9","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAQhBQYREjFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAESUf/aAAwDAQACEQMRAD8A0c2WrmCy6pa3SLG0cyxuQzHjEnZwPMYz7UF9u7vV2EJ0logeEMnJYj4T+0pVU9CUf//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1CuXllUyY","title":"Meet Your Next Angel Investor. They're 19","shortId":"1CuXllUyY","createdAt":"2021-05-26T11:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033784,"tagsStr":"tech-news,startup,venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:00:00.000Z","url":"https://www.wired.com/story/meet-your-next-angel-investor-theyre-19","canonicalUrl":"https://www.wired.com/story/meet-your-next-angel-investor-theyre-19","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a38d9920515995e79d110c0de2047ae2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQMEEQACEiEFMRMyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQEBAQADAAAAAAAAAAAAAAACAQADEUH/2gAMAwEAAhEDEQA/ANKfouxzfGuw+U8VwuRLaDhMe4gje/s9VawuGisqSNTl3SlLgyJdYfmdRMvm/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Jo9kkLiYF","title":"So You’re Vaccinated! How Can You Let People Know?","shortId":"Jo9kkLiYF","createdAt":"2021-05-26T11:04:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T07:00:00.000Z","url":"https://www.wired.com/story/wear-your-vaccinated-sticker-with-pride","canonicalUrl":"https://www.wired.com/story/wear-your-vaccinated-sticker-with-pride","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/169989386b35fa22bc92a48ca5b1161e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADMRITISJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAECAwAh/9oADAMBAAIRAxEAPwDYwY6bYquW2WNu1ALFdISyvF0eKv6KORSu2snauyHA2OHIZzHHsb8nnGMOrRlHDlozVj0b/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KIqnAQEoo","title":"Madagascar may be a secret stronghold for 'living fossil' fish","shortId":"KIqnAQEoo","createdAt":"2021-05-26T11:04:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:00.000Z","url":"https://www.livescience.com/madagascar-coelacanth-population.html","canonicalUrl":"https://www.livescience.com/madagascar-coelacanth-population.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4270f49c502c250369b68555c5a719f4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQRFSNRYaHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQADAAAAAAAAAAAAAAAAAAEAAyH/2gAMAwEAAhEDEQA/AMDVZVNMROhJsPO3JnA6BHxW6e3hvqIk6g0h9i5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"T0nWujDig","title":"$1.2 million worth of rare, stolen cactuses confiscated and returned to Chile","shortId":"T0nWujDig","createdAt":"2021-05-26T11:04:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:02:00.000Z","url":"https://www.livescience.com/endangered-stolen-cacti-returned-to-chile.html","canonicalUrl":"https://www.livescience.com/endangered-stolen-cacti-returned-to-chile.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09fff92e59392157f3ad87742b5df90a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAGESEFEjFy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAD/9oADAMBAAIRAxEAPwDMQofMWjbqZkTkBIYdeStKHCUkd9YUB7jA3kenVQZtx3CiY+lUhnslxQOFnHvzSlDwYtbm7KFAm//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ZcDJ6YZ_z","title":"ER visits declined during pandemic. But that wasn't a bad thing, study suggests.","shortId":"ZcDJ6YZ_z","createdAt":"2021-05-26T11:04:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:00.000Z","url":"https://www.livescience.com/er-visits-drop-pandemic.html","canonicalUrl":"https://www.livescience.com/er-visits-drop-pandemic.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd76819315029f95bba848a63c93475b","ratio":1.48698884758364,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIEAAMGEQUHEiFBcaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAAxESIf/aAAwDAQACEQMRAD8AuyfM2j8OSJdd48YEM1u0NtdYDW9+B291g25iQlYqsOOFB0B0OdfaUowdnlxV7KhYjwM//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"UI-TzjtKa","title":"6 sacrificial pits filled with artifacts reveal rituals of ancient Chinese kingdom","shortId":"UI-TzjtKa","createdAt":"2021-05-26T11:04:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:00.000Z","url":"https://www.livescience.com/ancient-china-city-treasure-artifacts-saxingdui.html","canonicalUrl":"https://www.livescience.com/ancient-china-city-treasure-artifacts-saxingdui.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ce0b1522c6c076efe6c11e73e5aa735","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQRBhUFBxIiMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAIDERIh/9oADAMBAAIRAxEAPwCZBqWx4tbw6Xu7M7vcTx2LzquICwIUv0hvZGTlT5NaN+SchdjJtBcnuIjYZPylKhbNchFX1Fn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fh-0njKVFW","title":"Great white shark population off California's coast is growing","shortId":"fh-0njKVFW","createdAt":"2021-05-26T11:04:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27033784,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T11:00:39.000Z","url":"https://www.livescience.com/healthy-california-shark-population.html","canonicalUrl":"https://www.livescience.com/healthy-california-shark-population.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f8311ea42fb5f4a9c3e7537a0647c0f","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYSITGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMRUQT/2gAMAwEAAhEDEQA/ALB5fHhwhrosAr6AOKddooJoV1r77IzId2urU6tRjUSSa8GsYxJXQoJbsDWet3xTmAcn/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pf6VYB7D3","title":"The Hostile Takeover of a Microsoft Flight Simulator Server","shortId":"pf6VYB7D3","createdAt":"2021-05-26T11:04:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27033784,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T07:00:00.000Z","url":"https://www.wired.com/story/hostile-takeover-microsoft-flight-simulator","canonicalUrl":"https://www.wired.com/story/hostile-takeover-microsoft-flight-simulator","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/302a320e81670128f7c8778b7e46ac73","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBABAAEDAwUAAAAAAAAAAAAAAQIAAxEEBRMGMUGB4f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAABAiEAEf/aAAwDAQACEQMRAD8Axtk6g1l8lZJ8Uskc23EVRcsfR5qed/WE5DdsKPfh+0pTIx6bgdRJv//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"aFi8zOsRU","title":"Bass house belongs to BROHUG—stream ‘Daybreak’","shortId":"aFi8zOsRU","createdAt":"2021-05-26T10:46:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033766,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:45:00.000Z","url":"https://dancingastronaut.com/2021/05/bass-house-belongs-to-brohug-stream-daybreak/","canonicalUrl":"https://dancingastronaut.com/2021/05/bass-house-belongs-to-brohug-stream-daybreak/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f46a72997b86cd40d79175a477008aaa","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhExFCFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACERIhMf/aAAwDAQACEQMRAD8AxbTmurjA27Y/EWsHTF2IM8as7AgAhjz4PHG9SZsjZvNIz2CKzMSQp7A+h8pSj6VOnsSWVwz/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Q8WksWaEv","title":"How Carlos Rodón Went From Non-tendered to Cy Young Contention","shortId":"Q8WksWaEv","createdAt":"2021-05-26T10:38:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033758,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:30:00.000Z","url":"https://www.theringer.com/mlb/2021/5/26/22453796/carlos-rodon-chicago-white-sox-return-to-form","canonicalUrl":"https://www.theringer.com/mlb/2021/5/26/22453796/carlos-rodon-chicago-white-sox-return-to-form","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e913f8706b9341d4e4cd911112c3463e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEMRITIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDWnjnfRhyBE2xyHWHE0b8J1elZEQf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0H022TxxH","title":"Papa Khan clocks in ‘Disabled’ for ‘Malignant Vol.2’ label showcase","shortId":"0H022TxxH","createdAt":"2021-05-26T10:07:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033727,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/papa-khan-clocks-in-disabled-for-malignant-vol-2-label-showcase/","canonicalUrl":"https://dancingastronaut.com/2021/05/papa-khan-clocks-in-disabled-for-malignant-vol-2-label-showcase/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8dc04baa13492e2271fe8763138ac98","ratio":1.78107606679035,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMCBwAAAAAAAAAAAAABAwIABBEhUQUGEhMyQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AhTzu68tYDs9C4LuFMVHAizI0O40z9qcRxB8EriGHAiB4RPrelKso1//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"GQUy73IOf","title":"Introduction to Shell ScriptingRecently I made two presentations on getting started with shell...","shortId":"GQUy73IOf","createdAt":"2021-05-26T10:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27033724,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:00:00.000Z","url":"https://nishalkulkarni.tumblr.com/post/652141928080605184/introduction-to-shell-scripting","canonicalUrl":"https://nishalkulkarni.tumblr.com/post/652141928080605184/introduction-to-shell-scripting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/288fb70991e9d207960ae2c7bc881fd2","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHRABAAICAwEBAAAAAAAAAAAAAQIDABEEBRIGcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8Ak5gX0XlX2tlfm0tIW8JnA36HySVf3eZ8Ow55CJH7mtiGhetjtMYyrgGB6X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZlAyyL4uH","title":"Newcomer Kerala delivers heartfelt single ‘Different Light’ ahead of debut EP","shortId":"ZlAyyL4uH","createdAt":"2021-05-26T09:57:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033717,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:55:00.000Z","url":"https://dancingastronaut.com/2021/05/newcomer-kerala-delivers-heartfelt-single-different-light-ahead-of-debut-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/newcomer-kerala-delivers-heartfelt-single-different-light-ahead-of-debut-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9c20053545f988552f065dc1fcba709","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwYI/8QAJxAAAgECBAQHAAAAAAAAAAAAAQIDAAUEBhEhEiIxQRUjNEJRYpH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMh8P/aAAwDAQACEQMRAD8A0BjMwQQC5uzxmTByKihQfdtv89/yqHDyCWCOTlPEobUdDqKBLo7tNm8MzEC4Raanp5klJmX5ZPAbbzt6aLv9RQmUeuU7Nckie4Z//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Sg9FRntTY","title":"WhatsApp sues Indian government over new rules it says break encryption","shortId":"Sg9FRntTY","createdAt":"2021-05-26T09:45:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033705,"tagsStr":"data-privacy,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:41:13.000Z","url":"https://www.theverge.com/2021/5/26/22454381/whatsapp-indian-government-traceability-lawsuit-break-encryption-privacy","canonicalUrl":"https://www.theverge.com/2021/5/26/22454381/whatsapp-indian-government-traceability-lawsuit-break-encryption-privacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49ef25b7c1d7b9feb73ac6278abeece5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFEhMGITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAhEQABAwEJAAAAAAAAAAAAAAABAAIRIQQGEhMjJEGBsf/aAAwDAQACEQMRAD8AjMneR4kazrGVSXUtNNyG1dTjCUGjxKRVqBok2T+38ynaDxQzdDrZSW9CkPxm3QlepC1DkkGirsFn39oXjGNvBtsGTSZnqngUS2abAW8lf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"THRH-3YNs","title":"Sony’s AI subsidiary is developing smarter opponents and teammates for PlayStation games","shortId":"THRH-3YNs","createdAt":"2021-05-26T09:42:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033702,"tagsStr":"tech-news,ai,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T09:38:39.000Z","url":"https://www.theverge.com/2021/5/26/22454377/sony-ai-playstation-game-agents-corp-document-presentation-2021-strategy","canonicalUrl":"https://www.theverge.com/2021/5/26/22454377/sony-ai-playstation-game-agents-corp-document-presentation-2021-strategy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9acc5676f24e4e68258e54549b0df17","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFEQYHQRIUQ2Gy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEC/9oADAMBAAIRAxEAPwCht7qKp1Za5c6+yaepbvjTOrSx0NhcqwXgg4I98xpLWSbbSEnwp8iEIo4XIIbf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aqZ43v1Qr","title":"Trino on Nomad","shortId":"aqZ43v1Qr","createdAt":"2021-05-22T08:16:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":13,"score":27028215,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:18:57.000Z","url":"https://itnext.io/trino-on-nomad-79cb398a826","canonicalUrl":"https://itnext.io/trino-on-nomad-79cb398a826","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4294e29eb50f633b603240d825c61ba7","ratio":1.17762512266928,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQMCAAUREgQGITFRcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQADAQEAAAAAAAAAAAAAAAEAAhESIf/aAAwDAQACEQMRAD8AnLd2zlonyGm+IWZOPxkAZAiIYJHoev2tes/dmNtHBY1CGMmiEpT312JiMnGvj6pSljZ9WQ74qYE//9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"0A4X1Q_i_","title":"VERVE MAGAZINE - EDITORIAL ILLUSTRATIONS","shortId":"0A4X1Q_i_","createdAt":"2021-05-26T08:45:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27033645,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/120190099/VERVE-MAGAZINE-EDITORIAL-ILLUSTRATIONS","canonicalUrl":"https://www.behance.net/gallery/120190099/VERVE-MAGAZINE-EDITORIAL-ILLUSTRATIONS","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/075db5672b45d162faed300d68318cf9","ratio":1.48305084745763,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAABAECAwAFERIGMRMhQv/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACA0H/2gAMAwEAAhEDEQA/AJQ6A4zl5sLYjPZEyeJxDcOfuuMrt1WtWV11SzAJHCbog8aNyUnWqY+qUo7KWl1oM//Z","siteTwitter":"@behance","creatorTwitter":"@rohandahotre","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4lZW69INE","title":"Keep Calm and Hack The Box – Valentine","shortId":"4lZW69INE","createdAt":"2021-05-25T22:49:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":116,"score":27033640,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T22:43:11.000Z","url":"https://www.freecodecamp.org/news/keep-calm-and-hack-the-box-valentine/","canonicalUrl":"https://www.freecodecamp.org/news/keep-calm-and-hack-the-box-valentine/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d80d43ab9d5d900e59c7415b9a911362","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQADBAIRBRJBVIGT4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAxEhMWLR/9oADAMBAAIRAxEAPwDDY8iMxGkxmo9QbfADlyCTbQEi44UuTDts72+Iidd7VYIomkkMbnkeL//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@SonyaMoisset","readTime":15,"description":null,"toc":null,"summary":null},{"id":"aIlkODkkB","title":"Ksnip 1.9.0 für X11 und Wayland","shortId":"aIlkODkkB","createdAt":"2021-05-26T08:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T08:14:54.000Z","url":"https://linuxnews.de/2021/05/ksnip-1-9-0-fuer-x11-und-wayland/","canonicalUrl":"https://linuxnews.de/2021/05/ksnip-1-9-0-fuer-x11-und-wayland/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3RaXuI4HEd","title":"Unterstützung für Raspberry Pi GPIO (Header Pins) in Ubuntu 21.04","shortId":"3RaXuI4HEd","createdAt":"2021-05-26T07:23:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T07:05:59.000Z","url":"https://www.bitblokes.de/unterstutzung-fur-raspberry-pi-gpio-header-pins-in-ubuntu-21-04/","canonicalUrl":"https://www.bitblokes.de/unterstutzung-fur-raspberry-pi-gpio-header-pins-in-ubuntu-21-04/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LQ4SibKHf","title":"A Guide To Undoing Mistakes With Git (Part 2)","shortId":"LQ4SibKHf","createdAt":"2021-05-25T14:27:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","tweeted":true,"views":569,"score":27033551,"tagsStr":"webdev,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-25T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/undoing-mistakes-git-part2/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/undoing-mistakes-git-part2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e01fa08d2f148843b8480f293a9423a5","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDBAAFEgYRFCEiIzEyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADIRHR/9oADAMBAAIRAxEAPwDZtMWrgLe+4qSt0nvJGITjsj15fKrb9YyH4EZ1cRnJxpKj1HyQDSlJrUOSW2Btc0qqpg55P//Z","siteTwitter":"@smashingmag","creatorTwitter":"@gntr","readTime":10,"description":null,"toc":null,"summary":null},{"id":"XtEgdN0fw","title":"AI can spot overlooked IVC filters on radiography exams","shortId":"XtEgdN0fw","createdAt":"2021-05-26T07:06:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27033546,"tagsStr":"data-science,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132505&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132505","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ff3ec05f1865a47bf71642b548d8a11","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYHIRRBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAQRH/2gAMAwEAAhEDEQA/AMw0JzDx3uRo44CV8fDPGGZSXAyrej3Vz731K7mkuZFQPMxkYL0AScnH2lKtNNejzGpJBO7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"qe94U0VYC","title":"Knicks Face Must-Win in Game 2","shortId":"qe94U0VYC","createdAt":"2021-05-26T05:51:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033471,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T05:41:34.000Z","url":"https://www.theringer.com/2021/5/26/22454311/knicks-face-must-win-in-game-2","canonicalUrl":"https://www.theringer.com/2021/5/26/22454311/knicks-face-must-win-in-game-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e945104942c40d466a0595424dcd715","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQGEQUHE1ESMdH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRBCEFkeH/2gAMAwEAAhEDEQA/AI1WitimuR6KVbFKtOkziIE5wXKvjybvIPqNNO0dnZONNYDrmb7CELlo247YjFqwb6CngyOlLw/der//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3N3istrI4","title":"US admits Xiaomi isn’t a ‘Communist Chinese military company’ after all","shortId":"3N3istrI4","createdAt":"2021-05-26T05:42:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033462,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T05:34:07.000Z","url":"https://www.theverge.com/2021/5/26/22454292/xiaomi-blacklist-removed-communist-chinese-military-company","canonicalUrl":"https://www.theverge.com/2021/5/26/22454292/xiaomi-blacklist-removed-communist-chinese-military-company","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c556b8b090d1a3aa011310aff73d5a35","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMRBSFEUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMhMf/aAAwDAQACEQMRAD8AxPGuzVmZsNEqVxl0FRAr7BPY+HWpDY40jPkAaroMfET3ES8elSNuE//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WI_SRBxrw","title":"Ken T Takusagawa: [ruimxwha] return value type annotation","shortId":"WI_SRBxrw","createdAt":"2021-05-26T05:06:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"phaskell","views":0,"score":27033426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T12:00:00.000Z","url":"http://kenta.blogspot.com/2021/05/ruimxwha-return-value-type-annotation.html","canonicalUrl":"http://kenta.blogspot.com/2021/05/ruimxwha-return-value-type-annotation.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"SbGROghSG","title":"Is Data Privacy Evolving Into Data Rights? Checking-In On Data Rights Management...","shortId":"SbGROghSG","createdAt":"2021-05-26T00:15:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":5,"score":27033392,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/is-data-privacy-evolving-into-data-rights-checking-in-on-data-rights-management-drm","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/is-data-privacy-evolving-into-data-rights-checking-in-on-data-rights-management-drm","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ea68e3ad99e550f5acef2feefc808f2","ratio":0.748502994011976,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAhEAACAQQCAgMAAAAAAAAAAAABAgMABAURBhIHITKB8f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Agsb4ja+4m2TSRQVTt8t0VzY0xTSRke1YqfqkPD8+y1rxuSyQqYuuvf5R/NfyyTO7a2zEmlL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0rn-kaqbR","title":"Amnesty International calls for Google to halt cloud business in Saudi Arabia","shortId":"0rn-kaqbR","createdAt":"2021-05-26T04:01:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033361,"tagsStr":"google,cloud,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T04:01:00.000Z","url":"https://www.theverge.com/2021/5/26/22453351/amnesty-international-halt-google-cloud-datacenters-saudi-arabia","canonicalUrl":"https://www.theverge.com/2021/5/26/22453351/amnesty-international-halt-google-cloud-datacenters-saudi-arabia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IgvjntE8d","title":"Mobian auf weitere Smartphones und ein Tablet portiert","shortId":"IgvjntE8d","createdAt":"2021-05-26T03:52:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27033352,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://linuxnews.de/2021/05/mobian-auf-weitere-smartphones-und-ein-tablet-portiert/","canonicalUrl":"https://linuxnews.de/2021/05/mobian-auf-weitere-smartphones-und-ein-tablet-portiert/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e7112fd5a299126d730f39bcd9c8178","ratio":1.78934010152284,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAEDBQAAAAAAAAAAAAABAAIDBBIFEzEUFSEiUv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCIO9RaxTrVLFaDSpgJY4xkS2MDI5NI9nn6y5Vt8sge4M3A0HwOofwiIP/Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8XWpHNlPv","title":"What I Learned Building a Word Game App With Nuxt on Google Play","shortId":"8XWpHNlPv","createdAt":"2021-05-25T14:43:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":224,"score":27033350,"tagsStr":"tech-news,webdev,google,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-25T18:30:00.000Z","discussionScore":33,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:25:06.000Z","url":"https://css-tricks.com/what-i-learned-building-a-word-game-app-with-nuxt-on-google-play/","canonicalUrl":"https://css-tricks.com/what-i-learned-building-a-word-game-app-with-nuxt-on-google-play/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc6a8a8c1f6403992db36da81d2b254f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDAAQRBRIGExQVIzEyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAADAAECBAURIRP/2gAMAwEAAhEDEQA/AM40rRO13ActaXPMjVMS22QpBzn691SXgISyvJ1sC7yW2rbMAM/g8lKUZlbJK7x831tIVADIUkJNxn4v/9k=","siteTwitter":"@CSS","creatorTwitter":"@jjcollinsworth","readTime":28,"description":null,"toc":null,"summary":null},{"id":"Op38kYcaH","title":"A New Way To Reduce Font Loading Impact: CSS Font Descriptors","shortId":"Op38kYcaH","createdAt":"2021-05-25T10:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","tweeted":true,"views":650,"score":27033315,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-25T18:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8d6a7ffc9a3ceb1d8679971c5249ccb","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCAAQFBjEREiEiI1Gh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMhEdH/2gAMAwEAAhEDEQA/ANo0/jBaY9rA3iZeYCMAACFjoN/X2rjtYXDsfbNnbK5pqjI9x3IBpSlIocktsDa5qCqmDnk//9k=","siteTwitter":"@smashingmag","creatorTwitter":"@tunetheweb","readTime":8,"description":null,"toc":null,"summary":null},{"id":"kgJDCwMlo","title":"Daft Punk are among Kacey Musgraves’ muses for ‘Golden Hour’ follow-up","shortId":"kgJDCwMlo","createdAt":"2021-05-26T02:10:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033250,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T02:10:01.000Z","url":"https://dancingastronaut.com/2021/05/daft-punk-are-among-kacey-musgraves-muses-for-golden-hour-follow-up/","canonicalUrl":"https://dancingastronaut.com/2021/05/daft-punk-are-among-kacey-musgraves-muses-for-golden-hour-follow-up/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fed2deeff9c69f576c8a0ad331121cbb","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIFAAMEERMhMVEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAD/9oADAMBAAIRAxEAPwDKxMkMuLa0jhF2do3FU96H6I9q0nMNEVXisFmUaFmRiSfTz3SlE8xXVTTMib//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Stl0N3OwG","title":"The Best of Batman With Sean Fennessey","shortId":"Stl0N3OwG","createdAt":"2021-05-25T23:11:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27033071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:10:58.000Z","url":"https://www.theringer.com/2021/5/25/22453898/the-best-of-batman-with-sean-fennessey","canonicalUrl":"https://www.theringer.com/2021/5/25/22453898/the-best-of-batman-with-sean-fennessey","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2de91b67df93aaf5d174f0d2cc3de52e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJRAAAAUCBAcAAAAAAAAAAAAAAQIDBBEAEgUTISMGBxQyQWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAABAwIEEQD/2gAMAwEAAhEDEQA/AM85QY47acaJpmNnJKojtni0sBI6R5+VbjhCLwRddS8Tz92wFCiBbtY7fdKVNy6+uQFSzhFRLdM473//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"i9RsUL6de","title":"Octoverse Spotlight 2021: The Good Day Project—Personal analytics to make your work days better","shortId":"i9RsUL6de","createdAt":"2021-05-25T15:14:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"ghblog","views":110,"score":27033224,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:43.000Z","url":"https://github.blog/2021-05-25-octoverse-spotlight-good-day-project/","canonicalUrl":"https://github.blog/2021-05-25-octoverse-spotlight-good-day-project/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66ecf290ae357e29de47c21a07bb9e4f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMBCQAAAAAAAAAAAAAAAQACAxEEBRMVIlNxouH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8Axtl3OZZ3w4sZa81JMWocGqlkw3+nqIqLo4//2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":17,"description":null,"toc":null,"summary":null},{"id":"pJEXOljDa","title":"USB-C is about to go from 100W to 240W, enough to power beefier laptops","shortId":"pJEXOljDa","createdAt":"2021-05-26T00:57:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033177,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:51:27.000Z","url":"https://www.theverge.com/circuitbreaker/2021/5/25/22453936/usb-c-power-delivery-extended-power-range-epr","canonicalUrl":"https://www.theverge.com/circuitbreaker/2021/5/25/22453936/usb-c-power-delivery-extended-power-range-epr","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bd27545107eedbaa579d66dc4a912cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgIABQUAAAAAAAAAAAAAAQIDEQAEBQYhEiIxQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxFBUf/aAAwDAQACEQMRAD8Ar0ja+UG9czqaSSwvE1COFiiv2KR1gGmqyPHIr5zqGemIr3hhgxaxYjfBBtzsxGngn//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"25LyK_pe2","title":"Cabeza Patata x Outsiders Division","shortId":"25LyK_pe2","createdAt":"2021-05-26T00:36:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27033156,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:00:00.000Z","url":"https://www.behance.net/gallery/114494669/Cabeza-Patata-x-Outsiders-Division","canonicalUrl":"https://www.behance.net/gallery/114494669/Cabeza-Patata-x-Outsiders-Division","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2ebd8f82e07360946a8e920796f3a7d","ratio":1.27848101265823,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAwACAgMBAAAAAAAAAAAAAQIDAAQRMQUTInH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAQABBQAAAAAAAAAAAAAAAAIAAREhIjH/2gAMAwEAAhEDEQA/ANEbzLreenDVmnpog2L3VVQKyk8LzwWPXX5k9qzazkbkACxI+FxjEANc2lFa8n//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"geIg-GgOe","title":"Eero 6 and Pro 6 owners are now getting Apple’s HomeKit security features","shortId":"geIg-GgOe","createdAt":"2021-05-26T00:30:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033150,"tagsStr":"security,apple,iot","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-26T00:21:00.000Z","url":"https://www.theverge.com/2021/5/25/22453854/eero-pro-6-mesh-wifi-router-homekit-integration","canonicalUrl":"https://www.theverge.com/2021/5/25/22453854/eero-pro-6-mesh-wifi-router-homekit-integration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a460392ac605da45f12147d5cee7d85c","ratio":1.91118421052632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIDBQAEERIGEyEiMVPh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEQQx/9oADAMBAAIRAxEAPwDNoMx0Zw7JxlxEWd8q82Qbp5A5zRBIBbVjt8Z6VLqh4/Y4aexn2/KUplqUHgksnXc265n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7dgqtUa4t","title":"Fastify authentication strategy","shortId":"7dgqtUa4t","createdAt":"2021-05-25T12:05:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":190,"score":27033105,"tagsStr":"general-programming,authentication,fastify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-25T13:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:00:00.000Z","url":"https://daily.dev/blog/fastify-authentication-strategy","canonicalUrl":"https://daily.dev/blog/fastify-authentication-strategy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c7b7027b431763db758c106d2883f9cd","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAACAQIFBQEAAAAAAAAAAAABAwIABgQFERIhEyIxMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAABAiEAA//aAAwDAQACEQMRAD8AZFjQiyrljDDI6aFCK+Du13kEyOvJ7QR40NVBdnZe5cWyY/dMCR9fv5SlJejMKdLpDN//2Q==","siteTwitter":"","creatorTwitter":"@lawrence_eagles","readTime":8,"description":null,"toc":null,"summary":null},{"id":"l8hJAuDQm","title":"Lastlings expand 2021 repertoire with ‘False Reactions’ remix EP","shortId":"l8hJAuDQm","createdAt":"2021-05-25T23:27:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27033087,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:26:34.000Z","url":"https://dancingastronaut.com/2021/05/lastlings-expand-2021-repertoire-with-false-reactions-remix-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/lastlings-expand-2021-repertoire-with-false-reactions-remix-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e12359140be27ce364471f019e3b7e3d","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAgIDAAAAAAAAAAAAAQIDBBEABQYSByExYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8Aj+XeZpidxtWtfGWG48lpMYOOnqC0tXdRAo0v0Kv9+M3LScpjbPSwJ62HGlSo7b5QDYSVJCqv6vGMWQLSxH//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2M1jPvHZP","title":"Hundreds of Amazon employees call for Jeff Bezos and Andy Jassy to support Palestine","shortId":"2M1jPvHZP","createdAt":"2021-05-25T23:21:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033081,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:17:11.000Z","url":"https://www.theverge.com/2021/5/25/22453784/amazon-employees-support-palestine-sever-business-contracts","canonicalUrl":"https://www.theverge.com/2021/5/25/22453784/amazon-employees-support-palestine-sever-business-contracts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cce1f39c86aeccaad0210fcea3f8552e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAwQRIUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDM9eRVVjvU+HTa7b1axYMvHQBA9Em3ESD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"dZ66KP9Sq","title":"Jaguar I-Pace is Google’s first electric Street View car","shortId":"dZ66KP9Sq","createdAt":"2021-05-25T23:08:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033068,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T23:01:00.000Z","url":"https://www.theverge.com/2021/5/25/22453703/jaguar-i-pace-google-street-view-dublin-air-quality","canonicalUrl":"https://www.theverge.com/2021/5/25/22453703/jaguar-i-pace-google-street-view-dublin-air-quality","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6bb842b552dc2b90e2e922b7e9fbfc5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFERITIVKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAID/9oADAMBAAIRAxEAPwCO3GBY9JBivvzgqQpTyXw2k8ijASjUhIO3yt9Gtsx+M06b1NT0QFYDbPjIz6UpUdAAjORUv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3KDRpuXQV","title":"What am I?","shortId":"3KDRpuXQV","createdAt":"2021-05-24T08:04:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27030724,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T22:00:00.000Z","url":"https://blog.jimmac.eu/2021/what-am-i/","canonicalUrl":"https://blog.jimmac.eu/2021/what-am-i/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfb655414604632b0aefab3fd312ad79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADEQYTITElkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgMAAwAAAAAAAAAAAAAAASEAAgMEEmH/2gAMAwEAAhEDEQA/AMPpyVhGkA4jUwrUt3CTvEpKjcOMDJPPHYx0aiMfpbJ8LZ9q+0pTMcTEMVDhu+mhXYr2f//Z","siteTwitter":"@jimmac","creatorTwitter":"@jimmac","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HoeudmTak","title":"Philo is the latest live TV streaming service to get a price hike","shortId":"HoeudmTak","createdAt":"2021-05-25T22:45:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033045,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T22:42:05.000Z","url":"https://www.theverge.com/2021/5/25/22453776/philo-tv-streaming-service-price-increase","canonicalUrl":"https://www.theverge.com/2021/5/25/22453776/philo-tv-streaming-service-price-increase","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1032e39cbf20cb17dfb4f8628f954e04","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgABAxEEBRITUrHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQACAQUBAAAAAAAAAAAAAAABEQIAAyFRcQT/2gAMAwEAAhEDEQA/AMti1mbtQzXPaSRAD8WEAr06ph3cBua3rx+oio/itiBMwS5N5O+0GuXZSJgUglga5X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7MRSBkWpD","title":"UltraSight to conduct International Space Station study","shortId":"7MRSBkWpD","createdAt":"2021-05-25T22:15:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27033015,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T22:05:31.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132503&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132503","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f533d4420ed492b71d1666489f4445e8","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwYI/8QAJhAAAgECBQIHAAAAAAAAAAAAAQMCBCEABQYRMRITBwgyM0FCYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxIU/9oADAMBAAIRAxEAPwAV8NdBN1TmKwmBre2INZTLl0kwkSLyOwFwfnjGhljJaVcacuo6cqAWUhSdl7W6faPHHOIDym+rPpfbu00d/wA2ZbDU+lp5OZKSFGRkSSYC98R0OK0QvAqlUz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CcYkTnokJ","title":"Amazon workers demand company quit polluting near communities of color","shortId":"CcYkTnokJ","createdAt":"2021-05-25T22:01:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033001,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:55:23.000Z","url":"https://www.theverge.com/2021/5/25/22453516/amazon-workers-pollution-petition-letter-demand","canonicalUrl":"https://www.theverge.com/2021/5/25/22453516/amazon-workers-pollution-petition-letter-demand","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9319bc8b846b37217c2734dd20f4ce3a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFIRFBYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Az5BkK9ek6vYx0FiSTbJy57Xxk66PBHhCl179REgf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"55mUAWLQ_","title":"PSA for US Congresspeople: Please do not enter your phone’s passcode on TV","shortId":"55mUAWLQ_","createdAt":"2021-05-25T22:01:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27033001,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:59:07.000Z","url":"https://www.theverge.com/2021/5/25/22453758/ted-cruz-richard-blumenthal-iphone-passcode","canonicalUrl":"https://www.theverge.com/2021/5/25/22453758/ted-cruz-richard-blumenthal-iphone-passcode","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad1bf1de758e144ae07bcee31480a063","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABBEhBTEGUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAyECQYHB8P/aAAwDAQACEQMRAD8AlNp5Ew42xR7SF3ImAc96jA377zU0llhMrloWLEnJD4GflKUDQnG6lS9AHWC//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2k5pbXqut","title":"KA Imaging signs Alpha as U.S. x-ray distributor","shortId":"2k5pbXqut","createdAt":"2021-05-25T21:58:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:38:38.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132501&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132501","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ff4b3219f95057b7f21451c88d94a34","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAJxAAAgECBAQHAAAAAAAAAAAAAQIDBBEABQYxBxITIRUiQUJDYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAETFB/9oADAMBAAIRAxEAPwDQLp6jzbhws0kwlSpzHryhwqxylFsqNb2+Yn9tfBnLwjhaR28ZeO5J5Ebsv0O+2Fmmo6U6ey2M00JjSnQqvTFlNtwPTFqOipCi3pYNh8YwaqDkZiaF9n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"YdVSCx3I8","title":"Continuous Deployment of Confluent with Ansible Tower","shortId":"YdVSCx3I8","createdAt":"2021-05-25T17:20:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"conf","views":6,"score":27032983,"tagsStr":"aws,infrastructure,git,ansible,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:58:57.000Z","url":"https://www.confluent.io/blog/continuous-deployment-of-confluent-with-ansible-tower/","canonicalUrl":"https://www.confluent.io/blog/continuous-deployment-of-confluent-with-ansible-tower/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Z7msAFzWy","title":"The Dark Mod verabschiedet sich von Grayman (William-Steele-Serie)","shortId":"Z7msAFzWy","createdAt":"2021-05-24T07:17:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T06:54:11.000Z","url":"https://www.bitblokes.de/the-dark-mod-verabschiedet-sich-von-grayman-william-steele-serie/","canonicalUrl":"https://www.bitblokes.de/the-dark-mod-verabschiedet-sich-von-grayman-william-steele-serie/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"mbVCq7Pgx","title":"CT, ultrasound provide chance for fatty liver disease screening","shortId":"mbVCq7Pgx","createdAt":"2021-05-25T21:31:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032971,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:19:07.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132500&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132500","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de32ab03ad1511ac28931bab7e07caf3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMH/8QAIxAAAgECBQUBAAAAAAAAAAAAAQIDABEEBSEiQQYSEzFhNP/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHxEAAgECBwAAAAAAAAAAAAAAAQIAERIhIkFhcZHR/9oADAMBAAIRAxEAPwDGOn8rwwyJfJAtsSi3LMd5LWIOvAPFDp8vVZ5FUSABiALfaT4X8Mo4CxW+b6g4He2g91cyXAAwSyg5a7469e8z/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HjKymC4Zq","title":"Canon debuts online store for medical imaging parts","shortId":"HjKymC4Zq","createdAt":"2021-05-25T21:21:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032961,"tagsStr":"nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:10:22.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132499&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132499","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9ef28d0b3331720378be9d52404198f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQF/8QAJBAAAgEDAwMFAAAAAAAAAAAAAQIDBAURAAYhBxIxEyIjUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiL/2gAMAwEAAhEDEQA/AL7G/TO1WuiIptripNOrGSSikqJGIUZPgjOQc/udYNw3JsWavqZUmpSryswKULquCT4HZwNDtrj1bDSzS++UzHLty3IfPOjryyd7fI/n70M9NQ4Ev//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ocD4PPF6f","title":"The 2017 Movie Draft","shortId":"ocD4PPF6f","createdAt":"2021-05-25T12:17:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:12:51.000Z","url":"https://www.theringer.com/2021/5/25/22452548/the-2017-movie-draft","canonicalUrl":"https://www.theringer.com/2021/5/25/22452548/the-2017-movie-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/243cae5f6a05eb6b76f3c5f0f35987d6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQGEQUSEyExcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhETQf/aAAwDAQACEQMRAD8AyXGrm5hxSyha4dzFMFLnW26hG/WuUfKlnyS5WaRSGYhiCxkOz380pU66tBexs5Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BPJ3E-27u","title":"Government decides pipeline cybersecurity ought to be regulated","shortId":"BPJ3E-27u","createdAt":"2021-05-25T21:17:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032957,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:15:29.000Z","url":"https://www.theverge.com/2021/5/25/22453540/colonial-pipeline-regulations-cybersecurity-ransom-hack","canonicalUrl":"https://www.theverge.com/2021/5/25/22453540/colonial-pipeline-regulations-cybersecurity-ransom-hack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1276fdcc75e668020ac33f03a1bfb1eb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQRMQUGEhORIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAXEQEBAQEAAAAAAAAAAAAAAAABADER/9oADAMBAAIRAxEAPwDXaKil1GEPnnDoZCD0vjDgB8FhfHigS7Yp+x93NycB4HnNERB2DzL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tWp4ANzqd","title":"The greenest team in esports now has the perfect logo","shortId":"tWp4ANzqd","createdAt":"2021-05-25T21:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452962/flyquest-league-of-legends-lcs-esports-team-logo-rebrand","canonicalUrl":"https://www.theverge.com/2021/5/25/22452962/flyquest-league-of-legends-lcs-esports-team-logo-rebrand","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2eb0dcfa54c8578787510c2eae1c1095","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIhMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A0vLjrlpS6ZK4RSXPEAEDkNAfD3VUEEscEaPcySOqgFyBtjr3ylKkmD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6wh01uX2h","title":"Wow, investors actually just gave Turntable.fm $7.5 million","shortId":"6wh01uX2h","createdAt":"2021-05-25T21:07:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032947,"tagsStr":"venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T21:00:07.000Z","url":"https://www.theverge.com/2021/5/25/22453364/turntable-fm-7-5-million-investment-a16z-vc-hiring","canonicalUrl":"https://www.theverge.com/2021/5/25/22453364/turntable-fm-7-5-million-investment-a16z-vc-hiring","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a00df0e777fcdc6f8d85184ad2c39cc2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAURBAYSISIxgv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwDL7sjWvaml1cJjaXlE3pMjkcn4SRjyOj1UdNua4zTSSPIhd2LHESDs/mlKMGyLyqnU3v/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"K062Px6WE","title":"A New Antitrust Case Cuts to the Core of Amazon’s Identity","shortId":"K062Px6WE","createdAt":"2021-05-25T20:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032939,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:56:00.000Z","url":"https://www.wired.com/story/amazon-antitrust-lawsuit-cuts-to-core-of-identity/","canonicalUrl":"https://www.wired.com/story/amazon-antitrust-lawsuit-cuts-to-core-of-identity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e71eff6a761a875b9a923bc1998d82fa","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFERIhMUFR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAQACAwEAAAAAAAAAAAAAAAEAAhESQeH/2gAMAwEAAhEDEQA/AM6chiDdrRagyFMy46nErB1U0QvT50HGTn2fNQm0wHDuqMklXTmlKCTFRO+xmrso8Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"5QWrM9H8m","title":"ARTMS reports milestone in Ga-68 production","shortId":"5QWrM9H8m","createdAt":"2021-05-25T20:55:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032935,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:45:35.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132497&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132497","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/661ef6277d26ceb6f1cc783fd080baf4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAjEAABAwMEAgMAAAAAAAAAAAABAgMEABEhBQYSkRVBQlJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIxQf/aAAwDAQACEQMRAD8AMrnbN3HosORInPQNUYKkuM8OZeCk2zn0Lqv+WoiqJp5JLUlJb+JVHNyPV7C3VDNNJ8izk5Xno1Q+Svse6qi7CeI//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"2fkYqMO1v","title":"Tesla is already shipping cars without radar sensors","shortId":"2fkYqMO1v","createdAt":"2021-05-25T20:51:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032931,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:49:30.000Z","url":"https://www.theverge.com/2021/5/25/22453518/tesla-vision-radar-autopilot-model-3-y-fsd","canonicalUrl":"https://www.theverge.com/2021/5/25/22453518/tesla-vision-radar-autopilot-model-3-y-fsd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0044125c84e839f14bc9b3460c9a3183","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAACAQMEAAUGMRETUYGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQADAAAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AKCZdsrulxbfZyZ6AwJIQx4sZsR48Euy91eBl1zQURUiqvG+nf2lKZb2EFZP/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"46yQFKOw1m","title":"See inside Apple’s colorful new M1 iMac, thanks to iFixit’s latest teardown","shortId":"46yQFKOw1m","createdAt":"2021-05-25T20:51:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032931,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:50:07.000Z","url":"https://www.theverge.com/2021/5/25/22450876/ifixit-imac-2021-m1-processor-teardown-repairability-score","canonicalUrl":"https://www.theverge.com/2021/5/25/22450876/ifixit-imac-2021-m1-processor-teardown-repairability-score","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4c4737ea41fbab2b614ef4c9213934e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAwUEERITImH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/ANByV1xW9SYdzG7GG3eDJxTL9Pt2CrYraV0THOjj2QCdbRFeQ5C3/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YxjXOOlxG","title":"How to watch the Super Flower Blood Moon Eclipse online","shortId":"YxjXOOlxG","createdAt":"2021-05-25T20:49:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032929,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:40:23.000Z","url":"https://www.livescience.com/how-to-watch-total-lunar-eclipse-online-may-2021.html","canonicalUrl":"https://www.livescience.com/how-to-watch-total-lunar-eclipse-online-may-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42665a7b658376e0749f5164a64cd951","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAwACAQUAAAAAAAAAAAAAAQIDAAQRIjFBcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABIf/aAAwDAQACEQMRAD8AzE+623OctsCjLwqV461HYAnyPf3JV1HnV0LKSpIxjBUmP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HvNQGIODZ","title":"How to Create an Appointment Scheduling Platform: DIY vs. Plugin vs. Trafft","shortId":"HvNQGIODZ","createdAt":"2021-05-25T08:29:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"codrops","views":256,"score":27032924,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-25T11:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:28:25.000Z","url":"https://tympanus.net/codrops/2021/05/25/how-to-create-an-appointment-scheduling-platform-diy-vs-plugin-vs-trafft/","canonicalUrl":"https://tympanus.net/codrops/2021/05/25/how-to-create-an-appointment-scheduling-platform-diy-vs-plugin-vs-trafft/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/482b9bd3b203f81720d4abf0f3b544bf","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQRIVESMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A2NqMt8lrmzQoW0mukVjXh0T7J1v5KSkFQeeR1ESwuxwv/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Cki3G_f_B","title":"reMarkable 2 packaging","shortId":"Cki3G_f_B","createdAt":"2021-05-25T20:34:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27032914,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/107119463/reMarkable-2-packaging","canonicalUrl":"https://www.behance.net/gallery/107119463/reMarkable-2-packaging","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ffbfe8125d0e6e80aa06a36ff5c4e6c6","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAgABAwUREiEVUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANmCvRc7LTAhJ5Y4BPJ7MOREzN7be1QZN0iIj//Z","siteTwitter":"@behance","creatorTwitter":"@goodsoslo","readTime":null,"description":null,"toc":null,"summary":null},{"id":"RIRB2i78k","title":"Report: Valve is secretly building a Switch-esque portable gaming PC","shortId":"RIRB2i78k","createdAt":"2021-05-25T20:22:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032902,"tagsStr":"tech-news,linux,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:15:38.000Z","url":"https://www.theverge.com/2021/5/25/22453584/valve-portable-gaming-pc-switch-rumor-report","canonicalUrl":"https://www.theverge.com/2021/5/25/22453584/valve-portable-gaming-pc-switch-rumor-report","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9d739f0a6e5163f476f388c5c98e54f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBRIhQZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Azzxu8OP1ZoY4VcNaP2Ph1YA0R9yFtCGzXYD0LxjA/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"dGx-kMk-c","title":"Drake at the Billboards, Bennifer in Miami, and Mark Ronson and Grace Gummer Might Be Engaged","shortId":"dGx-kMk-c","createdAt":"2021-05-25T20:10:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032890,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T20:02:26.000Z","url":"https://www.theringer.com/2021/5/25/22453600/drake-at-the-billboards-bennifer-in-miami-and-mark-ronson-and-grace-gummer-might-be-engaged","canonicalUrl":"https://www.theringer.com/2021/5/25/22453600/drake-at-the-billboards-bennifer-in-miami-and-mark-ronson-and-grace-gummer-might-be-engaged","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5915b4f5b12328acf5673273f9ca011c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFERIGITJhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACEQRR/9oADAMBAAIRAxEAPwDS+S3KZa6O4XSnDGoSUZABc69HIbHrBH2KxXDKG0TsZ8RCETXTUKUzyPVHJ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"UmI5gsxQs","title":"Julio Jones Says He’s Done With the Falcons, Plus Jorge Sedano on the NBA Playoffs and NBA Champion Rick Mahorn on Motivating Charles Barkley","shortId":"UmI5gsxQs","createdAt":"2021-05-25T19:53:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032873,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:49:30.000Z","url":"https://www.theringer.com/2021/5/25/22453552/julio-jones-done-with-falcons-jorge-sedano-on-nba-playoffs-rick-mahorn-on-motivating-charles-barkley","canonicalUrl":"https://www.theringer.com/2021/5/25/22453552/julio-jones-done-with-falcons-jorge-sedano-on-nba-playoffs-rick-mahorn-on-motivating-charles-barkley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d3eaa77814be319e2ee972b709d7abe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACBBIDIQURIhP/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwDeQoEbDx/0gx8EdkN7HjFS7Td1XddnyTY7Ct9t0HAAaAARFH3ZB2LWeR2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"u_4Br0109","title":"Electric vehicle startups hit speed bumps after raising tons of cash","shortId":"u_4Br0109","createdAt":"2021-05-25T18:50:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032810,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:46:37.000Z","url":"https://www.theverge.com/2021/5/25/22453051/ev-startup-spac-lordstown-lucid-canoo-faraday-fisker","canonicalUrl":"https://www.theverge.com/2021/5/25/22453051/ev-startup-spac-lordstown-lucid-canoo-faraday-fisker","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64d9c3340843a73d9cc071fbace49289","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEABEhEhNhBQYHFBX/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCU4IXbHT4ja4LU92O65qddAClAIcWmxsSCNAGSeLVPd8Oe04uR95Q3SV2VFKiL5ydzJ5pShVwmA2//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"zaYT50KrY","title":"Trae Young Is Becoming the NBA’s Next Great Villain. Plus: The Bucks Destroy the Heat in Game 2 and the Clippers and Lakers Disappoint","shortId":"zaYT50KrY","createdAt":"2021-05-25T19:29:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032849,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:16:35.000Z","url":"https://www.theringer.com/2021/5/25/22453505/trae-young-is-nba-next-villain-plus-bucks-destroy-heat-game-2-and-clippers-and-lakers-disappoint","canonicalUrl":"https://www.theringer.com/2021/5/25/22453505/trae-young-is-nba-next-villain-plus-bucks-destroy-heat-game-2-and-clippers-and-lakers-disappoint","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f2ceb3293f6771bdf383b29a68b622c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEQMEBRIiI0JRYv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8AwB1gy5yWQbU07Khkhka8vH0pDjrcGIcY+kRCqPKjBv/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"G3w7sSGez","title":"Going Streaking: The Hottest and Coldest Teams in Baseball Right Now","shortId":"G3w7sSGez","createdAt":"2021-05-25T19:29:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032849,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:20:14.000Z","url":"https://www.theringer.com/2021/5/25/22453530/going-streaking-the-hottest-and-coldest-teams-in-baseball-right-now","canonicalUrl":"https://www.theringer.com/2021/5/25/22453530/going-streaking-the-hottest-and-coldest-teams-in-baseball-right-now","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ae6f39302538edc85ab62663621a1fe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIEAAMFEQYhEmGRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCmbl2sJxbG5F4MWVfkNFt3gwZQwunbAdnXevytmnG5BUFJGNC66DY1SQPZ8hv5SlMrrX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"27XeGBD0T","title":"The affordable Nokia G10 is coming to the US with a great support policy","shortId":"27XeGBD0T","createdAt":"2021-05-25T19:27:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032847,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:23:51.000Z","url":"https://www.theverge.com/2021/5/25/22453332/hmd-nokia-g10-price-availability-security-updates","canonicalUrl":"https://www.theverge.com/2021/5/25/22453332/hmd-nokia-g10-price-availability-security-updates","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1696a9d0bb2912eff91c972f1c317b5d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgMAAAcAAAAAAAAAAAAAAgMAAQQFBwghMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwC9zJSZdQHAE43txu06FCzQkro7E1WNjXrsPn7NFxEu8QI//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ezqn3xJBJ","title":"A courtroom artist’s view of the Epic v. Apple trial","shortId":"Ezqn3xJBJ","createdAt":"2021-05-25T19:12:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032832,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:07:36.000Z","url":"https://www.theverge.com/2021/5/25/22453258/epic-v-apple-trial-courtroom-artist-sketches-tim-cook-sweeney-federighi","canonicalUrl":"https://www.theverge.com/2021/5/25/22453258/epic-v-apple-trial-courtroom-artist-sketches-tim-cook-sweeney-federighi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eee83affb4fb1e422278e91cbd067d34","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFEhUxQWGy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAeEQABBAEFAAAAAAAAAAAAAAADAAEEEQIhI1Fx0f/aAAwDAQACEQMRAD8Apj52dnpN1Zd1lRrr2TqTtrsej46FbNVmhQOWnH2ShPzSlM+QQJaG9aeqmIHCQPda656Zf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8sVmjfjzE","title":"Apple employees are going public about workplace issues — and there’s no going back","shortId":"8sVmjfjzE","createdAt":"2021-05-25T19:08:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032828,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T19:01:41.000Z","url":"https://www.theverge.com/2021/5/25/22453302/apple-culture-secrecy-leak-antonio-garcia-martinez-letter","canonicalUrl":"https://www.theverge.com/2021/5/25/22453302/apple-culture-secrecy-leak-antonio-garcia-martinez-letter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76360424212e7724032650b3e0faf497","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAbEAACAwEBAQAAAAAAAAAAAAACAwABBEEREv/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhEAAQEJAAAAAAAAAAAAAAAAAgABAwQxM0FysvD/2gAMAwEAAhEDEQA/AKMe5SsOzKeNTDaNFTiu/oPL5yRREWCZdZSqMouMW7Ev/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hgz-wwc74","title":"Matt Fax joins Lane 8’s This Never Happened for new single ‘Obsidian’","shortId":"hgz-wwc74","createdAt":"2021-05-25T18:50:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032810,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:47:12.000Z","url":"https://dancingastronaut.com/2021/05/matt-fax-joins-this-never-happened-to-release-new-single-obsidian/","canonicalUrl":"https://dancingastronaut.com/2021/05/matt-fax-joins-this-never-happened-to-release-new-single-obsidian/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f92066be00591cd85b7167ad0264378","ratio":1.49775336994508,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFERIGISIx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AISpv7bTwqOnopMuOol8kZBHSzGS47SOOv0koiD/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"eBRwwsxjB","title":"Where's Wally? Iceberg-hopping walrus is now 2,600 miles from home","shortId":"eBRwwsxjB","createdAt":"2021-05-25T12:31:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032431,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:17:59.000Z","url":"https://www.livescience.com/wally-the-walrus-appears-in-cornwall.html","canonicalUrl":"https://www.livescience.com/wally-the-walrus-appears-in-cornwall.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bd1bad5687bdc94648cbe91f115928a","ratio":1.61725067385445,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAgABAwQRBTEyYYGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAACElH/2gAMAwEAAhEDEQA/AMut3rnJA52bBSHveQhueh8KEZJ4xYBsSsItjNrdPiIjlcDttP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QRzJbV87C","title":"Low testosterone in men linked to more severe COVID-19","shortId":"QRzJbV87C","createdAt":"2021-05-25T18:49:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032809,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:38:58.000Z","url":"https://www.livescience.com/low-testosterone-men-linked-increased-risk-severe-covid.html","canonicalUrl":"https://www.livescience.com/low-testosterone-men-linked-increased-risk-severe-covid.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3d9010910a7b10aee80eb79f4788c4e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgECBgMAAAAAAAAAAAAAAQIDABEEBQYSISIUMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiIR/9oADAMBAAIRAxEAPwCeU6hgy/LnSPyJIu+JljE7qVXd1UHmwC2HHo/a28OocDPEkoDASKGA23tfmlKorVtMBZlcP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DcqwDVbqs","title":"NorthStar partners with Clarity, Monopar","shortId":"DcqwDVbqs","createdAt":"2021-05-25T18:44:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032804,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:35:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132495&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132495","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a397668cdff65d17f8247c7ae3224eea","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACAQAAIBBAMAAwAAAAAAAAAAAAECAwQFESEAEjEHQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREBAQEAAwAAAAAAAAAAAAAAAQIAAxFx/9oADAMBAAIRAxEAPwChWz3FqWjV7GsEsgWSWapiIVdby7HCge7/ADglX8PtcKqatW7KoqXaYLFPL0HY5wuF83rm3XSCKe52yOeJJYwXYK6hgCF0cH74xHnGOLpVVxdlyAB5v//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pbJvTwdrw","title":"Moby, Aluna, Sofi Tukker, more announced for virtual DGTL LIB 2: 24 Hour Brunchy-Q-Partython","shortId":"pbJvTwdrw","createdAt":"2021-05-25T18:41:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032801,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:40:46.000Z","url":"https://dancingastronaut.com/2021/05/moby-aluna-sofi-tukker-more-announced-for-virtual-dgtl-lib-2-24-hour-brunchy-q-partython/","canonicalUrl":"https://dancingastronaut.com/2021/05/moby-aluna-sofi-tukker-more-announced-for-virtual-dgtl-lib-2-24-hour-brunchy-q-partython/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/840d895c4b308bd95f1c5f22f6217d33","ratio":1.51575456053068,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEBQYSEzEhIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAEEAwAAAAAAAAAAAAAAAAIAAQMEERRR/9oADAMBAAIRAxEAPwCGA1vhbHEO2pS86tyUglkCRtKZPnuKzRzeLdPJy3g3e0JQABPwT1SlNmUXfBKsqsXF/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7c5sl0RTP","title":"Joe Biden opens up California coast to offshore wind","shortId":"7c5sl0RTP","createdAt":"2021-05-25T18:34:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032794,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:29:40.000Z","url":"https://www.theverge.com/2021/5/25/22453282/joe-biden-california-west-coast-offshore-wind","canonicalUrl":"https://www.theverge.com/2021/5/25/22453282/joe-biden-california-west-coast-offshore-wind","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a5be97010cd29b07829aba5aebc9c87","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBAUhBgcREhNxsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAAMAAAAAAAAAAAAAAAABABEhMf/aAAwDAQACEQMRAD8Ah6Y1/dZLbJLWR01Q5p4HaJo+BTJ9wbl5pOGADscB2Bn0iJ4bgIY5f//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BPmyew_j8","title":"LOOPERS finalizes balanced freshman release on Martin Garrix’s STMPD RCRDS with six-track ‘Greed’ EP","shortId":"BPmyew_j8","createdAt":"2021-05-25T18:33:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:32:23.000Z","url":"https://dancingastronaut.com/2021/05/loopers-finalizes-balanced-freshman-release-on-martin-garrixs-stmpd-rcrds-with-six-track-greed-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/loopers-finalizes-balanced-freshman-release-on-martin-garrixs-stmpd-rcrds-with-six-track-greed-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a62aa402c476b0df2a14872911ca1796","ratio":1.39019607843137,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgABAxIEBRFBFCHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQACAgIDAAAAAAAAAAAAAAACAwARAQQFMYH/2gAMAwEAAhEDEQA/AM4888XXS5NAODmriXuz9fVJFsMIogKSMHNxZyevaIja0DkfZVeT2CY6yrqf/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bvlL4o7UI","title":"Rothberg sees AI poised to revolutionize personalized imaging","shortId":"bvlL4o7UI","createdAt":"2021-05-25T18:28:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032788,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:21:03.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132494&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132494","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a36767613f2d62e4cbfdbe0e12cf2c5","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxEEBRIjMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAQIDAP/aAAwDAQACEQMRAD8AzxslqJqEDUq55YyZde5CzdKe/TERiLkJhroDTf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XMHQkAow8","title":"SiriusXM announces three-day virtual event, Dance Again Festival; Diplo, San Holo, deadmau5, Kaskade, and more set to perform","shortId":"XMHQkAow8","createdAt":"2021-05-25T18:27:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032787,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T18:26:59.000Z","url":"https://dancingastronaut.com/2021/05/siriusxm-announces-three-day-virtual-event-dance-again-festival/","canonicalUrl":"https://dancingastronaut.com/2021/05/siriusxm-announces-three-day-virtual-event-dance-again-festival/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/964015a7cdb1389fab894bf03a60e412","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAMFESESEyMxQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMSBBEhIvH/2gAMAwEAAhEDEQA/AMYtl5h0bbAhNjUXtYHgyC08mZB9Z350pCpTi9R3czs/BRFayJLNbYA+BEjPY64X/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HYd8KfZBO","title":"IBM showcases new iConnect Access at SIIM 2021","shortId":"HYd8KfZBO","createdAt":"2021-05-25T18:08:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032768,"tagsStr":"ibm,ibm-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:57:23.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132492&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132492","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01048bb58ce7be1e3473e21d1609c704","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDBAUhAAYREiIxQXGhsf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAEAxESMZH/2gAMAwEAAhEDEQA/AM92jYts3DbdyatYo9MWKEP3AcYDH0ByPnGjSRWhUUCCkYAccmXJ+9HaSaRLbWIkjqryRlgGIDZ96lVGKiUDx1H90qbXEAhR4IMlNmZt5D3P/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Y0MYwliuz","title":"Bundesliga Season Review: A Striker for All Seasons","shortId":"Y0MYwliuz","createdAt":"2021-05-25T17:45:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032745,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:26:30.000Z","url":"https://www.theringer.com/2021/5/25/22453109/bundesliga-review-robert-lewandowski-goal-record","canonicalUrl":"https://www.theringer.com/2021/5/25/22453109/bundesliga-review-robert-lewandowski-goal-record","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73f3cda2d7d5c1d9af7de85aaf3558e2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDBQAEEQcSQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHBEAAgIDAQEAAAAAAAAAAAAAAQIDEQAFIUHB/9oADAMBAAIRAxEAPwC35Pu7DXtHg15USLvUBjDFGVgOgn6enNnVTmer05nUe8kKOefpUHGMDbmJI4oCigWva96cQa5i8LljdN8z/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"rZuiirmlL","title":"Our Image of an Entrepreneur Desperately Needs an Update","shortId":"rZuiirmlL","createdAt":"2021-05-25T17:40:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032740,"tagsStr":"business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:30:00.000Z","url":"https://www.shopify.com/blog/image-of-an-entrepreneur","canonicalUrl":"https://www.shopify.com/blog/image-of-an-entrepreneur","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aed917fe5f2ac55e985a22f9e80595f7","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQREiEiBqGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAwADAAAAAAAAAAAAAAABAgADBBJRYf/aAAwDAQACEQMRAD8AkWLoT8Psi5QZBF03pnAl02+n1WPa2JbMmHOxzzSlEW10ubiepR0gHPWT7P/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WbRLZ-xfj","title":"The first trailer for Last Night in Soho shows a neon-filled time-traveling ghost story","shortId":"WbRLZ-xfj","createdAt":"2021-05-25T17:36:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032736,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:31:51.000Z","url":"https://www.theverge.com/2021/5/25/22453132/last-night-in-soho-edgar-wright-ghosts-anya-taylor-joy","canonicalUrl":"https://www.theverge.com/2021/5/25/22453132/last-night-in-soho-edgar-wright-ghosts-anya-taylor-joy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3f19c582ca569d275af9516c73a1f9a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAyEEERIFExQVcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAx/9oADAMBAAIRAxEAPwDDOr4vrH4jWyOlZNqTUl8b0R8pS5oi83I4xho7jtAGhaIiBUzL/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Lagn7zUxL","title":"You can now buy Asus’ gaming-ready ROG Phone 5","shortId":"Lagn7zUxL","createdAt":"2021-05-25T17:26:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:22:23.000Z","url":"https://www.theverge.com/2021/5/25/22453190/asus-rog-phone-5-gaming-mobile-available-pro-ultimate-later","canonicalUrl":"https://www.theverge.com/2021/5/25/22453190/asus-rog-phone-5-gaming-mobile-available-pro-ultimate-later","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9dc2aaa5a82ea11e56ad8c15e0cf153d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQMCBBEABRIGBxQhMRX/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAACIQP/2gAMAwEAAhEDEQA/AMh7dbsmv+2jcEWH0GVIrfWr2AgPAkAOR4yPr6CMe9Tevp4vYV7PahAyJjHz84GfmeGmmqMqtG0aH//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fNQKhiS1a","title":"COVID-19 pandemic forced big changes in radiology workflows","shortId":"fNQKhiS1a","createdAt":"2021-05-25T17:18:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032718,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:05:14.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132489&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132489","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a9d84e2b095b2c32d6a361096f119d7","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAgMBAAQFEQYhInGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AnAMwm85iOELG2ylKO4EXK8T6MV79639rZOXhUONUcesChZSMSUTuddd0pR60yoX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"WPs-ww2GI","title":"C++ scripting alternatives: easy-to-bind-in-C++ scripting.","shortId":"WPs-ww2GI","createdAt":"2021-05-25T11:27:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":10,"score":27032715,"tagsStr":"general-programming,c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:09:57.000Z","url":"https://itnext.io/c-scripting-alternatives-easy-to-bind-scripting-binding-chaiscript-and-wren-into-a-small-game-174c86b0ecd7","canonicalUrl":"https://itnext.io/c-scripting-alternatives-easy-to-bind-scripting-binding-chaiscript-and-wren-into-a-small-game-174c86b0ecd7","image":"","ratio":null,"placeholder":"","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"AqeE_TLYU","title":"Microsoft teases a ‘next generation of Windows’ announcement ‘very soon’","shortId":"AqeE_TLYU","createdAt":"2021-05-25T17:14:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032714,"tagsStr":"general-programming,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:08:47.000Z","url":"https://www.theverge.com/2021/5/25/22453222/microsoft-windows-next-generation-announcement-sun-valley-build-2021-keynote","canonicalUrl":"https://www.theverge.com/2021/5/25/22453222/microsoft-windows-next-generation-announcement-sun-valley-build-2021-keynote","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b2d30d0e40549e7b260efe4ab001948","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERIxEyJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDEUH/2gAMAwEAAhEDEQA/ANDz1OhUyFetJVMrH2PExokLGx7G+QA7I+q2MZEAA3iAOvRqIqmNpHV8iirn/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YIsmMBvSX","title":"The founder of lidar maker Velodyne is going to war with his own SPAC","shortId":"YIsmMBvSX","createdAt":"2021-05-25T17:09:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032709,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T17:03:23.000Z","url":"https://www.theverge.com/2021/5/25/22453138/velodyne-david-hall-spac-letter-board-removal","canonicalUrl":"https://www.theverge.com/2021/5/25/22453138/velodyne-david-hall-spac-letter-board-removal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be94c3024049ae1beec8e35ce24f7577","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQACBAMFERMGBxIUITFRYpL/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCl2YlTr1vMuNR9zuEWJTkZ5OPXLaTtLDcFvg8PUDHcrYdf1P0URBKZf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KVyhqe8RT","title":"New study turns our understanding of ice upside down","shortId":"KVyhqe8RT","createdAt":"2021-05-25T17:02:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032702,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:47:26.000Z","url":"https://www.livescience.com/ice-formation-requires-some-heat.html","canonicalUrl":"https://www.livescience.com/ice-formation-requires-some-heat.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fc130c9e343f80e04b4339c7a0dfee8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQSBSJRMv/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAIQMRQf/aAAwDAQACEQMRAD8A1/kM/Mxaa1xnrZ9m2NoJBA88litFdFbt2AP0YiLRicrDlSbU1uf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cEpA01WYV","title":"Chest x-ray may predict risk of hospitalization in COVID-19","shortId":"cEpA01WYV","createdAt":"2021-05-25T16:48:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032688,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:30:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132487&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132487","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/865885aeecaf2dc570fb82e55e0557ab","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBAMTIQUHCDFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ALnH2gyrs3pUtwF6EJto59c8kHOe1jhEQf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mGMswgzTU","title":"A dozen ultra-high-energy particle accelerators discovered in the Milky Way","shortId":"mGMswgzTU","createdAt":"2021-05-25T16:37:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032677,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:28:16.000Z","url":"https://www.livescience.com/ultra-high-energy-particles.html","canonicalUrl":"https://www.livescience.com/ultra-high-energy-particles.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f9cb922e444bd53ce6abe5eaedd90d0c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAYH/8QAJhAAAAMHAgcAAAAAAAAAAAAAAQIDAAQFBhESExQxBxUhIjJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACESIDEoH/2gAMAwEAAhEDEQA/AIrh5JUvElxd7jgJrPWMFaqG7KCHQCgG9NvbZLEiw/mL1gStSynsCuxajRiat50BUdQthu8Lxt+Mdox24kt1sTMr/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ncn9Dr7is","title":"ISAURA","shortId":"ncn9Dr7is","createdAt":"2021-05-25T16:35:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27032675,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/104450681/ISAURA","canonicalUrl":"https://www.behance.net/gallery/104450681/ISAURA","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6da64dd6fb200f7f16d3d346abe6d8a","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACBAMFERITQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhED/9oADAMBAAIRAxEAPwDG7RNjPiUuWMHP1qFx9IU+blUydQAOhhEVJyUXIaUNZ//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Ww0b6sTlE","title":"DC attorney general launches antitrust suit against Amazon","shortId":"Ww0b6sTlE","createdAt":"2021-05-25T16:25:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:15:36.000Z","url":"https://www.theverge.com/2021/5/25/22453125/dc-attorney-general-amazon-antitrust-lawsuit-favored-nation","canonicalUrl":"https://www.theverge.com/2021/5/25/22453125/dc-attorney-general-amazon-antitrust-lawsuit-favored-nation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aeca2bcfe2031184b11b08b3b291284a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUTMRJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDURL/2gAMAwEAAhEDEQA/AMbuYwOl1VADD94JbQ6EfAwwHhxsHyouTvbaHkruKSxjldJXVpGIyxBOzr9pSpuR6QeR2t2op2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"W5xlCKH-l","title":"We Got Professional Photographers to Judge Our Pokémon Snap Competition","shortId":"W5xlCKH-l","createdAt":"2021-05-25T16:16:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032656,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T16:02:06.000Z","url":"https://www.theringer.com/2021/5/25/22452084/pokemon-snap-photo-competition-joe-greer-alexis-hunley","canonicalUrl":"https://www.theringer.com/2021/5/25/22452084/pokemon-snap-photo-competition-joe-greer-alexis-hunley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32e6b6a9805f23246f187755589f3bd0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAAUFAQEAAAAAAAAAAAAAAQIDERIABAUhQRQx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIxQSL/2gAMAwEAAhEDEQA/ANcWwNmtk7BcVL0pkGKQoXAxcx5uId2Db5qpy4BNEoJeu4NAIyGLi3flKULipXhU+a0//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"58wTctbZT","title":"Sonos updates the One SL to make it more power efficient and recyclable","shortId":"58wTctbZT","createdAt":"2021-05-25T15:58:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032638,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:54:47.000Z","url":"https://www.theverge.com/2021/5/25/22453033/sonos-one-sl-update-refresh-power-efficient-recyclable-radio-base","canonicalUrl":"https://www.theverge.com/2021/5/25/22453033/sonos-one-sl-update-refresh-power-efficient-recyclable-radio-base","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9b6e51eabd5a4a82373be21e4c06ba7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgICAgIDAAAAAAAAAAAAAQMCBAAFETEGIUOR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEv/aAAwDAQACEQMRAD8AjVk2dnsPArLLrlr2F96JJWSBGMGw4Pfs9/eaMZo0hkgLV7gE/KPzGMFSsSU1T3R//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U7M-R8K34","title":"The Best No-Code Tools for Developers in 2021","shortId":"U7M-R8K34","createdAt":"2021-05-24T15:37:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","tweeted":true,"views":2646,"score":27032635,"tagsStr":"general-programming,nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-25T06:30:01.000Z","discussionScore":4,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:54:42.000Z","url":"https://www.freecodecamp.org/news/best-no-code-tools-for-developers/","canonicalUrl":"https://www.freecodecamp.org/news/best-no-code-tools-for-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/745404829ce9683aaa5d85062412a1c7","ratio":1.80070546737213,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQFERJBMv/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGxEBAAIDAQEAAAAAAAAAAAAAAQIDABGxIVH/2gAMAwEAAhEDEQA/ANYGxxa6zY2tqYhQSO7eSF8tbHZ1qCKx5Cg/IPkRIlZfO6IT158A4GMysg7Ouf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Didicodes","readTime":12,"description":null,"toc":null,"summary":null},{"id":"JUo3VVmuI","title":"Tidal now also offers offline listening on the Apple Watch","shortId":"JUo3VVmuI","createdAt":"2021-05-25T15:54:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032634,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:48:52.000Z","url":"https://www.theverge.com/2021/5/25/22453031/tidal-apple-watch-offline-listening-spotify-deezer","canonicalUrl":"https://www.theverge.com/2021/5/25/22453031/tidal-apple-watch-offline-listening-spotify-deezer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9d3059205c97b9ec4f930390c122080","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFEgYREyGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAABAwACESIx/9oADAMBAAIRAxEAPwDOOByL2hp+FQrIxOwPtu5eDl98QDpTHyIiqOOSlLb0Gpn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q8TFmn1WU","title":"Sling TV announces completely redesigned app, and it looks way nicer","shortId":"q8TFmn1WU","createdAt":"2021-05-25T15:50:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032630,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:43:20.000Z","url":"https://www.theverge.com/2021/5/25/22452993/sling-tv-new-app-features-design-amazon-fire-tv","canonicalUrl":"https://www.theverge.com/2021/5/25/22452993/sling-tv-new-app-features-design-amazon-fire-tv","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ae114b0107846a541a9152df1f4ac2f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAUGESExMv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABAgD/2gAMAwEAAhEDEQA/AJrsFi77DkbxJlR57qaUcT4LMTz35qr4G8MWDx0ZQMUto170jvFFKUV25JDf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aLypKrHeg","title":"Hot summer days are even hotter for many Americans of color","shortId":"aLypKrHeg","createdAt":"2021-05-25T15:03:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452777/hot-summer-weather-race-urban-heat-island-us-cities","canonicalUrl":"https://www.theverge.com/2021/5/25/22452777/hot-summer-weather-race-urban-heat-island-us-cities","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0f897b1abaa4820e5099d175d5f5740","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFERMjMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/ANhFdJ4aU63zYaSMPmc7o49PxTZL1V7Hcjuz6iKdo//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"yqXGOjubz","title":"Microsoft has built an AI-powered autocomplete for code using GPT-3","shortId":"yqXGOjubz","createdAt":"2021-05-25T15:03:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032583,"tagsStr":"general-programming,microsoft,ai,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451144/microsoft-gpt-3-openai-coding-autocomplete-powerapps-power-fx","canonicalUrl":"https://www.theverge.com/2021/5/25/22451144/microsoft-gpt-3-openai-coding-autocomplete-powerapps-power-fx","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b195222561a414d2f278fed83cbd0e1d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQFEQYHMVESIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAABB/9oADAMBAAIRAxEAPwCl3ON+p9fzGtV8ekpHlyQaZpTOoxyVw4wTnr4I3JEXxHqvHUIQin//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"JDLa8TQkH","title":"Microsoft Teams opens up to new collaborative apps that plug into meetings","shortId":"JDLa8TQkH","createdAt":"2021-05-25T15:03:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032583,"tagsStr":"general-programming,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T15:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22452623/microsoft-teams-new-collaborative-apps-store-platform-iaps-build-2021","canonicalUrl":"https://www.theverge.com/2021/5/25/22452623/microsoft-teams-new-collaborative-apps-store-platform-iaps-build-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af76acb6417febc03ac843ecbcd53fc9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRIhYRMxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8A0TJpW61vh5iXlmkfcwJIB9D6zx1iq8CGKCOMsWKKFySecDs0pRWX/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jOYQX4Z1-","title":"Google Search Console performance report gains practice problems","shortId":"jOYQX4Z1-","createdAt":"2021-05-25T14:42:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032562,"tagsStr":"google,seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:43:40.000Z","url":"https://searchengineland.com/google-search-console-performance-report-gains-practice-problems-348840","canonicalUrl":"https://searchengineland.com/google-search-console-performance-report-gains-practice-problems-348840","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa1b1b8e65ba8cc1dd616ebcbab55879","ratio":1.87683284457478,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQRITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAAMBAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/ANP06kNSEsrxhjSS7pOz6SrOM8CIjd0H/9k=","siteTwitter":"@sengineland","creatorTwitter":"@rustybrick","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_MulTMz67","title":"Ravi Vasavan: Designing for Deaf Power","shortId":"_MulTMz67","createdAt":"2021-05-25T14:35:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032555,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:41:06.000Z","url":"https://medium.com/indeed-design/ravi-vasavan-designing-for-deaf-power-baf5842865e9","canonicalUrl":"https://medium.com/indeed-design/ravi-vasavan-designing-for-deaf-power-baf5842865e9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b870fca27a2bdb3715b358b9bc1af7e9","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUEAgMBAAAAAAAAAAAAAQIDBBEABQYSITETFSJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBExEv/aAAwDAQACEQMRAD8AuYzgpW2OuMnWuKrhNgC5VW4l13KjOpAGR+TGKE/nXPNYlrYrg7bJOPZqF8xAU1AxgAJCY7pSidyqhh0yrw7Gd7PR4dT/2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"3WPI8oeby","title":"8 WordPress Tools To Boost Your Website Flexibility","shortId":"3WPI8oeby","createdAt":"2021-05-25T14:35:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27032555,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:54:56.000Z","url":"https://marketsplash.com/wordpress-tools/","canonicalUrl":"https://marketsplash.com/wordpress-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d911fa2344ff20fd026f2e70c2931eee","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAMBAgQREiH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwDTpyGrw3ppfSmTHVdR6TgAUodaguHZ/9k=","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":9,"description":null,"toc":null,"summary":null},{"id":"_jBbye_TM","title":"Mary, Queen of Scots' rosary beads stolen in English castle heist","shortId":"_jBbye_TM","createdAt":"2021-05-25T14:18:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032538,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:52:25.000Z","url":"https://www.livescience.com/mary-queen-of-scots-beads-stolen.html","canonicalUrl":"https://www.livescience.com/mary-queen-of-scots-beads-stolen.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6efc3c9ea58bbec7614bd59541f13f6","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAgMAAQQREjEFQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAABAhESEzH/2gAMAwEAAhEDEQA/AM48k9CCHHcBkbOFgY3qh63uvcnsl7FZDV7q+J2PXy4iESVFjZLLp//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"I-DnjYznO","title":"Flexibits’ contact app Cardhop gets fresh revamp, added to Fantastical subscription","shortId":"I-DnjYznO","createdAt":"2021-05-25T14:05:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032525,"tagsStr":"ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T14:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22451851/flexibits-contact-app-cardhop-refresh-update-subscription-fantastical","canonicalUrl":"https://www.theverge.com/2021/5/25/22451851/flexibits-contact-app-cardhop-refresh-update-subscription-fantastical","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5135d1c3f31d75f90912e9d3ca3fd824","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAwURM2GCof/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDe7cpa7aoXr4Ugj0GWGaYDYB7RED//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SGBubcTCA","title":"TikTok changes text-to-speech voice after voice actor sues","shortId":"SGBubcTCA","createdAt":"2021-05-25T13:56:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032516,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:49:07.000Z","url":"https://www.theverge.com/2021/5/25/22452815/tiktok-voice-change-text-to-speech-lawsuit","canonicalUrl":"https://www.theverge.com/2021/5/25/22452815/tiktok-voice-change-text-to-speech-lawsuit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b401e21674e6628da0030a317d1ff61","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESEGBzEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEBAAMAAAAAAAAAAAAAAAABABFB8P/aAAwDAQACEQMRAD8AxiwGJC6v5FORCacuDr6IJfdwsBtZSrSSMAgtnY39e6wYM+0pSqYDt3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YpifeAS0m","title":"Links on Performance","shortId":"YpifeAS0m","createdAt":"2021-05-24T22:47:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","tweeted":true,"views":371,"score":27032492,"tagsStr":"webdev,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-25T07:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:03:30.000Z","url":"https://css-tricks.com/links-on-performance/","canonicalUrl":"https://css-tricks.com/links-on-performance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2baddae42897cb4ac76317da0d0fc477","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAgIAAwkAAAAAAAAAAAAAAQIAAwUREgQGBxRBVWGU4v/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAwQFESET/9oADAMBAAIRAxEAPwDE7xYPzmMPazbMwsrCabaC+nrmCGGR8yYOHrd0HrfcRJ2XsSVzHyfW06lAEkkgE3Bfi//Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rbhibh6t2","title":"Super Flower Blood Moon eclipse: How to watch early Wednesday morning","shortId":"rbhibh6t2","createdAt":"2021-05-25T13:31:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032491,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:13:17.000Z","url":"https://www.livescience.com/watch-super-flower-blood-moon-lunar-eclipse.html","canonicalUrl":"https://www.livescience.com/watch-super-flower-blood-moon-lunar-eclipse.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3978bd8d12b6c8420b1f8eb55ee7d74","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBREAEgQhBjFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAICAwAAAAAAAAAAAAAAAAABAnEyM8H/2gAMAwEAAhEDEQA/AMB8alopcauJl4pDxcGrPLa6cbUSSSR9voXY6GSruocXpelmr91jGGs3Q0tSt8P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6KOQvTI1d","title":"Moderna says its COVID-19 vaccine is effective in teens","shortId":"6KOQvTI1d","createdAt":"2021-05-25T13:08:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032468,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:04:43.000Z","url":"https://www.theverge.com/2021/5/25/22452761/moderna-covid-vaccine-teens-fda","canonicalUrl":"https://www.theverge.com/2021/5/25/22452761/moderna-covid-vaccine-teens-fda","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b6ccb0ac92ccb0df72be1da19841a6a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQMCAAQhBQYREkExYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxEEIUH/2gAMAwEAAhEDEQA/AJru42M2lol9JboTvUwlCSXlbESHomBkZGOPP2tlrve9lapk5C2NMAZz7Edjxk8D5SlU/FpSxNYbBT0xXwGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uBqdHJgplX","title":"Many of the best Nintendo Switch games are $40 at GameStop right now","shortId":"uBqdHJgplX","createdAt":"2021-05-25T13:08:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032468,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:45.000Z","url":"https://www.theverge.com/good-deals/2021/5/25/22451937/nintendo-switch-memorial-day-games-sale-dell-monitor-surface-duo-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/25/22451937/nintendo-switch-memorial-day-games-sale-dell-monitor-surface-duo-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f91709ab6aba1180d89d6bf1733c1147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAACAQMEBQARBjEHcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAICAwAAAAAAAAAAAAAAAAACAxEUMVH/2gAMAwEAAhEDEQA/ALTkVlMrKKwlMOArjMczHbadp0v3IKD5GujhRzcMSMmxUl0ibXXrGMmyJOgJGtaP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"nOWiJAzJk","title":"The Unearned Reinvention of ‘Master of None’","shortId":"nOWiJAzJk","createdAt":"2021-05-25T13:05:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:56:06.000Z","url":"https://www.theringer.com/tv/2021/5/25/22452313/master-of-none-season-3-review","canonicalUrl":"https://www.theringer.com/tv/2021/5/25/22452313/master-of-none-season-3-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/943e50fb422a76df48a4e22e410a24cb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBRIhExQVgZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A3+nPdqWMcgyTQyP3hmwtPSNVYse+bU+beOO3Z9KIpaWP/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"w0TZPdHKK","title":"The Walls Are Closing in on the Heat","shortId":"w0TZPdHKK","createdAt":"2021-05-25T13:05:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:53:34.000Z","url":"https://www.theringer.com/2021/5/25/22452769/heat-bucks-nba-playoffs-jimmy-butler","canonicalUrl":"https://www.theringer.com/2021/5/25/22452769/heat-bucks-nba-playoffs-jimmy-butler","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/555f0b872ee3f25167bf20bef8205775","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAJBAAAgECAwkAAAAAAAAAAAAAAQMCAAUEEUEGBxIVISIxNOH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxFR/9oADAMBAAIRAxEAPwCuLuN0dhLi6dyfxIdh2qlHtnGUFhgzkPIJIBGuWlZu3eHtDJszza49ST7HylKJLYvGlVVtcP/Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"Xd2_SBZqv","title":"This 'Post-Soviet Sad 3D' Game Is Not About Having Fun","shortId":"Xd2_SBZqv","createdAt":"2021-05-25T13:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032463,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:00:00.000Z","url":"https://www.wired.com/story/its-winter-post-soviet-walking-simulator","canonicalUrl":"https://www.wired.com/story/its-winter-post-soviet-walking-simulator","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33993156bb39ca07db50402eab5b9ee1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMAAhExEyEyof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8AxK8IXzNotwNbVFLA4HW9yMWDPn7EQaSpC0//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cil3i9v_YQ","title":"The Best Vinyl Accessories to Jazz Up Your Analog Audio","shortId":"cil3i9v_YQ","createdAt":"2021-05-25T13:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032463,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:00:00.000Z","url":"https://www.wired.com/gallery/best-vinyl-accessories/","canonicalUrl":"https://www.wired.com/gallery/best-vinyl-accessories/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/005bc33241298b13e352687fe8dff1b3","ratio":1.91095066185319,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIABQUAAAAAAAAAAAAAAQIAAwQFBxESExQhImH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMhccH/2gAMAwEAAhEDEQA/ANtz2jFNqDlHbYpalsq6jhq+Z2RiCq+fXkG2J+SziIQ2yuQCtees/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"IKDgZzxy6","title":"Arm introduces its first Armv9 architecture CPUs and GPUs, previewing 2022’s Android flagships","shortId":"IKDgZzxy6","createdAt":"2021-05-25T13:00:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032460,"tagsStr":"tech-news,hardware,architecture","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22448107/arm-armv9-architecure-cortex-x2-a710-cpu-mali-g710-gpu-android-2022-designs","canonicalUrl":"https://www.theverge.com/2021/5/25/22448107/arm-armv9-architecure-cortex-x2-a710-cpu-mali-g710-gpu-android-2022-designs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f3e0378fbbca92037f0fe7473c3d361","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQRIRMiQVGhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABBBEDIVH/2gAMAwEAAhEDEQA/AMbuguDoRbb27JsjyxmYkFYIGgM4yPJH2qCy8J6nqke5KRv3SlUOHFxWWuIczemX/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YRwpX5Tsg","title":"SteelSeries’s new Prime accessories are streamlined for high-level play","shortId":"YRwpX5Tsg","createdAt":"2021-05-25T13:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032460,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:00.000Z","url":"https://www.theverge.com/2021/5/25/22445746/steelseries-prime-arctis-headset-wireless-plus-gaming-mouse-features-price","canonicalUrl":"https://www.theverge.com/2021/5/25/22445746/steelseries-prime-arctis-headset-wireless-plus-gaming-mouse-features-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3f3639e902763105e70fa05b2619b5a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDIQARBBIUMlHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDMGkScSpGhi5DyKxlLddXWiPR1vL55EDEnthd+XzGMaH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5WlBYxpd-","title":"Flex manufactures everything from hair dryers to the Mac Pro — what’s next?","shortId":"5WlBYxpd-","createdAt":"2021-05-25T13:00:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032460,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T13:00:00.000Z","url":"https://www.theverge.com/22451309/flex-revathi-advaithi-interview-decoder-manufacturing-covid-19","canonicalUrl":"https://www.theverge.com/22451309/flex-revathi-advaithi-interview-decoder-manufacturing-covid-19","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69b120f620af00f47a8f424209de8232","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAURBiETInH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAQAABgMAAAAAAAAAAAAAAAEAAgMEETEFsfD/2gAMAwEAAhEDEQA/AJXMZu5h5bIAFbxWkBj3v0LXKqxH0HVVrZCUMR11SlCNKTOvYioccE1zXHQnbH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4VtqZkg5E","title":"How to Use Node Environment Variables with a DotEnv File for Node.js and npm","shortId":"4VtqZkg5E","createdAt":"2021-05-25T00:59:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":207,"score":27032451,"tagsStr":"general-programming,webdev,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:48:45.000Z","url":"https://www.freecodecamp.org/news/how-to-use-node-environment-variables-with-a-dotenv-file-for-node-js-and-npm/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-node-environment-variables-with-a-dotenv-file-for-node-js-and-npm/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34b458131ba56b27cdb7fdf496b3b464","ratio":2.10748155953635,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFBhESITET/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhIx/9oADAMBAAIRAxEAPwDb5rYLwmPNnNZNJaAAX824zafTrXIaIq5Dw+5mGwXMnkqWW08lGFH7Ove0UpSnwPMrTP/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@veewren","readTime":3,"description":null,"toc":null,"summary":null},{"id":"z3U80Sojd","title":"Dashing Diva Glaze","shortId":"z3U80Sojd","createdAt":"2021-05-25T12:46:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27032446,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/119920061/Dashing-Diva-Glaze","canonicalUrl":"https://www.behance.net/gallery/119920061/Dashing-Diva-Glaze","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d07392ffc5a6f34a0f2a8961fa9a5101","ratio":1.4,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAwEAAwAAAAAAAAAAAAAAAAECAwQRQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDR9zyXq3N5zHia7ZQAB//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"AG9Bb2_W8","title":"Discussing the Best Pillsbury Tube Dough Recipe","shortId":"AG9Bb2_W8","createdAt":"2021-05-25T12:34:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032434,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:27:51.000Z","url":"https://www.theringer.com/2021/5/25/22452765/discussing-the-best-pillsbury-tube-dough-recipe","canonicalUrl":"https://www.theringer.com/2021/5/25/22452765/discussing-the-best-pillsbury-tube-dough-recipe","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4cf47c21dc7d164c8ca601e31a069be6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgIABQUAAAAAAAAAAAAAAQMAAgQFESGhBhITUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAIBEAAQMCBwAAAAAAAAAAAAAAAQIDEQAEBRITITGBof/aAAwDAQACEQMRAD8Au9Mhl8jxLLMJWAa+Mjb3ryB8mSbh1UbepLrEEjXvG/ERC2FnVcfz7woDymVypTFwQ0YmeOq//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"vM7yEwUcb","title":"Cool Hand Luke and the Big Lozowski","shortId":"vM7yEwUcb","createdAt":"2021-05-25T12:34:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:29:09.000Z","url":"https://www.theringer.com/2021/5/25/22452762/cool-hand-luke-and-the-big-lozowski","canonicalUrl":"https://www.theringer.com/2021/5/25/22452762/cool-hand-luke-and-the-big-lozowski","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0aecccccac04abbdd46ee563f221ca1a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEFIQQTBxJB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAAMEEcEhQVL/2gAMAwEAAhEDEQA/AMUxuP4b/F2RnfxozOJOwS79w5rg0buqpx1X0qF6giI9ty1TPrQirwBVpY7XZn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-SUoz3Zbk","title":"The Bucks Blew the Heat Away in Game 2. Will These Playoffs Be Different for Milwaukee?","shortId":"-SUoz3Zbk","createdAt":"2021-05-25T12:34:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:17:00.000Z","url":"https://www.theringer.com/2021/5/25/22452741/bucks-heat-game-2-knicks-lakers-vent-session","canonicalUrl":"https://www.theringer.com/2021/5/25/22452741/bucks-heat-game-2-knicks-lakers-vent-session","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d221235180687935482d0672c887494","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEABEhBQYSMRORof/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AJLStGgp2puiY6z5lxGWeAUc3Uo3N+xgY+36qUegxg8sIDoSFEAFQNh6pSmlIlN9P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6A9FWoVSu","title":"Remembering George Floyd, One Year Later","shortId":"6A9FWoVSu","createdAt":"2021-05-25T12:34:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:22:53.000Z","url":"https://www.theringer.com/2021/5/25/22452755/remembering-george-floyd-one-year-later","canonicalUrl":"https://www.theringer.com/2021/5/25/22452755/remembering-george-floyd-one-year-later","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4bf9715edfd932b2e49d0e5d13a94d26","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAMFBhEhEhVBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMREv/aAAwDAQACEQMRAD8AjZDlki1RotK2xqEZki0mfTLGjroveWnhxGzoDW/PpZWM9ysADvko/SeSiKNY3ROwqjAJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MbI8m5UVu","title":"The Bucks Blow the Heat Away in Game 2. Plus: The Knicks-Hawks Series Is the Highlight of Round 1 and Lakers Vent Session.","shortId":"MbI8m5UVu","createdAt":"2021-05-25T12:17:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:17:00.000Z","url":"https://www.theringer.com/2021/5/25/22452741/bucks-blow-heat-away-game-2-plus-knicks-hawks-series-highlight-round-1-lakers-vent-session","canonicalUrl":"https://www.theringer.com/2021/5/25/22452741/bucks-blow-heat-away-game-2-plus-knicks-hawks-series-highlight-round-1-lakers-vent-session","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d221235180687935482d0672c887494","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEABEhBQYSMRORof/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AJLStGgp2puiY6z5lxGWeAUc3Uo3N+xgY+36qUegxg8sIDoSFEAFQNh6pSmlIlN9P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kEI11PwrF","title":"Olivia Rodrigo’s ‘Sour’ Review. Plus: Is Pop-Punk Back?","shortId":"kEI11PwrF","createdAt":"2021-05-25T12:17:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T12:14:32.000Z","url":"https://www.theringer.com/2021/5/25/22452544/olivia-rodrigos-sour-review-plus-is-pop-punk-back","canonicalUrl":"https://www.theringer.com/2021/5/25/22452544/olivia-rodrigos-sour-review-plus-is-pop-punk-back","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e81ddd293cfa6327f3d3beb32c02a01b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEFFDFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACEWGx/9oADAMBAAIRAxEAPwDD+Ata+y5SSvXDNXnrFJHn6ok9XZ1DknWGnIiG5iyoFtUXvs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6ZGU5IEl3","title":"Nature Can Save Humanity From Climate Doom—but Not On Its Own","shortId":"6ZGU5IEl3","createdAt":"2021-05-25T12:09:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032409,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:00:00.000Z","url":"https://www.wired.com/story/nature-can-save-humanity-from-climate-doom-but-not-on-its-own","canonicalUrl":"https://www.wired.com/story/nature-can-save-humanity-from-climate-doom-but-not-on-its-own","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8c58748b56ddd4b89a50b89a9a76eec","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACEQMFEgQGByExgfD/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/AMRbuTdy0manO4aio4OacjVIIiQYjxMD4qweWN2NJa24mB0MmNJ99IiBXW9DZ//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"K0XJmQway","title":"How to Buy Movies Online and Watch Them Anywhere","shortId":"K0XJmQway","createdAt":"2021-05-25T12:09:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032409,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:00:00.000Z","url":"https://www.wired.com/story/how-to-buy-movies-online-watch-them-anywhere","canonicalUrl":"https://www.wired.com/story/how-to-buy-movies-online-watch-them-anywhere","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6763098ef5f1112ba95a64cacdb34f76","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgMABBESBQYhMXHx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAARIUH/2gAMAwEAAhEDEQA/AIjq+NprmyjnnuWQ20Q0WTVSQMbMvgk/c1Dz8Nx6zyKq3QAYgATYA7+qUoizj//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"vLrq_JHJx","title":"STEM’s Racial Reckoning Just Entered Its Most Crucial Phase","shortId":"vLrq_JHJx","createdAt":"2021-05-25T12:09:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27032409,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:00:00.000Z","url":"https://www.wired.com/story/stems-racial-reckoning-just-entered-its-most-crucial-phase/","canonicalUrl":"https://www.wired.com/story/stems-racial-reckoning-just-entered-its-most-crucial-phase/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4dfae12bef3bbbbd4c48cebdd60ae354","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFEQYSIQcTFCIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAZEQACAwEAAAAAAAAAAAAAAAAAMQECUfD/2gAMAwEAAhEDEQA/ALupd5r7Obmaaqm9+fXeM0zeR6Os7AAzxtKqQRj5G96epVWwWwOzuwpZQLEkljsHJzCEWz7BCP/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"tpBR3jc-O","title":"Microsoft and Qualcomm team up to create a Windows on ARM developer PC","shortId":"tpBR3jc-O","createdAt":"2021-05-25T11:39:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032379,"tagsStr":"general-programming,microsoft,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:35:55.000Z","url":"https://www.theverge.com/2021/5/25/22452710/microsoft-qualcomm-windows-on-arm-dev-kit-pc-features-release-date","canonicalUrl":"https://www.theverge.com/2021/5/25/22452710/microsoft-qualcomm-windows-on-arm-dev-kit-pc-features-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a232b0ed27438f9acb23e4bdab6b96a","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIAAwUGBBESIWEi/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMEQXH/2gAMAwEAAhEDEQA/AM9eMwyzU3dVXI9dSp1PrijEcfB3LKZhf1RVNzrsQNixPZ9iI4y46VewhewHr23slYLc8n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qnNYYTkdc","title":"Which Julio Jones Trade Partners Make Sense?","shortId":"qnNYYTkdc","createdAt":"2021-05-25T11:32:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27032372,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:20:00.000Z","url":"https://www.theringer.com/nfl/2021/5/25/22452223/julio-jones-trade-partners","canonicalUrl":"https://www.theringer.com/nfl/2021/5/25/22452223/julio-jones-trade-partners","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ccb8d0ece086af2b275f9e3727cd0452","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDBAAREgYFBxMUISMlUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECACEDBBET/9oADAMBAAIRAxEAPwCM0ntjyEsOMZwpUVwqjcQgDBNxY+/ta0ncfImgSmtWSGG3+6lrlArAK6hN8xe17UpQeKM1iUjay23bM//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"XSqY5w9cP","title":"Most kids with inflammatory COVID-19 syndrome are recovered by 6 months","shortId":"XSqY5w9cP","createdAt":"2021-05-25T11:19:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:00:00.000Z","url":"https://www.livescience.com/children-inflammatory-syndrome-covid-19-recovery.html","canonicalUrl":"https://www.livescience.com/children-inflammatory-syndrome-covid-19-recovery.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3efc755242ac49580c740d67ce57679b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACBAUREgMTIUEVMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/ANRkxI8KlydoAU8Q3DFjGtDSDxYAdi/zhQfD0ce4ukT2cERHcKvI2as//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"21ssxMc4b","title":"Flowers use the smell of death to lure and imprison coffin flies","shortId":"21ssxMc4b","createdAt":"2021-05-25T11:19:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:00:00.000Z","url":"https://www.livescience.com/flower-scent-of-dead-insect-attract-coffin-flies.html","canonicalUrl":"https://www.livescience.com/flower-scent-of-dead-insect-attract-coffin-flies.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b70c345d70c3f9232e97e29ebf87da7","ratio":1.40679953106682,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQhETFRBhITIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEiH/2gAMAwEAAhEDEQA/AI7eW2u2NyRI0lwHXxFsFVOpB4yATnbG9ZabqC0EriSO+Rwx7ljm9VPA1+UpRcmoiileT//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yw1pB1tA6","title":"Spherical UFO plunges into the ocean in US Navy footage","shortId":"yw1pB1tA6","createdAt":"2021-05-25T11:19:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27032359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T11:00:02.000Z","url":"https://www.livescience.com/ufo-flies-and-dives-navy-footage.html","canonicalUrl":"https://www.livescience.com/ufo-flies-and-dives-navy-footage.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3700bd001bde1ceecdbeffbc12ffd91d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAgUFAAAAAAAAAAAAAAACAAMBBAUHERIhJDFS/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCbpNz55pwACSZxtjJRV6FyaloHhy3XokROUH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OXaxxDEVu","title":"NIGHTMODE notches first techno undertaking with KILL SCRIPT’s ‘FIRST CONTAKT’ EP","shortId":"OXaxxDEVu","createdAt":"2021-05-25T10:02:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032282,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/kill-script-touches-down-with-first-contakt-ep-via-nightmode/","canonicalUrl":"https://dancingastronaut.com/2021/05/kill-script-touches-down-with-first-contakt-ep-via-nightmode/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbd7bce575b9ebeecb7b532b6f7b5c95","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIhAAAgECBQUAAAAAAAAAAAAAAQMCAAQFBxIhURETMWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDSzN7EXud3Ly7Tb6hJRQuEZDbcS5HH2rGdt1ECJLJkbaiiHU+/NKUEM//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zlwZwNdYc","title":"Instagram exchange gives way to Gibson Parker, offrami’s ‘Complicated’","shortId":"zlwZwNdYc","createdAt":"2021-05-25T09:01:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032221,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/instagram-exchange-gives-way-to-gibson-parker-offramis-complicated/","canonicalUrl":"https://dancingastronaut.com/2021/05/instagram-exchange-gives-way-to-gibson-parker-offramis-complicated/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48ea4cda34699d580fb27ededc1693b7","ratio":1.50300601202405,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECBAUDBiESMkFxof/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQADEQIFBiFRYcH/2gAMAwEAAhEDEQA/AM1/z72NnrfjmekqTqopVbgzTtMus+ChucgAO3vb4nhUHGhDFY78C//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"JZhWr67ke","title":"Google’s new Fuchsia OS arrives first on old Nest Hub","shortId":"JZhWr67ke","createdAt":"2021-05-25T08:49:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032209,"tagsStr":"general-programming,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:47:40.000Z","url":"https://www.theverge.com/2021/5/25/22452620/google-fuchsia-os-nest-hub-smart-display-update-operating-system-linux-kernal","canonicalUrl":"https://www.theverge.com/2021/5/25/22452620/google-fuchsia-os-nest-hub-smart-display-update-operating-system-linux-kernal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb008abb532fc7f0b47b9ec33a8834c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMRAAQFBhIUIf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEh/9oADAMBAAIRAxEAPwCc6l3qc9U4jhdTTTT+ef1NLDJ+bCemtCCCaNi7JusnZVSSR3pl9EmgxoXjGOHptlbVCyT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1aAUymvrS","title":"?? - Chilseok","shortId":"1aAUymvrS","createdAt":"2021-05-25T08:33:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27032193,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/118778709/-Chilseok","canonicalUrl":"https://www.behance.net/gallery/118778709/-Chilseok","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5141d5bf160e6583ff6d7ddb11937bda","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQMAEQIEBTFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AwvTOUNoelgo5MGQqrJA74Av25PiIRa//2Q==","siteTwitter":"@behance","creatorTwitter":"@nastplas","readTime":0,"description":null,"toc":null,"summary":null},{"id":"QrYRWTrk0","title":"Astro Arcade: Slushii sonically brings Hi Rez Studios’ SMITE to life with ‘Valhalla’","shortId":"QrYRWTrk0","createdAt":"2021-05-25T08:32:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27032192,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T08:30:00.000Z","url":"https://dancingastronaut.com/2021/05/astro-arcade-slushii-sonically-brings-hi-rez-studios-smite-to-life-with-valhalla/","canonicalUrl":"https://dancingastronaut.com/2021/05/astro-arcade-slushii-sonically-brings-hi-rez-studios-smite-to-life-with-valhalla/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fa2902bf1cdb6d9e5335399a4d92396","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAAUCBwAAAAAAAAAAAAABAgADBAURBhIhIjEyQWHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIRAxIiYbH/2gAMAwEAAhEDEQA/AJgU+nZWnKBLtINXd7hsZpYTaxBXkCOuAvDrkHz6iPm2qxLNcCirsBiO9fqEIrr4vga4jYbmyV//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"akZ58y6_H","title":"proxy-www","shortId":"akZ58y6_H","createdAt":"2021-05-24T19:43:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":213,"score":27032189,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-24T21:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T12:00:00.000Z","url":"https://github.com/justjavac/proxy-www","canonicalUrl":"https://github.com/justjavac/proxy-www","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962b528d4e672c1942611d2e28c82cfa","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGhAAAwADAQAAAAAAAAAAAAAAAQIDABEhI//EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECERNR/9oADAMBAAIRAxEAPwDTSKoYj0JO+mh33IhKUYTkgqVRQoLWZjoDXST04xkdrtEhD//Z","siteTwitter":"@github","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"c0dO6TR9M","title":"New Standards to Access User Device Hardware using JavaScript","shortId":"c0dO6TR9M","createdAt":"2021-05-24T22:25:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":128,"score":27032180,"tagsStr":"javascript,hardware,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:24:54.000Z","url":"https://blog.bitsrc.io/new-standards-to-access-user-device-hardware-using-javascript-86b0c156dd3d","canonicalUrl":"https://blog.bitsrc.io/new-standards-to-access-user-device-hardware-using-javascript-86b0c156dd3d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18dccd6fe55d509b67cec1214d01a232","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIFAAMEITFBBxESFSL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMRIf/aAAwDAQACEQMRAD8AqdG4uJuT75sXB4mOyA2nc3SHCtuB2XUbcitj9BLJ8WsmPS2uiqMcnxHApSpLFr0WmXD/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Gwv3nWwA9","title":"How to Use CSS Media Queries to Create Responsive Websites","shortId":"Gwv3nWwA9","createdAt":"2021-05-24T20:45:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":175,"score":27032167,"tagsStr":"career,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T20:36:07.000Z","url":"https://www.freecodecamp.org/news/how-to-use-css-media-queries-to-create-responsive-websites/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-css-media-queries-to-create-responsive-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8027e2be8c828988b0b910cc941dd066","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIEAAMRBQYTIRIUMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EAB8RAAIBAwUBAAAAAAAAAAAAAAECAwAhMQQRIlFxsf/aAAwDAQACEQMRAD8Az8XU9uy9uRYJ0+UshUZbklQitde2it9HagkjJyTgH9qFN0KR7l/iuW1t8jeKlySBnoZx3SlOkZo2IUm4Bzvc+1akSTrzGLdfK//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o4yunnjCB","title":"Mabox Linux – Sehr schlankes Manjaro – Alternative zu MX Linux","shortId":"o4yunnjCB","createdAt":"2021-05-25T07:50:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27032150,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T07:36:30.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/25/mabox-linux-sehr-schlankes-manjaro-alternative-zu-mx-linux/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/25/mabox-linux-sehr-schlankes-manjaro-alternative-zu-mx-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"awXBYaXc1","title":"How benchmarking helps radiology practices evaluate performance","shortId":"awXBYaXc1","createdAt":"2021-05-25T07:12:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27032112,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132458&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132458","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/03616d419b342dd79c344d8be18ea9f6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAgIBAwMFAAAAAAAAAAAAAQIDEQAEBQYHIUESIzFCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQMAAhEEQf/aAAwDAQACEQMRAD8Ai9HuRrLHuGkRVVWieZ3lRQij6qL8nvmnEOysLfdI/We5qA/OEvTUAScioAVo2qvHvR4vqihQAoqvzFS610j2Vz2swCf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"yzjSYJ9KY","title":"Popular Elitism In Programming","shortId":"yzjSYJ9KY","createdAt":"2021-05-24T20:12:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":136,"score":27032077,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:50:23.000Z","url":"https://itnext.io/popular-elitism-in-programming-d11447bc60dd","canonicalUrl":"https://itnext.io/popular-elitism-in-programming-d11447bc60dd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32dee1a38d8acb411158345f1d6a15ad","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIRAAMEEgUGIRP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/ALuX2/P+FwhbOt9CjSg2iY8MVl175zKqFXIfUeCWkxSlBVd2UXACf//Z","siteTwitter":"@itnext_io","creatorTwitter":"@FagnerBrack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"7gzZJBjqn","title":"Huawei founder says company should dodge sanctions by pivoting to software","shortId":"7gzZJBjqn","createdAt":"2021-05-25T06:12:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27032052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T06:08:40.000Z","url":"https://www.theverge.com/2021/5/25/22452580/huawei-software-pivot-us-sanctions-ren-zhengfei","canonicalUrl":"https://www.theverge.com/2021/5/25/22452580/huawei-software-pivot-us-sanctions-ren-zhengfei","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c3eb78dcec3f77c31c9e06259970189","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYTISMxQVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDEUHB/9oADAMBAAIRAxEAPwDL7OxEe0xdbjtOiRHdbShRcBIyR24x59VRLalJBMmXkjJ6g+UpRoAlTlu2sL3wn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AryfBxM7G","title":"How to Use Small and Sustainable Habits to Get Your First Dev Job","shortId":"AryfBxM7G","createdAt":"2021-05-24T21:38:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":38,"score":27031978,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:30:43.000Z","url":"https://www.freecodecamp.org/news/how-to-use-small-sustainable-habits-to-get-your-first-dev-job/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-small-sustainable-habits-to-get-your-first-dev-job/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fd59125337c336127600baf84b1e24d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAQRBQYSYRQhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQABAwQDAAAAAAAAAAAAAAABAAURAgMEElJxsf/aAAwDAQACEQMRAD8AqbC1Aq3KuWnW6IXZt2RUxw5Bc+OeWB0CPtaB8W+PstXnqcsUpSLiIuDpBMB2xqp5HwL/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@KenTheRogers","readTime":8,"description":null,"toc":null,"summary":null},{"id":"8-rVwq7IG","title":"Popular UI architectures compared & how Blazor+Fusion UI fits in there","shortId":"8-rVwq7IG","createdAt":"2021-05-24T20:12:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":77,"score":27031974,"tagsStr":"architecture,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T02:51:04.000Z","url":"https://itnext.io/the-most-popular-ui-architectures-and-how-fusion-based-ui-fits-in-there-fb47e45038a7","canonicalUrl":"https://itnext.io/the-most-popular-ui-architectures-and-how-fusion-based-ui-fits-in-there-fb47e45038a7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82552def05fc2b3c67754f34c6d5b4c7","ratio":2.0442930153322,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFETFBEhNhcv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQADAiEx/9oADAMBAAIRAxEAPwDQeSx/uvoslK4N1DBIsbKZFC8dB9HvkE/RVtMrkZLWF3e082RSdQsBvX7pSnXsk7Mlez//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@alexyakunin","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BvlfF2FoG","title":"How can I define an enum in JavaScript?","shortId":"BvlfF2FoG","createdAt":"2021-05-24T19:17:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"30seconds","views":107,"score":27031963,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-enum","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-enum","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87df6046544471b3d8b9ca3d1d12672f","ratio":1.24804992199688,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAwEBAAAAAAAAAAAAAQIDBBEABQYSIUEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwDQdXynXyec7fQyGWEJiJbDBUyEoWurPVRHqv0LHyhWT5nCpEmW++rajs6tSz1sCyb8HzGMnuledykkghv/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Qyq1-E7KO","title":"What The Cyber Security Executive Order Means for CISOs","shortId":"Qyq1-E7KO","createdAt":"2021-05-25T00:13:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":7,"score":27031961,"tagsStr":"security,cloud,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/what-the-cyber-security-executive-order-means-for-cisos","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/what-the-cyber-security-executive-order-means-for-cisos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94ea41fec4762b5d1c0bfd7b6794bb3f","ratio":1.76056338028169,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAIDAQAAAAAAAAAAAAABAgMEBQASESExUf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQADBJEUQlL/2gAMAwEAAhEDEQA/AIKosoC6GxkzK5tTsVOqQ2VALJ5CSTt9968yYcvGi4rWGkDk8Dc9YxjEx/s2psVk6Cl//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oPbMniv_C","title":"Inkscape 1.1 vereinfacht den PNG-Export","shortId":"oPbMniv_C","createdAt":"2021-05-25T04:40:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27031960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T04:20:00.000Z","url":"https://linuxnews.de/2021/05/inkscape-1-1-vereinfacht-den-png-export/","canonicalUrl":"https://linuxnews.de/2021/05/inkscape-1-1-vereinfacht-den-png-export/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88ae80ff9c49893e1a658be99c201007","ratio":1.27464788732394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxABAAEEAQUAAAAAAAAAAAAAAQIAAxExBQQSISJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AzLjrdk4W/C5LplujJMRZqHqdyZhh2GyoL4U39KUq6C//2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"81okTh1ia","title":"‘The Rock’ With Bill Simmons, Chris Ryan, and Mina Kimes","shortId":"81okTh1ia","createdAt":"2021-05-25T04:40:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T04:33:57.000Z","url":"https://www.theringer.com/2021/5/25/22451755/the-rock-with-bill-simmons-chris-ryan-and-mina-kimes","canonicalUrl":"https://www.theringer.com/2021/5/25/22451755/the-rock-with-bill-simmons-chris-ryan-and-mina-kimes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b372829e750c6f7c86c97fe2cce5fda7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIRAAAgEDAwUAAAAAAAAAAAAAAgMBAAQFERIxISNBUdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAES/9oADAMBAAIRAxEAPwDM11ln3S1C4VlK46Tt8+9OOKleVulgIDK9oxER2x+UpTTCUf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cbaLW5BM4","title":"Tulip Mania","shortId":"cbaLW5BM4","createdAt":"2021-05-25T04:39:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27031959,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/120120383/Tulip-Mania","canonicalUrl":"https://www.behance.net/gallery/120120383/Tulip-Mania","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96dbcffcb6a322faf3aad3a46bfceba2","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwQRBQYSUSElMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREBAQADAQAAAAAAAAAAAAAAAQIAAxFh/9oADAMBAAIRAxEAPwDLLPetvStnQ6HpwZ1wzcqng94BxmQNu6kWPqrX72YiXqqXq4nYyEnOHmf/2Q==","siteTwitter":"@behance","creatorTwitter":"@albertdrosphoto","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Q5j58StZo","title":"How to Generate a Code Coverage Report with CodeCov and GitHub Actions","shortId":"Q5j58StZo","createdAt":"2021-05-24T19:51:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":27,"score":27031841,"tagsStr":"general-programming,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:40:36.000Z","url":"https://www.freecodecamp.org/news/how-to-generate-code-coverage-report-with-codecov-and-github-actions/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-generate-code-coverage-report-with-codecov-and-github-actions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6e7739f905e6cbc1b6192394173fc8d","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBABAAIDAAMAAAAAAAAAAAAAAQACAxEhBDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8Azf5eSrkw1BOdfu2QsDZdPuIhhykxNBf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@MJMAWA","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Az8QPBplZ","title":"10 Best Marketplace WordPress Themes","shortId":"Az8QPBplZ","createdAt":"2021-05-25T02:34:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27031834,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:39:04.000Z","url":"https://www.wpexplorer.com/marketplace-wordpress-themes/","canonicalUrl":"https://www.wpexplorer.com/marketplace-wordpress-themes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4e1f6dbb2f2aeecfb8e20fe26f5015d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACAwQREhMhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAMBcREhQf/aAAwDAQACEQMRAD8A0JQdNXsGlNZms84xJ2l1DnZJ8OoAwPivRFKzlQOvebP/2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@digitalinkwell","readTime":6,"description":null,"toc":null,"summary":null},{"id":"hJRsH1WgV","title":"Notify.Events Ultimate WordPress Notifications","shortId":"hJRsH1WgV","createdAt":"2021-05-25T02:34:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27031834,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:19:37.000Z","url":"https://www.wpexplorer.com/notify-events-ultimate-wordpress-notifications/","canonicalUrl":"https://www.wpexplorer.com/notify-events-ultimate-wordpress-notifications/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d5f7212f3d27b54b0023bd4971c6cc6","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAAYCAQUAAAAAAAAAAAAAAQIDBAURABIGFDFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIDABH/2gAMAwEAAhEDEQA/AJTXKpiH5W1LFuunJsodQlCJFRMmQo7FuhGgCvXjMg5hVnzhV2Mo+TFwcVdAVNRdhuu/3GMMrV1C8OTjJGJ6N//Z","siteTwitter":"@wpexplorer","creatorTwitter":"@wpexplorer","readTime":23,"description":null,"toc":null,"summary":null},{"id":"3BWiClYY3","title":"Class Eval & Instance Eval In Ruby Metaprogramming","shortId":"3BWiClYY3","createdAt":"2021-05-24T20:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":17,"score":27031825,"tagsStr":"ruby","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:58:17.000Z","url":"https://itnext.io/class-eval-instance-eval-in-ruby-metaprogramming-7fef0f0e163e","canonicalUrl":"https://itnext.io/class-eval-instance-eval-in-ruby-metaprogramming-7fef0f0e163e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa556147fa26fac7175d8b461691d856","ratio":1.2591815320042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQAEEQIDEjFRFP/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAwURISLw/9oADAMBAAIRAxEAPwDC3pfF3ewqcxmdGrquNC58tmTfnCmd8RFQRjKUp8dpX7Hiv//Z","siteTwitter":"@itnext_io","creatorTwitter":"@huzub","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LumBrAlQl","title":"Shirish Agarwal: Pandemic, Toolkit and India","shortId":"LumBrAlQl","createdAt":"2021-05-25T02:22:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27031822,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T02:06:46.000Z","url":"https://flossexperiences.wordpress.com/2021/05/25/pandemic-toolkit-and-india/","canonicalUrl":"https://flossexperiences.wordpress.com/2021/05/25/pandemic-toolkit-and-india/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6741a4310f222e55ad45e4464c609c2d","ratio":0.944444444444444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgEH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYhMQcSUWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECUf/aAAwDAQACEQMRAD8ARsdX9Sw7pKjPWqCmI2tSUEpcKtlEbnu5xvWmWrWE6XbIclyIkLeZQ4oBtWASkHz7pwABxn7VHFTWNW0VXD//2Q==","siteTwitter":"@shirishag75","creatorTwitter":"@shirishag75","readTime":7,"description":null,"toc":null,"summary":null},{"id":"mgAfH0D3IJ","title":"Notes on Migrating Angular Project to Nx Workspace & Angular v12 & Github Pages","shortId":"mgAfH0D3IJ","createdAt":"2021-05-24T20:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":13,"score":27031811,"tagsStr":"webdev,github,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T14:38:13.000Z","url":"https://itnext.io/notes-on-migrating-angular-project-to-nx-workspace-angular-v12-github-pages-235e09f6b8cb","canonicalUrl":"https://itnext.io/notes-on-migrating-angular-project-to-nx-workspace-angular-v12-github-pages-235e09f6b8cb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ec821e63a33b7189c7ad4879b3426d32","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAQMEAgIDAAAAAAAAAAAAAQIDBAAGERIFEwchUWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAExQf/aAAwDAQACEQMRAD8AwNseUXofFz2ufRIlPOubROtY20O2UlZ+DgZIzjNS1ddtONoWu3oiVKAJCuxRB+zv7/aUqSavYiDXJ//Z","siteTwitter":"@itnext_io","creatorTwitter":"@dale_nguyen","readTime":3,"description":null,"toc":null,"summary":null},{"id":"zIq1Wf6CN","title":"J.J. Abrams says the Valve Portal movie is ‘finally on the rails’","shortId":"zIq1Wf6CN","createdAt":"2021-05-25T01:50:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031790,"tagsStr":"rails","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T01:44:14.000Z","url":"https://www.theverge.com/2021/5/24/22452272/jj-abrams-portal-movie-valve-half-life-2013-script-production","canonicalUrl":"https://www.theverge.com/2021/5/24/22452272/jj-abrams-portal-movie-valve-half-life-2013-script-production","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ff62eca7bd04d5bd8ebc1849fada703","ratio":1.90972222222222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQGBRESFCEyQdHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMb0HFbO+s5TK7FpY2AO3VCCNiPvNQZcZRJXXmWPCSOwe6Up5TF2/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dlP3dt2Ug","title":"Evidence is piling up that Netflix wants to be the Netflix of games","shortId":"dlP3dt2Ug","createdAt":"2021-05-25T00:41:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031721,"tagsStr":"apple,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:36:00.000Z","url":"https://www.theverge.com/2021/5/24/22452173/netflix-gaming-subscription-service-executive-2022","canonicalUrl":"https://www.theverge.com/2021/5/24/22452173/netflix-gaming-subscription-service-executive-2022","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d8000f66f7ab8d852e0e638898a1a454","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxESISIxQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACIVH/2gAMAwEAAhEDEQA/AM85WuuxAoOogKx7XB8+yNm5HaIiIuS65f/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"zeiAQhN6N","title":"Door Dash X T Brand","shortId":"zeiAQhN6N","createdAt":"2021-05-25T00:37:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27031717,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:00:00.000Z","url":"https://www.behance.net/gallery/120029627/Door-Dash-X-T-Brand","canonicalUrl":"https://www.behance.net/gallery/120029627/Door-Dash-X-T-Brand","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/9a7556120029627.60a9bbc657515.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDABESBAUTIQZBFCKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EAB0RAQABBAMBAAAAAAAAAAAAAAERAgMhQQAEElH/2gAMAwEAAhEDEQA/AGoJubTTbhNEWVbnLPFZRcLkoBNvXuo/mRN2sciqewOJOv0g1pNmhifx7Uh40YB0tdQbfU0Kyi56FA3vNBUEyuGcRjScfstNry3JV2MaHOH7z//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"tj5A93Qvm","title":"Julio Jones Wants Out and Unpopular Opinions on the 2021 Season","shortId":"tj5A93Qvm","createdAt":"2021-05-25T00:24:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:21:11.000Z","url":"https://www.theringer.com/2021/5/24/22452242/julio-jones-wants-out-and-unpopular-opinions-on-the-2021-season","canonicalUrl":"https://www.theringer.com/2021/5/24/22452242/julio-jones-wants-out-and-unpopular-opinions-on-the-2021-season","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7bd77ee030df4b6c27dba7bb2176a233","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAgAFAgcAAAAAAAAAAAAAAQIAAwQFEQZBEhMhMWFi0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEUH/2gAMAwEAAhEDEQA/AJr3qC6LrSROSqZTSyg8pMZUcXRwdzkedo1Zv9wBI5/b1HyEIHaxGYeQ7scE/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WdJv8b1ua","title":"CT shows shift from teeth to baleen in ancient whales","shortId":"WdJv8b1ua","createdAt":"2021-05-25T00:14:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031694,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-25T00:12:10.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132485&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132485","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7544d847ce9be279ec813bb09818a305","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwAB/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQIEBQADBhESEwcUIjFBUYL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AGIGJ4fXmOt7OSnPCyV7S2oQnWB2ABOofQJqkojCCJF0ls7QLCbqxbG8T05nLz6o8rKD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ey2AgEXN9","title":"Wrangling Control Over PDFs with the Adobe PDF Embed API","shortId":"ey2AgEXN9","createdAt":"2021-05-24T14:40:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":34,"score":27031678,"tagsStr":"adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:57:21.000Z","url":"https://css-tricks.com/wrangling-control-over-pdfs-with-the-adobe-pdf-embed-api/","canonicalUrl":"https://css-tricks.com/wrangling-control-over-pdfs-with-the-adobe-pdf-embed-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4dcbcebfd6fbd0cfc852358de97693ec","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBQYSFCEjcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQABAwQDAAAAAAAAAAAAAAADAQIEAAURIRJB8P/aAAwDAQACEQMRAD8AxuoRXOtX5TdW60m2LfG9GDBPOcgAiom2RyYt2Ya5OcLDIA+eylKLucgkfgglxn3dIxQMIYrXJpF1X//Z","siteTwitter":"@CSS","creatorTwitter":"@raymondcamden","readTime":11,"description":null,"toc":null,"summary":null},{"id":"0Vl7nRC2q","title":"SNMMI urges Congress to continue support for medical research","shortId":"0Vl7nRC2q","createdAt":"2021-05-24T23:50:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031670,"tagsStr":"startup,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T23:33:15.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132484&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132484","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd88728be67ce0df4e5b6be394b42a7f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQME/8QAIxAAAAQEBwEAAAAAAAAAAAAAAQIDBAASEyEFESIxQWGSgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIREiEi/9oADAMBAAIRAxEAPwB3A8LQYoKkalpJqGnPkG9rfOu84iq1xeqem4aCSYZRy49QkTW/XKfUUoBKA3ALcRmrKhsof0MEsrl7F5K6hP/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"75WeZH0OQ","title":"An update on Responsible AI at LinkedIn","shortId":"75WeZH0OQ","createdAt":"2021-05-24T13:11:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"linkedin","views":83,"score":27031661,"tagsStr":"tech-news,ai,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://engineering.linkedin.com/blog/2021/responsible-ai-update","canonicalUrl":"https://engineering.linkedin.com/blog/2021/responsible-ai-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21d893fe7bb606288183f51a8f3691af","ratio":1.77215189873418,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwQFEQYSITFRsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAABAgMAMf/aAAwDAQACEQMRAD8A3bI8jno5jHY8KQStZ7DI9hw1rzsel/qpHK5GRe32iJloIqIQOjElV2ZwTw7/2Q==","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"WXdghp0VM","title":"Google now lets you password-protect the page that shows all your searches","shortId":"WXdghp0VM","createdAt":"2021-05-24T23:38:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031658,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T23:32:23.000Z","url":"https://www.theverge.com/2021/5/24/22452122/google-my-activity-page-password-privacy-verification-web-and-app-history","canonicalUrl":"https://www.theverge.com/2021/5/24/22452122/google-my-activity-page-password-privacy-verification-web-and-app-history","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06f5cee09e3681f966314935df239bfd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBAxESEyEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANPPVvdyS07I2F86KwAP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sImtKnlFJ","title":"Potion - Create custom websites in minutes, all on Notion","shortId":"sImtKnlFJ","createdAt":"2021-05-24T19:40:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":1,"score":27031654,"tagsStr":"devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:34:00.000Z","url":"https://potion.so","canonicalUrl":"https://potion.so","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f0138bc47ba0a5347693c66aa6cb327a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEBSFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAEREiH/2gAMAwEAAhEDEQA/ANJZOpbkyySGSi8gkFgdVCu1QHA9RFSzeMUn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FvrZEWOUo","title":"RSNA R&E grant study identifies new biomarker for NSCLC","shortId":"FvrZEWOUo","createdAt":"2021-05-24T23:28:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031648,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:58:33.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132483&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132483","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d512689f651da1d080bd96437e127cc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJBAAAgECBQQDAAAAAAAAAAAAAQIDBBEABQYSYRMUQVEiIzH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxEhQf/aAAwDAQACEQMRAD8Aqos5zeag0/XV2lsw7bqI6mlH1kG4BZQTfwQp5vhZFquQRIH0fm24KL9OlJW/B9YzRJ5YIMmEEskYJS+xiPHGE6O2xfkfz3hJUjVhXUEDc3vsJcg8n//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"a3FpTweNK","title":"A Surprise Appearance From Bill Simmons, Plus NFL Buy and Sells","shortId":"a3FpTweNK","createdAt":"2021-05-24T23:11:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T23:08:47.000Z","url":"https://www.theringer.com/2021/5/24/22452163/a-surprise-appearance-from-bill-simmons-plus-nfl-buy-and-sells","canonicalUrl":"https://www.theringer.com/2021/5/24/22452163/a-surprise-appearance-from-bill-simmons-plus-nfl-buy-and-sells","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da5f48c86d49c4d59316a392b94b491b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgIBBAEFAAAAAAAAAAAAAQMCBAAREhMhBSIyQVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEC/9oADAMBAAIRAxEAPwDGT5FNazWTaqmymW4vhycYaYgEH0jr3H7/AHJu3fYLTggsWoTkIQLCdsdehr84xlTkzYt//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KvYh0EPQU","title":"CSS Container Queries: Use-Cases And Migration Strategies","shortId":"KvYh0EPQU","createdAt":"2021-05-24T11:45:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":125,"score":27031628,"tagsStr":"general-programming,webdev,css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9bd55b1cbbdfe27c649fa49818809442","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDBAAFETEGEhMiof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAIRH/2gAMAwEAAhEDEQA/ANh4rYytcWVJKc8/5cPoCigiGA0ONZz8SqLfzCQ/AjOnGa7ONCa+y7VEWlKUgFGJfuDVjFVWfB5v/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@AdrianBeceDev","readTime":11,"description":null,"toc":null,"summary":null},{"id":"7VcAiYuVS","title":"Carestream launches floor-mount option for DRX-Compass","shortId":"7VcAiYuVS","createdAt":"2021-05-24T23:04:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031624,"tagsStr":"rails","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:36:50.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132482&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132482","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb9a6304c8dfde37d035c948995cb41c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMECP/EACIQAAEEAQIHAAAAAAAAAAAAAAEAAgMRBCGRBRITIlFScf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDS0/FDjwY75o+6Z5ZpZDdasmviv6zPdm4TChyt8DZB/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"UK_XC9_AT","title":"gRPC vs. REST: pros and cons and technical comparison","shortId":"UK_XC9_AT","createdAt":"2021-05-24T12:05:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":138,"score":27031593,"tagsStr":"grpc","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-24T14:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:00:00.000Z","url":"https://daily.dev/blog/grpc-vs-rest","canonicalUrl":"https://daily.dev/blog/grpc-vs-rest","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de6518752792abd5070ac034a99c85bb","ratio":1.36952380952381,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFESExBhIiI3H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHxEAAQIGAwAAAAAAAAAAAAAAAQIDAAQFETFBIaHR/9oADAMBAAIRAxEAPwDPMdfWlvjIhb2zjIO/teUq/ezchiQSw0+c1LdOvMxlitQY38lIkVQQeNtNqUpSpvqkRdrZOb+9YgWYeUw6UDkDF9bj/9k=","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"yNKF7gDTz","title":"Florida’s New Social Media Law Will Be Laughed Out of Court","shortId":"yNKF7gDTz","createdAt":"2021-05-24T22:24:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27031584,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:20:00.000Z","url":"https://www.wired.com/story/florida-new-social-media-law-laughed-out-of-court","canonicalUrl":"https://www.wired.com/story/florida-new-social-media-law-laughed-out-of-court","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/881e52c5dae51ef2230c664bc1befeb5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEgMEEUEFBhMUIf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwDPPU7by8dz1YvEKdoGOZEGUnjGDrBAKi9anoEDX1EVnMisp0QbmIzJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Wmvh_hxud","title":"Apple stayed on message while Epic filled out the record","shortId":"Wmvh_hxud","createdAt":"2021-05-24T22:19:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031579,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:10:32.000Z","url":"https://www.theverge.com/2021/5/24/22452035/epic-apple-antitrust-trial-final-arguments","canonicalUrl":"https://www.theverge.com/2021/5/24/22452035/epic-apple-antitrust-trial-final-arguments","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f961378b0b5d43f5fc76fec3015737c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUxEyFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABAcAAAAAAAAAAAAAAAAAAQIDBRESIlFS0f/aAAwDAQACEQMRAD8AzzJlsMq5GG5CZefkuI8UpalbxtVWdQDR26Nj56rL0OlKEjuhVk4xlfD7X3zLboRZOla5ZH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"sw7a2K2Id","title":"‘Eternals’ Teaser Trailer Instant Reactions","shortId":"sw7a2K2Id","createdAt":"2021-05-24T22:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031572,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T22:04:33.000Z","url":"https://www.theringer.com/2021/5/24/22452065/eternals-teaser-trailer-instant-reactions","canonicalUrl":"https://www.theringer.com/2021/5/24/22452065/eternals-teaser-trailer-instant-reactions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/096ebc86c41601cf2c052533cbcf1dbf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFESEGByJB4f/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AMpn+5udc5N4zBEYruFowq8KBH5Lr2CeatJ13dMis1quyNnT/KUpwNP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6wTnhyNNw","title":"Elon Musk and Bitcoin miners say they want to address crypto’s sustainability problem","shortId":"6wTnhyNNw","createdAt":"2021-05-24T22:00:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031560,"tagsStr":"crypto,blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:54:28.000Z","url":"https://www.theverge.com/2021/5/24/22451900/elon-musk-bitcoin-miners-council-sustainability","canonicalUrl":"https://www.theverge.com/2021/5/24/22451900/elon-musk-bitcoin-miners-council-sustainability","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22bc727453856d295b2ccc2ebe6046a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAEQMEEhQhMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDOWk2cTMrYkYooez5N9D5JrGmIF1fuIl9Ygs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ooabs1VJe","title":"Tim Sweeney concludes Epic v. Apple trial by repping fried chicken","shortId":"Ooabs1VJe","createdAt":"2021-05-24T21:57:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031557,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:49:58.000Z","url":"https://www.theverge.com/tldr/2021/5/24/22451936/tim-sweeney-popeyes-fried-chicken-epic-apple","canonicalUrl":"https://www.theverge.com/tldr/2021/5/24/22451936/tim-sweeney-popeyes-fried-chicken-epic-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9fed4b870db2b76edf61c8e0e8af760","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAACAQIFBQAAAAAAAAAAAAABAhEAAwQFBhMhEhYiMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwARIf/aAAwDAQACEQMRAD8AnaQ3bea4u9v3GTDuQqMZMAwB1HmIq72Vp1/MZbaAbmPcfKUoeTEOwGonmpmjc93/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"05t-UPaEK","title":"Why the AP Fired Emily Wilder","shortId":"05t-UPaEK","createdAt":"2021-05-24T21:41:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031541,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:40:42.000Z","url":"https://www.theringer.com/2021/5/24/22452032/why-the-ap-fired-emily-wilder","canonicalUrl":"https://www.theringer.com/2021/5/24/22452032/why-the-ap-fired-emily-wilder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6cb44fff1a1adc365bd192d80555611","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEIgUTUTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABcRAQADAAAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/ANK4HtmxGA5MwEm9U3UeDX4qDI+zbrPtBEUtSyORR2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cZXdvVrUQ","title":"KSHMR, Armaan Malik, and Eric Nam celebrate Asian American Pacific Islander Heritage Month with ‘Echo’","shortId":"cZXdvVrUQ","createdAt":"2021-05-24T21:32:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031532,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:28:04.000Z","url":"https://dancingastronaut.com/2021/05/kshmr-armaan-malik-and-eric-nam-celebrate-asian-american-pacific-islander-heritage-month-with-echo/","canonicalUrl":"https://dancingastronaut.com/2021/05/kshmr-armaan-malik-and-eric-nam-celebrate-asian-american-pacific-islander-heritage-month-with-echo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1fc942b42509bf9877d11ed68f39998","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBQYSUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAEDIQL/2gAMAwEAAhEDEQA/AL7e6vsjzo8SOCYsRyrK/iWKJfoAVeZOK7TC28XD2SyRJfSjbQENBiouvt4xh2ny9ElRrD//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Aq1HCtlfA","title":"CT helps award-winning violin maker design instruments","shortId":"Aq1HCtlfA","createdAt":"2021-05-24T21:27:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031527,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:01:43.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132481&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132481","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b8d4e1e5038f1f83e7d984f9de555b6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwT/xAAnEAACAQEHAgcAAAAAAAAAAAABAwIEAAUGBxIhMRETFDRBUmGB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQACAgMAAAAAAAAAAAAAAAACAwERAAQx/9oADAMBAAIRAxEAPwCXB+duIFXzTIv91BW3ZE6XskntPXEestPMvrf45sujNnBkgD45++/k2/lirOWmRGVx1EUKFQ+nmWtEBqYdK95Hk8nmxfGkpzEEoUT09gsVOwYFI9xsdRTlwyqu+Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ROyo4fjtT","title":"The ‘Eternals’ Trailer, Prequel Problems, and ‘Mare of Easttown’ Episode 6","shortId":"ROyo4fjtT","createdAt":"2021-05-24T21:24:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031524,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:15:04.000Z","url":"https://www.theringer.com/2021/5/24/22451960/the-eternals-trailer-prequel-problems-and-mare-of-easttown-episode-6","canonicalUrl":"https://www.theringer.com/2021/5/24/22451960/the-eternals-trailer-prequel-problems-and-mare-of-easttown-episode-6","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2f97fd7a4438e2135783d1f2e40a205","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAwQRITFBcqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzRVnqNCQFSYi5J5N/NFG5xZfEWG7IiD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ku3TZMsVR","title":"ARMNHMR, Maazel, and Zack Gray get angsty on ‘Everybody Feels’","shortId":"Ku3TZMsVR","createdAt":"2021-05-24T21:09:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031509,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T21:09:02.000Z","url":"https://dancingastronaut.com/2021/05/armnhmr-maazel-and-zack-grey-get-angsty-on-everybody-feels/","canonicalUrl":"https://dancingastronaut.com/2021/05/armnhmr-maazel-and-zack-grey-get-angsty-on-everybody-feels/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/edc7fba52586a825633f47a3b2efab5b","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwQBBQEAAAAAAAAAAAABAgMEAAUREiETFDEyQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxESQf/aAAwDAQACEQMRAD8ApnbCGIsmO2lvqRnmkshKApQII9tiAQdj9/MGjlktEdamVdls2Sg7R1E5HHJx5pSkNgCCrvYwPJ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cJqrQlovE","title":"Tickets to Burning Man’s second Virtual Burn are available now","shortId":"cJqrQlovE","createdAt":"2021-05-24T19:25:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031405,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:18:53.000Z","url":"https://dancingastronaut.com/2021/05/tickets-to-burning-man-s-second-virtual-burn-are-available-now/","canonicalUrl":"https://dancingastronaut.com/2021/05/tickets-to-burning-man-s-second-virtual-burn-are-available-now/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/baab0f2aff1a63cdc320a1cd3b252ca2","ratio":1.50352388410337,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMREwUhQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIEkQMREv/aAAwDAQACEQMRAD8AzJq9LSgnCtgZQ+22FIK68fZDfLQDsOHJ2PsREFiUtQQu7lzK5B6fJqf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"FFNbbQvVd","title":"Anabel Englund releases ‘Deluxxe’ cut of ‘Messing With Magic,’ adding five new tracks to formidable debut album","shortId":"FFNbbQvVd","createdAt":"2021-05-24T20:59:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031499,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T20:58:31.000Z","url":"https://dancingastronaut.com/2021/05/anabel-englund-releases-deluxxe-cut-of-messing-with-magic-adding-five-new-tracks-to-formidable-debut-album/","canonicalUrl":"https://dancingastronaut.com/2021/05/anabel-englund-releases-deluxxe-cut-of-messing-with-magic-adding-five-new-tracks-to-formidable-debut-album/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2344301928c85c474e1607579a32a9f1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAIDAQEAAAAAAAAAAAABAgMEEQAFBiExQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRYcGB/9oADAMBAAIRAxEAPwBA4NDg8Balztm3JQy2iZUdpSSi0E9FQ9+dehPdXkqY3G9Uw2URmykpBBtIsV+4xkwqFtbzsZkmpc75P//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"a_2BudZBB","title":"AI boosts imaging clinical decision-support software","shortId":"a_2BudZBB","createdAt":"2021-05-24T20:54:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031494,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T20:47:32.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132480&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132480","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca92916918348d6e874e7620986da5fc","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSITEyUWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADEjFB/9oADAMBAAIRAxEAPwCS96inQrxp9KFgplMNvyUntdWtJJyPWABjpWixLsVRGDsc5Qk8uDx8pSrXsQwUahWoK5dn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pYkXjh9ZD","title":"Lime Alaçat?","shortId":"pYkXjh9ZD","createdAt":"2021-05-24T20:34:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27031474,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/120063647/Lime-Alacat","canonicalUrl":"https://www.behance.net/gallery/120063647/Lime-Alacat","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9428bac81928c75b57953041481379c7","ratio":1.51515151515152,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBABAQACAQMFAAAAAAAAAAAAAQIAEQMEEyExQWFxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAARFB/9oADAMBAAIRAxEAPwDeOV4etY7fLZKULCyprT59T7+MtDERMkiSa3Xl/X3xjAbGmH//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1SwW2TVFJ","title":"Mixed Rice, Sesame Oil, and Avocado Toast | #AskDave","shortId":"1SwW2TVFJ","createdAt":"2021-05-24T20:11:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031451,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T20:10:33.000Z","url":"https://www.theringer.com/2021/5/24/22451830/mixed-rice-sesame-oil-avocado-toast-askdave","canonicalUrl":"https://www.theringer.com/2021/5/24/22451830/mixed-rice-sesame-oil-avocado-toast-askdave","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71ba7307ac241b428a81763bd2583ac4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQFESFRBv/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADIRH/2gAMAwEAAhEDEQA/AIXM3VhYfLWkoxiM0sWtLIUAYHRbg33XvKzMZq/UAJdTqg4FEh0B5SlBrMlB1ez/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HM7aGmPDL","title":"Genes from algae helped a blind man recover some of his vision","shortId":"HM7aGmPDL","createdAt":"2021-05-24T20:03:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031443,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:41:15.000Z","url":"https://www.livescience.com/man-partially-recovers-sight-after-gene-therapy.html","canonicalUrl":"https://www.livescience.com/man-partially-recovers-sight-after-gene-therapy.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00332042579b9555fa9a1bdffd0720ad","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBSEHEjEU/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAMAAgMAAAAAAAAAAAAAAAECAwAxBBHR/9oADAMBAAIRAxEAPwCTf8baia2gP27DxXINl3di70tBV7oAdG/t5hp+I4sTSCKAmP2PqXUFqvq+/uMYvhJajpxr3CJ5dpsSrbz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yeRMUeywC","title":"‘Rogue’ Commerce unit scanned social media for Census disinformation","shortId":"yeRMUeywC","createdAt":"2021-05-24T19:39:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031419,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:36:07.000Z","url":"https://www.theverge.com/2021/5/24/22451494/commerce-unit-surveillance-privacy-social-media-twitter-senate","canonicalUrl":"https://www.theverge.com/2021/5/24/22451494/commerce-unit-surveillance-privacy-social-media-twitter-senate","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/705381899cd31cbb269820582c06634d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAAgQREiEiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Azph5C6YbV2xVXYwDi2xtyXr1o67+gyebjZ8RERD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sC4rdjPBw","title":"Sony’s brilliant, 75-inch LED TV is $600 off at several retailers","shortId":"sC4rdjPBw","createdAt":"2021-05-24T19:33:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031413,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:32:36.000Z","url":"https://www.theverge.com/good-deals/2021/5/24/22451512/sony-4k-tv-noise-canceling-headphones-apple-airpods-pro-amazon-echo-dot-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/24/22451512/sony-4k-tv-noise-canceling-headphones-apple-airpods-pro-amazon-echo-dot-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d6f23e2761b6a49acb79848bd548501","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQMCAAQGEQUSQTL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAREA/9oADAMBAAIRAxEAPwDM8zm3JWWOWnGpikWN2hkmLEI9iSTH61vwGolvm1ki3UlmPobNcRCTC8gzIGiddfaUozKqTf/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Te94WBBFR","title":"Amnesia Ibiza announces annual closing party led by Adam Beyer, Jamie Jones, and more","shortId":"Te94WBBFR","createdAt":"2021-05-24T19:16:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27031396,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:15:47.000Z","url":"https://dancingastronaut.com/2021/05/amnesia-ibiza-announces-annual-closing-party-led-by-adam-beyer-jamie-jones-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/amnesia-ibiza-announces-annual-closing-party-led-by-adam-beyer-jamie-jones-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e8c9dcf32ce77851931166f30401fa5","ratio":1.50245098039216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAAGEhMhIjFBYcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERMf/aAAwDAQACEQMRAD8AxylZjtVlq2ZrDTSEM5B7Dx9yiXTsayOo4jAEjd08/eMYKo7kw//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"CAiMDDoH2","title":"A broader picture: A guide on imgproxy for businesses","shortId":"CAiMDDoH2","createdAt":"2021-05-24T12:59:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"evilmartians","views":16,"score":27031395,"tagsStr":"data-science,business,open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://evilmartians.com/chronicles/a-broader-picture-a-guide-on-imgproxy-for-businesses","canonicalUrl":"https://evilmartians.com/chronicles/a-broader-picture-a-guide-on-imgproxy-for-businesses","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37fe45e06bdade5111514a367efeedba","ratio":1.2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDEQAEBQYhMTNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8An6FuunM6njcfnshcN3LQQh5tyzC20pSIhJA6CB2fpNYTeyu8fW161OKKY8RPKUpFf//Z","siteTwitter":"@evilmartians","creatorTwitter":"@darth_sim","readTime":0,"description":null,"toc":null,"summary":null},{"id":"kHG4rIyr_","title":"Google Photos finally stops pretending its compressed photos are ‘high quality’","shortId":"kHG4rIyr_","createdAt":"2021-05-24T19:12:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031392,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T19:02:08.000Z","url":"https://www.theverge.com/2021/5/24/22451607/google-photos-high-quality-storage-saver-tool-free-space-blurry-screenshots","canonicalUrl":"https://www.theverge.com/2021/5/24/22451607/google-photos-high-quality-storage-saver-tool-free-space-blurry-screenshots","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39fa7979adb9e7d1204d02011aa91546","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIAAwQhBTMGERITMVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQADAQEAAAAAAAAAAAAAAAEAAxECIf/aAAwDAQACEQMRAD8AmXoCpwddXKnpajYMWxu+Bzb2fsyIa46gDtPjG80RDVh0exd5iZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"dBtavQ9Tb","title":"How parameter expansion helps to not accidentally delete all the files on your machine (#tilPost)","shortId":"dBtavQ9Tb","createdAt":"2021-05-24T19:08:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27031388,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T22:00:00.000Z","url":"https://www.stefanjudis.com/today-i-learned/how-parameter-expansion-helps-to-not-accidentally-delete-all-the-files-on/","canonicalUrl":"https://www.stefanjudis.com/today-i-learned/how-parameter-expansion-helps-to-not-accidentally-delete-all-the-files-on/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/410aac1d3dd46c94358b658a57c4f857","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIiMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/ANEWeMuzEJpMrctxYtwAAUgeA+1DgzszwRvIgLsoJPUbOvlKUjioYm43dysm/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TXhNMpxbW","title":"Atleti and Lille Get Over the Line","shortId":"TXhNMpxbW","createdAt":"2021-05-24T18:13:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031333,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:09:56.000Z","url":"https://www.theringer.com/2021/5/24/22451568/atleti-and-lille-get-over-the-line","canonicalUrl":"https://www.theringer.com/2021/5/24/22451568/atleti-and-lille-get-over-the-line","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a500a39e87e6c89b289ef2864c091aec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAQFESEGEhP/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAECABESMuH/2gAMAwEAAhEDEQA/AJF5HcrjcVFYA2jQqUV1b24Se6I1vp6az1zmJ7e4lgiMgjjcoo+rcAOhSlHJtUqgiuuTCz0z/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"qe3Q66eTy","title":"The Cat?s Meow: 8 CSS and JavaScript Code Snippets Celebrating Our Feline Friends","shortId":"qe3Q66eTy","createdAt":"2021-05-24T15:05:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":1,"score":27031380,"tagsStr":"general-programming,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T18:05:10.000Z","url":"https://speckyboy.com/css-javascript-code-snippets-celebrating-cats/","canonicalUrl":"https://speckyboy.com/css-javascript-code-snippets-celebrating-cats/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e74f6cd5444dc68598ee5d8997795e6e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAgABBAMFERMUITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8A2mbTup3mEUWrGG2iz7gSd9Qn8xxjHSpoiPpJVAv/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SOt7swHDE","title":"Wuhan lab workers were sick in November 2019, intelligence suggests","shortId":"SOt7swHDE","createdAt":"2021-05-24T18:56:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031376,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:54:12.000Z","url":"https://www.livescience.com/covid-lab-leak-wuhan.html","canonicalUrl":"https://www.livescience.com/covid-lab-leak-wuhan.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14db697b34a9466c34ed59280fb0750b","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBUEGIVH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAlH/2gAMAwEAAhEDEQA/AIyXyg1aliWSNtwWmrMAo6UsO/gzSqnF8vZqQzx0txyorruwg9EbHWMZTBp7f//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OPtJAR2M0","title":"Covid-19 news: China denies reports of sick staff at Wuhan lab in 2019","shortId":"OPtJAR2M0","createdAt":"2021-05-24T18:24:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27031344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-china-denies-reports-of-sick-staff-at-wuhan-lab-in-2019/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-china-denies-reports-of-sick-staff-at-wuhan-lab-in-2019/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bde662edb4795fb8a1f35d04c9feae5e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBBEFBhIhcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMREv/aAAwDAQACEQMRAD8Ag+juXfkrLKMutashHdS4YlRo69yqq7rKkcMgDKCAS3jfyIhXdMoxrzP/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":70,"description":null,"toc":null,"summary":null},{"id":"VX3nKPmrA","title":"2021年第1四半期におけるDDoS攻撃の傾向","shortId":"VX3nKPmrA","createdAt":"2021-05-24T13:38:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cloudflare","views":10,"score":27031342,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-19T13:28:00.000Z","url":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-ja-jp/","canonicalUrl":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-ja-jp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fb7ffd24f6869c81553b5cbf4e8229b","ratio":1.9351403678606,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABgICAwAAAAAAAAAAAAAAAQIDBBEFBiExEhNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwCD17JYeNrGRiT9fYnT3vP0zlvGlTFpoqTXNHz2Jg26Myvr4ACsDFhF4X//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@OmerYoahimik","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Z_Hy24A-r","title":"Elon Musk called lidar a ‘crutch,’ but now Tesla is reportedly testing Luminar’s laser sensors","shortId":"Z_Hy24A-r","createdAt":"2021-05-24T18:21:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031341,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:19:30.000Z","url":"https://www.theverge.com/2021/5/24/22451404/tesla-luminar-lidar-elon-musk-autonomous-vehicles","canonicalUrl":"https://www.theverge.com/2021/5/24/22451404/tesla-luminar-lidar-elon-musk-autonomous-vehicles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ce69cee05758240d238d9ee2f87242e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHhABAAIBBAMAAAAAAAAAAAAAAQACEQMEEiExQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABcRAAMBAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/AJsC5sqVzR51O2gtcGen74mZq2satxVRfeIiGJWsskvT/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gTVnzZtVJ","title":"Peloton is planning a new $400 million factory in Ohio","shortId":"gTVnzZtVJ","createdAt":"2021-05-24T18:21:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031341,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:18:58.000Z","url":"https://www.theverge.com/2021/5/24/22451515/peloton-400-million-factory-ohio-treadmill-bikes","canonicalUrl":"https://www.theverge.com/2021/5/24/22451515/peloton-400-million-factory-ohio-treadmill-bikes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51588ee1b5117b0bd302486257779bd9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAgYCAwAAAAAAAAAAAAACAQQAAwUGERITITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ALS+Kk9G4LbbMnBNeeecs1HBIvIJD4Xpca57++opqcyCVT2svYj0lCOxKuVwidrCEBuv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"O91O4jTmW","title":"Ultrasound AI model can help evaluate chronic kidney disease","shortId":"O91O4jTmW","createdAt":"2021-05-24T18:17:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031337,"tagsStr":"data-science,ai,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T18:06:57.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132479&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132479","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0107283f64f7e24a31fd8adf8e8983c9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIEEQADEhQhBhMxQVFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABBAMBAAAAAAAAAAAAAAACAAQREgEDMeH/2gAMAwEAAhEDEQA/ACmDlinhnF+WFpJtRhEKKiQZVPoxsO1Ze4uW9Rd5Mi1kcZ6xO1NPVq0SzkqQkQZ+1OknzSWeqljmZS3brBiIV54v/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"x5QLRafav","title":"Partial sight restored for man who is blind thanks to optogenetics","shortId":"x5QLRafav","createdAt":"2021-05-24T17:43:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27031303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.newscientist.com/article/2278405-partial-sight-restored-for-man-who-is-blind-thanks-to-optogenetics/","canonicalUrl":"https://www.newscientist.com/article/2278405-partial-sight-restored-for-man-who-is-blind-thanks-to-optogenetics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1eeb788a1c7540cd8a44954a5417ec42","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxABAAIDAQEAAAAAAAAAAAAAAQIDABESMQT/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABEQP/2gAMAwEAAhEDEQA/AMT8FVdVtFsqRqiiO9SXzWWXR6tmggyXXXmMZLdxqAp//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"I0EqVblDw","title":"Greenland’s ice sheet is releasing huge amounts of mercury into rivers","shortId":"I0EqVblDw","createdAt":"2021-05-24T17:43:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27031303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.newscientist.com/article/2278370-greenlands-ice-sheet-is-releasing-huge-amounts-of-mercury-into-rivers/","canonicalUrl":"https://www.newscientist.com/article/2278370-greenlands-ice-sheet-is-releasing-huge-amounts-of-mercury-into-rivers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4d6133419c551d4c19c499ba868b6e54","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQhBRMREiIjMUGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAERAAMEAv/aAAwDAQACEQMRAD8AzLueJ1mhmkVjht7ZBbHoeOFWOx5o1ZNU6CAR22GPlKUWrZaWy4zrFUAEJ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"94TXC1jMx","title":"Anonymously Benchmark Against Your Cyber Security Peers","shortId":"94TXC1jMx","createdAt":"2021-05-24T13:32:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":2,"score":27031292,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/anonymously-benchmark-against-your-cyber-security-peers","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/anonymously-benchmark-against-your-cyber-security-peers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c518ccb0a8dae18461dbb23df7706b2","ratio":1.50602409638554,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEAAYFEQcSIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABoRAQEAAgMAAAAAAAAAAAAAAAECAAMiQcH/2gAMAwEAAhEDEQA/ALvGm28fs2zrTu8JxsVGtXkeGvDB89mZB2Sx7JA/Tk2yW6tXYuVrx141SK3LGqqvQADkADGMVJVI5Rx1lHa+Z//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"T54p0zl9R","title":"How Did a One-Armed Chris Paul Beat the Lakers? They Let Him.","shortId":"T54p0zl9R","createdAt":"2021-05-24T17:26:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031286,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:16:56.000Z","url":"https://www.theringer.com/2021/5/24/22451266/chris-paul-injury-lakers-suns","canonicalUrl":"https://www.theringer.com/2021/5/24/22451266/chris-paul-injury-lakers-suns","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70c9be564dc4251d2220a278c91e948a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBRIhMQYWImH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAREAAwIFMcH/2gAMAwEAAhEDEQA/AIeMaLZ+spfWglt9Rntk3ziQkfTrnAGMccd1uC7o1CFy5UYLN2f00pQOzJvsVpaOXkb4Sp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"1wmwnKloo","title":"iOS 14.6 now available with new Apple Podcasts subscriptions","shortId":"1wmwnKloo","createdAt":"2021-05-24T17:17:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031277,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T17:13:07.000Z","url":"https://www.theverge.com/2021/5/24/22441743/apple-ios-ipados-14-6-podcasts-subscriptions-music-lossless-support","canonicalUrl":"https://www.theverge.com/2021/5/24/22441743/apple-ios-ipados-14-6-podcasts-subscriptions-music-lossless-support","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86172946fca9265420d942cbd0ce681e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQMCBAARBSESQUKBwf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADEyJRwXH/2gAMAwEAAhEDEQA/AJifCurclQbG8TetSgxlgr+Wz2Bv99ZsdapA11F6qjXGA82GtHc5a7P2cYwmypoTrpiOouv7xZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LeqeHYdXI","title":"2021 年第一季 DDoS 攻擊趨勢","shortId":"LeqeHYdXI","createdAt":"2021-05-24T13:22:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cloudflare","views":1,"score":27031276,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:12:25.000Z","url":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-zh-tw/","canonicalUrl":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-zh-tw/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fb7ffd24f6869c81553b5cbf4e8229b","ratio":1.9351403678606,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABgICAwAAAAAAAAAAAAAAAQIDBBEFBiExEhNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwCD17JYeNrGRiT9fYnT3vP0zlvGlTFpoqTXNHz2Jg26Myvr4ACsDFhF4X//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@OmerYoahimik","readTime":3,"description":null,"toc":null,"summary":null},{"id":"EYayRm9lk","title":"Qualcomm’s refreshed Snapdragon 7c Gen 2 is designed for entry-level laptops","shortId":"EYayRm9lk","createdAt":"2021-05-24T17:01:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031261,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:56:47.000Z","url":"https://www.theverge.com/2021/5/24/22451392/qualcomm-snapdragon-7c-gen-2-arm-processor","canonicalUrl":"https://www.theverge.com/2021/5/24/22451392/qualcomm-snapdragon-7c-gen-2-arm-processor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dd35260500dd11d1117377ce21cd3d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABSExEhMUQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABsRAAICAwEAAAAAAAAAAAAAAAEhABEDEjFB/9oADAMBAAIRAxEAPwCo7LlCUvofU327WA2AnYkUL5sc2CPt5s4+oyww2PJeVSRupVk7ezjGLqLMjMZNpIcXRfk//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BrhKizCR0","title":"COVID-19 widens disparities in breast screening","shortId":"BrhKizCR0","createdAt":"2021-05-24T16:57:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27031257,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:46:08.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132478&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132478","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ec6395d2a0d1f97ab0ae6ace70558d9d","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABAwQREgYTFnEhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAEC/9oADAMBAAIRAxEAPwDb1jNJwfUAwGUG3T5jg/ptu9rds/n6o0VSM1HBKcIZHGJP27IibCDWz//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PzG4JCKTk","title":"Florida governor signs law to block ‘deplatforming’ of Florida politicians","shortId":"PzG4JCKTk","createdAt":"2021-05-24T16:56:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031256,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:54:42.000Z","url":"https://www.theverge.com/2021/5/24/22451425/florida-social-media-moderation-facebook-twitter-deplatforming","canonicalUrl":"https://www.theverge.com/2021/5/24/22451425/florida-social-media-moderation-facebook-twitter-deplatforming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/557b1dde46f13f45b7517cc9f3aa8743","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUSEwcx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDERIhQf/aAAwDAQACEQMRAD8Az3nJwbDko2DyLBe2yr6v6E+kTZ2RnXQY3+aqyf53xUTtGWdip6k9QM4pSqD420NJCci6+Ff/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"f5Y3W9ocu","title":"Police in India raid Twitter offices in probe of tweets with ‘manipulated media’ label","shortId":"f5Y3W9ocu","createdAt":"2021-05-24T16:45:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031245,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:43:02.000Z","url":"https://www.theverge.com/2021/5/24/22451271/police-india-raid-twitter-tweets-government-manipulated-media","canonicalUrl":"https://www.theverge.com/2021/5/24/22451271/police-india-raid-twitter-tweets-government-manipulated-media","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/100d41e220388bd674c7c86580fce332","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQhERIiMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgNRBBMh/9oADAMBAAIRAxEAPwDPOdWcbNcK58bAvKgKfQ3rQ+SfZYyWMqk9QSBuIgh60E0qs8a5XBtlf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"f6amvQmb4","title":"Oldest spiral galaxy in the universe captured in fuzzy photo","shortId":"f6amvQmb4","createdAt":"2021-05-24T16:29:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27031229,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:25:43.000Z","url":"https://www.livescience.com/oldest-spiral-galaxy-in-universe.html","canonicalUrl":"https://www.livescience.com/oldest-spiral-galaxy-in-universe.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/011d93a9738c0e0becf528ec8b610e0d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAwABBAIFERMSQlH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/AMxRJMMVvlCPDcsknHSZiPTq9zT2yyhREBi1dOhf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1SsSdhzL-","title":"Web Weekly #20 (#blogPost)","shortId":"1SsSdhzL-","createdAt":"2021-05-24T08:26:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27030746,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/web-weekly-20/","canonicalUrl":"https://www.stefanjudis.com/blog/web-weekly-20/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/194d27947811c42cde915747ce5e4afd","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxESBAVBExQhIjH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwDSsUsvZzSP6PowluMdG+PpKgN38saGy6cSSAU5+QGR5NV4REihQxOw3QxUDJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"83K6v22YE","title":"Anker’s second-generation Nano II GaN chargers are even smaller than before","shortId":"83K6v22YE","createdAt":"2021-05-24T16:02:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031202,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:00:00.000Z","url":"https://www.theverge.com/2021/5/24/22450999/anker-second-generation-nano-ii-gan-chargers-smaller","canonicalUrl":"https://www.theverge.com/2021/5/24/22450999/anker-second-generation-nano-ii-gan-chargers-smaller","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/174651701d8188495d2bba22fe739780","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDEQAEBQYSEyEHQWFxwv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8At2edbzDLZdvYsoS0S4tsOq17cwUgeBz7ntFaBHUpehOrDATHJ34+aUpQDhG5K7b/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7FKAzOZAv","title":"This picture of cheese helped send a man to prison for 13 years","shortId":"7FKAzOZAv","createdAt":"2021-05-24T16:01:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031201,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T16:00:54.000Z","url":"https://www.theverge.com/tldr/2021/5/24/22451278/cheese-encrochat-drug-dealer-jailed-conviction","canonicalUrl":"https://www.theverge.com/tldr/2021/5/24/22451278/cheese-encrochat-drug-dealer-jailed-conviction","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7dd4ac8122291fc3bd24673728a71a86","ratio":1.91150442477876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQFEgYRITEHExT/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAA3H/2gAMAwEAAhEDEQA/AKLUNJ9PjipulU/sp3tzM1IBsDk2PD7kg899xjr2kSnaWk0BUOIGA6EIQDypZMnUhVeu/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RAP9Av7rz","title":"Lenovo’s Tab P11 Pro is great for watching movies, not doing work","shortId":"RAP9Av7rz","createdAt":"2021-05-24T15:46:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031186,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:44:01.000Z","url":"https://www.theverge.com/22451264/lenovo-tab-p11-pro-tablet-review","canonicalUrl":"https://www.theverge.com/22451264/lenovo-tab-p11-pro-tablet-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5784323543db7a43880e963c3ead6d7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAACAwEABAUREiEUInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQIDMQAEIREScYGx/9oADAMBAAIRAxEAPwCQz+SZgXHaoGGhcRBSTPYomR77LdSb7y9S9ivLYXApHe571P2lKSrp15tIWY1AwB5PdNNs20pWwTk81//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"vTPIKqJiW","title":"How to remove your account from someone else’s Twitter list","shortId":"vTPIKqJiW","createdAt":"2021-05-24T15:46:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031186,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:44:05.000Z","url":"https://www.theverge.com/22451108/twitter-list-remove-account-harassment-security","canonicalUrl":"https://www.theverge.com/22451108/twitter-list-remove-account-harassment-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8886cace4d9b489a4ddee705e5bf4840","ratio":1.90887290167866,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAABAwQDAAAAAAAAAAAAAAABAAIDBAUREjFBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAiEQEAAQEHBQAAAAAAAAAAAAABEQIAAwUhMUGBBBITInH/2gAMAwEAAhEDEQA/AL9wzU3uOjmdtTHEmvBa4dgjw5V1ESHDs676p1704NDiWwLHPW66SinI8YxtKsv1gl3i3//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jhOrhiKgU","title":"Barry Jenkins on ‘The Underground Railroad’","shortId":"jhOrhiKgU","createdAt":"2021-05-24T15:44:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031184,"tagsStr":"jenkins","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T15:37:05.000Z","url":"https://www.theringer.com/2021/5/24/22451318/barry-jenkins-on-the-underground-railroad","canonicalUrl":"https://www.theringer.com/2021/5/24/22451318/barry-jenkins-on-the-underground-railroad","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/437250aa240932e950105030097c0efa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAREgUGE1EUISIx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwCg3duibp24Z3jpaSzoseGqO1iMSJLwbeCu7pNh1a9a1HQ/wN8ckoRiMU8afkW9D8pSqEys0HTZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"S8eG7YXw-","title":"20 Best New Websites, May 2021","shortId":"S8eG7YXw-","createdAt":"2021-05-24T15:28:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27031168,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:45:19.000Z","url":"https://www.webdesignerdepot.com/2021/05/20-best-new-websites-may-2021/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/20-best-new-websites-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f2428bb5091229d96aafa1942de8d89","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAwQFESESQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABESEC/9oADAMBAAIRAxEAPwDTs1djzUFCvAJI3Nusl8pQHAjuwR7474rYg7RFKW0O8iP/2Q==","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5W3gjw222","title":"How to Get Started in the Creator Economy","shortId":"5W3gjw222","createdAt":"2021-05-24T15:28:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27031168,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:26:24.000Z","url":"https://ghost.org/blog/creator-economy/","canonicalUrl":"https://ghost.org/blog/creator-economy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b96c14d003f27ffcbb14ca477addc321","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAwECBAAGEQUSIjETIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8AjTz7P0rbcUwtwRCsbtG93j2jxyZ6TpftYnN06DJmyDimzo4ykc9oWhbgaKuUanLpOqUpcynoe6c4f//Z","siteTwitter":"","creatorTwitter":"@RamosAuthor","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8GfjYZ9kg","title":"Immaculate Rejection: The Block That Put Bam on the Map","shortId":"8GfjYZ9kg","createdAt":"2021-05-24T14:43:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031123,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:39:16.000Z","url":"https://www.theringer.com/nba/2021/5/24/22451120/bam-adebayo-miami-heat-nba-playoffs","canonicalUrl":"https://www.theringer.com/nba/2021/5/24/22451120/bam-adebayo-miami-heat-nba-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86c4b0da4cb4cd9977f798fbe0e3a6d6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYxEhOC/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRBCFRcaH/2gAMAwEAAhEDEQA/AKeXY9MKczeY5yt49wJWklUOCzSFd+P0awi79TXUxkgiZy7Fm0Rs777pSi+C4ufLfKcTaA6Htr//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rPD32mmEP","title":"Tesla faces a huge fine in Norway for throttling battery charging speeds","shortId":"rPD32mmEP","createdAt":"2021-05-24T14:26:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031106,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T14:18:49.000Z","url":"https://www.theverge.com/2021/5/24/22451101/tesla-fine-norway-throttle-battery-charging-speed","canonicalUrl":"https://www.theverge.com/2021/5/24/22451101/tesla-fine-norway-throttle-battery-charging-speed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6da1d345e66b21bd42f08304ba180719","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAIBBQEAAAAAAAAAAAABAgMEEQAFEgYhIjFBMv/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEQMhMf/aAAwDAQACEQMRAD8AnafcS2+uJGngPPRHQEAyUrv9Ub412IsffmXTD2LpLju05uL8lKMZFkn2cYyUscUloXfT/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"L19XrEAdG","title":"The Best Multi-Tools for Any Task","shortId":"L19XrEAdG","createdAt":"2021-05-16T13:03:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27019503,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T09:00:00.000Z","url":"https://www.wired.com/gallery/best-multi-tools/","canonicalUrl":"https://www.wired.com/gallery/best-multi-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e02061183cb1985e1b019c96c6820671","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHhAAAgEDBQAAAAAAAAAAAAAAAQIAAxEhEhMjMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAIDAQEAAAAAAAAAAAAAAAECAANBESH/2gAMAwEAAhEDEQA/ANJ9wleQiiuTTUAamvglu7DwWlREWKoUnmyVWWs6KGzwT//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"dL0lApIo-","title":"Verizon is offering customers free Apple Arcade or Google Play Pass for up to a year","shortId":"dL0lApIo-","createdAt":"2021-05-24T13:08:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27031028,"tagsStr":"google,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T13:00:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/24/22448129/verizon-unlimited-plans-free-apple-arcade-google-play-pass","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/24/22448129/verizon-unlimited-plans-free-apple-arcade-google-play-pass","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23dd8cd7a655a293c9a2b5a2eb5d56e9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQDAQEAAAAAAAAAAAABAgMABBESExQhBTL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB4RAAIBBAMBAAAAAAAAAAAAAAECEQADBEEFgbHB/9oADAMBAAIRAxEAPwCAttI7douCFiCEjkbfZMj9eMBn2p25+517iWHqo/G5TZmOTg4yaUoHFUXmIfVU/mrj4CK+OYJJnfsx18r/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0369g9mpL","title":"This Evolutionary Gift May Protect Coral From Climate Change","shortId":"0369g9mpL","createdAt":"2021-05-24T13:05:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27031025,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://www.wired.com/story/this-evolutionary-gift-may-protect-coral-from-climate-change","canonicalUrl":"https://www.wired.com/story/this-evolutionary-gift-may-protect-coral-from-climate-change","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bee255aac5b2488bf561bc024fcc42b","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwQBBQAAAAAAAAAAAAABAAIEAwUREjETIUFRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQADAAMBAAAAAAAAAAAAAAABAgMABAXx/9oADAMBAAIRAxEAPwCCwiPcbTHkTo4qOrGo0Gm7plmoOO454HhRnIOBqR7c3J+oia4+xV6UDMT6cD7etFJSZVAOf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"I3Ai4QAVE","title":"In Apple’s War On Developers, Users Are the Biggest Losers","shortId":"I3Ai4QAVE","createdAt":"2021-05-24T13:05:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27031025,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://www.wired.com/story/opinion-in-apples-war-on-developers-users-are-the-biggest-losers/","canonicalUrl":"https://www.wired.com/story/opinion-in-apples-war-on-developers-users-are-the-biggest-losers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6b552a953be3285b1eae6181b46db05","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFETEGBxIVIf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8AsZHpXG5fA3UsiSRq+YtrO3USuTCBIgZiS2mJDa4HG+ftaZO3UTore2uR5DehGuhSlFuUVJpn/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"v1wrpPlR8","title":"The Power of a Non-Stereotypical Asian Character in Gaming","shortId":"v1wrpPlR8","createdAt":"2021-05-24T13:05:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27031025,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T09:00:00.000Z","url":"https://www.wired.com/story/the-power-of-non-stereotypical-asian-characters-gaming/","canonicalUrl":"https://www.wired.com/story/the-power-of-non-stereotypical-asian-characters-gaming/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6659338ae690369debd4c352dc52da2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAgMRAAQFIRMVUf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIDERJBgf/aAAwDAQACEQMRAD8AqJ9aWTR9Qm1Mg5WRFaWyfChtgiC+hS0bPdnJafk9dJpFbUmJDEEjckF9/LxjANDQit1pm4nYPu2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"4ja9YoAsk","title":"Give in to the Blockbuster Excess of Zack Snyder’s ‘Army of the Dead’","shortId":"4ja9YoAsk","createdAt":"2021-05-24T12:56:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031016,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:52:38.000Z","url":"https://www.theringer.com/movies/2021/5/24/22447995/zack-snyder-army-of-the-dead-netflix-review","canonicalUrl":"https://www.theringer.com/movies/2021/5/24/22447995/zack-snyder-army-of-the-dead-netflix-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c65449a1d9377cf090d421f7d882385a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUGIUEEERIiI//EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACBCERcbH/2gAMAwEAAhEDEQA/AMtxep8quPbv1drJU5UozAiwEA+225HB4linXmYSlEW+3xVQB9DESjDurZtvvfsMXln/2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"ypqJ0ci6R","title":"What Does “Iconic” Mean to Ziwe? Let Her Tell You","shortId":"ypqJ0ci6R","createdAt":"2021-05-24T12:56:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27031016,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:44:16.000Z","url":"https://www.theringer.com/tv/2021/5/24/22450335/ziwe-fumudoh-showtime-show-iconic-interview","canonicalUrl":"https://www.theringer.com/tv/2021/5/24/22450335/ziwe-fumudoh-showtime-show-iconic-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1e4867616a6cdd1019b4f7886feeb0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQGEQUHEiEyQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIxQcHR/9oADAMBAAIRAxEAPwCLZ1vUtftzcuq1DpOcEZkbG3ABc3PEnp49LNwW47B9KIqFMsFlUdeD2f/Z","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"DiEMbvd1P","title":"Verschlüsselung um BitLocker ergänzt","shortId":"DiEMbvd1P","createdAt":"2021-05-24T12:38:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:04:47.000Z","url":"https://curius.de/2021/05/verschluesselung-um-bitlocker-ergaenzt/","canonicalUrl":"https://curius.de/2021/05/verschluesselung-um-bitlocker-ergaenzt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd9119f6ec5a894a600aece67e7f4736","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBRESFRQhUWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANGy+bzcc6OtxzSdU0htXA8Emu3XquIiD//Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"gtARCuiBo","title":"Cryptsetup und BitLocker To Go","shortId":"gtARCuiBo","createdAt":"2021-05-24T12:38:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:24:33.000Z","url":"https://curius.de/2021/05/cryptsetup-und-bitlocker-to-go/","canonicalUrl":"https://curius.de/2021/05/cryptsetup-und-bitlocker-to-go/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d38300c7db20f9bb7f551ad42631910a","ratio":1.42857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQxBRESBiEjQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABEUH/2gAMAwEAAhEDEQA/AMz6dh0fUdMR75nmvYFWJLc8lDgYXkBsMn392qJmIWaQHxkMQUzx743pSm0iUP/Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"9kCkIt5BK","title":"Presence","shortId":"9kCkIt5BK","createdAt":"2021-05-24T12:32:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030992,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/119057563/Presence","canonicalUrl":"https://www.behance.net/gallery/119057563/Presence","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/193eb64e8109e9df0205e92855f7c1d5","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAJRABAAEDAwEJAAAAAAAAAAAAAQIDBCEABREGBwgSEyIxQXGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEiH/2gAMAwEAAhEDEQA/AD/a7ee99N7aWVxOFA24t6khfBCojB54+Rz9ay72SdTihCykGOS4M/mr3d/fNrbpQq+uiNJKcsxFXl406ESOIgBgA9tVIu+tBY2QAon/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"p9t4GvJMs","title":"1st measurement of a neutron 'skin' is unlocking the secrets of exploded stars","shortId":"p9t4GvJMs","createdAt":"2021-05-24T12:26:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030986,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:33:08.000Z","url":"https://www.livescience.com/neutron-stars-probed-by-lead-skin.html","canonicalUrl":"https://www.livescience.com/neutron-stars-probed-by-lead-skin.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78f6f731dc3cb8b4766ca48a968d6aa6","ratio":1.57538461538462,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQIEBwAAAAAAAAAAAAAAAQAEAgMFEhEUFVWSwdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAhH/2gAMAwEAAhEDEQA/AMAbVyn5GY3dUwTcQLYxHaQe1L1Brt8rkfURXu28B//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LwkoxYzof","title":"Was Einstein wrong? Why some astrophysicists are questioning the theory of space-time","shortId":"LwkoxYzof","createdAt":"2021-05-24T11:10:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:00.000Z","url":"https://www.livescience.com/end-of-einstein-space-time.html","canonicalUrl":"https://www.space.com/end-of-einstein-space-time","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8021be8e14d75ae7934eafbf38307499","ratio":1.558599695586,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxEEEhNBIWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQACAwAAAAAAAAAAAAAAAAAAMQIDIf/aAAwDAQACEQMRAD8Ay1DpaLaWVHYYyyMBjx77+SFvC9jsKtoYk4HURDFF7MR//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"u6OGGOX7r","title":"Why do we grow more hair on our heads than on our bodies?","shortId":"u6OGGOX7r","createdAt":"2021-05-24T11:10:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:53.000Z","url":"https://www.livescience.com/why-hair-on-head.html","canonicalUrl":"https://www.livescience.com/why-hair-on-head.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/128dcd41320478895cad09a51a6b176b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAJBAAAQIEBQUAAAAAAAAAAAAAAQIDAAQFEQYHEhMhFCIxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAEFAQAAAAAAAAAAAAAAAAEAAhEhMfD/2gAMAwEAAhEDEQA/AMZ/HS8watWqQGH5FU+1pad6gqDYbUCk6Ra1ufH0xWnFS6ckSLztQedlhsqc3x3lPBPKfdrwhFBTjCG2iexf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Kr6pn--Mu","title":"Clint Smith on the Importance of Critical Race Theory and His New Book, ‘How the World Is Passed’","shortId":"Kr6pn--Mu","createdAt":"2021-05-24T12:25:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030985,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T12:17:47.000Z","url":"https://www.theringer.com/2021/5/24/22451010/clint-smith-on-the-importance-of-critical-race-theory-and-his-new-book-how-the-world-is-passed","canonicalUrl":"https://www.theringer.com/2021/5/24/22451010/clint-smith-on-the-importance-of-critical-race-theory-and-his-new-book-how-the-world-is-passed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/25492cded2d2549576c0a4f70c46e413","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFBhITITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAQACAgMAAAAAAAAAAAAAAAECAwAEERIx/9oADAMBAAIRAxEAPwCD4bLejbfkrrJSBC1ipa0kE+bpagkm/QsZU6/kaZkCNJMLoXmkudQ7dWAa+fuMYVrj1HjHbFkm6Qvmf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"VhPnxl_mm","title":"Metro Exodus on PC adds support for PS5 controller’s amazing adaptive triggers","shortId":"VhPnxl_mm","createdAt":"2021-05-24T11:13:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030913,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:08:04.000Z","url":"https://www.theverge.com/2021/5/24/22450915/metro-exodus-ps5-dualsense-controller-adaptive-triggers-pc","canonicalUrl":"https://www.theverge.com/2021/5/24/22450915/metro-exodus-ps5-dualsense-controller-adaptive-triggers-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e5184bcaefe760b7a3f0b4bd4aa3da6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABBAUSAzEGERMhQVPR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwCtpxXbxbS2ixDiBW1OjH1njHGE+uOAZg5btlnv45LVToKBjJmoa3s/oH4iK7YHL//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tMTwzloIj","title":"The Long, Strange Life of the World’s Oldest Naked Mole Rat","shortId":"tMTwzloIj","createdAt":"2021-05-24T11:12:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27030912,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T07:00:00.000Z","url":"https://www.wired.com/story/long-strange-life-worlds-oldest-naked-mole-rat","canonicalUrl":"https://www.wired.com/story/long-strange-life-worlds-oldest-naked-mole-rat","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/347a54d4948cb9c0ded51f3554f057bd","ratio":1.91162790697674,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEFAAMBAAAAAAAAAAAAAQIDAAQFESEGEjFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMP8azsWNw99bxYbE3DSMrPLd2wnbWuKC2/Ub7z7UncrHLcyyLGIldywRDxQT8H4KUqQxZXQv//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"UQE4BjIXb","title":"AI Can Write Disinformation Now—and Dupe Human Readers","shortId":"UQE4BjIXb","createdAt":"2021-05-24T11:12:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27030912,"tagsStr":"data-science,ai,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T07:00:00.000Z","url":"https://www.wired.com/story/ai-write-disinformation-dupe-human-readers","canonicalUrl":"https://www.wired.com/story/ai-write-disinformation-dupe-human-readers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f52222405a91edec0beb9e9f7b85c4e8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMRAAQFBgcSIRUxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIBA1H/2gAMAwEAAhEDEQA/AGK1Pn/CtvIy9w0HrrkhLcANqmSfXcz2DUV1uJq9Ny8EZ19KAsgDggwJ+UpUTWNokH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JKhdRuHr9","title":"Huge cemetery with at least 250 rock-cut tombs discovered in Egypt","shortId":"JKhdRuHr9","createdAt":"2021-05-24T11:10:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:00.000Z","url":"https://www.livescience.com/250-tombs-ancient-egypt.html","canonicalUrl":"https://www.livescience.com/250-tombs-ancient-egypt.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/493bb95570557e9f3fb890b503a8da57","ratio":1.7775,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAEQMEIQZx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A08XmtKywOQKvQoY1LRrLXLA+mIhYshl//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5pwRqoE1t2","title":"US investigating handful of myocarditis cases following COVID-19 vaccination","shortId":"5pwRqoE1t2","createdAt":"2021-05-24T11:10:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27030910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:11.000Z","url":"https://www.livescience.com/myocarditis-covid-19-vaccines.html","canonicalUrl":"https://www.livescience.com/myocarditis-covid-19-vaccines.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c91a46d11b407d57290eedf1cfce3430","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSIRMiMTJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwDE6ct1qnRIUW9MuRI2w7Us4UQ6MI6i8ex7wfP0ccVOueiLwm5SkxXYz0cOrDbilYK05OCRjgkUpR4FYy7mT//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"X7zb0Ez-X","title":"Revealed Recordings celebrates 10 years with updates of Hardwell classics from Ryos, Maddix, KAAZE, and more","shortId":"X7zb0Ez-X","createdAt":"2021-05-24T11:01:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030901,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/revealed-recordings-celebrates-10-years-with-updates-of-hardwell-classics-from-ryos-maddix-kaaze-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/revealed-recordings-celebrates-10-years-with-updates-of-hardwell-classics-from-ryos-maddix-kaaze-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0af256c811d5ae58a422f82d0449ee1","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEITFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACETH/2gAMAwEAAhEDEQA/AM9SxI8xO81zmrAHjnzhyd49pHZRssADVesYym1lNYB3J//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"qRJj2qCmy","title":"Ford’s F-150 Lightning Pro is an electric pickup truck for businesses","shortId":"qRJj2qCmy","createdAt":"2021-05-24T10:02:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030842,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:00:00.000Z","url":"https://www.theverge.com/2021/5/24/22450563/ford-f150-lightning-pro-electric-pickup-truck-commercial-fleets","canonicalUrl":"https://www.theverge.com/2021/5/24/22450563/ford-f150-lightning-pro-electric-pickup-truck-commercial-fleets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/891ffdf19372449b43f0c5a290e4fcd3","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGByRB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAREAIf/aAAwDAQACEQMRAD8AwszsG4SkuOG3WZLricKWILewD7wN73UdPL5JSCYFsydnxEfKUqdYdxBam//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"WROT--Y-1","title":"DubVision have no ‘Bad Blood’ on top-tier STMPD RCRDS pairing with Deep Vice","shortId":"WROT--Y-1","createdAt":"2021-05-24T10:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030841,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/dubvision-have-no-bad-blood-on-top-tier-stmpd-rcrds-pairing-with-deep-vice/","canonicalUrl":"https://dancingastronaut.com/2021/05/dubvision-have-no-bad-blood-on-top-tier-stmpd-rcrds-pairing-with-deep-vice/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9360df83003cd2450fdb60f2f2f8d42","ratio":1.49147286821705,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAACAgMBAQEAAAAAAAAAAAABAgMEAAURBhNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAAAEQECIRL/2gAMAwEAAhEDEQA/AK2l6XSej0sfn9iy2aMtSGMOolRvoqqHXoAKgFegjIu3Skq25q9Ry1eJ2jiLgMxUHg6Sek8/TjGVxC0G1uliP//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fyswLYBno","title":"TroyBoi shares a tuneful souvenir from his time in Los Cabos","shortId":"fyswLYBno","createdAt":"2021-05-24T10:01:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030841,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/troyboi-shares-a-tuneful-souvenir-from-his-time-in-los-cabos/","canonicalUrl":"https://dancingastronaut.com/2021/05/troyboi-shares-a-tuneful-souvenir-from-his-time-in-los-cabos/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45d462d4347dd8641028255e1c4bc52c","ratio":1.95818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEBSEGBxJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIQP/2gAMAwEAAhEDEQA/AMk0WEunxc7KtN5XsZBdDFFJMiQBIIEHmYPNVDuWgADdN6p29syCT9PFKVdVuMQPpE4z/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lYrxXRckO","title":"PET imaging shows how COVID vaccines confound cancer detection","shortId":"lYrxXRckO","createdAt":"2021-05-24T07:08:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27030668,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132476&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132476","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15938196070966d4379f17c1ea2c4408","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIxAAAAUDAwUAAAAAAAAAAAAAAAECAwQFBiEHETESFTZRs//EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCm6bUpyfo/QG2Zi4y36XAInEoSo0dKyPg+d8ln2MTX/wCeXJtgu5SfqoAAf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"7YsWO5pne","title":"Qoppa PDF Studio für Linux","shortId":"7YsWO5pne","createdAt":"2021-05-24T06:27:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27030627,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T05:39:09.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/24/qoppa-pdf-studio-fuer-linux/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/24/qoppa-pdf-studio-fuer-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"D543Ce91U","title":"Knicks Lose Game 1 to the Hawks","shortId":"D543Ce91U","createdAt":"2021-05-24T06:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030607,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T05:57:51.000Z","url":"https://www.theringer.com/2021/5/24/22450847/knicks-lose-game-1-to-the-hawks","canonicalUrl":"https://www.theringer.com/2021/5/24/22450847/knicks-lose-game-1-to-the-hawks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7a1788f574b3868feb5a8698bacdb7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQGESEFEyQx0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDErH/2gAMAwEAAhEDEQA/AMxx/C4bu8ltnuV1LGULmHZU9tX2OePeqpbApUYqOsvpToeOPtKUbbRLoeEZnQ4J/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"j7x14vVWm","title":"Samsung announces bigger and smaller versions of its TV-like Smart Monitor","shortId":"j7x14vVWm","createdAt":"2021-05-24T04:48:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030528,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T04:45:08.000Z","url":"https://www.theverge.com/2021/5/24/22450796/samsung-smart-monitor-m5-m7-new-sizes-43-inch","canonicalUrl":"https://www.theverge.com/2021/5/24/22450796/samsung-smart-monitor-m5-m7-new-sizes-43-inch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e10350cae35c08b73117669ee7236e3a","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQRMQUSFBP/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANgno2ZprHJnkbAi85h8gJ+eQSO29lXY/oxrQMgDGTtESj//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o_rQZVIQe","title":"After Earth","shortId":"o_rQZVIQe","createdAt":"2021-05-24T04:33:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/118655991/After-Earth","canonicalUrl":"https://www.behance.net/gallery/118655991/After-Earth","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/265e819a731d33ba494f839393b154e4","ratio":1.64512338425382,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERIxIVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AI5KLBWcSyOpVfUkbBoSNhY48h24gnyT6WfNKiCQ5myOyIgN/NoiD//Z","siteTwitter":"@behance","creatorTwitter":"@RTalibart","readTime":null,"description":null,"toc":null,"summary":null},{"id":"FDzgb6i0l","title":"Be An Upstander With These Phrases, and Other Actions for Allies","shortId":"FDzgb6i0l","createdAt":"2021-05-23T23:57:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":7,"score":27030506,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:32:44.000Z","url":"https://code.likeagirl.io/be-an-upstander-with-these-phrases-and-other-actions-for-allies-38df94388f9c","canonicalUrl":"https://code.likeagirl.io/be-an-upstander-with-these-phrases-and-other-actions-for-allies-38df94388f9c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7fd5829ca8d7088f88b9014993e30851","ratio":1.01522842639594,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAMGB//EACMQAAIBAwIHAQAAAAAAAAAAAAECAwAEERQhBRMkMTJDUZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAIBEgMRIf/aAAwDAQACEQMRAD8A38hBconKgzINy4ySf2jUQDZZ4cDYYcU+0ULwiRlADKrYI7io63sbTTxdLB4j1j5Q7rFYE8SX30//2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":3,"description":null,"toc":null,"summary":null},{"id":"RoWEnPf3h","title":"Part 1: Trae Grows Up, MSG’s Revival, and Milwaukee’s Must-Win","shortId":"RoWEnPf3h","createdAt":"2021-05-24T03:57:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030477,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T03:52:27.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/23/22450781/part-1-trae-grows-up-msgs-revival-and-milwaukees-must-win","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/23/22450781/part-1-trae-grows-up-msgs-revival-and-milwaukees-must-win","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87db5510c39ea4e2211617c89585ad69","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBhMFEkGhov/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAA0HBEf/aAAwDAQACEQMRAD8AzndOhnVY8DCyQyQJncQ7i43Y6A82b9KVMVpN38hEVFSq2BmcbyAZivgBzs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"AOAJfWvnq","title":"Phil Mickelson Makes Major History, As Only He Could","shortId":"AOAJfWvnq","createdAt":"2021-05-24T03:12:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030432,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T02:58:42.000Z","url":"https://www.theringer.com/2021/5/23/22450565/phil-mickelson-wins-pga-championship-oldest-winner-kiawah","canonicalUrl":"https://www.theringer.com/2021/5/23/22450565/phil-mickelson-wins-pga-championship-oldest-winner-kiawah","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7909443dc1b95efad0c33577ce295744","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAhEAAwQGBRIUIVFy/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAcEQABBQADAAAAAAAAAAAAAAACAAEDBCERElH/2gAMAwEAAhEDEQA/AKrl9h2TC2HvLHNMccKqriXLIZF8wSDMyR7q0Xa+S6RL2yfmlKlbFqYRDqXGJ9WEJGJy3fXX/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"YHrjQkRD9","title":"Phil Mickelson Makes History at the PGA Championship","shortId":"YHrjQkRD9","createdAt":"2021-05-24T02:13:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27030373,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T02:12:40.000Z","url":"https://www.theringer.com/2021/5/23/22450675/phil-mickelson-makes-history-at-the-pga-championship","canonicalUrl":"https://www.theringer.com/2021/5/23/22450675/phil-mickelson-makes-history-at-the-pga-championship","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/102d2f83f3a274b1ec43a51eb8d6e189","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBAARBQYHEhMhIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxHw/9oADAMBAAIRAxEAPwDL2fvPIz05KqhUmivr7cvwV9KAsAya+x2u9gjJt+WuXitzRipUIR2Xej+HGMDU7EnY66pQowdgn//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DzekYx4Ox","title":"?????","shortId":"DzekYx4Ox","createdAt":"2021-05-24T00:42:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27030282,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-24T00:00:00.000Z","url":"https://www.behance.net/gallery/120031753/_","canonicalUrl":"https://www.behance.net/gallery/120031753/_","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b91b4ce2a10e365f19246ca0dfbd2fe","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAjEAABAwMEAgMAAAAAAAAAAAABAgMEBRESAAYhMRNBFBVh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECA//aAAwDAQACEQMRAD8ANkbvqu4d2w6ZTFfXxI1SIddy4kMote6jwPdx+jTcqQ/8p60ggZmw8nXOgqVR6Y/u+MXqdDcK6nUMythJyxxIvcc2PWrNxCQ4qyR2fWpHTKzIhk6f/9k=","siteTwitter":"@behance","creatorTwitter":"@GuodongZoo","readTime":null,"description":null,"toc":null,"summary":null},{"id":"mGMVI4dON","title":"Creative Ways to Choose More Inclusive Imagery for Websites","shortId":"mGMVI4dON","createdAt":"2021-05-23T22:55:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27030175,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:33:31.000Z","url":"https://mediatemple.net/blog/design-creative/creative-ways-to-choose-more-inclusive-imagery-for-websites/","canonicalUrl":"https://mediatemple.net/blog/design-creative/creative-ways-to-choose-more-inclusive-imagery-for-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e708839b780a0bb0209a59fd124c32f","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAECISIxMlFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDXZq51eel46rwAREKsR//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"--9w6c7Za","title":"Congo's Mount Nyiragongo volcano blows its top, sending thousands fleeing across border","shortId":"--9w6c7Za","createdAt":"2021-05-23T16:38:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27029798,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T16:16:46.000Z","url":"https://www.livescience.com/congo-volcano-mount-nyiragongo-erupts.html","canonicalUrl":"https://www.livescience.com/congo-volcano-mount-nyiragongo-erupts.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94db36825ddc77e350e76b9909255f29","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIABAURIRIDExYiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAEQMEMUFR/9oADAMBAAIRAxEAPwDIbLf6Xxm4rWJUdSsTh2CAOKEne85+a3JJrkGYlgck5PoIiDCzBmF9yhsBWVLA48E//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"92czeDEVv","title":"Facebook reportedly hit with campaign by pro-Palestinian activists leaving 1-star app store ratings","shortId":"92czeDEVv","createdAt":"2021-05-23T21:47:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27030107,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T21:42:17.000Z","url":"https://www.theverge.com/2021/5/23/22450319/facebook-campaign-pro-palestine-activists-1-star-app-store-ratings-apple-google","canonicalUrl":"https://www.theverge.com/2021/5/23/22450319/facebook-campaign-pro-palestine-activists-1-star-app-store-ratings-apple-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4914e4f0396ef49a30f4751f1d2d783e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAUhABEGQRJRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAyEiMf/aAAwDAQACEQMRAD8Az7wRqmbpY/A5OmJKaWLFgtG5jdmKIB2RvXR/R9bgc1ElfM34awKQR2JEjVj8iFDEAE+9e+OOX9WpxCKmLOVPABP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q6RKDhFCS","title":"Class Eval & Instance Eval In Ruby Metaprogramming","shortId":"q6RKDhFCS","createdAt":"2021-05-23T13:58:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":26,"score":27030039,"tagsStr":"ruby","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T16:02:59.000Z","url":"https://huzefabiyawarwala.medium.com/class-eval-instance-eval-in-ruby-metaprogramming-7fef0f0e163e","canonicalUrl":"https://huzefabiyawarwala.medium.com/class-eval-instance-eval-in-ruby-metaprogramming-7fef0f0e163e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa556147fa26fac7175d8b461691d856","ratio":1.2591815320042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQAEEQIDEjFRFP/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAwURISLw/9oADAMBAAIRAxEAPwDC3pfF3ewqcxmdGrquNC58tmTfnCmd8RFQRjKUp8dpX7Hiv//Z","siteTwitter":"@Medium","creatorTwitter":"@huzub","readTime":1,"description":null,"toc":null,"summary":null},{"id":"4Rmk6E9Ql","title":"DJ S.K.T formalizes Stashed’s 100th release alongside Josh Parkinson, ‘Off My Mind’","shortId":"4Rmk6E9Ql","createdAt":"2021-05-23T20:26:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030026,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T20:25:17.000Z","url":"https://dancingastronaut.com/2021/05/dj-s-k-t-formalizes-stasheds-100th-release-alongside-josh-parkinson-on-off-my-mind/","canonicalUrl":"https://dancingastronaut.com/2021/05/dj-s-k-t-formalizes-stasheds-100th-release-alongside-josh-parkinson-on-off-my-mind/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd9b48f4f27501778ef850dddc6f956c","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESESFUFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEiH/2gAMAwEAAhEDEQA/AMdGk26OQWGy3JSpe3W0qcUOIyVgjA87qO9hDSpF3yNHgpIHz1SlUJrC4htM/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"z0NOZj8rb","title":"Jon Suarez consummates Darklight Recordings run with ‘Worry ‘Bout’","shortId":"z0NOZj8rb","createdAt":"2021-05-23T20:02:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27030002,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:00:00.000Z","url":"https://dancingastronaut.com/2021/05/jon-suarez-consummates-darklight-recordings-run-with-worry-bout/","canonicalUrl":"https://dancingastronaut.com/2021/05/jon-suarez-consummates-darklight-recordings-run-with-worry-bout/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/327a43511ff04c3819b929f690f1fb94","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAREwUGElEhIqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEkH/2gAMAwEAAhEDEQA/AM/V92MQnIkAMZMhSefXtbwLd/KlejAurJirJKib5Ei9KUZCJE9yYmekTf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"v0r8gkm5k","title":"New trailers: Trese, Respect, Friends: The Reunion, and more","shortId":"v0r8gkm5k","createdAt":"2021-05-23T18:10:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029890,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T18:05:34.000Z","url":"https://www.theverge.com/2021/5/23/22440369/new-trailers-trese-respect-friends-reunion-netflix-disney-hbo","canonicalUrl":"https://www.theverge.com/2021/5/23/22440369/new-trailers-trese-respect-friends-reunion-netflix-disney-hbo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c105d0937027539a52f46f82e45ef93","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQMCAAQFBhFBUQcSEyKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDIUHw/9oADAMBAAIRAxEAPwCHL+WsAu+lrHRwlCnNsexjQSZzmsy9yeSdT84rElWCvFDUbDalKaZLQ3nts//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DFS-_1BM6","title":"Best Things for Everything","shortId":"DFS-_1BM6","createdAt":"2021-05-23T17:20:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27029840,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.awwwards.com/sites/best-things-for-everything","canonicalUrl":"https://www.awwwards.com/sites/best-things-for-everything","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ee1593968d74d1ba2d92372f964752b","ratio":1.84285714285714,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQFITEGByIjQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/ANRj4roVeX9jMw4CrHXhyLq5oxljY3kvHUe37128bq5nxNR80j3VKhc5xJJiJJ1+oiJmbco3kKZNlzv/2Q==","siteTwitter":"@awwwards","creatorTwitter":"@awwwards","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hEw-Jg7f7","title":"Utkarsh Gupta: Hello, Canonical! o/","shortId":"hEw-Jg7f7","createdAt":"2021-05-23T15:53:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27029753,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:30:00.000Z","url":"https://utkarsh2102.com/posts/hello-canonical/","canonicalUrl":"https://utkarsh2102.com/posts/hello-canonical/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5be5534dfe17f5025b86043fee4b5423","ratio":1.04246284501062,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACMQAAIBBAEDBQAAAAAAAAAAAAECAwQFERIABiFRFCIxQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAAMBAQAAAAAAAAAAAAAAAAABMRIh/9oADAMBAAIRAxEAPwAQr6i3mjguKTxLIyzl6iR2hjK+4gb6llHkg98DHM5qOlrG1RKTd6SMlidN869/jOxz+8m7LUTQ2arjimkSOQSB0ViAw0HYj74gwPA4b0+lkP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DXrf2bQPL","title":"Project \"Mo\"","shortId":"DXrf2bQPL","createdAt":"2021-05-23T15:18:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27029718,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/113835451/Project-Mo","canonicalUrl":"https://www.behance.net/gallery/113835451/Project-Mo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29c4a157aaed3dab5806b7e436a07717","ratio":1.21317157712305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFERIhFCOh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAxFB/9oADAMBAAIRAxEAPwDZXy4uyLIpUZyKl5hwN+tobgBJzkEdA5mpaytdsiLlFvyFMoLmDzbUZ+0pSVCprBr+E//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"KHcol9gDr","title":"Faster Integration with Web Components","shortId":"KHcol9gDr","createdAt":"2021-05-23T15:07:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27029707,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:57:09.000Z","url":"https://cloudfour.com/thinks/faster-integration-with-web-components/","canonicalUrl":"https://cloudfour.com/thinks/faster-integration-with-web-components/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/551d5d570f2764f334d93dda6dec4617","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgIBBQEAAAAAAAAAAAAAAREAAwISITEyQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/ANOu2nAYiynUUcWD2f1rZojgqRLZRQ8CcRKHJylzeTlLv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"C9IP1v1O5","title":"The needless drama of buying a PS5","shortId":"C9IP1v1O5","createdAt":"2021-05-23T15:07:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029707,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T15:00:00.000Z","url":"https://www.theverge.com/2021/5/23/22434905/ps5-restock-best-buy-walmart-sony-playstation-5","canonicalUrl":"https://www.theverge.com/2021/5/23/22434905/ps5-restock-best-buy-walmart-sony-playstation-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80b3de8d8fbd30d5aae40210be570734","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIxBiFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB4RAAIBAwUAAAAAAAAAAAAAAAECAAMEESJBUbLB/9oADAMBAAIRAxEAPwDKWxtl7pW5RltnLkqPq4CNkBDa1EDtwc8fKgKlM5O1vhqV5UUHJ980pVksNVe4B2YdFhisoITPHpn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kUMsOI6hX","title":"A custom \"dev\" command with auto-completion (#snippet)","shortId":"kUMsOI6hX","createdAt":"2021-05-23T15:04:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27029704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T22:00:00.000Z","url":"https://www.stefanjudis.com/snippets/a-custom-dev-command-with-auto-completion/","canonicalUrl":"https://www.stefanjudis.com/snippets/a-custom-dev-command-with-auto-completion/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b4bd7377add865242df70724768820c","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQIAAxEEBRNBccH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAhEAAQP/2gAMAwEAAhEDEQA/ANI0JzGAZuRT2xpKijDg8bvyTdHXbnorexQXZQWOKNOeoiIxGibhtzsUp//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JxLP9W1bd","title":"Kyocera DuraForce Ultra 5G UW review: extreme durability for an extreme price","shortId":"JxLP9W1bd","createdAt":"2021-05-23T14:04:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029644,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T14:00:00.000Z","url":"https://www.theverge.com/22446490/kyocera-duraforce-ultra-5g-uw-review-price-specs-screen-camera","canonicalUrl":"https://www.theverge.com/22446490/kyocera-duraforce-ultra-5g-uw-review-price-specs-screen-camera","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/920f067c049594ed220ca30252ca7c1e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACBBESEyEDBQYHMf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERQf/aAAwDAQACEQMRAD8AjeO9hLPunnfAlc8SNhyOitcMRFlLLQALfhGtUW0t7NpaKwohNNnGERStSHrP/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yAIfMcx0_","title":"7 Elements of a Highly Usable Landing Page","shortId":"yAIfMcx0_","createdAt":"2021-05-23T13:53:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27029633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:52:44.000Z","url":"https://designshack.net/articles/ux-design/elements-of-a-highly-usable-landing-page/","canonicalUrl":"https://designshack.net/articles/ux-design/elements-of-a-highly-usable-landing-page/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82c205259598fa9ddd9aea9290163962","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBBEABiEFB//EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHREAAQMFAQAAAAAAAAAAAAAAAgABAwQRISMxof/aAAwDAQACEQMRAD8Aidb+S7X7Wutz/OgxX2JaA4wsyEJNX2we5nMmOuPIdYdoONrKFAG+g0cYysYsYXdGq0zvGPM+L//Z","siteTwitter":"@designshack","creatorTwitter":"@designshack","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FIH-JMfm40","title":"Tips for UI Design Colors and Color Matching Techniques","shortId":"FIH-JMfm40","createdAt":"2021-05-23T13:53:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27029633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:45:00.000Z","url":"https://www.vandelaydesign.com/ui-design-colors/","canonicalUrl":"https://www.vandelaydesign.com/ui-design-colors/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/794a5b18360ec556b489eb65f60a8659","ratio":1.90789473684211,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBgMBAAAAAAAAAAAAAQIDAAQFBhESIjEhMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBHBBRITQWH/2gAMAwEAAhEDEQA/AMozCltDhK3As7cFYEZxHGELB1Rx5HRG7TXs/tVOGZZjkw20ffbcoUPK1Un1HZ+0pUfWZ5KdreI2ucBOpIWTE7xjvxf/2Q==","siteTwitter":"@vandelaydesign","creatorTwitter":"@vandelaydesign","readTime":8,"description":null,"toc":null,"summary":null},{"id":"gd4KuJXyh","title":"India reportedly orders social media platforms to remove references to “Indian variant” of COVID-19","shortId":"gd4KuJXyh","createdAt":"2021-05-23T13:53:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:51:08.000Z","url":"https://www.theverge.com/2021/5/23/22449898/india-social-media-platforms-remove-indian-variant-covid-19-coronavirus","canonicalUrl":"https://www.theverge.com/2021/5/23/22449898/india-social-media-platforms-remove-indian-variant-covid-19-coronavirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2514f29855acd3ea2874c112d2dc4215","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgIABwAAAAAAAAAAAAAAAQIAAxITIUFhcZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFR/9oADAMBAAIRAxEAPwDN7XLRnVrWrMxBFjasvR2ksXL+oiBIp3dbnD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"COejWy5c5","title":"The Clippers Wanted the Mavericks. Now They’ve Got ‘Em.","shortId":"COejWy5c5","createdAt":"2021-05-23T13:51:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27029631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:42:01.000Z","url":"https://www.theringer.com/2021/5/23/22449938/clippers-mavericks-nba-playoffs-luka-doncic","canonicalUrl":"https://www.theringer.com/2021/5/23/22449938/clippers-mavericks-nba-playoffs-luka-doncic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a689dba521ef1a9b371e5ea12881609b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAUGESEHEjJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEx/9oADAMBAAIRAxEAPwCy6k4PG2WjMg1nZWsEiyQRRmOFVVC0igNsByR3H3zVFHp3BKih8JjJGAALm0j3Y/fGlKl5L2A0xwD2f//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"WOBRWr3gw","title":"Google’s new Samsung smartwatch partnership looks a lot like giving up","shortId":"WOBRWr3gw","createdAt":"2021-05-23T13:33:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029613,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:30:00.000Z","url":"https://www.theverge.com/2021/5/23/22448165/google-samsung-wearable-partnership-wear-os-tizen-merge-smartwatch","canonicalUrl":"https://www.theverge.com/2021/5/23/22448165/google-samsung-wearable-partnership-wear-os-tizen-merge-smartwatch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfe68abe7576e80527e673709e6db270","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDERIABAYhBxQxYoH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgQRAyIyUWH/2gAMAwEAAhEDEQA/AIu4n9QOqCGGX3EBLLWoEqJTFq0rMR5P3NE7Vk81PPscYwpe4m7Vrggx99ByPvS//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oRjCtZJpW","title":"Today I learned about the band making a giant marble-based instrument","shortId":"oRjCtZJpW","createdAt":"2021-05-23T13:09:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27029589,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T13:00:00.000Z","url":"https://www.theverge.com/2021/5/23/22447987/til-wintergatan-marble-machine-x-instrument-music","canonicalUrl":"https://www.theverge.com/2021/5/23/22447987/til-wintergatan-marble-machine-x-instrument-music","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3221bdaf995fa26e02f95a3888013334","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFBiESQRMi0f/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEC/9oADAMBAAIRAxEAPwDSrrMZM+orjxAMTNxdO9e1JLlrzK8ikaAXHXkPxERiKP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U_UhBNXKb","title":"Climate Change Is Erasing Humanity’s Oldest Art","shortId":"U_UhBNXKb","createdAt":"2021-05-23T13:03:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T09:00:00.000Z","url":"https://arstechnica.com/science/2021/05/climate-change-is-erasing-humanitys-oldest-art/","canonicalUrl":"https://arstechnica.com/science/2021/05/climate-change-is-erasing-humanitys-oldest-art/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92709ca112b05ae43a2913bc1ed84041","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAACAgIDAQEAAAAAAAAAAAABAwIEAAURMUESIf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADBBESMTL/2gAMAwEAAhEDEQA/AId5tbVsjYXTU649hMWOP1FYHgj0e/cjS3m2lIyOytcn9PDCBjGN2tFFTIHYIx29T//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"a1P9Jvk88","title":"This $120 Point-and-Shoot Digital Camera Is for Film Lovers","shortId":"a1P9Jvk88","createdAt":"2021-05-23T13:03:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T09:00:00.000Z","url":"https://www.wired.com/review/paper-shoot-camera/","canonicalUrl":"https://www.wired.com/review/paper-shoot-camera/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0ae01495788cf5128cb90385a352483","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFERIhIjFBof/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAEhA//aAAwDAQACEQMRAD8A29jJWJ8FbnLa7KNaJs0dVkXgab28iT7OwdKpNBkTM8tzNpoLjocWdPiIjmCq2otWVk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"TdvlzuHYY","title":"A New Math Shortcut Helps Describe Black Hole Collisions","shortId":"TdvlzuHYY","createdAt":"2021-05-23T12:03:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029523,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T08:00:00.000Z","url":"https://www.quantamagazine.org/new-black-hole-math-closes-cosmic-blind-spot-20210513/","canonicalUrl":"https://www.quantamagazine.org/new-black-hole-math-closes-cosmic-blind-spot-20210513/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5be715f491eae5cbc0882e7f632e26e0","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAGxABAAICAwAAAAAAAAAAAAAAAQAhAjERYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AwAxUOEBprqS7deRED//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"azKrpoiwB","title":"IBM Security Brand Identity","shortId":"azKrpoiwB","createdAt":"2021-05-23T11:12:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27029472,"tagsStr":"security,ibm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T00:00:00.000Z","url":"https://www.behance.net/gallery/119949381/IBM-Security-Brand-Identity","canonicalUrl":"https://www.behance.net/gallery/119949381/IBM-Security-Brand-Identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bd87d4651420e1f62a72f8f3a45b43c","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAxEEBRIhU5H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDOrZ08AEAyE91T7n4UH1LK7S9RFRdR5BKVTcn/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VlEAyybJQ","title":"What determines a person's height?","shortId":"VlEAyybJQ","createdAt":"2021-05-23T11:08:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27029468,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T11:00:25.000Z","url":"https://www.livescience.com/what-determines-height.html","canonicalUrl":"https://www.livescience.com/what-determines-height.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d1c58fdc82c23271d6f5de966790bd9","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAUhBhESEzH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMv/aAAwDAQACEQMRAD8Ap+HZy/ydjm1e8lRorzoIw9ixhQGKqSQfHXyrMyMpIM0vY1oAUpTemE5TP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Fp5M7qGC6","title":"Forest ranger stumbles onto garden of ancient beasts in California foothills","shortId":"Fp5M7qGC6","createdAt":"2021-05-23T11:08:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27029468,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T11:00:42.000Z","url":"https://www.livescience.com/bones-ancient-beasts-california-fossil-forest.html","canonicalUrl":"https://www.livescience.com/bones-ancient-beasts-california-fossil-forest.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0667633f49cdedba96b8c61fff11d99","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBSExQZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEhMxQf/aAAwDAQACEQMRAD8Aqsc5fsVHsQVVSodqsjyl5CN+dbABzBbkpSxKSXQvoGduh94xgMklpjqRfD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"S-Lth2_DU","title":"Pure by Giahi","shortId":"S-Lth2_DU","createdAt":"2021-05-11T14:48:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27012408,"tagsStr":"crm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/119226749/Pure-by-Giahi","canonicalUrl":"https://www.behance.net/gallery/119226749/Pure-by-Giahi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16dec39e57b8aea9915e774590945470","ratio":1.4,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMAAgQSETFBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDb23dZJUp11YwJpqo62AHZB47lPTMXpX56OTEQP//Z","siteTwitter":"@behance","creatorTwitter":"@LaTortilleria","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NMsB0kuuA","title":"CentOS Nachfolger AlmaLinux angetestet","shortId":"NMsB0kuuA","createdAt":"2021-05-23T11:05:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27029465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T11:00:15.000Z","url":"https://curius.de/2021/05/centos-nachfolger-almalinux-angetestet/","canonicalUrl":"https://curius.de/2021/05/centos-nachfolger-almalinux-angetestet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73b08d3f4aacf0d8595c793d72ba390d","ratio":1.25515210991168,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAgAEBwAAAAAAAAAAAAABAwACBAUGEgcRISQxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAEBREjcXL/2gAMAwEAAhEDEQA/AIfK+IWPRSqnNW1fuj1VvuHzqJS11zp41BvlGB3Ecz248xEVJiLdztdp5JG6orciUcsat2or/9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":6,"description":null,"toc":null,"summary":null},{"id":"oa9O-TuX6-","title":"8 Free Streaming Services to Save You From Subscription Hell","shortId":"oa9O-TuX6-","createdAt":"2021-05-23T11:04:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27029464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T07:00:00.000Z","url":"https://www.wired.com/story/free-streaming-services","canonicalUrl":"https://www.wired.com/story/free-streaming-services","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ceac317284bbb795462156caa860461","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQCAwEAAAAAAAAAAAABAwQFAAIREgZRFCExUv/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAESEDIv/aAAwDAQACEQMRAD8AhISZaJRKcwhEt7HUplNzbudMC8gagYNp7IPv5Ua95iu2eLoCF48QkpdYD4PRx+qUqeLH016TDoppSMAn/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"gLGOP1uUk","title":"Gnome 40, Tablet & RDP","shortId":"gLGOP1uUk","createdAt":"2021-05-23T10:05:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27029405,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-23T10:00:37.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/23/gnome-40-tablet-rdp/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/23/gnome-40-tablet-rdp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19c906de0ab5d9a189fd843b6963474a","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRABAAICAgMAAAAAAAAAAAAAAQIDABEFIVGh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzhLk65wtN3BN2dHXvJvIxVS28PGj7jGNEf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-8MMjJxtd","title":"Citrix WX Illustrations","shortId":"-8MMjJxtd","createdAt":"2021-05-23T09:52:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27029392,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119948339/Citrix-WX-Illustrations","canonicalUrl":"https://www.behance.net/gallery/119948339/Citrix-WX-Illustrations","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ce29d8fe460adc63404c5ecee11693a","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBQEBAAAAAAAAAAAAAwECBAAFEQYSFCExQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIRABIhQbH/2gAMAwEAAhEDEQA/ANTpSBLlafJc2EacUMxuVySKr5rtvrl2rjz4vX7UUO53qTEAeLqq8gjlY14xK1i7GqmUbn7hOqUpUs3egHnsA+4dd2VVKmXP/9k=","siteTwitter":"@behance","creatorTwitter":"@union_haus","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_ij4QKlxo","title":"Chris Smith 2: Gibbard’s Theorem vs Stable Matching","shortId":"_ij4QKlxo","createdAt":"2021-05-23T00:00:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"phaskell","views":13,"score":27029243,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T23:09:44.000Z","url":"https://cdsmithus.medium.com/gibbards-theorem-vs-stable-matching-22b55732ee5e","canonicalUrl":"https://cdsmithus.medium.com/gibbards-theorem-vs-stable-matching-22b55732ee5e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/adaee19c2ec03b90dfcd51fbba23fba7","ratio":1.75739644970414,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAkEAABAgUCBwAAAAAAAAAAAAABAgMABAYREgUhBxYiMWGCkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8Aj6DqXQpXhLr2Um8GGi2JqUEqytD7hAF81EqsSPW23cxJc80inpFFSywNgolAJ82xNvsIQNDZRdyf/9k=","siteTwitter":"@Medium","creatorTwitter":"@cdsmithus","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WFsmeCsV4","title":"Namibia - Full of life","shortId":"WFsmeCsV4","createdAt":"2021-05-22T03:35:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27027575,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119356953/Namibia-Full-of-life","canonicalUrl":"https://www.behance.net/gallery/119356953/Namibia-Full-of-life","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e0b526388b9c41159eee7b9eab723208","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAABAAYCAwQFIQcREyIVY4H/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIDABH/2gAMAwEAAhEDEQA/AJd06vuG6R8lHd6qmG3aXL6j5hR8T+dJJPn7nn3lESqoQcGKtWo3Tv/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"cmuYn6J2z","title":"24 Stunning Examples of Movie Industry Websites","shortId":"cmuYn6J2z","createdAt":"2021-05-22T22:26:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27028706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://qodeinteractive.com/magazine/stunning-examples-of-movie-industry-websites/","canonicalUrl":"https://qodeinteractive.com/magazine/stunning-examples-of-movie-industry-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/301a9800a5d2e424a91a013bb456c191","ratio":1.99036918138042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMCBwEAAAAAAAAAAAAAAQACBAMSBRYxQWFkk9L/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAgMBAAAAAAAAAAAAAAAAADEBERIh/9oADAMBAAIRAxEAPwDAYVYzpVGjIAeXmy47DgaKnyxhfc9m/KIjPEK9M//Z","siteTwitter":"","creatorTwitter":"","readTime":24,"description":null,"toc":null,"summary":null},{"id":"978Z06Xdj","title":"Five Realities That Sum Up The Struggles of Entrepreneurship-And How to Overcome Them","shortId":"978Z06Xdj","createdAt":"2021-05-22T20:42:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27028602,"tagsStr":"business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:57:10.000Z","url":"https://www.shopify.com/blog/challenges-of-entrepreneurship","canonicalUrl":"https://www.shopify.com/blog/challenges-of-entrepreneurship","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10c0ab9a1f7b60e683ce3dd3deded3c1","ratio":1.90515463917526,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAERAhIhIlGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDX3N6pnVqfS89YA6Q//9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"2BKjYZp_5","title":"The reality of PHP WebSockets","shortId":"2BKjYZp_5","createdAt":"2021-05-22T08:16:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":168,"score":27028519,"tagsStr":"webdev,php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:02:50.000Z","url":"https://itnext.io/the-reality-of-php-websockets-4c680bc2bc60","canonicalUrl":"https://itnext.io/the-reality-of-php-websockets-4c680bc2bc60","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c2e810df84c3e7a425d0887178fa46e","ratio":1.38248847926267,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACAxJBBAURMTKhwv/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAWEQEBAQAAAAAAAAAAAAAAAAABAgD/2gAMAwEAAhEDEQA/ANM7GPaadSSATvYB58dqaXN5IpXx0g0OLeRsiIfEjlVUm//Z","siteTwitter":"@itnext_io","creatorTwitter":"@DarkGhostHunter","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5274bFnp4","title":"Chinese startup Pony.ai gets approval to test driverless vehicles in California","shortId":"5274bFnp4","createdAt":"2021-05-22T19:12:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028512,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T19:09:49.000Z","url":"https://www.theverge.com/2021/5/22/22449084/chinese-startup-pony-ai-autonomous-vehicles-california","canonicalUrl":"https://www.theverge.com/2021/5/22/22449084/chinese-startup-pony-ai-autonomous-vehicles-california","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/434eeffee6bc50a0d0f5c680b28b399c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADMQUGEiFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AkdqtpgEQpeiPHN+esRFYuORbE8gjkVmavSdqqFeazMBRYKRZ+1frGMkUj//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aqy8eO7Xs","title":"Application based themed styling for your components","shortId":"aqy8eO7Xs","createdAt":"2021-05-22T08:16:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":91,"score":27028407,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:29:33.000Z","url":"https://itnext.io/application-based-themed-styling-for-your-components-d8becd1217a9","canonicalUrl":"https://itnext.io/application-based-themed-styling-for-your-components-d8becd1217a9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61409f68c4e20c5ed98e3a34d78e868d","ratio":0.485074626865672,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAVAAoDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAwACB//EACIQAAEDAwMFAAAAAAAAAAAAAAEAAhEDEhMEQVEhM2KSsf/EABYBAQEBAAAAAAAAAAAAAAAAAAIBA//EABcRAQEBAQAAAAAAAAAAAAAAAAABERL/2gAMAwEAAhEDEQA/AOZV3tspyx2S3qbz8Q5PF3sVut2aZcTkI522QSeStOqGQ2oMhgEgAAQgUpFX/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"gGz3cWOkz","title":"Weird Things I Encountered In My Development Journey Explained","shortId":"gGz3cWOkz","createdAt":"2021-05-22T08:16:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":83,"score":27028389,"tagsStr":"general-programming,ruby","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:08:18.000Z","url":"https://itnext.io/weird-things-i-encountered-in-my-development-journey-explained-545de8b5ac31","canonicalUrl":"https://itnext.io/weird-things-i-encountered-in-my-development-journey-explained-545de8b5ac31","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2df303b976893cf349ee61d82592b009","ratio":3.71517027863777,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAsDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECAwQSMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERElH/2gAMAwEAAhEDEQA/AMt7FOc1JdJkudegBA2en//Z","siteTwitter":"@itnext_io","creatorTwitter":"@shan9645","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q_XFmXgYC","title":"Virgin Galactic spaceplane VSS Unity completes successful flight","shortId":"q_XFmXgYC","createdAt":"2021-05-22T17:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028383,"tagsStr":"game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T16:57:33.000Z","url":"https://www.theverge.com/2021/5/22/22448928/virgin-galactic-spaceplane-vss-unity-space-branson","canonicalUrl":"https://www.theverge.com/2021/5/22/22448928/virgin-galactic-spaceplane-vss-unity-space-branson","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ec7125cf2fc8bc205547ca6632b5182","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhABAAIBBAMAAAAAAAAAAAAAAQIDAAURMVETYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMhMf/aAAwDAQACEQMRAD8A0Glt8bIWl60zE8MjcJd78/OMslig9+8YyaZLW2sU1Dk//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"l8l_zX3An","title":"LibreOffice Calc Guide 7.1 kostenlos – Leitfaden für Tabellenkalkulation","shortId":"l8l_zX3An","createdAt":"2021-05-21T15:50:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27026870,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:39:48.000Z","url":"https://www.bitblokes.de/libreoffice-calc-guide-7-1-kostenlos-leitfaden-fur-tabellenkalkulation/","canonicalUrl":"https://www.bitblokes.de/libreoffice-calc-guide-7-1-kostenlos-leitfaden-fur-tabellenkalkulation/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lq4LvBvGA","title":"Apple says HomePod and HomePod Mini will support lossless audio after future update","shortId":"lq4LvBvGA","createdAt":"2021-05-22T16:15:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028335,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T16:08:14.000Z","url":"https://www.theverge.com/2021/5/22/22448933/apple-music-lossless-homepod-mini-support-confirmed","canonicalUrl":"https://www.theverge.com/2021/5/22/22448933/apple-music-lossless-homepod-mini-support-confirmed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef504e99d6f038c5a3c367888e25e623","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQYSIVHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMR/9oADAMBAAIRAxEAPwDH3HHGdTW6tKKGOChCroDGCzl0Gwza2R685dFzVtYkVRCAFAA7PuMYWl0twjZ1E6z/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wCO_0e1Jw","title":"Tim Cook’s Fortnite trial testimony was unexpectedly revealing","shortId":"wCO_0e1Jw","createdAt":"2021-05-22T15:41:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028301,"tagsStr":"apple,ios,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T15:35:56.000Z","url":"https://www.theverge.com/2021/5/22/22448139/tim-cook-epic-fortnite-trial-testimony-privacy-iap-antitrust","canonicalUrl":"https://www.theverge.com/2021/5/22/22448139/tim-cook-epic-fortnite-trial-testimony-privacy-iap-antitrust","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/edb01bbc679ae60a68284d5ad08c3ddb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAACAAUCBwAAAAAAAAAAAAABAgADBAUREiEGFyMkMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDITL/2gAMAwEAAhEDEQA/AIVhvdVaOErHMoxL1GonM+sEhkDnK4BGCc+d8eou8uqe5d9Mudaj1PWZVY4Bbcgb/YQgr5RU3rP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SmiMO56cB","title":"The League of Legends 2021 World Championship will be in Shenzhen, China","shortId":"SmiMO56cB","createdAt":"2021-05-22T15:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T15:04:32.000Z","url":"https://www.theverge.com/2021/5/22/22448865/league-of-legends-2021-world-championship-shenzhen-china-esports","canonicalUrl":"https://www.theverge.com/2021/5/22/22448865/league-of-legends-2021-world-championship-shenzhen-china-esports","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc4602586549dfdb6f9fa71d655c84cd","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACBAMREiEFBgcVUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQACAgMBAAAAAAAAAAAAAAABAwACBBIhMv/aAAwDAQACEQMRAD8AwUDyNUgRHx6HDQsAXAkufc2F/qmDu9aoM/XRBlu29IifXJcD6ME1VNRyf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mKZDjOfas","title":"Home Sick Pilots is a haunted house story with a punk rock edge","shortId":"mKZDjOfas","createdAt":"2021-05-22T15:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T15:00:00.000Z","url":"https://www.theverge.com/22447405/home-sick-pilots-review-image-comics","canonicalUrl":"https://www.theverge.com/22447405/home-sick-pilots-review-image-comics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ea9cafd74698e7c291ca9f07b0ae50d","ratio":1.91176470588235,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDEQAEBRITITEVIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABwRAQABBAMAAAAAAAAAAAAAAAECAAMh8AQRwf/aAAwDAQACEQMRAD8Az/FWDLGHHGKpn5kVLd9ZY0Dq4lFmeu0qcdsBZcNoXDgFUU5+UpVW6AY3BRcaSzl3uU8r/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ScifeFzBY","title":"Some of the universe's stars have gone missing. But where did they go?","shortId":"ScifeFzBY","createdAt":"2021-05-22T14:52:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27028252,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:31:39.000Z","url":"https://www.livescience.com/hunt-for-universe-missing-stars.html","canonicalUrl":"https://www.space.com/hunt-for-universe-missing-stars-space-mysteries","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ca8ee6e6866fe39332cde3e777f4210","ratio":1.35809018567639,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIRAAMEBhIhBQciUf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQABBQEAAAAAAAAAAAAAAAACAAEDBBFB/9oADAMBAAIRAxEAPwCO7M4+yaS2eHqbaQsV3lZC0rOQbeYVp8vmmjIpkyWuYpTD0SdBoQhy5GInjI2jpRvr9X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"zjPxrfj-6","title":"Start your Saturday with these wallet-friendly tech deals","shortId":"zjPxrfj-6","createdAt":"2021-05-22T14:39:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028239,"tagsStr":"apple,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:30:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/22/22447479/tile-mate-blueooth-tracker-apple-pencil-razer-pc-gaming-bundle-jabra-85t-earbuds-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/22/22447479/tile-mate-blueooth-tracker-apple-pencil-razer-pc-gaming-bundle-jabra-85t-earbuds-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9bc209b2ef7acb3ae4e45713fc1beb6c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgICAwEAAAAAAAAAAAABAgMRAAUSIQQHQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIABAURIv/aAAwDAQACEQMRAD8Asbn1jqtVoF06yvIJJlij8kLwkjNWzdGjYsV+5ai1EMcSJGkARQAoZGJA+WeXeMYFlnYMoBi1Icbn/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"JgdEgWL06","title":"The Warriors Still Have Championship DNA, but Also an Uncertain Future","shortId":"JgdEgWL06","createdAt":"2021-05-22T14:36:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27028236,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:30:24.000Z","url":"https://www.theringer.com/2021/5/22/22448778/golden-state-warriors-play-in-stephen-curry-ja-morant","canonicalUrl":"https://www.theringer.com/2021/5/22/22448778/golden-state-warriors-play-in-stephen-curry-ja-morant","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f021ac8521bbfd05bff4e9d72fcd168","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAABAwQRAAIFBgcSFCEiMTJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBExQf/aAAwDAQACEQMRAD8AhtQt22Gy2H5NCA8Sj3uBtlQJzIPUwflXDbZPGOGyS1+We8algvPaPJE0pQKSVrQj0SpkuzWvs8M//9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"eKQQpZaKr","title":"Poll: Will You Adopt Google?s Material You?","shortId":"eKQQpZaKr","createdAt":"2021-05-22T14:10:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27028210,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:05:49.000Z","url":"https://www.webdesignerdepot.com/2021/05/poll-will-you-adopt-googles-material-you/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/poll-will-you-adopt-googles-material-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c6329ac9fcc596dbc665d05bcfa94b0","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAACAwEAAwAAAAAAAAAAAAABAgADEQQFUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIDESEB/9oADAMBAAIRAxEAPwCjqvGtVymunrsRDpAKKc37kDkTBrMT7iId4kar4JWRt0//2Q==","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"wRhQANwTs","title":"‘Transgender’ will be among more than 350 new tags Twitch is adding next week","shortId":"wRhQANwTs","createdAt":"2021-05-22T14:03:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028203,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T13:58:58.000Z","url":"https://www.theverge.com/2021/5/22/22448809/transgender-twitch-tags-lgbt-streaming-identity","canonicalUrl":"https://www.theverge.com/2021/5/22/22448809/transgender-twitch-tags-lgbt-streaming-identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/62192ce83c8ab416b64217c3db926e42","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGRAAAwEBAQAAAAAAAAAAAAAAAAECEhFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOkqc5c9dNcfknkAsD/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fANhxF5fK","title":"Time, money, and the new vaccination push","shortId":"fANhxF5fK","createdAt":"2021-05-22T14:03:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T14:00:00.000Z","url":"https://www.theverge.com/2021/5/22/22448112/money-paid-leave-covid-vaccines-work-antivirus","canonicalUrl":"https://www.theverge.com/2021/5/22/22448112/money-paid-leave-covid-vaccines-work-antivirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d01d472811054a67ac5d40b795da5df","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwMFAQAAAAAAAAAAAAACAQMRAAQFBhITITEU/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhESMf/aAAwDAQACEQMRAD8AkLOQIsbZNgHGLhOuyJrKLuXqffe6v2D0+Nzhce/9943y27Z7BIYGRRYTqlKNbhG4Nkn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9fSxfel6S","title":"Pinephone: SuspendGuardian Update","shortId":"9fSxfel6S","createdAt":"2021-05-22T14:03:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27028203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T13:40:17.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/22/pinephone-suspendguardian-update/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/22/pinephone-suspendguardian-update/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jEWg8lFpn","title":"Apple Exec Calls Mac Malware Levels Unacceptable Under Oath","shortId":"jEWg8lFpn","createdAt":"2021-05-22T13:34:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028174,"tagsStr":"security,apple,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T09:29:00.000Z","url":"https://www.wired.com/story/apple-macos-malware-ireland-ransomware-security-news","canonicalUrl":"https://www.wired.com/story/apple-macos-malware-ireland-ransomware-security-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c43fe3e378a1cd8f7ef6412765c876c7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQCAgMAAAAAAAAAAAABAgMABAURBhMhUQciQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCEiH/2gAMAwEAAhEDEQA/AIPyPyuTifKMxxHH4+0fD29zNJ1OX1J2JG5DfbyASx97I8jWqsw29rHCiQQdUKqAkauSEX8A36FKUVuJqRqnrP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EBdrltnR1","title":"China drives its rover on the surface of Mars","shortId":"EBdrltnR1","createdAt":"2021-05-22T13:13:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028153,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T13:05:58.000Z","url":"https://www.theverge.com/2021/5/22/22448781/china-drives-rover-mars-nasa-space","canonicalUrl":"https://www.theverge.com/2021/5/22/22448781/china-drives-rover-mars-nasa-space","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c7c983a7b2aab76d263f859d6ad0294","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFERITITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEBAQEAAAAAAAAAAAAAAAECACED/9oADAMBAAIRAxEAPwDN6CsmsbyGTS1MJc6MxTuy0kffOlFPf6znk14wNjgaA47RECYl6ma+lHB3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"396lMS15i","title":"Illustrations for VR","shortId":"396lMS15i","createdAt":"2021-05-19T08:07:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27023527,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/119657121/Illustrations-for-VR","canonicalUrl":"https://www.behance.net/gallery/119657121/Illustrations-for-VR","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15cb31b5c0ffdd905c6e81393a3866a9","ratio":2.01729106628242,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDEQAEBQYSEyIhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAwIxBBFh/9oADAMBAAIRAxEAPwDbLzSzxZFwxy1wKPOEe2C6yqrCdvUok/KorTHixass8zp8YCG5SWVhInytKVPXx661cTfrC6DU/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"W0ZZdrGHP","title":"Vox Media’s Eric Arredondo on working as IT support","shortId":"W0ZZdrGHP","createdAt":"2021-05-22T13:07:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27028147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T13:00:00.000Z","url":"https://www.theverge.com/22444109/it-support-slack-macbook-keychron-zendesk","canonicalUrl":"https://www.theverge.com/22444109/it-support-slack-macbook-keychron-zendesk","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/304df3ff110b45235352a1a55cc1a06c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAATIQUGETESI0H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMSIf/aAAwDAQACEQMRAD8AxW79EibKtq0lckRrpdsXMKCVgALJBJPI7HGMcfaotT1yWkPuFzzdSFq9h7OaUoliK4GuyrQxRjmf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"u3YasOKBr","title":"Apple's Latest iPad Pro Is Overburdened With Power","shortId":"u3YasOKBr","createdAt":"2021-05-22T13:01:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028141,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T09:00:00.000Z","url":"https://www.wired.com/review/apple-ipad-pro-2021/","canonicalUrl":"https://www.wired.com/review/apple-ipad-pro-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e18ced3b3e5ad4cac474f349f8db1077","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAERBBIxEyEiJHH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRQXHB/9oADAMBAAIRAxEAPwDO1bXWViv1lzlylGNnj0sABrDlV5LHQoD2EbPgn//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"UEGbpngsG","title":"Audio/Sound@Teams & Webex Client mit Fedora 34 & SOF","shortId":"UEGbpngsG","createdAt":"2021-05-22T12:33:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27028113,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:17:05.000Z","url":"https://www.sagrland.de/2021/05/22/audio-soundteams-webex-client-mit-fedora-34-sof/","canonicalUrl":"https://www.sagrland.de/2021/05/22/audio-soundteams-webex-client-mit-fedora-34-sof/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SFgokRSzh","title":"How to Avoid Those Infuriating Cookie Pop-Ups","shortId":"SFgokRSzh","createdAt":"2021-05-22T12:15:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028095,"tagsStr":"google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T08:00:00.000Z","url":"https://www.wired.co.uk/article/cookie-popup-blocker-gdpr","canonicalUrl":"https://www.wired.co.uk/article/cookie-popup-blocker-gdpr","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/31afe2d0764d5dac498dd34dabd98cc1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAEDBQAAAAAAAAAAAAACAAEDBAUGERIUIVFSgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgIDAQAAAAAAAAAAAAAAAgMBEQAEIXH/2gAMAwEAAhEDEQA/AGE1Fcv1pq8QV4ZotyecweVy+E+ynnq+9XMoRp4pxjfgz9N47eyIpkoBOywA5Hs4IPPYG2zdTn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_oVBoFvaq","title":"Walden Pond Is Now Teeming With Jellyfish—but Don't Panic","shortId":"_oVBoFvaq","createdAt":"2021-05-22T12:15:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028095,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T08:00:00.000Z","url":"https://www.wired.com/story/walden-pond-is-now-teeming-with-jellyfish-but-dont-panic/","canonicalUrl":"https://www.wired.com/story/walden-pond-is-now-teeming-with-jellyfish-but-dont-panic/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ABZrb6bpJ","title":"How to Back Up Your Digital Life","shortId":"ABZrb6bpJ","createdAt":"2021-05-22T12:15:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028095,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T08:00:00.000Z","url":"https://www.wired.com/story/how-to-back-up-your-digital-life","canonicalUrl":"https://www.wired.com/story/how-to-back-up-your-digital-life","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58f26941eb5a31ca2cb935af32bce600","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBREABAYyMRITFSFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/AL+V4is7urc9i83aCylwRFZMgB0nMUdwCYDWYgeaxh5yV78xfS9Os99TW7MUNh4APQfKUoN6OD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"TLgqChX7M","title":"Citrix WX Experience","shortId":"TLgqChX7M","createdAt":"2021-05-22T11:45:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27028065,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119948339/Citrix-WX-Experience","canonicalUrl":"https://www.behance.net/gallery/119948339/Citrix-WX-Experience","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ce29d8fe460adc63404c5ecee11693a","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBQEBAAAAAAAAAAAAAwECBAAFEQYSFCExQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIRABIhQbH/2gAMAwEAAhEDEQA/ANTpSBLlafJc2EacUMxuVySKr5rtvrl2rjz4vX7UUO53qTEAeLqq8gjlY14xK1i7GqmUbn7hOqUpUs3egHnsA+4dd2VVKmXP/9k=","siteTwitter":"@behance","creatorTwitter":"@union_haus","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Jp34eD_Ty","title":"Goodbye Internet Explorer—and Good Riddance","shortId":"Jp34eD_Ty","createdAt":"2021-05-22T11:12:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028032,"tagsStr":"microsoft,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T07:00:00.000Z","url":"https://www.wired.com/story/internet-explorer-browser-dead/","canonicalUrl":"https://www.wired.com/story/internet-explorer-browser-dead/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fada9996cb051cdceaafd897ef158809","ratio":1.91002044989775,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAwABAhEEQQYTFCH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAQACAwAAAAAAAAAAAAAAAgEAIUHR8P/aAAwDAQACEQMRAD8Az7HKDH4+YXmjMhySZyPVtTNWr+W+1F6YoiRStJl9vDwIUrOes//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BBSH-3BY_","title":"The 16 Best Weekend Deals on Headphones, TVs, and Outdoor Gear","shortId":"BBSH-3BY_","createdAt":"2021-05-22T11:12:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T07:00:00.000Z","url":"https://www.wired.com/story/weekend-deals-may-22-2021/","canonicalUrl":"https://www.wired.com/story/weekend-deals-may-22-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d6b3f9ca5808d3937e0815c2ea1849c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABBAIDAAAAAAAAAAAAAAABAAIDBAUxBhKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAZEQEBAAMBAAAAAAAAAAAAAAACAQARQQP/2gAMAwEAAhEDEQA/AKnkWPtT5GnZjyMsVdj2A1mghrz22SCPFRHZRFOfRpAy83iMmFXXc//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QbryOriaQ","title":"The Ford Lightning F-150 Is the Electric Vehicle of Dystopia","shortId":"QbryOriaQ","createdAt":"2021-05-22T11:12:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27028032,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T07:00:00.000Z","url":"https://www.wired.com/story/ford-lightning-f150-electric-vehicle-dystopia/","canonicalUrl":"https://www.wired.com/story/ford-lightning-f150-electric-vehicle-dystopia/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76907373cc4660b33db14b9eca2a1114","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMFESExNHGU/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMREjL/2gAMAwEAAhEDEQA/AMxe2F7VKNLiyVclVQzqz1lLKxfklT3HrrKRf58vD8qxEAlzoByc2MetH9Cf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lYh56cjlR","title":"Moore Kismet and Laxcity ‘Flourish’ on experimental collaboration","shortId":"lYh56cjlR","createdAt":"2021-05-22T10:10:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027970,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/moore-kismet-laxcity-flourish-on-an-experimental-collaboration/","canonicalUrl":"https://dancingastronaut.com/2021/05/moore-kismet-laxcity-flourish-on-an-experimental-collaboration/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1768e99241d1b23d0ca8a2f218ee3c90","ratio":1.42857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIABAURAwcxEhQhInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAwQRE3HB/9oADAMBAAIRAxEAPwCT3Lu9uW4UPYUmmPY9aOpOVKnBPzB4mUvVqXYqXCk+OIiKmcQ6wQKGNuMa6V//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"II82sK3uB","title":"Maschinelle Übersetzungen ohne Cloud: Firefox Translations 0.4 veröffentlicht","shortId":"II82sK3uB","createdAt":"2021-05-22T10:03:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27027963,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T09:54:13.000Z","url":"https://www.soeren-hentzschel.at/firefox/bergamot-firefox-translations-0-4/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox/bergamot-firefox-translations-0-4/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a6a1865aa7676a82bdee9dbbf56861a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgADBBEFQQYSIf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgQSMQP/2gAMAwEAAhEDEQA/ALR5xyN3EYdlWC9qe5bbG1jrfQHQkuCtYA7OSW+mIi8ZFpgPK6vbT//Z","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":6,"description":null,"toc":null,"summary":null},{"id":"or7qjN95p","title":"In Silico review: The ambitious project to recreate the human brain","shortId":"or7qjN95p","createdAt":"2021-05-22T08:52:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27027892,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033352-100-in-silico-review-the-ambitious-project-to-recreate-the-human-brain/","canonicalUrl":"https://www.newscientist.com/article/mg25033352-100-in-silico-review-the-ambitious-project-to-recreate-the-human-brain/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a190d8ea0d05be8ba89a14226423e741","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABRJBBgch/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwC71vNkv+ISNhtnXZClCQ4mqtKQTaAeiKq8xHjOcdWtuLH4KUSnkok11f3GMSDr/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"j6T7KbTs8","title":"GPS-Mäuse und Sticks unter Linux – Stemedu VK-172","shortId":"j6T7KbTs8","createdAt":"2021-05-22T07:53:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27027833,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T07:17:53.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/22/gps-maeuse-und-sticks-unter-linux-stemedu-vk-172/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/22/gps-maeuse-und-sticks-unter-linux-stemedu-vk-172/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mKbgeCn0F","title":"Reklima","shortId":"mKbgeCn0F","createdAt":"2021-05-22T07:32:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27027812,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T00:00:00.000Z","url":"https://www.behance.net/gallery/119856507/Reklima","canonicalUrl":"https://www.behance.net/gallery/119856507/Reklima","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29711c7584e974abd3d36c42ad4c78c3","ratio":1.68471720818291,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMABAYFESEiBxMxUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8AqmR5HDj+pJFPNcd09gSK2RwAPnsWB52+qjWoeYLV7+5aM5GiGViqreqoA3PAG3H5SlDtui4SlP/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"AauHB7oxs","title":"Building A Rich Text Editor (WYSIWYG) From Scratch","shortId":"AauHB7oxs","createdAt":"2021-05-21T12:05:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":823,"score":27027742,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T21:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ccbb8d148bf5191f1f7f14f03d434b1","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDBAASBQYxInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDZur8SePpWJ2stLuBMqaBQhCeD9y0O22J6FaZ667SRq5+z6QDjGKRRRiW7g1YxVVnweb//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@shalabhvyas","readTime":37,"description":null,"toc":null,"summary":null},{"id":"rVqzIZ7I9","title":"Svelte for the Experienced React Dev","shortId":"rVqzIZ7I9","createdAt":"2021-05-21T15:30:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":280,"score":27027682,"tagsStr":"react,svelte","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:30:59.000Z","url":"https://css-tricks.com/svelte-for-the-experienced-react-dev/","canonicalUrl":"https://css-tricks.com/svelte-for-the-experienced-react-dev/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4563e8b74b5d85062a42311aaf97120e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMRBQYhEhMVInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgICAwEAAAAAAAAAAAAAAQMCEQAEBSEx8P/aAAwDAQACEQMRAD8Aym7dPaZuK7JQxFa8ijpuxu6EzzwCwqK+wWdi3kLIyc4WLgD570pRPI7DNYQCjVj73FEpg3YaJi6PWf/Z","siteTwitter":"@CSS","creatorTwitter":"@AdamRackis","readTime":9,"description":null,"toc":null,"summary":null},{"id":"AQImvd1N5","title":"My takeaways from Google I/O Event 2021 as a developer","shortId":"AQImvd1N5","createdAt":"2021-05-21T15:00:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","tweeted":true,"views":332,"score":27027642,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-21T18:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:00:00.000Z","url":"https://daily.dev/blog/my-takeaways-from-google-i-o-event-2021","canonicalUrl":"https://daily.dev/blog/my-takeaways-from-google-i-o-event-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4697efc4e4d041b25450278bdd8f0f4c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgIABwEAAAAAAAAAAAAAAQIAAwQSFCFRUpKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQEAAgMAAAAAAAAAAAAAAAABABESMUH/2gAMAwEAAhEDEQA/AMGmMvNLuXGYHou/yT6q3lfAiIYhyXa7n//Z","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":14,"description":null,"toc":null,"summary":null},{"id":"1ZPyseA8F","title":"Testing Frontend Apps — what, where, how?","shortId":"1ZPyseA8F","createdAt":"2021-05-21T06:38:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","tweeted":true,"views":640,"score":27027308,"tagsStr":"general-programming,webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T10:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-21T06:38:44.000Z","url":"https://itnext.io/testing-frontend-apps-what-where-how-1c2ab228f8f2","canonicalUrl":"https://itnext.io/testing-frontend-apps-what-where-how-1c2ab228f8f2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/001bf8b9478520c467397ac669337e0b","ratio":1.41843971631206,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQMCEQAEBXHx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQACAQQDAAAAAAAAAAAAAAABAgADBBExEhNh/9oADAMBAAIRAxEAPwDO9ThoXuS1Z8xTptnALp1UJGgLI+ZA/i66nMXPWkJwkYkBoqwfMYysc8sAjUFtFFVOx9n0z//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"1t5UL1Mhk","title":"JSON in CSS","shortId":"1t5UL1Mhk","createdAt":"2021-05-20T23:35:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":2302,"score":27027307,"tagsStr":"webdev,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T11:30:09.000Z","discussionScore":13,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:29:53.000Z","url":"https://css-tricks.com/json-in-css/","canonicalUrl":"https://css-tricks.com/json-in-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/174b7eb268d4189a2b0db58a6035901b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAAQEBwAAAAAAAAAAAAAAAAECBAMREiIGBzE1cZTi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQABBAMBAAAAAAAAAAAAAAACAAEDBAURIRP/2gAMAwEAAhEDEQA/AM0eYbXHd1rdQTNaZXN508Xaiiy9VLdC63sAE3LWZYCHzfW0+nXjOWQCbgvxf//Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pxoLpD1gB","title":"Epic Grills Tim Cook: Does Apple Put Greed Before Gamers?","shortId":"pxoLpD1gB","createdAt":"2021-05-21T22:50:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27027290,"tagsStr":"tech-news,apple,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:47:00.000Z","url":"https://www.wired.com/story/epic-v-apple-tim-cook-testimony/","canonicalUrl":"https://www.wired.com/story/epic-v-apple-tim-cook-testimony/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c63f0737d2f11f8fc324c590937345ea","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFBgcREiETMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAyEiBBHw/9oADAMBAAIRAxEAPwCS0ty64WuPGbfB4zDW1FU+cu33dxa0Afe1oKO5yGNp4DsA+0RTMmpGulMbsJX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"CBoTPMRg6","title":"A 20-year-old Xbox Easter egg has been revealed, and there may still be more","shortId":"CBoTPMRg6","createdAt":"2021-05-21T22:47:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027287,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T22:42:07.000Z","url":"https://www.theverge.com/2021/5/21/22448039/20-year-old-xbox-easter-egg-developer-revealed","canonicalUrl":"https://www.theverge.com/2021/5/21/22448039/20-year-old-xbox-easter-egg-developer-revealed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0770bec28ee3860b85be0715370c07c4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEDBBEAEhMhBQZB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADBBES/9oADAMBAAIRAxEAPwDFR/a343kAmuQoko2Qvjkju2VJXY5QtpBK9Yt8i76NjQjfdInxMYx8ChkJIkbVWtfPA5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"H9vylRrkt","title":"Were the Play-in Games a Success?","shortId":"H9vylRrkt","createdAt":"2021-05-21T20:08:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027128,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:58:07.000Z","url":"https://www.theringer.com/2021/5/21/22448006/were-nba-play-in-games-success","canonicalUrl":"https://www.theringer.com/2021/5/21/22448006/were-nba-play-in-games-success","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98c225027e7d879b7640e5b180e4a6a5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDEQAFBBMxEiL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECIUH/2gAMAwEAAhEDEQA/AMa4XVJrNjIyyGSCJnV/v9FuxF9A8pjl4NY88Mco5cyh1DUWJqxft4xhRVsd4f/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dWvqqd_Dh","title":"Pinephone: Megapixels 1.0.1 im Daily Driver","shortId":"dWvqqd_Dh","createdAt":"2021-05-21T22:41:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27027281,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T22:24:42.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/22/pinephone-megapixels-1-0-1-im-daily-driver/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/22/pinephone-megapixels-1-0-1-im-daily-driver/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca7c25495af1cd97c278df8152e46e10","ratio":0.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwEF/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDBAURAAYSFCExMkFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgAREjL/2gAMAwEAAhEDEQA/ANaW+1l62t0U1NboaSpQQrMWLt99lPjBHfQ7PYZo5pEWjkkVWIDggBsHzjU2/uC4XHcQFTOW54Z+wHIrjBOPv7pJcszsxd8k59jqOmZjowNheRU//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RuFujjbOn","title":"‘Black Panther’ Midnight Court, ‘Army of the Dead’, and Nerd News","shortId":"RuFujjbOn","createdAt":"2021-05-21T22:34:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027274,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T22:25:34.000Z","url":"https://www.theringer.com/2021/5/21/22448202/black-panther-midnight-court-army-of-the-dead-and-nerd-news","canonicalUrl":"https://www.theringer.com/2021/5/21/22448202/black-panther-midnight-court-army-of-the-dead-and-nerd-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2698653e8dc813956af3e2cb48aa064","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQRBRIWITJBUVJx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AM2nPc2NjmtySw2HtY2N3SwAbRn2HfH1VcT6sORu2CR4fhEQyyZE2B2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bHok7r2Sr","title":"What’s new in Flutter 2.2","shortId":"bHok7r2Sr","createdAt":"2021-05-21T04:42:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"flutter","views":685,"score":27027223,"tagsStr":"flutter,game-development,.net","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T15:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:32:18.000Z","url":"https://medium.com/flutter/whats-new-in-flutter-2-2-fd00c65e2039","canonicalUrl":"https://medium.com/flutter/whats-new-in-flutter-2-2-fd00c65e2039","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d1377a168b65259aa7af3240167a308","ratio":1.70940170940171,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQIFBQEAAAAAAAAAAAAAAQACBAUREyEDBggSMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERMf/aAAwDAQACEQMRAD8ApeQMxl2ttqWNgYSy8RlSbTW1HQ4wVg1xp8bj4iJW6CJH/9k=","siteTwitter":"@flutterdev","creatorTwitter":"","readTime":29,"description":null,"toc":null,"summary":null},{"id":"a97UyhWtj","title":"Error Handling Patterns for Apache Kafka Applications","shortId":"a97UyhWtj","createdAt":"2021-05-21T16:12:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"conf","views":15,"score":27027199,"tagsStr":"kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:55:16.000Z","url":"https://www.confluent.io/blog/error-handling-patterns-in-kafka/","canonicalUrl":"https://www.confluent.io/blog/error-handling-patterns-in-kafka/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sA_12_ZHT","title":"Tim Cook faces harsh questions about the App Store from judge in Fortnite trial","shortId":"sA_12_ZHT","createdAt":"2021-05-21T21:13:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027193,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T21:03:33.000Z","url":"https://www.theverge.com/2021/5/21/22448023/epic-apple-fortnite-antitrust-lawsuit-judge-tim-cook-app-store-questions","canonicalUrl":"https://www.theverge.com/2021/5/21/22448023/epic-apple-fortnite-antitrust-lawsuit-judge-tim-cook-app-store-questions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3bcb7f61d7b4b2356413ac06e20e879c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABBAEDBQAAAAAAAAAAAAACAQMEEQAFExQGEkFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAMf/aAAwDAQACEQMRAD8AnmukZRNGLmqiTagCKPGq6rz3fMsdKiy4+mQ2eWBbbIBeyiXQonvGMhdL3MAb/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"tDPsHeSNE","title":"New coronavirus found, and it jumped from dogs to people","shortId":"tDPsHeSNE","createdAt":"2021-05-21T21:05:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27027185,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T20:59:35.000Z","url":"https://www.livescience.com/new-coronavirus-dogs-people.html","canonicalUrl":"https://www.livescience.com/new-coronavirus-dogs-people.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d77d72fe1a983a596bb8600d8343b96b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAEAAQQCAgMAAAAAAAAAAAABAwACBBEFBhJBIiNR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AJej9NuyuHk5DI8sqUgbI4IriIimuPr3t+exF2gH61ZF0GNjsZp8NlQ80x0F9+6UoaKJc5zTN//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5M39Y_91o","title":"Radiologist participation in smaller ACOs grows","shortId":"5M39Y_91o","createdAt":"2021-05-21T20:31:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27027151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T20:25:59.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132473&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132473","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d698cbe3079b81676aab441b0dcdc090","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgEH/8QAJRAAAQMEAQIHAAAAAAAAAAAAAQIDBAAFBiEREiMTFTE0QlFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMAEQQTMf/aAAwDAQACEQMRAD8AlpRi9ufvDMsJQ/GipBIZSQlwpSehRIO9n0pBbcXgS7dFk+PF7zSHNNHjYBrCs2cWnJMn6VqHMx/ng/R1TSwyX/I7d3nPbN/I/kUK8jpUMBveURgLMVJ8z//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"tXJjSctHy","title":"New research shows how many important links on the web get lost to time","shortId":"tXJjSctHy","createdAt":"2021-05-21T20:06:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027126,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T20:00:51.000Z","url":"https://www.theverge.com/2021/5/21/22447690/link-rot-research-new-york-times-domain-hijacking","canonicalUrl":"https://www.theverge.com/2021/5/21/22447690/link-rot-research-new-york-times-domain-hijacking","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e076a4798f7dfb073cf20a49c29d6388","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAFBhEhMVFy/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADQf/aAAwDAQACEQMRAD8A1lnl9qHZ7ig1OlKqyEJI8fbKDKYyO/yo6+HzlnR8isWNJr55Y1aSSvG7En2SoJxjFoAVNM96WZHw3//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"M0NpzgeZY","title":"Have No-hitters Lost Their Appeal?","shortId":"M0NpzgeZY","createdAt":"2021-05-21T19:51:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:42:20.000Z","url":"https://www.theringer.com/2021/5/21/22447976/have-no-hitters-lost-their-appeal","canonicalUrl":"https://www.theringer.com/2021/5/21/22447976/have-no-hitters-lost-their-appeal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bf8983bf6c0e93fe81ec3c1ef5db7f4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQCAQUBAAAAAAAAAAAAAQIDBAUAEQYSEyExUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDOpEauZ5VT1MGNJjmQliJIeEnfdQvysFISN9XrRJHzKdzx1yuuJ0KNd3CGIz7jLaRKVoJSogD8GMZRErdDqm+n/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QyhJU6PU7","title":"Why does the moon turn red during a total lunar eclipse?","shortId":"QyhJU6PU7","createdAt":"2021-05-21T19:48:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27027108,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:31:05.000Z","url":"https://www.livescience.com/why-moon-turns-red-total-lunar-eclipse.html","canonicalUrl":"https://www.livescience.com/why-moon-turns-red-total-lunar-eclipse.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df3c5705bd35b0549799655dffbfb2e1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFERIhYRQiIzFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AMIobHNJOOmfEzx4cXnVnbu+c7K6KjqmRMayltpYAANQcTjk49oiI2XY0qGT/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"WRSoR8-66","title":"San Holo, Chet Porter link for forthright new single, ‘you’ve changed, i’ve changed’","shortId":"WRSoR8-66","createdAt":"2021-05-21T19:46:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027106,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:45:39.000Z","url":"https://dancingastronaut.com/2021/05/san-holo-and-chet-porter-link-up-for-forthright-new-single-youve-changed-ive-changed/","canonicalUrl":"https://dancingastronaut.com/2021/05/san-holo-and-chet-porter-link-up-for-forthright-new-single-youve-changed-ive-changed/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40bf0820683bb3719e9dfe59b58afd7f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQcTQWFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwARIf/aAAwDAQACEQMRAD8Aqdbqk12pJxEMUAetbjC9pAokd4iSzfAAu/WZZLxtCOV0mbUikhgE3o+cYxCuW9OJSKT4FG//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"57qiwf2Ov","title":"SeaSpine announces closing of 7D Surgical acquisition","shortId":"57qiwf2Ov","createdAt":"2021-05-21T19:41:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27027101,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:19:11.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132471&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132471","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80c7800bb10ce3b8e27c0259fef718ea","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwAG/8QAIxAAAQMDBAIDAAAAAAAAAAAAAQIDEQAFIQQGEhMHFjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAgMAAAAAAAAAAAAAAAAAAQIAESH/2gAMAwEAAhEDEQA/ANzsXcxulsJtGnWz1p7+hUcVSDxkiSYI+YzH1V7jfFZNvRnOXaL/AAw+81ZrmWnXEEOJgpURGDTvpUg6ZkkAkoEk/lGJvDLQLWif/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"T3RBGsUp4","title":"Twitch launches a dedicated ‘hot tubs’ category after advertiser pushback","shortId":"T3RBGsUp4","createdAt":"2021-05-21T19:33:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027093,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:31:15.000Z","url":"https://www.theverge.com/2021/5/21/22447898/twitch-hot-tub-category-launches-amouranth-advertising","canonicalUrl":"https://www.theverge.com/2021/5/21/22447898/twitch-hot-tub-category-launches-amouranth-advertising","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83daaac8728597ba485960be7c38535f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQYHIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIRA2H/2gAMAwEAAhEDEQA/AN6Our/Hlq9SrVVY5WjBcyOdbP0tveQ0e8vIT0a8zcRSDSRq5829kbxjK5GmsVdsj5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wSNC1xLJP","title":"Juelz, JAWNS team up for new Sable Valley release, ‘Enter The World’","shortId":"wSNC1xLJP","createdAt":"2021-05-21T19:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027091,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:31:03.000Z","url":"https://dancingastronaut.com/2021/05/juelz-and-jawns-team-up-for-new-sable-valley-release/","canonicalUrl":"https://dancingastronaut.com/2021/05/juelz-and-jawns-team-up-for-new-sable-valley-release/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b34f91814e7cbce9d3bbe636efee5e80","ratio":1.48809523809524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBAUABhEhQRITIjFC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAdEQACAgEFAAAAAAAAAAAAAAABAwACBAUREzFB/9oADAMBAAIRAxEAPwCZMXxalrPWsC2jnosYhEiDspRApVzmAO4PT9a5HGcax7rIyljw7iTdrMBWBmosc6AZx4CYRLrjWKUqtpWMtzWBg3HcfIbUqD5P/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"eAuOHVCnP","title":"FDA warns patients about NJ facility's mammograms","shortId":"eAuOHVCnP","createdAt":"2021-05-21T19:30:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27027090,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:07:28.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132470&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132470","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c98a6cf5d02bbc7e061acf2826c0c266","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABQYHCP/EACMQAAIBAwMEAwAAAAAAAAAAAAECAwQFEQAGMQgSIaETFWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRMUFx/9oADAMBAAIRAxEAPwC77jvS7evUtyuM/wAVsijAmdie1EI5wM5IP5pYbqA2CGI+wqzg8ijk8+tAupKWRaSqVXcKKDIAPjJZgfWsgtydCMZ6qJSHBprS/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Ils2cyLvP","title":"Duke Dumont releases steaming two-track ‘For Club Play Only, Pt. 7’ EP","shortId":"Ils2cyLvP","createdAt":"2021-05-21T19:22:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27027082,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:19:15.000Z","url":"https://dancingastronaut.com/2021/05/duke-dumont-releases-steaming-two-track-for-club-play-only-pt-7-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/duke-dumont-releases-steaming-two-track-for-club-play-only-pt-7-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d29f605491bd58c2d3b6325b8c603d20","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRIxQQYhYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAwRB/9oADAMBAAIRAxEAPwDCnTofC2k0i7Z7W/jZF3QgM0zsOC3GMH11k5NQkt1jkZCrIVJG0tnb8z3SlNaua1VCTm3gqlXr2f/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OCeEMr9bS","title":"Citizen, the vigilante justice app, has a plan to deploy private security forces, too","shortId":"OCeEMr9bS","createdAt":"2021-05-21T19:17:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027077,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:13:29.000Z","url":"https://www.theverge.com/2021/5/21/22447756/citizen-app-private-security-securitas-los-angeles-professional","canonicalUrl":"https://www.theverge.com/2021/5/21/22447756/citizen-app-private-security-securitas-los-angeles-professional","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/838038f893d30c13baff06569aa18950","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgABAxEEBQYhMUJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwC3IGk1GQWLGQHGDv6Vf3yssdkRCxPBDbtfYoinlUlOX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SpzYz-m6x","title":"How to create an Instagram carousel","shortId":"SpzYz-m6x","createdAt":"2021-05-21T19:17:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027077,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:13:45.000Z","url":"https://www.theverge.com/22447686/instagram-carousel-how-to-post-select-photos-multiple","canonicalUrl":"https://www.theverge.com/22447686/instagram-carousel-how-to-post-select-photos-multiple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d00b972afd9545e263068335d09883dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQTBQcRISIygf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACAxIRMZH/2gAMAwEAAhEDEQA/AKdt5Y7/AEd3xGJcKXgRHPALKPH5x0a3Mdwrxq2M9gH2pSnGsnazrodC8ez/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"v5_GVT1jN","title":"I do not understand this chair","shortId":"v5_GVT1jN","createdAt":"2021-05-21T19:12:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:02:13.000Z","url":"https://www.theverge.com/tldr/22447749/penn-executive-chair-office-recliner-design-price","canonicalUrl":"https://www.theverge.com/tldr/22447749/penn-executive-chair-office-recliner-design-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/109361d9a3013e505f81543197693cc3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAADAAECBAURBhQhIiRBk9H/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABkRAQEBAAMAAAAAAAAAAAAAAAECABEx0f/aAAwDAQACEQMRAD8AqYHrSaqslPuoxGdyMTAYdWG48K9exvl+9J6h/ERXaVTnLEkyh367/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Kek8TxdT1","title":"HBO’s Pause with Sam Jay turns the stuffy late-night talk show into a party","shortId":"Kek8TxdT1","createdAt":"2021-05-21T19:12:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027072,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T19:12:13.000Z","url":"https://www.theverge.com/22447687/hbo-pause-with-sam-jay-late-night-reinvention-party","canonicalUrl":"https://www.theverge.com/22447687/hbo-pause-with-sam-jay-late-night-reinvention-party","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5516a11df06b1ab1e9c6fae157e0bf24","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQUSE0GS/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwDG4FS5CzTdye1EuKa50YM6FsoO1k4ONEDW9VMrscnrbNjH0PMDgfNKUM4hyWHbf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"NV5XpsR0t","title":"Ransomware attacks are becoming more common – how do we stop them?","shortId":"NV5XpsR0t","createdAt":"2021-05-21T19:00:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27027060,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.newscientist.com/article/2278323-ransomware-attacks-are-becoming-more-common-how-do-we-stop-them/","canonicalUrl":"https://www.newscientist.com/article/2278323-ransomware-attacks-are-becoming-more-common-how-do-we-stop-them/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/527ec30fa78bdda5672c3b6ed0a78260","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAxEEBxJRgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRBP/aAAwDAQACEQMRAD8A1otrOML2Z0RYRTXdEkX6sqB2ThWayIgPHEpr4iKBu60HBDYgU5P/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PbDgNarSK","title":"Covid-19 news: England sees rise in cases for first time in 5 weeks","shortId":"PbDgNarSK","createdAt":"2021-05-21T19:00:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27027060,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-england-sees-rise-in-cases-for-first-time-in-5-weeks/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-england-sees-rise-in-cases-for-first-time-in-5-weeks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/313542cca8e55ff679b3b81f70ee90db","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQMFAAIEESEGExRxgbH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwCCJTIbByy43F8lSY9jGXlpV2BaAdDnd3wa591uensuzMgI3JdEKLXYymXEXADZsBP7SlVErAb6f//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":68,"description":null,"toc":null,"summary":null},{"id":"521ANWZvV","title":"Listener Mail. Plus, Author Jeff Guinn on His Book ‘War on the Border.’","shortId":"521ANWZvV","createdAt":"2021-05-21T18:52:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:50:17.000Z","url":"https://www.theringer.com/2021/5/21/22447885/listener-mail-plus-author-jeff-guinn-on-his-book-war-on-the-border","canonicalUrl":"https://www.theringer.com/2021/5/21/22447885/listener-mail-plus-author-jeff-guinn-on-his-book-war-on-the-border","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6765d623e8c233c540ad09ac0819cfd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQSIWEGIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAEEAwEAAAAAAAAAAAAAAAEABAURAgNRUv/aAAwDAQACEQMRAD8AyXzLNW5KsA41IVNbFsA9hwRqOupEvSm7cfYiGaABvhXFbnSTI7r9Ff/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"f1OYRDgLo","title":"Previewing the First-Round NBA Playoff Matchups. Plus: Do the Grizzlies Have a Chance at Beating the Warriors?","shortId":"f1OYRDgLo","createdAt":"2021-05-21T18:38:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027038,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:37:54.000Z","url":"https://www.theringer.com/2021/5/21/22447850/previewing-the-first-round-nba-playoff-matchups-plus-grizzlies-warriors","canonicalUrl":"https://www.theringer.com/2021/5/21/22447850/previewing-the-first-round-nba-playoff-matchups-plus-grizzlies-warriors","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0401a19670d5fa2bce2588cb5a34abb1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAUREgcUIVFhcv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAACAwABETH/2gAMAwEAAhEDEQA/AK25ao0CTEfZQENsMOgtNgJSvKSe+PnxUsu/KDUG7TYgsQWI762tuqxtqojONPVKUFSQLtRzHHu7P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Orb0dEOLb","title":"The D’Amelios Get a Show, Ariana Grande Gets Married, and Please Someone Get Amy Adams an Oscar","shortId":"Orb0dEOLb","createdAt":"2021-05-21T18:38:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27027038,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:30:17.000Z","url":"https://www.theringer.com/2021/5/21/22447831/the-damelios-get-a-show-ariana-grande-gets-married-and-please-someone-get-amy-adams-an-oscar","canonicalUrl":"https://www.theringer.com/2021/5/21/22447831/the-damelios-get-a-show-ariana-grande-gets-married-and-please-someone-get-amy-adams-an-oscar","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/428c082b0dc8e7a731baa55cae33df07","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAgMBAAQFBhETMVFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAwQRQf/aAAwDAQACEQMRAD8Az7CZS8Vp3PtN3M62JYJNgwUrHjYWw+PvqrovnElZMhRnIxJFIdzt3SlUsZbskKg+H//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"kM8Tqpvs2","title":"Here are the features I actually want from my pregnancy tracking app","shortId":"kM8Tqpvs2","createdAt":"2021-05-21T18:21:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027021,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:17:45.000Z","url":"https://www.theverge.com/22447692/pregnancy-app-ovia-what-to-expect-tracking-features","canonicalUrl":"https://www.theverge.com/22447692/pregnancy-app-ovia-what-to-expect-tracking-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6229e4ba5a06d496a05d930c2c36f8b8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgZBFFJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAASEx/9oADAMBAAIRAxEAPwDEOHT2oTUMLhMyGn5PiuNuE0rcUFGvW7HzJUoBRGvfZxjBNqY//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"285NRocBc","title":"An online community’s shared stories against anti-Asian hate","shortId":"285NRocBc","createdAt":"2021-05-21T18:11:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27027011,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T18:08:09.000Z","url":"https://www.theverge.com/2021/5/21/22447553/anti-asian-american-hate-story-aapi-belong","canonicalUrl":"https://www.theverge.com/2021/5/21/22447553/anti-asian-american-hate-story-aapi-belong","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d662053ae1c23192f85043a4dd651a52","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAQQABAcAAAAAAAAAAAAAAQACAwUEBgcSExQhY5Gh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQACAwAAAAAAAAAAAAAAAAAAAwExQf/aAAwDAQACEQMRAD8A12pOesfSZXktK+CFsvPxYctcNw2cQh3kN9qQ6gyAkCti6d0/ERNGgfcH/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xuHjDU32f","title":"Filharmonia Sudecka","shortId":"xuHjDU32f","createdAt":"2021-05-15T19:06:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27018426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/119507107/Filharmonia-Sudecka","canonicalUrl":"https://www.behance.net/gallery/119507107/Filharmonia-Sudecka","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a71ee7eead623d5e0e12243a57d715c","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAUBCQAAAAAAAAAAAAAAAAECAwYFBBMUFzFVlLHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDMqVFpPVzLBWJa2j0K/aT2KWVc021nlt+gAnTGI//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iMOT7RzSP","title":"Shots for Countries in Need, a Surge in Japan, and More News","shortId":"iMOT7RzSP","createdAt":"2021-05-21T18:09:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27027009,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:59:00.000Z","url":"https://www.wired.com/story/vaccines-countries-in-need-surge-in-japan-coronavirus-news","canonicalUrl":"https://www.wired.com/story/vaccines-countries-in-need-surge-in-japan-coronavirus-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d1a1afaf2e811679c5a3956df6f8685","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFERIhUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAhMf/aAAwDAQACEQMRAD8AzqfBWasLpJMrYlJYXaALR0N+lTVnIXBZlDZWAB50OH1ERl5LF2//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8Dz0FzrVp","title":"How to Tell a Job Offer from an ID Theft Trap","shortId":"8Dz0FzrVp","createdAt":"2021-05-21T17:45:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27026985,"tagsStr":"tech-news,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/how-to-tell-a-job-offer-from-an-id-theft-trap/","canonicalUrl":"https://krebsonsecurity.com/2021/05/how-to-tell-a-job-offer-from-an-id-theft-trap/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1069515c994773b31330e43220091cf","ratio":1.55756207674944,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDEQQFAAYSMRMWIf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCbs/tWm7Tmb1do3zQFnMhzZHZlWQnxKlQGFACiaoVzZdL3LtuZp8DJbG0bNNBHIWLSqTag3QH579cccD//2Q==","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xejRsCdhV","title":"Calamante: Nothing compares to in-person congresses","shortId":"xejRsCdhV","createdAt":"2021-05-21T17:44:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:29:33.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132469&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132469","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e05632d07caf99405fb667f928dd3483","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwYI/8QAIhAAAgIBAwQDAAAAAAAAAAAAAQIDBAUABhETISKBBzFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAx/9oADAMBAAIRAxEAPwBv3LlslS3tTrLIsdKWuGjJYhSwbz59EetXIYMAQeQe/I1lPb2VyFz5E3qbd+3OYFsJF1ZmbpqK8pAXk9h+DRmNw5qMCOPL5FEXxVVsuAAPoAc6NVhJvcruGVROb//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pe_uc-Flm","title":"Wassu, djimboh weave ‘From Afar’","shortId":"pe_uc-Flm","createdAt":"2021-05-21T16:17:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026897,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/wassu-djimboh-weave-from-afar/","canonicalUrl":"https://dancingastronaut.com/2021/05/wassu-djimboh-weave-from-afar/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51eb3a347e58d09b120b5d6f5e343452","ratio":1.50966183574879,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIDEQAEBQYSExQhMkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIEIRH/2gAMAwEAAhEDEQA/AJLUNmshsGwOvN5Bar/JOOBKHy2OBRUAVQfMEpI9RIrZWcKu6ZbuOtjmpDkFgE9xP2lKnsLksGGo/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"U4rvTlpAj","title":"Illenium announces one-night album trilogy event at Las Vegas’ Allegiant Stadium","shortId":"U4rvTlpAj","createdAt":"2021-05-21T17:35:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026975,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:27:54.000Z","url":"https://dancingastronaut.com/2021/05/illenium-announces-one-night-album-trilogy-event-at-las-vegas-allegiant-stadium/","canonicalUrl":"https://dancingastronaut.com/2021/05/illenium-announces-one-night-album-trilogy-event-at-las-vegas-allegiant-stadium/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54f24931850b45da10b277470d2383e0","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEFBAYhMRJRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AMMwzNIJhisjpSJxM6MSQeIex9Dkk3dUeOj7Havk2Tk2yODJoHMBIBIokfLRE+hA40wtzlDyf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"yCufPixYi","title":"House meets Middle Eastern inflection in sweltering fashion on Dayna Roman’s ‘Petra’","shortId":"yCufPixYi","createdAt":"2021-05-21T17:26:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026966,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:25:50.000Z","url":"https://dancingastronaut.com/2021/05/house-meets-middle-eastern-inflection-in-sweltering-fashion-on-dayna-romans-petra/","canonicalUrl":"https://dancingastronaut.com/2021/05/house-meets-middle-eastern-inflection-in-sweltering-fashion-on-dayna-romans-petra/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a6628976301183a6537fb617ca763472","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIAAwQGEQUTISNBkv/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAEEBQJDU//aAAwDAQACEQMRAD8A3rvBbMNQFrQVqZcdVnfWl96Gu5kOE8MCfHU+hESe7WX0YrCqhrWj/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OhFS3gUsn","title":"Twitter labels some Indian politicians’ tweets about COVID-19 as manipulated media","shortId":"OhFS3gUsn","createdAt":"2021-05-21T17:08:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026948,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:05:53.000Z","url":"https://www.theverge.com/2021/5/21/22447379/twitter-india-covid19-politician-tweets-manipulated-media","canonicalUrl":"https://www.theverge.com/2021/5/21/22447379/twitter-india-covid19-politician-tweets-manipulated-media","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/100d41e220388bd674c7c86580fce332","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQhERIiMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgNRBBMh/9oADAMBAAIRAxEAPwDPOdWcbNcK58bAvKgKfQ3rQ+SfZYyWMqk9QSBuIgh60E0qs8a5XBtlf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JoN_5MncD","title":"SNL Helped Create the Age of Memes. Now It Can't Keep Up","shortId":"JoN_5MncD","createdAt":"2021-05-21T17:07:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:00:00.000Z","url":"https://www.wired.com/story/saturday-night-live-meme-comedy/","canonicalUrl":"https://www.wired.com/story/saturday-night-live-meme-comedy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3dae288ea5d51385ab7bdb7efcf55111","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgABAwQFBhEhExQxQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAyEEQdH/2gAMAwEAAhEDEQA/AIHJr1UY1nlro7eIdrN0nmA228jPKY6364+rSDw6gEnZjl4fXlETuJa63MwO+HIynsT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"86iMyb5vT","title":"The Amazon union case has come down to a mailbox","shortId":"86iMyb5vT","createdAt":"2021-05-21T17:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026943,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T17:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22445940/amazon-union-nlrb-hearing-mailbox-bessemer","canonicalUrl":"https://www.theverge.com/2021/5/21/22445940/amazon-union-nlrb-hearing-mailbox-bessemer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f8d44ad2b983d8dff2d1fbcd97a4c69","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDEQAEBUEUISMxc4H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMEERMh/9oADAMBAAIRAxEAPwDJNt3eJNSwi0SoAAFpgaur9qeL/e+XPvJknkduqtmLHypyfnjGBk2t6WMnjWo0FE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9LyyuWlce","title":"The new Apple TV 4K lets you play any TV audio through a HomePod","shortId":"9LyyuWlce","createdAt":"2021-05-21T16:52:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026932,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:50:02.000Z","url":"https://www.theverge.com/2021/5/21/22447590/apple-tv-4k-homepod-hdmi-arc-audio-support","canonicalUrl":"https://www.theverge.com/2021/5/21/22447590/apple-tv-4k-homepod-hdmi-arc-audio-support","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1526e3a0072cdfa4cc092f2ee7adf0e1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBTEGEnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDKOY8m5DbOc63XVTuhCi7oCu8swZcp4Ud33ks2tST6juvmMZYV/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pzH9ESo9a","title":"MGMA poll shows prior authorization on the rise despite pandemic","shortId":"pzH9ESo9a","createdAt":"2021-05-21T16:50:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026930,"tagsStr":"authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:38:04.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132468&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132468","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6728d6e69ca0031429dd0cc641c5eb0d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMH/8QAJRAAAgEDAgUFAAAAAAAAAAAAAQIDBAURABIGISIxkQcjQWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAABAwACEQT/2gAMAwEAAhEDEQA/AF1v4veuqrbequ4R2+kihdThSFMkgTYm37BY57dBPxqA9bIKcCGZUlkj6GccwxHIn91jVgZn4b4j3EttpKcrk5x7w7eT5Oh7c2JPfOqg41rGHTDLbXn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"A8G9CkmEY","title":"Laurel Bridge announces support for RESTful DICOMweb","shortId":"A8G9CkmEY","createdAt":"2021-05-21T16:41:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026921,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:29:39.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132467&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132467","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ab8147639e4f7616ac468164f9601e1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQI/8QAJRAAAgIBAwEJAAAAAAAAAAAAAQIDBAUAEiExBhEiI0FRcaHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAMRE//aAAwDAQACEQMRAD8AbA9gFs4EZuxkmp2rdqeSpVCDzgN2wevLBW6dOPjU6SwBQCsoIHcQW/NaHqVa7RoGgiIifdGCg8BHQj20xxGNY7mx1MseSTAvP1qh0RxgSvSf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ph6SlohX0","title":"AI predicts cardiovascular risk on LDCT lung cancer screening","shortId":"ph6SlohX0","createdAt":"2021-05-21T16:41:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026921,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:30:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132464&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132464","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f0c87dcdd3ec6cf674f1d57e3cc8c396","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQRIQUSYWNxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAACAAERIQMSUXH/2gAMAwEAAhEDEQA/AAlS4nPIlIJQhlCgJrquCBr8FXQXto0EZntLVpioLlkXJbG8+aClkdo+ZLOxPcbJ9rVsrXdtETslBkn5T4hDuXUEefYBxxDjN9m78X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"lJHHLY2c_","title":"Scientists just dug the deepest ocean hole in history","shortId":"lJHHLY2c_","createdAt":"2021-05-21T16:41:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026921,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:28:21.000Z","url":"https://www.livescience.com/deepest-borehole-ever-pacific-ocean-2021.html","canonicalUrl":"https://www.livescience.com/deepest-borehole-ever-pacific-ocean-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf0d0c130c81be65f2d33d568f03805b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQIEBwAAAAAAAAAAAAAAAQACAwQHEgUTFDFBUnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AKYRVSbfCcImbqGkgAQ2WH3laJtRZ4tBtbt0CIlg6//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TkpTh14CV","title":"Doctor Nieman defies genre constraints with a fury on ‘Wait For Me’","shortId":"TkpTh14CV","createdAt":"2021-05-21T16:39:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026919,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/doctor-nieman-defies-genre-constraints-with-a-fury-on-wait-for-me/","canonicalUrl":"https://dancingastronaut.com/2021/05/doctor-nieman-defies-genre-constraints-with-a-fury-on-wait-for-me/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4fb1c05c5d384661f09ff271843ec39","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRABAAICAgMAAAAAAAAAAAAAAQIDACEEETFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREBAAMBAQAAAAAAAAAAAAAAAgABAxHR/9oADAMBAAIRAxEAPwDOLOuriTo5Fcy5BhKMjQ9eT3o+5KX3RAhfYRNB26MYyzTZLivyNWRKVT//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"K8TFS9xHa","title":"Fisker is building an electric popemobile","shortId":"K8TFS9xHa","createdAt":"2021-05-21T16:36:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:31:42.000Z","url":"https://www.theverge.com/2021/5/21/22447399/fisker-inc-electric-popemobile-vatican-pope-francis-ocean-suv","canonicalUrl":"https://www.theverge.com/2021/5/21/22447399/fisker-inc-electric-popemobile-vatican-pope-francis-ocean-suv","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f2878a7418897e753ebaf8544c9cc20","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACAwQFEQZBBxIUFiFRwf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEREv/aAAwDAQACEQMRAD8Aw1x4r6jLWU89ZUPnOHmVs5jac7cjcDAB+qX3xfd7ncCffVP8oiNMuI//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"J8E-wVj_Y","title":"CHS takes plunge into AI development","shortId":"J8E-wVj_Y","createdAt":"2021-05-21T16:25:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026905,"tagsStr":"general-programming,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:19:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132466&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132466","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc988fbca8947d48e7a58bdf49483c8a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACYQAAIBAQYGAwAAAAAAAAAAAAECBAMABQYREkEHEyExUWEUIjL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAEDABExIf/aAAwDAQACEQMRAD8AhcO0LjHDq/pF4wKr1I4ULJUdFZm0gHyMz32ysPdfEyZBu2JE+Gj8iilLUVHXSoGfb1Zhg8kYbmICQlSFVDrsw0VDkfNsmju3Ip/ZvyN/VqlWvicwyJaR7n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Y68X_C-qs","title":"Human-like robot creates creepy self-portraits","shortId":"Y68X_C-qs","createdAt":"2021-05-21T16:22:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026902,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:08:25.000Z","url":"https://www.livescience.com/robot-artist-self-portraits.html","canonicalUrl":"https://www.livescience.com/robot-artist-self-portraits.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6cc225a2d06522460def9a735a33f001","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAwABAwUAAAAAAAAAAAAAAQIDAAQFEQYhMkHB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EAB4RAAAEBwAAAAAAAAAAAAAAAAADBBIBAgURIWHB/9oADAMBAAIRAxEAPwCjc712vquM7qLtJ5LwrFR48n18zW3DT2fX6lleAVqsQDAEjucYwtUixIQ3fA5Jk2e4/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QxAEO1kuV","title":"Resist the Impulse to Label ‘The Underground Railroad’ As Trauma Porn","shortId":"QxAEO1kuV","createdAt":"2021-05-21T16:12:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026892,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:07:02.000Z","url":"https://www.theringer.com/tv/2021/5/21/22447443/underground-railroad-barry-jenkins-black-trauma","canonicalUrl":"https://www.theringer.com/tv/2021/5/21/22447443/underground-railroad-barry-jenkins-black-trauma","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/727fb09f04be64af29cb9a5343778e3a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABRMiQWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAfEQACAQIHAAAAAAAAAAAAAAABAgAEBRESEyExscH/2gAMAwEAAhEDEQA/AII+v183fbEyYLS1L5HHCSe5BsXR9/M30BzjgxkISAlLaQBfihjGBZiap1J2wHsorQobULc5j3P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"AfBjKNPXR","title":"Rules of attraction: Strange chemical bonds that defy the textbooks","shortId":"AfBjKNPXR","createdAt":"2021-05-21T16:06:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-600-rules-of-attraction-strange-chemical-bonds-that-defy-the-textbooks/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-600-rules-of-attraction-strange-chemical-bonds-that-defy-the-textbooks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b209305cdcd4bd899b74c5010cd24bd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACBRExEiEiM6L/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAECABEEBRIhsf/aAAwDAQACEQMRAD8AwWyel/GmMoAkbXWLAyVAyDrPX6RE4Kt3UmtssrjQcjs+Cf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SUXMfImf1","title":"Don't Miss: Netflix original anime Eden is a sci-fantasy with robots","shortId":"SUXMfImf1","createdAt":"2021-05-21T16:06:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033352-000-dont-miss-netflix-original-anime-eden-is-a-sci-fantasy-with-robots/","canonicalUrl":"https://www.newscientist.com/article/mg25033352-000-dont-miss-netflix-original-anime-eden-is-a-sci-fantasy-with-robots/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57b8a9b7b8dbc8b0f89a150fb358a748","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgMABAUREgYyQWHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EAB0RAAICAQUAAAAAAAAAAAAAAAECAxEABAUhseH/2gAMAwEAAhEDEQA/AL3L4xbHqi2ggIEUKiR+BKPC3IBZAR3eRr3VwsFzIocTSEMNg6X7SlLSyl3kZhzeLcIBHFAqk1R79z//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Gqh6ztP5A","title":"Solos review: Star-studded sci-fi that is let down by the material","shortId":"Gqh6ztP5A","createdAt":"2021-05-21T16:06:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.newscientist.com/article/2278333-solos-review-star-studded-sci-fi-that-is-let-down-by-the-material/","canonicalUrl":"https://www.newscientist.com/article/2278333-solos-review-star-studded-sci-fi-that-is-let-down-by-the-material/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/074eed93c1f9cb6d268c526a83843338","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFERIGBxQTITFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxES/9oADAMBAAIRAxEAPwDOdwpGZ07qttsLRyXJhb/XyObiVkEBZ9WIt9iBNVyi8p7Ol5rzN1Yp7m/mEIaPWxlMoFapP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DMtkdUR1T","title":"Stone Age South Africans built huge rock funnels to trap animals","shortId":"DMtkdUR1T","createdAt":"2021-05-21T16:06:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.newscientist.com/article/2278328-stone-age-south-africans-built-huge-rock-funnels-to-trap-animals/","canonicalUrl":"https://www.newscientist.com/article/2278328-stone-age-south-africans-built-huge-rock-funnels-to-trap-animals/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93b1f48449a8cd198c96a281bbcf333c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAABBAEEAwAAAAAAAAAAAAABAAIDBBEFByFBBhJR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAECAAOREv/aAAwDAQACEQMRAD8Akv7s+QV7BdIacUHqSwzV2lzzg9MGByPqmG9etY4mrOHRFNoyiItbVSLT1x7iCk8nM//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"V_56V_rdh","title":"Cicadas set to emerge in once in every 17-year event","shortId":"V_56V_rdh","createdAt":"2021-05-21T16:06:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026886,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033351-700-cicadas-set-to-emerge-in-once-in-every-17-year-event/","canonicalUrl":"https://www.newscientist.com/article/mg25033351-700-cicadas-set-to-emerge-in-once-in-every-17-year-event/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b8a3d8bcb536bb9ae95eb207a1ff738","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBAUAERIhEyIxMsL/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAgAB/9oADAMBAAIRAxEAPwDGU2dXBra4xY8oWCwtp/cUqaWT6kDyMvdV9fcYMTU88OqHzjGJMLb/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"AtUCZjXMT","title":"The World Needs a Chronicles of Amber TV Show","shortId":"AtUCZjXMT","createdAt":"2021-05-21T16:05:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:34:37.000Z","url":"https://www.wired.com/2021/05/geeks-guide-roger-zelazny/","canonicalUrl":"https://www.wired.com/2021/05/geeks-guide-roger-zelazny/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b82e94b7995c5b8fdac583159e00ad8","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAwEBAAAAAAAAAAAAAgMBAAQFEgYRITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMiy9TZ5GcbaWaxsitDaxbDJknqUa+z897nuKgHzbHpMllxTGsIJ1k5c6Npj962pSg//2Q==","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":4,"description":null,"toc":null,"summary":null},{"id":"E7W_ry6IF","title":"An FTC Lawsuit Says Frontier Lied About Internet Speeds","shortId":"E7W_ry6IF","createdAt":"2021-05-21T16:05:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:00:00.000Z","url":"https://arstechnica.com/tech-policy/2021/05/frontier-knowingly-sold-internet-speeds-it-cant-deliver-ftc-lawsuit-says/","canonicalUrl":"https://arstechnica.com/tech-policy/2021/05/frontier-knowingly-sold-internet-speeds-it-cant-deliver-ftc-lawsuit-says/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b5a147fae9f596a4acbff45d30fe54d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECAwQRBSEGEhMicf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAwADAAAAAAAAAAAAAAAAAAEDAiEy/9oADAMBAAIRAxEAPwDCw25k3jGVyi8lJQUdxlpTKT9XO5ns/lC01MV40Wmzot2ACvTlB4ayZ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"2f2gxAvaZ","title":"ACR urges radiologists to submit comments on lung screening","shortId":"2f2gxAvaZ","createdAt":"2021-05-21T16:05:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026885,"tagsStr":"azure,cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:59:25.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132465&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132465","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d00e7bc2a377839348f8bddb69181e1f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQUGB//EACMQAAIBAwIHAQAAAAAAAAAAAAECEQADBAUhBhITMUFCUbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAgMAAAAAAAAAAAAAAAAAAGEBAhL/2gAMAwEAAhEDEQA/ANlyOKNfcv0cZLXsk47kAFuzSJkL8G58U9w8zWrmJYe7yC4yKzBcYxJG8Sw/KpqNLSBFGf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"7pb8iAZcR","title":"CDN-Cache-Control: Precision Control for your CDN(s)","shortId":"7pb8iAZcR","createdAt":"2021-05-21T11:06:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cloudflare","views":13,"score":27026884,"tagsStr":"cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:00:02.000Z","url":"https://blog.cloudflare.com/cdn-cache-control/","canonicalUrl":"https://blog.cloudflare.com/cdn-cache-control/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18cd947dac7bd9552f2484eb986c37f8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhABAAMBAQEAAAAAAAAAAAAAAQADEQISQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDUNFaV9ebbNfvTuS4IGuxEkwr/2Q==","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"i4cn_vO54","title":"Citizen CEO offered to personally fund LA arson manhunt — for the wrong person","shortId":"i4cn_vO54","createdAt":"2021-05-21T16:03:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026883,"tagsStr":"tech-news,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T16:00:06.000Z","url":"https://www.theverge.com/2021/5/21/22447446/citizen-app-internal-slack-palisades-fire-arson-bounty-manhunt-los-angeles","canonicalUrl":"https://www.theverge.com/2021/5/21/22447446/citizen-app-internal-slack-palisades-fire-arson-bounty-manhunt-los-angeles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46239eca56b3021affa76b89c117a2c6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABAwQFERMhBhQxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAECACH/2gAMAwEAAhEDEQA/AMLgcecolG12yLMLHwb+1Jm6itwTSQ79wtsnDXuPOnHxEUwta7lVSAjv/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VDHbzWdOb","title":"Petit Biscuit packages ‘Pick Your Battles’ EP rife with reworks","shortId":"VDHbzWdOb","createdAt":"2021-05-21T15:55:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026875,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:51:57.000Z","url":"https://dancingastronaut.com/2021/05/petit-biscuit-packages-pick-your-battles-ep-rife-with-reworks/","canonicalUrl":"https://dancingastronaut.com/2021/05/petit-biscuit-packages-pick-your-battles-ep-rife-with-reworks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a55d4d6bd8ff16275b67fba32197b34","ratio":1.51181102362205,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAREoEFFCIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECACEDEWH/2gAMAwEAAhEDEQA/AMVqS+Nr1IaUCv7FmyrmbjqRIih+Q/Y2NaPWSc0TxTPGRyKsV2D+6xjFOgswGN2oc3P/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"H5bfc0BKQ","title":"Citroën | Créateurs de Comfort","shortId":"H5bfc0BKQ","createdAt":"2021-05-21T15:42:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27026862,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/119791417/Citroen-Crateurs-de-Comfort","canonicalUrl":"https://www.behance.net/gallery/119791417/Citroen-Crateurs-de-Comfort","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/033d664a52055cedd179ce2e8dac95d6","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwUSIUERFFFh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACETEy/9oADAMBAAIRAxEAPwDPMhpcIt6b3OkgvDi/Dd4Hn2o7KcciKYA65+oip5cEFltuf//Z","siteTwitter":"@behance","creatorTwitter":"@madebyradio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZTBvyqNqU","title":"JavaScript API to Recognize Humans vs Bots in Chrome","shortId":"ZTBvyqNqU","createdAt":"2021-05-21T04:06:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":212,"score":27026860,"tagsStr":"general-programming,javascript,data-privacy,google-chrome,bots","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:25:59.000Z","url":"https://blog.bitsrc.io/javascript-api-to-recognize-humans-vs-bots-in-chrome-db78f6a9963e","canonicalUrl":"https://blog.bitsrc.io/javascript-api-to-recognize-humans-vs-bots-in-chrome-db78f6a9963e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/206a6761616de1ca275140b54bba5223","ratio":2.00333889816361,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAQUAAwAAAAAAAAAAAAAAAQACAwQRBUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAbEQABBAMAAAAAAAAAAAAAAAACAAEDERIh8P/aAAwDAQACEQMRAD8A1O02WvyNKCOYmtZMgkY4a7c0EO6VYNAAA3PURT6WQiEbfrSLFm2v/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JTt53Bd3q","title":"Twitter previews Ticketed Spaces, says it’ll take a 20 percent cut of sales","shortId":"JTt53Bd3q","createdAt":"2021-05-21T15:10:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026830,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:02:16.000Z","url":"https://www.theverge.com/2021/5/21/22447328/twitter-ticketed-spaces-monetization-stripe-approval","canonicalUrl":"https://www.theverge.com/2021/5/21/22447328/twitter-ticketed-spaces-monetization-stripe-approval","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7fae5f7c2717de9b4e45228bfba1679e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgMAAAcAAAAAAAAAAAAAAgMAAQQSEyEiMUJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AN0bjzP2q0MQstCkJFbCGiIO/wBbvxK3hy3MASLhErGuvy4iVtof/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"P_CZMyouO","title":"Garmin Enduro review: marathon runner","shortId":"P_CZMyouO","createdAt":"2021-05-21T15:09:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026829,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T15:00:00.000Z","url":"https://www.theverge.com/22446410/garmin-enduro-review","canonicalUrl":"https://www.theverge.com/22446410/garmin-enduro-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44d725676391665768f1cfade2a77b6c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAAABwABBQAAAAAAAAAAAAAAAQIDBAUhERIWIjKB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAIDAAAAAAAAAAAAAAAAAAACAREx/9oADAMBAAIRAxEAPwCVdbWrsaHeKsXzdgNvdDKtQrCI+fgh3/YL8jjRd31AAKtNaIx//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TwpY2wOTU","title":"Powered by WordPress Footer entfernen","shortId":"TwpY2wOTU","createdAt":"2021-05-10T09:04:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010624,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://seeseekey.net/archive/126611/","canonicalUrl":"https://seeseekey.net/archive/126611/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3adf1789d47c6643a0759879d348871e","ratio":8.63050847457627,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADABkDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAIBB//EACAQAAEDAwUBAAAAAAAAAAAAAAABAhEDIXESEzFSYZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AO+06bb2nKyXts6oAEqX02xxGLGaE9+gAf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PRGjRs1lm","title":"ZHU provides deep house remix of Coldplay’s ‘Higher Power’","shortId":"PRGjRs1lm","createdAt":"2021-05-21T15:05:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:59:47.000Z","url":"https://dancingastronaut.com/2021/05/zhu-provides-deep-house-remix-of-coldplays-higher-power/","canonicalUrl":"https://dancingastronaut.com/2021/05/zhu-provides-deep-house-remix-of-coldplays-higher-power/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/318af1edc166c5f6b4fcaee995a9b7f7","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQGIQUHERJBcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMS/9oADAMBAAIRAxEAPwDKcQwF7qaNeKRHslVGVkkHRQd7Ho+KpJeXtskjqtvIyqSAQV39pSlLcKBJ3E1BVn//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2LwKa5MQg","title":"DeepMind reportedly lost a yearslong bid to win more independence from Google","shortId":"2LwKa5MQg","createdAt":"2021-05-21T14:47:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026807,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:42:18.000Z","url":"https://www.theverge.com/2021/5/21/22447272/deepmind-google-independence-tensions-negotiations-wsj-report","canonicalUrl":"https://www.theverge.com/2021/5/21/22447272/deepmind-google-independence-tensions-negotiations-wsj-report","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/446cc8886e3c07b9f9d4b62f03bdc67b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDEQAFBhIEFCHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIREv/aAAwDAQACEQMRAD8AymzZQDhvJbRwGQ/b0skvK1UXkEnZJBT5IEbAzUtWZWzYxjbIE+DsH5pShxNFXTf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ABRHRFklw","title":"The Wizards Show There’s Always Something to Play For","shortId":"ABRHRFklw","createdAt":"2021-05-21T14:37:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:33:18.000Z","url":"https://www.theringer.com/2021/5/21/22447340/wizards-nba-playoffs-sixers-preview","canonicalUrl":"https://www.theringer.com/2021/5/21/22447340/wizards-nba-playoffs-sixers-preview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78cc0df30805f70cb48380a5663dc2e2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgMAAQMFAAAAAAAAAAAAAQIDBBEABSEiEhMjMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAPwBBH/2gAMAwEAAhEDEQA/ANRFWh9uF40KBaq2UyRwyepVlGFWAB1zpAzdICk7yO/1iPp16zSCW8rSND8UsKJ4kjxUxEgduwJOfp++OOBsJ8ErOdFaxgw2M//Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"3Gqk7sEjG","title":"Better in black: Rethinking our most important buttons","shortId":"3Gqk7sEjG","createdAt":"2021-05-21T14:33:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27026793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:26:00.000Z","url":"https://spotify.design/article/better-in-black-rethinking-our-most-important-buttons","canonicalUrl":"https://spotify.design/article/better-in-black-rethinking-our-most-important-buttons","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c53107ea1d1c725a9701bd7ccca12f2","ratio":1.53422222222222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIABAMRBRITITFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8Azxg4gK+exZKixZ6emXOgZANjuPY+STOCxPIo2fERJyNbKYz/2Q==","siteTwitter":"@spotifydesign","creatorTwitter":"@spotifydesign","readTime":null,"description":null,"toc":null,"summary":null},{"id":"azbiWoj4N","title":"UFOs are Real, Kwame Claps Back, and JB Smoove on Being White Famous","shortId":"azbiWoj4N","createdAt":"2021-05-21T14:21:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026781,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:14:16.000Z","url":"https://www.theringer.com/2021/5/21/22447332/ufos-are-real-kwame-claps-back-and-jb-smoove-on-being-white-famous","canonicalUrl":"https://www.theringer.com/2021/5/21/22447332/ufos-are-real-kwame-claps-back-and-jb-smoove-on-being-white-famous","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea72c8bbe3c3c1720fb5b03b339ebe78","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQFERITMUFCUWFi/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECABEhAzH/2gAMAwEAAhEDEQA/AMDBdLmIMNxllW1vJtjQiXUqEK92nUknl6qGSxcceRukW4udqysBqU8n5pSnP0aw16RsGPAJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ye28pa-mY","title":"Must-stream: Jason Ross and Ophelia Records make for melodic ‘Convergence’","shortId":"ye28pa-mY","createdAt":"2021-05-21T14:15:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026775,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:14:35.000Z","url":"https://dancingastronaut.com/2021/05/must-stream-jason-ross-and-ophelia-records-make-for-melodic-convergence/","canonicalUrl":"https://dancingastronaut.com/2021/05/must-stream-jason-ross-and-ophelia-records-make-for-melodic-convergence/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2283cbb9e93b3f006e96ca3e43971d94","ratio":1.45530145530146,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIEEQADBQYTIRIUFjGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDIv5vU2PttMU2wTVsycbw7RF5BsqSAkwBMiI5n3NSrDq2tSPA8AOkxG8ePtKVWQrj/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ujjlgyJ8j","title":"There’s Joy in Tom Thibodeau and the Playoff-Bound Knicks","shortId":"ujjlgyJ8j","createdAt":"2021-05-21T14:14:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026774,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:57:15.000Z","url":"https://www.theringer.com/2021/5/21/22447241/tom-thibodeau-new-york-knicks-playoff-run","canonicalUrl":"https://www.theringer.com/2021/5/21/22447241/tom-thibodeau-new-york-knicks-playoff-run","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc5c9471bfcfb1c2f9e4d83812daa5ff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgQAAxEFIUEGEhMiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACgbEDESH/2gAMAwEAAhEDEQA/AIbpjV5ECFoiR7t4NNKRWbybKO5iCAPuMY34qpmC4ku+qyZICuwAVlAG/HrSlV3gbE2njJ7FL//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"33Ly9gUT_","title":"YouTube pulled its community captions feature, so now more creators are making their own","shortId":"33Ly9gUT_","createdAt":"2021-05-21T14:05:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026765,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T14:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22443577/youtube-captions-increased-deaf-campaigners","canonicalUrl":"https://www.theverge.com/2021/5/21/22443577/youtube-captions-increased-deaf-campaigners","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c14b83cf0af24ee620213b45e301aabd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwQFERITIoGhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAIG/8QAHREAAQMFAQAAAAAAAAAAAAAAAQACIQMEBRJRwf/aAAwDAQACEQMRAD8AyDA5OKHH0ICqCRdMe/bN64/VAXjY7tguLNuQn15RFVZiLeiRzxPdzoJX/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"mldl5_Ru0","title":"David Guetta, Galantis, and Little Mix form a power trio on ‘Heartbreak Anthem’","shortId":"mldl5_Ru0","createdAt":"2021-05-21T13:57:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026757,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:56:38.000Z","url":"https://dancingastronaut.com/2021/05/david-guetta-and-galantis-team-up-with-little-mix-for-soaring-new-single-heartbreak-anthem/","canonicalUrl":"https://dancingastronaut.com/2021/05/david-guetta-and-galantis-team-up-with-little-mix-for-soaring-new-single-heartbreak-anthem/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a5aa4a92982a1c07106ad598dec58abd","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMCBQAREgQhIjGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQACAwAAAAAAAAAAAAAAAAEAEQIDIv/aAAwDAQACEQMRAD8AyaobTwqJyYjq5WCmIgowYNyEuWyCfXfiNHKOtnSbORc7ZkT5MJP04xjXNAYnX1dz/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"eI1a90s7o","title":"Spotify Dok - Branding & Identity","shortId":"eI1a90s7o","createdAt":"2021-05-21T11:39:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27026619,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/119704359/Spotify-Dok-Branding-Identity","canonicalUrl":"https://www.behance.net/gallery/119704359/Spotify-Dok-Branding-Identity","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/91e523119704359.60a3754165a12.gif","ratio":1.57835400225479,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDEQAEBRIhQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzZYZpq0abQvDYq60Trs+hwlXZkwsd8qQTJJgD4KUoP/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"j8slu5fhB","title":"Spotify finally adds offline music downloads on Apple Watch","shortId":"j8slu5fhB","createdAt":"2021-05-21T13:54:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026754,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:50:01.000Z","url":"https://www.theverge.com/2021/5/21/22447222/spotify-adding-feature-music-downloads-offline-apple-watch","canonicalUrl":"https://www.theverge.com/2021/5/21/22447222/spotify-adding-feature-music-downloads-offline-apple-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ea8705930017cd6fe131075ddd3c318","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARBRITITFRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREBAAIABwAAAAAAAAAAAAAAAQACBAURUWLBwv/aAAwDAQACEQMRAD8Ax2tft8tU5m3asymTul1HUdIZHLvr5s6/Mr6cZFOAF2YiNdkn34xjFcDQqAbdsqsoqaDx9Wn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fXHXypiVg","title":"Apple TV Siri Remote review: pushing all the right buttons","shortId":"fXHXypiVg","createdAt":"2021-05-21T13:49:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026749,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:45:38.000Z","url":"https://www.theverge.com/22446699/apple-tv-4k-hd-siri-remote-review-features-price","canonicalUrl":"https://www.theverge.com/22446699/apple-tv-4k-hd-siri-remote-review-features-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/055af6420b8e07773e430ee77fa42753","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIRAAMFBDEHEhMhQaHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAAAAQIREjFhcf/aAAwDAQACEQMRAD8Ay+Lyj4bX602hcY9CbcXOUI0bxBnt491H4i5pHZQymDG7faUoFzpFaKWG+n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1TOZNJ8rT","title":"Using Your Emotions to Power Your Creativity","shortId":"1TOZNJ8rT","createdAt":"2021-05-20T21:06:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025746,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T20:20:59.000Z","url":"https://design.org/using-your-emotions-to-power-your-creativity/","canonicalUrl":"https://design.org/using-your-emotions-to-power-your-creativity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81026af80469bcb7c849261a7cbbd6fd","ratio":2.425,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAgADERMBQQQiUv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAx/9oADAMBAAIRAxEAPwDB23q+O81U0VkdyGSCPOdTtRlESmtGcL//2Q==","siteTwitter":"@designdotorg","creatorTwitter":"@wardandrews","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tunHbEslt","title":"Martin Garrix, Maejor uphold AREA21’s lack of predictability on alias’ second album piece, ‘Pogo’","shortId":"tunHbEslt","createdAt":"2021-05-21T13:41:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026741,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:36:35.000Z","url":"https://dancingastronaut.com/2021/05/martin-garrix-maejor-uphold-area21s-lack-of-predictability-on-alias-second-album-piece-pogo/","canonicalUrl":"https://dancingastronaut.com/2021/05/martin-garrix-maejor-uphold-area21s-lack-of-predictability-on-alias-second-album-piece-pogo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6eccc307d809283dab5702529418da01","ratio":1.48967551622419,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDBAAGERIhMUEFUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIDAP/aAAwDAQACEQMRAD8Ajh2xa8G0vDzY8Yinpolum6RKjjeMnkeMD0nf2sfKi247KecYnSRZM1IB0LsKrsnHqlKU5y0icdNrmRHv/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-UtJoBJVf","title":"Boombox Cartel is back with statement-making extension of ‘Cartel’ EP series, ‘Cartel II’","shortId":"-UtJoBJVf","createdAt":"2021-05-21T13:31:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27026731,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:28:59.000Z","url":"https://dancingastronaut.com/2021/05/boombox-cartel-reaches-into-the-darkness-with-cartel-ii-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/boombox-cartel-reaches-into-the-darkness-with-cartel-ii-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5818bca94de113aa0d2cc322b0e1bbb","ratio":1.40350877192982,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBxIUEyEiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAES/9oADAMBAAIRAxEAPwDB2msPBt7Wz4kQhiiWNj0vJgqADvn2M1JJqvukZllZVJJC8OI4+ZxSlCEO2f/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Qqs60J0jx","title":"Contributing to Open Source — Wechaty Website","shortId":"Qqs60J0jx","createdAt":"2021-05-21T07:42:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":22,"score":27026718,"tagsStr":"open-source,github,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:19:59.000Z","url":"https://code.likeagirl.io/contribute-to-wechaty-website-422d490aa7cf","canonicalUrl":"https://code.likeagirl.io/contribute-to-wechaty-website-422d490aa7cf","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ed657a25f05fb9261af9d07c92d56a3","ratio":2.87769784172662,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHBABAQACAgMAAAAAAAAAAAAAAQIAAwQhBREi/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABcRAQADAAAAAAAAAAAAAAAAAAEAEjH/2gAMAwEAAhEDEQA/ALcjyvM33Nbdw1MECRJ8h6DozO7rpVRXt6MYwnZdhGy6z//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1bm97I4h6","title":"Sign up for the Live Science newsletter","shortId":"1bm97I4h6","createdAt":"2021-05-10T19:54:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011274,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:27:23.000Z","url":"https://www.livescience.com/sign-up-live-science-newsletter.html","canonicalUrl":"https://www.livescience.com/sign-up-live-science-newsletter.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ySRBwH_U6","title":"HBO’s Pioneering ‘In Treatment’ Is Back for Another Therapy Session","shortId":"ySRBwH_U6","createdAt":"2021-05-21T13:15:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026715,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:05:15.000Z","url":"https://www.theringer.com/tv/2021/5/21/22446593/in-treatment-season-4-uzo-aduba-jennifer-schuur","canonicalUrl":"https://www.theringer.com/tv/2021/5/21/22446593/in-treatment-season-4-uzo-aduba-jennifer-schuur","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6ee9357f2161f24ff2eca9a474904f8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEEwUGEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQEAAgIDAAAAAAAAAAAAAAABAgMAMQQRof/aAAwDAQACEQMRAD8Aku2cueE71jxxw7ZcjGhcyTY5ur3PmAAaIcGgV9WjRzbI2vDaDgDV3SIrLbJEt4nBphIVNdnrn//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"uG1p_lUqG","title":"Fender's Mustang Micro Is the Perfect Portable Amp","shortId":"uG1p_lUqG","createdAt":"2021-05-21T13:06:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T09:00:00.000Z","url":"https://www.wired.com/review/fender-mustang-micro/","canonicalUrl":"https://www.wired.com/review/fender-mustang-micro/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a6e5f4bf2da845bce9597643eeb71ab","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBSEGBxJhof/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEf/aAAwDAQACEQMRAD8Ak9c8rFh1kt5vG26r3BvqKHzBLzaiVeCpTI2qZBnQ91iMTs/KUp8SFVzU4AXf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vdNN73BUe","title":"WarnerMedia, Discovery, and the New Age of Media Consolidation","shortId":"vdNN73BUe","createdAt":"2021-05-21T13:06:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T09:00:00.000Z","url":"https://www.wired.com/story/media-consolidation-streaming-wars/","canonicalUrl":"https://www.wired.com/story/media-consolidation-streaming-wars/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdca622a2fefd825f79420dc88960da1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQACAxEEBRITIWFicYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABoRAAIDAQEAAAAAAAAAAAAAAAIDAAERBOH/2gAMAwEAAhEDEQA/AMVwmcGv2IhDWwBodynAuF+77qhg45Fkzg+MlD50RFRWoDrSqPW9icECyvKn/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"REUlh7J3R","title":"Mass Effect’s legendary Normandy starship is coming to No Man’s Sky, if you snag it soon","shortId":"REUlh7J3R","createdAt":"2021-05-21T13:01:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026701,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22446499/no-mans-sky-mass-effect-normandy-starship","canonicalUrl":"https://www.theverge.com/2021/5/21/22446499/no-mans-sky-mass-effect-normandy-starship","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f58767d5476e52d841a76a273443e989","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEEEQADBQYSEyIhMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAQACAgMAAAAAAAAAAAAAAAEAAgQRITHw/9oADAMBAAIRAxEAPwCE01qC+xducm2Z48X21VO/wdyAlQSCZhEWZ9TW1BlXSAPHeuWwjqA7YFPieKUqFlKIHuoXbbm0/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JLgcEvH7I","title":"Snap is buying its AR display supplier for more than $500 million","shortId":"JLgcEvH7I","createdAt":"2021-05-21T13:01:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026701,"tagsStr":"ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22447150/snap-waveoptics-acquisition-500m-spectacles-waveguides","canonicalUrl":"https://www.theverge.com/2021/5/21/22447150/snap-waveoptics-acquisition-500m-spectacles-waveguides","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1a1cce1346342a8ca244da1004209b0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBQARBDEGEyGS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDEnH/2gAMAwEAAhEDEQA/AJSr8tvr+SplsLXltPDygOO6uAYgQd7Ott1r6es1iKl5EkSPJYMzsoLH19n9YxkTRbWRYzEOTyf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Ax7K1neXN","title":"This is Microsoft’s vision for the future of meetings","shortId":"Ax7K1neXN","createdAt":"2021-05-21T13:01:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026701,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T13:00:00.000Z","url":"https://www.theverge.com/2021/5/21/22447048/microsoft-teams-future-meetings-features","canonicalUrl":"https://www.theverge.com/2021/5/21/22447048/microsoft-teams-future-meetings-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3e7b92218eae6d9c9bb8a062e7efff2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAREjFBEyFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDV7AjuWLKT+ZWijChoZdhIb7z7HR5GXVSxEojiskRoNqhkDEAcanvGMcdf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vfVuLfrTA","title":"The Mac Mini with the M1 processor is $100 off at multiple retailers","shortId":"vfVuLfrTA","createdAt":"2021-05-21T12:51:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026691,"tagsStr":"apple,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:47:13.000Z","url":"https://www.theverge.com/good-deals/2021/5/21/22446118/mac-mini-m1-amc-plus-streaming-service-asus-gaming-monitor-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/21/22446118/mac-mini-m1-amc-plus-streaming-service-asus-gaming-monitor-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b171cd2caf9e89added73a1419d45b95","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBBAIDAAAAAAAAAAAAAQIDBBEABQYSIQgxQVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ANrx8kQBs+LNa0xsSHJL4UpxfM80muQsdWK6H17yafuNuRPkvHS2LccUs287fZJ+FAfgxjHJSt//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"9BAuQuGPx","title":"42 Dugg Is Working on Freedom—for Himself and His Partners","shortId":"9BAuQuGPx","createdAt":"2021-05-21T12:37:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:28:05.000Z","url":"https://www.theringer.com/2021/5/21/22446940/42-dugg-interview-free-dem-boyz","canonicalUrl":"https://www.theringer.com/2021/5/21/22446940/42-dugg-interview-free-dem-boyz","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eee14e7654a0a47a0fe330e6eef55fdf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAwECBAAFERIGITFBUWL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEDBAMAAAAAAAAAAAAAAAIAAzEBBBITIcHw/9oADAMBAAIRAxEAPwCiyxxXKNCIZugo5xgQYl12Vy5Vyr78VuXDjTBz5LGlDq0rkTMfr3X6pSqDpk1eu0GOOkjMtIehf//Z","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"cF-qyymso","title":"‘Army of the Dead’ and Top Five Zombie Movies","shortId":"cF-qyymso","createdAt":"2021-05-21T12:20:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026660,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T12:11:37.000Z","url":"https://www.theringer.com/2021/5/21/22447153/army-of-the-dead-and-top-five-zombie-movies","canonicalUrl":"https://www.theringer.com/2021/5/21/22447153/army-of-the-dead-and-top-five-zombie-movies","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a22f3f4e745fe3c416a913b416989cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAECBwAAAAAAAAAAAAABAgMEEQAFEgYTFCIxMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQADAAAAAAAAAAAAAAAAAAABITH/2gAMAwEAAhEDEQA/AJZ3TIunxgrkMvGG6tA3IoOAKvuAy6i8Zy+mauJEvYPVFDx8GMZFNG1//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vSupMgLXC","title":"More Accessibility Options Only Make Games Better","shortId":"vSupMgLXC","createdAt":"2021-05-21T12:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026648,"tagsStr":"accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:00:00.000Z","url":"https://www.wired.com/story/more-accessibility-options-make-games-better/","canonicalUrl":"https://www.wired.com/story/more-accessibility-options-make-games-better/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3badf2a2e8668876beb2078661af595d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABRIGUVJh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAMBAQAAAAAAAAAAAAAAAgABAyEx/9oADAMBAAIRAxEAPwDKo/Ve5eivwTJSI7DT7iUhseCRXztZrLDWvLjSF3HHIA0WSav3yxjA9We1ctmCvan/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"aovQOpdl6w","title":"Our 19 Favorite Outdoor Deals at REI's Big Anniversary Sale","shortId":"aovQOpdl6w","createdAt":"2021-05-21T12:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026648,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:00:00.000Z","url":"https://www.wired.com/story/rei-anniversary-sale-outdoor-deals-2021/","canonicalUrl":"https://www.wired.com/story/rei-anniversary-sale-outdoor-deals-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf2cb622f92b79e07a2dcbf1718a8d50","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwQFBiERInH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAEEAwAAAAAAAAAAAAAAAAABAgMRIXHR/9oADAMBAAIRAxEAPwDVrwJZ80s9MJGtibGag9SSS0nQ3rnwqmREliVZJnTDNdP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"uICpquozP","title":"Android’s Getting Brighter and Bubblier, and We Can’t Wait","shortId":"uICpquozP","createdAt":"2021-05-21T12:08:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026648,"tagsStr":"tech-news,google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-505/","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-505/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c15d42e64d357d117628684cd82cad7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAEAAQIEBwAAAAAAAAAAAAABAgADBAURIRITIjFBUaL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABERLh/9oADAMBAAIRAxEAPwC2WW4tv8xzO91rxRBDTsBvtp781XZws42oDfuKRDVlLf6pSlkIducR/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ELx4nIGfR","title":"Go read this feature on the 2011 RSA hack that redefined cybersecurity","shortId":"ELx4nIGfR","createdAt":"2021-05-21T11:58:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026638,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:55:11.000Z","url":"https://www.theverge.com/2021/5/21/22447129/go-read-this-wired-rsa-hack-feature-cybersecurity-supply-chain-attack","canonicalUrl":"https://www.theverge.com/2021/5/21/22447129/go-read-this-wired-rsa-hack-feature-cybersecurity-supply-chain-attack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_O5ZAruKG","title":"Scientists find 'missing link' behind first human languages","shortId":"_O5ZAruKG","createdAt":"2021-05-21T11:52:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026632,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:33:02.000Z","url":"https://www.livescience.com/iconic-vocalizations-lead-to-human-languages.html","canonicalUrl":"https://www.livescience.com/iconic-vocalizations-lead-to-human-languages.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/08c8ef74420d799f74158f0aa3bdbbc5","ratio":1.85873605947955,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAwACAQUBAAAAAAAAAAAAAQIDAAQFBhESISNR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhM//aAAwDAQACEQMRAD8AxroZdWk3066c6szmrVckkgegvYZffmhO9EXj9HxViB8vw4xj1eUqRB36sJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vlEFpuMXA","title":"Learn JavaScript - A Free 7-hour Interactive Tutorial","shortId":"vlEFpuMXA","createdAt":"2021-05-20T14:58:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","tweeted":true,"views":1411,"score":27026626,"tagsStr":"general-programming,javascript,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-21T01:30:00.000Z","discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:53:38.000Z","url":"https://www.freecodecamp.org/news/learn-javascript-interactive-course/","canonicalUrl":"https://www.freecodecamp.org/news/learn-javascript-interactive-course/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/595fa0bdbc82d2b8a4a659e8b62eccd2","ratio":1.77611940298507,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAJBAAAQQBAAsAAAAAAAAAAAAAAQACBBEDBQYHEhMhIjEyUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAEQMxI0Jh/9oADAMBAAIRAxEAPwCtnOnJ87XaHjkSMjycoJDzvNZ0XTAfGw6iRz7+1v3EH1ER30p8Ec55MgAqmbQrsZ//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@perborgen","readTime":5,"description":null,"toc":null,"summary":null},{"id":"GIn8Ohsou","title":"Watch this stunning new simulation of a star being born","shortId":"GIn8Ohsou","createdAt":"2021-05-21T11:32:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026612,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:22:34.000Z","url":"https://www.livescience.com/new-simulation-captures-star-birth.html","canonicalUrl":"https://www.livescience.com/new-simulation-captures-star-birth.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44ea5506ffe2e26c6705034cacf8410d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFBhMxITKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgAREgP/2gAMAwEAAhEDEQA/AJXXr3GX2qLXnbRy5cZY4UuJA9e5ie+4M1Bva3hHHVrQLoJUokAx4H2lKYRFYnQuUr81cDQuf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LIWqfuodc","title":"Total lunar eclipse this Wednesday will make supermoon turn blood red","shortId":"LIWqfuodc","createdAt":"2021-05-21T11:32:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026612,"tagsStr":"java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:23:48.000Z","url":"https://www.livescience.com/supermoon-lunar-eclipse-may-2021.html","canonicalUrl":"https://www.livescience.com/supermoon-lunar-eclipse-may-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87a7bc65068fb00efb048e2d5afcf385","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRABAAIBBQEAAAAAAAAAAAAAAQARIQIDBBQxMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAzET/9oADAMBAAIRAxEAPwDCukgXufWm8Ek8FWxKfMsREtztpl+SgZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"D56HX0TkG","title":"Philips Hue Wall Switch Module review: smart-ish, at last","shortId":"D56HX0TkG","createdAt":"2021-05-21T11:30:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026610,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:03:22.000Z","url":"https://www.theverge.com/2021/5/21/22447008/hue-wall-module-make-any-switch-smart","canonicalUrl":"https://www.theverge.com/2021/5/21/22447008/hue-wall-module-make-any-switch-smart","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1d651c968d528c634009767f44d4d32","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgIDAQAAAAAAAAAAAAABAgMEABEFByFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8At/OUo7teaGcs0MqGN034QckFjrLgGsSsIAoLE6G9D37jGToaSn0//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"15x-DkXwI","title":"3 Ways to Integrate Disqus Comments with Ghost","shortId":"15x-DkXwI","createdAt":"2021-05-21T11:20:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27026600,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T22:46:15.000Z","url":"https://t2themes.com/blog/3-ways-to-integrate-disqus-comments-with-ghost/","canonicalUrl":"https://t2themes.com/blog/3-ways-to-integrate-disqus-comments-with-ghost/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d9871165498c1b8ca216732f4eeecc4","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAQIDCQAAAAAAAAAAAAAAAAEDAgQFBhESFiFDUpPh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABoRAAICAwAAAAAAAAAAAAAAAAEEAJEUUlP/2gAMAwEAAhEDEQA/AM2CydJRpxMExrdu+E8pUrg/2qAPwgtzFQFnMbm5/9k=","siteTwitter":"@t2themes","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MxyuSOcos","title":"A Series of Monochrome Logo Marks Designed by The Logo Smith","shortId":"MxyuSOcos","createdAt":"2021-05-21T11:13:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27026593,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:11:10.000Z","url":"https://imjustcreative.com/a-series-of-monochrome-logo-marks-designed-by-the-logo-smith/2021/05/20","canonicalUrl":"https://imjustcreative.com/a-series-of-monochrome-logo-marks-designed-by-the-logo-smith/2021/05/20","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/352831551cfc8f2f9f2b7a30947e1610","ratio":1.91228070175439,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhAAAwEAAwAAAAAAAAAAAAAAAQIDABEiYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8Az1kZWrQ2q4oQQjHqngGvzmYdqsGcL//Z","siteTwitter":"@thelogosmith","creatorTwitter":"@thelogosmith","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fx-ceFQ71","title":"How To Use React Native Flatlist","shortId":"fx-ceFQ71","createdAt":"2021-05-21T11:13:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27026593,"tagsStr":"react,react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:17:23.000Z","url":"https://flatlogic.com/blog/how-to-use-react-native-flatlist/","canonicalUrl":"https://flatlogic.com/blog/how-to-use-react-native-flatlist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1e5c1b11f4b8a0222d3b67fe447c034","ratio":1.91570881226054,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBgcSEyFRUv/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEQQGEyFB/9oADAMBAAIRAxEAPwCz2TBx9MtkYbM2bxlDhYcCKFeiPC1vpj+URTLkY3NMdKdKTtf/2Q==","siteTwitter":"@flatlogic","creatorTwitter":"@flatlogic","readTime":null,"description":null,"toc":null,"summary":null},{"id":"A404bPbQO","title":"Florida airport monkeys are the descendants of zoo escapees","shortId":"A404bPbQO","createdAt":"2021-05-21T11:07:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026587,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:00:53.000Z","url":"https://www.livescience.com/african-monkeys-florida-zoo-escapees.html","canonicalUrl":"https://www.livescience.com/african-monkeys-florida-zoo-escapees.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43b49531c848b669735644fa20df7ce3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEEiEiQlGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADIVH/2gAMAwEAAhEDEQA/ALl9CFTDtwWpjYTLCeJeu2ZeqHZJq/Y5r1dTlqwsmvIFKAjyjHVfOJr9OMZOvrQEZDdF5P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BmMT0PNU1","title":"How a weird theory of gravity could break cause-and-effect","shortId":"BmMT0PNU1","createdAt":"2021-05-21T11:07:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27026587,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:00:00.000Z","url":"https://www.livescience.com/modified-gravity-faster-than-light-travel.html","canonicalUrl":"https://www.livescience.com/modified-gravity-faster-than-light-travel.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab9b727d37ae62156409a28f8c45782b","ratio":1.46520146520147,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwUEERNRcYGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAiEx/9oADAMBAAIRAxEAPwDO9Sa1tVYR5kEkmY9gMEjToG9/Cpe6eHH0IiJRGsf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"beo2GvFn-","title":"Philips Hue Wall Switch Module review: smart-ish, at last","shortId":"beo2GvFn-","createdAt":"2021-05-21T11:07:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026587,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T11:03:22.000Z","url":"https://www.theverge.com/2021/5/21/22447008/philips-hue-wall-switch-module-review-smart-ish-at-last","canonicalUrl":"https://www.theverge.com/2021/5/21/22447008/philips-hue-wall-switch-module-review-smart-ish-at-last","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1d651c968d528c634009767f44d4d32","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgIDAQAAAAAAAAAAAAABAgMEABEFByFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8At/OUo7teaGcs0MqGN034QckFjrLgGsSsIAoLE6G9D37jGToaSn0//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"H-7jqe28V","title":"We Hiked Along With Cicada Biologists So You Don’t Have To","shortId":"H-7jqe28V","createdAt":"2021-05-21T11:06:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27026586,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.wired.com/story/we-hiked-along-with-cicada-biologists-so-you-dont-have-to/","canonicalUrl":"https://www.wired.com/story/we-hiked-along-with-cicada-biologists-so-you-dont-have-to/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce516559b4737c2cd861596c595064dc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIEEQADEiGBFHH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQADAAAAAAAAAAAAAAAAAAEAAiL/2gAMAwEAAhEDEQA/AMI5sosuW6b4DgOchkpIChCYEmNgc5UoeFQlTdzkdmHJAn5jqlKBYyMoVdJP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"bsyvF7w8N","title":"Microsoft Office for Android finally gets a dark mode","shortId":"bsyvF7w8N","createdAt":"2021-05-21T10:56:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026576,"tagsStr":"tech-news,microsoft,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:50:39.000Z","url":"https://www.theverge.com/2021/5/21/22447087/microsoft-office-android-dark-mode-available-download","canonicalUrl":"https://www.theverge.com/2021/5/21/22447087/microsoft-office-android-dark-mode-available-download","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/861101e8fd03ed853db81ee11d12bf0a","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAwABBAMAAAAAAAAAAAAAAQIDAAQRFDEiI0H/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwDOlFaL1tCtZ004UqVb6R3lOVWvsoQzv5MxUbkns4xhAQWbpFC//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bRblpSKKu","title":"28 Best Plugins to Customise WordPress Admin Dashboard","shortId":"bRblpSKKu","createdAt":"2021-05-21T10:52:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27026572,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:39:42.000Z","url":"https://wp-content.co/plugins-to-customize-wordpress-admin-dashboard/","canonicalUrl":"https://wp-content.co/plugins-to-customize-wordpress-admin-dashboard/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4de04489342cc1927dd8d1f2757590be","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIhMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AM0kyEDWlrCcbaAwKytKnIPKSd7c77I8HlRFyTsdD5SlXRkOSL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"O5usrInXy","title":"The Five Most Interesting Players of the NBA’s First Round","shortId":"O5usrInXy","createdAt":"2021-05-21T10:39:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T10:30:00.000Z","url":"https://www.theringer.com/2021/5/21/22446753/the-five-most-interesting-players-of-the-nbas-first-round","canonicalUrl":"https://www.theringer.com/2021/5/21/22446753/the-five-most-interesting-players-of-the-nbas-first-round","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f2156da7c39d4feba1d4e2867afe2f2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFERIxQVEGB2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAxEABCFB/9oADAMBAAIRAxEAPwCFqCJ/iarrJcU7NmvBTinBqG5AGOhxjnHVZWP7NvjUdpspjOFCQnWtGVKwNz9pSqmvBHK7hxdHBPsywIhjYgkdr33uf//Z","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"timkuorXs","title":"Has science fiction become too serious?","shortId":"timkuorXs","createdAt":"2021-05-21T09:32:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026492,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033351-900-has-science-fiction-become-too-serious/","canonicalUrl":"https://www.newscientist.com/article/mg25033351-900-has-science-fiction-become-too-serious/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/356d0c47284680e6cb1c3b7e3d43e278","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwURMQYSFCGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADEf/aAAwDAQACEQMRAD8AyzEJ5+MoWuvsdVZNg+jyR9lr02CoJs2dcxEcgV1FEnOXzf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SwurX0nSf","title":"Smaller Pixel 6 leaks with flat screen and fewer cameras","shortId":"SwurX0nSf","createdAt":"2021-05-21T08:16:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026416,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:08:03.000Z","url":"https://www.theverge.com/2021/5/21/22447011/google-pixel-6-leaks-renders-pics-specs","canonicalUrl":"https://www.theverge.com/2021/5/21/22447011/google-pixel-6-leaks-renders-pics-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c65870d535d94d83c4367f83619eba6c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAQQBBQEAAAAAAAAAAAABAgMABAURBhITFTFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwCi8j5NkZeVZ2ws5Ra+LtWeKQKHJcxbDEEfC29flVHHHu4+1klHVI8SszetkgbNKUVK4f/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0l_nVH-QK","title":"Cicadas like this one set to emerge in once in every 17-year event","shortId":"0l_nVH-QK","createdAt":"2021-05-21T09:31:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026491,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033351-700-cicadas-like-this-one-set-to-emerge-in-once-in-every-17-year-event/","canonicalUrl":"https://www.newscientist.com/article/mg25033351-700-cicadas-like-this-one-set-to-emerge-in-once-in-every-17-year-event/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b8a3d8bcb536bb9ae95eb207a1ff738","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBAUAERIhEyIxMsL/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAgAB/9oADAMBAAIRAxEAPwDGU2dXBra4xY8oWCwtp/cUqaWT6kDyMvdV9fcYMTU88OqHzjGJMLb/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"2MrhxA_6b","title":"Some bird embryos know to hide from predators even inside their eggs","shortId":"2MrhxA_6b","createdAt":"2021-05-21T09:31:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026491,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.newscientist.com/article/2278294-some-bird-embryos-know-to-hide-from-predators-even-inside-their-eggs/","canonicalUrl":"https://www.newscientist.com/article/2278294-some-bird-embryos-know-to-hide-from-predators-even-inside-their-eggs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54efaa818bff4be6c164c1ae5e72b7a2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFEQYSEyEiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDBAX/2gAMAwEAAhEDEQA/AI+UclvstmLDJ2kEUXdVXjgiRVVh7AhgTrpPqf0/az+S5tdJkbpYMpkEhWVgipHGFVdnQHj5qlKaDklrlHQxKgWp/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7wacAwLKQ","title":"Dating apps are encouraging users to get vaccinated with the promise of more matches","shortId":"7wacAwLKQ","createdAt":"2021-05-21T09:26:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026486,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T09:19:23.000Z","url":"https://www.theverge.com/2021/5/21/22447028/dating-apps-covid-19-vaccine-tinder-hinge-match-okcupid-blk-chispa-plenty-of-fish-bumble-badoo","canonicalUrl":"https://www.theverge.com/2021/5/21/22447028/dating-apps-covid-19-vaccine-tinder-hinge-match-okcupid-blk-chispa-plenty-of-fish-bumble-badoo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8ae0805882cdc950c6cedce3f6491d3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBAARBRIGEyExQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERQf/aAAwDAQACEQMRAD8A1JqsV/hPIkpolKxsRiYL2IkZmBkHx7/m8s8HBYrcLx8Elr1Xirxo0hTXchQCdb+8Yxmi24f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"96e-Ixa35","title":"5 Strategies to Reduce Frontend Build Time with CI/CD","shortId":"96e-Ixa35","createdAt":"2021-05-20T20:26:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":290,"score":27026483,"tagsStr":"webdev,cicd,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-21T02:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:26:24.000Z","url":"https://blog.bitsrc.io/5-strategies-to-reduce-frontend-build-time-with-ci-cd-3ce429304d1a","canonicalUrl":"https://blog.bitsrc.io/5-strategies-to-reduce-frontend-build-time-with-ci-cd-3ce429304d1a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce395b698177ab515a00a4b5014e91f6","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEMQUSIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAICAwAAAAAAAAAAAAAAAAECABExUbH/2gAMAwEAAhEDEQA/ANNyTppo2x40gib4PctHYUDYFDWtk3SjEuRXtmOXfTR2iKRIAyixrkT4n//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WhpuWRnWn","title":"Amazon is shutting down Prime Now and folding two-hour deliveries into its main app","shortId":"WhpuWRnWn","createdAt":"2021-05-21T08:20:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026420,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T08:15:14.000Z","url":"https://www.theverge.com/2021/5/21/22447020/amazon-shutting-down-prime-day-delivery-app-2021","canonicalUrl":"https://www.theverge.com/2021/5/21/22447020/amazon-shutting-down-prime-day-delivery-app-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf7b1c93a552a646c85a1ff72721e784","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAwQRISKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAYEQEBAAMAAAAAAAAAAAAAAAABABESIf/aAAwDAQACEQMRAD8A0RsS621bEzsiqvQ3UgTXpUmWY9jxESFbLxmoYW//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"peCpQkX4E","title":"CHILDREN'S BOOK | H?P?TO LÜTFEN KA?INMA","shortId":"peCpQkX4E","createdAt":"2021-05-21T07:45:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27026385,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.behance.net/gallery/118940019/CHILDRENS-BOOK-HPTO-LUETFEN-KASINMA","canonicalUrl":"https://www.behance.net/gallery/118940019/CHILDRENS-BOOK-HPTO-LUETFEN-KASINMA","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c330ee1f0ce02a9e8496f5fce1450a2","ratio":1.43295803480041,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwQRBQYSIRNRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAhAxFB/9oADAMBAAIRAxEAPwDRatqNsm1WtHtTVuvIWpVCQAhJUch1nI7+yFmPI49xEHHKXGjyIEpjc//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iuDpsCW75","title":"Kensington’s $399 StudioDock won’t fit the new, slightly thicker 12.9-inch iPad Pro","shortId":"iuDpsCW75","createdAt":"2021-05-21T07:35:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27026375,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:30:33.000Z","url":"https://www.theverge.com/2021/5/21/22446998/kensington-studiodock-2021-ipad-pro-compatibility-new-version","canonicalUrl":"https://www.theverge.com/2021/5/21/22446998/kensington-studiodock-2021-ipad-pro-compatibility-new-version","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e96cec2458625bdc66ef1e4578efb57c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAUHERIhIjFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AubzBwXeqEGWeWVZrcKyqp2B4AgA/O87j3Vm103I9B5pSmnpSP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PI6nhD9Bq","title":"Angular 11 Tutorial: Code a Project from Scratch","shortId":"PI6nhD9Bq","createdAt":"2021-05-20T19:24:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":203,"score":27026354,"tagsStr":"general-programming,career,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-20T21:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:14:48.000Z","url":"https://www.freecodecamp.org/news/angular-11-tutorial-code-a-project-from-scratch/","canonicalUrl":"https://www.freecodecamp.org/news/angular-11-tutorial-code-a-project-from-scratch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf71c3edf40718e9b99d906291c7167c","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIDAQADAAAAAAAAAAAAAQMCBAAFESESMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAERAAIDBBL/2gAMAwEAAhEDEQA/AMu0O4pJsJubTT0ryVCZaJLHzmBHnffCR0EdH2Pch7CwixfsuRr6tdLGynBMe8XEkkRH4B5jGVNMdNwucmqU/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aOoCcctuu","title":"Lumbar spine x-ray may not be needed for lower back pain","shortId":"aOoCcctuu","createdAt":"2021-05-21T07:06:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026346,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132444&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132444","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d04f24233ac307760e08c0ee38d4bfb9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EACMQAAEEAgIABwAAAAAAAAAAAAECAwQRAAYFEhMxN0FRgbL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB4RAAICAAcAAAAAAAAAAAAAAAERAAIEEiFRodHw/9oADAMBAAIRAxEAPwBU3HcJkPeuNZa42TURbiW2lKWgy+462ABRF3187PxibGlB+M08WXmi4gL8NxFKTYuiPYjDrefVbUPv9HE3LMQa5KILT3LgrVF79mf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"v8KfPh6cv","title":"Is mpMRI equally available to all men at risk of prostate cancer?","shortId":"v8KfPh6cv","createdAt":"2021-05-21T07:06:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026346,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132451&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132451","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1039d404e3ad94c7c5246aae29c302bb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACMQAAIBAgYCAwAAAAAAAAAAAAECAwQhAAUGERIxIkETUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEDBAMAAAAAAAAAAAAAAAECESEAAwQxBRLw/9oADAMBAAIRAxEAPwDMMlyvTc2kKurqsxkWenA4xKo5PITba9wd/XWIopU7+NVOg9J8ch4/nWBUDscwpVLMV2NibdYeJI/EebdfeEZOSGSnqIHnq/x+AbpuLKzvUxALCXaa/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bP00Hw2cz","title":"Does digital mammography fall short for surveillance imaging?","shortId":"bP00Hw2cz","createdAt":"2021-05-21T07:06:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27026346,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132455&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132455","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/357f51322cb096b31cd19796713d32b9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACQQAAICAQMDBQEAAAAAAAAAAAECAwQFABIhERNRBgciMWGS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAbEQACAgMBAAAAAAAAAAAAAAACAwARAQUSUf/aAAwDAQACEQMRAD8AQUYmVcPjI8zZsWb1d5HsRvIe2zBSFA3fIrzz+nRr+iM5Kxkkow73O5t1pOvU+edQft8BLj7s0g3zKqgO3LAE+daD35h9Syf0dTsWLafOAqo1qmKDJEfV+z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"B1C3HfuIA","title":"Boost Your Skills Online: Smashing Workshops On Front-End and Design","shortId":"B1C3HfuIA","createdAt":"2021-05-20T14:48:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","tweeted":true,"views":470,"score":27026309,"tagsStr":"webdev,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-20T21:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:20:00.000Z","url":"https://www.smashingmagazine.com/2021/05/new-online-workshops-front-end-ux/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/new-online-workshops-front-end-ux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be808b391d1d1cbc4b1606341f274917","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQRIWEFUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRQVFh/9oADAMBAAIRAxEAPwDTeTuuroV6WRGG02AeQR0epGJlWNi0llrJKKTwfX2IjBQGMk3uZ6Vz3gGvJ//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TEoZSz9Hk","title":"Firefox rollt verschärfte Seiten-Isolierung aus","shortId":"TEoZSz9Hk","createdAt":"2021-05-21T05:49:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27026269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T05:32:00.000Z","url":"https://linuxnews.de/2021/05/firefox-rollt-verschaerfte-seiten-isolierung-aus/","canonicalUrl":"https://linuxnews.de/2021/05/firefox-rollt-verschaerfte-seiten-isolierung-aus/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c6ab1f21bea96090a0056157f819636","ratio":0.971153846153846,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACIQAAIBAwQDAQEAAAAAAAAAAAECAwQFEQAGEjEHIVEjgf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxEAAQQCAgMAAAAAAAAAAAAAAQIDBBEhMQAFEkFR/9oADAMBAAIRAxEAPwCZ2NbbHaJrNNFZaW4GbCSmUK5lDrxOFOT0SfXrQ948W7KN3rjHuRaRDO/Gn5r+I5HCe/nX80h8Z1lSm1ZylRMpRZApDkccdY+aySWaWWV5JZHeRyWZmYksT2SdBrD0l8tocKC2KvZUCSRdmsWQK9coeyiMRimQlOHaV46CcDVfef/Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CIt_LnlEKA","title":"»Im Fokus stehen darüber hinaus (…) Open-Source-Ansätze«","shortId":"CIt_LnlEKA","createdAt":"2021-05-21T05:49:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27026269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T05:36:00.000Z","url":"https://linuxnews.de/2021/05/im-fokus-stehen-darueber-hinaus-open-source-ansaetze/","canonicalUrl":"https://linuxnews.de/2021/05/im-fokus-stehen-darueber-hinaus-open-source-ansaetze/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af26106a678ad80c1a8a86dbf14db9fc","ratio":1.58071748878924,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxESIQQikf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AMlj5WDWgQw6FZY9vVUzvs7pESqimv/Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0_0P4M7ts","title":"Covid-19 news: Test and Trace delay let variant spread in England","shortId":"0_0P4M7ts","createdAt":"2021-05-21T05:17:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026237,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-test-and-trace-delay-let-variant-spread-in-england/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-test-and-trace-delay-let-variant-spread-in-england/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebae5a8d7d512a3e85a61281e79fad85","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIDAAMAAAAAAAAAAAABAgMEABEFBhIhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAABEBAAL/2gAMAwEAAhEDEQA/AISl3DlYZK1Gry1xIFRUMRZj4YnWh861lhFR7C8SO9yT0wBP2H7jGSWQc9HVTf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":66,"description":null,"toc":null,"summary":null},{"id":"vjtsmClge","title":"Tiny self-propelling submarines could help clean up toxic waste","shortId":"vjtsmClge","createdAt":"2021-05-21T05:16:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026236,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278003-tiny-self-propelling-submarines-could-help-clean-up-toxic-waste/","canonicalUrl":"https://www.newscientist.com/article/2278003-tiny-self-propelling-submarines-could-help-clean-up-toxic-waste/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f962ec0f9d978ec8c207017637cc027","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQIGAQUAAAAAAAAAAAAAAgQRAAEDBQYSISIxUXHx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAIDAQEAAAAAAAAAAAAAAAMRAAEEErH/2gAMAwEAAhEDEQA/AIWHXfHkiYCUWuiCnVi3puJTn4Z+PfaNYeSIKZkE7Il6Ztx8hCAHsKld+xS4w9NT/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"G7cZjKo9S","title":"Common swifts can fly more than 800 kilometres a day during migration","shortId":"G7cZjKo9S","createdAt":"2021-05-21T05:16:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026236,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278226-common-swifts-can-fly-more-than-800-kilometres-a-day-during-migration/","canonicalUrl":"https://www.newscientist.com/article/2278226-common-swifts-can-fly-more-than-800-kilometres-a-day-during-migration/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c015aced87678fc4098a1c1cbba0e0fb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxEhBBJRYbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwDFZXymvUpbUlIO1KElhjznW/kt0PqIjgMhy7f/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0rpT0Iv6n","title":"More people are going to space, but diversity is still grounded","shortId":"0rpT0Iv6n","createdAt":"2021-05-21T05:16:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27026236,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278309-more-people-are-going-to-space-but-diversity-is-still-grounded/","canonicalUrl":"https://www.newscientist.com/article/2278309-more-people-are-going-to-space-but-diversity-is-still-grounded/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/77fe1c039bb1865c06ce0cfe99bcc243","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQdBBhIhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQADAQEAAAAAAAAAAAAAAAEAAgMRMf/aAAwDAQACEQMRAD8Ap9ZbiMmJFlsQExmTKZCg6srK091OJoChYujfAsecyL25s1LziW9J04thRCSpKrI4v2+4xlLb6hwswGNH0n//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"w8ptNgpfS","title":"Shine selects Netherlands site for new facility","shortId":"w8ptNgpfS","createdAt":"2021-05-21T00:05:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025925,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:59:52.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132462&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132462","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09de17b0ba31df894eb2240013a9d331","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQI/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQREiExIjI1YXGC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADIRH/2gAMAwEAAhEDEQA/ANC393dG+TEZ0I/cWC6QGODxtnj5vTcEkjQxsWbJUE9Hqp73yll+qRqSmllZiW7Ao07P/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"TQDwv_1Yk","title":"Breaking Down the Restaurant Wars on ‘Top Chef: Portland’ and a Conversation With ‘For All Mankind’ Showrunner Ron Moore","shortId":"TQDwv_1Yk","createdAt":"2021-05-21T04:58:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026218,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:56:05.000Z","url":"https://www.theringer.com/2021/5/21/22446635/the-restaurant-wars-top-chef-portland-and-a-conversation-with-for-all-mankind-showrunner-ron-moore","canonicalUrl":"https://www.theringer.com/2021/5/21/22446635/the-restaurant-wars-top-chef-portland-and-a-conversation-with-for-all-mankind-showrunner-ron-moore","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/272b9e0e22dbffdff244888496cd806a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBQAEByEGYRFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgAhMf/aAAwDAQACEQMRAD8Aiwyy1kSHRx2XLrVpbjRZXohRBUPBHWvndaUliHiTUjdNhqRIQ6tIJuz6J6pSldNU0+4HJA3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WG-vSrRK6","title":"Learn Modern C++ by Building an Audio Plugin","shortId":"WG-vSrRK6","createdAt":"2021-05-20T17:24:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":192,"score":27026211,"tagsStr":"career,c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:12:29.000Z","url":"https://www.freecodecamp.org/news/learn-modern-cpp-by-building-an-audio-plugin/","canonicalUrl":"https://www.freecodecamp.org/news/learn-modern-cpp-by-building-an-audio-plugin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbe2832ae86dba685fe736875f4e3325","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQREwUhEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8AxrlLteSo6tDTjr2Iw1u2Ikdt6J+qGIM1M8jITgZ9iiKjWkMcP//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pfd9-yMFY","title":"Former Knicks Coach Mike Woodson and How to Bet the NBA Playoffs With Jared Smith","shortId":"pfd9-yMFY","createdAt":"2021-05-21T04:42:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:34:33.000Z","url":"https://www.theringer.com/2021/5/21/22446912/former-knicks-coach-mike-woodson-and-how-to-bet-the-nba-playoffs-with-jared-smith","canonicalUrl":"https://www.theringer.com/2021/5/21/22446912/former-knicks-coach-mike-woodson-and-how-to-bet-the-nba-playoffs-with-jared-smith","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90adaf43d27e1c82778f66810ec00a81","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMEAQUBAAAAAAAAAAAAAQIDBAAFERIhEyIkMVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDEUH/2gAMAwEAAhEDEQA/AI0a6MovGsSAyy8z4b7mxIkKzt1CngD3jH58rSqtUBSiTH5Jye80pU7Sg1Lex2a9Sf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"rdkVDakGac","title":"Cabo With the Staffords (?), Dinner With Wolfgang Puck, and Being the Youngest Ones in the Room","shortId":"rdkVDakGac","createdAt":"2021-05-21T04:25:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026185,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:20:53.000Z","url":"https://www.theringer.com/2021/5/21/22443699/cabo-with-the-staffords-dinner-with-wolfgang-puck-and-being-the-youngest-ones-in-the-room","canonicalUrl":"https://www.theringer.com/2021/5/21/22443699/cabo-with-the-staffords-dinner-with-wolfgang-puck-and-being-the-youngest-ones-in-the-room","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/363faf010f2c5d7d08046526973faee4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxEEBQYhE3GS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQEAAQUBAAAAAAAAAAAAAAABAAIDBBFxsf/aAAwDAQACEQMRAD8Avjt1y7vq/Ja1gtyqqeggRioA95mgLHJ6T5iJFywbhw8gVGp//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ZfeorZnPf","title":"Common HTTP status codes Cheat Sheet","shortId":"ZfeorZnPf","createdAt":"2021-05-20T19:09:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"30seconds","views":37,"score":27026030,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/http-status-codes-cheatsheet","canonicalUrl":"https://www.30secondsofcode.org/blog/s/http-status-codes-cheatsheet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64336c887e29e7e941f7ead9e03f5233","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACEQMFBgQHExQhIiRh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8Azm259c9KxvJkD/Egz0DHxB+qoNxLq4AjJK0HuPQpoiXTxForrP/Z","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1xJ4m2EmH","title":"duf (Disk Usage / Free Utility) – Belegung der Partitionen unter Linux am Terminal anzeigen","shortId":"1xJ4m2EmH","createdAt":"2021-05-20T23:19:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025879,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:11:00.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/21/duf-disk-usage-free-utility-belegung-der-partitionen-unter-linux-am-terminal-anzeigen/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/21/duf-disk-usage-free-utility-belegung-der-partitionen-unter-linux-am-terminal-anzeigen/","image":"https://www.linux-bibel-oesterreich.at/wp-content/uploads/2020/06/cropped-Unbenannt.png","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wHkWTmHqC","title":"Is Curry a Pantheon Guy? Plus: Knicks and Lakers Predictions With Dave Jacoby and Alan Yang","shortId":"wHkWTmHqC","createdAt":"2021-05-21T04:18:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27026178,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T04:14:16.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/21/22446710/is-curry-a-pantheon-guy-plus-knicks-and-lakers-predictions-with-dave-jacoby-and-alan-yang","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/21/22446710/is-curry-a-pantheon-guy-plus-knicks-and-lakers-predictions-with-dave-jacoby-and-alan-yang","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa9da8fcbcd0942b1be6e03d62150257","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESITJh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/AMY04sULwywQJHLcXAQsCQVVm47Dvr6ag5fHtHlr1FuZOKzuBuST5H3SlErKLV2Uf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"D8swHGi9A","title":"IOTW: Scripps Health Malware Attack Could Cost Lives","shortId":"D8swHGi9A","createdAt":"2021-05-21T00:05:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cshub","views":4,"score":27026177,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-scripps-health-malware-attack-could-cost-lives","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-scripps-health-malware-attack-could-cost-lives","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/315d403840e3ef5e20ac49de0a92ec6f","ratio":1.50602409638554,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgMAAwEAAAAAAAAAAAABAgMRAAQFEyExof/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8As+Fzu7xJdldmPcCTFWQarwlaoWCSwJoj7Qu8sV6WwFAacK1ex4rr9xjBAkb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MbI9Tug0e","title":"How to Get Started with Version Control Using Git","shortId":"MbI9Tug0e","createdAt":"2021-05-20T15:23:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":216,"score":27026122,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:20:53.000Z","url":"https://www.freecodecamp.org/news/get-started-with-version-control-and-git/","canonicalUrl":"https://www.freecodecamp.org/news/get-started-with-version-control-and-git/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/947d248e224b472f748920db52de4187","ratio":1.50943396226415,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAECAyExQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMcpadc476sEHHOn4AVjf//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@coderslang","readTime":7,"description":null,"toc":null,"summary":null},{"id":"0DqbrD9Iz","title":"Can We Create a “Resize Hack” With Container Queries?","shortId":"0DqbrD9Iz","createdAt":"2021-05-20T15:23:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":98,"score":27026060,"tagsStr":"security,webdev,css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:24:12.000Z","url":"https://css-tricks.com/can-we-create-a-resize-hack-with-container-queries/","canonicalUrl":"https://css-tricks.com/can-we-create-a-resize-hack-with-container-queries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d4b38c9df03ba898edae707dbd1b831","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQREgUGFCEiI0H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHhEAAgEEAwEAAAAAAAAAAAAAAQMCAAQRIQUSMfD/2gAMAwEAAhEDEQA/AMAOEGK9WRujmLxBCs1tsAc52HkO9WTklJJGkE9qmxLarbNgZ+D2UpRfKXDLfqFHGR97SFqiDHNhIaB1X//Z","siteTwitter":"@CSS","creatorTwitter":"@jh3yy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"nIatSlVbN","title":"Notion API","shortId":"nIatSlVbN","createdAt":"2021-05-20T00:05:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","tweeted":true,"views":3342,"score":27026038,"tagsStr":"general-programming,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-20T18:30:01.000Z","discussionScore":55,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:18:42.000Z","url":"https://css-tricks.com/notion-api/","canonicalUrl":"https://css-tricks.com/notion-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e36a2b08396b2bf4dc16439a7c0a44d8","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwUHEQQGIRIjNZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AytwqLJUtyyzSaprnSNx3oesjJzwQRyoAt67HlB632iIvKWJK5b5HW0hVgZJNI1w4Dxf/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":4,"description":null,"toc":null,"summary":null},{"id":"m4PzBhpwv","title":"Get Ready for ‘Flying Coach With Sean McVay and Peter Schrager’!","shortId":"m4PzBhpwv","createdAt":"2021-05-21T00:27:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-21T00:21:19.000Z","url":"https://www.theringer.com/2021/5/20/22446641/get-ready-for-flying-coach-with-sean-mcvay-and-peter-schrager","canonicalUrl":"https://www.theringer.com/2021/5/20/22446641/get-ready-for-flying-coach-with-sean-mcvay-and-peter-schrager","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13474d642ba4c4753959152299817007","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIEAAMFERIGEzEUFSFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxEAAgECBwAAAAAAAAAAAAAAAQIAAwQRITFBkbHw/9oADAMBAAIRAxEAPwDYalqTuhVNiyUqU7UoDGctJCkgmwA8nj1Eah17R+5bdycL2ZqpeWShexIvz8hCGtqcVUncHuTe4oopZQMlIA49rP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Et5DgNbvr","title":"How To Implement Authentication In Next.js With Auto0","shortId":"Et5DgNbvr","createdAt":"2021-05-20T11:22:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":213,"score":27025936,"tagsStr":"webdev,authentication,nextjs,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-20T12:30:08.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/implement-authentication-nextjs-auto0/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/implement-authentication-nextjs-auto0/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ab171aef444d1ce93ab65283c32402c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQQCAAMRBQYSEzEycbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAQADAQAAAAAAAAAAAAAAAgEAAyER/9oADAMBAAIRAxEAPwDYNp6HPS1G2Ju3GOqQxGHCMBDEPEY++qqQ3iwwitemrZ5XLcZnBPcgGlKSDHbV3A7XdMJHJ5n/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@facundozurdo","readTime":8,"description":null,"toc":null,"summary":null},{"id":"iR5EiCYfj","title":"RapidAI launches new stroke app","shortId":"iR5EiCYfj","createdAt":"2021-05-20T23:56:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025916,"tagsStr":"general-programming,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:40:44.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132461&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132461","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34921cc5747b2130867b10eac4124119","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIxAAAgIBAgYDAAAAAAAAAAAAAQIDBAAFEgYRITFBUUJhof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQACAQUBAAAAAAAAAAAAAAACAwEABBEhMaH/2gAMAwEAAhEDEQA/AMci12zpxtQwUGkUDYrKu4DoG59vRH7ierxVws9WFrMdoTlAZAKxIDcuvb7wboliZNV2JLIqPZiDqGIDDZ5HnJdieYWJQJZAAx+R94+17EFJhPZnygSUF6ApbnARrGu7mv/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"b1u8lrUCR","title":"gRPC: detailed guide to the core concepts","shortId":"b1u8lrUCR","createdAt":"2021-05-20T14:50:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":77,"score":27025907,"tagsStr":"backend,grpc","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:45:00.000Z","url":"https://daily.dev/blog/introduction-to-grpc","canonicalUrl":"https://daily.dev/blog/introduction-to-grpc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3b83e1f068294fc633feda283c2a5af","ratio":1.49480249480249,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDABESMQQGIWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHhEAAQMFAQEAAAAAAAAAAAAAAQIhMQADBAURElH/2gAMAwEAAhEDEQA/ANaDNY4eRMYoo2d3R8C1ypxYkKykX3f3WqvXvHGVQHadmAsSoIBPwX8pSkGu0+PszcVd6ClSgPLQoh5+Ci2TtsnDRbKFd6kTAYFo45Nf/9k=","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"LgIADKNj2","title":"Ratchet & Clank: Rift Apart’s accessibility features try to make a hectic game easier to play","shortId":"LgIADKNj2","createdAt":"2021-05-20T23:40:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025900,"tagsStr":"tech-news,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:36:48.000Z","url":"https://www.theverge.com/2021/5/20/22445828/ratchet-clank-rift-apart-ps5-accessibility-toggles","canonicalUrl":"https://www.theverge.com/2021/5/20/22445828/ratchet-clank-rift-apart-ps5-accessibility-toggles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c7b01115b2fea99c7a078f596a96e0a3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDBAUGERMUI0FRcdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwRxESEx/9oADAMBAAIRAxEAPwCA03lOTxGRqS1orUNlrduKSHRgDs4EH6pWxqW26xKXQ1CS4k9Bvn0iJGVfYhVFPA782Yt6a7UVnUE6E//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LzDwMJa23","title":"Groupe Cheval - Brand design","shortId":"LzDwMJa23","createdAt":"2021-05-20T23:39:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27025899,"tagsStr":"c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.behance.net/gallery/119809319/Groupe-Cheval-Brand-design","canonicalUrl":"https://www.behance.net/gallery/119809319/Groupe-Cheval-Brand-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d2bc7530554420137880d5a5eb26fda","ratio":1.62224797219003,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAgMAEQESIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDOlmsUNE1ZJhVoe1ad7z25OIhi+yP/2Q==","siteTwitter":"@behance","creatorTwitter":"@grapheine","readTime":0,"description":null,"toc":null,"summary":null},{"id":"r6N7FjIWD","title":"Exclusive: Brazilian duo Cat Dealers announce debut North American tour","shortId":"r6N7FjIWD","createdAt":"2021-05-20T23:11:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025871,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T23:00:00.000Z","url":"https://dancingastronaut.com/2021/05/exclusive-brazilian-duo-cat-dealers-announce-debut-north-american-tour/","canonicalUrl":"https://dancingastronaut.com/2021/05/exclusive-brazilian-duo-cat-dealers-announce-debut-north-american-tour/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c96fc25371e6c40570379aee2efe0ff","ratio":1.52027027027027,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAIREDBBIUMTNBQv/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAAMBAAAAAAAAAAAAAAAAAgABMSL/2gAMAwEAAhEDEQA/AMC6rR47cHTLlfLy+r9HuKwJF9zl2KgquaFUIiWXZyF1s//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qNdi9fI34","title":"Contributing to Open Source — Wechaty Website","shortId":"qNdi9fI34","createdAt":"2021-05-20T17:20:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"colkgirl","views":25,"score":27025867,"tagsStr":"open-source,github,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:18:03.000Z","url":"https://soumibardhan10.medium.com/contribute-to-wechaty-website-422d490aa7cf","canonicalUrl":"https://soumibardhan10.medium.com/contribute-to-wechaty-website-422d490aa7cf","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ed657a25f05fb9261af9d07c92d56a3","ratio":2.87769784172662,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHBABAQACAgMAAAAAAAAAAAAAAQIAAwQhBREi/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABcRAQADAAAAAAAAAAAAAAAAAAEAEjH/2gAMAwEAAhEDEQA/ALcjyvM33Nbdw1MECRJ8h6DozO7rpVRXt6MYwnZdhGy6z//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"s5nakKqLN","title":"NBA Play-in Game Reactions, Round 1 Picks, and Mailbag Questions","shortId":"s5nakKqLN","createdAt":"2021-05-20T23:00:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025860,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:54:59.000Z","url":"https://www.theringer.com/2021/5/20/22446537/nba-play-in-game-reactions-round-1-picks-and-mailbag-questions","canonicalUrl":"https://www.theringer.com/2021/5/20/22446537/nba-play-in-game-reactions-round-1-picks-and-mailbag-questions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61be47287b386f19b611b72fbfa927d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBSESInH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEi/9oADAMBAAIRAxEAPwDC+Kr114cg14mnN2B1mZdlR4vtfh0MkWOLiNiTTyD2PQI0O8YxqGsqzzP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"AoQLLPl1e","title":"LeBron Outshines Steph in the Play-in, Plus Tony Allen and Jeff Garlin","shortId":"AoQLLPl1e","createdAt":"2021-05-20T23:00:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025860,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:54:58.000Z","url":"https://www.theringer.com/2021/5/20/22446372/lebron-outshines-steph-in-the-play-in-plus-tony-allen-and-jeff-garlin","canonicalUrl":"https://www.theringer.com/2021/5/20/22446372/lebron-outshines-steph-in-the-play-in-plus-tony-allen-and-jeff-garlin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/35fc1bd0183ddbd7294a1d28a3d3e5d1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgEFAAMAAAAAAAAAAAABAgMRAAQFBhQhEzGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAICAgMAAAAAAAAAAAAAAAECAxEABRMhof/aAAwDAQACEQMRAD8Aldv4ntO6cVmXrrFJ1kn+SgzBytkj6oeH8NWayCk0yaaR4FjhYREoCYxZrzGMO10zmeZCbAr0DE5EXjVq7z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WC1eoy319","title":"Building a faster web experience with the postTask scheduler","shortId":"WC1eoy319","createdAt":"2021-05-20T17:14:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"airbnb","views":22,"score":27025850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:13:59.000Z","url":"https://medium.com/airbnb-engineering/building-a-faster-web-experience-with-the-posttask-scheduler-276b83454e91","canonicalUrl":"https://medium.com/airbnb-engineering/building-a-faster-web-experience-with-the-posttask-scheduler-276b83454e91","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/342c86803582c1f8731a61bcfd2a8b68","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAcEAEAAgMAAwAAAAAAAAAAAAABAgMAESEEcaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB8RAAIBAwUBAAAAAAAAAAAAAAEDAgAFEQQSEyExUf/aAAwDAQACEQMRAD8Ao7c0zsvYwsuqiMGZwIuta9Yu8QbrEmgyXWjnzGMgLGqGo5A2Ilgn3v5TFycxO0rOK//Z","siteTwitter":"@AirbnbEng","creatorTwitter":"@calinoracation","readTime":12,"description":null,"toc":null,"summary":null},{"id":"5TZT2qdSL","title":"One of the US’s largest insurance companies reportedly paid $40 million to ransomware hackers","shortId":"5TZT2qdSL","createdAt":"2021-05-20T22:10:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025810,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T22:06:56.000Z","url":"https://www.theverge.com/2021/5/20/22446388/cna-insurance-ransomware-attack-40-million-dollar-ransom","canonicalUrl":"https://www.theverge.com/2021/5/20/22446388/cna-insurance-ransomware-attack-40-million-dollar-ransom","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GY7nGkjec","title":"Slack’s newest feature will help me remember to pause notifications before calls","shortId":"GY7nGkjec","createdAt":"2021-05-20T21:52:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025792,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:50:57.000Z","url":"https://www.theverge.com/2021/5/20/22446385/slack-pause-notifications-set-status-menu","canonicalUrl":"https://www.theverge.com/2021/5/20/22446385/slack-pause-notifications-set-status-menu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79d69684fe88e9493c6974a1abf8c803","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgQREiIxcf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzlWtDDRtAJUCWZ2joaWdxOz54+qN+3REoNf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"h-IFLWWsy","title":"Introducing Cluster RBAC, Audit Logs, and BYOK for Enterprise-Grade Security","shortId":"h-IFLWWsy","createdAt":"2021-05-20T17:30:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"conf","views":4,"score":27025782,"tagsStr":"security,cloud,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:17:06.000Z","url":"https://www.confluent.io/blog/introducing-cluster-rbac-audit-logs-and-byok-in-confluent-cloud/","canonicalUrl":"https://www.confluent.io/blog/introducing-cluster-rbac-audit-logs-and-byok-in-confluent-cloud/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"dUxgLO4-C","title":"Blizzard shows off Overwatch 2’s new 5 vs. 5 multiplayer and a trio of maps","shortId":"dUxgLO4-C","createdAt":"2021-05-20T21:39:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025779,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:35:29.000Z","url":"https://www.theverge.com/2021/5/20/22446374/overwatch-2-preview-five-player-multiplayer-new-maps-changes","canonicalUrl":"https://www.theverge.com/2021/5/20/22446374/overwatch-2-preview-five-player-multiplayer-new-maps-changes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98ff48c8e951908aa42ef298dfa32d07","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhEzGC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQADAAMAAAAAAAAAAAAAAAAAAgMBIjH/2gAMAwEAAhEDEQA/AMvzU0ln5hFHbbuEIJjY4XUNjtj3k+6qvPXkKiNYLAhBqCYpM9fdKUjNXxsWo7Lw/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"iPINygkl0","title":"US Treasury wants cryptocurrency transfers over $10,000 to be reported to the IRS","shortId":"iPINygkl0","createdAt":"2021-05-20T21:35:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025775,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:28:56.000Z","url":"https://www.theverge.com/2021/5/20/22446364/treasury-cryptocurrency-irs-fraud-tax-evasion","canonicalUrl":"https://www.theverge.com/2021/5/20/22446364/treasury-cryptocurrency-irs-fraud-tax-evasion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8aa7a195bd69a62275789722a32f19d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAEQMEFCExUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAyH/2gAMAwEAAhEDEQA/AM6aUptcytjViqhrPZvj5J7GmIF1fsRCK3R4X//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qU3GSsEaq","title":"Jane Goodall says humanity's 'disrespect of the natural world' brought on the pandemic","shortId":"qU3GSsEaq","createdAt":"2021-05-20T21:33:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025773,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:17:35.000Z","url":"https://www.livescience.com/jane-goodall-templeton-prize-sustainability-nature.html","canonicalUrl":"https://www.livescience.com/jane-goodall-templeton-prize-sustainability-nature.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2859ec0fd7039bdf708e353cd8a85a1e","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAAYBBAMAAAAAAAAAAAAAAQIDBAURAAYSITEHE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAQDESH/2gAMAwEAAhEDEQA/ALPMcy3023iouFblauJUpgFZK9xEy1xQjQiNj8rvvMpZz8wVogVJ8r6wIUC7lTXVcXjGTqKLkrqzDpgnZn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0NGJ3W2dy","title":"Lamar Odom on His Journey Through the NBA, Addiction, and Being Reborn","shortId":"0NGJ3W2dy","createdAt":"2021-05-20T21:19:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025759,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:14:41.000Z","url":"https://www.theringer.com/2021/5/20/22446394/lamar-odom-on-his-journey-through-the-nba-addiction-and-being-reborn","canonicalUrl":"https://www.theringer.com/2021/5/20/22446394/lamar-odom-on-his-journey-through-the-nba-addiction-and-being-reborn","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/31fc122d41571d35c8dbff6d76f0379d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAgIBAQkBAAAAAAAAAAAAAQIDBAARBQYHEhMhIlFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRQf/aAAwDAQACEQMRAD8A3eGli0rbjbRuXJ7cl+K5UhjcgJVjQqiqoA8vZ1+Dtplda71a8UjRLzMoY6fR+YxgWlos8P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"GJqk7vFhy","title":"Apple employees call for company to support Palestinians in internal letter","shortId":"GJqk7vFhy","createdAt":"2021-05-20T21:12:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025752,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T21:05:06.000Z","url":"https://www.theverge.com/2021/5/20/22446059/apple-employees-palestinians-support-internal-letter-tim-cook","canonicalUrl":"https://www.theverge.com/2021/5/20/22446059/apple-employees-palestinians-support-internal-letter-tim-cook","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f65cf3f1649950cfdf1aa7e38d23aca9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAEQIEEiEiYWL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDPCnLVrvTnrLYxpxGDiSCribNAGjY6Ng+pMKsA+PfyIiPuDx//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yOz4nnt02","title":"Urban Meyer Can’t Stop Believing in Tim Tebow","shortId":"yOz4nnt02","createdAt":"2021-05-20T21:05:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025745,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:52:25.000Z","url":"https://www.theringer.com/nfl/2021/5/20/22446298/tim-tebow-urban-meyer-reunited-jacksonville-jaguars","canonicalUrl":"https://www.theringer.com/nfl/2021/5/20/22446298/tim-tebow-urban-meyer-reunited-jacksonville-jaguars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9679786d756c5535e278295cbaf38ddb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQUAAwEAAAAAAAAAAAABAgMABAUGERIhcSL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAQACAwEAAAAAAAAAAAAAAAECAwAEIYH/2gAMAwEAAhEDEQA/ALzVdan2XFZm2v8AMXZBjSNHP7KMwDFx5E/ODgqsj1C3t41hiXGiOMBF8sbEx4PQ6SOn7SlJtlGaj3J69atqIpz3P//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"2fYRFWHq2","title":"Belkin’s $99 SoundForm Connect Audio lets you add AirPlay 2 to any speaker","shortId":"2fYRFWHq2","createdAt":"2021-05-20T21:01:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025741,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:58:35.000Z","url":"https://www.theverge.com/2021/5/20/22446088/belkin-soundform-connect-audio-airplay-2-adapter-dongle","canonicalUrl":"https://www.theverge.com/2021/5/20/22446088/belkin-soundform-connect-audio-airplay-2-adapter-dongle","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad72b79ead1112e755321720a603a848","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABBAICAgMAAAAAAAAAAAABAgMEEQAGBRMHISIxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAwACIQT/2gAMAwEAAhEDEQA/AC5mxN7JxnLztkmT5ETtYZS6hKQkOoKVH4V7H2CbojKWH5Q2RiGw0Xo7pbbSjscatSqFWT+k4xhaXXsNMYZzrqcE/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dG7BHdVri","title":"Full Stack Ethereum Development – a Complete Guide","shortId":"dG7BHdVri","createdAt":"2021-05-19T20:55:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":2316,"score":27025709,"tagsStr":"general-programming,react,crypto,blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-20T13:00:00.000Z","discussionScore":10,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:45:00.000Z","url":"https://www.freecodecamp.org/news/full-stack-ethereum-development/","canonicalUrl":"https://www.freecodecamp.org/news/full-stack-ethereum-development/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9c748520cc33c598a98fc17a7cdd518","ratio":1.63541666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACAwQREhMhIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDUIaiUyvjkDdricYcdQeBbqytmO9KIozh0/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@dabit3","readTime":18,"description":null,"toc":null,"summary":null},{"id":"ZaoL0XSaC","title":"Apple’s new privacy ad imagines Thanos-snapping your stalkers out of existence","shortId":"ZaoL0XSaC","createdAt":"2021-05-20T20:23:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025703,"tagsStr":"apple,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:21:43.000Z","url":"https://www.theverge.com/2021/5/20/22446220/apple-privacy-ad-video-ad-tracking-transparency","canonicalUrl":"https://www.theverge.com/2021/5/20/22446220/apple-privacy-ad-video-ad-tracking-transparency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/116ddb5fafd09e3e669f7ea59a9e1eeb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAgMRAAEEBRIhBjEzQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDOs3JewE5zyWw9RXEXDx3kBK8+5tHyIqjkdM6SrIat+GLmgVxNu8x3la/JRPE94pSicFP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cq7Ey1697","title":"‘WrestleMania Backlash’ Reactions","shortId":"cq7Ey1697","createdAt":"2021-05-20T20:20:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025700,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:11:52.000Z","url":"https://www.theringer.com/2021/5/20/22446279/wrestlemania-backlash-reactions","canonicalUrl":"https://www.theringer.com/2021/5/20/22446279/wrestlemania-backlash-reactions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4e2cef2c5a05a948eb6f4ce3b720cea1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABBAEDBQAAAAAAAAAAAAABAgMEESEABQYSE0FRcv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwCa8c4pGlx90TIkvrZDZdZawUoUCKuwbFE4FeM+5zI3ANvuI7CD0qKbKU5o/Ommnjtdt0y70Ayf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9otmFBVoY","title":"Börsengang von SUSE – Ein paar Bemerkungen","shortId":"9otmFBVoY","createdAt":"2021-05-20T20:08:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025688,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:56:37.000Z","url":"https://curius.de/2021/05/boersengang-von-suse-ein-paar-bemerkungen/","canonicalUrl":"https://curius.de/2021/05/boersengang-von-suse-ein-paar-bemerkungen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f632dc66399a445ea3b14951152c5e0","ratio":1.6141235813367,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwQFESETQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDQNnuDrjFVOLRHw1MkGuw3G1eWjJ271ESw1WyJn//Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Yz5Uq6KD3","title":"FDA issues mammography alert for Md facility","shortId":"Yz5Uq6KD3","createdAt":"2021-05-20T20:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025686,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:51:44.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132454&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132454","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30295ee8c525317ff5b1118c82ce8562","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgAF/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEhEhUQYi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwAPDgfkJraFjnnhk0Qy7SKTvqpKKpUekbc8Ajujd7ibWK8njt8zYSQpIyo52/Sg9HoeVkVVcMp2K//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"zrEsno93y","title":"The Pixel 6 Pro could have a curved screen and a triple rear camera, new leak suggests","shortId":"zrEsno93y","createdAt":"2021-05-20T20:01:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025681,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T20:00:10.000Z","url":"https://www.theverge.com/2021/5/20/22446078/google-pixel-6-pro-leak-specs-camera-screen","canonicalUrl":"https://www.theverge.com/2021/5/20/22446078/google-pixel-6-pro-leak-specs-camera-screen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6af50949b12e67a16f5cd2e87d0d0bdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEBRMUQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A3ruq3Tn8TwWsnt211XaS2oNOKCcUn6cluIiFf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ojmFECXT7","title":"Biofuel \"Fuel Beyond\"","shortId":"ojmFECXT7","createdAt":"2021-05-20T19:40:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27025660,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.behance.net/gallery/119641177/Biofuel-Fuel-Beyond","canonicalUrl":"https://www.behance.net/gallery/119641177/Biofuel-Fuel-Beyond","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/d97909119641177.60a252396a050.gif","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQACBAMFBgcRITIzkrHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQACAwAAAAAAAAAAAAAAAAAAAhESUf/aAAwDAQACEQMRAD8AxmLmPc2B4rxIkhzxyeCPX2ymnGN217KfgERJJouH/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"e6g9SrroX","title":"??? TO DAYS","shortId":"e6g9SrroX","createdAt":"2021-05-20T15:48:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27025428,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.behance.net/gallery/118038047/-TO-DAYS","canonicalUrl":"https://www.behance.net/gallery/118038047/-TO-DAYS","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3e9ca45278a90849713f105339a9385","ratio":1.41414141414141,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAyEEEQUSUXHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAiEQAAAwcFAAAAAAAAAAAAAAABAhEAAwQFEiFRBjFCkbH/2gAMAwEAAhEDEQA/ANFgc9DyMzegnjc4U6tN817pVBmaOolytCht7PlEUzUTwZc+KVxyVVvsiesEpqjIcKzCCYt3lv/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1KMmXLRA4","title":"Numbers won’t tell us when the pandemic is over","shortId":"1KMmXLRA4","createdAt":"2021-05-20T19:38:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025658,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:31:19.000Z","url":"https://www.theverge.com/22445906/social-end-pandemic-covid-adjustment-death-vibes","canonicalUrl":"https://www.theverge.com/22445906/social-end-pandemic-covid-adjustment-death-vibes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ada4d3e8c53dcbd2c7a03f2e51207d86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgIDAQADAAAAAAAAAAAAAQMCBAAFMREGIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQAEERJBIf/aAAwDAQACEQMRAD8A1Kb7L/xrY1D6tE0y8jHsTKHQQAfruW0N179FrnWWFr2VlzYwwiDORiCTz9OMYKqDkeRdrzVOz//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5GmJ9tqv6","title":"Vaginal birth vs. C-Section: Pros & cons","shortId":"5GmJ9tqv6","createdAt":"2021-05-20T19:17:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025637,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:05:17.000Z","url":"https://www.livescience.com/45681-vaginal-birth-vs-c-section.html","canonicalUrl":"https://www.livescience.com/45681-vaginal-birth-vs-c-section.html","image":"https://cdn.mos.cms.futurecdn.net/i7nrpPUEUYprAJ9SUrdHfR-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"gZLNJlKx0","title":"Carestream picks cloud platform to deliver AI apps","shortId":"gZLNJlKx0","createdAt":"2021-05-20T19:11:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025631,"tagsStr":"cloud,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:48:57.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132453&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132453","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3d0c12d0564cc6d342c44323c6a894d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACcQAAEDAwMBCQAAAAAAAAAAAAECAwQFBhEAITFBBxITIiMzUmGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAOhIkH/2gAMAwEAAhEDEQA/AIs2wLVq1NfqLT9Vt9loeomXHDjCTsPcz1OOT11n0dntqKQlRuvcjPljgj8Pe3GmZFQmyWnBJlyHgqPv4jqlZ55yfoaEqOwFEBlsDPxGjKbCT1kU6VjzZ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"xxEp9d9pq","title":"The PlayStation 5 is available at Walmart","shortId":"xxEp9d9pq","createdAt":"2021-05-20T19:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025626,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:00:12.000Z","url":"https://www.theverge.com/2021/5/20/22445559/playstation-5-ps5-restock-walmart","canonicalUrl":"https://www.theverge.com/2021/5/20/22445559/playstation-5-ps5-restock-walmart","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80b3de8d8fbd30d5aae40210be570734","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIxBiFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB4RAAIBAwUAAAAAAAAAAAAAAAECAAMEESJBUbLB/9oADAMBAAIRAxEAPwDKWxtl7pW5RltnLkqPq4CNkBDa1EDtwc8fKgKlM5O1vhqV5UUHJ980pVksNVe4B2YdFhisoITPHpn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oGReG8JoP","title":"How Ford’s F-150 Lightning stacks up against the Tesla Cybertruck and Hummer EV","shortId":"oGReG8JoP","createdAt":"2021-05-20T18:49:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025609,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:42:36.000Z","url":"https://www.theverge.com/2021/5/20/22445725/ford-f150-lightning-ev-truck-specs-cybertruck-hummer-rivian","canonicalUrl":"https://www.theverge.com/2021/5/20/22445725/ford-f150-lightning-ev-truck-specs-cybertruck-hummer-rivian","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b4bf5e25f5eae13ca0878fd7fe2658e","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCABEhBAWBBgcSIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAQEBAQEAAAAAAAAAAAAAAAECABED/9oADAMBAAIRAxEAPwCdSdxt9ZuaZIYlK0yPmsKiQy+M4xbmtw3/AFzQGGcQZ+1hf7zSlHpVSHHVIlXpv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"lWA6dVYER","title":"Brace yourself for an 'above normal' hurricane season in 2021, NOAA predicts","shortId":"lWA6dVYER","createdAt":"2021-05-20T18:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025605,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:28:05.000Z","url":"https://www.livescience.com/atlantic-hurricane-season-noaa-2021.html","canonicalUrl":"https://www.livescience.com/atlantic-hurricane-season-noaa-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17ba71884148d5409dd7c3194bc782b2","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFERIhBjEWMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAABAiEi/9oADAMBAAIRAxEAPwDHzuJvYMjZXUuSke3EgaQKvFtKgGwv12ATrobPuqU+PTIssni2OndxyaWYsXcnss2v0+zSlPHSslnl0f/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8j6LEnTYz","title":"ASRT announces education awards","shortId":"8j6LEnTYz","createdAt":"2021-05-20T18:31:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025591,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:24:14.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132452&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132452","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee40173abaed7026bed3b2fd4d014655","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAH/8QAJRAAAQIFAwQDAAAAAAAAAAAAAQIDAAQFBhIRISIHMUFxCBMW/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMEEv/aAAwDAQACEQMRAD8Arw6m1eVo9Rtudk5V6aebRvLrUTLtq5YlQAyIAA8d4QY+QlXbYbQq22FFKQCQ+rfQeoxK+3F/oMs1ZKZ5HXc+4Kbdc+tPNXYeYfXhWg898pH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"JzZNNmO5qv","title":"Snap’s new Spectacles let you see the world in augmented reality","shortId":"JzZNNmO5qv","createdAt":"2021-05-20T18:10:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025570,"tagsStr":"ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T18:03:41.000Z","url":"https://www.theverge.com/2021/5/20/22445481/snap-spectacles-ar-augmented-reality-announced","canonicalUrl":"https://www.theverge.com/2021/5/20/22445481/snap-spectacles-ar-augmented-reality-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f9350ed33d3fc98e8dd1b8c2e3c7e068","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAARBQYHISIxUfD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMEEjL/2gAMAwEAAhEDEQA/AMl3J6pk5yCB60DUJ6NgTwypKWIIOvofjl4K1y9BHbfl76NOolKqy6UsN6Hr8ecYyDJvdOTDRFcDYT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"gim1yP_Z-","title":"GMMK: RGB-Beleuchtung per Skript steuern – auch für andere Tastaturen","shortId":"gim1yP_Z-","createdAt":"2021-05-20T18:08:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025568,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:36:04.000Z","url":"https://www.tutonaut.de/gmmk-rgb-beleuchtung/","canonicalUrl":"https://www.tutonaut.de/gmmk-rgb-beleuchtung/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7a2f9d92fdf6bb82a6a803bdffdf35a","ratio":1.33184523809524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAkEAABAgMIAwAAAAAAAAAAAAABAgQABREDBgcSEyJBcSFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARMf/aAAwDAQACEQMRAD8AmV0JlcqynbNvMS6DDUGpbb6Zek+fVeotQZ4SAbpkkK5yPllNfh5EIQCo7t//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":8,"description":null,"toc":null,"summary":null},{"id":"weYLjmfpj","title":"This Brain-Controlled Robotic Arm Can Twist, Grasp—and Feel","shortId":"weYLjmfpj","createdAt":"2021-05-20T18:04:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025564,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:00:00.000Z","url":"https://www.wired.com/story/this-brain-controlled-robotic-arm-can-twist-grasp-and-feel/","canonicalUrl":"https://www.wired.com/story/this-brain-controlled-robotic-arm-can-twist-grasp-and-feel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b16ab9197a4b537d8d759673a80749a8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEAAURMQYHEkH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAABEBAAL/2gAMAwEAAhEDEQA/AIYN7HJo4qzauksyyn6sRoFeReOmPHJ77yp0Pd3mFehWhhfXCOONUUGoCQAAB+4xgkHU6qO//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"r-BcLXcg9","title":"Axonics gets FDA nod for using extremity MRI with r-SNM","shortId":"r-BcLXcg9","createdAt":"2021-05-20T18:01:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025561,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:40:51.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132450&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132450","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30295ee8c525317ff5b1118c82ce8562","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgAF/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEhEhUQYi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwAPDgfkJraFjnnhk0Qy7SKTvqpKKpUekbc8Ajujd7ibWK8njt8zYSQpIyo52/Sg9HoeVkVVcMp2K//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZtW4wkyRF","title":"Snapchat gets augmented reality Legos you can build with a friend","shortId":"ZtW4wkyRF","createdAt":"2021-05-20T18:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025560,"tagsStr":"ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:55:00.000Z","url":"https://www.theverge.com/2021/5/20/22445495/snapchat-connected-lenses-ar-friends-lego","canonicalUrl":"https://www.theverge.com/2021/5/20/22445495/snapchat-connected-lenses-ar-friends-lego","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb53df77e0e929adffdc33f29bfdfdfb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQMCAAUREgQhMQb/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMhEf/aAAwDAQACEQMRAD8ArOQ9sbhcmMEZOSWyUqOsdRADXvPoHtYfH+0uUULjALEREAAjPWKUoLo4xTRq6f/Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YK6KKytwiD","title":"Slack is having problems, it’s not just you","shortId":"YK6KKytwiD","createdAt":"2021-05-20T18:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025560,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:59:45.000Z","url":"https://www.theverge.com/2021/5/20/22446007/slack-down-outage-messages-trouble-loading","canonicalUrl":"https://www.theverge.com/2021/5/20/22446007/slack-down-outage-messages-trouble-loading","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71a16a8d91ae131b91adec54cf301040","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQUAAwEAAAAAAAAAAAAAAwABAgQREiJRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzxVtDFRsgnVCSZsaBZbzE7PvX74odbxkRKA//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_Mke8NIgp","title":"Snap Made AR Glasses—but You Won’t Be Buying Them","shortId":"_Mke8NIgp","createdAt":"2021-05-20T17:57:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025557,"tagsStr":"general-programming,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:55:00.000Z","url":"https://www.wired.com/story/snap-spectacles-ar/","canonicalUrl":"https://www.wired.com/story/snap-spectacles-ar/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a553798b3bdbe5a8d2d038aa214b6f40","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAwABAgcAAAAAAAAAAAAAAQIDAAUhBAYRFDFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAgIBBQAAAAAAAAAAAAAAAQMAAgQREiHh8f/aAAwDAQACEQMRAD8AynM+rWp3XEBqo6kAhX2PX4RtkstONZJQ3cF1DePeMYcOOtSxsGnglZTktrc1B4Hc/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"-T9Q-tLfl","title":"Jonathan McDowell: Losing control to Kubernetes","shortId":"-T9Q-tLfl","createdAt":"2021-05-20T17:56:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27025556,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:43:13.000Z","url":"https://www.earth.li/~noodles/blog/2021/05/losing-control-to-k8s.html","canonicalUrl":"https://www.earth.li/~noodles/blog/2021/05/losing-control-to-k8s.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0b1b0910296632be215e9b2ade4cd79","ratio":1.15273775216138,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAkEAABAwIEBwAAAAAAAAAAAAABAgMRAAUEBhMxIjM0YXFzsf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ABrjb2l2Fd2wd5KChjWWwVbQJgxtUW3nIaaYaWsQOIuQVd9qJu3S4r0H5QLfLT4FGgkb/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ZhFd9lRiH","title":"Snap will launch a standalone iOS video editing app called Story Studio later this year","shortId":"ZhFd9lRiH","createdAt":"2021-05-20T17:40:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025540,"tagsStr":"ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:35:00.000Z","url":"https://www.theverge.com/2021/5/20/22445373/snap-ios-story-studio-app-video-edit-app-spotlight","canonicalUrl":"https://www.theverge.com/2021/5/20/22445373/snap-ios-story-studio-app-video-edit-app-spotlight","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/175f26ca0d7bf346edfab6ff1c724c64","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQMCAAQFEQYSEyEiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAECADEEBhH/2gAMAwEAAhEDEQA/AIPhq+51Y9kELg6R0Zjez5arQVrjVttksYFSnOAlI9P2SO/2lKkbE7IyEG+xuFRn/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"CRqBhMUEo","title":"12 Best Design Podcasts To Keep You Inspired At Home","shortId":"CRqBhMUEo","createdAt":"2021-05-20T13:13:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025273,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T08:12:59.000Z","url":"https://marketsplash.com/design-podcasts/","canonicalUrl":"https://marketsplash.com/design-podcasts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81253780f538ba75463920e212003e2b","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAGhAAAwEAAwAAAAAAAAAAAAAAAAECEQMhMf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAxAv/aAAwDAQACEQMRAD8A0E21x3KzH70QADVdqIcgqG3/2Q==","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":9,"description":null,"toc":null,"summary":null},{"id":"8CqJUK30o","title":"Improving your monitoring setup by integrating Cloudflare’s analytics data into Prometheus and Grafana","shortId":"8CqJUK30o","createdAt":"2021-05-20T13:02:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"cloudflare","views":6,"score":27025525,"tagsStr":"infrastructure,kubernetes,devops,graphql,cloudflare,prometheus,grafana","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:00:15.000Z","url":"https://blog.cloudflare.com/improving-your-monitoring-setup-by-integrating-cloudflares-analytics-data-into-prometheus-and-grafana/","canonicalUrl":"https://blog.cloudflare.com/improving-your-monitoring-setup-by-integrating-cloudflares-analytics-data-into-prometheus-and-grafana/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f23a3e891bae42c8092ed494baa576a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhABAAICAQUAAAAAAAAAAAAAAQACAxEEEyEiUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANOcTDl6V7W5OSzfYbDx+SyolQXaHd9xEIa//9k=","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_g51rnDK0","title":"FCC reduces out-of-state prison phone rates","shortId":"_g51rnDK0","createdAt":"2021-05-20T17:23:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025523,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:22:13.000Z","url":"https://www.theverge.com/2021/5/20/22445899/fcc-state-phone-rates-prison-authority-jessica-rosenworcel","canonicalUrl":"https://www.theverge.com/2021/5/20/22445899/fcc-state-phone-rates-prison-authority-jessica-rosenworcel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/088aa0fc1bc626e5f2f176e57f8fab83","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAQQBBAMBAAAAAAAAAAAAAQIDBAUABhETMQcSQlH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCA074+i2929WMTXYauAuF1KAsHYj5PXf7mganSNTHqobKocZxTbKEFfGR7bJA37xjGjX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"varjwCkB5","title":"The Historic No-hitter Pace Is Bad for Fans. But It May Be Just What MLB Needs.","shortId":"varjwCkB5","createdAt":"2021-05-20T17:23:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025523,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:20:58.000Z","url":"https://www.theringer.com/mlb/2021/5/20/22445848/no-hitters-spencer-turnbull-corey-kluber","canonicalUrl":"https://www.theringer.com/mlb/2021/5/20/22445848/no-hitters-spencer-turnbull-corey-kluber","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1551a5c01cded2aaba20bcea15d35586","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgEDBBEAEhMhMQX/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDS5PyIrs45BNgbzDBvt8gooKRUi7ClbV1XfmWDwuwo7iMI2htiWgLQjaeJ15jGAm8KTdH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"MOaMzkY4h","title":"Excision drops long-awaited ‘Back to Back’ with Armanni Reign, UBUR on 20-track ‘Night: Vol. 4’ compilation","shortId":"MOaMzkY4h","createdAt":"2021-05-20T17:18:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025518,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:16:27.000Z","url":"https://dancingastronaut.com/2021/05/excision-drops-long-awaited-back-to-back-with-armanni-reign-ubur-on-20-track-night-vol-4-compilation/","canonicalUrl":"https://dancingastronaut.com/2021/05/excision-drops-long-awaited-back-to-back-with-armanni-reign-ubur-on-20-track-night-vol-4-compilation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19da8f42e2d659af3af99607471c718e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAASBQYTcSEiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAwADAAAAAAAAAAAAAAACAAMRARIh/9oADAMBAAIRAxEAPwDNuweefrtXgnvTWa5SK3Xh1GwQkhVDH4GrM3sE5NS4KzHTgSTw7rGob7n9A9YxjHF77p77FK6AUsn/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"89kSGZL-8","title":"AWS CDK for EKS — Handling Helm Charts","shortId":"89kSGZL-8","createdAt":"2021-05-20T07:04:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":4,"score":27025228,"tagsStr":"aws,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T02:23:13.000Z","url":"https://jimmy-ray.medium.com/aws-cdk-for-eks-handling-helm-charts-aa002afedde4","canonicalUrl":"https://jimmy-ray.medium.com/aws-cdk-for-eks-handling-helm-charts-aa002afedde4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66ff5824ba7118179b5ff1ca03eb14a2","ratio":0.839195979899497,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQf/xAAfEAACAgIBBQAAAAAAAAAAAAABAgAhAxFBBCVRYcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ai2JS/RJrK2Mrz6hLUxAsDnzFHHazqq+wuB//2Q==","siteTwitter":"@Medium","creatorTwitter":"@jimmyraywv","readTime":5,"description":null,"toc":null,"summary":null},{"id":"dlunYf0qg","title":"People are bidding millions for the first ride on Blue Origin’s suborbital crew capsule","shortId":"dlunYf0qg","createdAt":"2021-05-20T17:11:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025511,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T17:01:50.000Z","url":"https://www.theverge.com/2021/5/20/22445585/jeff-bezos-blue-origin-new-shepard-millions-auction-bid","canonicalUrl":"https://www.theverge.com/2021/5/20/22445585/jeff-bezos-blue-origin-new-shepard-millions-auction-bid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7223d1f7986236a26a39e2c9ce187733","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxIEBQYTIRFBwf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAMBAgQxUf/aAAwDAQACEQMRAD8AzJt1cdL4EbxE+7ByEAEe1R30xxsdGx/J76lcPiIpUyGTGx3Qvh//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lfJP-yshT","title":"Understanding React","shortId":"lfJP-yshT","createdAt":"2021-05-14T21:21:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":175,"score":27017787,"tagsStr":"react,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:56:28.000Z","url":"https://itnext.io/understanding-react-%EF%B8%8F-3bc9589ab166","canonicalUrl":"https://itnext.io/understanding-react-%EF%B8%8F-3bc9589ab166","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5423a2de583c5b8ae639807605d8ce3","ratio":1.52173913043478,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhBDH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzHXf5BSivTrgYTn2QsQWJHBvIiB//9k=","siteTwitter":"@itnext_io","creatorTwitter":"@lobellomatteo","readTime":7,"description":null,"toc":null,"summary":null},{"id":"0nzAHbE2M","title":"Get ready for a busy Atlantic hurricane season","shortId":"0nzAHbE2M","createdAt":"2021-05-20T17:01:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025501,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:56:00.000Z","url":"https://www.theverge.com/2021/5/20/22445539/2021-atlantic-hurricane-season-noaa-forecast","canonicalUrl":"https://www.theverge.com/2021/5/20/22445539/2021-atlantic-hurricane-season-noaa-forecast","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50065fe0bd8f4b8479caf4ddb2bb8a1e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQACAwYSBAUHETETISVScf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIS/9oADAMBAAIRAxEAPwCTqNVVTYTMnWZ3iBGyUhscY6YtJBtOx7gbfeVjX6j1Re7yk3PsURD0yuS//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"d-T9pSVeq","title":"Acer Swift 3X review: not quite swift enough","shortId":"d-T9pSVeq","createdAt":"2021-05-20T16:56:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025496,"tagsStr":"hardware,swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:54:03.000Z","url":"https://www.theverge.com/22445605/acer-swift-3x-review-14-inch-laptop-specs-features-price","canonicalUrl":"https://www.theverge.com/22445605/acer-swift-3x-review-14-inch-laptop-specs-features-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3b3b24a33a968ba9a3e29f99cd86c9c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAURIUEHEv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAAyEiQf/aAAwDAQACEQMRAD8AmB6HJLf7dLPbEaSOMRAJOyIC2Mt8ju61G22JwNnPaUqexJ2DlxdkE3Se5//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yYh0tj1rN","title":"‘Save Me’ featuring Violet Days sees GATTÜSO embrace his emotional side","shortId":"yYh0tj1rN","createdAt":"2021-05-20T16:40:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025480,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/save-me-featuring-violet-days-sees-gattuso-embrace-his-emotional-side/","canonicalUrl":"https://dancingastronaut.com/2021/05/save-me-featuring-violet-days-sees-gattuso-embrace-his-emotional-side/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a11f73fac0303fe14e22592339db38e2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACBAMFERITISIxQVGBov/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECUQMhMf/aAAwDAQACEQMRAD8AzB0QzLbIpxK7ZMOI01WtOpgZygkgHu44b6OeqmFlhkZN3gg+Nuvw+URMOtUVk0ouz//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"otIdhZTyH","title":"Pendulum to release first body of work in more than a decade, ‘Elemental’","shortId":"otIdhZTyH","createdAt":"2021-05-20T16:27:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025467,"tagsStr":"aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:20:34.000Z","url":"https://dancingastronaut.com/2021/05/pendulum-announce-june-17-return-with-first-body-of-work-in-more-than-a-decade/","canonicalUrl":"https://dancingastronaut.com/2021/05/pendulum-announce-june-17-return-with-first-body-of-work-in-more-than-a-decade/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2bfc2c0a3b849bc8a5c35f0a14ff2b2","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDBAAFERIGIRNCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACERMh/9oADAMBAAIRAxEAPwCRxhbHCt4T5rbJSBFPK0UfbbOfb7WUlXKGcp4mYwttEaqAJ1qmekpSjqFC7GGxJw5Fbmc6UAA9Gz//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"uhZ1NwnpK","title":"Two years later, Ibranovski reconvenes with Tchami’s Confession—stream ‘Only You’","shortId":"uhZ1NwnpK","createdAt":"2021-05-20T16:27:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025467,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:26:46.000Z","url":"https://dancingastronaut.com/2021/05/after-two-years-ibranovski-has-reconvened-with-tchamis-confession-stream-only-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/after-two-years-ibranovski-has-reconvened-with-tchamis-confession-stream-only-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1d741e23157ab94121e14403e869130","ratio":1.49953139643861,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESESJEGS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAIRH/2gAMAwEAAhEDEQA/AMOsDyLXBlPBiLKcVwUw441zwRspwrXuckeaqcUuKSesfqlKI3szgX//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WHuN1vf5d","title":"World's first nuclear bomb test created rare, otherworldly crystal","shortId":"WHuN1vf5d","createdAt":"2021-05-20T16:19:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025459,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:12:52.000Z","url":"https://www.livescience.com/trinity-nuclear-bomb-test-rare-quasicrystal.html","canonicalUrl":"https://www.livescience.com/trinity-nuclear-bomb-test-rare-quasicrystal.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76b64dec6256a9ea177d12272edc4be4","ratio":1.29589632829374,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgEDBAAFEQYhBxIiMVKBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAFBAgP/2gAMAwEAAhEDEQA/AKbVcfiPftZ3Zu1Dc24zLxBHJt5Y7LQCvSqbohkuy537+q3u2g+3booSz55ItAjpeR4TK/c0pRyqU6OH/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cWbH4diLr","title":"Epic’s Mega Sale returns with free NBA 2K21 and deals on Assassin’s Creed Valhalla, Cyberpunk 2077, and more","shortId":"cWbH4diLr","createdAt":"2021-05-20T16:19:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025459,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:13:41.000Z","url":"https://www.theverge.com/2021/5/20/22445708/epic-games-mega-sale-free-deals-coupons","canonicalUrl":"https://www.theverge.com/2021/5/20/22445708/epic-games-mega-sale-free-deals-coupons","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3cab9dc09c7b7c3360f7dd938801071","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBRIUMiEx4f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACMSHw/9oADAMBAAIRAxEAPwDI2i300WRIlyEk8VAE3WsN1GBuJPgZ9VDTQ1dFc3zlhnp9pSgvZap57IZbLEbP/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"l1zL5NTCt","title":"Are Giannis and the Milwaukee Bucks’ Defense Ready for the Playoffs?","shortId":"l1zL5NTCt","createdAt":"2021-05-20T16:17:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025457,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T16:04:34.000Z","url":"https://www.theringer.com/video/2021/5/20/22445134/are-giannis-and-the-milwaukee-bucks-defense-ready-for-the-playoffs","canonicalUrl":"https://www.theringer.com/video/2021/5/20/22445134/are-giannis-and-the-milwaukee-bucks-defense-ready-for-the-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e07046701534c00abd71f726e8eb0f1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIhAAMEERIFFlFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHREAAAUFAAAAAAAAAAAAAAAAAAECAyERUXHB0f/aAAwDAQACEQMRAD8Ajby1zDf6hlWud/GZEXi5AYyWLediNR9rT7gyGlQVUyFDmPVKU7RyrIlegk0touj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QrDzKVEj3","title":"AI enables noninvasive tumor pathology mapping on brain MRI","shortId":"QrDzKVEj3","createdAt":"2021-05-20T16:12:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025452,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:55:01.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132449&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132449","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c2add01c22da8a6d7d15989927e9d58","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQQGB//EACEQAAAEBgMBAAAAAAAAAAAAAAABAgMEERJBUXEhImHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADERL/2gAMAwEAAhEDEQA/AMeagoZtBUtlOXuNAOJaJaiJPEzz8C0e2ig+ibW0IEDGYdFpfZcEOZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ssID_H5lw","title":"New opportunities in the Red Hat Desktop team","shortId":"ssID_H5lw","createdAt":"2021-05-20T16:04:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27025444,"tagsStr":"red-hat","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:00:00.000Z","url":"https://blogs.gnome.org/uraeus/2021/05/20/new-opportunities-in-the-red-hat-desktop-team/","canonicalUrl":"https://blogs.gnome.org/uraeus/2021/05/20/new-opportunities-in-the-red-hat-desktop-team/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"lph7VVO1K","title":"Acclaimed TimeSplitters franchise set to return under reborn Free Radical studio","shortId":"lph7VVO1K","createdAt":"2021-05-20T15:58:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:56:53.000Z","url":"https://www.theverge.com/2021/5/20/22445699/timesplitters-free-radical-design-deep-silver","canonicalUrl":"https://www.theverge.com/2021/5/20/22445699/timesplitters-free-radical-design-deep-silver","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5abfe41c8d883b3fbbaee85ac94e4bf","ratio":1.90789473684211,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQMEEQACEiEFFAYiMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMRBBIhof/aAAwDAQACEQMRAD8AvmjJq0aIcmi2R7TpbrqEpjG7FMHKAIkk7iJ3+1k3C3MlwqRyotGR9bW4AG/gE6FKVXHFuIv0okldGBpxf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0nD_Kkunp","title":"Ford teams up with South Korea’s SK Innovation to build EV batteries in the US","shortId":"0nD_Kkunp","createdAt":"2021-05-20T15:46:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025426,"tagsStr":"venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:45:51.000Z","url":"https://www.theverge.com/2021/5/20/22445688/ford-sk-innovation-ev-battery-production-joint-venture","canonicalUrl":"https://www.theverge.com/2021/5/20/22445688/ford-sk-innovation-ev-battery-production-joint-venture","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/092a636ea530dd0d39fd3af3a68dadf3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYSIUGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAABEA/9oADAMBAAIRAxEAPwC73T3KF7TYrhcibjMMm2mjCC+oq6vsL+ZoUKS6qGwp4pW6W0lagKBNeTXrGMLC/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6Zp0P4TgF","title":"125BPM vs 100KPH","shortId":"6Zp0P4TgF","createdAt":"2021-05-20T12:05:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27025205,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:00:00.000Z","url":"https://blog.jimmac.eu/2021/100kph/","canonicalUrl":"https://blog.jimmac.eu/2021/100kph/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfb655414604632b0aefab3fd312ad79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADEQYTITElkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgMAAwAAAAAAAAAAAAAAASEAAgMEEmH/2gAMAwEAAhEDEQA/AMPpyVhGkA4jUwrUt3CTvEpKjcOMDJPPHYx0aiMfpbJ8LZ9q+0pTMcTEMVDhu+mhXYr2f//Z","siteTwitter":"@jimmac","creatorTwitter":"@jimmac","readTime":0,"description":null,"toc":null,"summary":null},{"id":"n3Pne1b23","title":"Can Nikola Jokic Carry the Denver Nuggets Through the Playoffs?","shortId":"n3Pne1b23","createdAt":"2021-05-20T15:46:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:35:27.000Z","url":"https://www.theringer.com/video/2021/5/20/22443943/can-nikola-jokic-carry-the-denver-nuggets-through-the-playoffs","canonicalUrl":"https://www.theringer.com/video/2021/5/20/22443943/can-nikola-jokic-carry-the-denver-nuggets-through-the-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/152626576213bddc6405189225e9fc9b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBgcREiExgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAD/9oADAMBAAIRAxEAPwCL0HgLDIbXaiuLiNjdlpOswYjqIwGQcevDEn7WYRIWiQljyQDSlNwWroc/aSYhN//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"kx39QtKtjE","title":"Wizardry, the algorithmic trading framework","shortId":"kx39QtKtjE","createdAt":"2021-05-17T18:52:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":28,"score":27021699,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:18:17.000Z","url":"https://itnext.io/wizardry-the-algorithmic-trading-framework-b90046fcb80","canonicalUrl":"https://itnext.io/wizardry-the-algorithmic-trading-framework-b90046fcb80","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a358aec62720a2fdc8aaa538f062ebc","ratio":1.40056022408964,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAxESIQRB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQISQf/aAAwDAQACEQMRAD8A03ZX7y7FLqgueAr8l1S/UbWqWx3CxEbEKCWn/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WrVGatvt8","title":"Revealed: London 2022 poster for ISMRM and ESMRMB congress","shortId":"WrVGatvt8","createdAt":"2021-05-20T15:37:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27025417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:35:43.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132448&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132448","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a28079cd52938e6fa25ac2166e62856","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAUhABEGMRJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAcEQABBAMBAAAAAAAAAAAAAAADAAECoREyQeH/2gAMAwEAAhEDEQA/AKXBwPjY2x9/ESJH8QW6Ql26J63s+t8G2fHXaxKxu0wS5JAkAA39cf8AnFOrU8dovUrQwObCKWijCkjr12OYTkMpkFv2VW9bCiVgAJm1s/vFYpY9pC8BZ1vxf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"zzRMJ-p5y","title":"25 Neumorphism UI Design Inspirations and Examples","shortId":"zzRMJ-p5y","createdAt":"2021-05-20T15:20:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025400,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:00:39.000Z","url":"https://superdevresources.com/neumorphism-ui-design-inspiration/","canonicalUrl":"https://superdevresources.com/neumorphism-ui-design-inspiration/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38a3016c7a0b790492bd232b7d345d36","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAyEREv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8A0RdYSrBGCNoBO7wSf1ERRFW//9k=","siteTwitter":"@superdevres42","creatorTwitter":"@monikaratan","readTime":11,"description":null,"toc":null,"summary":null},{"id":"DR9xH6Cwg","title":"A Full Round of Premier League Fixtures ... With Fans!","shortId":"DR9xH6Cwg","createdAt":"2021-05-20T15:16:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025396,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:15:02.000Z","url":"https://www.theringer.com/2021/5/20/22445676/a-full-round-of-premier-league-fixtures-with-fans","canonicalUrl":"https://www.theringer.com/2021/5/20/22445676/a-full-round-of-premier-league-fixtures-with-fans","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49b16bebfdf76db899ff384122b6315e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAACAQMRAAQFBgchMTJBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJC/9oADAMBAAIRAxEAPwC5k9MgO5FjinLx5wTxyXZOeMkrkRCL9We/VSWMeLjLZuGpmQopEs8rHK90pSOkhu0yN//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ut8CoCFVf","title":"Too much TV may be bad for your long-term brain health","shortId":"ut8CoCFVf","createdAt":"2021-05-20T15:14:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:00:00.000Z","url":"https://www.livescience.com/tv-watching-midlife-brain-health.html","canonicalUrl":"https://www.livescience.com/tv-watching-midlife-brain-health.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df65647b4a5d2455ac303d53a0d99dd8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgIBAwQDAAAAAAAAAAAAAQIDBAAGESEFBxITIjFj/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMh/9oADAMBAAIRAxEAPwCpqPTF6apYQwoWexcSIMybD1qhUcL+fJzBRdrevWo0sVRSNeUCSMvL8vE8jfj72xjE3ZqcILXMbPZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Uj28ANEe2","title":"Tiny 'hearts' self-assemble in lab dishes and even beat like the real thing","shortId":"Uj28ANEe2","createdAt":"2021-05-20T15:14:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:02:18.000Z","url":"https://www.livescience.com/sesame-seed-size-heart-organoids.html","canonicalUrl":"https://www.livescience.com/sesame-seed-size-heart-organoids.html","image":"https://cdn.mos.cms.futurecdn.net/TpFS9Mx54Uh8RvfLuiQayR-1200-80.gif","ratio":1.78173719376392,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIEAAMFERIGBzFhIUFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AI3qoNXd6/09OY1ISkvils2yUoFrNSrJUwW+gjvxbiNmDkAWUjJQ5UffcIQl/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FSH-HqhQV","title":"Breaking Down Kendrick Lamar’s ‘Good Kid M.A.A.D. City’","shortId":"FSH-HqhQV","createdAt":"2021-05-20T15:09:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025389,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:06:19.000Z","url":"https://www.theringer.com/2021/5/20/22445638/breaking-down-kendrick-lamars-good-kid-m-a-a-d-city","canonicalUrl":"https://www.theringer.com/2021/5/20/22445638/breaking-down-kendrick-lamars-good-kid-m-a-a-d-city","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/646b03b405f88a5a0050fa6f5f448fdc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEBQARBiEiQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACB//EABwRAAICAgMAAAAAAAAAAAAAAAECAAQDEhEhsf/aAAwDAQACEQMRAD8AntTcynOP2VXHWYyC628HGz2k+CdfcokafdtR2m02xIQkJBLIJOh77xjFaJ2lMpIrZG2HPQ9af//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Kr60nRnp4","title":"Can Kawhi and Paul George Finally Break the Clipper Curse?","shortId":"Kr60nRnp4","createdAt":"2021-05-20T15:09:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025389,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:01:37.000Z","url":"https://www.theringer.com/video/2021/5/20/22443934/can-kawhi-leonard-paul-george-finally-break-los-angeles-clippers-curse","canonicalUrl":"https://www.theringer.com/video/2021/5/20/22443934/can-kawhi-leonard-paul-george-finally-break-los-angeles-clippers-curse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8d045149d28eadbda9c7fc9ce1963d2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxABAAAGAQMFAAAAAAAAAAAAAQACAwQFEQYSFCEjQVFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEQMxUWHw/9oADAMBAAIRAxEAPwCf4dhsfkOFZ29uqM81zZkpRmKjKHpEwoaHSqfb53GeXRL3NXRo632Pn8hCAb9tXKRkunK//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"tpS0gJ6P6","title":"Twitter is letting anyone apply for verification for the first time since 2017","shortId":"tpS0gJ6P6","createdAt":"2021-05-20T15:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025383,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T15:00:00.000Z","url":"https://www.theverge.com/2021/5/20/22435770/twitter-public-verification-program-launch-2021-pronouns-profile","canonicalUrl":"https://www.theverge.com/2021/5/20/22435770/twitter-public-verification-program-launch-2021-pronouns-profile","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80c0b1f3b8bf71db843e89d19675bcea","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhMRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPlLqtFiGpGd8+bCTqYdOdzvndkAHPYiX0v//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ZpP-FQSeQ","title":"Does eating celery really burn more calories than it contains?","shortId":"ZpP-FQSeQ","createdAt":"2021-05-20T14:48:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025368,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-200-does-eating-celery-really-burn-more-calories-than-it-contains/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-200-does-eating-celery-really-burn-more-calories-than-it-contains/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10d5b0206ec741ca8778a71eb42f5d02","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQRIQUUUQYSE0Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEEESH/2gAMAwEAAhEDEQA/AJXUyUm2dE2YcKSvgSaM25Y8Xx7jIjWnQdsutRUXADSbkD7iEImaiavQ8H//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ulNFzdT5m","title":"Armin van Buuren, Nicky Romero, Charlotte de Witte, and more top Tomorrowland Around the World 2 poster","shortId":"ulNFzdT5m","createdAt":"2021-05-20T14:45:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025365,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:42:40.000Z","url":"https://dancingastronaut.com/2021/05/armin-van-buuren-nicky-romero-charlotte-de-witte-and-more-top-tomorrowland-around-the-world-2-poster/","canonicalUrl":"https://dancingastronaut.com/2021/05/armin-van-buuren-nicky-romero-charlotte-de-witte-and-more-top-tomorrowland-around-the-world-2-poster/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/591b5c959a9ac79180d2e2890a03c361","ratio":1.78784266984505,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIhBgcVIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDOrJ3Tch2tuPGtrCGWwAE6pwoAnbYY9iRx8xUrI61iuyHXPDsp3UVYB4GTSlGWtdPItzgE/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pGHCne7K5","title":"Sony’s excellent WH-1000XM4 headphones are $90 off at eBay","shortId":"pGHCne7K5","createdAt":"2021-05-20T14:20:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025340,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:15:35.000Z","url":"https://www.theverge.com/good-deals/2021/5/20/22445450/sony-wh1000xm4-headphones-apple-siri-remote-galaxy-buds-plus-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/20/22445450/sony-wh1000xm4-headphones-apple-siri-remote-galaxy-buds-plus-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5cde8535387a4a91e79e507d0511eb88","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQhBQYREhUkYbL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAD/9oADAMBAAIRAxEAPwCW1/XbhW+tSKFJ8qaEwLgWlUGmPUOSc+ia0BLY7pSJ7haZPObHP3SlBGMuo6oA03//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"C8CUdbAW8","title":"Tesla Model S Plaid ‘delivery event’ confirmed for June 3rd","shortId":"C8CUdbAW8","createdAt":"2021-05-20T14:03:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025323,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:59:46.000Z","url":"https://www.theverge.com/2021/5/20/22445453/tesla-model-s-plaid-delivery-event-date","canonicalUrl":"https://www.theverge.com/2021/5/20/22445453/tesla-model-s-plaid-delivery-event-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eaf312eda9e6b6ced97a2c5a618bf747","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQADBAIFBxEGEyExUWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRIZH/2gAMAwEAAhEDEQA/AIXnI3EEmXQ5Ffah0A9G22wade991rRkdzQ3aYxPnmH4iIrS83aWLiP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0YSIlMUEY","title":"What is Web3? The Decentralized Internet of the Future Explained","shortId":"0YSIlMUEY","createdAt":"2021-05-19T21:09:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":158,"score":27024962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T21:09:01.000Z","url":"https://www.freecodecamp.org/news/what-is-web3/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-web3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/816d8bda7881977013a1a8541244b367","ratio":1.08873162765378,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgMGCP/EACEQAAICAQIHAAAAAAAAAAAAAAECABEEBRIDEyEzQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEAAwAAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDO2nYeFxNO5jkb9t1V37s+Kk+4AdgptQehhp2X+xUV2VvYQwn/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@dabit3","readTime":8,"description":null,"toc":null,"summary":null},{"id":"fxmjXTuPa","title":"Kimberly Nicholas interview: How to be human in a warming world","shortId":"fxmjXTuPa","createdAt":"2021-05-20T14:18:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-500-kimberly-nicholas-interview-how-to-be-human-in-a-warming-world/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-500-kimberly-nicholas-interview-how-to-be-human-in-a-warming-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1240a4fcd45d7cf0c83574155eff0388","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAgEDBQAAAAAAAAAAAAABAwIRAAQGIQUSMUHB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAhEABDFB8P/aAAwDAQACEQMRAD8Aqw60DsxLF6hkmMcZsuI5IPdd0PPAyZLcCzImtWbPplfcYyBtkoxJkm1e3H7EqSvcZ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UcOpeGSxa","title":"China's Zhurong Mars rover takes its first photos from the surface","shortId":"UcOpeGSxa","createdAt":"2021-05-20T14:18:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2278064-chinas-zhurong-mars-rover-takes-its-first-photos-from-the-surface/","canonicalUrl":"https://www.newscientist.com/article/2278064-chinas-zhurong-mars-rover-takes-its-first-photos-from-the-surface/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51fc667b9ba31daad137a2b62e86d972","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBRIGExQhof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAgMAAAAAAAAAAAAAAAAAAQIAAxH/2gAMAwEAAhEDEQA/AMVxXkrdxf22JdaDlxtKAW06LUYAMGQDE+6sPZPH9q9upKtjI8NBj5SlTrUKuCOxix0z/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LR6321vOc","title":"‘Zombie’ fires in Alaska and Canada may be becoming more common","shortId":"LR6321vOc","createdAt":"2021-05-20T14:18:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2278118-zombie-fires-in-alaska-and-canada-may-be-becoming-more-common/","canonicalUrl":"https://www.newscientist.com/article/2278118-zombie-fires-in-alaska-and-canada-may-be-becoming-more-common/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f876bf825cc9146f09f9bd379b22dbe5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgEDBAAREwYHEiExYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECEyH/2gAMAwEAAhEDEQA/AM1prch3TUUpzQ5Eckt5GhTsuJW9X5U5O5oPSHXUyjzNSst+rrSlG2SWFmf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Ya9uBgtlH","title":"An AI has disproved five mathematical conjectures with no human help","shortId":"Ya9uBgtlH","createdAt":"2021-05-20T14:18:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"ai,math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278276-an-ai-has-disproved-five-mathematical-conjectures-with-no-human-help/","canonicalUrl":"https://www.newscientist.com/article/2278276-an-ai-has-disproved-five-mathematical-conjectures-with-no-human-help/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96b39451414d369b0870906cd06321b1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQREiGBof/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRACH/2gAMAwEAAhEDEQA/AM1hLjWU8mB5MAFAXrv2QWNgJYytXaGBIIGtD7ESqyiDGRoTe7//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"sxmhQE1ow","title":"Crewed lunar mission must launch by 2025 to avoid deadly solar storms","shortId":"sxmhQE1ow","createdAt":"2021-05-20T14:18:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2278225-crewed-lunar-mission-must-launch-by-2025-to-avoid-deadly-solar-storms/","canonicalUrl":"https://www.newscientist.com/article/2278225-crewed-lunar-mission-must-launch-by-2025-to-avoid-deadly-solar-storms/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ad9faf11379d90ab8132bd87f6b0379","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACBAURIQMHMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMSdQVU/q5lvAcWWMLkLJYcDvJ1vwjBGFAoiLX//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Un5ybca37","title":"This robotic extra thumb can be controlled by moving your toes","shortId":"Un5ybca37","createdAt":"2021-05-20T14:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2277955-this-robotic-extra-thumb-can-be-controlled-by-moving-your-toes/","canonicalUrl":"https://www.newscientist.com/article/2277955-this-robotic-extra-thumb-can-be-controlled-by-moving-your-toes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac42cd6d851cadf8238caffbb33920ec","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwURIUEEBhIU/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAiEx/9oADAMBAAIRAxEAPwDaOw1I0+Wly+T8svIEMpByC4WbjeVS4NDiLbREgdsHLhf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"emZ_L1sg7","title":"Tinder will ask daters to think before they send potentially offensive messages","shortId":"emZ_L1sg7","createdAt":"2021-05-20T13:36:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:30:00.000Z","url":"https://www.theverge.com/2021/5/20/22444190/tinder-are-you-sure-feature-launch-message-harassment","canonicalUrl":"https://www.theverge.com/2021/5/20/22444190/tinder-are-you-sure-feature-launch-message-harassment","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a748df4fb0ef0f90e93cdec5fff4a49","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgECBwEAAAAAAAAAAAAAAQIAAxEFBgcSFCEicf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQAEBRECElLR/9oADAMBAAIRAxEAPwDTclK7adYk4qEKvIuluj4EjlrNtHyIhEjiDrau4wW4c316v//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"RWFd3lsyn","title":"Preset: Visualizing Big Data with Srini Kadamati","shortId":"RWFd3lsyn","createdAt":"2021-05-20T13:20:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27025280,"tagsStr":"data-science,sql,apache","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:50.000Z","url":"https://softwareengineeringdaily.com/2021/05/20/preset-visualizing-big-data-with-srini-kadamati/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/20/preset-visualizing-big-data-with-srini-kadamati/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/039ac0a81951e7fbb1b87f9771dd3424","ratio":1.87912087912088,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEEiJBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABIQD/2gAMAwEAAhEDEQA/ANN1PYeG7tYS2vhwDM3PkrVx6LKkdqauzAMfAe4iJmBS7//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"axPL-Rl0Ff","title":"Star cluster lurking in the shadows may help explain galactic mystery","shortId":"axPL-Rl0Ff","createdAt":"2021-05-20T14:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2277966-star-cluster-lurking-in-the-shadows-may-help-explain-galactic-mystery/","canonicalUrl":"https://www.newscientist.com/article/2277966-star-cluster-lurking-in-the-shadows-may-help-explain-galactic-mystery/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68429626ca5035dd2543b61c043e0e09","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACBBEDBSEGMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/AIe08VhM08mZksOxYbYwfeijazl0e3EjgPoBx4iJV0Mt4f/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vJA7a6BaFS","title":"Breastfeeding and covid-19 vaccines - will they affect your baby?","shortId":"vJA7a6BaFS","createdAt":"2021-05-20T14:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.newscientist.com/article/2277812-breastfeeding-and-covid-19-vaccines-will-they-affect-your-baby/","canonicalUrl":"https://www.newscientist.com/article/2277812-breastfeeding-and-covid-19-vaccines-will-they-affect-your-baby/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8aa137684c1ec034d60c3685feec29d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgEEAAMGESEFEhMxFEGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAEEAwEAAAAAAAAAAAAAAAEABBEhAhLwMf/aAAwDAQACEQMRAD8Am6jWLhWMphTQA2N+E7YeUIAlpaymufe7HfUapjQulKybq8Ju5crLHlneMich2yX1brCEG0uQe9SPgMI1rgv/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Q28VPlq2FR","title":"AI can count a meal’s calories based on images from a wearable camera","shortId":"Q28VPlq2FR","createdAt":"2021-05-20T14:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2278240-ai-can-count-a-meals-calories-based-on-images-from-a-wearable-camera/","canonicalUrl":"https://www.newscientist.com/article/2278240-ai-can-count-a-meals-calories-based-on-images-from-a-wearable-camera/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fc375585b1db62bc4834f9327e6c945","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBBEABQYhIjFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAACAwABIUH/2gAMAwEAAhEDEQA/AJ7mvPNtrIdptyWbELRoJ6c8GQxA6Kurj96JxjPo6yublmJnFXZ9sWuGIjWausjhfgZseRx7P06aaEEANZGY0iy+T//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"fHv4n1kW8","title":"Did you know? Laughing gas may have ended the last glacial period","shortId":"fHv4n1kW8","createdAt":"2021-05-20T14:18:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2272135-did-you-know-laughing-gas-may-have-ended-the-last-glacial-period/","canonicalUrl":"https://www.newscientist.com/article/2272135-did-you-know-laughing-gas-may-have-ended-the-last-glacial-period/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/62a22292f7304bc2c7f9419768ee131d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAURIRNB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACAxEh/9oADAMBAAIRAxEAPwC0lv5LnGgm5lkc62rKoBHvujUZLDjWlc+S96SeFPlKVZzqHQi00vb1Wf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Av7QS14Ho","title":"Science with Sam: Why do cats go crazy for catnip?","shortId":"Av7QS14Ho","createdAt":"2021-05-20T14:18:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2274319-science-with-sam-why-do-cats-go-crazy-for-catnip/","canonicalUrl":"https://www.newscientist.com/article/2274319-science-with-sam-why-do-cats-go-crazy-for-catnip/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ce0efbfce05af933ed258c6929c909a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBQAEBhESISJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAiL/2gAMAwEAAhEDEQA/ANbbXnJ7amtLPWkKaUUbu5Evx8QpYJ4n2fsfveVuNb3JtrjtVsLawKsupFIFKt6BQHrGMuM80Nxw/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"etAz0jInkt","title":"Climate change meant Hurricane Sandy caused $8 billion more damage","shortId":"etAz0jInkt","createdAt":"2021-05-20T14:18:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2277863-climate-change-meant-hurricane-sandy-caused-8-billion-more-damage/","canonicalUrl":"https://www.newscientist.com/article/2277863-climate-change-meant-hurricane-sandy-caused-8-billion-more-damage/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cf2aeff517413443fc199e8baeb2a41","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQRBQYHFCEiMWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABL/2gAMAwEAAhEDEQA/AKE299Vs42fT7iZ1RGcxzyGUYAGejYyftZmTiDuIyMTrduhye3kEOPXilKaapf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lMFaK9V5u","title":"These Ex-Journalists Are Using AI to Catch Online Defamation","shortId":"lMFaK9V5u","createdAt":"2021-05-20T13:00:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025260,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://www.wired.com/story/ex-journalists-using-ai-catch-online-defamation/","canonicalUrl":"https://www.wired.com/story/ex-journalists-using-ai-catch-online-defamation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89cb5038bb055dafc925749eff57ec0a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAdEAACAgMAAwAAAAAAAAAAAAABAgMRAAQSITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwC3VUEzbm082w7GoYmkKxwjkelFdG7Nm8haY9Hx9xjChK//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"bMe9oiAxcw","title":"The peculiar case of asking Alexa for the mass of a neutrino","shortId":"bMe9oiAxcw","createdAt":"2021-05-20T14:18:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033354-100-the-peculiar-case-of-asking-alexa-for-the-mass-of-a-neutrino/","canonicalUrl":"https://www.newscientist.com/article/mg25033354-100-the-peculiar-case-of-asking-alexa-for-the-mass-of-a-neutrino/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cdcd33963cbea6b3fe194ac3f9dc7f7e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwIFBQAAAAAAAAAAAAABAgMRABIEBQYTMQcUJFFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEEyGB0f/aAAwDAQACEQMRAD8An+qOl0ZA6XGdXY9sNMpR2djm44skkQ4FWiZMk8RwahWE51st3YrNLrRPnn19pSjyX1OVURcOvdWGc89eT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"A3eNSrCsY","title":"What's the fairest way to share covid-19 vaccines around the world?","shortId":"A3eNSrCsY","createdAt":"2021-05-20T14:18:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033353-100-whats-the-fairest-way-to-share-covid-19-vaccines-around-the-world/","canonicalUrl":"https://www.newscientist.com/article/mg25033353-100-whats-the-fairest-way-to-share-covid-19-vaccines-around-the-world/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c77b63aeab40fa570d5dff8f2e744f3c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIFAAMEERIHITEUIzNR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQABBQEAAAAAAAAAAAAAAAABAAIDERQx/9oADAMBAAIRAxEAPwCzTxirGGYaKjdp8lUqnCO348SCbhB2yKjuT6NuY0ag9ZG76om/PTJ+whAdEg4aSzEx5shf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"TAPnwb_HCz","title":"Indian coronavirus variant is threatening UK plans to end lockdown","shortId":"TAPnwb_HCz","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033353-000-indian-coronavirus-variant-is-threatening-uk-plans-to-end-lockdown/","canonicalUrl":"https://www.newscientist.com/article/mg25033353-000-indian-coronavirus-variant-is-threatening-uk-plans-to-end-lockdown/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55f9a32efbd1f28bfa9b3a9c14e14b4c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQYTEhQxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABwRAAICAgMAAAAAAAAAAAAAAAECAxEAIQQxsf/aAAwDAQACEQMRAD8AwGy1d0xFkohMNsjmTxpFKeWhY6Spd2CBfj39ydqEZ1+fJeOpSAXHVLouLsWScYwwcuUki+tZQzRKqI1bIvzP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"jr--ugXXz","title":"Spiders avoid surfaces that have previously been covered with ants","shortId":"jr--ugXXz","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2277986-spiders-avoid-surfaces-that-have-previously-been-covered-with-ants/","canonicalUrl":"https://www.newscientist.com/article/2277986-spiders-avoid-surfaces-that-have-previously-been-covered-with-ants/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bee1aa75136ce5d0babeafba38999e04","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgABAwQREjEFEyEyQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBv/EABkRAAIDAQAAAAAAAAAAAAAAAAECAANRE//aAAwDAQACEQMRAD8AxOMKSsCrkojeYID6RD2DErX3721tKp6eV385R+Z6RFLWIOrDIXKMn//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4RImZAmZ4M","title":"A mysterious rise in methane levels is sparking global warming fears","shortId":"4RImZAmZ4M","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-700-a-mysterious-rise-in-methane-levels-is-sparking-global-warming-fears/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-700-a-mysterious-rise-in-methane-levels-is-sparking-global-warming-fears/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4edd03f8457270bf5933f90696f000b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDABESBQYhBAcjMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADBBEh/9oADAMBAAIRAxEAPwCnSb01LbkxAtCZ1MmMZ8bsik2Yc8my3P77rFk7xa1LI0hXDMlsVijIF/gJpSpGbTbZSrE+wFPRP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"WQ5PAmZq_A","title":"How the way you move can change the way you think and feel","shortId":"WQ5PAmZq_A","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-400-how-the-way-you-move-can-change-the-way-you-think-and-feel/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-400-how-the-way-you-move-can-change-the-way-you-think-and-feel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7017bea1109da82841ac72e8fa5850eb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAgMBAAQREgUhBhMUMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEAAwEAAAAAAAAAAAAAAAABABESIv/aAAwDAQACEQMRAD8A27yTl79IPY8RYsLmARboPWGj6gjG5THzE56jEd/dU1tybHWym+0dG4QWNg6zH7SlKMjJfST/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"9dK4xTOEc","title":"The Best Laptop Backpacks for Work (and Life)","shortId":"9dK4xTOEc","createdAt":"2021-05-20T13:00:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025260,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://www.wired.com/gallery/the-best-backpacks-for-work","canonicalUrl":"https://www.wired.com/gallery/the-best-backpacks-for-work","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d01a17db65627ca79e22e47c749480a","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAZEAEAAgMAAAAAAAAAAAAAAAAAAQQlQYL/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABsRAAICAwEAAAAAAAAAAAAAAAEDAAIiUcFx/9oADAMBAAIRAxEAPwCRdjK0etyoAIMONfOmVdFQGMI3wT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"aQ7U0FZZwh","title":"World's largest iceberg has just broken off an Antarctic ice shelf","shortId":"aQ7U0FZZwh","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2278071-worlds-largest-iceberg-has-just-broken-off-an-antarctic-ice-shelf/","canonicalUrl":"https://www.newscientist.com/article/2278071-worlds-largest-iceberg-has-just-broken-off-an-antarctic-ice-shelf/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7cbdd674880104af35dffa16fdea0f6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAEQQGAgUxUZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCJsOghnaZT8XJCeDeRYVBYoE+aN+5nTprLNuR8REbCBW//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rXSHL83TQa","title":"Odd radio circle in space may be supermassive black hole merger","shortId":"rXSHL83TQa","createdAt":"2021-05-20T14:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2277998-odd-radio-circle-in-space-may-be-supermassive-black-hole-merger/","canonicalUrl":"https://www.newscientist.com/article/2277998-odd-radio-circle-in-space-may-be-supermassive-black-hole-merger/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4f33ca636874ab4146aa1e75f1b91ca","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBRIhFDFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAhITUf/aAAwDAQACEQMRAD8AxzI32vMsfjQ5EcLRRiLWEOP0n2pzty3kaxIqvrsoiM20tWp//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1ZRkvtCup","title":"Major 2015 wildfires in central Amazon killed a quarter of vegetation","shortId":"1ZRkvtCup","createdAt":"2021-05-20T14:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://www.newscientist.com/article/2277877-major-2015-wildfires-in-central-amazon-killed-a-quarter-of-vegetation/","canonicalUrl":"https://www.newscientist.com/article/2277877-major-2015-wildfires-in-central-amazon-killed-a-quarter-of-vegetation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40e988c0e755f5270e5e4e7f7478f6de","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBQYSITFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDBBJB/9oADAMBAAIRAxEAPwC7cuTkxywtwZHsjLq5uN2a8FvpZB1SYEgt7+UiInrVLYxYo2nnIh5P/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lqCiKqRm_G","title":"Power to the Public review: How digital tech can ease global problems","shortId":"lqCiKqRm_G","createdAt":"2021-05-20T14:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033351-800-power-to-the-public-review-how-digital-tech-can-ease-global-problems/","canonicalUrl":"https://www.newscientist.com/article/mg25033351-800-power-to-the-public-review-how-digital-tech-can-ease-global-problems/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed4d4ce1524b4be1a9b7e018b3323151","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAUGERITITJhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgADBBETIUFRYf/aAAwDAQACEQMRAD8AoY9wtz+PRmHZC5DkqUt/j2rRytaqAJUD86NXlsyeKi2xEGenVLKB2yonxHqlKLoopBbEXv6Wg6hSdxnjs+T/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JS5XE14wT","title":"Artificial intelligence has been of little use for diagnosing covid-19","shortId":"JS5XE14wT","createdAt":"2021-05-20T14:18:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033350-100-artificial-intelligence-has-been-of-little-use-for-diagnosing-covid-19/","canonicalUrl":"https://www.newscientist.com/article/mg25033350-100-artificial-intelligence-has-been-of-little-use-for-diagnosing-covid-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c72b30fa94229f510fd9da2b198cfdb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQFBhFBFCORlOH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEBAAICAwAAAAAAAAAAAAAAAQMSAJEEIdH/2gAMAwEAAhEDEQA/AIm5ltPA9ZczWXs3pnOjZWjkLGxuAOxLuePKyo1Rqwgd+b2PqIkiGM7qaMHeZLUbO33P/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"fRmuds2hb4","title":"The world has missed its target for protecting oceans to save species","shortId":"fRmuds2hb4","createdAt":"2021-05-20T14:18:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.newscientist.com/article/2277886-the-world-has-missed-its-target-for-protecting-oceans-to-save-species/","canonicalUrl":"https://www.newscientist.com/article/2277886-the-world-has-missed-its-target-for-protecting-oceans-to-save-species/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3e8ac8ac5ee341e501d05651f0e3c5f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFBhEhURIiMYL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMEESGB/9oADAMBAAIRAxEAPwCY+V3OdBcVJs0SUyvTyEy5PkEqT0Ajonj5zWdGXx2gGzjduJR6kl9R3r8UpSpvvQlVbgSa2WuwBm7Pk//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4USEqAem0","title":"SUSE ist an der Börse","shortId":"4USEqAem0","createdAt":"2021-05-19T17:36:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27024096,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:11:00.000Z","url":"https://linuxnews.de/2021/05/suse-ist-an-der-boerse/","canonicalUrl":"https://linuxnews.de/2021/05/suse-ist-an-der-boerse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00812c59ef60cb057d68cd5b2ee7b204","ratio":1.91056910569106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQREiIxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A09UtKzM5F9cLs2QAEwo8HGUopVFUsWIGNj2fsRCSY//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Nd57zNZ7A","title":"Covid-19 news: UK to give third doses in world's largest booster trial","shortId":"Nd57zNZ7A","createdAt":"2021-05-20T14:18:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27025338,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-22T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-uk-to-give-third-doses-in-worlds-largest-booster-trial/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-uk-to-give-third-doses-in-worlds-largest-booster-trial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd7964d26db74bb0dd8b1a6615f929cb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAgEEEQADBRIhBhMx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhEv/aAAwDAQACEQMRAD8AguTf5Bz5a4XHMyyg3rr29ZQ5RsMp7DEliVTvO1n4ZPUBHROJHylKDcArZG0npdn/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":63,"description":null,"toc":null,"summary":null},{"id":"pMAmSLVTQ","title":"One-Size-Fits-All Mask Guidance Isn't Going to Work Anymore","shortId":"pMAmSLVTQ","createdAt":"2021-05-20T14:10:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025330,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:05:00.000Z","url":"https://www.wired.com/story/one-size-fits-all-mask-guidance-isnt-going-to-work-anymore","canonicalUrl":"https://www.wired.com/story/one-size-fits-all-mask-guidance-isnt-going-to-work-anymore","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0a198093d538f7c50727fa8a1a39935","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgEEAwEAAAAAAAAAAAABAgMEEQAFBiEHEyRh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEEEiEx/9oADAMBAAIRAxEAPwCp3Hxjxmpu9KoKXxWrCxtArsAp9buxBJJ7woxnrH7qEu7bxatcngj4xXKRSMil7MpYgHAyc9nTTQNrhZXRXicj/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"fHx5mN3Ze","title":"How to Use CSS Selectors to Style Your Web Page","shortId":"fHx5mN3Ze","createdAt":"2021-05-20T01:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":259,"score":27025323,"tagsStr":"css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":null,"discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:17:21.000Z","url":"https://www.freecodecamp.org/news/use-css-selectors-to-style-webpage/","canonicalUrl":"https://www.freecodecamp.org/news/use-css-selectors-to-style-webpage/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f277302bc6d5fef9492ae38ae9c2108","ratio":1.19289340101523,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAACAQMEAAURIRITIoHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAhEBAxL/2gAMAwEAAhEDEQA/AK26TkGKLsSPGcRduG68Q6+VDHcbkJkPeulx48ces0pVWleLBGzT/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@thelynchpinau","readTime":11,"description":null,"toc":null,"summary":null},{"id":"9Uk8AavuK","title":"HP’s new 16-inch Omen 16 has support for the latest Intel and AMD processors","shortId":"9Uk8AavuK","createdAt":"2021-05-20T14:03:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025323,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T14:00:00.000Z","url":"https://www.theverge.com/2021/5/20/22442403/hp-omen-16-17-gaming-laptop-victus-25i-monitor-nvidia-intel-amd-specs-price","canonicalUrl":"https://www.theverge.com/2021/5/20/22442403/hp-omen-16-17-gaming-laptop-victus-25i-monitor-nvidia-intel-amd-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad2118209f88eb59fe2eeffd60025cf8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAGESEFMQcTUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AuPKV83Hbt/cdAiSITkFx9oelyMelkAZIWCSnfRAOdittbbQ22lCUjCQEjXylKFf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"y24Z39NrV","title":"Google is opening its first physical retail store this summer in NYC","shortId":"y24Z39NrV","createdAt":"2021-05-20T13:40:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025300,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:34:54.000Z","url":"https://www.theverge.com/2021/5/20/22445472/google-first-physical-retail-store-chelsea-nyc-summer-2021","canonicalUrl":"https://www.theverge.com/2021/5/20/22445472/google-first-physical-retail-store-chelsea-nyc-summer-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88babfc67bf3ee1c6632b7514b0a13be","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIhAAAgAFBAMBAAAAAAAAAAAAAQMAAgQFEQYSITITIjFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8Auv1DU6gvlS+rUlTppjJ5E7hNKMY9CSdp/RzG13a43atIKcF8/ZQJ7H6c8whAAnt//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tQIH1tgCQ","title":"Apple wants users to trust iOS, but it doesn’t trust iOS users","shortId":"tQIH1tgCQ","createdAt":"2021-05-20T13:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025293,"tagsStr":"security,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:26:14.000Z","url":"https://www.theverge.com/2021/5/20/22444471/epic-apple-fortnite-antitrust-trial-craig-federighi-ios-security","canonicalUrl":"https://www.theverge.com/2021/5/20/22444471/epic-apple-fortnite-antitrust-trial-craig-federighi-ios-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eba9d98777ad365b9e147570cfab1115","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBRIhMRMVkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASMf/aAAwDAQACEQMRAD8AyUXVnexsTbfmSNHd7R3EHO3I3Y7xz9qmLKgLGsq+kRrjhAC5dwWOO+DSlOR6VCl//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"fc3KC1qKp","title":"The Long Night of the Soul","shortId":"fc3KC1qKp","createdAt":"2021-05-20T13:32:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025292,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:30:02.000Z","url":"https://www.theringer.com/2021/5/20/22444532/long-night-of-the-soul","canonicalUrl":"https://www.theringer.com/2021/5/20/22444532/long-night-of-the-soul","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c49966280aa01c390c43a3458db6b8b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEBiEFEhNhsf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCK6Fsz8bWXGfGGTNJ2u8skhttudQHoLOTtGU42XTi+aE3HxEQf/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"M8mecIqCW","title":"Everything you need to know about Android 12's Big Material You redesign","shortId":"M8mecIqCW","createdAt":"2021-05-20T13:13:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27025273,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:29:00.000Z","url":"https://www.androidpolice.com/2021/05/19/material-you-is-the-next-evolution-of-googles-design-language/","canonicalUrl":"https://www.androidpolice.com/2021/05/19/material-you-is-the-next-evolution-of-googles-design-language/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/325f5991ecba2ed45df595e009e8df41","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHRABAAICAgMAAAAAAAAAAAAAAQACAwQFERJRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBAyEy/9oADAMBAAIRAxEAPwDR+LizHqtMO1npRFKni9d/SQ1KADay+4iA1SN1BTFjbp//2Q==","siteTwitter":"@AndroidPolice","creatorTwitter":"@scottscr8","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TMRtB_2vl","title":"LeBron’s Splash May Have Awakened the Reigning Champs","shortId":"TMRtB_2vl","createdAt":"2021-05-20T13:11:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025271,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:05:24.000Z","url":"https://www.theringer.com/nba/2021/5/20/22445433/lakers-warriors-lebron-james-play-in-tournament","canonicalUrl":"https://www.theringer.com/nba/2021/5/20/22445433/lakers-warriors-lebron-james-play-in-tournament","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ae20416cf68462108c2df5744132bcf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACIQMEERIxUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBv/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAEBRExobH/2gAMAwEAAhEDEQA/AM6ywBbVbuMU9HZ1mcAgTHPirgAADpERy9zLMVMh3x2qn2rK2RQDoV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"8FucwaIPC","title":"Chrome OS’s Linux app support is leaving beta","shortId":"8FucwaIPC","createdAt":"2021-05-20T13:10:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025270,"tagsStr":"tech-news,google,microsoft,linux,open-source,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:08:05.000Z","url":"https://www.theverge.com/2021/5/20/22445382/chromeos-linux-release-beta-version-91","canonicalUrl":"https://www.theverge.com/2021/5/20/22445382/chromeos-linux-release-beta-version-91","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad7a2812b32efa1b26309d9039488f56","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQIAESEDEjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOqELwMhRWZwOrm7Sva2t82Tup7tv2IlB//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"STCUsXddP","title":"The Long Journey of Usoni, an African Postapocalyptic Game","shortId":"STCUsXddP","createdAt":"2021-05-20T13:00:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025260,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:00:00.000Z","url":"https://www.wired.com/story/usoni-africa-post-apocalyptic-game-studio-ziwe/","canonicalUrl":"https://www.wired.com/story/usoni-africa-post-apocalyptic-game-studio-ziwe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01e03186d03f3849bca8b29527af30fc","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFERMhcYGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEQIh/9oADAMBAAIRAxEAPwDHGjYOHii0rDrJl3HRVure41Twmjv2aluYaGXYhNAk9AL18pSh4vXRmkrIf//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ga25KLk_l","title":"Origami Human dish out bright electronics on sophomore single, ‘Buried’","shortId":"ga25KLk_l","createdAt":"2021-05-20T12:55:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025255,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:49:00.000Z","url":"https://dancingastronaut.com/2021/05/origami-human-dish-out-bright-electronics-on-sophomore-single-buried/","canonicalUrl":"https://dancingastronaut.com/2021/05/origami-human-dish-out-bright-electronics-on-sophomore-single-buried/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db668dd9585c041ca1ecf469107904a1","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFBhEhElH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAICAwAAAAAAAAAAAAAAAAABERIhMWH/2gAMAwEAAhEDEQA/AM5it+yN5td/EjPBO08rLcBvUVQfO84B8ircmT20yMVfJOpJIYP0EftKUFZzoraUJcP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"mMLLG_xIY","title":"REAPER wreaks havoc with industrial drum ‘n’ bass rework of Nitepunk’s ‘Miracle’","shortId":"mMLLG_xIY","createdAt":"2021-05-20T12:45:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025245,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:45:04.000Z","url":"https://dancingastronaut.com/2021/05/reaper-wreaks-havoc-with-his-industrial-drum-n-bass-rework-of-nitepunks-miracle/","canonicalUrl":"https://dancingastronaut.com/2021/05/reaper-wreaks-havoc-with-his-industrial-drum-n-bass-rework-of-nitepunks-miracle/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3d609a95b87d64e0ca40b49aaaa4669","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUI/8QAJBAAAgEDAwMFAAAAAAAAAAAAAQIDBBFBAAUSBgciFEJRYaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIAAwQRURIi0f/aAAwDAQACEQMRAD8Az9JIdvWCllasSpkYESl2QKpB9ucHH7q5HsNEyK09VuMUpALp6ZzxbIvbGmPdunhHXnSVoYxzZeXiPKzi1/nT6tjQ1tQSikmRsfenqFPkzLqF3B6qQSM6x4Z//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"qkdSEzpuq","title":"Tony La Russa Needs to Go. Plus: Listener Questions, Ohtani, and Jeter.","shortId":"qkdSEzpuq","createdAt":"2021-05-20T12:26:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:14:25.000Z","url":"https://www.theringer.com/2021/5/20/22445003/tony-la-russa-needs-to-go-plus-listener-questions-ohtani-and-jeter","canonicalUrl":"https://www.theringer.com/2021/5/20/22445003/tony-la-russa-needs-to-go-plus-listener-questions-ohtani-and-jeter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ae428a3eda7275c60de5dc6c47c4d83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIAAwQRIRMFBhRBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAD/9oADAMBAAIRAxEAPwDOeo8V/wB0XBaiF8i5ao2WY7JJPv7JqWtJlDcdLYztMxEJS0Uv/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"J9KB1sgtl","title":"Folake Olowofoyeku on Growing Up in Nigeria and Her Show ‘Bob Hearts Abishola’","shortId":"J9KB1sgtl","createdAt":"2021-05-20T12:26:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:12:37.000Z","url":"https://www.theringer.com/2021/5/20/22445389/folake-olowofoyeku-on-growing-up-in-nigeria-and-her-show-bob-hearts-abishola","canonicalUrl":"https://www.theringer.com/2021/5/20/22445389/folake-olowofoyeku-on-growing-up-in-nigeria-and-her-show-bob-hearts-abishola","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a82e2df62bbd970f42b4f510f9416e37","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFERIhQTEzgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAhEh/9oADAMBAAIRAxEAPwCCbJ3VllpIN6yCKVASV9mhOm7s/CK03a4GJLaJWuJnZUALHvjzSlTuQtuVuNAg1GDk/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oxzXvyG_z","title":"How to Be Fearless in Failures, With Ellen Bennett","shortId":"oxzXvyG_z","createdAt":"2021-05-20T12:26:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:16:39.000Z","url":"https://www.theringer.com/2021/5/20/22445394/how-to-be-fearless-in-failures-with-ellen-bennett","canonicalUrl":"https://www.theringer.com/2021/5/20/22445394/how-to-be-fearless-in-failures-with-ellen-bennett","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5111672aade7fb0ba458f35e2c95419","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAACAQIFBQAAAAAAAAAAAAABAgMABQQREyExBgdDUdL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAEAAwIRQf/aAAwDAQACEQMRAD8Attt/vuEsaYlrnrAFooEaFQIyqgkkjdgc+NsvdSxd1OqTGh18JwPE33SlFADZKzbk2I8n/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"uS4dDac8i","title":"Senators roll out bipartisan data privacy bill","shortId":"uS4dDac8i","createdAt":"2021-05-20T12:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025205,"tagsStr":"tech-news,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:00:00.000Z","url":"https://www.theverge.com/2021/5/20/22444515/amy-klobuchar-data-privacy-protection-facebook-state-laws","canonicalUrl":"https://www.theverge.com/2021/5/20/22444515/amy-klobuchar-data-privacy-protection-facebook-state-laws","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f309b5e2b4292109f83bbdbaa721e26f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxIEESJRBiFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADESEiYf/aAAwDAQACEQMRAD8AzK3U1v45VoRQmSlGNze245HZegczv3I7JWGPH7EQSbHMoVgFRbdn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o47gVkXyS","title":"TikTok now lets you wipe out up to 100 nasty comments at once","shortId":"o47gVkXyS","createdAt":"2021-05-20T12:05:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025205,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T12:00:00.000Z","url":"https://www.theverge.com/2021/5/20/22444278/tiktok-bulk-harassment-reporting-feature-announced","canonicalUrl":"https://www.theverge.com/2021/5/20/22444278/tiktok-bulk-harassment-reporting-feature-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d066b18d2ad638e7505b672c61807d7e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFEgcTFDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDEQQSITFRsf/aAAwDAQACEQMRAD8Ap7iwWM3hbZNysJeceYbGoCW/FGpVAgqLhEqk+lKEmSal8LyM6MPY9WCxIb6G9QtK1KA1ESdhJ+wKUpmCzupc6R0LRo7rgH1f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9SPoccsBW","title":"Roku and YouTube Are Battling for Your Precious TV Data","shortId":"9SPoccsBW","createdAt":"2021-05-20T12:02:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025202,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:00:00.000Z","url":"https://www.wired.com/story/roku-youtube-battling-precious-tv-data/","canonicalUrl":"https://www.wired.com/story/roku-youtube-battling-precious-tv-data/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71ccace75970fd75586fcf460d01c65c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQIGAQUAAAAAAAAAAAAAAgEDAAQFBhESBxQiMXKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAcEQACAgIDAAAAAAAAAAAAAAABAgBBERITwfD/2gAMAwEAAhEDEQA/AM6l3PNFcdNeoxTFNblXNBb6k3UIca4LZcL24Tx9imY5ouJt9wAcd1ElFMuCq4RfSEIjyNuVoY7iCgqD6p//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1BfTkxFyV","title":"Meet the Disabled Streamers Who Are Transforming the Industry","shortId":"1BfTkxFyV","createdAt":"2021-05-20T12:02:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025202,"tagsStr":"tech-news,gaming,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T13:00:00.000Z","url":"https://www.wired.com/story/disabled-streamers-transforming-games-industry","canonicalUrl":"https://www.wired.com/story/disabled-streamers-transforming-games-industry","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ed664f3932ae734e427cb2344145b83","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQMCEQAEBSESkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAAEDEbEx/9oADAMBAAIRAxEAPwDLmdZ3F5urtc+CQVg/S2wE4SNgWB5VH0ZEbPQ2H7DWvYxjmTM5zMzcpE2T+4xk4+WBt7p//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"XhmmahWLH","title":"Tern’s Family Ebike Is Perfect and Preposterously Expensive","shortId":"XhmmahWLH","createdAt":"2021-05-20T12:02:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:00:00.000Z","url":"https://www.wired.com/review/tern-gsd-s00-lx-cargo-bike/","canonicalUrl":"https://www.wired.com/review/tern-gsd-s00-lx-cargo-bike/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1cf56f368a7be36cdd87f1b0e4cb477","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQIDAAQFESFREhT/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAABEAAf/aAAwDAQACEQMRAD8A3K6izEl7lbgZWFbW2YiKD8gLADTAFvrvR57VZBt4I2frFQSRwb1SlFpmF//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"kw4_2fZgk","title":"ZIGBEE ON MARS!","shortId":"kw4_2fZgk","createdAt":"2021-05-20T11:34:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025174,"tagsStr":"iot","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:33:29.000Z","url":"https://www.theverge.com/2021/5/20/22445330/zigbee-on-mars-ingenuity-helicopter-perseverance-rover","canonicalUrl":"https://www.theverge.com/2021/5/20/22445330/zigbee-on-mars-ingenuity-helicopter-perseverance-rover","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/450a141be24bb21a5a11fcaa536654d7","ratio":1.90891472868217,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACBAMFESEGEjFC4f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwCJucyhaIgZKkdKQAbh+CdexA2s5U5TJL3EsJ2fL/iIgIpTrmbAeb//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xqCx4t6xb","title":"Duke of Brittany hid image of dead wife in 15th-century prayer book","shortId":"xqCx4t6xb","createdAt":"2021-05-20T11:28:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025168,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:13:07.000Z","url":"https://www.livescience.com/duke-hid-dead-wife-image-book-of-hours.html","canonicalUrl":"https://www.livescience.com/duke-hid-dead-wife-image-book-of-hours.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ece210c87aa87c187033c50e130e3f49","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBQQREiEiMVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKU9G2xxGZ3ZG0EtDQTvY6n6pz1GQZ5OMzAOR159oiD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cfRtm_1lX","title":"China unveils 1st Mars photos from Zhurong rover","shortId":"cfRtm_1lX","createdAt":"2021-05-20T11:28:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025168,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:20:09.000Z","url":"https://www.livescience.com/china-mars-rover-zhurong-first-photos.html","canonicalUrl":"https://www.space.com/china-mars-rover-zhurong-first-photos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d3c8408473190397ea4ced19489d6e9","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgIBAQkAAAAAAAAAAAAAAQIAAxEGBAUSEyFBUWHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAIDAAAAAAAAAAAAAAAAAAECAAMh/9oADAMBAAIRAxEAPwDKtm3u+nhy6Q1td6BVViMrxDyACfY7y+3UNxscquBk4HT5EQDVqdIjBa64DP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"v4kv_5Jfe","title":"Announcing Flutter 2.2 at Google I/O 2021","shortId":"v4kv_5Jfe","createdAt":"2021-05-19T18:32:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"flutter","views":615,"score":27025155,"tagsStr":"general-programming,google,flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-20T02:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:02:11.000Z","url":"https://medium.com/flutter/announcing-flutter-2-2-at-google-i-o-2021-92f0fcbd7ef9","canonicalUrl":"https://medium.com/flutter/announcing-flutter-2-2-at-google-i-o-2021-92f0fcbd7ef9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10b543dff1c62ebcae6e62f8cc7206e1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESITFBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxEhMUH/2gAMAwEAAhEDEQA/AMLgdRyRLcMltEZpE4IxHQJI8+/lUpf5RUVQtmQBtueXdKUGtdtE8kVqVRkez//Z","siteTwitter":"@flutterdev","creatorTwitter":"@timsneath","readTime":5,"description":null,"toc":null,"summary":null},{"id":"1xebTllvo","title":"Tardigrades can survive being shot out of a high-speed gun","shortId":"1xebTllvo","createdAt":"2021-05-20T11:14:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:00:00.000Z","url":"https://www.livescience.com/tardigrades-survive-being-shot-gun.html","canonicalUrl":"https://www.livescience.com/tardigrades-survive-being-shot-gun.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd40d68e74622ee83cf543abb846a6c6","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQDAQEBAAAAAAAAAAAAAQIDBBEABSESBhP/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Az341eqhQlObCGzMluJ9vcS6Ut1VBN2KABPLyZmNaoy3yz+SmitXgpVwi+VjGB//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wreAyV3p6","title":"Can the universe learn?","shortId":"wreAyV3p6","createdAt":"2021-05-20T11:14:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27025154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T11:00:00.000Z","url":"https://www.livescience.com/can-the-universe-learn-evolve.html","canonicalUrl":"https://www.livescience.com/can-the-universe-learn-evolve.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47b2095313cda15d67ce35119272a58e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFEQYSIRMVMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCERL/2gAMAwEAAhEDEQA/AIXRF0t1s0hNnzaMzVksGchF3lWxgA+yOeT9jKrneajuVXtwF6r4HnHJhCHsXRJqsTpZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"40H0Hc11C","title":"Radiology private practice shareholder status, explained","shortId":"40H0Hc11C","createdAt":"2021-05-20T07:16:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":27025150,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132383&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132383","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fe0624036899a8ba1dec61ad5ab2f6b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgj/xAAiEAABAwQCAgMAAAAAAAAAAAABAgMEAAYREgUTIVEVMaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADIRL/2gAMAwEAAhEDEQA/AGV58mynnoS4k5osR3gZDiXgekHGdyDgZAP36pI1enHJaQkS4agABnvT5/amq2Fq+NuVOytTBfJGfBOhoBqPQomsXY/WE//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"qRAEPioPu","title":"All Those Electric Vehicles Pose a Problem for Building Roads","shortId":"qRAEPioPu","createdAt":"2021-05-20T11:07:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:00:00.000Z","url":"https://www.wired.com/story/electric-vehicles-problem-building-roads/","canonicalUrl":"https://www.wired.com/story/electric-vehicles-problem-building-roads/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b515fac42d4c9064e96c1ee8d8e1a1ae","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQACAwQFEzEGESEzQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANYvBbxjYamPJVW9sRkLsM3cAbokAH5y0felTxVU2NnVuh4REH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MqX9lGzdsq","title":"Coder Dee Tuck Is on a Mission to Help Diversify Hollywood","shortId":"MqX9lGzdsq","createdAt":"2021-05-20T11:07:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:00:00.000Z","url":"https://www.wired.com/story/dee-tuck-array-hollywood-diversity/","canonicalUrl":"https://www.wired.com/story/dee-tuck-array-hollywood-diversity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc1fdf9c39ba9dd001260e1f796a6672","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAQACAwQFEwYRIkFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDESExgbH/2gAMAwEAAhEDEQA/ANJ6g2dOxJtyQaFuu2nyOjZHKQPH52KtsLbuWMTPmk4i+SvG9xLSSSWgn2iJGYGPOzfqvIKlcwaAbXRlf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"hVRJGqhsJ","title":"Is Orange Cassidy Too Funny to Be Champion?","shortId":"hVRJGqhsJ","createdAt":"2021-05-20T10:31:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:30:00.000Z","url":"https://www.theringer.com/2021/5/20/22444583/orange-cassidy-aew-double-or-nothing-comedy-wrestling","canonicalUrl":"https://www.theringer.com/2021/5/20/22444583/orange-cassidy-aew-double-or-nothing-comedy-wrestling","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/128a0255c186a27fdc1aba7463849b3b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwQCAwAAAAAAAAAAAAABAAQRAgMFIgYSEzHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB4RAAIBBAMBAAAAAAAAAAAAAAECAwAFEcEhMaHR/9oADAMBAAIRAxEAPwC3hcQ3c8cdPLpueWKzTBgDp9lQ6bmo1HpEQe4wokUJUdr8O6f2+Z5Jpw5zhuPRoV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"zWPUF_y2z","title":"Netflix’s ‘Castlevania’ Remains the Rare Good Video Game Adaptation","shortId":"zWPUF_y2z","createdAt":"2021-05-20T10:24:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:20:00.000Z","url":"https://www.theringer.com/tv/2021/5/20/22444731/netflix-castlevania-season-4-review","canonicalUrl":"https://www.theringer.com/tv/2021/5/20/22444731/netflix-castlevania-season-4-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1e130a7964a01ba1ea7cab43a2cb458","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFBhEhIhIyQZGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgASAxMhcf/aAAwDAQACEQMRAD8AhZfs4MWxK7N/GsrQwPNuOLkdI5Dz3fBWTZGDERyFUB2B1Og90pR2QlK15wSaRRpU+z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"BsPMmWGTr","title":"Google rediscovers RSS: tests new feature to ‘follow’ sites in Chrome on Android","shortId":"BsPMmWGTr","createdAt":"2021-05-20T10:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025098,"tagsStr":"tech-news,google,testing,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:16:35.000Z","url":"https://www.theverge.com/2021/5/20/22445284/google-rss-chrome-android-feature-test","canonicalUrl":"https://www.theverge.com/2021/5/20/22445284/google-rss-chrome-android-feature-test","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/862595b6f48d9f78f1ac35a3141e0df3","ratio":1.90929705215419,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQACAwQRIQUGEiIxYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABsRAAIBBQAAAAAAAAAAAAAAAAABEQISIkFx/9oADAMBAAIRAxEAPwDdear8Vk3OHzwzdEbmvD4bLonEnI8twces7VhV1WiB32D4iKUpRdsN5Rw//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"J4x65xy1c","title":"David Cronenberg’s ‘Crash,’ 25 Years After Its Controversial Cannes Showing","shortId":"J4x65xy1c","createdAt":"2021-05-20T10:17:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025097,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:10:00.000Z","url":"https://www.theringer.com/movies/2021/5/20/22445102/david-cronenberg-crash-james-spader-cannes","canonicalUrl":"https://www.theringer.com/movies/2021/5/20/22445102/david-cronenberg-crash-james-spader-cannes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51b3c0323c0ab7403d4752ffcf17e59a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBBESBRMhM1Fy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAhExQf/aAAwDAQACEQMRAD8Ag+ahbEJj1rLzLq2UPe0tcNSRga9sYSlRpupwECyAY2nyj18oitOgtH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"IKIQP3NCX","title":"J. Cole and the (Early) Midlife Rap Crisis","shortId":"IKIQP3NCX","createdAt":"2021-05-20T10:10:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025090,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:00:01.000Z","url":"https://www.theringer.com/2021/5/20/22444850/j-cole-the-off-season-review","canonicalUrl":"https://www.theringer.com/2021/5/20/22444850/j-cole-the-off-season-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d3bd5a8e7303cd55e284e2ce1e54bf4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBAYRBRITIiFx0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhEBAAIBBAMAAAAAAAAAAAAAAQIRAAQhMUEDUWH/2gAMAwEAAhEDEQA/AJfbk0TLNrHGmjdLtj7uGSO4Bx7CpbdHp3tDuKnG7zjhH1EVRpIxj4Ro3DkHr7gepuc6V2vhTs9Z/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"aXZ4LZtWq","title":"The Full Story of the Stunning RSA Hack Can Finally Be Told","shortId":"aXZ4LZtWq","createdAt":"2021-05-20T10:06:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27025086,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T06:00:00.000Z","url":"https://www.wired.com/story/the-full-story-of-the-stunning-rsa-hack-can-finally-be-told/","canonicalUrl":"https://www.wired.com/story/the-full-story-of-the-stunning-rsa-hack-can-finally-be-told/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37e887b7c99add056aef528953da691c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQRMQUSIVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIDBAVxcv/aAAwDAQACEQMRAD8AxbtzkZLzny3XSQu6MMbm5J0Sc52cnz9UzrZDiOo37RFTcYrbL6YVvVAx9E//2Q==","siteTwitter":"","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"LsWpz9L4d","title":"Spotify is getting a weekly League of Legends esports news podcast","shortId":"LsWpz9L4d","createdAt":"2021-05-20T10:03:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025083,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:00:01.000Z","url":"https://www.theverge.com/2021/5/20/22444869/spotify-league-of-legends-weekly-esports-podcast-rift-reaction","canonicalUrl":"https://www.theverge.com/2021/5/20/22444869/spotify-league-of-legends-weekly-esports-podcast-rift-reaction","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b18c50341c1d3f41b747138f17b87362","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIEAAMFEQYhEzJC0f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAxESEzEy/9oADAMBAAIRAxEAPwCdwPiUOXi7uIyN+RIlXnLCWSoCKvYCoQdN1otvZB1WEXeQr5X3jo/sfpv2lKpMz2clBgjfS4aX/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"45wT6iRt3","title":"Ford CEO Jim Farley on building the electric F-150 — and reinventing Ford","shortId":"45wT6iRt3","createdAt":"2021-05-20T10:03:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025083,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T10:01:00.000Z","url":"https://www.theverge.com/2021/5/20/22444294/ford-f150-lightning-pickup-truck-jim-farley-interview","canonicalUrl":"https://www.theverge.com/2021/5/20/22444294/ford-f150-lightning-pickup-truck-jim-farley-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87e16fbdf1f98fd8ea69c03a0a15ab30","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAdEAACAgEFAAAAAAAAAAAAAAACAwABIQQFETFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQACAgEFAAAAAAAAAAAAAAABAwACBBEhQVGx/9oADAMBAAIRAxEAPwCdDlt3wHNQBvBJCDCzY1dFePOpRWvbxEQCq6llhp1K7irqWt25Hk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hiCQZx-SS","title":"The Antidote to Superhero Fatigue May Be Animation","shortId":"hiCQZx-SS","createdAt":"2021-05-20T09:53:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27025073,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:50:00.000Z","url":"https://www.theringer.com/tv/2021/5/20/22444525/animated-tv-superhero-series-modok-harley-quinn-invincible","canonicalUrl":"https://www.theringer.com/tv/2021/5/20/22444525/animated-tv-superhero-series-modok-harley-quinn-invincible","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d117124f36cd2a82373b81f11d515d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgAGAgMBAAAAAAAAAAAAAQIAAwQFESEGEiIxUTL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB4RAAEEAQUAAAAAAAAAAAAAAAEAAgMRBCIxQXGB/9oADAMBAAIRAxEAPwClc2abwy51quyJThJjSdMHfonnkj9eQO8jI9bjb2ngq11qo6trpVKaiSk0rvXZQcaYffghCJ2OMUmjkX7ZSGNFlQXM26JA6A2X/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"cex4N0W6O","title":"Pair of concepts may confuse you in Javascript — Number.isNaN() and isNaN()","shortId":"cex4N0W6O","createdAt":"2021-05-20T00:35:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":85,"score":27025059,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:07:57.000Z","url":"https://itnext.io/pair-of-concepts-may-confuse-you-in-javascript-number-isnan-and-isnan-556d14448dbb","canonicalUrl":"https://itnext.io/pair-of-concepts-may-confuse-you-in-javascript-number-isnan-and-isnan-556d14448dbb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce1ef62b3eaf5d9a16000b9f00df435f","ratio":1.58311345646438,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAQUBAAAAAAAAAAAAAQMCBgARBBIhMkFhof/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANA+jWuDeU3jWVcFPbNgiQzcQd6HaXrf5kBtOtpbMi1yiDInpBZofPLGMsH/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@infantiablue","readTime":2,"description":null,"toc":null,"summary":null},{"id":"LHGJ8HDfU","title":"Leaked renders give the best look yet at Sony’s next wireless earbuds","shortId":"LHGJ8HDfU","createdAt":"2021-05-20T09:36:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27025056,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:31:48.000Z","url":"https://www.theverge.com/2021/5/20/22445281/sony-wf-1000xm4-true-wireless-earbuds-leak-images-specs-details-rumors","canonicalUrl":"https://www.theverge.com/2021/5/20/22445281/sony-wf-1000xm4-true-wireless-earbuds-leak-images-specs-details-rumors","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce623ceab036ca4c193a3e6e544c421f","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAECBAUDBxExEyFRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCvfKYm03XiYxtLuaEemqyrpbowSSXyb9z9Gjz2fYAA/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"31PhsHVRC","title":"Good Morning Mix: Kasbo shines on long-awaited ‘Intermission Broadcast’ appearance","shortId":"31PhsHVRC","createdAt":"2021-05-20T09:34:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27025054,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-kasbo-shines-on-long-awaited-intermission-broadcast-appearance/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-kasbo-shines-on-long-awaited-intermission-broadcast-appearance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83a0a4c1ed4b5a7ca1fd7b24bfc652d6","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQchMQYSQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEiH/2gAMAwEAAhEDEQA/AKvC9wRa2NjoUTLHJagLKzKQHwofAxn5xWBPuXpwnkDaUHPscsXYZ577pSj1qXRiAtZRyf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IluLJwMeF","title":"TUXEDO InfinityBook Pro 14 mit 16:10 Omnia 3k Display","shortId":"IluLJwMeF","createdAt":"2021-05-20T08:47:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27025007,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:31:00.000Z","url":"https://linuxnews.de/2021/05/tuxedo-infinitybook-pro-14-mit-1610-omnia-3k-display/","canonicalUrl":"https://linuxnews.de/2021/05/tuxedo-infinitybook-pro-14-mit-1610-omnia-3k-display/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68410f13207c7d294bd06223f6ffe5f4","ratio":1.41282565130261,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgEDAAQFBhEHEyExEhXR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8Arpla960G/Kc3WpObdalJl1x532AuZAgMR7PK9pxjjuNKtNO7QeQki4TKbi/YQhFIy//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"whzDwdEkN","title":"Bang and Olufsen’s first Bluetooth 5.2 speaker has 27 hours of battery life","shortId":"whzDwdEkN","createdAt":"2021-05-20T08:13:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024973,"tagsStr":"bluetooth","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T08:12:55.000Z","url":"https://www.theverge.com/2021/5/20/22445255/bang-and-olufsen-beosound-explore-bluetooth-5-2-speaker-price-released-date-features","canonicalUrl":"https://www.theverge.com/2021/5/20/22445255/bang-and-olufsen-beosound-explore-bluetooth-5-2-speaker-price-released-date-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52ebc85096d150099cc1540f9c120007","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAgMBEQAEBlESFCEjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAExIf/aAAwDAQACEQMRAD8AzvdIBGsahgC0g9hMOLKRkYoY4rnLISxiVn3utHqGJqGRUePmMZQ4EeH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"J2iZVGfT7","title":"The new responsive: Web design in a component-driven world","shortId":"J2iZVGfT7","createdAt":"2021-05-19T16:14:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"web","tweeted":true,"views":497,"score":27024966,"tagsStr":"webdev,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-19T20:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2022-07-05T00:00:00.000Z","url":"https://web.dev/new-responsive/","canonicalUrl":"https://web.dev/new-responsive/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76ba2c00bd179e99e2552ab8e02cb82f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhABAAICAQUAAAAAAAAAAAAAAQIDAAQFESEyQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1N167taqcG6ioVmxmvivfp9yGXL0EkLr0H1ExjGL/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"WzswjmCu2","title":"ArgoCD: declarative Projects, Applications, and ArgoCD deploy from Jenkins","shortId":"WzswjmCu2","createdAt":"2021-05-20T00:35:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":43,"score":27024962,"tagsStr":"aws,kubernetes,backend,jenkins,ansible","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:36:50.000Z","url":"https://itnext.io/argocd-declarative-projects-applications-and-argocd-deploy-from-jenkins-6dda3cf51f74","canonicalUrl":"https://rtfm.co.ua/en/argocd-declarative-projects-applications-and-argocd-deploy-from-jenkins/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e800391b8ed10a77e531d1c4ff4d4e8","ratio":2.15827338129496,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBAUGEgcRMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQMyM//aAAwDAQACEQMRAD8AwrVC5JFyTKO7JixI5Zp7QAjt4A5DLbwcAdBRKIhLKK36M//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"FwNC-3vrs","title":"How to Break into Ethereum, Crypto, and Web3 as a Developer","shortId":"FwNC-3vrs","createdAt":"2021-05-19T21:09:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":158,"score":27024960,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:04:00.000Z","url":"https://www.freecodecamp.org/news/breaking-into-ethereum-crypto-web3-as-a-developer/","canonicalUrl":"https://www.freecodecamp.org/news/breaking-into-ethereum-crypto-web3-as-a-developer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c47c7a122118b246d91feffde029cfea","ratio":1.29198966408269,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAAUBCAMAAAAAAAAAAAAAAAECAwQhBQYHExUWImFSU8H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAgP/2gAMAwEAAhEDEQA/AK7mIZSLzQcqNA091PJCnEm4dPJNCrTsaLedi+l4uuJ/QAHroazBf//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@dabit3","readTime":9,"description":null,"toc":null,"summary":null},{"id":"0-HzkcsHv","title":"IRC-Netzwerk Freenode: Feindliche Übernahme","shortId":"0-HzkcsHv","createdAt":"2021-05-20T07:27:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27024927,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:04:00.000Z","url":"https://linuxnews.de/2021/05/irc-netzwerk-freenode-feindliche-uebernahme/","canonicalUrl":"https://linuxnews.de/2021/05/irc-netzwerk-freenode-feindliche-uebernahme/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15a28ab1bc8773cb58cb1359e25b6b4a","ratio":1.90540540540541,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQIFBQAAAAAAAAAAAAABAwIABAUREiFBBhMUMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAIAISL/2gAMAwEAAhEDEQA/AItvSmHXNy60aG+OLqJIjPTKQkvUcz99cAcVPtbG0bO2UqHbSSuOrc5DYZmlKpPjTJTV/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bzxyiTeIk","title":"Damadian credits divine influence for MRI's earliest milestone","shortId":"bzxyiTeIk","createdAt":"2021-05-20T07:16:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:36:51.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132443&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132443","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b77e2ee2f79deab3ad3d68b60b33093f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAEEAwAAAAAAAAAAAAABAAIDBgQFERIUIzFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ALJX4JZaDpbRkyNd1MQcvkQKgFwG1t1sOJce9PuSffkciIP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nyOUXn9yK","title":"As MRI strength increases, so do concerns about magnet safety","shortId":"nyOUXn9yK","createdAt":"2021-05-20T07:16:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:37:59.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132442&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132442","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/011a498f150fa63cc1c2aa525fd0503b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgj/xAAhEAABBAICAgMAAAAAAAAAAAABAgMFEQQGACESMWGR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8AGya3FuSEPj63qEErEeHlk5DrCTSTXiRR+FdezXC7q+oh1YTB4FWapgcmtmel2AAxK57YHQCMhYr6PCqXklKJMhmEnskvq/eHfV5GogYk/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Z_obCZZ4d","title":"Zagg’s new iPad cases are affordable alternatives to the Magic Keyboard","shortId":"Z_obCZZ4d","createdAt":"2021-05-20T07:15:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024915,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T07:10:40.000Z","url":"https://www.theverge.com/2021/5/20/22444822/zagg-pro-keys-trackpad-keyboard-case-ipad","canonicalUrl":"https://www.theverge.com/2021/5/20/22444822/zagg-pro-keys-trackpad-keyboard-case-ipad","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54702170801f1c0ef7428843da05ec57","ratio":1.91,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDEQAEIQUGEiMxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDM+VdTIvAdXBGxR2ruAnYUBsPX3KxZZ4lEYlsIOmyPNYxhxIutpn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5Z5KzKRfJ","title":"Ludum Dare 48 staff picks","shortId":"5Z5KzKRfJ","createdAt":"2021-05-19T22:44:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"ghblog","views":38,"score":27024904,"tagsStr":"apple,linux,game-development","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:34:44.000Z","url":"https://github.blog/2021-05-19-ludum-dare-48-staff-picks/","canonicalUrl":"https://github.blog/2021-05-19-ludum-dare-48-staff-picks/","image":"https://github.blog/wp-content/uploads/2021/05/Ludum-Dare-48_GH-staff-picks_Banner.gif?fit=1200%2C630","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQORBRMhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAYEQACAwAAAAAAAAAAAAAAAAABAgADIf/aAAwDAQACEQMRAD8Ay3Cuorsxq61R8AO6loYMIACq9fLezuIi1UUaBCl1jE6Z/9k=","siteTwitter":"@github","creatorTwitter":"@leereilly","readTime":8,"description":null,"toc":null,"summary":null},{"id":"aWOCzNdPG","title":"Founder of TikTok owner ByteDance resigns as CEO","shortId":"aWOCzNdPG","createdAt":"2021-05-20T06:34:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T06:26:17.000Z","url":"https://www.theverge.com/2021/5/20/22445212/tiktok-bytedance-ceo-zhang-yiming-steps-down","canonicalUrl":"https://www.theverge.com/2021/5/20/22445212/tiktok-bytedance-ceo-zhang-yiming-steps-down","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e5730db0abed5b4b400cccdd87b31df","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMRAAIGExIhBSIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQADAQEAAAAAAAAAAAAAAAAAASECA//aAAwDAQACEQMRAD8AlxfJkMy9ih43Wyx8bFvI5exB5CIIP2K2IKRd3ptE90pU9G8uDmqn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Qc2QQRO3k","title":"Understanding Kubernetes Maven Plugin’s Image XML configuration","shortId":"Qc2QQRO3k","createdAt":"2021-05-20T00:34:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"itnext","views":3,"score":27024834,"tagsStr":"kubernetes,java,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:40:56.000Z","url":"https://itnext.io/understanding-kubernetes-maven-plugins-image-xml-configuration-e98ef633e231","canonicalUrl":"https://itnext.io/understanding-kubernetes-maven-plugins-image-xml-configuration-e98ef633e231","image":"","ratio":null,"placeholder":"","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"2nPQpGsAK","title":"Taowa: Video calling in Dino in experimental, oh my!","shortId":"2nPQpGsAK","createdAt":"2021-05-20T05:28:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27024808,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T04:00:00.000Z","url":"https://writefreely.debian.social/taowa/video-calling-in-dino-in-experimental-oh-my","canonicalUrl":"https://writefreely.debian.social/taowa/video-calling-in-dino-in-experimental-oh-my","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c43fadfe12187e42d8641d89abbf57c9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAQQI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEIQUxUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSGxsyReS09dY1MM6yFnN2pUKQByu2ffzLMLxwP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"yzFVV40mq","title":"Liberia.chat","shortId":"yzFVV40mq","createdAt":"2021-05-20T05:27:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27024807,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T19:07:05.000Z","url":"https://kaiserbarbarossa.github.io/post/2021/05/20/liberia-chat/","canonicalUrl":"https://kaiserbarbarossa.github.io/post/2021/05/20/liberia-chat/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aD5aeNorf","title":"Frederick Douglass: The slave who became a statesman","shortId":"aD5aeNorf","createdAt":"2021-05-19T18:04:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:46:27.000Z","url":"https://www.livescience.com/frederick-douglass.html","canonicalUrl":"https://www.livescience.com/frederick-douglass.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ebad3d0c8ecf8f274ad1daef82a668a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAwABAgUSIRMxBEJx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJlraEqK6yHEYS+MQXJMcx5ZPk0O+/dnb4s34ovve0RB/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"SrP7XgMD5","title":"How much time does humanity have left?","shortId":"SrP7XgMD5","createdAt":"2021-05-18T12:39:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:24:11.000Z","url":"https://www.livescience.com/how-much-time-does-humanity-have-left.html","canonicalUrl":"https://www.scientificamerican.com/article/how-much-time-does-humanity-have-left/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/176eaf13d783473383728daa04261c10","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBAMBAQAAAAAAAAAAAAABAAIDEQQFMQdR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAwExMv/aAAwDAQACEQMRAD8Aoesx9tj+kPmdmRHVZcJBhFl4eB95Vm76qEOIimRkZ1wf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"mwGLXcWlj","title":"BaseTen: Creating Machine Learning APIs with Tuhin Srivastava and Amir Haghighat","shortId":"mwGLXcWlj","createdAt":"2021-05-20T04:24:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27024744,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T04:22:55.000Z","url":"https://softwareengineeringdaily.com/2021/05/19/baseten-creating-machine-learning-apis-with-tuhin-srivastava-and-amir-haghighat/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/19/baseten-creating-machine-learning-apis-with-tuhin-srivastava-and-amir-haghighat/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb7e3fed09676a75d66965c9525431cc","ratio":1.82446043165468,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAURBAYHEyIxUdP/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRIfD/2gAMAwEAAhEDEQA/ANU3LNPt+xya+CRdRJ1UASdcoAWAI7SD4PupR+Q7mHYC32nAOBmOX6UpRcapCvRE5drhuE+3P//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"xhgTUf75a","title":"Corey Kluber Throws a No-Hitter","shortId":"xhgTUf75a","createdAt":"2021-05-20T04:12:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024732,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T03:58:53.000Z","url":"https://www.theringer.com/2021/5/19/22445124/corey-kluber-throws-a-no-hitter","canonicalUrl":"https://www.theringer.com/2021/5/19/22445124/corey-kluber-throws-a-no-hitter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb2aefce127868c8e21ae141d96ab6ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYTITEyYf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQARAkHw/9oADAMBAAIRAxEAPwCfkuKY3jvJsJg7NGlsbiPvYT6fbgMQSPk/OvQ8GsYv+tr64aOIRIZGKopOlGz4H4KUqVpknbiSwuf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"PKgD21qhy","title":"The 10.3-inch Kobo Elipsa brings back super-sized e-readers","shortId":"PKgD21qhy","createdAt":"2021-05-20T04:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024723,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T04:01:00.000Z","url":"https://www.theverge.com/2021/5/20/22444637/kobo-elipsa-e-reader-giant-screen-price-release-date-stylus","canonicalUrl":"https://www.theverge.com/2021/5/20/22444637/kobo-elipsa-e-reader-giant-screen-price-release-date-stylus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/264ed273662b8543b8bde70bc513db24","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQRIQUGBxIUYf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQADAQAAAAAAAAAAAAAAAAAAASER/9oADAMBAAIRAxEAPwCY4lqrjt71CbxHs3NspSrZzT5FEMnEY5Ghs6+1mDmyi6cQdCRFKUNo2of/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gAVnyycjA","title":"Sphero’s cute car-shaped robot is driven to teach kids about programming","shortId":"gAVnyycjA","createdAt":"2021-05-20T03:37:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024697,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T03:34:27.000Z","url":"https://www.theverge.com/2021/5/19/22444848/sphero-car-robot-learning-toy-indi-stem-steam-programming-scratch","canonicalUrl":"https://www.theverge.com/2021/5/19/22444848/sphero-car-robot-learning-toy-indi-stem-steam-programming-scratch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2e723fabce9db11d8179609f075b9df","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEFBBITIUFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDIv/aAAwDAQACEQMRAD8ApnzYZnpY9TpuZ0ID4HCTbx3fld9haxuSG0XCLr6RFN3eKEVmBazP/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YCUmQU0J-","title":"‘Le Bureau des Légendes,’ Seasons 3 and 4","shortId":"YCUmQU0J-","createdAt":"2021-05-20T03:13:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T03:13:21.000Z","url":"https://www.theringer.com/2021/5/19/22445072/le-bureau-des-legendes-seasons-3-and-4","canonicalUrl":"https://www.theringer.com/2021/5/19/22445072/le-bureau-des-legendes-seasons-3-and-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f637cedf3e2fbcfd6ee63d6bc4347e69","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRABAAECBQUAAAAAAAAAAAAAAQIAAwUREiEiBAcxQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwCRPEb3Sdw8AbpC/ECUSRkiD7+b+K3OrXyYwzd3iUpUuIHI23//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"xuGo-MQky","title":"Collaborating on React Components with Bit","shortId":"xuGo-MQky","createdAt":"2021-05-19T22:17:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"bit","views":11,"score":27024666,"tagsStr":"general-programming,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:17:27.000Z","url":"https://blog.bitsrc.io/collaborating-on-react-components-with-bit-3754fd231d67","canonicalUrl":"https://blog.bitsrc.io/collaborating-on-react-components-with-bit-3754fd231d67","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60162965fa6791a795a7ec8108ec97e3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAABBAMBAQAAAAAAAAAAAAACAAEEEQMSIQWx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAACEQMB/9oADAMBAAIRAxEAPwCLcosfyoxYBARd9HsO9p/qmjkQdy2xZdr7RcREGa2jbNOw/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"yMf9kOBF1","title":"Frustrating Design Patterns: Mega-Dropdown Hover Menus","shortId":"yMf9kOBF1","createdAt":"2021-05-19T12:17:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"smashing","views":383,"score":27024664,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-19T19:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:40:00.000Z","url":"https://www.smashingmagazine.com/2021/05/frustrating-design-patterns-mega-dropdown-hover-menus/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/frustrating-design-patterns-mega-dropdown-hover-menus/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1096387568a0b6b8d5add979fb9ba4d","ratio":1.67707212055974,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABBEFBiESFDJBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHREAAAUFAAAAAAAAAAAAAAAAAAECA/AEETNBUf/aAAwDAQACEQMRAD8Am5mktXnQOCz3buCVBwRg++R8q3WGvbENjbGXbStIY16m7KHk4GT5UpVNRY20TZgGMipwf//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":23,"description":null,"toc":null,"summary":null},{"id":"YBWVgqjaF","title":"Sharing learnings about our image cropping algorithm","shortId":"YBWVgqjaF","createdAt":"2021-05-19T17:45:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"twitter","views":52,"score":27024633,"tagsStr":"tech-news,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/sharing-learnings-about-our-image-cropping-algorithm.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/sharing-learnings-about-our-image-cropping-algorithm.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"eyoklGA_Z","title":"Ford starts taking $100 deposits for new F-150 Lightning","shortId":"eyoklGA_Z","createdAt":"2021-05-20T02:29:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024629,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T02:24:00.000Z","url":"https://www.theverge.com/2021/5/19/22444999/fords-f150-lightning-preorder-deposit-amount","canonicalUrl":"https://www.theverge.com/2021/5/19/22444999/fords-f150-lightning-preorder-deposit-amount","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5a2f585f7262f9dcaaaa91675acbc1c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAgMBAAQRBRIGFBUWIXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREC/9oADAMBAAIRAxEAPwDJWXtq09U6dplvZ2ibcTNUkZkyIMYkd+Yxn1NXLdwixYn2euN0QWOfZ4z8pSjeUU2M/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-J-zi1l8h","title":"‘Masked Singer’ Recap: Cluedle-Doo and Yeti Reveals; Plus, Clues and Predictions for the Finale","shortId":"-J-zi1l8h","createdAt":"2021-05-20T02:14:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024614,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T02:13:50.000Z","url":"https://www.theringer.com/video/2021/5/19/22444388/masked-singer-recap-cluedle-doo-and-yeti-reveals-plus-clues-and-predictions-for-the-finale","canonicalUrl":"https://www.theringer.com/video/2021/5/19/22444388/masked-singer-recap-cluedle-doo-and-yeti-reveals-plus-clues-and-predictions-for-the-finale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07e8c09766d7bf805bac6827a3ee60d7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAECBwAAAAAAAAAAAAABAAQFEQIDEhUWIkFhYvH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EACIRAAIAAwkBAAAAAAAAAAAAAAECAAMSBAUREyExQWGR0f/aAAwDAQACEQMRAD8AnI53FctTbngbW9PSGW26B68cR29lPmRjQSBBs68/ERXN0yVnZrPiTURueAO4bW0PWx08HyP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8C_F-Js9t","title":"Jason Mantzoukas Part 2: Mantzoukas Recommends!","shortId":"8C_F-Js9t","createdAt":"2021-05-20T02:14:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024614,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T02:03:13.000Z","url":"https://www.theringer.com/2021/5/19/22444991/jason-mantzoukas-part-2-mantzoukas-recommends","canonicalUrl":"https://www.theringer.com/2021/5/19/22444991/jason-mantzoukas-part-2-mantzoukas-recommends","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/817a02119b88fa19ed10551d7b90e5ba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEjQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRIf/aAAwDAQACEQMRAD8AxrX8mpuMsxipi4cABUhI186qslchQdMcT1I+8Yxw3tlK8cuVw//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"n9QKOMVDm","title":"App Distribution Adds Support to Android App Bundles","shortId":"n9QKOMVDm","createdAt":"2021-05-19T20:23:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"firebase","views":9,"score":27024607,"tagsStr":"tech-news,google,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/05/app-distribution-adds-support-to-android-app-bundles.html","canonicalUrl":"http://firebase.googleblog.com/2021/05/app-distribution-adds-support-to-android-app-bundles.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d4924422bef715a3da8aa9fc54d8d74","ratio":3.35429769392034,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEIhMhQWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAB//EABkRAQACAwAAAAAAAAAAAAAAAAEAAhEhMf/aAAwDAQACEQMRAD8AnLkSatBaA2FtANA819NEi/azJsqfmfUzxsegaCIkWtQ4Qrypuf/Z","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"zN8t94KVO","title":"Ford F-150 Lightning revealed: an electric truck for the masses","shortId":"zN8t94KVO","createdAt":"2021-05-20T01:35:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024575,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T01:30:01.000Z","url":"https://www.theverge.com/2021/5/19/22442777/ford-f-150-lightning-electric-truck-specs-price","canonicalUrl":"https://www.theverge.com/2021/5/19/22442777/ford-f-150-lightning-electric-truck-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f3fe9d2a911f64037ef9753b6de54c2","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAwIhAAQGEjFxof/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECAzH/2gAMAwEAAhEDEQA/AISOnqt6ySqWvKJ6iS5nt5s3XzLNHJ99SFri5xEIiIJZdD1jGRNZVdFuUf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"PS7byVDgX","title":"How to Optimize for Change in Software Development","shortId":"PS7byVDgX","createdAt":"2021-05-19T17:35:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"freecodecamp","views":52,"score":27024574,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:30:08.000Z","url":"https://www.freecodecamp.org/news/how-to-optimize-for-change-software-development/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-optimize-for-change-software-development/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b58e5cd75cb0f0ad663fe3f48d5a0af","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDAAQFBhESIQcxMkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AIXhXAYHLLlm1NZi4VVhEBJbcDkeXxP4AO6z7UaxQahykNioS0jupUhUfSByFHffrb3SlA1Uchf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@swyx","readTime":8,"description":null,"toc":null,"summary":null},{"id":"SuI9KKqo6","title":"svg-loader: A Different Way to Work With External SVG","shortId":"SuI9KKqo6","createdAt":"2021-05-19T14:47:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"css_tricks","views":78,"score":27024554,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:28:19.000Z","url":"https://css-tricks.com/svg-loader-a-different-way-to-work-with-external-svg/","canonicalUrl":"https://css-tricks.com/svg-loader-a-different-way-to-work-with-external-svg/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/85117e51cfc7ba7f25e66daf77301ce4","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERIGByExsv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAwIRAAQFIXH/2gAMAwEAAhEDEQA/AMtn8O2O6ineSaK9aaPgDdQmQod75Dbe6gt2/ZmLHJoCTvxa6H3SlGcrtNSYlZq/MR1lQc5omLo9Z//Z","siteTwitter":"@CSS","creatorTwitter":"@shubhamjainco","readTime":4,"description":null,"toc":null,"summary":null},{"id":"u-kkkXEFJ","title":"Asus’ new Zenbook 13 offers an OLED display for a previously unthinkable $800 price","shortId":"u-kkkXEFJ","createdAt":"2021-05-20T01:03:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024543,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T01:01:00.000Z","url":"https://www.theverge.com/2021/5/19/22444821/asus-zenbook-13-oled-um325-ux325-price-release-date-specs","canonicalUrl":"https://www.theverge.com/2021/5/19/22444821/asus-zenbook-13-oled-um325-ux325-price-release-date-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6eecc9aecc4fad53707c813f11c487e5","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAwIEAAUGIRETQ//EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8Ak/CK44/QXsa/rdYtq+qxILI7BGT/AGW0sWdjafMgTa2cyIjwASSesYxsDmkK2ek//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"AMU2yCbci","title":"Ray Ban - You are on custom","shortId":"AMU2yCbci","createdAt":"2021-05-20T00:08:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27024488,"tagsStr":"r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-20T00:00:00.000Z","url":"https://www.behance.net/gallery/106336625/Ray-Ban-You-are-on-custom","canonicalUrl":"https://www.behance.net/gallery/106336625/Ray-Ban-You-are-on-custom","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a22e2ca51e78c587398ff35aefcd0b1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMI/8QAJhAAAgIABAUFAQAAAAAAAAAAAQIDEQAEBSEGBxIiYRMUIzFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAeEQACAgAHAAAAAAAAAAAAAAABAgARAxITIUFR8f/aAAwDAQACEQMRAD8Arxi2qZDnsue0rXp3yzyL7qP1mMeUULQjoGjdG1rtuz9g40NEyvEjBuoMAbVrB/njAVzFZo9aDxsUdJ55FZTRVumfuH4dhv4GGDhn5OG9Jd+52ykRLHck9A3wWjlVcS7sHrhmEcuGUbV4s//Z","siteTwitter":"@behance","creatorTwitter":"@lucianocian","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Hw7YttPZg","title":"The business impact of core web vitals","shortId":"Hw7YttPZg","createdAt":"2021-05-19T08:12:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"web","tweeted":true,"views":479,"score":27024478,"tagsStr":"webdev,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-19T15:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://web.dev/vitals-business-impact/","canonicalUrl":"https://web.dev/vitals-business-impact/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ceeac4807dc29fbc25eaedb620d183f3","ratio":3.44827586206897,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAyESExQyM6H/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAzFBUf/aAAwDAQACEQMRAD8A0Jry5cz2O9CnuZm0JXgChaIihm7F0KpyNCf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rfrkqqe1H","title":"Next-Gen CSS, OSS needs you, testing best practices - Picks #180","shortId":"rfrkqqe1H","createdAt":"2021-05-19T12:35:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"daily","views":183,"score":27024477,"tagsStr":"general-programming,react,testing,css,open-source,typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-19T15:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:30:00.000Z","url":"https://daily.dev/blog/next-gen-css-oss-needs-you-testing-best-practices-picks-180","canonicalUrl":"https://daily.dev/blog/next-gen-css-oss-needs-you-testing-best-practices-picks-180","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a966368d7a5136247f9a96276903fbdc","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBAAFBgcRISNRM//EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACAzEEEbH/2gAMAwEAAhEDEQA/ANZyTuu/tayDp8VOWU03YTWIA8i+0oAG8EAADx9HeVV4d29frRXLVnUnsWEEsjFoiWZh2T+f04xl8tQ41LG+3wjtZ//Z","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6cPkP7L0Y","title":"Google details how interconnected Matter smart home standard will work on Android and Nest","shortId":"6cPkP7L0Y","createdAt":"2021-05-19T23:48:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024468,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:45:00.000Z","url":"https://www.theverge.com/2021/5/19/22444571/google-interconnected-matter-smart-home-standard-android-nest-details-io-2021","canonicalUrl":"https://www.theverge.com/2021/5/19/22444571/google-interconnected-matter-smart-home-standard-android-nest-details-io-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c0a2f47ba20b83762ac06017e1641ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAxEEBSGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/ANRt9xJhay44YnOJIJeLu+eKKJ7AJaLPURT2mx//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PO3PpM2JK","title":"Gabriel Gonzalez: Module organization guidelines for Haskell projects","shortId":"PO3PpM2JK","createdAt":"2021-05-19T16:42:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"phaskell","views":6,"score":27024466,"tagsStr":"haskell","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://www.haskellforall.com/2021/05/module-organization-guidelines-for.html","canonicalUrl":"https://www.haskellforall.com/2021/05/module-organization-guidelines-for.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xqFRI6AkN","title":"Russell Coker: DNS, Lots of IPs, and Postal","shortId":"xqFRI6AkN","createdAt":"2021-05-03T05:10:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27000310,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T04:54:59.000Z","url":"https://etbe.coker.com.au/2021/05/03/dns-lots-ips-postal/","canonicalUrl":"https://etbe.coker.com.au/2021/05/03/dns-lots-ips-postal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"HHlsn2liN","title":"What’s new from Firebase at Google I/O 2021","shortId":"HHlsn2liN","createdAt":"2021-05-18T20:07:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"firebase","views":87,"score":27023351,"tagsStr":"google,infrastructure,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:00:00.000Z","url":"http://firebase.googleblog.com/2021/05/whats-new-from-firebase-at-google-io.html","canonicalUrl":"http://firebase.googleblog.com/2021/05/whats-new-from-firebase-at-google-io.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/547d3206b8b5ab5dfb8ad6769ee6ba31","ratio":3.35429769392034,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAECETFBUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDRnFSlFu7vrKLG/QCF04f/2Q==","siteTwitter":"@Firebase","creatorTwitter":"@Firebase","readTime":null,"description":null,"toc":null,"summary":null},{"id":"d1gHQx3Qf","title":"FDA releases final guidance on medical device safety for MRI","shortId":"d1gHQx3Qf","createdAt":"2021-05-19T23:31:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024451,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:10:04.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132445&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132445","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30295ee8c525317ff5b1118c82ce8562","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgAF/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEhEhUQYi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAJB/9oADAMBAAIRAxEAPwAPDgfkJraFjnnhk0Qy7SKTvqpKKpUekbc8Ajujd7ibWK8njt8zYSQpIyo52/Sg9HoeVkVVcMp2K//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"oTOk_JqAW","title":"DNS infrastructure at Hulu","shortId":"oTOk_JqAW","createdAt":"2021-05-19T17:43:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"disney","views":10,"score":27024450,"tagsStr":"infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:29:58.000Z","url":"https://medium.com/disney-streaming/dns-infrastructure-at-hulu-c69fd20170dc","canonicalUrl":"https://gist.githubusercontent.com/LoveMandy/77f49f5144347ed5dbed41528e5211b6/raw/1ee9da1acccf0bfb32ba22098b00af1a75a3561b/2015-09-08-dns-infrastructure-at-hulu.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a14a48c59211fd035d9999e83cf2a1a3","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAAgQSBhEhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABMkH/2gAMAwEAAhEDEQA/ANBZin5vJchammrMei7LO2oqCRv14Psd/JTxElUw0//Z","siteTwitter":"@disneystreaming","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"q0LHxVLcm","title":"Nintendo’s new Zelda Amiibo removes tedium for an extra $25","shortId":"q0LHxVLcm","createdAt":"2021-05-19T23:11:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024431,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:07:00.000Z","url":"https://www.theverge.com/2021/5/19/22444520/nintendo-skyward-sword-hd-zelda-amiibo-fast-travel","canonicalUrl":"https://www.theverge.com/2021/5/19/22444520/nintendo-skyward-sword-hd-zelda-amiibo-fast-travel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fde0b7c110aff08db207913deb107790","ratio":1.90996784565916,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBBEABRJBEyExof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAA1ERITFBsf/aAAwDAQACEQMRAD8A2jXx93Eadkp3peDrhUpL8YKoXQAoijQHX3rrK7MjY+JHKahR4iyWR7/cYybS9wq79YEas0sJLAc4A8n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_Wa3lBxaa","title":"Meeting the Men of Katie’s Season With Amelia Wedemeyer","shortId":"_Wa3lBxaa","createdAt":"2021-05-19T23:09:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27024429,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T23:03:27.000Z","url":"https://www.theringer.com/2021/5/19/22444792/meeting-the-men-of-katies-season-with-amelia-wedemeyer","canonicalUrl":"https://www.theringer.com/2021/5/19/22444792/meeting-the-men-of-katies-season-with-amelia-wedemeyer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7eeb4b9c2fc53b020a4eb84a9362e2a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBBEAIQUGMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAEXHB/9oADAMBAAIRAxEAPwDNOtQm+WkOtSDSAdEbULTZNn7r33eT7kTjgtQMNV2fHTjGHUUTHsaVc6Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KyKoGurj_","title":"An experiment in helping users and web publishers create deeper connections on Chrome","shortId":"KyKoGurj_","createdAt":"2021-05-19T15:30:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"chromium","views":19,"score":27024428,"tagsStr":"startup,google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://blog.chromium.org/2021/05/an-experiment-in-helping-users-and-web.html","canonicalUrl":"https://blog.chromium.org/2021/05/an-experiment-in-helping-users-and-web.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"","creatorTwitter":"@ChromiumDev","readTime":null,"description":null,"toc":null,"summary":null},{"id":"L1Sg1RRHm","title":"Aspect Ratios: All You Need to Know","shortId":"L1Sg1RRHm","createdAt":"2021-05-19T23:07:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27024427,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:34:13.000Z","url":"https://www.uxpin.com/studio/blog/aspect-ratio/","canonicalUrl":"https://www.uxpin.com/studio/blog/aspect-ratio/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d239e037df860ab5dda36ad4753be42e","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQIHAQAAAAAAAAAAAAABAwACIgQRExQhQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDBAVRcZGh0f/aAAwDAQACEQMRAD8AotwzS6o7pouPGQ9+SilNYSsa9ZtHQiJavVo2xMIHZ9R4qpE2eQgHk67r/9k=","siteTwitter":"","creatorTwitter":"@uxpin","readTime":5,"description":null,"toc":null,"summary":null},{"id":"vd-AdvNfO","title":"Five more women are suing Amazon for discrimination and retaliation","shortId":"vd-AdvNfO","createdAt":"2021-05-19T22:59:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024419,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:58:26.000Z","url":"https://www.theverge.com/2021/5/19/22444635/amazon-five-discrimination-retaliation-lawsuits-warehouse","canonicalUrl":"https://www.theverge.com/2021/5/19/22444635/amazon-five-discrimination-retaliation-lawsuits-warehouse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf7b1c93a552a646c85a1ff72721e784","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAwQRISKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAYEQEBAAMAAAAAAAAAAAAAAAABABESIf/aAAwDAQACEQMRAD8A0RsS621bEzsiqvQ3UgTXpUmWY9jxESFbLxmoYW//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5UW-zYaBW","title":"Slack will let you list your pronouns right under your job title","shortId":"5UW-zYaBW","createdAt":"2021-05-19T22:59:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024419,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T22:54:39.000Z","url":"https://www.theverge.com/2021/5/19/22444705/slack-pronouns-field-profiles","canonicalUrl":"https://www.theverge.com/2021/5/19/22444705/slack-pronouns-field-profiles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71a16a8d91ae131b91adec54cf301040","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQUAAwEAAAAAAAAAAAAAAwABAgQREiJRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzxVtDFRsgnVCSZsaBZbzE7PvX74odbxkRKA//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yW2LN-roy","title":"Node v16.2.0 (Current)","shortId":"yW2LN-roy","createdAt":"2021-05-19T11:10:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"nodejs","views":158,"score":27024391,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-19T13:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:42.000Z","url":"https://nodejs.org/en/blog/release/v16.2.0/","canonicalUrl":"https://nodejs.org/en/blog/release/v16.2.0/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4db4298890c8e588b2cd12ec7ad34087","ratio":0.875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQF/8QAIxAAAgICAQMFAQAAAAAAAAAAAQIDBAURAAYxQRIhMlJhof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAACAQMAEf/aAAwDAQACEQMRAD8ASOqeucrXzd4VLKRR0J3iMSqCG19t99jijhrz38RRuPGFaxBHKVB9gWUHX95Ne6dxF3Jx3LWPryWfLlflrt6h2bX7vmwoCqAoAAGgB44GWbFtS94cwzbVfe//2Q==","siteTwitter":"@nodejs","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"w8jr6pFHm","title":"Netflix is getting a trilogy of Fear Street movies in July","shortId":"w8jr6pFHm","createdAt":"2021-05-19T21:30:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024330,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T21:28:11.000Z","url":"https://www.theverge.com/2021/5/19/22444575/netflix-fear-street-trilogy-rl-stine-release-date","canonicalUrl":"https://www.theverge.com/2021/5/19/22444575/netflix-fear-street-trilogy-rl-stine-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/606900645aac8db8f68470037c81bb81","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAFBBITIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AwzdNijXavlLhTZCQkCbiRZ9VlnaFXmZT2Adj8GMYdNIUL//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wwShMUZC1","title":"Mozilla veröffentlicht Firefox 88.1.4 für Android","shortId":"wwShMUZC1","createdAt":"2021-05-19T21:06:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27024306,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T20:57:36.000Z","url":"https://www.soeren-hentzschel.at/firefox-android/firefox-88-1-4-android/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox-android/firefox-88-1-4-android/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fec6df43ecb26ce971779a1eeb07739","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBBFBBQYTITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIEEjED/9oADAMBAAIRAxEAPwC4945tvTMSxMOy5C5O28p9b4A+CTpVZ1DM7EkbJPMRFIyLTAmV0a2n/9k=","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pZ-Y1u41h","title":"Migrate to User-Agent Client Hints","shortId":"pZ-Y1u41h","createdAt":"2021-05-19T10:12:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"web","views":57,"score":27024255,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://web.dev/migrate-to-ua-ch/","canonicalUrl":"https://web.dev/migrate-to-ua-ch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36a2dfa704b6d6b5b713bb59c6c6d473","ratio":1.50564617314931,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABEQMEIQUSExQxYWL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACIQMS/9oADAMBAAIRAxEAPwDP6AlaacPPTosNwO+kLybxMO84jx7Ue1Ytjphj7JESvpqYw23Oq6T/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JpMDtX84C","title":"Singapore International Photography Festival (SIPF)","shortId":"JpMDtX84C","createdAt":"2021-05-19T20:08:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27024248,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/110850959/Singapore-International-Photography-Festival-(SIPF)","canonicalUrl":"https://www.behance.net/gallery/110850959/Singapore-International-Photography-Festival-(SIPF)","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01607e43d16bfb194fa9dc85df3a8b95","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAgMBAAAAAAAAAAAAAgEDBREABDFBBgcSIf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBAURMVGx/9oADAMBAAIRAxEAPwC6Xkpp+DDTnZTYOX195W0AUQhAhvteev2839f2N5MDDYOPR5GIohEbC/SrXK0tXjGGxWS7zxNG2+AtBI8X/9k=","siteTwitter":"@behance","creatorTwitter":"@foreignpolicydg","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6P7qfQLDz","title":"Apple announces a slew of accessibility updates","shortId":"6P7qfQLDz","createdAt":"2021-05-19T20:01:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024241,"tagsStr":"apple,accessibility","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T20:00:07.000Z","url":"https://www.theverge.com/2021/5/19/22444137/apple-accessibility-updates-disabilities-iphone-ipad-watch","canonicalUrl":"https://www.theverge.com/2021/5/19/22444137/apple-accessibility-updates-disabilities-iphone-ipad-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4bd213beed0c52875d17aae3b6edf68","ratio":1.91033138401559,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQAFBhIhQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQADAAAAAAAAAAAAAAAAAAEAAyH/2gAMAwEAAhEDEQA/AKSljks2ZrdltOTKdiPuEphR4gYSgECh2CiSR9OVxIpIB80Ks+8YwVmsva4E/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"e6CfN0u_l","title":"The level of Mac malware is not acceptable, says Apple’s Craig Federighi at Epic trial","shortId":"e6CfN0u_l","createdAt":"2021-05-19T19:44:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024224,"tagsStr":"security,apple,cyber,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T19:42:44.000Z","url":"https://www.theverge.com/2021/5/19/22444353/mac-malware-not-acceptable-craig-federighi-apple-epic","canonicalUrl":"https://www.theverge.com/2021/5/19/22444353/mac-malware-not-acceptable-craig-federighi-apple-epic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b02fad8301eae1f8625dcbb604a7789","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQYUITEyhNH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAIDAQAAAAAAAAAAAAAAAAABAhEhMf/aAAwDAQACEQMRAD8AwurzYjW35U3jzHHX1qjkLnOEAJRYPSr8uxySN2xaF6OT7733GMpLOBTs/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4M1pifM7-","title":"You can get a PS5 at GameStop right now","shortId":"4M1pifM7-","createdAt":"2021-05-19T19:30:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024210,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T19:27:48.000Z","url":"https://www.theverge.com/2021/5/19/22444260/ps5-disc-discless-gamestop-restock-sony","canonicalUrl":"https://www.theverge.com/2021/5/19/22444260/ps5-disc-discless-gamestop-restock-sony","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c06496e7f0e6eef871b19c62ad6de3e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAQFEjERYdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB0RAAICAQUAAAAAAAAAAAAAAAECAAMFESFSssL/2gAMAwEAAhEDEQA/AJMHBa3WBubRonUSTWrCQMN11WRyAdeEnnqss2fQMQcZZE+e6D5SlVnGoLL7w2+hHUQi6CwIG4+mn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"wHBqDyCR_","title":"Update on User-Agent String Reduction in Chrome","shortId":"wHBqDyCR_","createdAt":"2021-05-19T11:07:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"chromium","views":34,"score":27024199,"tagsStr":"google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html","canonicalUrl":"https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"","creatorTwitter":"@ChromiumDev","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fCrdHvpgJ","title":"Here’s Anker’s apology after 712 Eufy customers had camera feeds exposed to strangers","shortId":"fCrdHvpgJ","createdAt":"2021-05-19T19:13:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024193,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T19:09:13.000Z","url":"https://www.theverge.com/2021/5/19/22444164/eufy-security-camera-glitch-privacy-feed-exposed-statement-details","canonicalUrl":"https://www.theverge.com/2021/5/19/22444164/eufy-security-camera-glitch-privacy-feed-exposed-statement-details","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d18981cecc3b501b328e3001a7b9f64","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQhBQYxERIiYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIDETH/2gAMAwEAAhEDEQA/AImvuSOrBqUb9Lq2XWImMaZ/IR9pOQOcjHIWadPZ+oiNMoOM/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DLLLo588p","title":"Deep-learning algorithm estimates cancer risk of pulmonary nodules","shortId":"DLLLo588p","createdAt":"2021-05-19T19:02:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.453Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024182,"tagsStr":"data-science,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:31:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132441&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132441","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67e7b676222435a6e3c9207ce265f342","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAJRAAAgEDAQgDAAAAAAAAAAAAARECAAMEBQYHEhQVIzJBUZGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AI+welW57rMHUZQsGUMbIFyHDPvAiIAkRP0h9BKs862+s57T5i4015H5f7SlB//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bJpbcg16Y","title":"Lollapalooza locks in highly anticipated 2021 lineup: Foo Fighters, Post Malone, Illenium, Kaytranada, and more top ticket","shortId":"bJpbcg16Y","createdAt":"2021-05-19T19:00:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27024180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:58:27.000Z","url":"https://dancingastronaut.com/2021/05/lollapalooza-locks-in-prestigious-2021-lineup/","canonicalUrl":"https://dancingastronaut.com/2021/05/lollapalooza-locks-in-prestigious-2021-lineup/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f68dc712bb10bd86ba65021c10db11bf","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAhEVEFBjH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRBAUhwfD/2gAMAwEAAhEDEQA/AMYteEtN61G1mvBGSySrMvBchhwit0NE66yMkrukjKV2pI+jGMAaJCubPHbFLTfcA9r/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JFr8nTFGB","title":"Porter Robinson reshares ‘Nurture’ tracklist in chronological order","shortId":"JFr8nTFGB","createdAt":"2021-05-19T18:47:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27024167,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:41:00.000Z","url":"https://dancingastronaut.com/2021/05/porter-robinson-reshares-nurture-tracklist-in-chronological-order/","canonicalUrl":"https://dancingastronaut.com/2021/05/porter-robinson-reshares-nurture-tracklist-in-chronological-order/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b54565f85b85fdddf234eb4cd3029c8b","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAQIGAQUAAAAAAAAAAAAAAwECAAQFBhEhEhUkMXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwDNtinW9VyCnQyVP6eUL+IyCMmHtfhd88+Pm4vMSdpDmCsWmU9qtcqKncLjfuEIoLmZ1eizf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ftUfGjCZW","title":"European Finals Special and Zack Holmes","shortId":"ftUfGjCZW","createdAt":"2021-05-19T13:30:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023850,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:25:07.000Z","url":"https://www.theringer.com/2021/5/19/22443680/european-finals-special-and-zack-holmes","canonicalUrl":"https://www.theringer.com/2021/5/19/22443680/european-finals-special-and-zack-holmes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e1e0cb7530cf329f085aecbdddf2581","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQGERUSITFBUlOR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADBEL/2gAMAwEAAhEDEQA/ANqfGY9ygdL69WOJ4wqcY8X15gd9R8FW2OXJYnd5+vrFKVOtsuHUOOm1QAGn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"2lQS02Mjw","title":"11 things we know about the new smartwatch OS from Google and Samsung — and some we don’t","shortId":"2lQS02Mjw","createdAt":"2021-05-19T18:39:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024159,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:33:32.000Z","url":"https://www.theverge.com/2021/5/19/22443809/google-samsung-wear-os-tizen-things-we-know","canonicalUrl":"https://www.theverge.com/2021/5/19/22443809/google-samsung-wear-os-tizen-things-we-know","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4a7f20adedfcbc621843132f9ae48aed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwYRBQcSISIy/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AK5nmOzuS6n4hOi87Lg2bDFmj2t9rhCWZfoL7ggHak6HiqbSlB//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"UXY6ihKH2","title":"HBO Max is getting new animated Batman and Superman shows","shortId":"UXY6ihKH2","createdAt":"2021-05-19T18:39:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024159,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:30:58.000Z","url":"https://www.theverge.com/2021/5/19/22444200/hbo-max-new-animated-batman-superman-shows","canonicalUrl":"https://www.theverge.com/2021/5/19/22444200/hbo-max-new-animated-batman-superman-shows","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a3556a24712582f54b6ace2c4bde58","ratio":1.91208791208791,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABRIGFSExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECITL/2gAMAwEAAhEDEQA/AMX2nU20MDsTsguwNWpbcdKrBokWFVXJNiwk+suFFgPQ2HFx3ea20qPF4gWR88Yxl6MbAXyj/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2Ngou4xng","title":"Choose how in-scope links open your PWA with Declarative Link Capturing","shortId":"2Ngou4xng","createdAt":"2021-05-19T09:21:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":31,"score":27024157,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":25,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://web.dev/declarative-link-capturing/","canonicalUrl":"https://web.dev/declarative-link-capturing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81b2a571bbcbbcf97f6d75089ce82d4c","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBhIhMkFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDPe1KWnzV7FrU5LKxV2B4QIrEkjp3EfcnJmVpnaNeKFiVX0PAxjA//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LnoeVxMEmB","title":"AT&T’s Discovery deal is about taking on Disney Plus","shortId":"LnoeVxMEmB","createdAt":"2021-05-19T18:34:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024154,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:30:00.000Z","url":"https://www.theverge.com/2021/5/19/22444031/warnermedia-discovery-merger-hbo-max-streaming-giant","canonicalUrl":"https://www.theverge.com/2021/5/19/22444031/warnermedia-discovery-merger-hbo-max-streaming-giant","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d4245ff3a6390088b3a00355917b32e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQADBBIRAhMxFBUhImH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQADAAAAAAAAAAAAAAAAAAABAzH/2gAMAwEAAhEDEQA/AM5OTI/Ttx+3x95sk6pF3LuZ4BFq+PgHCkLYHuURW1bI/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"2el-YzJX_","title":"Ford F-150 Lightning announcement: how to watch the electric pickup truck’s debut","shortId":"2el-YzJX_","createdAt":"2021-05-19T18:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024127,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T18:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22443818/ford-f150-lightning-ev-announcement-how-to-watch","canonicalUrl":"https://www.theverge.com/2021/5/19/22443818/ford-f150-lightning-ev-announcement-how-to-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c37d32436bf96d1f7a6f8f1c508bac44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEEBREAAwchEiTS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQEBAAIDAQAAAAAAAAAAAAABAgAxAwQFEf/aAAwDAQACEQMRAD8ApIyrVsBbWMJEtjLX5CoNQsVrrurXMsLkKdIlJdra17X1dXzjGH26T4jlnxuOLqi5HWzP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CchIKBc03","title":"'Black fungus' treatment runs short in India as new cases of infection emerge","shortId":"CchIKBc03","createdAt":"2021-05-19T18:04:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:40:30.000Z","url":"https://www.livescience.com/amphotericin-B-drug-for-black-fungus-supply.html","canonicalUrl":"https://www.livescience.com/amphotericin-B-drug-for-black-fungus-supply.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49312ada521e50ef471aeeebb8b6c59e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBQcxURITISL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABsRAAIBBQAAAAAAAAAAAAAAAAABQQIDBBHw/9oADAMBAAIRAxEAPwCLZnX9Lh2dlt3sGJsmne7IRT78/oHnnxwPvVZmnZZJ5HjUIjMSq9DPFKVQyVqxR0IQj//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KjVFC1Rok","title":"Clarius adds AI features to handheld ultrasound scanners","shortId":"KjVFC1Rok","createdAt":"2021-05-19T17:28:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024088,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:09:55.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132440&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132440","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee762c9c18225670e688a90c377808d6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMI/8QAIRAAAgEDBQADAAAAAAAAAAAAAQIDBAYRAAUSIUEUMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECACEDEUFh/9oADAMBAAIRAxEAPwCFj3VNuNTW0u5SxzypwCSswUozZwx6yQPdLNJMjUkBaaJyUUlg/R6+9ZaaNDZO6SFFMiVOVbHaniOwfNNNsIgtraQFUD4kPn4GrMoL1Wh5AQhb7P/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"wVbdpHQK6","title":"New Dark Patterns tip line lets you report evil tech company menus","shortId":"wVbdpHQK6","createdAt":"2021-05-19T17:27:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024087,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:25:00.000Z","url":"https://www.theverge.com/2021/5/19/22444090/dark-patterns-tip-line-consumer-reports-advocacy-web","canonicalUrl":"https://www.theverge.com/2021/5/19/22444090/dark-patterns-tip-line-consumer-reports-advocacy-web","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a84d73d6d84202cc57ff0c13cb0f880","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQMFAQEAAAAAAAAAAAABAgMABREEBgcSIRMx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBCFRwf/aAAwDAQACEQMRAD8At+ROFU3fuLXXuS9x6eSWKFWVresrqYvQUfuOufAcD0VW26a6Pb9K0t1meRolLN80HY4GT+UpUF4SjKqnfItPIJM//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JMKSC5jYf","title":"Colonial Pipeline CEO confirms company paid $4.4 million ransom it wasn’t supposed to pay","shortId":"JMKSC5jYf","createdAt":"2021-05-19T17:16:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024076,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:12:57.000Z","url":"https://www.theverge.com/2021/5/19/22443933/colonial-pipeline-ransom-4-million-hack-gas-shortage","canonicalUrl":"https://www.theverge.com/2021/5/19/22443933/colonial-pipeline-ransom-4-million-hack-gas-shortage","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20111f4ec60a6a3de19717827c5a7b29","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBgUSITFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwCfK7McjTDhOwoq6CIuJsENHuq+LKpImGRxDQBZ8IijdOtEtKcP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZI0n8hSJr","title":"Android phones can finally tap to pay for public transit in the SF Bay Area","shortId":"ZI0n8hSJr","createdAt":"2021-05-19T17:11:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024071,"tagsStr":"tech-news,google,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T17:10:35.000Z","url":"https://www.theverge.com/2021/5/19/22443383/google-pay-clipper-card-android-san-francisco-bay-area-silicon-valley","canonicalUrl":"https://www.theverge.com/2021/5/19/22443383/google-pay-clipper-card-android-san-francisco-bay-area-silicon-valley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09edc767366e6c3b5ef365aa8f066398","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBBEABSEiBhIVcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMABBH/2gAMAwEAAhEDEQA/AMjA8/3b+102qU/2ls95BAKro0aquKy05M3anFK+/PTZJpPoAPzjGMNarqR4cznijglhv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YU9uQSqFd","title":"Fujifilm's x-ray system connected with Qure.ai algorithm","shortId":"YU9uQSqFd","createdAt":"2021-05-19T17:06:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024066,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:54:45.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132439&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132439","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/85538070bdf910b23adc93a3851fbd3c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJhAAAgECBQIHAAAAAAAAAAAAAQMCBBEABQYHQRJxFBUhIiMxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIREiJB/9oADAMBAAIRAxEAPwAHlemdvUVaqapbqbNKiVheVL4RfVxaP7Prf6vhB5Zt8r457ZahbKPtLBVuAmRyBfnFWbVlUjJqpyaly3QkoxZCZEh2IxqwYwgEzkT3wy0dCo5dP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bxM9isQoj","title":"Replaying Mass Effect Is Good for My Mental Health","shortId":"bxM9isQoj","createdAt":"2021-05-19T13:05:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:00:00.000Z","url":"https://www.wired.com/story/mass-effect-mental-health/","canonicalUrl":"https://www.wired.com/story/mass-effect-mental-health/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66236c9ececc75b0eb36f1d1b973e49b","ratio":1.91111111111111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxABAAEDBAMAAAAAAAAAAAAAAQIAAwQGERMxIVKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgARA1Fx/9oADAMBAAIRAxEAPwDF7uPhWtEko49xyJcd3lbvSyRA28CbHyomWUMlIS792lKNALbsozEgLWp//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Su2t0kYTL","title":"HBO Max launching ad-supported tier for $9.99 a month in June","shortId":"Su2t0kYTL","createdAt":"2021-05-19T16:56:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024056,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:52:30.000Z","url":"https://www.theverge.com/2021/5/19/22444063/hbo-max-ad-supported-tier-announced-pricing-release-date","canonicalUrl":"https://www.theverge.com/2021/5/19/22444063/hbo-max-ad-supported-tier-announced-pricing-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a1e7bb095e1bb3fa44a12441910889d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAAUEAwAAAAAAAAAAAAAAAAEDBAUCERIhIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AwOOmEWkE9YVRUe4VcXxdrJZKo3Ii4H4IZ1b6ABSg/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"e_0VxsR7c","title":"6 Ways Parallax Still Works in 2021","shortId":"e_0VxsR7c","createdAt":"2021-05-19T16:56:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27024056,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:03:00.000Z","url":"https://www.webdesignerdepot.com/2021/05/6-ways-parallax-still-works-in-2021/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/6-ways-parallax-still-works-in-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/953f12d253462da141138c04363347c6","ratio":1.81947405828003,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBgUSFCMxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyXV+Y7bRJ+FsOO5wbkDnnqBd6qwDRq/ihhLz0PIURInf/9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5uVANYr7d","title":"Hindenburg disaster's earliest moments captured in newly released footage","shortId":"5uVANYr7d","createdAt":"2021-05-19T16:55:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27024055,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:47:47.000Z","url":"https://www.livescience.com/hindenburg-disaster-newfound-footage.htm","canonicalUrl":"https://www.livescience.com/hindenburg-disaster-newfound-footage.htm","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54da4b232e2d3b6e61ef66face38cc00","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAAYBBAMAAAAAAAAAAAAAAAECAwQFEgYRITEHQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AoQYlt4+uExbmVGuLBlkjVIdJbhqy5I8lnlx86L0MzaavW7Zy3FRGslvLUe3W5qMAAf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"--g2_HcYs","title":"Google page experience update will come to desktop pages","shortId":"--g2_HcYs","createdAt":"2021-05-19T16:49:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27024049,"tagsStr":"google,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:22:26.000Z","url":"https://searchengineland.com/google-page-experience-update-will-come-to-desktop-pages-348723","canonicalUrl":"https://searchengineland.com/google-page-experience-update-will-come-to-desktop-pages-348723","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eeb9928f44bae64c3230ef6260f00032","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQADQQQREiEjQ6H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDT4aqdczdrnriJhQN1AABcaJk4HfqIkWP/2Q==","siteTwitter":"@sengineland","creatorTwitter":"@rustybrick","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VACwrxHym","title":"Microsoft is finally retiring Internet Explorer in 2022","shortId":"VACwrxHym","createdAt":"2021-05-19T16:46:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024046,"tagsStr":"business,microsoft,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:39:49.000Z","url":"https://www.theverge.com/2021/5/19/22443997/microsoft-internet-explorer-end-of-support-date","canonicalUrl":"https://www.theverge.com/2021/5/19/22443997/microsoft-internet-explorer-end-of-support-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb4481b23897f4151566f68a5696b55e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAAcBAQEAAAAAAAAAAAAAAAECAwQFESExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAhMf/aAAwDAQACEQMRAD8AzfV2EaNQWUZdcw9IfzJK+qbLzE6XOnulh+fBEAAvCkNb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"anmw277dI","title":"Harpers Bazaar Arabia: Into The Rabbit?s Hole","shortId":"anmw277dI","createdAt":"2021-05-19T16:21:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27024021,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/119651397/Harpers-Bazaar-Arabia-Into-The-Rabbits-Hole","canonicalUrl":"https://www.behance.net/gallery/119651397/Harpers-Bazaar-Arabia-Into-The-Rabbits-Hole","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/709e9c0622532bc7a0412a7a0aa192cc","ratio":0.749866095340118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAABv/EACMQAAAFAwMFAAAAAAAAAAAAAAECAwQRAAUSBlFhIUFTcbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyFB/9oADAMBAAIRAxEAPwAywQtT/RQNLmdNrcWYiLFwVORPMjgaA9hI8bUPwU8nyn1m021uNuKdwY2M9SlDbmhz5I6D1wiQUcE1DECUuwDG9HbN4mLCvp//2Q==","siteTwitter":"@behance","creatorTwitter":"@JvdasBerra","readTime":null,"description":null,"toc":null,"summary":null},{"id":"BhY51GlK7","title":"Ford F-150 Lightning: all the news about the electric pickup truck","shortId":"BhY51GlK7","createdAt":"2021-05-19T16:14:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:10:24.000Z","url":"https://www.theverge.com/2021/5/19/22443945/ford-f150-lightning-announcement-news-pickup-truck-updates-highlights-specs-price","canonicalUrl":"https://www.theverge.com/2021/5/19/22443945/ford-f150-lightning-announcement-news-pickup-truck-updates-highlights-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b976c9a76737178225acb7bad41d808","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxABAAICAwAAAAAAAAAAAAAAAQACAxESUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ay0ta3xnAQDfslY1ZOmIgf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tENe8xIDE","title":"Google made AI language the centerpiece of I/O while ignoring its troubled past at the company","shortId":"tENe8xIDE","createdAt":"2021-05-19T16:09:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024009,"tagsStr":"google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:06:42.000Z","url":"https://www.theverge.com/2021/5/19/22443441/google-ai-language-models-dangers-risk-io-timnit-gebru-margaret-mitchell-firing","canonicalUrl":"https://www.theverge.com/2021/5/19/22443441/google-ai-language-models-dangers-risk-io-timnit-gebru-margaret-mitchell-firing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d81ac803458aa8031fe044b6edb1468b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAwQSBRMVVJGhotL/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAICAwAAAAAAAAAAAAAAAAABAhITQaH/2gAMAwEAAhEDEQA/AMVNUp7NZDY0A744spYY9yT5Ejkl6C09/qIhGiL1ggtdZ//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"poHsaXKw5","title":"With Aerial_Knight’s Never Yield, Neil Jones made the game he always wanted to see","shortId":"poHsaXKw5","createdAt":"2021-05-19T16:04:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27024004,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22434089/aerial-knight-never-yield-interview-neil-jones-switch-ps5-xbox-steam","canonicalUrl":"https://www.theverge.com/2021/5/19/22434089/aerial-knight-never-yield-interview-neil-jones-switch-ps5-xbox-steam","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2658abdd38574ec25c92e115b691a65","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQGEQUSFCExQYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAEDAAIEESFRkf/aAAwDAQACEQMRAD8Ax2X2drwWYXHFiBLiC1dYy5VVZwQDvwNDWx8PqrqYpHMolE8Khx1a7ZTrf7SlTsnIYtCr1PJA34I4VHU//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"YmdGX4r5f","title":"What's radiology's 'new normal' post COVID-19?","shortId":"YmdGX4r5f","createdAt":"2021-05-19T16:03:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27024003,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T16:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132436&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132436","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de520f31e13d5dc449b893bd615e13c1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIF/8QAJhAAAgEDAwEJAAAAAAAAAAAAAQIDBAURAAchFAYTIiMzQlFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAIREAAQIEBwAAAAAAAAAAAAAAAQACAwQx0RESEyFRYcH/2gAMAwEAAhEDEQA/AEVd03ZC1vIKxbhJIyJCtRMImGVIOS3BP1nWPSW6gnpIZZLxdFeRFZgteWAJGeCGwf3U7lKp26sLEAs3ckkjk+A6PUMMXRU/lp6a+0fGqIlW6QdgKnm6EZgiJl3p1b1f/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PBxAZBqQ3","title":"UFO answers coming soon? The Pentagon to report on mysterious sightings.","shortId":"PBxAZBqQ3","createdAt":"2021-05-19T15:48:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023988,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:27:20.000Z","url":"https://www.livescience.com/ufo-report-military-dod-to-congress-next-month.html","canonicalUrl":"https://www.space.com/ufo-report-military-dod-to-congress-next-month","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3a8db54df749004e6acf5cb31ba39e4","ratio":1.79166666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQFEQYSITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM96fuDqe2SR7QWEPzwCRkeKbHSIg//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oLeEFv_Hj","title":"Real or Fake: Previewing the Contenders for the 2021 NBA Title","shortId":"oLeEFv_Hj","createdAt":"2021-05-19T15:44:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:42:40.000Z","url":"https://www.theringer.com/2021/5/19/22443883/real-or-fake-previewing-the-contenders-for-the-2021-nba-title","canonicalUrl":"https://www.theringer.com/2021/5/19/22443883/real-or-fake-previewing-the-contenders-for-the-2021-nba-title","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48a79b783a3321dcb23eca120a761e94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFEQYTYRQxQWLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADMRES/9oADAMBAAIRAxEAPwClj0XbINFVdXU708vRtqWAPLGjMO4AQO+D55J4WANvgBIDG4HqPiIl0uyu3DpMr1n1s//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EtVFsz_-8","title":"Recycle Your Phone, Sure, But Maybe Not Your Number","shortId":"EtVFsz_-8","createdAt":"2021-05-19T15:42:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27023982,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:38:37.000Z","url":"https://krebsonsecurity.com/2021/05/recycle-your-phone-sure-but-maybe-not-your-number/","canonicalUrl":"https://krebsonsecurity.com/2021/05/recycle-your-phone-sure-but-maybe-not-your-number/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8d258dd611cf27c42d503309a275c52b","ratio":0.986692015209126,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAB/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEhEjFBBAUyQlH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwB/vnWywzRCKUQhkjBYdesu9SOBX3fhNHBKgxluOltu8sb0MWtTldOskL2EAMyf/9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KhZK2qM95","title":"The Last of Us Part II gets long-awaited 60fps update for PS5","shortId":"KhZK2qM95","createdAt":"2021-05-19T15:38:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023978,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:32:10.000Z","url":"https://www.theverge.com/2021/5/19/22443868/the-last-of-us-part-2-ps5-patch-update-60fps","canonicalUrl":"https://www.theverge.com/2021/5/19/22443868/the-last-of-us-part-2-ps5-patch-update-60fps","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b5bd49830b79bf6b7fd711c69d6751a","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAgABAwQSIlEFIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM4SmxVvIYDcbuN2lMEWA9+aRES//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"PQj11E3S_","title":"Are LeBron and the Lakers Still the Title Favorites?","shortId":"PQj11E3S_","createdAt":"2021-05-19T15:37:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023977,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:33:53.000Z","url":"https://www.theringer.com/video/2021/5/19/22442136/are-lebron-james-los-angeles-lakers-still-title-favorites","canonicalUrl":"https://www.theringer.com/video/2021/5/19/22442136/are-lebron-james-los-angeles-lakers-still-title-favorites","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48a79b783a3321dcb23eca120a761e94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFEQYTYRQxQWLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADMRES/9oADAMBAAIRAxEAPwClj0XbINFVdXU708vRtqWAPLGjMO4AQO+D55J4WANvgBIDG4HqPiIl0uyu3DpMr1n1s//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"C4vXEe05A","title":"Eli & Fur announce forthcoming album ‘Found In The Wild’ with lead single ‘Wild Skies’","shortId":"C4vXEe05A","createdAt":"2021-05-19T15:34:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27023974,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:29:46.000Z","url":"https://dancingastronaut.com/2021/05/eli-fur-announce-forthcoming-album-found-in-the-wild-with-first-album-single-wild-skies/","canonicalUrl":"https://dancingastronaut.com/2021/05/eli-fur-announce-forthcoming-album-found-in-the-wild-with-first-album-single-wild-skies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0801b2022f5dccb90024d80ce3a70c17","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQFESEGEiJBExRR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQACAQQDAAAAAAAAAAAAAAABAgQAAxHBIXGh/9oADAMBAAIRAxEAPwDDaHUGV06YlnGpbyOWO9bV+RP0C4ORkYxFnp6fRxdqpLicKIl3LX77hCEeReLYDnzYNUrEOO6BmTk96Nf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZGPOj5aKi","title":"Apple Music is bringing lossless quality to streamers","shortId":"ZGPOj5aKi","createdAt":"2021-05-19T15:25:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27023965,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:24:28.000Z","url":"https://dancingastronaut.com/2021/05/apple-music-is-bringing-lossless-quality-to-streamers/","canonicalUrl":"https://dancingastronaut.com/2021/05/apple-music-is-bringing-lossless-quality-to-streamers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e40abe8de6b236e53f27300d85f388ac","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAkEAABAgQFBQAAAAAAAAAAAAABAgMABAURBhITMVEHFCEyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQMEAAIRIbHB0f/aAAwDAQACEQMRAD8Ag6UV6k1WS7GU1JSqOZ1mcFyrMkBQDaiDpg22sR5I4i12ew4l1aX6E1rBRC7TD/t92XzCEUcGIuQsXM2cUbMbcGYHnHdf/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hrvQ34xPq","title":"Getter announces forthcoming EP, tracklist with morse code message","shortId":"hrvQ34xPq","createdAt":"2021-05-19T15:18:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27023958,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:17:12.000Z","url":"https://dancingastronaut.com/2021/05/getter-announces-forthcoming-ep-tracklist-with-morse-code-message/","canonicalUrl":"https://dancingastronaut.com/2021/05/getter-announces-forthcoming-ep-tracklist-with-morse-code-message/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4284168a558930120e63cade74ec17da","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQQBAgcBAAAAAAAAAAAAAQIDBBEABiEFEhMUMUFhof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAbEQACAgMBAAAAAAAAAAAAAAABAgARAxMhYf/aAAwDAQACEQMRAD8Aw0XgLMjRjLxYWmaiYsSCVCktA8oKfO4NWPd/MnOafm9RVMqULNHuBv8AmMYjZCpsQNSuADfPZ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Xli_tGUAd","title":"Imperfect offerings: inside the complex new world of trans tech","shortId":"Xli_tGUAd","createdAt":"2021-05-19T15:16:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023956,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:15:00.000Z","url":"https://www.theverge.com/2021/5/19/22433056/transgender-tech-apps-euphoria-clarity-solace-bliss","canonicalUrl":"https://www.theverge.com/2021/5/19/22433056/transgender-tech-apps-euphoria-clarity-solace-bliss","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83f1ead6652f14591ac44bb967388b28","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQGBRIhERMjQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB0RAAEEAgMAAAAAAAAAAAAAAAECAwQhABIxQaH/2gAMAwEAAhEDEQA/AJsayPtYukNzYxXDyF3MhdlPJPQcfKzpsx1iJjGt7cbVO0eQ+qUqzQYTAddOgs37guI4qUpTbx2CKAPQvjP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"KdQ1rVsHq","title":"One of Sweden’s most-visited venues has been renamed the Avicii Arena","shortId":"KdQ1rVsHq","createdAt":"2021-05-19T15:12:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27023952,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:11:43.000Z","url":"https://dancingastronaut.com/2021/05/one-of-sweden-s-most-visited-venues-has-been-renamed-the-avicii-arena/","canonicalUrl":"https://dancingastronaut.com/2021/05/one-of-sweden-s-most-visited-venues-has-been-renamed-the-avicii-arena/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1e123e165a2aa9a87855900383155c8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgABBBEDBQYhgSL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAICAwAAAAAAAAAAAAAAAAECAAMSITH/2gAMAwEAAhEDEQA/AME4LtYmmlTi2GQXjSYmTAQsBEVuPzXteKG8QC7bILM/dU6IlYiI2SjZ72UrdmGJOhP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"s8bivgfvQ","title":"Help! Should I Hoard My Vacation Hours?","shortId":"s8bivgfvQ","createdAt":"2021-05-19T13:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:00:00.000Z","url":"https://www.wired.com/story/ooo-should-i-hoard-my-vacation-hours/","canonicalUrl":"https://www.wired.com/story/ooo-should-i-hoard-my-vacation-hours/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88a6f0ae30b887d94987d0a6864eef14","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACBAMFERMiMXKR0v/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREBAAEFAAMAAAAAAAAAAAAAAQIAAwQhUREisf/aAAwDAQACEQMRAD8A27LQ2RLa+tMmmpqkAiqQBtHvCqNjTcDFzk47O+kRRcu6zjBmD56DzpTIY9uXqmjRtPlf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"jTtEfvuwq","title":"Roku’s Streambar is $100 today","shortId":"jTtEfvuwq","createdAt":"2021-05-19T15:12:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023952,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:09:38.000Z","url":"https://www.theverge.com/good-deals/2021/5/19/22443621/roku-streambar-acer-chromebook-apple-watch-se-iphone-11-pro-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/19/22443621/roku-streambar-acer-chromebook-apple-watch-se-iphone-11-pro-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0232a0fcd207bc79ba2b4f94b318c992","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARBQYSE0Fx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAQACAwAAAAAAAAAAAAAAAAEAIQIREv/aAAwDAQACEQMRAD8AyXUsnJcfNJbrcnN2M2/C6hlG/XzLtezM1eJnYFyoJIGtnWMYaLkXEtctT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"qiZuwcHo4","title":"Can Joel Embiid and Ben Simmons Win the Sixers a Title?","shortId":"qiZuwcHo4","createdAt":"2021-05-19T15:07:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023947,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:02:34.000Z","url":"https://www.theringer.com/video/2021/5/19/22442145/can-joel-embiid-ben-simmons-win-philadelphia-sixers-title","canonicalUrl":"https://www.theringer.com/video/2021/5/19/22442145/can-joel-embiid-ben-simmons-win-philadelphia-sixers-title","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe29d600e0f44814a6a8f7afcb15bd16","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBAYREiFRMv/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQMAAgQyUf/aAAwDAQACEQMRAD8Am8ZoV7GFX7kkbTPWkfHGSPYnuJPvyOlDBvIB2yN96RFUYRJc0HsO3Ws//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"s7Y-KyAWY","title":"Qualcomm’s Snapdragon 778G chipset will put premium features in midrange phones","shortId":"s7Y-KyAWY","createdAt":"2021-05-19T15:05:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023945,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442830/qualcomm-snapdragon-778g-5g-m-2-reference-design","canonicalUrl":"https://www.theverge.com/2021/5/19/22442830/qualcomm-snapdragon-778g-5g-m-2-reference-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bcaa1d2d3ca64b58e4153c7e09302eb9","ratio":1.90831556503198,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFESEiMQYHEhP/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAQUBAAAAAAAAAAAAAAAAEQABAgMSMf/aAAwDAQACEQMRAD8A0sBpd38ZuFuX+DP28EKkNtYdAGNJOdDiNb7NWj+2L1bY7UFEWE6iKkMBbgWVKCRjJ5dnFKUF7JAFPeuOuL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"g5gRpEL3e","title":"Lofelt’s new haptics framework is ready to bring good vibrations to Android","shortId":"g5gRpEL3e","createdAt":"2021-05-19T15:05:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023945,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22440206/lofelt-vtx-ax-wave-haptic-framework-qualcomm-7-8-series-snapdragon","canonicalUrl":"https://www.theverge.com/2021/5/19/22440206/lofelt-vtx-ax-wave-haptic-framework-qualcomm-7-8-series-snapdragon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2c8c7779e5d2b3901a277582370aaf2","ratio":1.91048034934498,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRIRIjQUKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDBqGWN01PGYGEtNyT2wcHn1SzO3pLAAajhEVAX/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GBL6c4C62o","title":"People are uncomfortable with digital health tools used to control COVID-19","shortId":"GBL6c4C62o","createdAt":"2021-05-19T15:05:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T15:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442788/digital-health-data-covid-survey-skepticism-google-apple","canonicalUrl":"https://www.theverge.com/2021/5/19/22442788/digital-health-data-covid-survey-skepticism-google-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f92c584ff0f1458ad1f7126861335e43","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEEiExExUiQmH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEQP/2gAMAwEAAhEDEQA/AMOfth3B5rMpLYWqUSkDpuR4j1nk873VK1avBbNBt6yCMBiFWKFECNSZ2ftKULrbwbErWf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"gGYibsRtG","title":"A Zombie-Fire Outbreak May Be Growing in Alaska and Canada","shortId":"gGYibsRtG","createdAt":"2021-05-19T15:02:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023942,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:00.000Z","url":"https://www.wired.com/story/a-zombie-fire-outbreak-may-be-growing-in-the-north/","canonicalUrl":"https://www.wired.com/story/a-zombie-fire-outbreak-may-be-growing-in-the-north/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14d442d58b203b169460e6e6baee732f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBAUAEQcTIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxIh/9oADAMBAAIRAxEAPwCPXc/2ldDQ3HpYfWcQElxTqiNeu0DWYmTy/ZLkurNbB2pZPg/cYyNc116xaE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Aw9Pc1Loe","title":"Spotify enters the virtual concert business, starts selling $15 tickets to events","shortId":"Aw9Pc1Loe","createdAt":"2021-05-19T15:01:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023941,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:59:04.000Z","url":"https://www.theverge.com/2021/5/19/22443759/spotify-virtual-stream-concert-event-leon-bridges-black-keys","canonicalUrl":"https://www.theverge.com/2021/5/19/22443759/spotify-virtual-stream-concert-event-leon-bridges-black-keys","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1193ec186649bcc0fad2dd13d44a3f55","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQRIQUTUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACETH/2gAMAwEAAhEDEQA/ANE3Kzp+bNEWZ4q8lJxwyRwcHdjdg580r+PpRETqx2AzJ//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XR-pG8S6r","title":"China releases first images from its Zhurong rover on Mars","shortId":"XR-pG8S6r","createdAt":"2021-05-19T14:34:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023914,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:29:49.000Z","url":"https://www.theverge.com/2021/5/19/22443640/china-tianwen-1-first-images-zhurong-mars-rover-landing","canonicalUrl":"https://www.theverge.com/2021/5/19/22443640/china-tianwen-1-first-images-zhurong-mars-rover-landing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89a379e2cdff6429da83eb5aebf25812","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMSUXETIjL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ajo2GCV67tkbyY0JfcgjbjqZi09pLWZBbz+rkfZ57iIH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VoaESYbSJ","title":"Apple asks court to rule iOS is not an ‘essential facility’","shortId":"VoaESYbSJ","createdAt":"2021-05-19T14:18:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023898,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:18:03.000Z","url":"https://www.theverge.com/2021/5/19/22443616/apple-requests-court-dismiss-epic-essential-facilities-claim-fortnite-trial","canonicalUrl":"https://www.theverge.com/2021/5/19/22443616/apple-requests-court-dismiss-epic-essential-facilities-claim-fortnite-trial","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4a4968d8a8b4a5c7934efee9f9ad65b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBAUAESESE//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAIREAAQIEBwAAAAAAAAAAAAAAAQACAwQRMQUSE7Gy0eH/2gAMAwEAAhEDEQA/AMfiOx4lbYRH4TEmXKS2US17SpnXVAAcPoaB33JlVhXNkoNOySnm/qruMYdLtz1r1srfG4zpQM0gLm4DuQPq/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HdB2j1p8I","title":"Radiologists can help reduce disparities around COVID-19","shortId":"HdB2j1p8I","createdAt":"2021-05-19T14:16:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023896,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:54:34.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132435&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132435","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2de1530cec6e4b7c3a093a7b8cd360b3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAACAYH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAQIRAAQFIQMGBwgSEyIx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABoRAAICAwAAAAAAAAAAAAAAAAASAQIRIVH/2gAMAwEAAhEDEQA/AILpfU2zHiFbXHYUX1/krs8wvi44xZnjaGBnbD49xsD3zWTPwKrspZDBiRMUmfT1vx/h0O0ZslKn8P0AosFiDAJikVwHbXD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"J7QPj83Mp","title":"Egg-laying mammals and peacock spiders: Meet some of Australia's weirdest creatures","shortId":"J7QPj83Mp","createdAt":"2021-05-19T14:14:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023894,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:50:52.000Z","url":"https://www.livescience.com/australia-weirdest-animals-creatures.html","canonicalUrl":"https://www.livescience.com/australia-weirdest-animals-creatures.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36be0544d97a3570d352cd2ed39f3b52","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACBAMFIQYREhMXIjGT4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAgAHAAAAAAAAAAAAAAAAAAIDERITFCFR/9oADAMBAAIRAxEAPwDAQdJw6diFsmQo9Si4hzpTAOaXgnuDjluNhw5Cl07sR8GX7fiIibz9KXFhLqmZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"KDU8FfoWM","title":"Here’s how Deathloop’s death loops work","shortId":"KDU8FfoWM","createdAt":"2021-05-19T14:03:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442372/deathloop-preview-arkane-studios-ps5","canonicalUrl":"https://www.theverge.com/2021/5/19/22442372/deathloop-preview-arkane-studios-ps5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/280d9e27ea6ca4e1ed3de93885a61a75","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQAEBRNRQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEiEiMf/aAAwDAQACEQMRAD8Azifk45Zdfj9jURh09gkjYqwLX7Y+Zb1+CiaCMrNIqlQQCFNCvaxjAkq8LIbZZ//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"pb8nHcEOg","title":"Official NBA jerseys are coming to Fortnite this week","shortId":"pb8nHcEOg","createdAt":"2021-05-19T14:03:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T14:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22443608/fortnite-nba-uniform-jerseys","canonicalUrl":"https://www.theverge.com/2021/5/19/22443608/fortnite-nba-uniform-jerseys","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7eb2ff5e0d09a71870d5016a81e9c7f4","ratio":1.91015625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAEDBBECEiEFEyVBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQACAwQSQRQhUXHB/9oADAMBAAIRAxEAPwDLay65lRtspGijWWDpm6ZLPgmVpNLjlonM9GYABQxM07CBjwKqWrmfK69xPe+Tyv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nAM6T97XR","title":"Iconic 'Darwin's Arch' in the Galapagos has crashed into the sea","shortId":"nAM6T97XR","createdAt":"2021-05-19T13:54:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:40:29.000Z","url":"https://www.livescience.com/darwin-arch-collaspes-in-galapagos.html","canonicalUrl":"https://www.livescience.com/darwin-arch-collaspes-in-galapagos.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28c7fd9524f8ed12c8106c0ed2bd17c8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAgYCAwAAAAAAAAAAAAABAAIDBAUGESETFDJR0v/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgMA/9oADAMBAAIRAxEAPwCWr3ZTJeBE6slEJY0PdyMbsEjIGHelMLtojhnpzm9+LfpESY1t0oXjXlBnKHf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VDPcjv0qx","title":"Coinbase is down amid massive cryptocurrency plunge","shortId":"VDPcjv0qx","createdAt":"2021-05-19T13:53:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023873,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:47:36.000Z","url":"https://www.theverge.com/2021/5/19/22443701/coinbase-outage-bitcoin-ethereum-price-falling-cryptocurrency","canonicalUrl":"https://www.theverge.com/2021/5/19/22443701/coinbase-outage-bitcoin-ethereum-price-falling-cryptocurrency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39a86110f7975ebd1556fbfd6eb03806","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxABAAICAAcAAAAAAAAAAAAAAQIDABEEEyIxQWGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABEQL/2gAMAwEAAhEDEQA/AM821tfM4XYkIRtJo76g2d/Z88byJTFBFMYwC04Kh//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"coQlwcE0A","title":"Google is reinventing Docs to fight a two-front war","shortId":"coQlwcE0A","createdAt":"2021-05-19T13:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023856,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:30:22.000Z","url":"https://www.theverge.com/2021/5/19/22443297/google-docs-workplace-io-changes","canonicalUrl":"https://www.theverge.com/2021/5/19/22443297/google-docs-workplace-io-changes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/acc90b788e580ad0fc9c55658286338a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMEAAUREiExByJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQADAAAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AIVPlO9tWGJam2oiYcEBDI0OwIJwSrPPZ74qRVLcfUXVhOznscEgZPP2lKRE1n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"8UV1mqUPr","title":"Philips doubles down in spectral CT with launch of 7500 scanner","shortId":"8UV1mqUPr","createdAt":"2021-05-19T13:13:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023833,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132437&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132437","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc1fc99ac8c5b8189e628ab0a15da99f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMFB//EACMQAAEDAwQCAwAAAAAAAAAAAAECAwQAESEFEhMxBkFCYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EACARAAIBBAEFAAAAAAAAAAAAAAERAgADBCGhBRITQVH/2gAMAwEAAhEDEQA/AJU6Uxp0BowEqnam+gObmipwhKvmsjP0AD3+UGvL+FpDcrWmEyEJCXBx7rKHebG+fdzWWvTJTHiek8El5u7zoOxZFxfrFJew8sDrcaocfoeNl2/HKIBgTFoMoke2hprk0bcvXLMy5GXdvZ+74ar/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"rNniscr6d","title":"Roman-era skeleton found near Mount Vesuvius may be from famous rescue mission","shortId":"rNniscr6d","createdAt":"2021-05-19T13:11:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023831,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:47:44.000Z","url":"https://www.livescience.com/soldier-skeleton-mount-vesuvius-rescue-mission.html","canonicalUrl":"https://www.livescience.com/soldier-skeleton-mount-vesuvius-rescue-mission.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40e7dcb1833a97f0e09f4e517d81b64e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFERIGMRMhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AInH62oukzLjLHC7yhzNSSHNx0dsHPfwLUIOJWZ0EZdS7OLQSSfZOERWD//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"o3DRZEGod","title":"Solar Orbiter captures its 1st video of eruption on the sun","shortId":"o3DRZEGod","createdAt":"2021-05-19T13:11:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023831,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:55:22.000Z","url":"https://www.livescience.com/first-coronal-mass-ejection-images.html","canonicalUrl":"https://www.space.com/solar-orbiter-first-coronal-mass-ejection-images","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f81259016eead418eeb89ba959692fa","ratio":1.77936507936508,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgMFAAQGESEiof/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAARAQAC/9oADAMBAAIRAxEAPwCUcopKeq4br2VdoLFvAQ9yMzP2WHt4JI+ZLpJC8jOQoLEk9AAYxgRczqhv/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"YCrgkOmgP","title":"All the Streaming Companies Are Consolidating and Yet, Starz Persists","shortId":"YCrgkOmgP","createdAt":"2021-05-19T13:06:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023826,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:04:56.000Z","url":"https://www.theringer.com/tv/2021/5/19/22443115/starz-run-the-world-girlfriend-experience","canonicalUrl":"https://www.theringer.com/tv/2021/5/19/22443115/starz-run-the-world-girlfriend-experience","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebb01450a5a8e3f77a6070cc72f0dcf9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAgYCAwAAAAAAAAAAAAABAgMABAUREyESIgZBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQADAAIDAQAAAAAAAAAAAAABAgMABBEhMZH/2gAMAwEAAhEDEQA/ALk5MuS/neBLr+fO2cgc6qLgCeySNgasLjQt7izLUtT8u067VatkWkKVwfSlNyLmw4aHyEIB3LPPXk6nsgc/MZhNXo4bwHP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"aWPNhmwW2","title":"The World Loses Under Bill Gates’ Vaccine Colonialism","shortId":"aWPNhmwW2","createdAt":"2021-05-19T13:05:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:00:00.000Z","url":"https://www.wired.com/story/opinion-the-world-loses-under-bill-gates-vaccine-colonialism/","canonicalUrl":"https://www.wired.com/story/opinion-the-world-loses-under-bill-gates-vaccine-colonialism/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ffe6394170d7df192cb526c4073e481a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQIFBQEAAAAAAAAAAAAAAQARAgMFISITFEFCUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8Awin1EzKVNjMvLVEJyswhLN5y/tlO7J6D6iIqZS3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"PPIxqqt3M","title":"Zoom Events will try to recreate the in-person conference experience","shortId":"PPIxqqt3M","createdAt":"2021-05-19T13:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:00:00.000Z","url":"https://www.theverge.com/2021/5/19/22442919/zoom-live-events-paid-tickets-conferences-chat","canonicalUrl":"https://www.theverge.com/2021/5/19/22442919/zoom-live-events-paid-tickets-conferences-chat","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7adf13e88cf287d1abdf4bfdef033164","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEITFTYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAQD/2gAMAwEAAhEDEQA/AM5xZUUUTI34UEr+x5fe/jq0piaJHPtlETrCF//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"eKNqt8aAo","title":"iPad Pro (2021) review: dream screen","shortId":"eKNqt8aAo","createdAt":"2021-05-19T13:04:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023824,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T13:00:00.000Z","url":"https://www.theverge.com/22442084/ipad-pro-2021-review-features-screen-mini-led-m1-processor","canonicalUrl":"https://www.theverge.com/22442084/ipad-pro-2021-review-features-screen-mini-led-m1-processor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b08ddac613d30c55558f2ef82072932","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBSEGEhNRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAx/9oADAMBAAIRAxEAPwDVeWqSeRjh+TS3PS+JlJijbYYMyk99Hel1v6OVW6NaW3NIyy+zuzHUzAdn9xjG0Ljizf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sVTXvTZCt","title":"Best VS Code extensions for Nuxt/Vue Projects","shortId":"sVTXvTZCt","createdAt":"2021-05-19T13:04:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27023824,"tagsStr":"general-programming,css,devtools,vuejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"https://www.ravsam.in/blog/best-vs-code-extensions-for-nuxt-vue-projects/","canonicalUrl":"https://www.ravsam.in/blog/best-vs-code-extensions-for-nuxt-vue-projects/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/104016627c223443749a5843b77b1140","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACBDERAxIhQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAxH/2gAMAwEAAhEDEQA/ANZLmBud+mH3biOuPLUMyXZKIktKcQ5f/9k=","siteTwitter":"@ravsamhq","creatorTwitter":"@ravsamhq","readTime":3,"description":null,"toc":null,"summary":null},{"id":"C_9OHwS5M","title":"How to download your Google Photos","shortId":"C_9OHwS5M","createdAt":"2021-05-19T12:35:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023795,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:30:00.000Z","url":"https://www.theverge.com/22440156/google-photos-download-save","canonicalUrl":"https://www.theverge.com/22440156/google-photos-download-save","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09d4fcef4d9478557b49b64d9428fafe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAwEAAwAAAAAAAAAAAAAAAAECERJhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDS8Q1MObqZlLZWY/CfLpAAua//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dL0lQIz40","title":"‘Castlevania’ Sets the Example","shortId":"dL0lQIz40","createdAt":"2021-05-19T12:32:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023792,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:25:46.000Z","url":"https://www.theringer.com/2021/5/19/22443150/castlevania-sets-the-example","canonicalUrl":"https://www.theringer.com/2021/5/19/22443150/castlevania-sets-the-example","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/acfffd407c9fcb8318e005f60a5cc707","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQFERITITEyUaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAxEhMf/aAAwDAQACEQMRAD8Az3b5N4bS6tOVGyzlJGc+Q0ewPrr8qiTGxcbaZgNmlKSC6DbpRwf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Rp1TcH41M","title":"Martin-Éric Racine: WebRTC fails tests on 78.10.0esr (64-bit)","shortId":"Rp1TcH41M","createdAt":"2021-05-19T12:27:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27023787,"tagsStr":"webdev,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:00:00.000Z","url":"http://q-funk.blogspot.com/2021/05/webrtc-fails-tests-on-78100esr-64-bit.html","canonicalUrl":"http://q-funk.blogspot.com/2021/05/webrtc-fails-tests-on-78100esr-64-bit.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6isj_phJK","title":"Kane, Alisson, the WCL Final, and Dortmund","shortId":"6isj_phJK","createdAt":"2021-05-19T12:25:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023785,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:22:56.000Z","url":"https://www.theringer.com/2021/5/19/22443203/kane-alisson-the-wcl-final-and-dortmund","canonicalUrl":"https://www.theringer.com/2021/5/19/22443203/kane-alisson-the-wcl-final-and-dortmund","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ecfb7c999d011c2b6356a77e51ec3a9e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEIQUGEhQyQXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAcEQABBAMBAAAAAAAAAAAAAAADAAECEQQSMUH/2gAMAwEAAhEDEQA/AJpNsxdN6Q042gvXL3Sl4oT2iDJSAAVeJxifY1KNq2DiAsNoSFDlHE4n7SlTw5uQe0upMOLVTeL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"S5kbj3tdo","title":"PGA Championship Key Stats, Major Players, and Predictions With Rick Gehman and Pat Mayo","shortId":"S5kbj3tdo","createdAt":"2021-05-19T12:25:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023785,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:19:16.000Z","url":"https://www.theringer.com/2021/5/19/22443331/pga-championship-key-stats-major-players-and-predictions-with-rick-gehman-and-pat-mayo","canonicalUrl":"https://www.theringer.com/2021/5/19/22443331/pga-championship-key-stats-major-players-and-predictions-with-rick-gehman-and-pat-mayo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e77301672b838c048d6a8c75d1866850","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxEEIZEFEhMigf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAEREiFR8P/aAAwDAQACEQMRAD8A1HrFQGhXxM9Tm6vDq2491zyMj7LW09fcdjzESfl1XaEVUvB//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0vDv8ARXc","title":"Kevin O’Connor Previews the NBA Playoffs, and NYC Mayoral Candidate Andrew Yang Stops By","shortId":"0vDv8ARXc","createdAt":"2021-05-19T12:18:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:15:13.000Z","url":"https://www.theringer.com/2021/5/19/22443580/kevin-oconnor-previews-the-nba-playoffs-and-nyc-mayoral-candidate-andrew-yang-stops-by","canonicalUrl":"https://www.theringer.com/2021/5/19/22443580/kevin-oconnor-previews-the-nba-playoffs-and-nyc-mayoral-candidate-andrew-yang-stops-by","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f37096548e15bcb02754090c48f82ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQMCAAQFERIGByEiYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAIDAAAAAAAAAAAAAAAAAAACASFB/9oADAMBAAIRAxEAPwCV62trNPafHXabRaprxGP5hR4BhcxpkTrwSArQJBPsflZE+EIvYIQjGAkQAdnQ3+0pTRYso+H/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"piMpYSU87","title":"Jayson Tatum Won’t Go Quietly","shortId":"piMpYSU87","createdAt":"2021-05-19T12:18:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:15:38.000Z","url":"https://www.theringer.com/2021/5/19/22443587/jayson-tatum-celtics-wizards-pacers-hornets-play-in","canonicalUrl":"https://www.theringer.com/2021/5/19/22443587/jayson-tatum-celtics-wizards-pacers-hornets-play-in","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6eea98eca114becc890bbc919cb6e237","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhITFSExQf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAgEQAABQMFAAAAAAAAAAAAAAAAAQIDEQQFExIhUWGx/9oADAMBAAIRAxEAPwC1x+tByJLvta8ExV44lfptgxTuW+dgjf5rMqv1PBfswiaVhHIybJ+9EjGMM1LikoRpPn0KGbbSZ3EYygojbof/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"X-X79lynA","title":"Mike Trout’s Mounting Injuries Could Cost Him Baseball History","shortId":"X-X79lynA","createdAt":"2021-05-19T12:18:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023778,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:05:36.000Z","url":"https://www.theringer.com/mlb/2021/5/19/22443240/mike-trout-angels-injuries-impacting-record-breaking-pursuits","canonicalUrl":"https://www.theringer.com/mlb/2021/5/19/22443240/mike-trout-angels-injuries-impacting-record-breaking-pursuits","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/293ba1fde1a3b5c1bcaf3e668e91f3ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAgAFAwUBAAAAAAAAAAAAAQIAAwQRIQYUMQUHEkFS4f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABABECBBL/2gAMAwEAAhEDEQA/AIZ3a/o0vRNDVM81qrYbpX4XysHII9ixsM45zGHbS9GGIsmD8fsIQjWxHq4oLLZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"XdVBMf36K","title":"“Under the Bridge” Was the Red Hot Chili Peppers at Their Most Naked","shortId":"XdVBMf36K","createdAt":"2021-05-19T12:18:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T12:08:25.000Z","url":"https://www.theringer.com/2021/5/19/22443292/red-hot-chili-peppers-under-the-bridge","canonicalUrl":"https://www.theringer.com/2021/5/19/22443292/red-hot-chili-peppers-under-the-bridge","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/35dc5404bf1ab03db287b79918d44bd5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSQRMUFSGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AsTfKXdp91u9TYfeTi0lLKztaRtUcAZ98D5Wcga7ukWDHjtBHTabS2nKlE4AwOaUoXSTX/9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"eU2bMQhsJ","title":"How Do People Actually Catch Baseballs?","shortId":"eU2bMQhsJ","createdAt":"2021-05-19T12:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023764,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T08:00:00.000Z","url":"https://www.wired.com/story/how-do-people-actually-catch-baseballs/","canonicalUrl":"https://www.wired.com/story/how-do-people-actually-catch-baseballs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5927ea676108bb251b32258ed5a916da","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACBBEDEyFRYoH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAIDAQAAAAAAAAAAAAAAAAABAhESIf/aAAwDAQACEQMRAD8AyQ54dHzxccSO3bQ2uBc9g880Ce1BiYrNgn6URAxel0mtOSVn/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"NeBRYKPly","title":"Deezer beats Spotify to Apple Watch offline listening","shortId":"NeBRYKPly","createdAt":"2021-05-19T11:56:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023756,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:51:14.000Z","url":"https://www.theverge.com/2021/5/19/22443522/deezer-apple-watch-offline-listening","canonicalUrl":"https://www.theverge.com/2021/5/19/22443522/deezer-apple-watch-offline-listening","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd3cb3288cb615242935ce56ee4589f3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwURITESFFH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACAyEREiLR8P/aAAwDAQACEQMRAD8AxNTM0klRIkaAOvYcb7db1WiHNJAIxjSIlWcJHhtX2nYxsMn1lf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZKq9sOaFo","title":"Big IFA tech show is canceled again","shortId":"ZKq9sOaFo","createdAt":"2021-05-19T11:39:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023739,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:34:11.000Z","url":"https://www.theverge.com/2021/5/19/22443539/ifa-2021-canceled-covid-19-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/19/22443539/ifa-2021-canceled-covid-19-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0af518e33f3490bf4c3da440436ce253","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQIHAQEAAAAAAAAAAAAAAQMRAAIFEhMhMQQG/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADERITIf/aAAwDAQACEQMRAD8AylU+nrfkR9T1BRSW+VgSRaxu1tgCQHDc1FqX6GqryhXMhLkF1uHj7bsIQXtdwNjLHrWkDn5mf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ekFaf_x6p","title":"Giant figure etched into English hillside could be 1,000-year-old portrait of a naked god","shortId":"ekFaf_x6p","createdAt":"2021-05-19T11:11:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:00.000Z","url":"https://www.livescience.com/cerne-abbas-giant-dated.html","canonicalUrl":"https://www.livescience.com/cerne-abbas-giant-dated.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d10105d7a60e1e6f89c731db67010fd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAxEEBRIhQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAMBAQAAAAAAAAAAAAAAAAARIQID/9oADAMBAAIRAxEAPwCbJtTk6prJIwQ0geff1YWeLNE0gZnO56NW2zVoij8o0PVP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qwkBiNSf36","title":"This optical illusion tricks you into seeing different colors. How does it work?","shortId":"qwkBiNSf36","createdAt":"2021-05-19T11:11:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:55.000Z","url":"https://www.livescience.com/confetti-munker-white-optical-illusion.html","canonicalUrl":"https://www.livescience.com/confetti-munker-white-optical-illusion.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4c03094d07837e551c7509d175dc4c7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAbEAACAwADAAAAAAAAAAAAAAAAAQIRMQMSQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIRH/2gAMAwEAAhEDEQA/AK1LrxRfmZj2ydO0AQpedC1qR//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"H0ZWv77od","title":"4.5 billion-year-old particles from the sun lurk in Earth's core and mantle","shortId":"H0ZWv77od","createdAt":"2021-05-19T11:11:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:05.000Z","url":"https://www.livescience.com/solar-noble-gas-in-earth-core.html","canonicalUrl":"https://www.livescience.com/solar-noble-gas-in-earth-core.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca6c3c27a384450f0a75bb11e00ae450","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBAYRBRJhE//EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxESISJh/9oADAMBAAIRAxEAPwCd4jlXAwYhdocxjVe9O8H52Qej2798U/kfRMji2u8DZ0OyIg0oK3bXPPplR+ygmf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WfdDo0KhQ","title":"'Zombie wildfires' that smoldered beneath the snow in Siberia are raging again","shortId":"WfdDo0KhQ","createdAt":"2021-05-19T11:11:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27023711,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T11:00:01.000Z","url":"https://www.livescience.com/russia-wildfire-season-2021.html","canonicalUrl":"https://www.livescience.com/russia-wildfire-season-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/97ca4f6356706455d43ea4e8fe007bd8","ratio":1.51515151515152,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAwABEQIEBSESMUFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAxESMf/aAAwDAQACEQMRAD8AxyZ0dVtagG5QXYHctBGI/KumNNERPe399KJs3kfOUup+vtEUNV6TfkXGFqiz/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xxeR89eW-","title":"I’m Not a Robot! So Why Won’t Captchas Believe Me?","shortId":"xxeR89eW-","createdAt":"2021-05-19T11:05:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27023705,"tagsStr":"google,machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.wired.com/story/im-not-a-robot-why-captchas-hard-to-solve/","canonicalUrl":"https://www.wired.com/story/im-not-a-robot-why-captchas-hard-to-solve/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56cc1c85dce34acbe2db22e2c5f59c70","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBQAEESEGFCMxQWL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8ArrLIbHku96mIyLHYRVqRhgqBWbuQgDtvb+f1mdvbTchu7CKKXiNNiRVHfQDHj7xjK1mgP//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"bcFWJvVlJ","title":"Andre Drummond Gets a Chance to Start Over","shortId":"bcFWJvVlJ","createdAt":"2021-05-19T10:37:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:30:00.000Z","url":"https://www.theringer.com/nba/2021/5/19/22443221/andre-drummond-los-angeles-lakers","canonicalUrl":"https://www.theringer.com/nba/2021/5/19/22443221/andre-drummond-los-angeles-lakers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/706cbf42b2967241f34b1b6a1a70c42c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDABFBBAUSITIGI//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAQQCAwAAAAAAAAAAAAAAAQADBFECIQUiMf/aAAwDAQACEQMRAD8AmO36CTa31DaRfy5niZX7YKCW9WFzfHV81ro/hNmaNWhikijIBWMSuQowPWKUqElcjLZ224RuzQTciO0Mceo8oWV//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4z08npGRj","title":"The Biggest Story Lines to Watch at the 2021 PGA Championship","shortId":"4z08npGRj","createdAt":"2021-05-19T10:30:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023670,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:20:00.000Z","url":"https://www.theringer.com/2021/5/19/22442591/pga-championship-preview-jordan-spieth-dustin-johnson-rory-mcilroy","canonicalUrl":"https://www.theringer.com/2021/5/19/22442591/pga-championship-preview-jordan-spieth-dustin-johnson-rory-mcilroy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/227757280b1a68d188ba63b3b1e744e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFEQYSEyFRYXP/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8Ax+Bv8acKqR4O1EcEsW+uWRmbullcb34B+egKiu+N8ciu5o1s8kFR2UAXy6AB/OlKTrCP/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"kAg9lSaQq","title":"Auston Matthews and Connor McDavid May Finally Be on a Playoff Collision Course","shortId":"kAg9lSaQq","createdAt":"2021-05-19T10:13:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023653,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:10:00.000Z","url":"https://www.theringer.com/2021/5/19/22442988/auston-matthews-connor-mcdavid-maple-leafs-oilers-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/19/22442988/auston-matthews-connor-mcdavid-maple-leafs-oilers-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a4912bb7afdf65ab15d96f1b82d3e5a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIhAAAQQBAwUBAAAAAAAAAAAAAQIDBBEABxIhBQYVMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAeEQACAgAHAAAAAAAAAAAAAAABAgAhAwQRImFxsf/aAAwDAQACEQMRAD8AnT+I10jyE+M5KMmOXRuU6DuKV0DRBo1fP7mR1C7iSaW/DWocFRhtcn76xjJ5l2fFLOdTz2YxtoUK8E//2Q==","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"xhccqab5A","title":"Steph and LeBron’s Relationship May Be More Cordial Now—but It’s No Less Competitive","shortId":"xhccqab5A","createdAt":"2021-05-19T10:06:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T10:00:00.000Z","url":"https://www.theringer.com/nba/2021/5/19/22442916/steph-curry-lebron-james-relationship-history-warriors-lakers-play-in","canonicalUrl":"https://www.theringer.com/nba/2021/5/19/22442916/steph-curry-lebron-james-relationship-history-warriors-lakers-play-in","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ed4f4f7f0ee4c17400ce082f6d7a16d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYSIRMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQRMUGB/9oADAMBAAIRAxEAPwCvbJZ9m6qqhESBJLpQqns+M5U9+sKKx8F9aywxyPZyc3UMeM5AyR8GKUqrhE2NYWPOj6VEciKwO+jP/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"60i013Hwf","title":"New faces in the Tracker project","shortId":"60i013Hwf","createdAt":"2021-05-19T10:04:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27023644,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:23:58.000Z","url":"https://samthursfield.wordpress.com/2021/05/19/new-faces-in-the-tracker-project/","canonicalUrl":"https://samthursfield.wordpress.com/2021/05/19/new-faces-in-the-tracker-project/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a8649d09bf47d6bccb9d422fb025aca","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAH/8QAIRAAAgEEAwADAQAAAAAAAAAAAQIDBAURIQAGEhQiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/ADqTqlhS99OhmsEYobs3xZYq2SeKqDiJXaTT+GUnPl1wu8EZHMtmu9A0rsnX7fGpYkIs05Cj8GXzwf0d7P10P4OXBUa1iH//2Q==","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aVmtlERWq","title":"The Spirit of Barry Jenkins’s ‘The Underground Railroad’","shortId":"aVmtlERWq","createdAt":"2021-05-19T09:59:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023639,"tagsStr":"jenkins","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:50:00.000Z","url":"https://www.theringer.com/tv/2021/5/19/22443304/underground-railroad-review-barry-jenkins-amazon-colson-whitehead","canonicalUrl":"https://www.theringer.com/tv/2021/5/19/22443304/underground-railroad-review-barry-jenkins-amazon-colson-whitehead","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9e8a8c7da63286e352aa1573e1ac1f3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAwACAQUAAAAAAAAAAAAAAQIDAAQFEiExUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAIBAwUAAAAAAAAAAAAAAAECAAMEERIhQZHR/9oADAMBAAIRAxEAPwDMcPxUtmrq/SZRgtChQEMfmQ7kNddy6jXn2ow8D3jGCXI0ohHI8lXZuz1qysc4O3bT/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"AhGKtKU0Q","title":"Google wants to build a useful quantum computer by 2029","shortId":"AhGKtKU0Q","createdAt":"2021-05-19T09:57:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023637,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T09:54:20.000Z","url":"https://www.theverge.com/2021/5/19/22443453/google-quantum-computer-2029-decade-commercial-useful-qubits-quantum-transistor","canonicalUrl":"https://www.theverge.com/2021/5/19/22443453/google-quantum-computer-2029-decade-commercial-useful-qubits-quantum-transistor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a71bf3ddedc01bb6d25f732cfb55915","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAgMRAAQFIQYiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEE/9oADAMBAAIRAxEAPwCt8D2r5QaMYZJJKZpQwNrR9SK+99EZXPsSK7Ld0axjKffSld5CDNAMBy2M9WsZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"hD2wHxuAb","title":"5 Techniques for Bundle Splitting and Lazy Loading in React","shortId":"hD2wHxuAb","createdAt":"2021-05-18T21:34:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":131,"score":27023488,"tagsStr":"react,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:33:58.000Z","url":"https://blog.bitsrc.io/5-techniques-for-bundle-splitting-and-lazy-loading-in-react-b471004335f5","canonicalUrl":"https://blog.bitsrc.io/5-techniques-for-bundle-splitting-and-lazy-loading-in-react-b471004335f5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b27cfa9cc90d9e95a5d7e9d992b52943","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIxAAAgECBAcAAAAAAAAAAAAAAQIDABEEBRIhEzEyQmFxof/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAQQCAwAAAAAAAAAAAAAAAgABAwQSIUJRsf/aAAwDAQACEQMRAD8A1BWljTjYwB+osiSPpuTtYE8rfaqHOGEMY0Lso7fHulKlNmYyqg7vyLwUlrRBkWul/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"RISwqcVJt","title":"Radiology trainees seek help online first when reading images","shortId":"RISwqcVJt","createdAt":"2021-05-19T07:19:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023479,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132416&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132416","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7472a67d4275e3913d01f3be2bbbc0b0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAiEAACAgEEAQUAAAAAAAAAAAABAgMEEQAGEiEFEzFCUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAuHw/9oADAMBAAIRAxEAPwB7bW9HoWa9aayH8bXqLlXzJIx48mkZj3n2AUH5HTdff9SeCOZuKtIocqquQCRnAOO9R9OpWl8HM8teF39KM8mQE5z9/g0nLVrrK4WCIAEgAIOtFTUlcJ12n//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"zn6l7BLej","title":"Can radiology reduce the slow burn of physician burnout?","shortId":"zn6l7BLej","createdAt":"2021-05-19T07:19:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023479,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132350&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132350","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f5623f7c66d527f68f4ef9c4ab1d8ea","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwP/xAAkEAACAQQABQUAAAAAAAAAAAABAgMABAURBhIhIjIHE0JRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIhABP/2gAMAwEAAhEDEQA/AK+pc1/mOIZsdHYRNDHcrP7iFucInaoO1A7tgjX7Rpf4DIrf3KizMYEjDkZxtep6Gn7MqsuGuDKocgDyG6HppZDNITI/kfkfuo2PKDMFDGTf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"diuPrA8LW","title":"6 ways to address healthcare inequality in radiology","shortId":"diuPrA8LW","createdAt":"2021-05-19T07:18:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132429&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132429","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db976e433a2e9b81ab9e3704c2ebef31","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBQAEERIhBhMUQcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxFB/9oADAMBAAIRAxEAPwCsk1sT5uSthVuuUeUq4W24dsMg6gH18rL7t2f8p7t9SySUbnVJcUSBngZ25pSiuRSNzsRGKnAZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5fZy_HNoJ","title":"Advancing the speed and accuracy of radiologist workflow - Sponsor Supplied","shortId":"5fZy_HNoJ","createdAt":"2021-05-19T07:18:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132393&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132393","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bf56e3ac2a510b98510004e7071f231","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAYABREhEkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDBBESIv/aAAwDAQACEQMRAD8AzWPY3is+KUrG4SbelqxGJnckKWPkQwHzRra26stmZa0srwByI2EfIK89Hn31qrhcUc6VBOiyg2wpDjy6+d+tJcNOqsSAVoQAoAAjGonsagDCV65cXdL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Kv_7HOGgd","title":"Bracco partners with Italian hospitals on COVID archive","shortId":"Kv_7HOGgd","createdAt":"2021-05-19T07:18:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132425&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132425","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43c90afa2261297b553c0d6a65f40fcc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgYHCP/EACUQAAIBBAEBCQAAAAAAAAAAAAEDAgAEBREGEhMWITFCUmJxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AXLCw3h8mw2UDYqglclyX4MjLz+xqhfxXhocwStkiQkd/tWO5XDuEsdEdFMdjXxrIuUc0ZO7AZPXbT9R9xpgf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"24ISZDhAPp","title":"When are cerebral aneurysm clips 100% safe for MRI exams?","shortId":"24ISZDhAPp","createdAt":"2021-05-19T07:18:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132427&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132427","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e86e79d4f1ce0af94c35d49ae3956a47","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAiEAABBAEEAgMAAAAAAAAAAAABAgMEESEABQYSEzEyQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAERAAMhAv/aAAwDAQACEQMRAD8Adwucb1K5/KiPTmmILzz0ZCegUqN1BpyiPzV5wc6tEMkw2CXvOS2k+UADvj5Yxn3orC26Enn018Q4wfU2oqcDSexsJuzV5s6XJASAEigMAD60FAIbL2UXnnEFk//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"APlheG62W","title":"Will AI help radiologists survive the data deluge?","shortId":"APlheG62W","createdAt":"2021-05-19T07:18:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27023478,"tagsStr":"career,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132366&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132366","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83a5ccc102b55cc63d8010c911bdb521","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgP/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMABCEGERIxBRMUQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAIBBQAAAAAAAAAAAAAAAAECAAMRQZHh/9oADAMBAAIRAxEAPwAveai1LFyaVLdEOdyITj6woqS6r86FA90Ix1wg/KHLeXKfHVLiZVKjcByB3SyIkxISc7CrCkocXJO+QZlC4E//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fqFc61u08","title":"Plasma und postmarketOS zeigen das Potential des Pinetabs","shortId":"fqFc61u08","createdAt":"2021-05-19T07:04:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27023464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.onli-blogging.de/2033/Plasma-und-postmarketOS-zeigen-das-Potential-des-Pinetabs.html","canonicalUrl":"https://www.onli-blogging.de/2033/Plasma-und-postmarketOS-zeigen-das-Potential-des-Pinetabs.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d09c5a71769f40408b5c6747244fa7bb","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQACAwQFBhESIQcTFCIxQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAIDAAAAAAAAAAAAAAAAAgABESFx/9oADAMBAAIRAxEAPwC1qpTdW4l2jIB/JlOpbCe4OOuJ3B5B+bNAyPO62mJcMDW7Es7GT7CIjXoHkQFVbWZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"udEA0izBw","title":"Modularer Laptop »Framework« vorbestellbar","shortId":"udEA0izBw","createdAt":"2021-05-19T07:04:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27023464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T06:47:00.000Z","url":"https://linuxnews.de/2021/05/modularer-laptop-framework-vorbestellbar/","canonicalUrl":"https://linuxnews.de/2021/05/modularer-laptop-framework-vorbestellbar/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/781f838cf585cc55591c92a18aec45b8","ratio":2.12990936555891,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBAURBhITUTGUwv/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwC/BoW1V91F7mdVMq3P3ARybQHAYz346IVE6HtxOeev9qQ/SImFLpb/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pgbS173AV","title":"How To Create, Edit And Animate SVGs All In One Place With SVGator 3.0","shortId":"pgbS173AV","createdAt":"2021-05-18T10:54:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","tweeted":true,"views":1196,"score":27023456,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-18T14:30:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/create-edit-animate-svg-svgator3/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/create-edit-animate-svg-svgator3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e398e59a239de57eabab78a2ca4ae605","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxIEESExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxFR/9oADAMBAAIRAxEAPwDPWViyTXpLW/nOgrGvaGgGxIHaIq2Tcs3gJH//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@mikolajdobrucki","readTime":9,"description":null,"toc":null,"summary":null},{"id":"ZfIlKKrkK","title":"Pinned Audio WordPress Theme","shortId":"ZfIlKKrkK","createdAt":"2021-05-18T19:45:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":83,"score":27023420,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:14:53.000Z","url":"https://css-tricks.com/pinned-audio-wordpress-theme/","canonicalUrl":"https://css-tricks.com/pinned-audio-wordpress-theme/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/daad52d6f7995c657055771bc4be6c4f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBgUSEyFBov/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AM1w62cEol2aLI7jQKkROoN92AHDyqO0AucXDkMbQTdCMaH2iIzK2ZK5b5nW0jVgZJNK1w4Dxf/Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lHCMJ5eNr","title":"How to Create Neon Text With CSS","shortId":"lHCMJ5eNr","createdAt":"2021-05-18T14:37:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":421,"score":27023399,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-18T16:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:31:25.000Z","url":"https://css-tricks.com/how-to-create-neon-text-with-css/","canonicalUrl":"https://css-tricks.com/how-to-create-neon-text-with-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12c35cd8fc25287f31b990ec33c22026","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABAxEEBhIUFSIxQWGj/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAIDAQAEBREhcf/aAAwDAQACEQMRAD8AzjkgSZYygGCwlGINGeK5iNeW6+/tWWgdxOXHxDb3TYxU30REblrpqCGVzrflIWiFm1gFHBnlf//Z","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":7,"description":null,"toc":null,"summary":null},{"id":"TqvpMwo7s","title":"GeckoLinux: openSUSE für Einsteiger","shortId":"TqvpMwo7s","createdAt":"2021-05-19T05:54:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27023394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T05:25:00.000Z","url":"https://linuxnews.de/2021/05/geckolinux-opensuse-fuer-einsteiger/","canonicalUrl":"https://linuxnews.de/2021/05/geckolinux-opensuse-fuer-einsteiger/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfb8748396a424ccaf5fa29a8f121cc8","ratio":1.44171779141104,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQABwAAAAAAAAAAAAABAgUAAwQRBgcSFCFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACESEx/9oADAMBAAIRAxEAPwCxyjkYmN4eyjK4KZNzuToNbVz0hdex9qPLScTelc27ZjAlp7zsihUGgWJA1rxSlTLWRaHCA6cT/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"z0nwNzyZc","title":"Measure and debug performance with Google Analytics 4 and BigQuery","shortId":"z0nwNzyZc","createdAt":"2021-05-18T18:25:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":52,"score":27023295,"tagsStr":"webdev,google,google-bigquery","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:00:00.000Z","url":"https://web.dev/vitals-ga4/","canonicalUrl":"https://web.dev/vitals-ga4/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4dc31fb15b5c11ab0dcc9750c40edbab","ratio":3.75,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAsDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAFxABAQEBAAAAAAAAAAAAAAAAAQADEf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A03upriCgr2tJUH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EvaY5uDEE","title":"How It’s Made: I/O Photo Booth","shortId":"EvaY5uDEE","createdAt":"2021-05-18T18:19:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"flutter","views":46,"score":27023215,"tagsStr":"flutter,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:07:17.000Z","url":"https://medium.com/flutter/how-its-made-i-o-photo-booth-3b8355d35883","canonicalUrl":"https://medium.com/flutter/how-its-made-i-o-photo-booth-3b8355d35883","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b04281a00ea78b55c83382454cf9ef47","ratio":1.75182481751825,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwMDBQAAAAAAAAAAAAADAQIEABESBRMxBhQhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAQEAAQUAAAAAAAAAAAAAAAECAAQhQVHB/9oADAMBAAIRAxEAPwCvyDzgkPJdJf2qRzK9GkdmjrLZW+uL8/KnEHp+eeFHKB+loEg2uZuhK5+KpdMl3PK25WlKj1ikSnb5g3SVs8Z//9k=","siteTwitter":"@flutterdev","creatorTwitter":"@VGVentures","readTime":12,"description":null,"toc":null,"summary":null},{"id":"KfbN8qRAX","title":"Tatum’s 50 and PGA Picks With Joe House","shortId":"KfbN8qRAX","createdAt":"2021-05-19T05:43:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27023383,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T05:39:21.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/19/22443376/tatums-50-and-pga-picks-with-joe-house","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/19/22443376/tatums-50-and-pga-picks-with-joe-house","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d33e29034b5cc43eb09f2782cd89ca48","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQSIQVhBhQiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAyFR/9oADAMBAAIRAxEAPwDAcT6RtJbZLCGKeWSVhcoq5qqEpjsHTA761Ug+P8fIcyhXLeKqgA6Hz+UpSjKx7oLyf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"dizj9izXv","title":"Nintendo Switch Online reaches more than 100 retro games","shortId":"dizj9izXv","createdAt":"2021-05-19T05:08:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023348,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T05:07:37.000Z","url":"https://www.theverge.com/2021/5/19/22443321/nintendo-switch-online-may-2021-retro-games-total-library","canonicalUrl":"https://www.theverge.com/2021/5/19/22443321/nintendo-switch-online-may-2021-retro-games-total-library","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9484c5236be5ee89ebe109c006a73de0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQQCAAMFIRIRMkGR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMAEjEEESFBsf/aAAwDAQACEQMRAD8AyzJGSTOAybF5lo5Bcq3ISu8Tx7STIDZPXyPdScmlBIiKFsAHWx8pSktQ5EvHYB9o+GNXS5s3OMnAY7V//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_q0WJjRIF","title":"Excalidraw and Fugu: Improving Core User Journeys","shortId":"_q0WJjRIF","createdAt":"2021-05-18T18:25:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":71,"score":27023320,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://web.dev/excalidraw-and-fugu/","canonicalUrl":"https://web.dev/excalidraw-and-fugu/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34117ef2e54f6121f86086282d2d5be5","ratio":3.08483290488432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQACBAMFByEGERMUMjSTodH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8ArMl7V3ey5GFrtlaPQghtE8LlKLuoa6lhPtbmIEPd2kfxt+IiD//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ovvimaV49","title":"Coding Programs – 101 Ways to Learn to Code for Free","shortId":"ovvimaV49","createdAt":"2021-05-18T16:51:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":189,"score":27023304,"tagsStr":"general-programming,javascript,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:50:36.000Z","url":"https://www.freecodecamp.org/news/coding-programs-101-ways-to-learn-to-code-for-free/","canonicalUrl":"https://www.freecodecamp.org/news/coding-programs-101-ways-to-learn-to-code-for-free/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4bdd8157ab86201aadc7ecb7a3005c9","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAlEAABBAEDAgcAAAAAAAAAAAABAgMEEQUABhMhMQcSFTNBcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/AGXiHuzBy9uuYpvIIflZCTGSw0GyklJdbNE1Q6X366txjM37SPzUo9Cx4fKmmVSnpIXJU7IV51lFhPHagTVEVRH3pFjzIjwIzDb8WOhtpKEs8RVxgAAJv5rterbgah//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@codergirl1991","readTime":13,"description":null,"toc":null,"summary":null},{"id":"M0ntcql8g","title":"ALPINE","shortId":"M0ntcql8g","createdAt":"2021-05-19T04:18:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27023298,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/97086347/ALPINE","canonicalUrl":"https://www.behance.net/gallery/97086347/ALPINE","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc13708a25e513c04a84d37ea82407dd","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIDAAAHAAAAAAAAAAAAAQIDEQAEBQYHEhMiMlL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAIQP/2gAMAwEAAhEDEQA/AJXwz2ehEvVUb8+vyp5UDwRfNrYUPsfyKJJJOaPqeQOtsasM0nT9t5EV2SND6VJF0LN1jGP6UyBPMUyUq93/2Q==","siteTwitter":"@behance","creatorTwitter":"@agence4uatre","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GurxlGJUA","title":"Freelance Development Pricing Guide – Should Freelancers Bill by the Hour?","shortId":"GurxlGJUA","createdAt":"2021-05-18T17:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":121,"score":27023237,"tagsStr":"general-programming,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:12:59.000Z","url":"https://www.freecodecamp.org/news/the-different-ways-to-charge-for-a-website/","canonicalUrl":"https://www.freecodecamp.org/news/the-different-ways-to-charge-for-a-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c9b4996afdbd4fadca695ab2791057d","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAAUDBQEAAAAAAAAAAAAAAAECAwQREjEFFCNRcpH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDR8t+SvUIa2HHUMEfIlNtp+qlXGKCjvGuz+AAsH//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@study_web_dev","readTime":8,"description":null,"toc":null,"summary":null},{"id":"mhU1-R9982","title":"Redux for Beginners – Learn Redux Basics with Code Examples","shortId":"mhU1-R9982","createdAt":"2021-05-18T16:19:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":111,"score":27023168,"tagsStr":"general-programming,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:18:18.000Z","url":"https://www.freecodecamp.org/news/redux-for-beginners/","canonicalUrl":"https://www.freecodecamp.org/news/redux-for-beginners/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75ae8c49b7b2585097505bab54fbd3da","ratio":1.5015015015015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBgUhMRIVIkFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhED/9oADAMBAAIRAxEAPwCzjL+LahjFtqOlWrXb7FhJIW2pO8yoFMeUbn6az+9zTBDePk4808S4qXIUOvfmI980pTr6PEwcwtZ//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@myogeshchavan97","readTime":8,"description":null,"toc":null,"summary":null},{"id":"5NH0i-sBm","title":"At the Epic trial, Phil Schiller got away clean","shortId":"5NH0i-sBm","createdAt":"2021-05-19T01:48:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023148,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T01:43:16.000Z","url":"https://www.theverge.com/2021/5/18/22442395/at-the-epic-trial-phil-schiller-got-away-clean","canonicalUrl":"https://www.theverge.com/2021/5/18/22442395/at-the-epic-trial-phil-schiller-got-away-clean","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9207107e0b927a7fa1e2b29d0db69e37","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAwAABwAAAAAAAAAAAAAAAAECBRESEyIxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AMyVMrDppSte4+XrWXRKAPRx/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"jSg6zeyOk","title":"Building modern APIs with Fastify, Graphql, and MongoDB","shortId":"jSg6zeyOk","createdAt":"2021-05-18T12:35:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":279,"score":27023137,"tagsStr":"graphql,mongodb,fastify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-18T18:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T03:30:00.000Z","url":"https://daily.dev/blog/building-modern-apis-with-fastify-graphql-and-mongodb","canonicalUrl":"https://daily.dev/blog/building-modern-apis-with-fastify-graphql-and-mongodb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/02f3647dabef31408295ace63343e7ec","ratio":1.49791666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAURBAYSIRMiMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB8RAAECBgMAAAAAAAAAAAAAAAEDIQACERIxwQQFUf/aAAwDAQACEQMRAD8Am3FdmuF50ss0M2mnlbyc/R40ywyQvZOMr+E5rcNuG9RMY4bZI0aHirDUKAQPhxy6pSp0uSpNS45GyNQpOuSVEwxaQGoCWq7emP/Z","siteTwitter":"","creatorTwitter":"@lawrence_eagles","readTime":6,"description":null,"toc":null,"summary":null},{"id":"oQa4mU5sa","title":"Spotify and YouTube Music will bring much needed offline tunes to Google’s Wear watches","shortId":"oQa4mU5sa","createdAt":"2021-05-19T01:14:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27023114,"tagsStr":"google,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T01:11:25.000Z","url":"https://www.theverge.com/2021/5/18/22442880/spotify-youtube-music-download-offline-playlists-podcasts-updates","canonicalUrl":"https://www.theverge.com/2021/5/18/22442880/spotify-youtube-music-download-offline-playlists-podcasts-updates","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9cfc69f7e74621f74c564e9a45fb6ca0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQDAQEBAAAAAAAAAAAAAQIDBREABAYxITL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0F3fPvTnFSUSxK7Ue48i07TH7RRCq9BINUfoNH3JobkNvTiNHVc6iaeWwwhpTpcSCspSAVfQfav04xgf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vdjdOnwOi","title":"GitHub Artifact Exporter open source release","shortId":"vdjdOnwOi","createdAt":"2021-05-18T16:02:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ghblog","views":41,"score":27023072,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:59:19.000Z","url":"https://github.blog/2021-05-18-github-artifact-exporter-open-source-release/","canonicalUrl":"https://github.blog/2021-05-18-github-artifact-exporter-open-source-release/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1a4bd3671517154ec53f29cecb866cb","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIRAAAAUCBwAAAAAAAAAAAAAAAAECBBEDIQUUI1STodH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A06WHNYg29A7Qekm/QrIM9rQ40+AAD//Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fmmese9lw","title":"How to Be a Successful Entrepreneur – A Developer's Guide to Startup Strategy and Design","shortId":"fmmese9lw","createdAt":"2021-05-18T16:19:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":53,"score":27023055,"tagsStr":"general-programming,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:08:27.000Z","url":"https://www.freecodecamp.org/news/be-a-successful-entrepreneur-developers-guide-to-startup-strategy-and-design/","canonicalUrl":"https://www.freecodecamp.org/news/be-a-successful-entrepreneur-developers-guide-to-startup-strategy-and-design/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8ff0ffc7c03060fe4abffce5eb451e7","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBQcGIzFh0v/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAdEQABAwUBAAAAAAAAAAAAAAACAAHRAwQSFDGh/9oADAMBAAIRAxEAPwCFw7cvHrHOtXGUVkBjwhSTbNtTJISAfMECCY91r3d9a8LqymxzEEmOhH1SlDOyEuk/kJe5Ud8plf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"i6CfxB5QO","title":"New Scientist commissions","shortId":"i6CfxB5QO","createdAt":"2021-05-19T00:08:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27023048,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-19T00:00:00.000Z","url":"https://www.behance.net/gallery/119247621/New-Scientist-commissions","canonicalUrl":"https://www.behance.net/gallery/119247621/New-Scientist-commissions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bab8ca46d6468c6abc2027134628e7f9","ratio":0.767123287671233,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAQX/xAAkEAACAQIEBwEAAAAAAAAAAAABAgMAEQQSExQFMUFScXKx0f/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAgMAAAAAAAAAAAAAAAABAgASAxFx/9oADAMBAAIRAxEAPwCfJiOGLMkLK4ldrKumbEWJJvy6UF8ECRtpj4UftSmxsjxIjAZVk1R7ZSvwmneP2ilyjKCbHkLsq6FZ/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"zWY9nH_Pu","title":"Bennifer Updates, Paulina Porizkova’s Profile, and a Few Well Wishes to Our Favorite Celebrities","shortId":"zWY9nH_Pu","createdAt":"2021-05-18T23:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:48:35.000Z","url":"https://www.theringer.com/2021/5/18/22442891/bennifer-updates-paulina-porizkovas-profile-and-a-few-well-wishes-to-our-favorite-celebrities","canonicalUrl":"https://www.theringer.com/2021/5/18/22442891/bennifer-updates-paulina-porizkovas-profile-and-a-few-well-wishes-to-our-favorite-celebrities","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6eb87946e3411fc1576db3d10146a1f5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQMCAAQRIQUSMQYU/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhIx/9oADAMBAAIRAxEAPwDBcgpCfneMvL5Rv5/ihyM1vmejJSYcQkBvqPNEZFRsei4ZJyUTtlMJnBC5gxWDsRGY5wPN0pRlvVDriP/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"HOMr3dOaW","title":"Jason Mantzoukas Part 1: ‘Invincible,’ ‘Star Wars,’ MCU Excitement, and More","shortId":"HOMr3dOaW","createdAt":"2021-05-18T23:04:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022984,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:57:01.000Z","url":"https://www.theringer.com/2021/5/18/22442946/jason-mantzoukas-part-1-invincible-star-wars-mcu-excitement-and-more","canonicalUrl":"https://www.theringer.com/2021/5/18/22442946/jason-mantzoukas-part-1-invincible-star-wars-mcu-excitement-and-more","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d842b85ef0dca691475a0fd905f43fcd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBREABBITIkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHhEAAgEDBQAAAAAAAAAAAAAAAQIAAwQxBREhgbH/2gAMAwEAAhEDEQA/ANLrxzMhuzzyEhnYjENpS4bWHCu/RSTQIr4MptxOt1psvE0LPPGMWs+AzjJJ9h+pOS60zgKu3aif/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Y_YcwnZp7","title":"How to Convert a Keras SavedModel into a Browser-based Web App","shortId":"Y_YcwnZp7","createdAt":"2021-05-18T16:38:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":15,"score":27022964,"tagsStr":"javascript,tensorflow,keras","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:36:22.000Z","url":"https://www.freecodecamp.org/news/convert-keras-savedmodel-into-browser-based-webapp/","canonicalUrl":"https://www.freecodecamp.org/news/convert-keras-savedmodel-into-browser-based-webapp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dcc7fc98a3eb1ab4490ba9c1bb719a6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDBAARBQYHEiEiIzJB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQMAAgQREiH/2gAMAwEAAhEDEQA/ANHc04lzsLLOY8WhTX+koUzDU3sIuPLdyCPVqinS9tJ2pfYsOB2/lKUy9bljrW3kn6cq7EHif//Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"jumqMrnXj","title":"Armin van Buuren releases second collaboration with Tom Staar ‘Let Go’ featuring Josha Daniel","shortId":"jumqMrnXj","createdAt":"2021-05-18T22:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022957,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:32:45.000Z","url":"https://dancingastronaut.com/2021/05/armin-van-buuren-releases-second-collaboration-with-tom-staar-let-go-featuring-josha-daniel/","canonicalUrl":"https://dancingastronaut.com/2021/05/armin-van-buuren-releases-second-collaboration-with-tom-staar-let-go-featuring-josha-daniel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/186058ca843f5c28d6fc085d1751e659","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDEQAEBRIhQRP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAEQMSIkGxwf/aAAwDAQACEQMRAD8AzbDMWByLVv8AZwOtkpa1bAChruAT5HRPZ5UHM3cBxQK1TJ9pSlnRVuhz4IFid3Yaje0dmf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ubF95B439","title":"Friends of the late SOPHIE launch art auction to raise money for trans rights","shortId":"ubF95B439","createdAt":"2021-05-18T22:28:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022948,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:28:00.000Z","url":"https://dancingastronaut.com/2021/05/friends-of-the-late-sophie-launch-art-auction-to-raise-money-for-trans-rights/","canonicalUrl":"https://dancingastronaut.com/2021/05/friends-of-the-late-sophie-launch-art-auction-to-raise-money-for-trans-rights/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a99ea3e4bbef22d1abb6d6017f17c1de","ratio":1.49765990639626,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAgQFEiEUFmFjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACMf/aAAwDAQACEQMRAD8Aw4aStmlKRjrdRx4fd162rv8AWAAQPpMu7MxBx1jz52CIlDIci6W//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"k-4XrnTCY","title":"The benefits of a shared mobile architecture","shortId":"k-4XrnTCY","createdAt":"2021-05-18T13:44:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":47,"score":27022881,"tagsStr":"architecture","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:43:58.000Z","url":"https://itnext.io/the-benefits-of-a-shared-mobile-architecture-18b766be7c3c","canonicalUrl":"https://www.alessandrorecchi.com/shared-mobile-architecture-pros/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/044a2af81f41d65da2c2f0565921c274","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMCBwEAAAAAAAAAAAAAAQACEQMFBAYhIjFxkdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAABAwQhIkH/2gAMAwEAAhEDEQA/AIuTLsLUKDKTSS/a4xySQBpPa1lt1w8CaT/B9REsPdkCriNNdP/Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"XZzcXjQ_N","title":"Pujols’s Dodgers Debut, the Twins’ Struggles, and the Best Hitter in Baseball","shortId":"XZzcXjQ_N","createdAt":"2021-05-18T22:16:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022936,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:16:03.000Z","url":"https://www.theringer.com/2021/5/18/22442879/pujolss-dodgers-debut-the-twins-struggles-and-the-best-hitter-in-baseball","canonicalUrl":"https://www.theringer.com/2021/5/18/22442879/pujolss-dodgers-debut-the-twins-struggles-and-the-best-hitter-in-baseball","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67c5a96cd1fafbd311af4e903ccb59f9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBAVBBhMkMVL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EAB0RAAECBwAAAAAAAAAAAAAAAAEAAgMRE1JxkcH/2gAMAwEAAhEDEQA/AJ/U7DMyOmNpe1lQtxjSVftAsAxKkA8cSebY55Y+W3v5ERJZAk3HSirRLjtf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WjCLOy6YM","title":"Top streamer says Twitch revoked her ability to run ads without warning","shortId":"WjCLOy6YM","createdAt":"2021-05-18T22:08:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022928,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T22:00:21.000Z","url":"https://www.theverge.com/2021/5/18/22442733/amouranth-twitch-ads-suspended-indefinitely","canonicalUrl":"https://www.theverge.com/2021/5/18/22442733/amouranth-twitch-ads-suspended-indefinitely","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ca0ad4843ff7555dde0435fd4366dd5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDBAARBRIhBjH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAIBBAMAAAAAAAAAAAAAAAEDAgAEEYEhM7H/2gAMAwEAAhEDEQA/AMj8UsvMXZ6ktuwonn6LL2BeICIueugB6To+fmsmm5u1UleuAjiFjGGZRs682cYwK7hgfJYPGAdnNVIdcd+1/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nx78gif--","title":"International Isotopes revenues, earnings dip in Q1","shortId":"nx78gif--","createdAt":"2021-05-18T20:34:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022834,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:06:59.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132431&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132431","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/03616d419b342dd79c344d8be18ea9f6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAgIBAwMFAAAAAAAAAAAAAQIDEQAEBQYHIUESIzFCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQMAAhEEQf/aAAwDAQACEQMRAD8Ai9HuRrLHuGkRVVWieZ3lRQij6qL8nvmnEOysLfdI/We5qA/OEvTUAScioAVo2qvHvR4vqihQAoqvzFS610j2Vz2swCf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"2fK42xKnL","title":"CMS opens review of expanded CT lung screening reimbursement","shortId":"2fK42xKnL","createdAt":"2021-05-18T21:58:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022918,"tagsStr":"cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:41:33.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132432&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132432","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54048d12fcee7f5e389b7eeb76c05154","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDBBEhABIFBgcTQVFhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADBEH/2gAMAwEAAhEDEQA/AKPMFW0dLyxNTUktRP22kDdy22FsEhF9FhjOP2wGjKfj6CaQLOhG42Nr+fett1AkeLp3wtonZGamhjYqbEqSxKn5gY0XU7sKeIBmttHn5oy5xezE8jW0NRWgXon/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nDGpA65Kp","title":"Elder.js, the new kid on the block","shortId":"nDGpA65Kp","createdAt":"2021-05-18T21:52:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022912,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.voorhoede.nl/en/blog/elder-js-the-new-kid-on-the-block","canonicalUrl":"https://www.voorhoede.nl/en/blog/elder-js-the-new-kid-on-the-block","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc9b89a80e19c09d147bc5423436fa53","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDAAQRIRIiYaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABoRAQABBQAAAAAAAAAAAAAAAAEAAgMRYcH/2gAMAwEAAhEDEQA/AN9267Z6+002QpnFESK8+3YjLv8AMua7M16hkL4nfHzGMm3nNIb4Rk//2Q==","siteTwitter":"","creatorTwitter":"@devoorhoede","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PMvrZnx6O","title":"US Space Force blasts missile-warning satellite into orbit around Earth","shortId":"PMvrZnx6O","createdAt":"2021-05-18T21:37:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022897,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:26:38.000Z","url":"https://www.livescience.com/space-force-launches-missile-warning-satellite.html","canonicalUrl":"https://www.livescience.com/space-force-launches-missile-warning-satellite.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4387c5d24da277682bf02c2d9ce321fe","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQIFBQAAAAAAAAAAAAAAAAECAwQFESMSY5LR4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAgMBAAAAAAAAAAAAAAAAAwQAAREC/9oADAMBAAIRAxEAPwDHWPRXMZmvq216LrTpC643cfQBgLxe92TzKAR5dT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U5_uAeobu","title":"Confluent CLI Launches Exciting New Features and an Intuitive UI","shortId":"U5_uAeobu","createdAt":"2021-05-18T17:07:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"conf","views":7,"score":27022895,"tagsStr":"cloud,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:53:09.000Z","url":"https://www.confluent.io/blog/new-confluent-cli-features/","canonicalUrl":"https://www.confluent.io/blog/new-confluent-cli-features/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"9lQVQpVoa","title":"Google employees call for company to support Palestinians and protect anti-Zionist speech","shortId":"9lQVQpVoa","createdAt":"2021-05-18T21:29:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022889,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T21:23:06.000Z","url":"https://www.theverge.com/2021/5/18/22441236/jewish-google-employees-support-palestine-letter-anti-zionism-israel","canonicalUrl":"https://www.theverge.com/2021/5/18/22441236/jewish-google-employees-support-palestine-letter-anti-zionism-israel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e69a4b5d17b5f31a0204d35913968147","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURgRIhMkJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABAwMFAAAAAAAAAAAAAAABAAIDBBIhBRETFIH/2gAMAwEAAhEDEQA/AJHHS5JyjxTdYNcdELln9iF8VYA6+87qhtgLaMVEuQAp1pQgHA6e1KUDq7jHx2Y3CoKeV/YqHE5vI8X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_8lNrhDs7","title":"Amazon extends ban on police use of its facial recognition software ‘until further notice’","shortId":"_8lNrhDs7","createdAt":"2021-05-18T20:41:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022841,"tagsStr":"tech-news,computer-vision","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:34:51.000Z","url":"https://www.theverge.com/2021/5/18/22442580/amazon-law-enforcement-police-facial-recognition-software-ban","canonicalUrl":"https://www.theverge.com/2021/5/18/22442580/amazon-law-enforcement-police-facial-recognition-software-ban","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51b4e32abb6e1cc77a8963e740acc93d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQASBCExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwDEeNOiwOhiDNJWrljcdMbr753kR6mNTr6BjGAylp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0K0yIUb5v","title":"Signs of labor: 6 clues baby is coming soon","shortId":"0K0yIUb5v","createdAt":"2021-05-18T20:37:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022837,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:22:35.000Z","url":"https://www.livescience.com/44554-signs-of-labor.html","canonicalUrl":"https://www.livescience.com/44554-signs-of-labor.html","image":"https://cdn.mos.cms.futurecdn.net/4J7szJowEXuTbSDSyiC7NN-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0avRYXD_r","title":"OUT - US","shortId":"0avRYXD_r","createdAt":"2021-05-02T01:11:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26998631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118578407/OUT-US","canonicalUrl":"https://www.behance.net/gallery/118578407/OUT-US","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f705c291ff148493334a3c756d3f58f","ratio":1.5712682379349,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAgABEQMEBQYHE3Ph/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQEAAQQDAQAAAAAAAAAAAAABAgADBBEFMUGx/9oADAMBAAIRAxEAPwCFtbjK2bzNGncXDcYi8MQytxbQpQ0XgR1+oiby79yEgi+VEHG42Ws70do67T41/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"PenwOv4y_","title":"Assured Imaging wards off class-action suit","shortId":"PenwOv4y_","createdAt":"2021-05-18T20:33:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022833,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:49:41.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132430&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132430","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84dc0538bed931738614656a9fbbd8f0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGCP/EACUQAAECBQEJAAAAAAAAAAAAAAECAwAEBQYREgcTFSUxQUKS0f/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAMAAwAAAAAAAAAAAAAAAQACAwQRIf/aAAwDAQACEQMRAD8Ab2b0W36pbDc7VpOScmnXnlLKlY8zgDJ6AdooFW3Z+o8vpnsn7GeqJMPcHaRvnNCXFYTqOBlQg5JJJJyYV0QCU6cUb2R69Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"7Y-LlATh3","title":"The Seven Biggest Questions of the Play-in Tournament","shortId":"7Y-LlATh3","createdAt":"2021-05-18T20:29:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022829,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:28:56.000Z","url":"https://www.theringer.com/2021/5/18/22442690/the-seven-biggest-questions-of-the-play-in-tournament","canonicalUrl":"https://www.theringer.com/2021/5/18/22442690/the-seven-biggest-questions-of-the-play-in-tournament","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc29d605c4758bacbd9dab9816358a35","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAYRIQQFEhRB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQABBQEAAAAAAAAAAAAAAAAAAQIDEjEh/9oADAMBAAIRAxEAPwC/bVx+5eHcyCCUGZYlCycgukYT4owMA+R1WhCNWAYlsnZ3SlTJFrg1vdP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"znwH1v2Ms","title":"Previewing the First Round of the Play-in Tournament, Plus KOC’s All-NBA Picks","shortId":"znwH1v2Ms","createdAt":"2021-05-18T20:12:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022812,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T20:09:35.000Z","url":"https://www.theringer.com/2021/5/18/22442658/previewing-the-first-round-of-the-play-in-tournament-plus-kocs-all-nba-picks","canonicalUrl":"https://www.theringer.com/2021/5/18/22442658/previewing-the-first-round-of-the-play-in-tournament-plus-kocs-all-nba-picks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ab8d0fb99732c72ad827aa2ea0d4e1b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFEQYxQSH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEQMTMf/aAAwDAQACEQMRAD8AnmuJ4SSJ0trFYnnjO2di4DKulIHzrfXtbrfgPEzbxF8XcFyoJIu3AJ14PKUorc9djK41JNif/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Qm70vFUS1","title":"Blop","shortId":"Qm70vFUS1","createdAt":"2021-05-18T20:08:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27022808,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/119624597/Blop","canonicalUrl":"https://www.behance.net/gallery/119624597/Blop","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b949984c16782d08bce0648d29706eba","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIEAAMFERIhQVEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEZH/2gAMAwEAAhEDEQA/ANJzIuSbIWbkeYVjKW3W9o+tfe+OtKqKpCgFixA5PtKVJKQh3T2JbZ//2Q==","siteTwitter":"@behance","creatorTwitter":"@byfutura","readTime":null,"description":null,"toc":null,"summary":null},{"id":"scgl2MGFD","title":"Improve Your UX Portfolio ? Ask for a Review","shortId":"scgl2MGFD","createdAt":"2021-05-18T19:41:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022781,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:45:08.000Z","url":"https://www.uxpin.com/studio/blog/ux-portfolio-review/","canonicalUrl":"https://www.uxpin.com/studio/blog/ux-portfolio-review/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0bd8a2117c433e74b3374aa8755893a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAEgMEESExUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERIf/aAAwDAQACEQMRAD8A1gDrqGawONsdKEdGwNgfduJSIl1EtDWn/9k=","siteTwitter":"","creatorTwitter":"@uxpin","readTime":4,"description":null,"toc":null,"summary":null},{"id":"nJYvue6nb","title":"Google I/O 2021: the biggest announcements","shortId":"nJYvue6nb","createdAt":"2021-05-18T19:41:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022781,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:37:30.000Z","url":"https://www.theverge.com/2021/5/18/22435419/google-io-2021-event-recap-biggest-announcements-pixel-android-12-wear-os-workspace","canonicalUrl":"https://www.theverge.com/2021/5/18/22435419/google-io-2021-event-recap-biggest-announcements-pixel-android-12-wear-os-workspace","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ec2c9c74abe5e8e0bce8c0bf8e8a4dd","ratio":1.90990990990991,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAEFAQAAAAAAAAAAAAABAAIDBCEFBxESNFH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhFB/9oADAMBAAIRAxEAPwCAdw71exKZoBYsMjjex8spcwZ6AGM8g8Ak5UW5uRrwtzjppeHuHhZ9RFBWyGw+DP/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5qlzTOdWe","title":"Everything Google Announced Today: Android, AI, Holograms","shortId":"5qlzTOdWe","createdAt":"2021-05-18T19:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022777,"tagsStr":"tech-news,google,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:34:00.000Z","url":"https://www.wired.com/story/google-io-2021-highlights/","canonicalUrl":"https://www.wired.com/story/google-io-2021-highlights/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39e5a134bf0acaa17facfa8f63e26527","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQQCAwAFBhESByFBUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAQEBAQEAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwDBV31dpirjKiQi8ldGuDBYsJJsHuXUkx+frI95R3cu6xQNU7CuyUATRX74PH5xjIZug8cE6C7/2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"7GCuhXCYB","title":"8 Supreme Court decisions that changed US families","shortId":"7GCuhXCYB","createdAt":"2021-05-17T15:51:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:35:02.000Z","url":"https://www.livescience.com/37674-supreme-court-decisions-changed-families.html","canonicalUrl":"https://www.livescience.com/37674-supreme-court-decisions-changed-families.html","image":"https://cdn.mos.cms.futurecdn.net/X42EefwdaypPQV9UXzfX3G-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"qLrfo5wvN","title":"Google is trying to make its image processing more inclusive","shortId":"qLrfo5wvN","createdAt":"2021-05-18T19:35:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022775,"tagsStr":"google,data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:34:48.000Z","url":"https://www.theverge.com/2021/5/18/22442515/google-camera-app-inclusive-image-equity-skintones","canonicalUrl":"https://www.theverge.com/2021/5/18/22442515/google-camera-app-inclusive-image-equity-skintones","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0403be4f2f1735659de178c40674bb3","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAgEEAgMAAAAAAAAAAAABAgMEAAUREiEHEzJRkf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIRMVH/2gAMAwEAAhEDEQA/AK3Vbd+/NUrRXXglm14FZuAb1lRIQQD0fgo7+sm7nkbUFtziSBWcOwZlfiCd+yBsdv3GMI2exZUzqf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"stxUTzMjI","title":"The Android 12 public beta is available now","shortId":"stxUTzMjI","createdAt":"2021-05-18T19:35:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022775,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:31:27.000Z","url":"https://www.theverge.com/2021/5/18/22442051/android-12-beta-download-google-io-2021","canonicalUrl":"https://www.theverge.com/2021/5/18/22442051/android-12-beta-download-google-io-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43918949bdfaadc4c71a2c40975cd07e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUAAwAAAAAAAAAAAAABAgQhAAMGERIFMTL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/ALTNmdzIcru+KW5U3b2ghauBvsDmPYI+jogwZq1uMiVq04ugbMRFKVPk6zL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zmAO1pEIo","title":"Google previews Project Starline, a next-gen 3D video chat booth","shortId":"zmAO1pEIo","createdAt":"2021-05-18T19:15:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022755,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:10:24.000Z","url":"https://www.theverge.com/2021/5/18/22442336/google-project-starline-3d-video-chat-platform","canonicalUrl":"https://www.theverge.com/2021/5/18/22442336/google-project-starline-3d-video-chat-platform","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/804eb0ab86631c1092f925e105c83723","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIFAAMEEQYSMSJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Al8PnEvCYtxo+8UeTxrbKTphZ0V7DRBDBgxB89rSUVyMiLww2MCRZTZ7638j8pSpB/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"17cp8Ke6V","title":"Carl Cox signs to publisher and label BMG, announces new album","shortId":"17cp8Ke6V","createdAt":"2021-05-18T19:07:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022747,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T19:02:02.000Z","url":"https://dancingastronaut.com/2021/05/carl-cox-signs-to-publisher-and-label-bmg-announces-new-album/","canonicalUrl":"https://dancingastronaut.com/2021/05/carl-cox-signs-to-publisher-and-label-bmg-announces-new-album/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd7380b2e77b73e958779632a31b119b","ratio":1.49953139643861,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFETEGBxIhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACBBNB/9oADAMBAAIRAxEAPwCnL3DVXxkeOtHa3aO4kZXVVPkQACSOefmtGswuM51HJcSuBGAzE6E7etmlKC5NwE7Kmqqs/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ktt8cX13M","title":"Why all open source maintainers are jerks, the Drake equation hypothesis","shortId":"ktt8cX13M","createdAt":"2021-05-18T19:04:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27022744,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/why-all-open-source-maintainers-are.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/why-all-open-source-maintainers-are.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VRuDH5SVm","title":"Google Wants to Turn You Into a Hologram. I Tested It Out","shortId":"VRuDH5SVm","createdAt":"2021-05-18T19:02:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022742,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:49:00.000Z","url":"https://www.wired.com/story/google-project-starline/","canonicalUrl":"https://www.wired.com/story/google-project-starline/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/203f88b0cb64d9cb0ed6da3de8c27fe9","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAUREjEWISJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxESYYH/2gAMAwEAAhEDEQA/AJ3lMZbQrd3OUa4yEPUkKvE8m0upSViCxBHcgDjjX7Urypt2yl4YYDFEZnKRhh4DcdBx6pSq1UaexqYmvPZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"-ZUFSHRok","title":"Multiplayer Doom on Cloudflare Workers","shortId":"-ZUFSHRok","createdAt":"2021-05-18T13:16:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cloudflare","views":24,"score":27022740,"tagsStr":"general-programming,webdev,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:59:57.000Z","url":"https://blog.cloudflare.com/doom-multiplayer-workers/","canonicalUrl":"https://blog.cloudflare.com/doom-multiplayer-workers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f6441ca3af87dbefb925446b402f6a9","ratio":1.92336683417085,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQIEAAMGESEFEhMVMTJDgdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQSQSH/2gAMAwEAAhEDEQA/ANWqumtRcViwcSaifypUrhbpWbLsok32qAz07T7i5GkuFAK5w/F8+P5hCHyF3rrDcHkDHcq7kdM//9k=","siteTwitter":"@cloudflare","creatorTwitter":"@celso","readTime":13,"description":null,"toc":null,"summary":null},{"id":"BtaHShal4","title":"This is Ford’s electric F-150 pickup truck","shortId":"BtaHShal4","createdAt":"2021-05-18T18:07:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022687,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:01:04.000Z","url":"https://www.theverge.com/2021/5/18/22442415/ford-f150-lightning-electric-pickup-truck-first-images","canonicalUrl":"https://www.theverge.com/2021/5/18/22442415/ford-f150-lightning-electric-pickup-truck-first-images","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1310cccf130e9cc084dae314f8b1eb4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAEQQGEhMDBSEyUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQISUf/aAAwDAQACEQMRAD8Axo1F3IMScrqkXwlA1L63ur7Kl1M4UBsbcQKJ5W8xENiXlp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VzXU45mA1","title":"Beyond Wonderland at the Gorge unveils stellar lineup: Tiësto, Alison Wonderland, REZZ, and more","shortId":"VzXU45mA1","createdAt":"2021-05-18T18:58:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022738,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:57:53.000Z","url":"https://dancingastronaut.com/2021/05/beyond-wonderland-at-the-gorge-unveils-stellar-lineup-tiesto-alison-wonderland-rezz-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/beyond-wonderland-at-the-gorge-unveils-stellar-lineup-tiesto-alison-wonderland-rezz-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd29dc671fc64f1215c033f140464ec0","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEFEhMhBCIxkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMRMWH/2gAMAwEAAhEDEQA/AMy6KLGzYx0mzJI6PigQ2jYAJsd1n19UtNlcayaRp3GaXEaWgkN58BEQt7mxlPB4JNXjjSBP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"x6j4DALgj","title":"Android 12 Will Let You Fine-Tune Permissions for Apps","shortId":"x6j4DALgj","createdAt":"2021-05-18T18:35:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022715,"tagsStr":"tech-news,security,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:27:00.000Z","url":"https://www.wired.com/story/android-12-app-permissions-privacy/","canonicalUrl":"https://www.wired.com/story/android-12-app-permissions-privacy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/708d4b7b22899c5353ef3842247de059","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBRITIUFTYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AyDabUYOVhWUx1uc9oLPcaVEgdIPvvNVO9niM2WJnyH5SlMyHYN//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"HnT1JYTuY","title":"Google announces health tool to identify skin conditions","shortId":"HnT1JYTuY","createdAt":"2021-05-18T18:49:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022729,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:47:35.000Z","url":"https://www.theverge.com/2021/5/18/22440754/google-health-ai-skin-condition-model-dermatology","canonicalUrl":"https://www.theverge.com/2021/5/18/22440754/google-health-ai-skin-condition-model-dermatology","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b2baace9f1e7152bbf4b32d02f02643b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwURBBIhQlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAEQME8P/aAAwDAQACEQMRAD8A0DjuZYmTyjC29+/LNYW2zsqBVUaQeoO96+yoHkCIhuClXeL7cTCEntGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6Cj8_yYin","title":"Google Is Finally Taking Smartwatches Seriously","shortId":"6Cj8_yYin","createdAt":"2021-05-18T18:44:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022724,"tagsStr":"tech-news,general-programming,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:38:00.000Z","url":"https://www.wired.com/story/google-wear-os-io-samsung-fitbit-partnership/","canonicalUrl":"https://www.wired.com/story/google-wear-os-io-samsung-fitbit-partnership/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64d408ecd12baa93765a4caf90691c47","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABAwQGERIUITIzQVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADBBEh/9oADAMBAAIRAxEAPwC6hl01aAWrVIgAd3JzIuotX8+1myZxaGQm4OF9Hdu4f1EVZKKjcEaFDDZn/9k=","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Z3sUbmqSr","title":"There are over 3 billion active Android devices","shortId":"Z3sUbmqSr","createdAt":"2021-05-18T18:23:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022703,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:19:11.000Z","url":"https://www.theverge.com/2021/5/18/22440813/android-devices-active-number-smartphones-google-2021","canonicalUrl":"https://www.theverge.com/2021/5/18/22440813/android-devices-active-number-smartphones-google-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ea4d8b4fa4bef5c0a880d63e13c57c8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQMAAhEhBBIxQnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AM72bRSXpKF3u017Gk2FlYdOYc58HR8yVq6YFdCbDkD1ERFAf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gJuIRhXy3","title":"Google Photos will soon make animated photos from your still shots","shortId":"gJuIRhXy3","createdAt":"2021-05-18T18:43:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022723,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:41:10.000Z","url":"https://www.theverge.com/2021/5/18/22442466/google-photos-cinematic-moments-animated-android-ios-machine-learning","canonicalUrl":"https://www.theverge.com/2021/5/18/22442466/google-photos-cinematic-moments-animated-android-ios-machine-learning","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f18ffe69f126e58d7e598c77e52121c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQFERIhIlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDFcfcgqYi7vpxzTyuETZXk9GuaRwPdQD8UpEVB/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QlDn67w2y","title":"Tooth sensitivity: Causes and remedies","shortId":"QlDn67w2y","createdAt":"2021-05-18T18:40:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022720,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:35:03.000Z","url":"https://www.livescience.com/44377-sensitive-teeth.html","canonicalUrl":"https://www.livescience.com/44377-sensitive-teeth.html","image":"https://cdn.mos.cms.futurecdn.net/2qhibeuA3Tx5y3myYUXSX5-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"HgYMagUiv","title":"Who built the Egyptian pyramids?","shortId":"HgYMagUiv","createdAt":"2021-05-15T11:13:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017953,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:00:31.000Z","url":"https://www.livescience.com/who-built-egypt-pyramids.html","canonicalUrl":"https://www.livescience.com/who-built-egypt-pyramids.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdfd0f39121345d8a22718c6ed1bbe82","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEBgcVkv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADBBH/2gAMAwEAAhEDEQA/ANCNyzsBwklZHIw1TAKpUPKTga68egiImnbew6XMeuwZweBBP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tAn5f1t4j","title":"Google Maps’ Live View feature now offers more useful information about restaurants and businesses","shortId":"tAn5f1t4j","createdAt":"2021-05-18T18:38:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022718,"tagsStr":"google,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:37:27.000Z","url":"https://www.theverge.com/2021/5/18/22442451/google-maps-live-view-update-features-ai-ar","canonicalUrl":"https://www.theverge.com/2021/5/18/22442451/google-maps-live-view-update-features-ai-ar","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7af9d6509d89a602831b14d82ba1218a","ratio":1.91063829787234,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAIBESExAwYHJzP/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ALXl1O6NjNFLtori/vU3KcgBDX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"p9Nlq_gn0","title":"Google and Samsung are merging Wear OS and Tizen","shortId":"p9Nlq_gn0","createdAt":"2021-05-18T18:38:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022718,"tagsStr":"tech-news,general-programming,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:36:34.000Z","url":"https://www.theverge.com/2021/5/18/22440483/samsung-smartwatch-google-wearos-tizen-watch","canonicalUrl":"https://www.theverge.com/2021/5/18/22440483/samsung-smartwatch-google-wearos-tizen-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/816788ae46ae325e16d2de09c2da69fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABQYSExQhcsH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABgRAQEBAQEAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwC60fcjkvY4bEdLZ7NTNhZIsN1dfMz+FpDqIbCDJSeLaRfTIvx7Yxk9SUHclIeb/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"EpjD7720DF","title":"Android 12 will turn your Pixel phone into a car key — assuming automakers bother","shortId":"EpjD7720DF","createdAt":"2021-05-18T18:38:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022718,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:36:11.000Z","url":"https://www.theverge.com/2021/5/18/22436410/google-android-auto-os-pixel-phone-key-io","canonicalUrl":"https://www.theverge.com/2021/5/18/22436410/google-android-auto-os-pixel-phone-key-io","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/735885b49bc926f68a963b054f3ada62","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIFAAMEBhESMQcUUf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIRMZH/2gAMAwEAAhEDEQA/AJee8oalj9U5KJkWWAusFUq3AAPsBx326rRovW87lxmJkO0eGvWUuEeoOyoP2lKWWBC2w5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OFek8R19f","title":"Android 12 preview: first look at Google’s radical new design","shortId":"OFek8R19f","createdAt":"2021-05-18T18:23:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022703,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:19:42.000Z","url":"https://www.theverge.com/22439777/android-12-design-features-widgets-first-look-google","canonicalUrl":"https://www.theverge.com/22439777/android-12-design-features-widgets-first-look-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43918949bdfaadc4c71a2c40975cd07e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUAAwAAAAAAAAAAAAABAgQhAAMGERIFMTL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/ALTNmdzIcru+KW5U3b2ghauBvsDmPYI+jogwZq1uMiVq04ugbMRFKVPk6zL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"9jj-weKmG","title":"UnConference: Design System Maturity Model","shortId":"9jj-weKmG","createdAt":"2021-05-18T18:22:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022702,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:15:45.000Z","url":"https://sparkbox.com/foundry/unconference_design_systems_maturity_model_with_ben_callahan","canonicalUrl":"https://sparkbox.com/foundry/unconference_design_systems_maturity_model_with_ben_callahan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da3e68a8c8366376ba3aa93c43fe6af8","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACAwQFERJB8P/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEBAQACAwEAAAAAAAAAAAAAAgEABQMRIWH/2gAMAwEAAhEDEQA/ANYuSiW3TkqZanWoMii7hNEOc5wA6BJYdg/FRcpfxLsncMYh4Mzy3UHnR14iJZ8EDvVuW2u14KSivv3P/9k=","siteTwitter":"@hearsparkbox","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zaiXkN8Yl","title":"Skynet Labs: Decentralized Internet with Matthew Sevey","shortId":"zaiXkN8Yl","createdAt":"2021-05-18T18:22:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"07f9d17ed42a48d6a8f230f298fa8c73","views":0,"score":27022702,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:20:06.000Z","url":"https://softwareengineeringdaily.com/2021/05/18/skynet-labs-decentralized-internet-with-matthew-sevey/","canonicalUrl":"https://softwareengineeringdaily.com/2021/05/18/skynet-labs-decentralized-internet-with-matthew-sevey/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26afd1731b7e1ba0be8671fa1156ce57","ratio":2.29152542372881,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgMAAwEAAAAAAAAAAAAAAgMAARESMXFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAETH/2gAMAwEAAhEDEQA/AM3LMKSfJKzP7Ld69ySpzKrKMs9iITLr/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5TMSWStm_","title":"SIIM, RSNA, others partner on COVID-19 AI challenge","shortId":"5TMSWStm_","createdAt":"2021-05-18T18:18:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022698,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:54:31.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132428&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132428","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2cba33dadf4aa6be6f9d8d9f98110822","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAIhAAAgIBBAEFAAAAAAAAAAAAAQIDBBEABQYSUQchImKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAfEQACAQMFAQAAAAAAAAAAAAABAwIABBETFCFRkaH/2gAMAwEAAhEDEQA/ADT3b252+UWBZkavYij6yJn4dSGXH7pbQ55QSjWSwFMyxqHLZyWwM59vOo/SwA04QQCGroSPJ6jWd8hd13/cwGYAWpQAD9zoj7ue6akAAAjHgqTBSr5I1I8xJGe/lf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"eUGWXTJ-e","title":"Google Photos is adding a locked folder for your private images","shortId":"eUGWXTJ-e","createdAt":"2021-05-18T18:07:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022687,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T18:04:14.000Z","url":"https://www.theverge.com/2021/5/18/22442416/google-photos-locked-folder-private-hidden-pictures","canonicalUrl":"https://www.theverge.com/2021/5/18/22442416/google-photos-locked-folder-private-hidden-pictures","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9dc0091e4bac07c30d88ab58f6d302c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRIQUTFZHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AN35a9QXtdGtaLtWC4dhkrrH2UPkSNdQ9xED/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"l99vIRxTU","title":"Max Kellerman on the Nets, Boxing, and the Art of the Take","shortId":"l99vIRxTU","createdAt":"2021-05-18T18:03:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022683,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:56:49.000Z","url":"https://www.theringer.com/2021/5/18/22442385/max-kellerman-on-the-nets-boxing-and-the-art-of-the-take","canonicalUrl":"https://www.theringer.com/2021/5/18/22442385/max-kellerman-on-the-nets-boxing-and-the-art-of-the-take","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be68e2711e98fcaab9fcec529c5af739","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAARITEFQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAIDAAAAAAAAAAAAAAAAAAABAgMx/9oADAMBAAIRAxEAPwDJk+ZuVV2KimATrwg1DgAJLktkQSD9B1roa95FXLkhbeCtciJy5I75xjCCRa7T/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"eAq09xAcc","title":"Microsoft confirms Windows 10X is dead","shortId":"eAq09xAcc","createdAt":"2021-05-18T18:01:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022681,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:58:21.000Z","url":"https://www.theverge.com/2021/5/18/22442421/microsoft-windows-10-x-canceled-official","canonicalUrl":"https://www.theverge.com/2021/5/18/22442421/microsoft-windows-10-x-canceled-official","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/543f4bb0f8dd9fb0e64a53895211edf6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFIREUQTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAABEBACH/2gAMAwEAAhEDEQA/AMjGBwVzZ4aBMc0UxaPsTrOxMwMZJAHxeTv2oy8xUSXk6xOyxrIwUHZA51v2lKqxyQ5v/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ki9fQAbN4","title":"Android introduces new privacy-friendly sandbox for machine learning data","shortId":"Ki9fQAbN4","createdAt":"2021-05-18T17:50:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022670,"tagsStr":"tech-news,google,machine-learning,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:46:54.000Z","url":"https://www.theverge.com/2021/5/18/22436367/google-io-android-private-computer-core-machine-learning-data-privacy","canonicalUrl":"https://www.theverge.com/2021/5/18/22436367/google-io-android-private-computer-core-machine-learning-data-privacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d5fc1dcb04c7b822f4a40d1590177b0d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQADBBECEhMhIjKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwf/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDUf/aAAwDAQACEQMRAD8A0vOK8/MgyWprzDMffljYDHR/YUNrF+J7FKxyF+o+IiimtNzK4Cf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"k5q-wt56M","title":"It’s about to get easier to change compromised passwords in Chrome for Android","shortId":"k5q-wt56M","createdAt":"2021-05-18T17:45:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022665,"tagsStr":"tech-news,google,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:43:33.000Z","url":"https://www.theverge.com/2021/5/18/22442247/google-chrome-password-manager-android-compromised-duplex","canonicalUrl":"https://www.theverge.com/2021/5/18/22442247/google-chrome-password-manager-android-compromised-duplex","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/afcc32fa444c6a0e5385da5e7235247f","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHBABAAICAwEAAAAAAAAAAAAAAQACAyEREkGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDSnLlr1rZxtbC2rxsPNjplKge/WIkYVz1iA3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HbVz9rGJo","title":"Republicans have a new tool to fight deplatforming: common carriage laws","shortId":"HbVz9rGJo","createdAt":"2021-05-18T17:41:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022661,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:35:10.000Z","url":"https://www.theverge.com/22442359/republican-common-carrier-social-media-facebook-trump-ban-antitrust-section-230","canonicalUrl":"https://www.theverge.com/22442359/republican-common-carrier-social-media-facebook-trump-ban-antitrust-section-230","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/63b4729ef5559b96ce66f5187f196e96","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFERIhQQYHEzFy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABsRAAEEAwAAAAAAAAAAAAAAAAIAAQMSBCEx/9oADAMBAAIRAxEAPwChberbnUPOlVDqXpyJ+tBp1KckJjf0Ns8xjqrvnc5dTORLZKCq5AHm4z8whCnkS26gGEKtpf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dUCH6_xJp","title":"Redis Streams in Action: Part 1 (Intro and overview)","shortId":"dUCH6_xJp","createdAt":"2021-05-18T07:00:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":142,"score":27022645,"tagsStr":"redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T07:00:34.000Z","url":"https://itnext.io/redis-streams-in-action-part-1-intro-and-overview-135f66d3ab58","canonicalUrl":"https://itnext.io/redis-streams-in-action-part-1-intro-and-overview-135f66d3ab58","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db7460ebbb329d63af4ce788cb1cc290","ratio":1.77857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQRISJBIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAIQL/2gAMAwEAAhEDEQA/ANL3PgvbXiHqV2amznWAASNd/OpeqsqgBhoY9REXRgxHUv/Z","siteTwitter":"@itnext_io","creatorTwitter":"@abhi_tweeter","readTime":6,"description":null,"toc":null,"summary":null},{"id":"SnwKZgB9A","title":"Google Workspace turns to ‘smart chips’ to weave Docs, Tasks, and Meet together","shortId":"SnwKZgB9A","createdAt":"2021-05-18T17:18:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022638,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:12:58.000Z","url":"https://www.theverge.com/2021/5/18/22440226/google-workspace-smart-canvas-features-docs-updates","canonicalUrl":"https://www.theverge.com/2021/5/18/22440226/google-workspace-smart-canvas-features-docs-updates","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de0069de70f8b2d4b79f008c707970d3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMEABEGEhMhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAAUFAAAAAAAAAAAAAAAAAAECAxEFMlFxsf/aAAwDAQACEQMRAD8AtvG/McPr22jCgp0dItR+gBK/WA2f3J3fhrpesLFCUjWRgq9ydDfwbxjKmnlD70ZPoNfsRof/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ySYULXNvd","title":"ACR taps Dr. Beverly Coleman as new president","shortId":"ySYULXNvd","createdAt":"2021-05-18T17:16:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022636,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:09:13.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132426&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132426","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/983899cc076d379c357e32c0654438dc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUH/8QAJBAAAwAABAUFAAAAAAAAAAAAAQIDAAURIQQGEhNBMWJxkaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAEfAhMf/aAAwDAQACEQMRAD8AzhsvSN8yUhoNwcYukWTU36yPT510GnkYPflplvRel9mI/cW5u1r86NZjRu1TdjqdrgD6G2GZVRzlnBku2vZTz7RgzIV8OoRyuDytZn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GFg1fZzs0","title":"Breakaway shares stacked lineup with Kygo, Illenium, Madeon, SOFI TUKKER, and more","shortId":"GFg1fZzs0","createdAt":"2021-05-18T17:14:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022634,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:13:24.000Z","url":"https://dancingastronaut.com/2021/05/breakaway-unleashes-stacked-lineup-featuring-kygo-illenium-madeon-sofi-tukker-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/breakaway-unleashes-stacked-lineup-featuring-kygo-illenium-madeon-sofi-tukker-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b099f58b14f756db332a895be57b897","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIQYRFEGi/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEBAQEAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwCZxzD2uYtvIw0jy3tkqtciRFiji7TZVQNt2CB6GjWdTDECVwIcgQGOzNH2filKSlPMchR3f//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"D1aps1rsS","title":"No, Utility Classes Aren?t the Same As Inline Styles","shortId":"D1aps1rsS","createdAt":"2021-05-18T17:13:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022633,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T22:00:00.000Z","url":"https://frontstuff.io/no-utility-classes-arent-the-same-as-inline-styles","canonicalUrl":"https://frontstuff.io/no-utility-classes-arent-the-same-as-inline-styles","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dac8611fd97a7b1ace82ebe71946e80","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEEEhMhMcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0XiMGex025PFbnDS2U0KJHlqm0AAAXQ47REH/9k=","siteTwitter":"@frontstuff_io","creatorTwitter":"@frontstuff_io","readTime":11,"description":null,"toc":null,"summary":null},{"id":"KVtAy3Ccx","title":"LA County Medical Examiner determines natural causes in i_o’s death","shortId":"KVtAy3Ccx","createdAt":"2021-05-18T17:11:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:04:13.000Z","url":"https://dancingastronaut.com/2021/05/la-county-medical-examiner-determines-natural-causes-in-i_os-death/","canonicalUrl":"https://dancingastronaut.com/2021/05/la-county-medical-examiner-determines-natural-causes-in-i_os-death/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01a802dbacf6be32569a2094d11cfdc2","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADIQIEERITQYGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEC/9oADAMBAAIRAxEAPwDBbZtg2tYcA3ME6piIHqiw3yK89IiLhQ51v//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"T0y_V2kp0","title":"Windows 10 May 2021 Update now available, designed to improve remote work","shortId":"T0y_V2kp0","createdAt":"2021-05-18T17:06:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022626,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T17:04:40.000Z","url":"https://www.theverge.com/2021/5/18/22442134/microsoft-windows-10-may-2021-update-remote-work-features","canonicalUrl":"https://www.theverge.com/2021/5/18/22442134/microsoft-windows-10-may-2021-update-remote-work-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9bfba2509cfbd50499d8356fcff3c1ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAwIRACESMWGR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8AjwdCCHLkhbJsri2RPJdbNUa30bB8Vg3Z2fQ+YxlLrEg8f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yYbwo7Zu-","title":"AT&T Is Spinning Off WarnerMedia to Focus on Telecoms Again","shortId":"yYbwo7Zu-","createdAt":"2021-05-18T17:01:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022621,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:55:00.000Z","url":"https://arstechnica.com/tech-policy/2021/05/att-to-spin-off-warnermedia-will-try-to-act-like-a-telecom-company-again/","canonicalUrl":"https://arstechnica.com/tech-policy/2021/05/att-to-spin-off-warnermedia-will-try-to-act-like-a-telecom-company-again/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38227eef143f7b6bb362f8eaf3c72a66","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMCBwAAAAAAAAAAAAABAgMRAAUSBhMEByEiUXGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABwRAAEEAwEAAAAAAAAAAAAAAAIAAQMhEVHBcf/aAAwDAQACEQMRAD8AnXbXN1VxzjzjqlOMqSSQR1y8SCRHs1bPMvUDJ29+cO2clCY+0pSkoQxrroRWZ+8Zf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BSTBXN1n_","title":"Why is the King James Bible so popular?","shortId":"BSTBXN1n_","createdAt":"2021-05-16T11:14:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27019394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:00:47.000Z","url":"https://www.livescience.com/why-king-james-bible.html","canonicalUrl":"https://www.livescience.com/why-king-james-bible.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1bccea3ad9ed73a3134d86c8c2606082","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFBhESEyExMlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAeEQEAAQIHAAAAAAAAAAAAAAABAgCxAwQFERIxYf/aAAwDAQACEQMRAD8A259f7k1j+HriSlwH5JJddigAlCE+H0HXqPdSkZQ85IdXwsjcoq04wO5pSp9SiGGJ3yS1LLzWW3hdr//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"w9vC9hU7L","title":"6 Productivity Apps that will Instantly Improve Your Work","shortId":"w9vC9hU7L","createdAt":"2021-05-18T16:20:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022580,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:50:17.000Z","url":"https://www.hyperinbox.app/blog/6-productivity-apps-that-improve-your-work/","canonicalUrl":"https://www.hyperinbox.app/blog/6-productivity-apps-that-improve-your-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d88139f45f176b447d8cc6a7f9133aa4","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgYhBTFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDdtwa3Xl93yBPJXrzSxGKKB32SEEDIXbIAOoOMe891Sa1jDEbTjv7pSopszl//2Q==","siteTwitter":"@hyperinboxapp","creatorTwitter":"@_chrischae","readTime":5,"description":null,"toc":null,"summary":null},{"id":"2PE0jZ3E9","title":"TikTok is helping games about high heels and long nails go viral","shortId":"2PE0jZ3E9","createdAt":"2021-05-18T16:07:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022567,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:01:52.000Z","url":"https://www.theverge.com/2021/5/18/22440209/tiktok-baddie-games-high-heels-nail-woman","canonicalUrl":"https://www.theverge.com/2021/5/18/22440209/tiktok-baddie-games-high-heels-nail-woman","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1e7c2859ccf23adbdb009f3e961995c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAQIAAxESISJR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABoRAAICAwAAAAAAAAAAAAAAAAACIYEBA8H/2gAMAwEAAhEDEQA/ANLF6mZyde0PJsdMDICmagDs226OvYiI1hs0GWnWt8P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DNkMw5aRo","title":"UX Design Doesn?t End With Your Website","shortId":"DNkMw5aRo","createdAt":"2021-05-18T16:06:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27022566,"tagsStr":"webdev,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:00:00.000Z","url":"https://www.webdesignerdepot.com/2021/05/ux-design-doesnt-end-with-your-website/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/ux-design-doesnt-end-with-your-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d618f02f382c4f6b1bde63aa3ccf6854","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgICAgMAAAAAAAAAAAABAgMEAAURIQYiMUFi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADEiGB/9oADAMBAAIRAxEAPwCtg227seTVkvXia1ud45DC5R1KL6kcdHosD8fRyY2Og8qOwtFtlVZjK3JMz8ns/jGMnM7ZcjlrUjYn/9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"WQcJWrRZZ","title":"Halide’s iPad camera app is here to recklessly promote tablet photography","shortId":"WQcJWrRZZ","createdAt":"2021-05-18T16:06:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022566,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T16:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22441757/halide-ipad-camera-app-tablet-photography-raw-controls-price-release-date","canonicalUrl":"https://www.theverge.com/2021/5/18/22441757/halide-ipad-camera-app-tablet-photography-raw-controls-price-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce611a186c65c0869b689ed2b59ef479","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQAEEgUGFSEx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Az75FZu2ema21qxTQ6rSogoK1uLvkBZo+wCSMmHHF2X7RrGMLX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_rjMT5UXl","title":"Can Chris Paul Lead the Phoenix Suns to a Championship?","shortId":"_rjMT5UXl","createdAt":"2021-05-18T15:44:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022544,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:38:12.000Z","url":"https://www.theringer.com/video/2021/5/18/22441315/can-chris-paul-lead-phoenix-suns-to-championship","canonicalUrl":"https://www.theringer.com/video/2021/5/18/22441315/can-chris-paul-lead-phoenix-suns-to-championship","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01c5fe8109be907ed50cc019604925b9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQIHAAMAAAAAAAAAAAAAAQIDAAQFBhESIQcxYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQABBAMAAAAAAAAAAAAAAAACAAEEIRFRYf/aAAwDAQACEQMRAD8AgfGVtU+s27X3JtCjMqGrboURoRtg4B71OcfYzhqWSWkEnpA9QhCo1medp52wtxf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"NkgWROnaP","title":"Is This Finally the Year for Giannis and the Bucks?","shortId":"NkgWROnaP","createdAt":"2021-05-18T15:37:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022537,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:27:59.000Z","url":"https://www.theringer.com/video/2021/5/18/22441208/is-this-finally-the-year-for-giannis-antetokounmpo-milwaukee-bucks","canonicalUrl":"https://www.theringer.com/video/2021/5/18/22441208/is-this-finally-the-year-for-giannis-antetokounmpo-milwaukee-bucks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5809860870aef5003bcb5a10ee2766a7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgQAAxESBiEFQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMEIdEx/9oADAMBAAIRAxEAPwCA47B8bJ4zevSYCXJSgql3cgjU9dfRmol1V3Z8a7HOB6pSoFOzBy0VaqiB6Odn/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"a5A3ka855","title":"Albert Einstein's lost letter to British engineer suggests 'unknown physics' in animal behavior","shortId":"a5A3ka855","createdAt":"2021-05-18T15:35:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022535,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:16:41.000Z","url":"https://www.livescience.com/albert-einstein-letter-unknown-physics-animal-behavior.html","canonicalUrl":"https://www.livescience.com/albert-einstein-letter-unknown-physics-animal-behavior.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f96c33bf94b657796545113fe6832ae4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYhURUiMTJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJpcu+3XTs2eJzLUVLQeLaW8KCfiQcceTyNsVhusS09pkPZG3tSlB//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BvkZnOcue","title":"Hurricane Sandy was much worse because of climate change, study finds","shortId":"BvkZnOcue","createdAt":"2021-05-18T15:09:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022509,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22436902/hurricane-sandy-climate-change-sea-level-rise-damages-study","canonicalUrl":"https://www.theverge.com/2021/5/18/22436902/hurricane-sandy-climate-change-sea-level-rise-damages-study","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5e64f900c8930b61d4dc362f9ddd3bf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBQYSIRUxUVLh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABIQL/2gAMAwEAAhEDEQA/AJOtdY9Texwdx6EXbm23TcBySgbiZgp5PceOaya8sNxhgxPv8pSi3WIoj//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"UV5_4DDds","title":"USPSTF lowers starting age for colon cancer screening","shortId":"UV5_4DDds","createdAt":"2021-05-18T15:07:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022507,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T15:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132417&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132417","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20e910416050a950223aea936c508588","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACQQAAECBAUFAAAAAAAAAAAAAAECAwAEBhIFBxEhQSIyUXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQABAwUBAAAAAAAAAAAAAAABAAMRAgQSUmHh/9oADAMBAAIRAxEAPwCFXlvSuOSzM5TdRSgmFAEt3C0q56FEKTv8hC5lpIhxQXjrNwJ17Rv61jNFEhskEg3cQHU+YDCrZVDcMgSW5nvi/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"x_gNoWvfi","title":"Storm ‘Price Tags’ Could Reveal the Cost of Global Warming","shortId":"x_gNoWvfi","createdAt":"2021-05-18T15:04:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022504,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.wired.com/story/hurricane-price-tags-could-reveal-the-cost-of-global-warming/","canonicalUrl":"https://www.wired.com/story/hurricane-price-tags-could-reveal-the-cost-of-global-warming/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/720d469f0b17d29475e0141ecc4f3b38","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAQEBAAAAAAAAAAAAAgMBBBEAMQUS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREx/9oADAMBAAIRAxEAPwDMLH1qaXqo3PlLuU06JAxxCRjA4MSQ5mYPmedLXsrYhZik1iQxMAD2fkYmPI2fI5zkUK9P/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ri_WhZIuV","title":"Grand Theft Auto V is coming to the PS5 and Xbox Series X in November","shortId":"ri_WhZIuV","createdAt":"2021-05-18T14:37:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022477,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:30:19.000Z","url":"https://www.theverge.com/2021/5/18/22441925/grand-theft-auto-5-gta-online-ps5-xbox-series-x-release-date","canonicalUrl":"https://www.theverge.com/2021/5/18/22441925/grand-theft-auto-5-gta-online-ps5-xbox-series-x-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f6c87c7a2d89b1b1aaf4cd73af71b7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQRIRIi0f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEVH/2gAMAwEAAhEDEQA/AM/nPyEFZD+oTXiBzkmldliK5t6w30H7ERqp9JlKw//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"4A8mPeZ5D","title":"Deepfake dubs could help translate film and TV without losing an actor’s original performance","shortId":"4A8mPeZ5D","createdAt":"2021-05-18T14:21:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022461,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:13:51.000Z","url":"https://www.theverge.com/2021/5/18/22430340/deepfake-dubs-dubbing-film-tv-flawless-startup","canonicalUrl":"https://www.theverge.com/2021/5/18/22430340/deepfake-dubs-dubbing-film-tv-flawless-startup","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f79a579dc79f6ed32b1808c00917015","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIAAwQRBQcxUnGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAISIv/aAAwDAQACEQMRAD8Awvb24NCpqDlVqB7V0IbzPMg5HUfIiEOmoYroX//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"d0RHnG6gz","title":"Spotify will auto-transcribe podcasts over the coming weeks","shortId":"d0RHnG6gz","createdAt":"2021-05-18T14:07:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022447,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:05:26.000Z","url":"https://www.theverge.com/2021/5/18/22441886/spotify-podcast-transcription-accessbility-app-update","canonicalUrl":"https://www.theverge.com/2021/5/18/22441886/spotify-podcast-transcription-accessbility-app-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2475650297c6bad9509a6dc6cf0ba3f","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAgMAAQQFIQYHNXOx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIRAwQhUbH/2gAMAwEAAhEDEQA/AJbvOwbTI8uM7s2LZlFGCyHS9t1SbJxnjrX1B8pEQUzIyqLlga+BocX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0OWuXFJse","title":"Ford F-150 Lightning: what to expect from the automaker’s first electric pickup truck","shortId":"0OWuXFJse","createdAt":"2021-05-18T14:02:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022442,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T14:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22441793/ford-f150-lightning-announcement-rumors-specs-details","canonicalUrl":"https://www.theverge.com/2021/5/18/22441793/ford-f150-lightning-announcement-rumors-specs-details","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b976c9a76737178225acb7bad41d808","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxABAAICAwAAAAAAAAAAAAAAAQACAxESUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ay0ta3xnAQDfslY1ZOmIgf//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"vF_kL46se","title":"HTML vs JSX – What's the Difference?","shortId":"vF_kL46se","createdAt":"2021-05-17T21:16:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":656,"score":27022440,"tagsStr":"react,javascript,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-18T06:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:11:58.000Z","url":"https://www.freecodecamp.org/news/html-vs-jsx-whats-the-difference/","canonicalUrl":"https://www.freecodecamp.org/news/html-vs-jsx-whats-the-difference/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/65d67fb455895cbbe4cf5a1adcd8fe75","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAARIQUTFCIxUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAhMhQWGR/9oADAMBAAIRAxEAPwDQ6U7fUSSniMhideyLlJon3TfKRVrCRIr3XdgACxRdz78YxhKCVlgn1Ja4j//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@koladechris","readTime":5,"description":null,"toc":null,"summary":null},{"id":"oM4ipxazO","title":"Nvidia is nerfing new RTX 3080 and 3070 cards for Ethereum cryptocurrency mining","shortId":"oM4ipxazO","createdAt":"2021-05-18T13:49:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022429,"tagsStr":"hardware,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:41:18.000Z","url":"https://www.theverge.com/2021/5/18/22441847/nvidia-rtx-3080-3070-ethereum-mining-drivers-limit-cryptocurrency","canonicalUrl":"https://www.theverge.com/2021/5/18/22441847/nvidia-rtx-3080-3070-ethereum-mining-drivers-limit-cryptocurrency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bae644852133a5da34389bfefc6f9c5d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMSBSERcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQADAQAAAAAAAAAAAAAAAAEAEjEC/9oADAMBAAIRAxEAPwDCanJ56+W1VsM1ktiLK7kAqdfXf2T41I8lezERbp1kqGT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"J9_YYappl","title":"Apple’s redesigned MacBook Pros with next-gen in-house chips could arrive early this summer","shortId":"J9_YYappl","createdAt":"2021-05-18T13:34:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022414,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:31:55.000Z","url":"https://www.theverge.com/2021/5/18/22441805/apple-macbook-pro-2021-redesign-chip-magsafe-sd-card-slot-hdmi-port","canonicalUrl":"https://www.theverge.com/2021/5/18/22441805/apple-macbook-pro-2021-redesign-chip-magsafe-sd-card-slot-hdmi-port","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7bde63c41823be00ebf930ba22ff0809","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMEABEFEiExQVHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDERMhwf/aAAwDAQACEQMRAD8Al/FX5ZLVeowAjsq0bGMlCFKnfjQ9fMny8MrAETkA99dP7jGFLK8nZVBibKAHi6vi/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fgaVuUzvb","title":"You can get a new, unlocked iPhone 11 Pro for 23 percent off at Woot","shortId":"fgaVuUzvb","createdAt":"2021-05-18T13:14:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022394,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:08:58.000Z","url":"https://www.theverge.com/good-deals/2021/5/18/22441752/apple-iphone-11-pro-google-pixel-3-xl-xbox-gift-card-asus-chromebook-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/18/22441752/apple-iphone-11-pro-google-pixel-3-xl-xbox-gift-card-asus-chromebook-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07f1e458cde58d7ffe55480db201c7ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAwURBBIhMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQAxQf/aAAwDAQACEQMRAD8AzltballnUNa4gZcDg9jhRTWMhmkJaM7j6URDwmNb/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"A91gSkjpFx","title":"Google I/O 2021: rumors, news, and announcements","shortId":"A91gSkjpFx","createdAt":"2021-05-18T13:10:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022390,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:05:47.000Z","url":"https://www.theverge.com/22432922/google-io-2021-rumors-news-announcements","canonicalUrl":"https://www.theverge.com/22432922/google-io-2021-rumors-news-announcements","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0087229a19005390266a8fe268a2bb5c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFEiQxgZLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRISIx/9oADAMBAAIRAxEAPwDFsVkrFud0ZjqAhu+zoS7rypjs/NseNW9D9RFEtcoUr6f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ye6Wfgwl7","title":"World's oldest cave art, including famous hand stencils, being erased by climate change","shortId":"ye6Wfgwl7","createdAt":"2021-05-18T13:06:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022386,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:56:52.000Z","url":"https://www.livescience.com/climate-change-ruining-oldest-cave-art.html","canonicalUrl":"https://www.livescience.com/climate-change-ruining-oldest-cave-art.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c0cc3ef57eb70880013765deffeae8f","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEIQUiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQADAQAAAAAAAAAAAAAAAAAAASEC/9oADAMBAAIRAxEAPwCLyLyQa5hEje1MCOdH28xm24HYszbIZjZAYVeMYTTohKH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"oEpRXfLu9N","title":"Luxury Fashion Brands Turn to Gaming to Attract New Buyers","shortId":"oEpRXfLu9N","createdAt":"2021-05-18T13:03:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022383,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:00:00.000Z","url":"https://www.wired.com/story/luxury-fashion-brands-video-games-shopping/","canonicalUrl":"https://www.wired.com/story/luxury-fashion-brands-video-games-shopping/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80b67c4e8e64a0d19e483fea024472f3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAAFEgYRMRMUISJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAeEQACAgAHAAAAAAAAAAAAAAABAgADBBEhQWGx8P/aAAwDAQACEQMRAD8Aw0PXFws7sM7ePTmliRPZ+uSoo5ICIicFxwv2qE964HOkE/NBx0nCUz7ZtMi38rttSlUuBrW92NnG5HUFoCkZD2k//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"NnmPxRi1Y","title":"The Case for Using MDMA to Help Heal Victims of Trauma","shortId":"NnmPxRi1Y","createdAt":"2021-05-18T13:03:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022383,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:00:00.000Z","url":"https://www.wired.com/story/opinon-using-mdma-to-help-heal-victims-of-trauma/","canonicalUrl":"https://www.wired.com/story/opinon-using-mdma-to-help-heal-victims-of-trauma/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70fc9621fcda250a2f163ae2b30637ab","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAQFBhESIRQxcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDDtLakTYY23tThMW9qi6XktRGTJ8oS6JIO4G/XyokehSlB/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"vitb0uVKT","title":"Apple’s new iMac brings M1 goodness to the desktop","shortId":"vitb0uVKT","createdAt":"2021-05-18T13:02:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022382,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T13:00:00.000Z","url":"https://www.theverge.com/22440059/apple-imac-m1-2021-24-review","canonicalUrl":"https://www.theverge.com/22440059/apple-imac-m1-2021-24-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5839f7092c16e1c3c8de9b2cccbaa6bc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAREiEFBiJS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgARAyFB/9oADAMBAAIRAxEAPwDK9UZ7ktHz7WLMTwqsxgik4huHxotrfYO8inOK9SCFalIrGioCUfvQ1+sYwMrF6DcEqU6uf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NkgU7v8JK","title":"Milky Way lights up Guiana spaceport in stunning time-lapse video","shortId":"NkgU7v8JK","createdAt":"2021-05-18T12:52:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022372,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:28:52.000Z","url":"https://www.livescience.com/guiana-spaceport-ariane-6-milky-way-timelapse-video","canonicalUrl":"https://www.space.com/guiana-spaceport-ariane-6-milky-way-timelapse-video","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0af9a9591a202fe16384d2d2d9725c2a","ratio":1.77514792899408,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDEQAEEiEFBhPR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEQT/2gAMAwEAAhEDEQA/AMa6zZsr6zzHtasvOJS2pt1ROTWyTiI3IEGpQsuNUMpuBO4wT9pSm1iAMlHhrWwsGGz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JwBcKm02H","title":"Cole Cuchna From ‘Dissect’ on J. Cole’s ‘The Off-Season.’ Plus: Saweetie.","shortId":"JwBcKm02H","createdAt":"2021-05-18T12:41:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:14:46.000Z","url":"https://www.theringer.com/2021/5/18/22441765/cole-cuchna-from-dissect-on-j-coles-the-off-season-plus-saweetie","canonicalUrl":"https://www.theringer.com/2021/5/18/22441765/cole-cuchna-from-dissect-on-j-coles-the-off-season-plus-saweetie","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69c2b58346b55a391795da05d56976ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRIQUSMUFRof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEhFB/9oADAMBAAIRAxEAPwDK3WC25+54maBZw4ISQ6VOlC207Mc+z4FTyW10JHC30irk4AXQ+0pQrHZeER9CB9a8n//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mx6cjlXnG","title":"The Real Bill Gates and Understanding the Conflict in Gaza","shortId":"mx6cjlXnG","createdAt":"2021-05-18T12:41:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:35:08.000Z","url":"https://www.theringer.com/2021/5/18/22441777/real-bill-gates-understanding-conflict-in-gaza","canonicalUrl":"https://www.theringer.com/2021/5/18/22441777/real-bill-gates-understanding-conflict-in-gaza","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52ec78460837f75a76dd39a105ca2f55","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAIQUSBiNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAcEQABBQADAAAAAAAAAAAAAAARAAECAwQhMfD/2gAMAwEAAhEDEQA/AMyvnuRhRJQZfAciuhJUEinPZRsfNa1kJnkPKvzH3m5imkOOKWlHRJ6gm6ut1jGHDXGdZkx5dUD56z14L//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Hyxv2ylsS","title":"'Library of the Great Silence' invites E.T. to share long-term survival strategies","shortId":"Hyxv2ylsS","createdAt":"2021-05-18T12:39:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022359,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:25:16.000Z","url":"https://www.livescience.com/library-of-great-silence-aliens-fermi-paradox.html","canonicalUrl":"https://www.space.com/library-of-great-silence-aliens-fermi-paradox","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d41d0ca70d33c75c93d67cf3fc97f54d","ratio":1.49625935162095,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAwEAAwAAAAAAAAAAAAAAAAECAxESQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzDFZrHWblO3x1fqIAEj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"IecVCXdGY","title":"Matomo 4.3.0 – etliche Tickets geschlossen","shortId":"IecVCXdGY","createdAt":"2021-05-18T12:32:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022352,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:09:34.000Z","url":"https://www.bitblokes.de/matomo-4-3-0-etliche-tickets-geschlossen/","canonicalUrl":"https://www.bitblokes.de/matomo-4-3-0-etliche-tickets-geschlossen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"V7Y3GV7Yq","title":"Top Five Movie Twists and Bill Simmons on ‘Those Who Wish Me Dead’","shortId":"V7Y3GV7Yq","createdAt":"2021-05-18T12:25:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:18:23.000Z","url":"https://www.theringer.com/2021/5/18/22441546/top-five-movie-twists-and-bill-simmons-on-those-who-wish-me-dead","canonicalUrl":"https://www.theringer.com/2021/5/18/22441546/top-five-movie-twists-and-bill-simmons-on-those-who-wish-me-dead","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c9f0be61a0f6be4ba097b98180bdb9a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAQUBAQEAAAAAAAAAAAAAAQACBBEhA2GR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDP8ONxdHfTKBAO6c9UZg8rOD4iIct6MpcP/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YXM_mjUCK","title":"The Internet’s Shrek Obsession Will Live on Forever","shortId":"YXM_mjUCK","createdAt":"2021-05-18T12:24:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:19:44.000Z","url":"https://www.theringer.com/movies/2021/5/18/22441492/shrek-internet-obsession-meme-fodder-movie-anniversary","canonicalUrl":"https://www.theringer.com/movies/2021/5/18/22441492/shrek-internet-obsession-meme-fodder-movie-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78946b811dd3f9f86c70adc0ced0d51a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwURIRIE/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADBREhQZHB/9oADAMBAAIRAxEAPwDfZi/xnMH86qwW4Wb05GvI5yVcVs7E1jp3ESMgkKuh49MDy1j0pS1ZILLv2Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"8JqSMSCfs","title":"Fragments of a winter morning - Dhaka","shortId":"8JqSMSCfs","createdAt":"2021-05-18T12:21:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27022341,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/119659907/Fragments-of-a-winter-morning-Dhaka","canonicalUrl":"https://www.behance.net/gallery/119659907/Fragments-of-a-winter-morning-Dhaka","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6c1e34865264515fb959f3984a9710b","ratio":0.675024108003857,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgX/xAAkEAACAAUDBAMAAAAAAAAAAAABAgADBAURBiExEhMlQVJh8P/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEFCEy/9oADAMBAAIRAxEAPwApedYTLjLKq6Bpg6mQvj9xAx7mpdiZBJz8oni91wr5TKc0ksAAMiNt753xmFC6qo8DxNEfvtDeDY7JpBECwr9mf//Z","siteTwitter":"@behance","creatorTwitter":"@AshrafulArefin_","readTime":null,"description":null,"toc":null,"summary":null},{"id":"CbpUCJ1C8","title":"Respectfully Discussing the Best Yuca Recipes","shortId":"CbpUCJ1C8","createdAt":"2021-05-18T12:17:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022337,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:16:57.000Z","url":"https://www.theringer.com/2021/5/18/22441766/respectfully-discussing-the-best-yuca-recipes","canonicalUrl":"https://www.theringer.com/2021/5/18/22441766/respectfully-discussing-the-best-yuca-recipes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61405a8cbe4cd5a9f28a016963fe5568","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwUREgQhMUGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB8RAAEDAwUAAAAAAAAAAAAAAAIBAxEABAUhI1Fxwf/aAAwDAQACEQMRAD8AtYOtr8AzpfdS1bNyCsCrjzogjXvUyt3T1La6lriQxG+Y7/IiF8XuG+ppMFx3TG4ImLhRaWE18r//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"pB6jNpID_","title":"Cole Cucha From ‘Dissect’ on J. Cole’s ‘The Off-Season.’ Plus: Saweetie.","shortId":"pB6jNpID_","createdAt":"2021-05-18T12:17:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022337,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:14:46.000Z","url":"https://www.theringer.com/2021/5/18/22441765/cole-cucha-from-dissect-on-j-coles-the-off-season-plus-saweetie","canonicalUrl":"https://www.theringer.com/2021/5/18/22441765/cole-cucha-from-dissect-on-j-coles-the-off-season-plus-saweetie","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69c2b58346b55a391795da05d56976ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQRIQUSMUFRof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEhFB/9oADAMBAAIRAxEAPwDK3WC25+54maBZw4ISQ6VOlC207Mc+z4FTyW10JHC30irk4AXQ+0pQrHZeER9CB9a8n//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bGOBEbPOX","title":"Online Dating Apps Are Actually Kind of a Disaster","shortId":"bGOBEbPOX","createdAt":"2021-05-18T12:09:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022329,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T08:00:00.000Z","url":"https://www.wired.com/story/online-dating-apps-are-a-disaster/","canonicalUrl":"https://www.wired.com/story/online-dating-apps-are-a-disaster/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a256fccb0c1f0713ea95b11a3d57e67","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAlEAABAgUBCQAAAAAAAAAAAAABAgMABAURIiESExQWMTJBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8AlZGdfptQpNNYdd4PflLSdqxbBsevk92vo/IvuZplvBCMU4i6ydBCETAJ0qBf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WQAbdN9Sh","title":"How to watch the Google I/O 2021 keynote","shortId":"WQAbdN9Sh","createdAt":"2021-05-18T12:05:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022325,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T12:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22434772/google-io-live-stream-watch-time-android-12-pixel-5a","canonicalUrl":"https://www.theverge.com/2021/5/18/22434772/google-io-live-stream-watch-time-android-12-pixel-5a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09537bb21ea6e5fe6028bc865db8d18f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABBCERAhIxQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRQf/aAAwDAQACEQMRAD8AwKLPACFOiEgjKY+xxyHfGoV9Vf1ubypr9RE5lLWul8H/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0VUwx2vM4","title":"Kafka Summit Europe 2021 Recap","shortId":"0VUwx2vM4","createdAt":"2021-05-18T05:46:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"conf","views":21,"score":27022286,"tagsStr":"cloud,kubernetes,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T05:32:31.000Z","url":"https://www.confluent.io/blog/highlights-from-kafka-summit-europe-2021/","canonicalUrl":"https://www.confluent.io/blog/highlights-from-kafka-summit-europe-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Fe3EcuF1o","title":"The WarnerMedia-Discovery Deal Changes Everything for Streaming","shortId":"Fe3EcuF1o","createdAt":"2021-05-18T11:19:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022279,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:15:14.000Z","url":"https://www.theringer.com/tv/2021/5/18/22441413/warnermedia-discovery-merger-streaming-hbo-max","canonicalUrl":"https://www.theringer.com/tv/2021/5/18/22441413/warnermedia-discovery-merger-streaming-hbo-max","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/256d23ce9505ef40c030c119f9b25bec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBREAMQQGExQhYv/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxEBAAICAwAAAAAAAAAAAAAAAQADAgQRUdH/2gAMAwEAAhEDEQA/ANL6ncYXFTqPGR32WyQ9Sbv1R1Y3W8sIFpRg44qdWSeM2Sb+RjGS26GVNXPXkaKLP//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"RvrWvDR6K","title":"Female mice that lose a male partner are wary of taking a new one","shortId":"RvrWvDR6K","createdAt":"2021-05-18T11:09:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27022269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.newscientist.com/article/2277670-female-mice-that-lose-a-male-partner-are-wary-of-taking-a-new-one/","canonicalUrl":"https://www.newscientist.com/article/2277670-female-mice-that-lose-a-male-partner-are-wary-of-taking-a-new-one/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd8c6a0ecc51e98e48015736f386bfa7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMRAAQhBQYSEyMxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQADBBICERP/2gAMAwEAAhEDEQA/AIdQcumr0t6hbhC1qT4u2UiczImMk+s5NWN7Yb608LVjjAiH3AI+UpQpGfICoVKO2Hd2X//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AQrORLd_N","title":"To Observe the Muon Is to Experience Hints of Immortality","shortId":"AQrORLd_N","createdAt":"2021-05-18T11:07:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022267,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T07:00:00.000Z","url":"https://www.wired.com/story/muon-observation-particle-physics/","canonicalUrl":"https://www.wired.com/story/muon-observation-particle-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd40a7229c4cbff324efab315ec3b9f7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEEiJBYRMU4f/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAdEQEAAQMFAAAAAAAAAAAAAAACBAABAxEhMdHw/9oADAMBAAIRAxEAPwDfi5LJsXNinh8jgBTyRe6g3i9pFiiO1f0Ry8HvT9RENmK5J09saXRWhIyk8W7Vf//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"bx8K85moJ","title":"Rare silver coin portraying King Charles I discovered in a field in Maryland","shortId":"bx8K85moJ","createdAt":"2021-05-18T11:06:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.livescience.com/rare-silver-coin-english-civil-war-maryland-fort.html","canonicalUrl":"https://www.livescience.com/rare-silver-coin-english-civil-war-maryland-fort.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cae399a8181b894bc8fc94c7126559f7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAYCAgMAAAAAAAAAAAAAAAECBAURBiIDEiExgf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDDMNmMZY4rOtZyEW+keZBm3cF101pJWZ2mlebK79CJ+AAD/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"J044q7QcG","title":"Mysterious neurological symptoms are appearing in US diplomats and spies around the world","shortId":"J044q7QcG","createdAt":"2021-05-18T11:06:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.livescience.com/cia-brain-ailment-widespread-havana-syndrome.html","canonicalUrl":"https://www.livescience.com/cia-brain-ailment-widespread-havana-syndrome.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ea0022a0fe57531d051d02e9c2aa753","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgEEAwAAAAAAAAAAAAABAgADBAUREjEiQeH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMEESES/9oADAMBAAIRAxEAPwC9RRjpjmu5MdbnXi4qQ+Xrs9SC+maYrsrUMGB2I5/IiT6M29R6DnsTbh0MdMg5P//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nUxUoWq1O","title":"Strange single-celled life-form has a truly bizarre genome","shortId":"nUxUoWq1O","createdAt":"2021-05-18T11:06:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022266,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:24.000Z","url":"https://www.livescience.com/dinoflagellate-genome-structure.html","canonicalUrl":"https://www.livescience.com/dinoflagellate-genome-structure.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b388eafd0a451746595766256bd55c6","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEIQUSYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREAAwADAAAAAAAAAAAAAAAAAAIyA0Hw/9oADAMBAAIRAxEAPwDbeRRktorQe72tilnZQud718l444AA2IlmO27QXlT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"79F0zYFjV","title":"Photos: 10 extraordinary ocean worlds in our solar system","shortId":"79F0zYFjV","createdAt":"2021-05-18T11:06:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27022266,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.livescience.com/ocean-worlds-in-the-solar-system.html","canonicalUrl":"https://www.livescience.com/ocean-worlds-in-the-solar-system.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/393424027cd4bd5c86969838a3774773","ratio":1.50367107195301,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAAIDEQQxBRIGISL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAEFAQAAAAAAAAAAAAAAAAIAAQMEEQX/2gAMAwEAAhEDEQA/AIV3i7ZuOkljyC+WWI/N10ApxOvetKJfwsnY1kxkXuiiJkfSsFukp71wBsFf/9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"uW4I5MwPU","title":"Gogoro is joining the battery swapping revolution in China","shortId":"uW4I5MwPU","createdAt":"2021-05-18T11:05:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022265,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22440780/gogoro-china-electric-scooters-battery-swap-dcj-yadea","canonicalUrl":"https://www.theverge.com/2021/5/18/22440780/gogoro-china-electric-scooters-battery-swap-dcj-yadea","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/35f3fe40d5283c9241ba1749bce4e0f1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACBAMFEQcSITEGE0H/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB0RAAAFBQAAAAAAAAAAAAAAAAABAgMREiFBUdH/2gAMAwEAAhEDEQA/AJNRL9c7P48ZUeSXSKso0N7gSW5YDu5PfH1ZhmpF4cxpFKIMjOPX0iKVlpB1SWeBOXJM6H//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2gBD6SOn8","title":"Crystal Skies share orchestrally laced album single alongside Danny Olson, Jadelyn—stream ‘Like Water’","shortId":"2gBD6SOn8","createdAt":"2021-05-18T11:01:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022261,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/crystal-skies-share-orchestrally-laced-album-single-alongside-danny-olson-jadelyn-stream-like-water/","canonicalUrl":"https://dancingastronaut.com/2021/05/crystal-skies-share-orchestrally-laced-album-single-alongside-danny-olson-jadelyn-stream-like-water/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e95426798a35d30c5e5e7d07899299f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQGEQUhYRJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Ayjh7jHoLziHleULAhN4fg7ldidhfFXQ97qxOR4EpIjw+J0HSs0rbYfhPVKUmg2H/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VQaUa46_m","title":"Hey Now: The Massive Footprint of the ‘Shrek’ Soundtrack","shortId":"VQaUa46_m","createdAt":"2021-05-18T10:34:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022234,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:30:00.000Z","url":"https://www.theringer.com/movies/2021/5/18/22441409/shrek-soundtrack-legacy-all-star-hallelujah","canonicalUrl":"https://www.theringer.com/movies/2021/5/18/22441409/shrek-soundtrack-legacy-all-star-hallelujah","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45c18ababeace21181fa521804de12c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwQCAwEAAAAAAAAAAAABAgMEAAUGERIhByIjMf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIDAAQhMVEy/9oADAMBAAIRAxEAPwCWHmMa9WG85Mu0Fl2yuKSzHTLVxXxAPtoD95HfVVxvKUB+M08caKS4gLIE7obG+vnSlNkzCWbJ9dPBUl7SFgAVGNV//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"lR7HC_KAE","title":"Who needs Super Nintendo World when an English town looks like this?","shortId":"lR7HC_KAE","createdAt":"2021-05-18T10:33:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022233,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:30:50.000Z","url":"https://www.theverge.com/tldr/2021/5/18/22441685/walsall-town-center-super-mario-green-plant-pots","canonicalUrl":"https://www.theverge.com/tldr/2021/5/18/22441685/walsall-town-center-super-mario-green-plant-pots","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/607912d479f7367d63a5f9925aa7277b","ratio":1.90993788819876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAACAwERABIEBSEGMf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAgMBAQEAAAAAAAAAAAAAAQIDBBEAUdH/2gAMAwEAAhEDEQA/AJWOqHq+QtCOQ6GEBkxozUlr7FXdfmT4fR8lwC22hvG2oumov2oxjJ9QmRnDHcP3jUrUwaRQ5wH09//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AaynkVMd6","title":"Let Saweetie Take You Into Her Diabolically Genius Culinary World","shortId":"AaynkVMd6","createdAt":"2021-05-18T10:27:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:20:00.000Z","url":"https://www.theringer.com/2021/5/18/22441239/saweetie-interview-recipes-cookbook","canonicalUrl":"https://www.theringer.com/2021/5/18/22441239/saweetie-interview-recipes-cookbook","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/73cff1d0ec169d67367a63485069b47b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgEEBREAAxIxFP/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRMbH/2gAMAwEAAhEDEQA/ANLOScxs/DRLcg+KQLcW5CGyQhJVtC9S7rLjSHRWmntxsIuBta9WsYyJvctj1Me6Ppg1qD0T/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"5xZ-dGA46","title":"A Lakers Title Run Would Be Unprecedented, Plus More Play-in Odds and Ends","shortId":"5xZ-dGA46","createdAt":"2021-05-18T10:10:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022210,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:10:00.000Z","url":"https://www.theringer.com/nba/2021/5/18/22441173/nba-play-in-tournament-playoffs-los-angeles-lakers","canonicalUrl":"https://www.theringer.com/nba/2021/5/18/22441173/nba-play-in-tournament-playoffs-los-angeles-lakers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55169c36c0576c665015e0153215c055","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAQMFAQEAAAAAAAAAAAAAAwECBAAFETFhIRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMTIUH/2gAMAwEAAhEDEQA/ALuBXjmjEdynC8vjHYT53pU9xzlbGDdGNhR2pEHhBtTfKUoxIOSk1jEbM//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"WsNWIryPJ","title":"Cash Cash deliver euphonious ear candy on ‘Say It Like You Feel It’","shortId":"WsNWIryPJ","createdAt":"2021-05-18T10:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022208,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/cash-cash-deliver-euphonious-ear-candy-on-say-it-like-you-mean-it/","canonicalUrl":"https://dancingastronaut.com/2021/05/cash-cash-deliver-euphonious-ear-candy-on-say-it-like-you-mean-it/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb4b511f8611a32f5f2ccf8297c35847","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQIFBQAAAAAAAAAAAAACAwEAEQQFBxJBBhMUMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwCN6L1NxWX5SKn7vGQL5WC4jdYgiFjPFhKL/b1MN1GWxhm/DLNxTMmXamNxcz70pVHWcGWz/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ro5dG7JHgz","title":"Kraftwerk to be inducted into Rock & Roll Hall of Fame","shortId":"ro5dG7JHgz","createdAt":"2021-05-18T10:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022208,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/kraftwerk-to-be-inducted-into-rock-roll-hall-of-fame/","canonicalUrl":"https://dancingastronaut.com/2021/05/kraftwerk-to-be-inducted-into-rock-roll-hall-of-fame/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9324d10584116d969916e7b4449d05d","ratio":1.57728706624606,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIABAYRAxIkMXGTobHS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADBAUxkdH/2gAMAwEAAhEDEQA/AMHprzbSDK1LuQnllcjodvvxIN3ISeCfuj5iIZsWk8rLlW+2CElbT0PJ/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"BtgzSo75-","title":"The Arecibo Observatory Was Like Family. I Couldn't Save It","shortId":"BtgzSo75-","createdAt":"2021-05-18T10:05:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27022205,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T06:00:00.000Z","url":"https://www.wired.com/story/arecibo-observatory-family-collapse/","canonicalUrl":"https://www.wired.com/story/arecibo-observatory-family-collapse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ad8baac69ed238172b0dd25b6b576f5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQRBSEGEhQVIlFj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRElH/2gAMAwEAAhEDEQA/AMk4d1wXQypf7hLYlike2dl4sDHN3b48pyPYzuox1a0ST1NsZ+5RFFydiyuH/9k=","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"qk-ztxClx","title":"Before ‘Deadpool,’ There Was ‘Shrek’","shortId":"qk-ztxClx","createdAt":"2021-05-18T10:03:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T10:00:00.000Z","url":"https://www.theringer.com/movies/2021/5/18/22440922/shrek-is-the-original-deadpool","canonicalUrl":"https://www.theringer.com/movies/2021/5/18/22440922/shrek-is-the-original-deadpool","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/587a384baf48513f14b5b0eaa883a81e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEgYRIUEiUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEESFRsf/aAAwDAQACEQMRAD8Ap1HbGJN/M1CUtJhFrFlI8F5HnIb99+xWxMqGklIt7YA4ABGw+UpUC4RXRFbYxT3krLHHjWuDgPpNf//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"iWvdJDrmG","title":"Please, Someone, Let’s Finally Get Amy Adams Her Oscar","shortId":"iWvdJDrmG","createdAt":"2021-05-18T09:56:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27022196,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:50:00.000Z","url":"https://www.theringer.com/movies/2021/5/18/22441097/amy-adams-the-woman-in-the-window-netflix-oscars","canonicalUrl":"https://www.theringer.com/movies/2021/5/18/22441097/amy-adams-the-woman-in-the-window-netflix-oscars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0fe3dc4bebf0b7bc5b87ed274d7c06ba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIEAAMRMQUTQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB8RAAIBAgcAAAAAAAAAAAAAAAEDAgAEBhESITHB8P/aAAwDAQACEQMRAD8AzKFxEea0LvVesEtdVVwbhY/fABoY3k1HucPGFxhg7PlKUK9syzn29X+GbZTLaWuIOR6Ff//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"tDNGzCwy9","title":"See Janieck’s ‘Northern Lights’ through ARTY’s eyes in new remix","shortId":"tDNGzCwy9","createdAt":"2021-05-18T09:46:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022186,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:45:00.000Z","url":"https://dancingastronaut.com/2021/05/arty-reveals-blissful-remix-of-janiecks-northern-lights/","canonicalUrl":"https://dancingastronaut.com/2021/05/arty-reveals-blissful-remix-of-janiecks-northern-lights/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61d25152dad2b424e852bf1269263649","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQIEAAMFESExIgcSExaS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADBBIhccH/2gAMAwEAAhEDEQA/AM7jqZTaK/8AC6DqSJXeVS0oBvccTg2uM6tuJe8t1clN1FRySEnf3CEBDHVkBlU1+ljLqOO/DP/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"FCxBxZ5PA","title":"Good Morning Mix: 3LAU delivers a picturesque set, live from Amargosa Dunes","shortId":"FCxBxZ5PA","createdAt":"2021-05-18T09:31:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022171,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-3lau-delivers-a-picturesque-set-live-from-amargosa-dunes/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-3lau-delivers-a-picturesque-set-live-from-amargosa-dunes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8a3092746167e3adefb310371f16f63","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAAUDBAMAAAAAAAAAAAAAAAECAwQHETEFEiEyNYGT/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADEjFR/9oADAMBAAIRAxEAPwDLo9SHYzbjbGmxUspyhSdxnfjtkvQk6mlfwEL6KABdukNlSdGHiEynmf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dnEhbuIaR","title":"ATTLAS respins Joachim Pastor and EKE’s ‘Be Someone’ [Stream]","shortId":"dnEhbuIaR","createdAt":"2021-05-18T09:22:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022162,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:15:00.000Z","url":"https://dancingastronaut.com/2021/05/attlas-respins-joachim-pastor-and-ekes-be-someone-stream/","canonicalUrl":"https://dancingastronaut.com/2021/05/attlas-respins-joachim-pastor-and-ekes-be-someone-stream/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a334c9a8638f4e197061848f25e65b19","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECAwQGERIFIzEy8P/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDLu1kqPN02KzGSpp9J5KvbGxCXagYN1ewnsfuAAMewchf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6bV_oZUI8","title":"Lamborghini will debut its first all-electric supercar after 2025","shortId":"6bV_oZUI8","createdAt":"2021-05-18T09:07:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27022147,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:00:00.000Z","url":"https://www.theverge.com/2021/5/18/22440143/lamborghini-ev-electric-supercar-hybrid-models-announce","canonicalUrl":"https://www.theverge.com/2021/5/18/22440143/lamborghini-ev-electric-supercar-hybrid-models-announce","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2ffb6c9591ff765bc8f2495913ac08f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgEDBQAAAAAAAAAAAAABAgADBAUREhQhMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDEjFR/9oADAMBAAIRAxEAPwCT52pJiZ9WD0wtrcsCXus9fOUnllzM7N2G5J8CIitFLVjOSXWf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yAKnDftgU","title":"Adventure Club, Kaivon stake the first collaboration flag with ‘Never Be Alone’","shortId":"yAKnDftgU","createdAt":"2021-05-18T09:00:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27022140,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/adventure-club-kaivon-stake-the-first-collaboration-flag-with-never-be-alone/","canonicalUrl":"https://dancingastronaut.com/2021/05/adventure-club-kaivon-stake-the-first-collaboration-flag-with-never-be-alone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1aadf05a023f26232ae8035615d754d8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAAUDBAMAAAAAAAAAAAAAAQIDBBEABhIFEyExI0FR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQADAQEBAAAAAAAAAAAAAAABAhEAAyH/2gAMAwEAAhEDEQA/AM7sS4nmrXKx0MzdJrnJF1UoBTbxkSAIB0MBx1VZ7Vs4DmBxqbnenyYpGjL3HH2lKrp0Z4WNyoHsE3//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-vQW5ihw0","title":"A Love Letter to HTML & CSS","shortId":"-vQW5ihw0","createdAt":"2021-05-17T15:19:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":722,"score":27022136,"tagsStr":"javascript,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-18T01:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:27:22.000Z","url":"https://css-tricks.com/a-love-letter-to-html-css/","canonicalUrl":"https://css-tricks.com/a-love-letter-to-html-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07456713b019c60e33e9a5c15fc04c60","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAAMRAgQhBQcTFQYSwv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AJ7cjT+18vfvAWBzAxQ+1zekmZBkZUwdvqiSezpE5xbR9oiLylmSuW+R1tIVYGSTSNcOA8X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@ashleykolodziej","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ac0pSJG8I","title":"OpenPrinting übernimmt offiziell CUPS-Entwicklung","shortId":"Ac0pSJG8I","createdAt":"2021-05-18T08:12:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022092,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T07:58:00.000Z","url":"https://linuxnews.de/2021/05/openprinting-uebernimmt-offiziell-cups-entwicklung/","canonicalUrl":"https://linuxnews.de/2021/05/openprinting-uebernimmt-offiziell-cups-entwicklung/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c77fec121434b1d87f17cbb91b73025","ratio":1.4968152866242,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDABESIQRRgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AMuIOOriFY0RgCz4qBlYC4uAO/PtSScNxI2CKy3Nm1sd7FKVWaUxo47/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"zLPTLzgUf","title":"Voice and Tone in the freeCodeCamp Community's Publication","shortId":"zLPTLzgUf","createdAt":"2021-05-18T02:43:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":3,"score":27022083,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T02:40:44.000Z","url":"https://www.freecodecamp.org/news/voice-and-tone-in-freecodecamp-publication/","canonicalUrl":"https://www.freecodecamp.org/news/voice-and-tone-in-freecodecamp-publication/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e41db6ae4169077623d1acf03148586e","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYSIzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQABBQEAAAAAAAAAAAAAAAADAAECBBIy/9oADAMBAAIRAxEAPwDErCPDWvC1uT2bMytLG8UiFkKjqRo/Dptg1YWXO8Rb2cELPJ2jjVD4z7A1SlXFamLlAtWBWbS//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@abbeyrenn","readTime":10,"description":null,"toc":null,"summary":null},{"id":"USiLrJ52i","title":"Savage patterns","shortId":"USiLrJ52i","createdAt":"2021-05-18T08:03:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27022083,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/119505127/Savage-patterns","canonicalUrl":"https://www.behance.net/gallery/119505127/Savage-patterns","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e0c28bc3d876e8ba83e0f3542d2d4f32","ratio":1.55210643015521,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAREiExInHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIx/9oADAMBAAIRAxEAPwDLocqMzHbYdZzUpIJVgLHxCti++2+VMkOTG33EIkHFKikaHAfVKUOO1zkS/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"lBQBW7hXO","title":"AppImages in den Desktop integrieren","shortId":"lBQBW7hXO","createdAt":"2021-05-18T07:22:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27022042,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T06:59:00.000Z","url":"https://linuxnews.de/2021/05/appimages-in-den-desktop-integrieren/","canonicalUrl":"https://linuxnews.de/2021/05/appimages-in-den-desktop-integrieren/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2459c84ea8de3e76b3ed7bfa03ffdd25","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACMQAAEDAgYDAQAAAAAAAAAAAAECAxEEBQAGEyEiQRIUMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwBLaTlS3ZdrrbX1bbN1qkJ9EilDjTQSkKSp5USdUkiBPimPmJWpy/YxUuh24JpnAs+TBIVpmd0z3HyfzBOVHFqybWvKWovU4VouE8muM8T1uZ2xnji1lxRKlTJ7woEGu5f/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DScxyvAty","title":"31 Risk Management Tactics to Consider","shortId":"DScxyvAty","createdAt":"2021-05-18T00:19:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cshub","views":43,"score":27022037,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/31-risk-management-tactics-to-consider","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/31-risk-management-tactics-to-consider","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a5835fc656a1a8d7aa6391bfe73bd079","ratio":1.50602409638554,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDEQAEBQYhQTH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxEi/9oADAMBAAIRAxEAPwDOdG7ZBxXAa/HmbeacztLLtFwQaAApSPBVj7f6crbtXGMxaSHfZz6zBwLP01eMYZalY+hiEFh//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6e1dm9DF-","title":"Oxbridge team collects top award for 7T study of long COVID","shortId":"6e1dm9DF-","createdAt":"2021-05-18T07:10:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022030,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T22:44:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132418&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132418","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb0c2c6b4c70eca51f9e3120a473d349","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAb/xAAiEAACAgEDBAMAAAAAAAAAAAABAgMEEQAFIRIUMVEkMkP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAIBEAAQIFBQAAAAAAAAAAAAAAAQJBAAMEERIFFCGB0f/aAAwDAQACEQMRAD8AiDDWhrvZ3WOF1RnjM8iKOlAxAxxg+skZBOdNrbTfkrROdjrsWQEs5QsePJ486hJr1uVt7jltTujJllaQkE9K8kaZWvW+2i+VP9B+h9aQ1Cft0IOIILFuGgEUyqhN8rdeER//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"TI7sQ6-14","title":"Up to 40% of COVID-19 survivors experience neurological effects","shortId":"TI7sQ6-14","createdAt":"2021-05-18T07:10:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27022030,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132421&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132421","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa081c6c00c57c4663290ec0a96039f6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAJBAAAgEDBAAHAAAAAAAAAAAAAQIDAAQRBRITIRQxQVFhcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQADAQEAAAAAAAAAAAAAAAEAAxECEv/aAAwDAQACEQMRAD8AwvRdHEiRwS2LNJIofkZQRIT5bfX8+Knbq4RLqZI5E41chcRg9Z67pFbu45WbxE24WzKDvPQxjH1igMD2FUXZ55AhV7qrP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"EfHI4pN6q","title":"Flutter Web: Should you use it?","shortId":"EfHI4pN6q","createdAt":"2021-05-17T18:52:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":232,"score":27022023,"tagsStr":"vuejs,flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-17T21:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T03:17:14.000Z","url":"https://itnext.io/flutter-web-should-you-use-it-3d2d2e7cf0bd","canonicalUrl":"https://itnext.io/flutter-web-should-you-use-it-3d2d2e7cf0bd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0959d4d4d3bcd57dc95b08aa643963ab","ratio":1.86666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQMSBCEFMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABwRAAICAgMAAAAAAAAAAAAAAAECAAMEBRIjYf/aAAwDAQACEQMRAD8AxOF5TI+i5d8mgAov0QDYFV6+S7ouR2egNjdDqoiHtoOwSmKi49jCkcR5P//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KVCTEcc09","title":"Hugo Barra is leaving Facebook","shortId":"KVCTEcc09","createdAt":"2021-05-17T21:20:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021440,"tagsStr":"tech-news,vr,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:15:20.000Z","url":"https://www.theverge.com/2021/5/17/22440857/hugo-barra-leaving-facebook-ar-vr-oculus-google-xiaomi","canonicalUrl":"https://www.theverge.com/2021/5/17/22440857/hugo-barra-leaving-facebook-ar-vr-oculus-google-xiaomi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e95df5b39f056815622a3f0bd59e8fa4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQIEBwAAAAAAAAAAAAAAAgABBRESIQMTFSJBcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AzaEQrgemtgsIMeaR1Xc2nul08vOLqWiJCt0//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iES-eCh_k","title":"2021 NFL Season Predictions","shortId":"iES-eCh_k","createdAt":"2021-05-17T23:03:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021543,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T23:02:50.000Z","url":"https://www.theringer.com/2021/5/17/22441207/2021-nfl-season-predictions","canonicalUrl":"https://www.theringer.com/2021/5/17/22441207/2021-nfl-season-predictions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/708dabc08b0d6a006cdd43ea7189e982","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBlERQSEycf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADwRESITFh/9oADAMBAAIRAxEAPwDNrNHan4he5chJMlAbQFg6CyCNeU9bq2Ni6nYzThuL3K0BXqOx9pSjqOWHuIm6xtqHXsZM/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3qlAJjD9A","title":"There are 50 billion wild birds on Earth – but four species dominate","shortId":"3qlAJjD9A","createdAt":"2021-05-18T06:27:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27021987,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277803-there-are-50-billion-wild-birds-on-earth-but-four-species-dominate/","canonicalUrl":"https://www.newscientist.com/article/2277803-there-are-50-billion-wild-birds-on-earth-but-four-species-dominate/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fedb089d6feb7282265c043ac379a793","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMCBwEAAAAAAAAAAAAAAQACAwUGBBUiQkRhktH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABwRAAIBBQEAAAAAAAAAAAAAAAMEAQARIZHRof/aAAwDAQACEQMRAD8AzlYrFomQuw1Qllj2hzZQSO9Kk5nah5Evl/xESGyxbJJnXKpIovfA497X/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TGQa4AvGl","title":"Blazingly Fast and Secure Frontend Serving with AWS CDN","shortId":"TGQa4AvGl","createdAt":"2021-05-18T00:51:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":12,"score":27021944,"tagsStr":"webdev,aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:51:11.000Z","url":"https://blog.bitsrc.io/blazingly-fast-and-secure-frontend-serving-with-aws-cdn-8c82bb91ef05","canonicalUrl":"https://blog.bitsrc.io/blazingly-fast-and-secure-frontend-serving-with-aws-cdn-8c82bb91ef05","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9531d42f31f9b2659b0b01d3e1b3bc39","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAgECBwAAAAAAAAAAAAABAgMEAAYRBRITISIxsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwCDxfTcENw1Z6tVrHS5hKrPsO3vY/MgvphGdirRgE7jxxjCRAdzKtQd/9k=","siteTwitter":"@bitdev_","creatorTwitter":"@manushacheti","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cleRkW7vI","title":"Asynchronous array loops in JavaScript","shortId":"cleRkW7vI","createdAt":"2021-05-17T19:03:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"30seconds","views":128,"score":27021889,"tagsStr":"javascript,logging,math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-async-array-loops","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-async-array-loops","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/460914b8e7444a13e3428cb9b1c6c16d","ratio":1.50093808630394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAAUEAgMAAAAAAAAAAAAAAQIDBBEABRMhBkESMTL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEBAAICAwAAAAAAAAAAAAAAAQMRACEEobH/2gAMAwEAAhEDEQA/AM3TvzdXjiD56Rq2u7skJugROMFIAwU3iOxH3MamoHJYh2qD3IP1BCxPfdKUDiwlKKbelMRPK2CXo8z/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"mlU3QOwTx","title":"‘Goodfellas’ With Bill Simmons, Chris Ryan, and Sean Fennessey","shortId":"mlU3QOwTx","createdAt":"2021-05-18T04:29:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021869,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T04:22:12.000Z","url":"https://www.theringer.com/2021/5/18/22441053/goodfellas-with-bill-simmons-chris-ryan-and-sean-fennessey","canonicalUrl":"https://www.theringer.com/2021/5/18/22441053/goodfellas-with-bill-simmons-chris-ryan-and-sean-fennessey","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1ebc51cc72237401f8792ba816082a4","ratio":1.91075514874142,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMRAAIEEgUTFSExkf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AMO4TJR2q/rYSGmxysbYiCbWBskn3Mx8FXP4lAzsgKNy1hl2tg86iTApSkyS7S//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"wV9Q1nzv5","title":"The DOM Explained for Beginners – How the Document Object Model Works","shortId":"wV9Q1nzv5","createdAt":"2021-05-17T17:56:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":69,"score":27021750,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:45:50.000Z","url":"https://www.freecodecamp.org/news/dom-explained-everything-you-need-to-know-about-the-document-object-model/","canonicalUrl":"https://www.freecodecamp.org/news/dom-explained-everything-you-need-to-know-about-the-document-object-model/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3be0f6c8d7516cd73d5ad4a5fa1d17ab","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBQAEESEiBhQxUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhL/2gAMAwEAAhEDEQA/AMuluu5CcZiWHmWGBF2nZtqZyCtHHask74jxUZUy7k5tbFR9qaJJ+7pSqvIQDS3/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@UbahTheBuilder","readTime":5,"description":null,"toc":null,"summary":null},{"id":"R_ZNRFt43","title":"Headphones on, volume up: Introducing The ReadME Podcast","shortId":"R_ZNRFt43","createdAt":"2021-05-17T16:00:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ghblog","views":110,"score":27021745,"tagsStr":"open-source","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:00:02.000Z","url":"https://github.blog/2021-05-17-introducing-readme-podcast/","canonicalUrl":"https://github.blog/2021-05-17-introducing-readme-podcast/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57e6658ef8e61963d576e7a30ccb4947","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDBAAFESEGEhVRYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAyERIjHB8P/aAAwDAQACEQMRAD8AyS5p8lHrDxVq01yOIvTDsoXYKo2IH5xzk6hClS/ZrI0pWGVowe4DcAkevmMYwqUtkexFrpRzuGvPU//Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"FL2Qw4k5d","title":"How to Build an Event-Driven ASP.NET Core Microservice Architecture","shortId":"FL2Qw4k5d","createdAt":"2021-05-17T18:52:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":38,"score":27021733,"tagsStr":"architecture,sql,aspnet,rabbitmq","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:02:52.000Z","url":"https://itnext.io/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f","canonicalUrl":"https://itnext.io/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4d743ef5156d1723eb266f244f3c99d","ratio":1.59021406727829,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAgABAwQREgUTIUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABL/2gAMAwEAAhEDEQA/ANPQ0IxxsOZvbLv1RDTGEBHcfhrIinIzpv/Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"mud9xY0yM","title":"Amazon is in talks to buy MGM for $9 billion","shortId":"mud9xY0yM","createdAt":"2021-05-18T01:27:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021687,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T01:20:31.000Z","url":"https://www.theverge.com/2021/5/17/22441330/amazon-mgm-offer","canonicalUrl":"https://www.theverge.com/2021/5/17/22441330/amazon-mgm-offer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01fe547f548a5fc1e70c6140c5fc586a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFERIhIjHB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAQf/aAAwDAQACEQMRAD8Aw7D3qFTB2a8uOM7pmDlKZQHDfjj29Ne1MytY2V4aHaBIGz8REiQVO6VKhv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"H_l4UkJ2A","title":"ArgoCD: Okta integration, and user groups","shortId":"H_l4UkJ2A","createdAt":"2021-05-17T18:52:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":22,"score":27021681,"tagsStr":"devops,authentication,okta","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:29:31.000Z","url":"https://itnext.io/argocd-okta-integration-and-user-groups-d6886633e71b","canonicalUrl":"https://rtfm.co.ua/en/argocd-okta-integration-and-user-groups/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e800391b8ed10a77e531d1c4ff4d4e8","ratio":2.15827338129496,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBAUGEgcRMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQMyM//aAAwDAQACEQMRAD8AwrVC5JFyTKO7JixI5Zp7QAjt4A5DLbwcAdBRKIhLKK36M//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"ABplNXCTm8","title":"Origins of The Generics","shortId":"ABplNXCTm8","createdAt":"2021-05-17T18:52:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":20,"score":27021675,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:20:51.000Z","url":"https://itnext.io/origins-of-the-generics-48299bdaa782","canonicalUrl":"https://itnext.io/origins-of-the-generics-48299bdaa782","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/827064e324c0db435f22d03d94ad6bb6","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESESMQYUkf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AkTo7PvMRBdbm3I4lxAMlZVgdnOx9rBSPPLe3IdQl68OpSogOEtDlg97TndKVR//Z","siteTwitter":"@itnext_io","creatorTwitter":"@firatfirat_","readTime":5,"description":null,"toc":null,"summary":null},{"id":"qUXyaAY7h","title":"HTML Boilerplates","shortId":"qUXyaAY7h","createdAt":"2021-05-14T14:41:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":707,"score":27017764,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T22:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:13:07.000Z","url":"https://css-tricks.com/html-boilerplates/","canonicalUrl":"https://css-tricks.com/html-boilerplates/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a34a7cc811e40b4881cc26a8908c922","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQADBBEGIQISohX/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAgMBAAQFESET/9oADAMBAAIRAxEAPwDNHsVqZYksc+4GnI/YD0FY4CSSfoMi90Iuh7REZlblqJHznW6Qs0LNrAKODPK//9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YweBZzMaK","title":"Apple HomePod and HomePod Mini can’t play lossless Apple Music, either","shortId":"YweBZzMaK","createdAt":"2021-05-18T00:52:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021652,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:46:51.000Z","url":"https://www.theverge.com/2021/5/17/22441305/lossless-apple-music-homepod-homepod-mini","canonicalUrl":"https://www.theverge.com/2021/5/17/22441305/lossless-apple-music-homepod-homepod-mini","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/816e9274c1602384462bbb1802fab599","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAgAEBwAAAAAAAAAAAAABAwACBAUHUQYREhNBgdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAA1Fxwf/aAAwDAQACEQMRAD8AhdYHM4Z1DVl2ANBgnKo26xQA2J6gQTt59CSTSosue1UcydvkRDLkCese1WrQ8+Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Dxse4f1vV","title":"Apple’s Phil Schiller gives Epic iPhone testimony","shortId":"Dxse4f1vV","createdAt":"2021-05-18T00:46:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021646,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:41:31.000Z","url":"https://www.theverge.com/2021/5/17/22441304/apple-phil-schiller-epic-iphone-testimony-app-store","canonicalUrl":"https://www.theverge.com/2021/5/17/22441304/apple-phil-schiller-epic-iphone-testimony-app-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9065ac945f7fac046d9310d6679c595a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSQRMhMVHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIDEiHw/9oADAMBAAIRAxEAPwDKajuVzdiwpTFweiiQC2ttpSgDtTgHzj1xxVVWqZcNRjNoQUMnpgknJA7fKUqbeyZ1T3RBySf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Mg1GdTe-s","title":"How to Use the Lottie Library like a Pro – Lottie Resources for Designers and Developers","shortId":"Mg1GdTe-s","createdAt":"2021-05-17T17:29:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":32,"score":27021639,"tagsStr":"general-programming,adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:25:22.000Z","url":"https://www.freecodecamp.org/news/how-to-use-lottie-like-a-pro-resources-for-designers-and-developers/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-use-lottie-like-a-pro-resources-for-designers-and-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c5f3d70161085393d3a288391864a37","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQRIRIxYaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgMh/9oADAMBAAIRAxEAPwDMT7FQTCWOtku26JxPBvgwc+9qm34w0A0KhIHZa7f1ESKcrhdJTZ//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@broods_","readTime":5,"description":null,"toc":null,"summary":null},{"id":"laHti_Z7_","title":"ES modules in service workers","shortId":"laHti_Z7_","createdAt":"2021-05-17T13:25:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":89,"score":27021606,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://web.dev/es-modules-in-sw/","canonicalUrl":"https://web.dev/es-modules-in-sw/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84beefa52ad45c0078e04e58c79f18d9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRABAAICAgMAAAAAAAAAAAAAAQIDAAQRIRJRwf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AM72LLNmhstlZZF44FEY8odPvJluzEtmEag8nplP5jGJagf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"F_n1egJUW","title":"A colorful world - 36daysoftype 2021","shortId":"F_n1egJUW","createdAt":"2021-05-18T00:05:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27021605,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-18T00:00:00.000Z","url":"https://www.behance.net/gallery/119480183/A-colorful-world-36daysoftype-2021","canonicalUrl":"https://www.behance.net/gallery/119480183/A-colorful-world-36daysoftype-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/516f756c8d351b9e78dc42e28fe3f8a9","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgABAwQFERIHIUGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQADAQEAAAAAAAAAAAAAAAEAAkEDkf/aAAwDAQACEQMRAD8AyVfyjPLOZDaaeMWbTUZX7+49wop8gykZE1qpWZ3zjZ+kRHOVXIywaHk//9k=","siteTwitter":"@behance","creatorTwitter":"@Blansable99","readTime":null,"description":null,"toc":null,"summary":null},{"id":"qKeMKLwOx","title":"Megalodon: Facts about the long-gone, giant shark","shortId":"qKeMKLwOx","createdAt":"2021-05-17T22:08:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021488,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:52:21.000Z","url":"https://www.livescience.com/63361-megalodon-facts.html","canonicalUrl":"https://www.livescience.com/63361-megalodon-facts.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/485823f3f53f50ac5d53173fbbcd8322","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACBBEDEgUGByH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAxEEITFR/9oADAMBAAIRAxEAPwDOQfSeUhwWxoed2PAb3uz8U9/cC57idySbNoiQhMTb9Q8saMqauL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Y7vYqpiWq","title":"Elon Musk Tweets—and Crypto Markets Show Their Growing Pains","shortId":"Y7vYqpiWq","createdAt":"2021-05-17T23:35:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27021575,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:27:00.000Z","url":"https://www.wired.com/story/elon-musk-dogecoin-bitcoin-tweets-prices/","canonicalUrl":"https://www.wired.com/story/elon-musk-dogecoin-bitcoin-tweets-prices/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eac801b16cb771341a14cea3940ec7fc","ratio":1.91335740072202,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUEERIhIjFigf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBQEBAAAAAAAAAAAAAAABAAIDBGEREv/aAAwDAQACEQMRAD8Ax+T0K4HCvbSwue9lIZ17q+JPg/TvJQZiNzx6+oiItVPuV4diLsnkTCNX/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"HkoyfAl6f","title":"London’s electric scooter trials will kick off on June 7th","shortId":"HkoyfAl6f","createdAt":"2021-05-17T23:06:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T23:01:00.000Z","url":"https://www.theverge.com/2021/5/17/22440320/london-electric-scooter-rental-trial-dott-lime-tier","canonicalUrl":"https://www.theverge.com/2021/5/17/22440320/london-electric-scooter-rental-trial-dott-lime-tier","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07437722e13f56bf789181bcdb61cf5c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgMEABEhMQUSFv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwB8dWj8c0qXbaqJncKpUaKKnqeu+TzkbuWJ1tzqlmyFDsADKxOt4xhSwUf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dofoAFL3D","title":"How We Improved Our Core Web Vitals (Case Study)","shortId":"dofoAFL3D","createdAt":"2021-05-17T11:55:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":107,"score":27021540,"tagsStr":"webdev,google,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/core-web-vitals-case-study/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/core-web-vitals-case-study/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0d27ca39e3219ff852bfa5e18f7483b","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBhIREyIxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAIRH/2gAMAwEAAhEDEQA/ANj2xozadQsytceUue+oCBeHRPnL6fvCxPQrTPVi5SRK58j7IBxjFIBRiX7g1YxVVnweb//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"hGovTt3dn","title":"Masks Off. Now What? Plus, Sebastian Junger on His New Book.","shortId":"hGovTt3dn","createdAt":"2021-05-17T22:56:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021536,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T22:55:24.000Z","url":"https://www.theringer.com/2021/5/17/22441188/masks-off-now-what-plus-sebastian-junger-on-his-new-book","canonicalUrl":"https://www.theringer.com/2021/5/17/22441188/masks-off-now-what-plus-sebastian-junger-on-his-new-book","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7cea2dae40b60c11ab0d57e1708bc88c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQGEQUUIjJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEh/9oADAMBAAIRAxEAPwDP+gUscttXDVO7M28AaAMYe8kn3gPpUzhERVl1/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"vNgCQ4ZrK","title":"Fox is making a blockchain animated series with Rick and Morty creator Dan Harmon to sell you NFTs","shortId":"vNgCQ4ZrK","createdAt":"2021-05-17T22:24:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021504,"tagsStr":"blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T22:22:25.000Z","url":"https://www.theverge.com/2021/5/17/22441078/fox-blockchain-animated-series-dan-harmon-nft","canonicalUrl":"https://www.theverge.com/2021/5/17/22441078/fox-blockchain-animated-series-dan-harmon-nft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dfce52880c5ae38fb54d3949122ca2c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEFAQADAAAAAAAAAAAAAQIDAAQFESESBzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADBCERUXH/2gAMAwEAAhEDEQA/AI/I+Jx4zsuNggkW/hG2yDzNI7EgsNKeAd13f1+VmZub5D4N65882FApSqrAyrqUUIx2Ae9n2BUoUcCf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CW-vbk4dd","title":"Solidity Tutorial – How to Create NFTs with Hardhat","shortId":"CW-vbk4dd","createdAt":"2021-05-17T14:49:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":41,"score":27021497,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:39:55.000Z","url":"https://www.freecodecamp.org/news/solidity-tutorial-hardhat-nfts/","canonicalUrl":"https://www.freecodecamp.org/news/solidity-tutorial-hardhat-nfts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8d3c1e48f488b00a2de5f9a5830b9129","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwQREjEhI4H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAAMBAAAAAAAAAAAAAAAAAAABMQL/2gAMAwEAAhEDEQA/AMXlqorFhpYzIeQ++vFGubiOtukRUaoCh//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@taisuke_mino","readTime":6,"description":null,"toc":null,"summary":null},{"id":"aeoE2BN2H","title":"RSNA plans for in-person meeting in 2021","shortId":"aeoE2BN2H","createdAt":"2021-05-17T22:02:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021482,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:50:06.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132420&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132420","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6673a8ffcf467ee9df08acdb68eda90","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACQQAAEEAgECBwAAAAAAAAAAAAECAwQRAAUTBhUhMTJhc9Hh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABBAMBAAAAAAAAAAAAAAABAAMRMQIEBRL/2gAMAwEAAhEDEQA/AM8zOgu7mSJ08Jg8Z4XgglJpwgE+FgFNG/bHnNfpEuKA6g1BokWJH5kSNHZ7YBwt0VEekeVYVWvhFRJhx7+JP1lGG89EA0jnNZB9EWv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-YYYJ-nCL","title":"VocArt App Holiday&Travelling Set","shortId":"-YYYJ-nCL","createdAt":"2021-05-17T16:17:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27021137,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/113120285/VocArt-App-Holiday-Travelling-Set","canonicalUrl":"https://www.behance.net/gallery/113120285/VocArt-App-Holiday-Travelling-Set","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4d2b4e5cc07e04ff4188468f237382a","ratio":1.27848101265823,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUxEyJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAcEQACAgIDAAAAAAAAAAAAAAACEQEDAAUhccH/2gAMAwEAAhEDEQA/ANCuobSzdUgdJHgALuC6kkd4Kqd4ydCrPBzj+0N1xCxNtA8j5A+Zy3dKVAdleXBS1js1dIQwcPr2M//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Qx3HRrJne","title":"NBA Hall of Fame and Playoff News, Plus the Wisconsin Dells Card Show","shortId":"Qx3HRrJne","createdAt":"2021-05-17T21:57:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021477,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:48:06.000Z","url":"https://www.theringer.com/2021/5/17/22441099/nba-hall-of-fame-and-playoff-news-plus-the-wisconsin-dells-card-show","canonicalUrl":"https://www.theringer.com/2021/5/17/22441099/nba-hall-of-fame-and-playoff-news-plus-the-wisconsin-dells-card-show","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/72895d5b509a6f53e2f507d2ae194d3c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUGERIhIkFxgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECITL/2gAMAwEAAhEDEQA/AMe1i6nNMjVIyU2WUry6sUV+0E+dvQkg5AEk8Lfl5iII5RWtZ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mfx7hsiHp","title":"New Jack, 1963-2021","shortId":"mfx7hsiHp","createdAt":"2021-05-17T21:57:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021477,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:49:07.000Z","url":"https://www.theringer.com/2021/5/17/22440536/new-jack-jerome-young-ecw-wrestler-obituary","canonicalUrl":"https://www.theringer.com/2021/5/17/22440536/new-jack-jerome-young-ecw-wrestler-obituary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47c7c58d47fdf6263314eeb8b077f6fc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEIQUSBhMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCD8W4OI8JkZ4leJpQ+Hew1p6g1er3fxZ3Lhlkr2e2+pIukRODX/9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"Ie26t7Ihx","title":"Google is teasing a big Wear OS update for smartwatches tomorrow at I/O","shortId":"Ie26t7Ihx","createdAt":"2021-05-17T21:46:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021466,"tagsStr":"tech-news,general-programming,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:45:54.000Z","url":"https://www.theverge.com/2021/5/17/22440834/google-wear-os-update-io-2021-smartwatch","canonicalUrl":"https://www.theverge.com/2021/5/17/22440834/google-wear-os-update-io-2021-smartwatch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a643f359ff4cb8e5fdabf363290dc839","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhABAAEEAgMAAAAAAAAAAAAAAREAAgMhBAUxQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMNzhh7HLhsNce5xWysaWEDxr77mrS0tIYU1NKUmP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"oGcoBl4tp","title":"How the AT&T and WarnerMedia Breakup Will Reverberate Through the TV Industry","shortId":"oGcoBl4tp","createdAt":"2021-05-17T21:40:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021460,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:29:03.000Z","url":"https://www.theringer.com/2021/5/17/22441068/how-the-at-t-and-warnermedia-breakup-will-reverberate-through-the-tv-industry","canonicalUrl":"https://www.theringer.com/2021/5/17/22441068/how-the-at-t-and-warnermedia-breakup-will-reverberate-through-the-tv-industry","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b9a9923f9090d7aa161b76a3535d42e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAcEAABBQEBAQAAAAAAAAAAAAABAAIDBCEFBhH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECABEhUbH/2gAMAwEAAhEDEQA/AI7tQ1OP5Gz0qtOAyvEcRa4ZsjNxQ0nrrIe4CjzwPpwQoiVVG5IFsqLPfZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"dF96VoNY6","title":"AI, radiomics can predict cancer in lesions found on breast MRI","shortId":"dF96VoNY6","createdAt":"2021-05-17T21:15:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021435,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:58:55.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132419&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132419","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfce952f5e627cedbde4bfc3d1e33768","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACIQAAEDAgYDAAAAAAAAAAAAAAECBBEAAwUGEhMUITFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AMZsssrqvYSsv1GxB56d9IVPrTPiTS75ll4PXAa4unji4rblUnTPU9fKgqKtH//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"p_eHfv9_e","title":"Apple’s $549 AirPods Max can’t play lossless Apple Music — even when plugged in","shortId":"p_eHfv9_e","createdAt":"2021-05-17T21:15:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021435,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:10:28.000Z","url":"https://www.theverge.com/2021/5/17/22440788/apple-airpods-max-lossless-music-explainer-spatial-audio","canonicalUrl":"https://www.theverge.com/2021/5/17/22440788/apple-airpods-max-lossless-music-explainer-spatial-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eaa94debd371ec3331b73a0e459dad30","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABhMhBRLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIhgbH/2gAMAwEAAhEDEQA/AI9snpibD4+LIhx3XG5F8rQLXstRsrKQSk2B313m0t7KVISRFoEA1yfMYwJLXmVvp//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vVJTCAMTG","title":"EV startup Canoo under SEC investigation","shortId":"vVJTCAMTG","createdAt":"2021-05-17T21:15:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021435,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T21:12:14.000Z","url":"https://www.theverge.com/2021/5/17/22441025/canoo-sec-investigation-spac-merger-projections","canonicalUrl":"https://www.theverge.com/2021/5/17/22441025/canoo-sec-investigation-spac-merger-projections","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23bbdcb510580c8c9b24113b5e456648","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAAABQQABwAAAAAAAAAAAAAAAQIDBQQGETESExQhIiNx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwBUXZIwU7Cw0fyUR7riSdaNGeMlLJO9lgtYFMq7XpOre91QXmrsSixv4ABoML//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"G7y85XyBb","title":"What is Darwin's Theory of Evolution?","shortId":"G7y85XyBb","createdAt":"2021-05-17T21:10:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021430,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:54:35.000Z","url":"https://www.livescience.com/474-controversy-evolution-works.html","canonicalUrl":"https://www.livescience.com/474-controversy-evolution-works.html","image":"https://cdn.mos.cms.futurecdn.net/BjPrtoBWkakk9S6RrADHNT-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"bVwk-uOSc","title":"Amazon goes quiet on its Twitch-based Pac-Man game","shortId":"bVwk-uOSc","createdAt":"2021-05-17T20:52:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021412,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:45:38.000Z","url":"https://www.theverge.com/2021/5/17/22440891/amazon-games-pac-man-live-studio-twitch-bandai-namco","canonicalUrl":"https://www.theverge.com/2021/5/17/22440891/amazon-games-pac-man-live-studio-twitch-bandai-namco","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a105c2bd28b86429e40e1eb097131af","ratio":1.90839694656489,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECAxEEInH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8Ay5ipzx6W+tNrXhOAVcg//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OJxQuldLd","title":"Manuel M T Chakravarty: Custom native assets on Cardano explainedIn this talk from the Cardano 2020 Virtual Summit, I am...","shortId":"OJxQuldLd","createdAt":"2021-05-17T13:24:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"phaskell","views":12,"score":27021404,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://justtesting.org/post/651432479236964352/custom-native-assets-on-cardano-explained","canonicalUrl":"https://justtesting.org/post/651432479236964352/custom-native-assets-on-cardano-explained","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24884bf2dc2c12c7be8d68c30b24ad88","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEQMEBSISITFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEBAAEFAQAAAAAAAAAAAAAAAQACAxEyQZH/2gAMAwEAAhEDEQA/AMTqnAE0m0xaQBsS1ok+vP1TubieRgWMT1s1EViXgdDyDtGes//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"y2vcXpR4x","title":"gTans – Tangram-Puzzle unter Linux","shortId":"y2vcXpR4x","createdAt":"2021-05-17T20:40:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27021400,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:30:38.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/17/gtans-tangram-puzzle-unter-linux/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/17/gtans-tangram-puzzle-unter-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6elHcMTxK","title":"How to make an AirTag holder for your pet’s collar","shortId":"6elHcMTxK","createdAt":"2021-05-17T14:27:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021027,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:24:53.000Z","url":"https://www.theverge.com/22439970/pet-airtag-holder-dog-cat-collar-how-to-diy","canonicalUrl":"https://www.theverge.com/22439970/pet-airtag-holder-dog-cat-collar-how-to-diy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/033bccb8cc023adb516b18060602c31c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAURIQQxBxIi/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEAAwAAAAAAAAAAAAAAAAEAAiEx/9oADAMBAAIRAxEAPwCw833Z7MbFeIkLPBy4i6rKyGRfYfIIOBs94OtdVrRJyd0pQhtky4X/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3EUk43Vyz","title":"NASA chief Bill Nelson talks rockets, Moon plans, and partnerships","shortId":"3EUk43Vyz","createdAt":"2021-05-17T20:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021393,"tagsStr":"tech-news,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T20:31:51.000Z","url":"https://www.theverge.com/2021/5/17/22440208/nasa-administrator-bill-nelson-interview-rockets-moon-plans-partnerships","canonicalUrl":"https://www.theverge.com/2021/5/17/22440208/nasa-administrator-bill-nelson-interview-rockets-moon-plans-partnerships","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/59a86e0cc8b4e2a3d7ffed603aa4af4b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBAUAIQYREhT/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/AKK+4GzQ8PesYFg8qDXxVeIUhpDgOh6PvR7VrskHM+LnNlRPytbOMYNA7HUXMn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6GymTpTpp","title":"Ordinary Lifee","shortId":"6GymTpTpp","createdAt":"2021-05-17T20:07:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27021367,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/118820633/Ordinary-Lifee","canonicalUrl":"https://www.behance.net/gallery/118820633/Ordinary-Lifee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43e2871c136c30ad9a9d7dbab2dbbfd1","ratio":1.74563591022444,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABBAICAgMAAAAAAAAAAAADAQIEEQAFBiEHIhMyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIREiFh/9oADAMBAAIRAxEAPwC17PjZQilNIdjYUiQ1wlAitMJvr1a2lW1eqrtcjPIfLXHNRv8AZ60+q2Jyw5RY7y/FF91Y9Wq76ftXjGGdskUNaGPZ/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_XLycBwMF","title":"Samsung Display is showing off new foldable tech","shortId":"_XLycBwMF","createdAt":"2021-05-17T19:50:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021350,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:44:35.000Z","url":"https://www.theverge.com/2021/5/17/22440623/samsung-display-foldable-screen","canonicalUrl":"https://www.theverge.com/2021/5/17/22440623/samsung-display-foldable-screen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1d63fd9db10916a86774a87cfbebe05","ratio":1.91142191142191,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEFAAMBAAAAAAAAAAAAAQIDAAQFBhEHEyFy/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAwEBAAAAAAAAAAAAAAACAwABEQQh/9oADAMBAAIRAxEAPwCZsuz7JhbOHLHLtNeZG+lg9yq0UkSqwPAVbhHPnCvytLc+ctlhuJY1tsaVRyoJibp4f1SlC6WEKwy5UQIsYdHW55U//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"GKwHCG3oo","title":"How GraphQL Subscriptions Work: Tips, Best Practices and Examples.","shortId":"GKwHCG3oo","createdAt":"2021-05-17T12:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":38,"score":27021340,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:00:00.000Z","url":"https://daily.dev/blog/subscriptions-in-graphql","canonicalUrl":"https://daily.dev/blog/subscriptions-in-graphql","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4df6acfb6e05bf6c3e21029535fad5b9","ratio":1.30747531734838,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAAUDBAMAAAAAAAAAAAAAAQIDBBEABSEGBxJRE2GB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Ao9zNLHuGpDOlriqQGiXibJCEESmORwjPI3Y+uqz9ZveiqnKV+tAGEAh1j5mlKDVDT//Z","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":9,"description":null,"toc":null,"summary":null},{"id":"8oJq9km0_","title":"Oculus’ latest Quest update brings mixed reality capture that only requires an iPhone","shortId":"8oJq9km0_","createdAt":"2021-05-17T19:38:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021338,"tagsStr":"vr,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:37:42.000Z","url":"https://www.theverge.com/2021/5/17/22440683/oculus-v29-live-overlay-mixed-reality-capture-mic-files-app","canonicalUrl":"https://www.theverge.com/2021/5/17/22440683/oculus-v29-live-overlay-mixed-reality-capture-mic-files-app","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/110b1dc860beebdc84dde63a5490bc96","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxABAAEEAgMBAAAAAAAAAAAAAQMAAgQFEjETIUNR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQEAAQUBAAAAAAAAAAAAAAABABESITFRwf/aAAwDAQACEQMRAD8AnyeeCzZxE87kwzSluR5b+S83sVE9dVpGvxp3Axk2GYDFb9X8KUqcUcQqXb6+T//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pGPriskzG","title":"Deep-sea fish with lightbulb on its head mysteriously washes ashore in California","shortId":"pGPriskzG","createdAt":"2021-05-17T19:36:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021336,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:18:55.000Z","url":"https://www.livescience.com/deep-sea-anglerfish-washes-ashore.html","canonicalUrl":"https://www.livescience.com/deep-sea-anglerfish-washes-ashore.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c57daa4bd5523c42b3dc501123bc686","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQFBhEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQADAAAAAAAAAAAAAAAAAAACERP/2gAMAwEAAhEDEQA/AMl1rNWsJIZKsrmvHnFefv8AlHOJNiTpPURLUA0k/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IuWwhw1ob","title":"WarnerMedia CEO reportedly negotiating departure after being left out of AT&T–Discovery deal","shortId":"IuWwhw1ob","createdAt":"2021-05-17T19:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021307,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:04:11.000Z","url":"https://www.theverge.com/2021/5/17/22440705/jason-kilar-departure-warnermedia-ceo-att-discovery","canonicalUrl":"https://www.theverge.com/2021/5/17/22440705/jason-kilar-departure-warnermedia-ceo-att-discovery","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7ed120f5dd0dc375fa2963d5cd43a18","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDBAAREiJhBRMUFyMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAyExkbH/2gAMAwEAAhEDEQA/ALOcYWzJfjJjRiuM2p0L5YCVALSAkp2NjfasD3Rnu+TpsM9WKXRYX+DT6pSgzM2ST0yWylLEAYaLez//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vUJ_fzCUJ","title":"Amazon’s WorkingWell will attempt to fix employee health issues with stretching and guided meditation","shortId":"vUJ_fzCUJ","createdAt":"2021-05-17T19:07:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021307,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T19:05:53.000Z","url":"https://www.theverge.com/2021/5/17/22440385/amazon-workingwell-worker-health-guided-meditaiton","canonicalUrl":"https://www.theverge.com/2021/5/17/22440385/amazon-workingwell-worker-health-guided-meditaiton","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70ef1cf7bdf2d93719e8165517700d50","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAQQUSBiJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAxEC/9oADAMBAAIRAxEAPwCPjUSK/wAfJbkNKXbalDqsp9qJs72bF0fmZ5iNHWw2paXuxSCerxAutDQxjBb15BIpQauz/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0ciFRjkNZ","title":"Unannounced Beats Studio Buds appear in Apple’s latest beta software","shortId":"0ciFRjkNZ","createdAt":"2021-05-17T19:03:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021303,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:57:07.000Z","url":"https://www.theverge.com/2021/5/17/22440700/beats-studio-buds-leak-ios-tvos-design","canonicalUrl":"https://www.theverge.com/2021/5/17/22440700/beats-studio-buds-leak-ios-tvos-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfc3d8b7a5cbe7608fbfc22334169f5c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABEFBhJBUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRIWGx/9oADAMBAAIRAxEAPwCGbp3iat+0615GioRrdMTSntlJ2Sh9A/cipZbU0ryK1ONXJYItRNKD4GMYGZcVVKajZW+lf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hF9krbxe0","title":"NeoSoft installs software in N.J.","shortId":"hF9krbxe0","createdAt":"2021-05-17T18:28:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021268,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:11:56.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132415&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132415","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a8da0e9c39349bc559bb8fc96e8cd49d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACIQAAEDBAICAwAAAAAAAAAAAAECAwUEBhESACIxQSEyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAwEAAwAAAAAAAAAAAAAAAQIDABHh8P/aAAwDAQACEQMRAD8AHKSdwBy9q2TqXKV6GeCUoOdXVuO4CfsPko7DA8Dmr24u+3Lei1ltAKqVokLJ2HQecnOeO7siI2qv+3HqmPo3nlb7LcZSpR1HXJI9evzl3yyxmqqVQDn3eJa1oSruSBv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HbdgphsLQ","title":"Vaccine waivers alone can’t solve India’s vaccine crisis","shortId":"HbdgphsLQ","createdAt":"2021-05-17T18:28:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021268,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:26:56.000Z","url":"https://www.theverge.com/2021/5/17/22440292/vaccine-waivers-india-covid-19-coronavirus","canonicalUrl":"https://www.theverge.com/2021/5/17/22440292/vaccine-waivers-india-covid-19-coronavirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5fa92ab283c402029f28500a2d84d500","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAACAAYBBQEAAAAAAAAAAAABAgADBAUSIREHExRBUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAhEDEiFBsf/aAAwDAQACEQMRAD8Aj9Pkl22y1WHddjTeXLJmEYM6zEIP6HBJ374ixbQiW6lTANjKQZNsnQ2T9hCEYJVFjTSmNji//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"finRQ_-Yw","title":"Gap exists in radiology literature regarding healthcare disparities","shortId":"finRQ_-Yw","createdAt":"2021-05-17T18:16:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T18:02:22.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132414&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132414","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87c0578b946a52a1493c6010536f6315","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAH/8QAIxAAAQQBAwQDAAAAAAAAAAAAAQIDBAURABMhBhIxkUFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAEgEDEyH/2gAMAwEAAhEDEQA/ANeRuSae3eurd+BLi70diM3ICiwOzCeSAXFHPn54xzzqoN1ihrWVdI1qi3GbQTvRxnCQPBOfekOlmW5LkV2Q2h10zZpK1pClHC8Dk/WB60hLp6xUp5Sq6GVFaiSWE5PP5o+bFE824f/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"VrSgB3Ts-","title":"Bedside point-of-care MRI appears convenient and accurate","shortId":"VrSgB3Ts-","createdAt":"2021-05-17T18:16:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:10:14.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132409&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132409","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/608f01fd3c328b92a57524289ccf5711","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAMGB//EACMQAAIBAwMEAwAAAAAAAAAAAAECAwAEEQUSIRQxQWEyNFH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMRIf/aAAwDAQACEQMRAD8AziWW1NuJhLcPZhwEeQoZxcbfiwDfW8D0B4xS7vrDdTG4ttFExdt4ikiCBs87fWe1BZhrcTBiGbRSCc9xzUbNLJHK6I7qisQFBwAPwVRrTgM2yf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"UNjhenx37","title":"Antifeaturitis: Mailclient gut, weil Mailclient schlecht.","shortId":"UNjhenx37","createdAt":"2021-05-17T18:10:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27021250,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:51:52.000Z","url":"https://tuxproject.de/blog/2021/05/antifeaturitis-mailclient-gut-weil-mailclient-schlecht/","canonicalUrl":"https://tuxproject.de/blog/2021/05/antifeaturitis-mailclient-gut-weil-mailclient-schlecht/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d18dd717c17c9db5aedaba9116a50fd6","ratio":3.79259259259259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAsDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAMBAgQTERJRU5L/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFREBAQAAAAAAAAAAAAAAAAAAAQD/2gAMAwEAAhEDEQA/ANAWrGTVNWRmvO6SuZ3c33IAAWYhf//Z","siteTwitter":"@hirnfick_20","creatorTwitter":"@tux0r","readTime":3,"description":null,"toc":null,"summary":null},{"id":"zUOYU2foc","title":"Corals swap in heat-resistant algae to better cope with global warming","shortId":"zUOYU2foc","createdAt":"2021-05-17T18:07:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27021247,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277726-corals-swap-in-heat-resistant-algae-to-better-cope-with-global-warming/","canonicalUrl":"https://www.newscientist.com/article/2277726-corals-swap-in-heat-resistant-algae-to-better-cope-with-global-warming/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1bf0ced10d5e8c529e7dac8eb8477c4b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAIBBQAAAAAAAAAAAAACAQMEEQAhBQYSFCOh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQABBQEAAAAAAAAAAAAAAAABAAMEEpEi/9oADAMBAAIRAxEAPwCYOS1xbsGBInL5cmMEsRaAu4RJFWluxW02m9ZEOdUOo4SEDt2t+yvlYxiuSn7Hs6omIceoNBi//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Oj4gOVDd4","title":"Covid-19 news: Antibody levels could help predict vaccine efficacy","shortId":"Oj4gOVDd4","createdAt":"2021-05-17T18:07:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27021247,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-antibody-levels-could-help-predict-vaccine-efficacy/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-antibody-levels-could-help-predict-vaccine-efficacy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c91ca59cb97b303a30968c0028956d32","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQIDEQAFBAcTIQYSIjEyUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAABEVES/9oADAMBAAIRAxEAPwDLXDMO5t6buObYGKQg6iFI8yN46TEcqh72HeainOhQSAOG7GYESWlyftKUHlNXShFZh//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":59,"description":null,"toc":null,"summary":null},{"id":"wGP9Sy2N-","title":"Zombie mink slaughtered due to coronavirus are 'rising' from mass graves","shortId":"wGP9Sy2N-","createdAt":"2021-05-17T18:02:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:51:07.000Z","url":"https://www.livescience.com/denmark-zombie-mink-mass-grave-excavation.html","canonicalUrl":"https://www.livescience.com/denmark-zombie-mink-mass-grave-excavation.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c8fbb23eecedb8839b17f84eb64f743","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAACAAEEBQMhERMiMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAQABBQAAAAAAAAAAAAAAAAEAAhITMUH/2gAMAwEAAhEDEQA/AJGTdNIrcme6aZJylp+qWWMNfDa9KaOZUmZE1dK8n53NPlEU7NW7Yi0OT//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rsvbef4Sd","title":"ISMRM names incoming president, hands out awards","shortId":"rsvbef4Sd","createdAt":"2021-05-17T17:52:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:27:15.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132410&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132410","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d711246d2bb676a74fbe20138040d43a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwAD/8QAIxAAAgAFAgcAAAAAAAAAAAAAAQIAAwURMQQGEhQhQUJhkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIRISIxof/aAAwDAQACEQMRAD8AbKduOp6mZLVpnC9g7o0ixybj4BY9cxmNy1fyJVu68vj1mEGKDrhG4knc8X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"C6gi_90Ak","title":"Prenatal detection of heart defects lower in Hispanic women, poor areas","shortId":"C6gi_90Ak","createdAt":"2021-05-17T17:52:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021232,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:37:21.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132411&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132411","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5b9119aa80252c1e172d284da1efdda","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAJRAAAQIFAgcBAAAAAAAAAAAAAQIDAAQFERITIQYHFiNBUYGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQEAAwADAAAAAAAAAAAAAAACAAERAyFR/9oADAMBAAIRAxEAPwDR+IqrUE15zSqapN1DalBlTCHEzLuZAburcGw2AIi2ipLKE5B7K29m/MDuc0rL9Yyjug1q9o54DK9/f0/sOICiir7lzhso7nk//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"JyVZ8gtEu","title":"Dominique Dumont: Important bug fix for OpenSsh cme config editor","shortId":"JyVZ8gtEu","createdAt":"2021-05-17T17:33:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27021213,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:00:00.000Z","url":"https://ddumont.wordpress.com/2021/05/17/important-bug-fix-for-openssh-cme-config-editor/","canonicalUrl":"https://ddumont.wordpress.com/2021/05/17/important-bug-fix-for-openssh-cme-config-editor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"@dod38fr","creatorTwitter":"@dod38fr","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_E0GjK9xG","title":"Ransomware's Dangerous New Trick: Double-Encrypting Your Data","shortId":"_E0GjK9xG","createdAt":"2021-05-17T17:24:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27021204,"tagsStr":"security,cyber,cryptography","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:21:00.000Z","url":"https://www.wired.com/story/ransomware-double-encryption/","canonicalUrl":"https://www.wired.com/story/ransomware-double-encryption/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ee6884bd5c35592d878ebf123157147","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEIjEyQUL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIABCEjUWGxwf/aAAwDAQACEQMRAD8Aoh2GGxrLHwi2LUKD4Ur++zmckiUu1l7s/WMYUOVhwOzBUXRSdnyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"xgcdHBu6l","title":"PGA Championship Story Lines and Top Picks With Kevin Clark","shortId":"xgcdHBu6l","createdAt":"2021-05-17T17:22:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:19:51.000Z","url":"https://www.theringer.com/2021/5/17/22440581/pga-championship-story-lines-and-top-picks-with-kevin-clark","canonicalUrl":"https://www.theringer.com/2021/5/17/22440581/pga-championship-story-lines-and-top-picks-with-kevin-clark","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb832d78ffd7ce7882173070c82e48b9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQRBQZBEhQhItL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAIABwAAAAAAAAAAAAAAAAABAgMEESIxsf/aAAwDAQACEQMRAD8Ame13GRaNqcO4kuSkZPOOpat25p72hxrR5d5PtJ9oimIqqbffA1k0f//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"F6NURZmmG","title":"5 Ways To Build Trust With Site Visitors","shortId":"F6NURZmmG","createdAt":"2021-05-17T17:08:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27021188,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T17:07:55.000Z","url":"https://the-webdesigner.co/5-ways-to-build-trust-with-site-visitors/","canonicalUrl":"https://the-webdesigner.co/5-ways-to-build-trust-with-site-visitors/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"xlbPwOShK","title":"Server glitch allowed Eufy owners to see through other homes’ cameras","shortId":"xlbPwOShK","createdAt":"2021-05-17T17:00:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021180,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:55:49.000Z","url":"https://www.theverge.com/2021/5/17/22440298/eufy-privacy-glitch-server-error-camera-feed-exposed","canonicalUrl":"https://www.theverge.com/2021/5/17/22440298/eufy-privacy-glitch-server-error-camera-feed-exposed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/927902ab7e05b076dc47d8a6a9acdd84","ratio":1.91076115485564,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQUxBhJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADESFRsf/aAAwDAQACEQMRAD8AtXjCGQLbW1eUWltbhQRGIMSTgiW9ggAj5vqsv8kyDeRumBCYCTZy9QDgZJ13SlSUsTWM9PsRNsZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MOoFeivi_","title":"Plate tectonics are 3.6 billion years old, oldest minerals on Earth reveal","shortId":"MOoFeivi_","createdAt":"2021-05-17T16:52:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021172,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:42:36.000Z","url":"https://www.livescience.com/crystals-reveal-plate-tectonic-age.html","canonicalUrl":"https://www.livescience.com/crystals-reveal-plate-tectonic-age.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c34fccbf43a8d98659a7fbcf6986ecf","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQhMRESBUFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEFAAMAAAAAAAAAAAAAAAEAAgMEEQUSgf/aAAwDAQACEQMRAD8A0W8VLhaMmgzVcSEAJOkfYPJGuc7zqrjziFjoywf3jg9L9gHPzGqUp7j68c3YvG+lF3XHAF//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YV7tPNN8W","title":"Google’s Phone app can now announce who’s calling when the phone rings","shortId":"YV7tPNN8W","createdAt":"2021-05-17T16:34:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021154,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:30:00.000Z","url":"https://www.theverge.com/2021/5/17/22440391/google-phone-app-android-caller-id-announce-rings","canonicalUrl":"https://www.theverge.com/2021/5/17/22440391/google-phone-app-android-caller-id-announce-rings","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12730547140bcdd769101a4dddceca44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFEQZhYpGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDESH/2gAMAwEAAhEDEQA/AK9Ehxsc3HrMewgFtWto2tFVOtj4PVZi5BKyKZ/JIs+4FWTdAGvM90pU+SpyIdrP/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"trYnKtFJl","title":"Grotesque 'good luck' lamp from Roman Jerusalem is missing half its face","shortId":"trYnKtFJl","createdAt":"2021-05-17T16:32:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27021152,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:21:04.000Z","url":"https://www.livescience.com/good-luck-lamp-discovered-roman-jerusalem.html","canonicalUrl":"https://www.livescience.com/good-luck-lamp-discovered-roman-jerusalem.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce6c37ad72edf99e061a3c4dff7edb6d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAwIABBESUQUGExVx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EAB0RAAICAQUAAAAAAAAAAAAAAAECAAMRISIxQbH/2gAMAwEAAhEDEQA/AIjt21f6FaGeUqlEjBuJR1mAcEannnNRNx0lxewxtHmOxxlsOftKUrGIRRnqEbrXJ508n//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yPMLSOjOx","title":"Trst. calls his ‘Fidget Gang’ to action on body work-inducing EP","shortId":"yPMLSOjOx","createdAt":"2021-05-17T16:20:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27021140,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:12:00.000Z","url":"https://dancingastronaut.com/2021/05/trst-calls-his-fidget-gang-to-action-on-body-work-inducing-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/trst-calls-his-fidget-gang-to-action-on-body-work-inducing-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e7a6f23de06d3cd5837458e860bc923","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAwECBQAEERJCBhMhMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAhEhAxNR/9oADAMBAAIRAxEAPwDE5SYtZQ6bRcawnN4bft7LhPtUAyfRLAjaaHvlK1qI/B09488aUoilFlZueQ4muGF//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"D2ra0zcz1","title":"Focusing on personal responsibility still isn’t a good way to manage public health","shortId":"D2ra0zcz1","createdAt":"2021-05-17T16:18:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021138,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:10:15.000Z","url":"https://www.theverge.com/2021/5/17/22440157/masks-cdc-personal-responsibility-public-health","canonicalUrl":"https://www.theverge.com/2021/5/17/22440157/masks-cdc-personal-responsibility-public-health","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48ed74088edf89ead8506b0ce7e806fe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAJRAAAQMCAwkAAAAAAAAAAAAAAQIDBAAFEiEiERMUIyQxMmGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAgEQEAAQIGAwAAAAAAAAAAAAABAgMRAAQxQVHBIUJh/9oADAMBAAIRAxEAPwDMxo6pCI5TuWxKk8GAls8p5OHqE6vM7M/tTrv0WKtUd6xWyQ60cC3lt6nCMio+z3pSqlQoQnOQ7fXlOu9Vwrk8pSrTnGd7HCntM2S/iJrvd1Vf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aAfDGpZ_V","title":"Elon Musk impersonators have stolen more than $2 million in cryptocurrency since October","shortId":"aAfDGpZ_V","createdAt":"2021-05-17T16:18:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021138,"tagsStr":"tech-news,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T16:17:57.000Z","url":"https://www.theverge.com/2021/5/17/22440425/elon-musk-impersonator-cryptocurrency-bitcoin-twitter-scam-report-ftc","canonicalUrl":"https://www.theverge.com/2021/5/17/22440425/elon-musk-impersonator-cryptocurrency-bitcoin-twitter-scam-report-ftc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2030935e1e1dcee362c32bfa035671a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRABAAEEAQQDAAAAAAAAAAAAAQIAAwQRBQgTFSEiQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/AKOoXlMfGxnjfHWbg49uc7sn5SG4uh1s9j7H7rOdzmIxuSjDAwiIoHYg6P1jtpSkxqKxNV5Wf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5oPtRI3dj","title":"Ensuring patient privacy is key in MRI research projects","shortId":"5oPtRI3dj","createdAt":"2021-05-17T16:12:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021132,"tagsStr":"security,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:11:29.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132405&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132405","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a457f476de0f8f7b55486196b4b49890","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAjEAACAAQFBQAAAAAAAAAAAAABAgADBEEFBhEhIhUxMmGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwAwy5SU8rL9Epo2czZRcsqAg8Qd7nvb7BjiKyUxCpRV0CzWAAtuYuMuzH6RhfNvCZf2RB2xJYknUk7kwBVp6F//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"k30cc58bB","title":"Cloud computing poised to bolster clinical, research MRI","shortId":"k30cc58bB","createdAt":"2021-05-17T16:12:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021132,"tagsStr":"cloud,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:03:26.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132404&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132404","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c5f846799ff49cd1a45e48fb968732e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFB//EACYQAAIBAwIEBwAAAAAAAAAAAAECEQADBAUxBhMVIQcSM2GBkZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAhL/2gAMAwEAAhEDEQA/AGsfhTTen3rXWQnLYctShNp4AJbftuYEfI2qe/h9hM7MmoIVJkT5R2+62HAwcRMd3XFsK4IAYWwDBmRPvQnFx59C1+BTFtwNzGf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"4cBvVBPeL","title":"Tips and tricks for finding lithium batteries in the esophagus on MRI","shortId":"4cBvVBPeL","createdAt":"2021-05-17T16:12:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27021132,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:25:32.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132400&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132400","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04a8161c8cc49e201d8712c9467c21d3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgMGB//EACIQAQABAwMEAwAAAAAAAAAAAAECAAMFBBEhBhITMSJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDYM11k47OuPdFqOEjGRbZtxdtkDkj7N/uqOzrfJahNtXIMoixTk/KO9GL8kO49O3JSKC//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5ZuvGV4HR","title":"Canoo’s electric van will start at $34,750","shortId":"5ZuvGV4HR","createdAt":"2021-05-17T16:02:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021122,"tagsStr":"tech-news,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:53:00.000Z","url":"https://www.theverge.com/2021/5/17/22440287/canoo-electric-van-price-deposit-pickup-truck","canonicalUrl":"https://www.theverge.com/2021/5/17/22440287/canoo-electric-van-price-deposit-pickup-truck","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/74efabcc6a297043851dfa6dc801133a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwQABwAAAAAAAAAAAAABAAIRAwQFBhYiQVFUk9L/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8AlcJuGy2mbZWOZuajSIqMLjziIHUxHdVnHeW8m69w+URDvWMhI//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rjD_1BzhF","title":"MAFIA B releases rip-roaring ‘What The F**K’ EP","shortId":"rjD_1BzhF","createdAt":"2021-05-17T16:01:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27021121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:15:00.000Z","url":"https://dancingastronaut.com/2021/05/mafia-b-releases-rip-roaring-what-the-fk-ep/","canonicalUrl":"https://dancingastronaut.com/2021/05/mafia-b-releases-rip-roaring-what-the-fk-ep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c065f70a0509fe7eb628454d5098e8cd","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhBhNRYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AySS66evtIsIJIGsLyCMpLcoGl7wzwSuVAYeQcHj3U866dvbZJdlc8EooOPtKU1pJj//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hZglmru5b","title":"Hermit crabs choose by colour when selecting a new shell for a home","shortId":"hZglmru5b","createdAt":"2021-05-17T15:13:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27021073,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277648-hermit-crabs-choose-by-colour-when-selecting-a-new-shell-for-a-home/","canonicalUrl":"https://www.newscientist.com/article/2277648-hermit-crabs-choose-by-colour-when-selecting-a-new-shell-for-a-home/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24f887b251e2fda173bc1002fbeb3034","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAgYDAQAAAAAAAAAAAAABAxEAAgQFEiEGE2GB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwCRxe03600KNLS8hUNCw7ETlilvWEpcP7r7FFUXfsnxv5Acs9JKYQgZt06xQMMJ/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qBWuUn_O5","title":"A Weekend of Firsts","shortId":"qBWuUn_O5","createdAt":"2021-05-17T15:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021067,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:59:27.000Z","url":"https://www.theringer.com/2021/5/17/22440263/a-weekend-of-firsts","canonicalUrl":"https://www.theringer.com/2021/5/17/22440263/a-weekend-of-firsts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bb554185f8646b2ea9ea4d547fd2123","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAACAgICAwAAAAAAAAAAAAABAgADESEEBRMiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxGxBP/aAAwDAQACEQMRAD8Ag0rYOmbDIUaosFKE4I393JdvEorsdPCnqSNDAiJWwCtSIVL3f0OjHQN6Ryf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cl8H41CCs","title":"Can the Nets Win a Title With Their Offense Alone?","shortId":"cl8H41CCs","createdAt":"2021-05-17T15:07:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021067,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T15:00:55.000Z","url":"https://www.theringer.com/video/2021/5/17/22439220/can-the-nets-win-a-title-with-their-offense-alone","canonicalUrl":"https://www.theringer.com/video/2021/5/17/22439220/can-the-nets-win-a-title-with-their-offense-alone","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a3d460693b6ab04abd1b3c7acd253e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUGEiLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIRA0Hw/9oADAMBAAIRAxEAPwDKeq2djyHUOQkmgkW4Scwh0lKjAA2VxgmonyV/Yh8nen+UpSTA92yvIBWuT//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"tYnGIcbKX","title":"The Regular Season Is Over. Here Come the NBA Playoffs.","shortId":"tYnGIcbKX","createdAt":"2021-05-17T14:50:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27021050,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:43:23.000Z","url":"https://www.theringer.com/2021/5/17/22440217/the-regular-season-is-over-here-come-the-nba-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/17/22440217/the-regular-season-is-over-here-come-the-nba-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1d239ae15c78fb24fc0ad2eb473f458","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQREiFRBRNScf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABACER/9oADAMBAAIRAxEAPwDSJPHxSXFw6STCWe4Mpkd9mi9fGsfyDz3jY91RIQqKNVOBjLDJP7SlHh3WRcv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6hMheGsqq","title":"A Quick Guide to React useCallback Hook","shortId":"6hMheGsqq","createdAt":"2021-05-17T14:38:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27021038,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T05:47:35.000Z","url":"https://blog.alexdevero.com/react-usecallback-hook/","canonicalUrl":"https://blog.alexdevero.com/react-usecallback-hook/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b22e70206c5fdf7d9ac926569aea38e","ratio":1.61259842519685,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgICAwAAAAAAAAAAAAAAAAECAxESMUKB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDElKvRJ1vZdlLnzBAAw5H/2Q==","siteTwitter":"@alexdevero","creatorTwitter":"@alexdevero","readTime":7,"description":null,"toc":null,"summary":null},{"id":"jM7ECI8UF","title":"Glassmorphism CSS Generator","shortId":"jM7ECI8UF","createdAt":"2021-05-17T14:38:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27021038,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":false,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:27:49.000Z","url":"https://markodenic.com/tools/glassmorphism-css-generator/","canonicalUrl":"https://markodenic.com/tools/glassmorphism-css-generator/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a726f4667a27bf9812efec2bf071ad86","ratio":1.78147268408551,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIABAMFBgcSISJBUrH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHxEAAgECBwAAAAAAAAAAAAAAAQIDAAQSEyExQbHB/9oADAMBAAIRAxEAPwCu4nGw+59YypevYBWZOVMFhkB7FPgzd6/WviJ9R8iIyYDIRudfKTdRrGy4RuB1X//Z","siteTwitter":"","creatorTwitter":"@denicmarko","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sMhCWSsDL","title":"Try This One Weird Trick Russian Hackers Hate","shortId":"sMhCWSsDL","createdAt":"2021-05-17T14:29:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27021029,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/try-this-one-weird-trick-russian-hackers-hate/","canonicalUrl":"https://krebsonsecurity.com/2021/05/try-this-one-weird-trick-russian-hackers-hate/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6668496cce91e90c913a6c214728f6de","ratio":2.26153846153846,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQACAwQFERMGFiFTYZTR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAEQH/2gAMAwEAAhEDEQA/ANXZpCkGcwGFGLCAb5nX583VmwKF1TPsv+oiamY//9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Tq8bUpr4E","title":"How to upload a file with Selenium WebDriver.","shortId":"Tq8bUpr4E","createdAt":"2021-05-17T08:58:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":4,"score":27021022,"tagsStr":"selenium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:58:07.000Z","url":"https://itnext.io/how-to-upload-a-file-with-selenium-webdriver-12154e1d1357","canonicalUrl":"https://itnext.io/how-to-upload-a-file-with-selenium-webdriver-12154e1d1357","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3898c80250f7878b881d841f94070ec","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBRQhQRcxM1H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAICAgMAAAAAAAAAAAAAAAEDAhEAQQQSof/aAAwDAQACEQMRAD8AyPkO8lttrczbeFwoDwxfIA88ezn9z1UufXUaaRo9WUoWJUmF84zx1SlU8hMVCHXYv04KmGd3o5//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@testengineerin2","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Fa63oxzl9","title":"You can now explore a surreal Gucci garden inside Roblox","shortId":"Fa63oxzl9","createdAt":"2021-05-17T14:10:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021010,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T14:04:58.000Z","url":"https://www.theverge.com/2021/5/17/22440134/gucci-garden-roblox-experience-metaverse-date","canonicalUrl":"https://www.theverge.com/2021/5/17/22440134/gucci-garden-roblox-experience-metaverse-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e08cf4bc4eea18188ae596942f276f1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgADERIEBSIUFiExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEx/9oADAMBAAIRAxEAPwCG20dQlKiwQtcFajLkUN/YvKruHXU+GQOPG/n5ESSu4zHUOT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_lmVODNcT","title":"Redbox still exists, plans to go public","shortId":"_lmVODNcT","createdAt":"2021-05-17T14:05:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27021005,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:59:34.000Z","url":"https://www.theverge.com/2021/5/17/22440097/redbox-spac-planned-ipo","canonicalUrl":"https://www.theverge.com/2021/5/17/22440097/redbox-spac-planned-ipo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8f4278382f65c2455dc9fee2511dddeb","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBxIhFTEyQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgQRUcH/2gAMAwEAAhEDEQA/AITRxh1+6Q7hFFBPKyqfPAz7BGee5BxWxIbS4UTS2rtJIN7MbmTJJ5J4IHwClKSM0Ou9VOWSAysHV//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8qyXPyOB5","title":"Tint - A better color picker","shortId":"8qyXPyOB5","createdAt":"2021-05-17T13:54:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27020994,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T07:00:00.000Z","url":"https://apps.apple.com/us/app/tint-a-better-color-picker/id1551486913?mt=12","canonicalUrl":"https://apps.apple.com/us/app/tint-a-better-color-picker/id1551486913?mt=12","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99554b297e5927ed63af98897b19660e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAhEAADAAEEAgMBAAAAAAAAAAABAgMFAAQGERIhEyIxwf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAMQMEwf/aAAwDAQACEQMRAD8AGKxLB8iEVfn26vNdr4diaAej4/3ShxRLwnauK27UoodmMR2SR2T+arXGYRpicLvKSm+8rjpfJdlBo/1U+2/T71H+S5rKR5HlZSyW9nNN3VVRbsAoDnoAd+hpo51ahNe5KrqwSJtz/9k=","siteTwitter":"@MacAppStore","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_hZ9PzaHY","title":"Razer’s PC gaming starter kit is just $69 at Walmart","shortId":"_hZ9PzaHY","createdAt":"2021-05-17T13:48:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020988,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:47:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/17/22440000/razer-pc-gaming-bundle-lg-tv-eero-6-apple-airpods-deal-sale-amazon","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/17/22440000/razer-pc-gaming-bundle-lg-tv-eero-6-apple-airpods-deal-sale-amazon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e78b9a840be410199c486f7c15f32ca5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFIRJBBhETFP/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQRYf/aAAwDAQACEQMRAD8Aq57FmfxXCYa0n/HFfXsCXbxpuX6qG9gAjiRoDfVbFrmK2YwJbKyRHgC7Ekga2ezSlTmUotYB+xFgCgan/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"z-zCNXRji","title":"The 5 mass extinction events that shaped the history of Earth — and the 6th that's happening now","shortId":"z-zCNXRji","createdAt":"2021-05-17T13:37:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020977,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:16:59.000Z","url":"https://www.livescience.com/mass-extinction-events-that-shaped-Earth.html","canonicalUrl":"https://www.livescience.com/mass-extinction-events-that-shaped-Earth.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb19177bf73497363a39a89953e102ff","ratio":1.0762331838565,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAJBAAAgECAwkAAAAAAAAAAAAAAQIDAAUEBhEUITVCUWFic7L/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAEQAB/9oADAMBAAIRAxEAPwDGIMv5ew9gtj46bFz3G4QiVdmYMItWPL4gHUE7ye1QsgVZGVSWUEgHrTdu4Y3rb6oKkNhcv//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"dD7fac7_A","title":"Amazon stops charging extra for lossless music as Apple enters the fray","shortId":"dD7fac7_A","createdAt":"2021-05-17T13:33:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020973,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:30:38.000Z","url":"https://www.theverge.com/2021/5/17/22440058/amazon-music-hd-price-cut-apple-lossless-audio","canonicalUrl":"https://www.theverge.com/2021/5/17/22440058/amazon-music-hd-price-cut-apple-lossless-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aeca2bcfe2031184b11b08b3b291284a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUTMRJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDURL/2gAMAwEAAhEDEQA/AMbuYwOl1VADD94JbQ6EfAwwHhxsHyouTvbaHkruKSxjldJXVpGIyxBOzr9pSpuR6QeR2t2op2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OfZgBx1nm","title":"Apple announces lossless Apple Music is coming in June at no added cost","shortId":"OfZgBx1nm","createdAt":"2021-05-17T13:30:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020970,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:23:11.000Z","url":"https://www.theverge.com/2021/5/17/22440090/apple-music-lossless-audio-dolby-atmos-support-audio","canonicalUrl":"https://www.theverge.com/2021/5/17/22440090/apple-music-lossless-audio-dolby-atmos-support-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/626c6f5a4bb2ee7c27f73031a1ac97ce","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACAwQHITERElH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AuboVE0V97bQxuYIahzxIDGCT1cSOHHIz5tbSNBEQf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XajCjVWXY","title":"Who Deserves All-NBA, All-Defensive, and All-Rookie Honors?","shortId":"XajCjVWXY","createdAt":"2021-05-17T13:24:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020964,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:23:39.000Z","url":"https://www.theringer.com/nba/2021/5/17/22440093/nba-awards-voting-teams-rookie-defensive","canonicalUrl":"https://www.theringer.com/nba/2021/5/17/22440093/nba-awards-voting-teams-rookie-defensive","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4a4b58e1ac56d611a4fd104214ca61f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQMCAAQFEQYSYXFygf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQIAEiMxQVH/2gAMAwEAAhEDEQA/AI3BsGvKcVGbYyK32c2JguKx0kBZJl7kDW/uqwN7jQu9uIBsiIskNkd/NKU6m+w5JysaM7n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":23,"description":null,"toc":null,"summary":null},{"id":"7JsRTVX7y","title":"Europa’s icy shell may have pockets of water that could support life","shortId":"7JsRTVX7y","createdAt":"2021-05-17T13:22:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27020962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277683-europas-icy-shell-may-have-pockets-of-water-that-could-support-life/","canonicalUrl":"https://www.newscientist.com/article/2277683-europas-icy-shell-may-have-pockets-of-water-that-could-support-life/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdded3d21b1c55f3439e761540c08181","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAACAQQBAwUAAAAAAAAAAAABAgMABAURBhITFSEiQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAESH/2gAMAwEAAhEDEQA/AJdx3n/HsRgosYuCs5YDGFn79urtK2vczMRvZO/z4qf3vgpLyd7Y3kUDSM0cegelSfQbP0KUocjrf//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jF6MUAuy9","title":"The Metaverse Is Hosting Its First Virtual Fashion Show","shortId":"jF6MUAuy9","createdAt":"2021-05-17T13:14:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020954,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:00:00.000Z","url":"https://www.vogue.com/article/imvu-virtual-fashion-show-announcement","canonicalUrl":"https://www.vogue.com/article/imvu-virtual-fashion-show-announcement","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ji0rqkpBA","title":"Parler returns to Apple App Store with some content excluded","shortId":"ji0rqkpBA","createdAt":"2021-05-17T13:12:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020952,"tagsStr":"tech-news,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:08:15.000Z","url":"https://www.theverge.com/2021/5/17/22440005/parler-apple-app-store-return-amazon-google-capitol","canonicalUrl":"https://www.theverge.com/2021/5/17/22440005/parler-apple-app-store-return-amazon-google-capitol","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68ba6ed17146493bd5ef4b39e2bda6df","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAJBAAAAUCBQUAAAAAAAAAAAAAAAIDBAUBIQcREjJRFCMxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/ANmwzlF5JvPsllFTUipA7Giih9ZlMilNq8WpfbfLkTctjdSr31N9fRefgAKzoWz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lH4HLsILw","title":"More accurate clocks may add more disorder to the universe, scientists say","shortId":"lH4HLsILw","createdAt":"2021-05-17T13:03:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020943,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:47:02.000Z","url":"https://www.livescience.com/accurate-clocks-produce-more-entropy.html","canonicalUrl":"https://www.livescience.com/accurate-clocks-produce-more-entropy.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06befdf71cbe658f28fa5a2ceee2dffb","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMCBwEAAAAAAAAAAAAAAQACBAURAwYhJDEyQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyOlTaS3K8yPMgPfPI2+OxwADrjuPRa/HxSxGpRETf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ZG4GhSAsE","title":"Microsoft Teams launches for friends and family with free all-day video calling","shortId":"ZG4GhSAsE","createdAt":"2021-05-17T13:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020942,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:00:00.000Z","url":"https://www.theverge.com/2021/5/17/22439924/microsoft-teams-personal-version-launch-available-download","canonicalUrl":"https://www.theverge.com/2021/5/17/22439924/microsoft-teams-personal-version-launch-available-download","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/830a936b8e79ceea537d68c71aa6ce3e","ratio":1.90751445086705,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIDEQAEBQZx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRUf/aAAwDAQACEQMRAD8AvHMeT2fNeDbmg1duUudYUyIFW6F/M3LmIOwMCXeMYZSxZRvIxciqxzs//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aCM2Za5f1","title":"Twitch is lowering subscription prices — but says streamers will earn more money","shortId":"aCM2Za5f1","createdAt":"2021-05-17T13:02:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020942,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T13:00:00.000Z","url":"https://www.theverge.com/2021/5/17/22431716/twitch-localized-subscription-prices-many-countries-not-us","canonicalUrl":"https://www.theverge.com/2021/5/17/22431716/twitch-localized-subscription-prices-many-countries-not-us","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c13186a6e9b483ffd29eb247e9383f97","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAzETIQQREiOC/8QAFAEBAAAAAAAAAAAAAAAAAAAAB//EABsRAAICAwEAAAAAAAAAAAAAAAECAFEDBBGx/9oADAMBAAIRAxEAPwDKZBAzkxiGF5Hj7HhxfuthwGrpWxdXJIfpES4qgEm416+FVLc9Nmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"A1M_evltc","title":"The 2021 Tournament of Champions and the Science (OK, Art) of Measuring ‘Jeopardy!’ Skill","shortId":"A1M_evltc","createdAt":"2021-05-17T12:54:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020934,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:46:13.000Z","url":"https://www.theringer.com/tv/2021/5/17/22436693/tournament-of-champions-jeopardy-predictions","canonicalUrl":"https://www.theringer.com/tv/2021/5/17/22436693/tournament-of-champions-jeopardy-predictions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e905677a37442219928354d217c5c14c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDAAQRIQUSE0H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABkRAQADAQEAAAAAAAAAAAAAAAEAAjEDIf/aAAwDAQACEQMRAD8AyDZqs3vGz5nVAt161PjGXqlZJYr2cr+OQZ2DjGVO3pWzrsOyrP/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"FJlnRfxMC","title":"Another report claims Samsung will ditch Tizen for Wear OS with next smartwatch","shortId":"FJlnRfxMC","createdAt":"2021-05-17T12:49:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020929,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:42:24.000Z","url":"https://www.theverge.com/2021/5/17/22439989/samsung-galaxy-watch-4-wear-os-tizen-switch","canonicalUrl":"https://www.theverge.com/2021/5/17/22439989/samsung-galaxy-watch-4-wear-os-tizen-switch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4008305332eaa370e01e7c8a3a22b23","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRMhMiNBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAACAATwASEyQVH/2gAMAwEAAhEDEQA/AM3j1l7vSo1ntrVVECoEhiWNMFFHUDk+85yTyajZr87r+GPsftKUZvYinUtziM1Rf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mbQ2unpYM","title":"Male parasitic wasp can sniff out female mates ready to burst from their hosts","shortId":"mbQ2unpYM","createdAt":"2021-05-17T12:31:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020911,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:19:56.000Z","url":"https://www.livescience.com/male-jewel-wasps-sniff-females-inside-host.html","canonicalUrl":"https://www.livescience.com/male-jewel-wasps-sniff-females-inside-host.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f92df2ebb5f1f4d92ba3fb66cf6f90fa","ratio":1.77704194260486,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQMCAAQFEQYTMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEAAwAAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwCTk3LLnlPMpts81m8ZYla1LTbT6z2CWySRLWvD5v54K3XHX+TVj7Zbsk17YKjGTZriDMgDcj+n2lKjV1hYwn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-lBfT9pRx","title":"The Caloric Experience Diet, Asian Pears, and Curly Fries","shortId":"-lBfT9pRx","createdAt":"2021-05-17T12:23:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:18:01.000Z","url":"https://www.theringer.com/2021/5/17/22440002/the-caloric-experience-diet-asian-pears-and-curly-fries","canonicalUrl":"https://www.theringer.com/2021/5/17/22440002/the-caloric-experience-diet-asian-pears-and-curly-fries","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1577d654e08338f3814fe79d1267823d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBiFREzEzYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMyUcH/2gAMAwEAAhEDEQA/AKL6Rr02JwUZOoCdwN+2OfdYs+pVimkjFo5CMV8/B+UpUyhA+Wh2Ovcpjs8n/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1KqqluaBj","title":"Nsé Ufot on What It Takes To Turn a Red State Blue and Fighting Voter Suppression","shortId":"1KqqluaBj","createdAt":"2021-05-17T12:23:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:19:24.000Z","url":"https://www.theringer.com/2021/5/17/22439992/nse-ufot-on-what-it-takes-to-turn-a-red-state-blue-and-fighting-voter-suppression","canonicalUrl":"https://www.theringer.com/2021/5/17/22439992/nse-ufot-on-what-it-takes-to-turn-a-red-state-blue-and-fighting-voter-suppression","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79d2e3c103ad160f8273b57bc00a93b3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABBBEDEyEiI0FxodH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAIDAQAAAAAAAAAAAAAAAAACARIxIv/aAAwDAQACEQMRAD8AryskyOIyGxExCLVpC1cqvZvKy/S7A/r4iI0Vwqdaf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"o2d5dZgcY","title":"19 Deals That Make Great Last-Minute Graduation Gifts","shortId":"o2d5dZgcY","createdAt":"2021-05-17T12:02:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020882,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:00:00.000Z","url":"https://www.wired.com/story/last-minute-graduation-gift-ideas-deals-2021/","canonicalUrl":"https://www.wired.com/story/last-minute-graduation-gift-ideas-deals-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/439275ee9a7a4cec3da6ced409288e53","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABQQDAQAAAAAAAAAAAAAAAQIDBAYREjEFEyJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAcEQEAAgEFAAAAAAAAAAAAAAABAgMABEFxssH/2gAMAwEAAhEDEQA/AK2oYEh6ruFkJnvNslYuhN8ckqyNW/peTuWhVgAkOqmyqpHYezj9YEpc+Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"T2h_zQ63U","title":"Warriors-Lakers, the DOA Celtics, Western Conference Predictions, Play-in Matchups, All-NBA Ballots, and More With Ryen Russillo","shortId":"T2h_zQ63U","createdAt":"2021-05-17T12:16:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020896,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:58:14.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/16/22439512/warriors-lakers-the-doa-celtics-western-conference-predictions-play-in-matchups-all-nba-ballots","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/16/22439512/warriors-lakers-the-doa-celtics-western-conference-predictions-play-in-matchups-all-nba-ballots","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c3dacff3b66c58e88777b7957ea1676","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDEQAEBRIhMlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARMf/aAAwDAQACEQMRAD8A1kcHrzNykG7JNO8qq8coIRtdSGAROoFAGz7f17lbSRNfTghXu4jjVAztbGhVk/uMYckjq9v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ps6dtzYzS","title":"These Tools Can Help You Find Your Lost Devices","shortId":"Ps6dtzYzS","createdAt":"2021-05-16T11:07:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27019387,"tagsStr":"apple,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T07:00:00.000Z","url":"https://www.wired.com/story/all-the-ways-find-lost-phone-airtags-tile/","canonicalUrl":"https://www.wired.com/story/all-the-ways-find-lost-phone-airtags-tile/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d03efc79ca70e66fa4ec524ec5561cd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAACAQUAAwAAAAAAAAAAAAABAgQAAxETMSEiUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAQUBAAAAAAAAAAAAAAAAAQACAxEh8P/aAAwDAQACEQMRAD8AnyY7zY8G017WhDkrbUKDjDc+5PambnT0K2mK+MlO0pUWJxLQD2oMW3a//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Q7cKrkWFf","title":"An Ode to Detective Colin Zabel, the Romantic Heart of ‘Mare of Easttown’","shortId":"Q7cKrkWFf","createdAt":"2021-05-17T12:16:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020896,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:15:00.000Z","url":"https://www.theringer.com/tv/2021/5/17/22439741/detective-colin-zabel-evan-peters-mare-of-easttown","canonicalUrl":"https://www.theringer.com/tv/2021/5/17/22439741/detective-colin-zabel-evan-peters-mare-of-easttown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7357e8f16d32eed35bd6f80c6a3570d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFEQYiQRL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRElGB/9oADAMBAAIRAxEAPwDV5hloKOMxjWUGPEuz3kJ+CNHY16qq89GavFK7GRAvaHHufQiJb3asYhI9l/EF23uf/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"fm32Y7Mh6","title":"5 Ways You Can Contribute to the Web Design Community","shortId":"fm32Y7Mh6","createdAt":"2021-05-17T12:10:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27020890,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T21:39:57.000Z","url":"https://speckyboy.com/contribute-to-the-web-design-community/","canonicalUrl":"https://speckyboy.com/contribute-to-the-web-design-community/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff05c7f7aacf0b7d2e4f25511acb9a43","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAADAAICAgMAAAAAAAAAAAABAgMAIQQRBQYSFWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/ALn2uXsv3UT47yPJtNizIsPhEyQ662QGb9Iy14TmfDglr1eqzUOz7YkDZPWu8Yy5kFcNdOb/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"d7bVazoZw","title":"Artistic interpretation of iconic logos","shortId":"d7bVazoZw","createdAt":"2021-05-17T12:08:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27020888,"tagsStr":"adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/119412369/Artistic-interpretation-of-iconic-logos","canonicalUrl":"https://www.behance.net/gallery/119412369/Artistic-interpretation-of-iconic-logos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/caacbd29d4be296249bd535193707d6d","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAJBAAAgEBCAIDAAAAAAAAAAAAAQIDAAQFBhESISIxBxQVQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A3PIVpxJemMrHBc8x+G9YO7paDCQNi+oZcuI22PdWwwQRwxpG5iRVAVGGoqMuifsj9pSqYMFC/9k=","siteTwitter":"@behance","creatorTwitter":"@RusKhasanov","readTime":0,"description":null,"toc":null,"summary":null},{"id":"rc03L1sGf","title":"The ‘Charlie bit my finger’ video is being auctioned as an NFT — then deleted ‘forever’","shortId":"rc03L1sGf","createdAt":"2021-05-17T12:06:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020886,"tagsStr":"blockchain","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T12:00:00.000Z","url":"https://www.theverge.com/2021/5/17/22437088/charlie-bit-my-finger-video-nft-deletion-youtube-auction","canonicalUrl":"https://www.theverge.com/2021/5/17/22437088/charlie-bit-my-finger-video-nft-deletion-youtube-auction","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f5d08a517d69241b5777b5d19fd9001","ratio":1.91235059760956,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABRJBBxMiMYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxES/9oADAMBAAIRAxEAPwCK6Sy5KxJjJe2NwUpcFJB7m51IpV36s/CRmlpWoTY8p5lubJ2NrKE+fANDjGMC6K6ErexR/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TREgfJ2Lb","title":"6 Great Next-Gen Xbox Series X/S Games You Can Play Now","shortId":"TREgfJ2Lb","createdAt":"2021-05-17T12:01:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020881,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:00:00.000Z","url":"https://www.wired.com/gallery/best-xbox-series-x-series-s-games/","canonicalUrl":"https://www.wired.com/gallery/best-xbox-series-x-series-s-games/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c3192917f7f722332d57487d4cbef30","ratio":1.90930787589499,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIEAAMRBQYSITEyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDETH/2gAMAwEAAhEDEQA/ANXUNzTdCeZO5GQ8jjdCM2FtAj5Xo4Huce5qcbx3BcHNL8BFbsKIpwoP590pSE1GWRb7P//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"z-Mz77Irr","title":"Nitrogen pollution is the environmental threat we must hear more about","shortId":"z-Mz77Irr","createdAt":"2021-05-17T11:52:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27020872,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033342-700-nitrogen-pollution-is-the-environmental-threat-we-must-hear-more-about/","canonicalUrl":"https://www.newscientist.com/article/mg25033342-700-nitrogen-pollution-is-the-environmental-threat-we-must-hear-more-about/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b22e17488f0fa43e944458be7f81106","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQIDBBEABRITITFBUnGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQABBAMBAAAAAAAAAAAAAAACAAEDBBESMUH/2gAMAwEAAhEDEQA/ALHojsXSBwYrTc5xG91p59TiSKtIuvGj7PXMManJoboMJJ7i18vuMYKrOYBqPFEmsG0pNn1f/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TbA-5jP-p","title":"Century-old water valve invented by Nikola Tesla could have modern use","shortId":"TbA-5jP-p","createdAt":"2021-05-17T11:52:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27020872,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277794-century-old-water-valve-invented-by-nikola-tesla-could-have-modern-use/","canonicalUrl":"https://www.newscientist.com/article/2277794-century-old-water-valve-invented-by-nikola-tesla-could-have-modern-use/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f0e64d6fc9b68da307834995828bffb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhABAAAFAgcAAAAAAAAAAAAAAQACAwQRBVEGEhMhM9HS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAwECBDH/2gAMAwEAAhEDEQA/ANuttdqchI1JWYSVC0TumQ8z63i84ht8GauHbozfcIQOWTUis1XXw//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RfI1U_yyj","title":"On the hunt for platypus DNA in Australia's waterways","shortId":"RfI1U_yyj","createdAt":"2021-05-17T11:51:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27020871,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.newscientist.com/article/2277589-on-the-hunt-for-platypus-dna-in-australias-waterways/","canonicalUrl":"https://www.newscientist.com/article/2277589-on-the-hunt-for-platypus-dna-in-australias-waterways/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3efad5a45cface8ff3c79172aeb6c64e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQREiExBQYiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EAB4RAAIBAwUAAAAAAAAAAAAAAAECBAADERIhQWGx/9oADAMBAAIRAxEAPwDLWRsY7hBNLLHE0wRAw1YO5VdufEZJOOKjN3F0ZppGtp7ZoCxMbNYMCV9EjV8pSkOOkhmFzfGKppD2ANHPQPtf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"baDUlPJgy","title":"AT&T is merging WarnerMedia with Discovery to create a new media giant","shortId":"baDUlPJgy","createdAt":"2021-05-17T11:48:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020868,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:45:53.000Z","url":"https://www.theverge.com/2021/5/17/22439964/at-t-warnermedia-discovery-merger-spin-off","canonicalUrl":"https://www.theverge.com/2021/5/17/22439964/at-t-warnermedia-discovery-merger-spin-off","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/868d8ee6c4188f627fab25e1ed0c739b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAcEAACAgMBAQAAAAAAAAAAAAABAgMRAAQxBRL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AIvo7McvnzK+ujySqAkjm2i+TZrneYXXlZQwnABF0UvGMSrCtRh//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"oJOgojDZ8","title":"Do animals laugh?","shortId":"oJOgojDZ8","createdAt":"2021-05-17T11:18:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020838,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:03:00.000Z","url":"https://www.livescience.com/do-animals-laugh.html","canonicalUrl":"https://www.livescience.com/do-animals-laugh.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3521125da409bed803ae038e271095c2","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMCBwEAAAAAAAAAAAAAAgABAwUSBAYRITEyUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAQADAQAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDRqJRICpcjnaVwaCzj1f1S82WMKU0hWR7k78fURFrXKHmInZQvHP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"La78RxX8G","title":"NASA's Perseverance rover on Mars has found some mysterious rocks (photos)","shortId":"La78RxX8G","createdAt":"2021-05-17T11:04:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/mars-rover-perseverance-mysterious-rocks-photos.html","canonicalUrl":"https://www.space.com/mars-rover-perseverance-mysterious-rocks-photos","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7544f638d2f512b570318d722ab354c2","ratio":1.76470588235294,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIABAUhAxMVMVFj/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwCHK3RNV2eqBKdqFAU58mlbzXkA7y5+YiIfQkRf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xoNyUiPoj","title":"Rarely seen supersized moth with 10-inch wingspan found at Australian school","shortId":"xoNyUiPoj","createdAt":"2021-05-17T11:04:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/giant-wood-moth-found-at-australian-school.html","canonicalUrl":"https://www.livescience.com/giant-wood-moth-found-at-australian-school.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/662f80dff39f6863ec64c41ae3e45a8b","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIFAAMEERIUISJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwCLGyE+mPhx8pyuFwhiJtyFtbPEr2pBJBGgPvv7Whsw8QlpFZrQKqAQG6pSptiKpxRkZUABwT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jdkN8lao4","title":"Weird chromosome loss found in these creeping voles","shortId":"jdkN8lao4","createdAt":"2021-05-17T11:04:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:17.000Z","url":"https://www.livescience.com/creeping-voles-y-chromosome.html","canonicalUrl":"https://www.livescience.com/creeping-voles-y-chromosome.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8816b83e704c7f65f54591978df1b640","ratio":1.09090909090909,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJxAAAQIDBQkAAAAAAAAAAAAAAQMEAAIFBhESITETIzQ2QWFxcrH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB0RAAEDBQEAAAAAAAAAAAAAABEAAgMEEyEx8HH/2gAMAwEAAhEDEQA/AI7KUlJOjy7NJuqCApPNqRflhJ0GWcEXwooeuADfvJuneEtnuTlfAjL3XFLe5+wqiW64gDu9UcLN5X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0CcnufdJG","title":"Mars may still be volcanically active, study finds","shortId":"0CcnufdJG","createdAt":"2021-05-17T11:04:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/mars-still-volcanically-active-elysium-planitia.html","canonicalUrl":"https://www.space.com/mars-still-volcanically-active-elysium-planitia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0028e349fcb79a9222015163bc91aa1e","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFIRIREzFBgqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AmzmOWuhjzFDDIi85nC8u6rDQ3sEH3+VvXMX0ahEYcVHQbHgfNKUH/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Tq2hWArMz","title":"Space launch traffic may influence mysterious night-shining clouds in Earth's atmosphere","shortId":"Tq2hWArMz","createdAt":"2021-05-17T11:04:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27020824,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T11:00:00.000Z","url":"https://www.livescience.com/rocket-experiment-creates-night-shining-clouds.html","canonicalUrl":"https://www.space.com/rocket-experiment-creates-night-shining-clouds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a477efdd761993b479e7d88c9cb9eac0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEQYTMVFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABEQACAxP/2gAMAwEAAhEDEQA/AMhj41DY4K0yl+6qt5JJGsRTqdlA8gb22x7AqqLAxmJClhMykDRMqAkfKUo+lk3GGNSZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3zNCGLO7r","title":"Mexico City Could Sink Up to 65 Feet","shortId":"3zNCGLO7r","createdAt":"2021-05-17T11:03:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:00:00.000Z","url":"https://www.wired.com/story/mexico-city-could-sink-up-to-65-feet/","canonicalUrl":"https://www.wired.com/story/mexico-city-could-sink-up-to-65-feet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f77c7a316619fc8c21ea3082746d08e8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBBEABRITYRQhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwDLPzpLPisJlSypwvjcp4muNFj12e8jI1ie4hKxLkJChdcyzV/cYxukeMDJf//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"n2-5RG-FG","title":"Google IO 2021: How to Watch It, and What to Expect","shortId":"n2-5RG-FG","createdAt":"2021-05-17T11:03:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020823,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:00:00.000Z","url":"https://www.wired.com/story/how-to-watch-google-io-2021/","canonicalUrl":"https://www.wired.com/story/how-to-watch-google-io-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be1609816b86add52c5578778ee53014","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBABAQACAgMAAAAAAAAAAAAAAQIAAwUGBBEh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAf/xAAaEQEBAAIDAAAAAAAAAAAAAAABAgADBBET/9oADAMBAAIRAxEAPwDSz2Tya4ydxEmybKH2v0Mm7O5cmXQVIChjGD85A6MqE8PQ7rGTP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"W5YnZ3uIV","title":"Covid Forced America to Make More Stuff. What Happens Now?","shortId":"W5YnZ3uIV","createdAt":"2021-05-17T11:03:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:00:00.000Z","url":"https://www.wired.com/story/software-entrepreneur-pandemic-pivot-manufacturing-masks/","canonicalUrl":"https://www.wired.com/story/software-entrepreneur-pandemic-pivot-manufacturing-masks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4d6ccb9d85a8aafb3edf3ce52a3974e1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIEAAMRQQUGEhQhMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAEUH/2gAMAwEAAhEDEQA/AJliFfdWPeMCvWwYLg5VguiBsn1j5Wmg8p8FlQo8hrUwNdtrcIEx/BIzqlKO8pgX/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"sUtZKwXbd","title":"Vietnamese Myth and Magic Come Alive in Hoa","shortId":"sUtZKwXbd","createdAt":"2021-05-17T11:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27020823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:00:00.000Z","url":"https://www.wired.com/story/vietnamese-culture-storytelling-hoa-impressions/","canonicalUrl":"https://www.wired.com/story/vietnamese-culture-storytelling-hoa-impressions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a922cec0805e67d52350a3a294fd769","ratio":1.91150442477876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERMhFeLw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDBBH/2gAMAwEAAhEDEQA/ALS5/KN5C+iueMY9Y1SIKNMHOuz9utMlreM7Mb1SSSe4valKlbDRJ5cHKromf//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"dKNT0JQM0","title":"That’s no moon: veteran Apple designer unveils $1,799 Cell Alpha speaker","shortId":"dKNT0JQM0","createdAt":"2021-05-17T11:00:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020820,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:59:20.000Z","url":"https://www.theverge.com/2021/5/17/22439925/syng-cell-alpha-wi-fi-speaker-apple-designer-death-star-triphonic","canonicalUrl":"https://www.theverge.com/2021/5/17/22439925/syng-cell-alpha-wi-fi-speaker-apple-designer-death-star-triphonic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8431e390cda2beb2dbe488db2ca6586e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgABBAMFESESEzFBof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwC1SdJnW63XSVKlnKdzDh3P1b47cPb7+LQjWIRYfOGxlERmVVkNBwv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1K7Mif_xe","title":"Bleu Clair and Matroda execute a nostalgic merger that supplies the ultimate ‘Disco Tool’","shortId":"1K7Mif_xe","createdAt":"2021-05-17T10:51:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27020811,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:45:00.000Z","url":"https://dancingastronaut.com/2021/05/bleu-clair-and-matroda-execute-a-nostalgic-merger-that-supplies-the-ultimate-disco-tool/","canonicalUrl":"https://dancingastronaut.com/2021/05/bleu-clair-and-matroda-execute-a-nostalgic-merger-that-supplies-the-ultimate-disco-tool/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d868e6d064131df409eae63570e00d7b","ratio":1.54867256637168,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFERIhBgcxIv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACQf/aAAwDAQACEQMRAD8Amu0iRonPuJ0mmpWJKZBedzJyW4MsT7q2A8jaDrmizID60Aqd+yVN3NzvZvCET65IBf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OqYC48dOZ","title":"The 2021 MLB Quarter-Season Power Rankings","shortId":"OqYC48dOZ","createdAt":"2021-05-17T10:35:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020795,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:30:00.000Z","url":"https://www.theringer.com/mlb/2021/5/17/22439554/mlb-quarter-season-power-rankings-white-sox-dodgers-cardinals-red-sox","canonicalUrl":"https://www.theringer.com/mlb/2021/5/17/22439554/mlb-quarter-season-power-rankings-white-sox-dodgers-cardinals-red-sox","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e66d1d92f6ef97a7e5e15b8ebc8203df","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMCBQAEBhJhBxMj/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EAB8RAAECBgMAAAAAAAAAAAAAAAEDEgACBCExQREUIv/aAAwDAQACEQMRAD8AjyLy2w+nXV+v6OEGF0OfISMe+8xVluSzTY6pSmqC4NnGIKwSACQMYwCA7EjlvR5Ob7MMTUmoiymLBbFtCP/Z","siteTwitter":"","creatorTwitter":"","readTime":28,"description":null,"toc":null,"summary":null},{"id":"uUtIjyYXH","title":"Creating Business Workflows with Azure Logic Apps","shortId":"uUtIjyYXH","createdAt":"2021-05-17T06:01:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"codemaze","views":7,"score":27020789,"tagsStr":"business,azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-17T06:00:38.000Z","url":"https://code-maze.com/creating-business-workflows-with-azure-logic-apps/","canonicalUrl":"https://code-maze.com/creating-business-workflows-with-azure-logic-apps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0317635b6a9207d62016be12bf6c5af5","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAARIQUGEgciMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AL3qXqMOFtJlM1l5TU3nFAY4pKbgHzjF0/DWSJchl6U86ELstaldxucn3SlRmGv/2Q==","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":10,"description":null,"toc":null,"summary":null},{"id":"eBYAhaJg7","title":"An Ode to Detective Colin Zabel, the Romantic Heart of ‘Mare of Easttown’","shortId":"eBYAhaJg7","createdAt":"2021-05-17T10:18:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:15:00.000Z","url":"https://www.theringer.com/tv/2021/5/17/22439741/detective-colin-zabel-peter-evans-mare-of-easttown","canonicalUrl":"https://www.theringer.com/tv/2021/5/17/22439741/detective-colin-zabel-peter-evans-mare-of-easttown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7357e8f16d32eed35bd6f80c6a3570d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFEQYiQRL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAIDAAMAAAAAAAAAAAAAAAECAAMRElGB/9oADAMBAAIRAxEAPwDV5hloKOMxjWUGPEuz3kJ+CNHY16qq89GavFK7GRAvaHHufQiJb3asYhI9l/EF23uf/9k=","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"Av-udHG7l","title":"Excision unveils Reunion lineup—Subtronics, Dion Timmer, 12th Planet b2b Wooli, and more","shortId":"Av-udHG7l","createdAt":"2021-05-17T10:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27020761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/excision-unveils-reunion-lineup-subtronics-dion-timmer-12th-planet-b2b-wooli-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/excision-unveils-reunion-lineup-subtronics-dion-timmer-12th-planet-b2b-wooli-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c21c68cd7d866555c106e9865895834","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFERIhQTFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAdEQACAgEFAAAAAAAAAAAAAAABAgAEAxIhMXHB/9oADAMBAAIRAxEAPwDMVyNvZpko2Jli4kqyLo8z86I/PTVmzzUaWkCyyRCRUUMDGSd6779pSia6uN5Yl7JXOheB34RP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1lxHUIi7m","title":"Automating Cloudflare Tunnel with Terraform","shortId":"1lxHUIi7m","createdAt":"2021-05-14T13:08:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cloudflare","views":11,"score":27016917,"tagsStr":"automation,terraform,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:00:00.000Z","url":"https://blog.cloudflare.com/automating-cloudflare-tunnel-with-terraform/","canonicalUrl":"https://blog.cloudflare.com/automating-cloudflare-tunnel-with-terraform/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/214db746659cec2abac25c696a2be36b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRABAAICAgMAAAAAAAAAAAAAAQACAxEEEyFhkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/ANQYsWTpQ5F9ttig69S5V15uvyIgcibf/9k=","siteTwitter":"@cloudflare","creatorTwitter":"@tenaciousdlg","readTime":10,"description":null,"toc":null,"summary":null},{"id":"N2Wo3BbP0","title":"The Key to NBA Playoff Upsets? Beating the Blitz.","shortId":"N2Wo3BbP0","createdAt":"2021-05-17T10:01:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T10:00:00.000Z","url":"https://www.theringer.com/nba/2021/5/17/22439801/nba-play-in-playoffs-steph-curry-damian-lillard","canonicalUrl":"https://www.theringer.com/nba/2021/5/17/22439801/nba-play-in-playoffs-steph-curry-damian-lillard","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5dbda7f75d70fa5d12ae03861a686c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAACAQMEAAURBiESExUxMkFy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAERAAKRsf/aAAwDAQACEQMRAD8AkLFpqHcNCQZiNssyG14icFlCI9ixlV+anrqNt6nMzbgzzj7EiJ5L6QdqUpUFnI9rFCf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"hc_JbxEzs","title":"Eric Prydz realizes triumphant, four-hour return to Club Space","shortId":"hc_JbxEzs","createdAt":"2021-05-17T09:31:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27020731,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-jumpstart-the-day-with-four-hours-of-eric-prydz-live-from-club-space/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-jumpstart-the-day-with-four-hours-of-eric-prydz-live-from-club-space/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e15c3decf899e5dba1d94f3e939a0383","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAADAQIEEQAhBRIHFDFR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB0RAQABAwUAAAAAAAAAAAAAAAEDAAIhBBEScZH/2gAMAwEAAhEDEQA/AJ/wopgpqHb653SdHIdqtaN/ZL61a2m7Wq/Ly7x/LsOLHFHFxUd4wtQbXb2iJSL8xjHDaQ435CgNTGQJdFhced1//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Qj8OhArfM","title":"Milk Talk’s ‘Sunshower’ gets a recasting courtesy of Qrion","shortId":"Qj8OhArfM","createdAt":"2021-05-17T09:31:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27020731,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/qrion-returns-with-melodic-house-remix-of-milk-talks-sunshower/","canonicalUrl":"https://dancingastronaut.com/2021/05/qrion-returns-with-melodic-house-remix-of-milk-talks-sunshower/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9c8436968ded0658827713571cfcbf2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAQQDAQAAAAAAAAAAAAABAwIABAUxERIhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEQMEUf/aAAwDAQACEQMRAD8AmMtkBlLZbRZsK0CIcubR25BIHUa2ffTyPlSNwi1ZcNnNJ7SkSdb5pSqMZNvXYuwxeixn/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2sKLDZXHo","title":"Sharp’s new flagship phone has a giant 1-inch camera sensor and Leica branding","shortId":"2sKLDZXHo","createdAt":"2021-05-17T08:29:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020669,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:26:00.000Z","url":"https://www.theverge.com/2021/5/17/22439883/sharp-aquos-r6-japan-biggest-phone-camera-sensor-1-inch","canonicalUrl":"https://www.theverge.com/2021/5/17/22439883/sharp-aquos-r6-japan-biggest-phone-camera-sensor-1-inch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f0829d85884480966b75ef83d816737","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHBAAAgMBAQEBAAAAAAAAAAAAAQIDBBEABiGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJmsd9ZWqygSwze6sLKrbkgIXQfw52u6SJXpV4YEWOKONURF+BVAwAc5wf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"H8HJBwQ9L","title":"Apple teases major Music announcement as lossless streaming rumors mount","shortId":"H8HJBwQ9L","createdAt":"2021-05-17T08:29:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020669,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T08:27:19.000Z","url":"https://www.theverge.com/2021/5/17/22439885/apple-music-tease-hi-fi-lossless-music-streaming","canonicalUrl":"https://www.theverge.com/2021/5/17/22439885/apple-music-tease-hi-fi-lossless-music-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f887ea5f26aa6d7375e57dd097caed41","ratio":1.90893470790378,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFEQYSIVEHMUGi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBBJR0f/aAAwDAQACEQMRAD8A0LW10mwfLVvZjXS7sxzHTmKzJSmOo7HTkoKDk8d/B1VlGq7iEJBkPHj2dmT+KUqa6dkC4w1CQoI3yf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WQmpjj4YD","title":"Greyscale Prisms : Chapter 2.","shortId":"WQmpjj4YD","createdAt":"2021-05-17T08:11:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27020651,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/119560283/Greyscale-Prisms-Chapter-2","canonicalUrl":"https://www.behance.net/gallery/119560283/Greyscale-Prisms-Chapter-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5243ccd7f7d718eb9ed8d2bf8d28f9a2","ratio":0.883280757097792,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAJBAAAgEDAwMFAAAAAAAAAAAAAQIDBAURABIhBjFBEyIyYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AQrOqruLlWRw3Wu9BJpFb34aNAzZx4wAuAe/P5rY2e4XKa00Upr3cvAjbndWJyoOSdvJ+9U1XR1hlmmle3rvmkaR8SOMs3yOAfOkKaz0MFNFDFBtjjQIqh24AGAO+gv/Z","siteTwitter":"@behance","creatorTwitter":"@mwm_graphics","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Z6M-Oa-xO","title":"Pine64 veröffentlicht Mai-Report","shortId":"Z6M-Oa-xO","createdAt":"2021-05-17T07:49:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020629,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T07:16:00.000Z","url":"https://linuxnews.de/2021/05/pine64-veroeffentlicht-mai-report/","canonicalUrl":"https://linuxnews.de/2021/05/pine64-veroeffentlicht-mai-report/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca40b624ce366e387e6241f5ccbac527","ratio":1.53930131004367,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIEEQADBSEGgaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAEDMf/aAAwDAQACEQMRAD8Anz6bIC8VyehEiGQo2gRtjKxDN2GJsWTZuj7zQ6jKOtCyRbIF9E/cYwosBn//2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lEu1I8tVx","title":"How to Build an Event-Driven ASP.NET Core Microservice Architecture","shortId":"lEu1I8tVx","createdAt":"2021-05-16T19:58:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":142,"score":27020548,"tagsStr":"architecture,sql,aspnet,rabbitmq","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T18:12:27.000Z","url":"https://christianzink.medium.com/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f","canonicalUrl":"https://christianzink.medium.com/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a03cb81816a977a653c550d8ca3a1af","ratio":2.38388625592417,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAwQRMRMUUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACMf/aAAwDAQACEQMRAD8A01Rqx9ZmC8YLgMH0qZHXj4270ERT64Si3//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"XlrVsAwwO","title":"Tails 4.19 RC1 darf getestet werden – Entwickler-Team bittet um Feedback","shortId":"XlrVsAwwO","createdAt":"2021-05-17T06:19:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020539,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T06:09:06.000Z","url":"https://www.bitblokes.de/tails-4-19-rc1-darf-getestet-werden-entwickler-team-bittet-um-feedback/","canonicalUrl":"https://www.bitblokes.de/tails-4-19-rc1-darf-getestet-werden-entwickler-team-bittet-um-feedback/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6xCn62UIXX","title":"Was genau wurde bei Audacity verkauft?","shortId":"6xCn62UIXX","createdAt":"2021-05-17T06:19:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020539,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.onli-blogging.de/2034/Was-genau-wurde-bei-Audacity-verkauft.html","canonicalUrl":"https://www.onli-blogging.de/2034/Was-genau-wurde-bei-Audacity-verkauft.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e81dbd70597323aee98c83d0d21bc97","ratio":1.8140589569161,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgECBwAAAAAAAAAAAAAAAAECAzEREhQhIkFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM6amGD4X8KadaOSOzsukAB//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hoXt00ESx","title":"Final Fantasy director’s Paralympics RPG is launching next month","shortId":"hoXt00ESx","createdAt":"2021-05-17T06:05:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020525,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T06:00:00.000Z","url":"https://www.theverge.com/2021/5/17/22439810/paralympics-rpg-pegasus-dream-tour-release-date-hajime-tabata","canonicalUrl":"https://www.theverge.com/2021/5/17/22439810/paralympics-rpg-pegasus-dream-tour-release-date-hajime-tabata","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fd1fe83f8bda97aa1f823313d91e23c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQMDAQkAAAAAAAAAAAAAAgEDBQAEITEREhMVIkFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAEDAAIhQbH/2gAMAwEAAhEDEQA/AJ8tMyM9LyttfvMuvWbK3Fo+6wJkyIihcPOoqi6eU2+qxXK4s+p+2eN5cmQuiKEXdUTdx8pSgV3sWWzoclK9CxgDZ7P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"thUZd4u7A","title":"Audacity: Muse Group rudert zurück","shortId":"thUZd4u7A","createdAt":"2021-05-17T05:19:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27020479,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T05:00:00.000Z","url":"https://linuxnews.de/2021/05/audacity-muse-group-rudert-zurueck/","canonicalUrl":"https://linuxnews.de/2021/05/audacity-muse-group-rudert-zurueck/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94493dd3d162f76e80732107dccb8bf4","ratio":1.00719424460432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAYFEiEREzFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAREmEhUVL/2gAMAwEAAhEDEQA/AI7iuAW2tYXfaw93cpLFv7QjiBiGxQSXP3n8491O3jUOwDDoDRWR1QorsEPlQeDQoRM4eQyHIE3A8jrdVkZCqhVsQOd7r//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"g7Ml0kZty","title":"Securing OAuth Bearer tokens from multiple Identity Providers in an ASP.NET Core API","shortId":"g7Ml0kZty","createdAt":"2021-05-17T05:19:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"52186dbcc05d4bd499d5f2afe790a77b","views":0,"score":27020479,"tagsStr":"security,azure,aspnet,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T05:13:30.000Z","url":"https://damienbod.com/2021/05/17/securing-multiple-identity-provider-oauth-bearer-tokens-in-an-asp-net-core-api/","canonicalUrl":"https://damienbod.com/2021/05/17/securing-multiple-identity-provider-oauth-bearer-tokens-in-an-asp-net-core-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8210205233170511563fe131be9cc30d","ratio":1.1070110701107,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAII/8QAIRAAAQIEBwAAAAAAAAAAAAAAAwABAhFBcQQTITEzseH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARAv/aAAwDAQACEQMRAD8A0sI7kabhHrOjqssdQwTt4g4Tigu/aU+6R5xjHS//2Q==","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"CLkejdj3u","title":"N A T U . R A E XV","shortId":"CLkejdj3u","createdAt":"2021-05-17T04:02:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27020402,"tagsStr":"r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:00:00.000Z","url":"https://www.behance.net/gallery/119531853/N-A-T-U-R-A-E-XV","canonicalUrl":"https://www.behance.net/gallery/119531853/N-A-T-U-R-A-E-XV","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e190d3a3c269c7c72dcc2718ee3d1df5","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAJBAAAQQAAwkAAAAAAAAAAAAAAwABAgQFBgcREyEiMUSSodH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AnTXOdoDgp49ZNIdwjQCV5PIgp7OEej8r+lsW9i/d2PGPxERl6Kkf/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"K5LRHvjh7","title":"POP Culture + Numérique","shortId":"K5LRHvjh7","createdAt":"2021-05-15T03:07:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27017467,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/107743615/POP-Culture-Numrique","canonicalUrl":"https://www.behance.net/gallery/107743615/POP-Culture-Numrique","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/123c6c107743615.609a9763773b1.gif","ratio":1.31455399061033,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEBRITIVEiMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2zLu5Np0NWSY3kOw6GVOFtceJ0xBH09Ae6rY4XaMfbJvCF3IaSHVJHBXAkjjuaUoL//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OuTRbXJ1J","title":"Knicks Clinch the 4-Seed and Face the Hawks in Round 1","shortId":"OuTRbXJ1J","createdAt":"2021-05-17T03:38:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020378,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T03:33:28.000Z","url":"https://www.theringer.com/2021/5/16/22439693/knicks-clinch-the-4-seed-and-face-the-hawks-in-round-1","canonicalUrl":"https://www.theringer.com/2021/5/16/22439693/knicks-clinch-the-4-seed-and-face-the-hawks-in-round-1","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1492dc84e1a01c4566dc418d62ad6e98","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAwECEQAEBQchEjFzodH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQADEQIEEyHw/9oADAMBAAIRAxEAPwDLYDVmOPbXuPuLshRqxxBOUaI4ZOmUd354bEL6qSunbKVjKnjxJ9pSiK7l0AEHtJPA3MQv/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BiTM5eBEn","title":"Microsoft board members thought Gates should step down after alleged affair with employee: WSJ","shortId":"BiTM5eBEn","createdAt":"2021-05-17T03:28:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020368,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T03:22:34.000Z","url":"https://www.theverge.com/2021/5/16/22439640/bill-gates-microsoft-board-alleged-affair-investigation","canonicalUrl":"https://www.theverge.com/2021/5/16/22439640/bill-gates-microsoft-board-alleged-affair-investigation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b1a41ec66bdce84dab4a34095b25fd0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBAMBAQAAAAAAAAAAAAABAAIDBAUGERNh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIhMf/aAAwDAQACEQMRAD8AlWwaLTxelV8sbD5prsZ41zAPItLT0H70gqVoinDkCpu//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"7KJ2Hv1AB","title":"Part 1: Warriors-Lakers, Philly-Brooklyn, Milwaukee’s Burden, and the DOA Celtics With Ryen Russillo","shortId":"7KJ2Hv1AB","createdAt":"2021-05-17T01:01:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27020221,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-17T00:58:14.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/16/22439512/part-1-warriors-lakers-philly-brooklyn-milwaukees-burden-and-the-doa-celtics-with-ryen-russillo","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/16/22439512/part-1-warriors-lakers-philly-brooklyn-milwaukees-burden-and-the-doa-celtics-with-ryen-russillo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c3dacff3b66c58e88777b7957ea1676","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDEQAEBRIhMlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARMf/aAAwDAQACEQMRAD8A1kcHrzNykG7JNO8qq8coIRtdSGAROoFAGz7f17lbSRNfTghXu4jjVAztbGhVk/uMYckjq9v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3E_8iWc71","title":"Carl Chenet: How to save up to 500€/year switching from Mailchimp to Open Source Mailtrain and AWS SES","shortId":"3E_8iWc71","createdAt":"2021-05-16T23:25:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27020125,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T23:01:00.000Z","url":"https://carlchenet.com/how-to-save-up-to-500e-year-switching-from-mailchimp-to-open-source-mailtrain-and-aws-ses/","canonicalUrl":"https://carlchenet.com/how-to-save-up-to-500e-year-switching-from-mailchimp-to-open-source-mailtrain-and-aws-ses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d33b15cae382a294d58f3579dc0a54c","ratio":2.91737891737892,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIhAAAAQEBwAAAAAAAAAAAAAAAAECBQMEERITFUFRVJPR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSsBobTTebfKXKIqngpqemwplLdwJTpT4AAj//2Q==","siteTwitter":"@carl_chenet","creatorTwitter":"@carl_chenet","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0OdfnKEUY","title":"How to Add a Favicon to Your WordPress Website","shortId":"0OdfnKEUY","createdAt":"2021-05-16T21:34:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27020014,"tagsStr":"webdev,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T16:00:20.000Z","url":"https://www.quicksprout.com/how-to-add-a-favicon-to-your-wordpress-website/","canonicalUrl":"https://www.quicksprout.com/how-to-add-a-favicon-to-your-wordpress-website/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Jz8VVDQFx","title":"New Trailers: The Green Knight, Wish Dragon, Venom 2, and more","shortId":"Jz8VVDQFx","createdAt":"2021-05-16T21:20:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27020000,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T21:17:43.000Z","url":"https://www.theverge.com/2021/5/16/22437857/new-trailers-green-knight-wish-dragon-venom-purge-netflix","canonicalUrl":"https://www.theverge.com/2021/5/16/22437857/new-trailers-green-knight-wish-dragon-venom-purge-netflix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36afe12086d50cde39d3a7f04588d566","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQADBAIREhMFBiFC/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMhERNB/9oADAMBAAIRAxEAPwDIJXYH2p0cNtUDQAffcsrCyq9zUndXY/RRECYIwG1xJbX5Nr//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JkQGRzly3","title":"Monorepo(s) mit Git: Eine gute Idee?","shortId":"JkQGRzly3","createdAt":"2021-05-16T21:18:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019998,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T21:00:00.000Z","url":"https://svij.org/blog/2021/05/16/monorepos-mit-git-eine-gute-idee/","canonicalUrl":"https://svij.org/blog/2021/05/16/monorepos-mit-git-eine-gute-idee/","image":"https://svij.org/103","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"NGrNuw9Tn","title":"Vincent Fourmond: Tutorial: analyze redox inactivations/reactivations","shortId":"NGrNuw9Tn","createdAt":"2021-05-16T20:29:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27019949,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T12:00:00.000Z","url":"https://vince-debian.blogspot.com/2021/05/tutorial-analyze-redox.html","canonicalUrl":"https://vince-debian.blogspot.com/2021/05/tutorial-analyze-redox.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/600aeb0358f6461da5243b6b6cfb5f1e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBBCFRA0FC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDTSWWjjXHnZBrLS0472AEf/9k=","siteTwitter":"@QSoasSoftware","creatorTwitter":"@QSoasSoftware","readTime":null,"description":null,"toc":null,"summary":null},{"id":"le2ZerTL-","title":"Clubhouse expanding its new Android app to more countries this week","shortId":"le2ZerTL-","createdAt":"2021-05-16T17:44:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019784,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T17:41:20.000Z","url":"https://www.theverge.com/2021/5/16/22439032/clubhouse-expanding-android-app-countries-audio","canonicalUrl":"https://www.theverge.com/2021/5/16/22439032/clubhouse-expanding-android-app-countries-audio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d5779dcb4d9969b8b7ca5b09463209b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYVEhNBUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDQtmarBu3b93LFZ8bxlw0Z7UvU0pVGbOcDGfRB81PMloJnDWcbMGIJyRn5SlMQDVV7f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vkAFY0zkL","title":"How to Optimize Site Performance (and Increase Search Ranking)","shortId":"vkAFY0zkL","createdAt":"2021-05-16T17:22:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27019762,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:34:26.000Z","url":"https://mediatemple.net/blog/web-development-tech/how-to-optimize-site-performance-and-increase-search-ranking/","canonicalUrl":"https://mediatemple.net/blog/web-development-tech/how-to-optimize-site-performance-and-increase-search-ranking/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd1a3432e66bb4b03937a7e2785a4966","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQACAwQREiExIv/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQACwQMEIUFx/9oADAMBAAIRAxEAPwDaxTGIWDGEuNsiNt6dKi2olxHs8RFH93Ua6fHWWPrg2fcE/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"13AiIFwta","title":"AT&T is reportedly in talks to merge its media business with Discovery","shortId":"13AiIFwta","createdAt":"2021-05-16T16:56:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019736,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T16:49:35.000Z","url":"https://www.theverge.com/2021/5/16/22438964/att-discovery-combine-media-entertainment-streaming-hbo-netflix-disney","canonicalUrl":"https://www.theverge.com/2021/5/16/22438964/att-discovery-combine-media-entertainment-streaming-hbo-netflix-disney","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/868d8ee6c4188f627fab25e1ed0c739b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAcEAACAgMBAQAAAAAAAAAAAAABAgMRAAQxBRL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AIvo7McvnzK+ujySqAkjm2i+TZrneYXXlZQwnABF0UvGMSrCtRh//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Sq-8jxDHB","title":"CSS \"inset\" is supported across all major browsers (#note)","shortId":"Sq-8jxDHB","createdAt":"2021-05-16T16:46:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27019726,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T22:00:00.000Z","url":"https://www.stefanjudis.com/notes/css-inset-is-supported-across-all-major-browsers/","canonicalUrl":"https://www.stefanjudis.com/notes/css-inset-is-supported-across-all-major-browsers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ebadd434e91972bd2037321dfd09e96","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxEEEiEFFCJBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAABAhEAA//aAAwDAQACEQMRAD8A0hSusKK51FGwcle35IHrO6TlHXbnorexAXZQWPiMnHyIiOKhrcbu5UCb/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"upbHR0ksO","title":"Serverless NextJS/GPT-3 Template to build GPT-3 apps","shortId":"upbHR0ksO","createdAt":"2021-05-16T16:31:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27019711,"tagsStr":"react,devtools,github,serverless,nlp,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T12:00:00.000Z","url":"https://github.com/harish-garg/nextjs-reactjs-gpt-3","canonicalUrl":"https://github.com/harish-garg/nextjs-reactjs-gpt-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30945c9be9cf1e956eda024a6b097772","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRUQUSIUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDESL/2gAMAwEAAhEDEQA/ANK33Jiq1gSxyx7Tuw++OJBjdRXHxqqa67ilaBFLXljoDXkkbJ+xEKO46ymj/9k=","siteTwitter":"@github","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jFBVnKIQd","title":"Amazon debuts free video-streaming service MiniTV in its India app","shortId":"jFBVnKIQd","createdAt":"2021-05-16T15:14:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019634,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T15:09:21.000Z","url":"https://www.theverge.com/2021/5/16/22438842/amazon-free-video-streaming-service-minitv-india","canonicalUrl":"https://www.theverge.com/2021/5/16/22438842/amazon-free-video-streaming-service-minitv-india","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12a570b3f282275588e1d19aec7bf5d8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEITFBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Azct9aVvW3Fqsdtyxi2r16AIH0SCRvgREmX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"7OTP9WbWK","title":"How to import JSON files in ES modules (Node.js) (#snippet)","shortId":"7OTP9WbWK","createdAt":"2021-05-16T15:06:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27019626,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T22:00:00.000Z","url":"https://www.stefanjudis.com/snippets/how-to-import-json-files-in-es-modules-node-js/","canonicalUrl":"https://www.stefanjudis.com/snippets/how-to-import-json-files-in-es-modules-node-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1bada21d879e35ff7c0fc0e49a0afcf","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgICAAcBAAAAAAAAAAAAAQIDEQAEBRITISIxccH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/ANIQR7p5Xbag6a9yg16JFerv8ycg47M8EbyIC7KCx8RZr5jGI4qGtxu7lQJv/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"jKndcElB2","title":"How to find the constellations of Leo and Virgo in the night sky","shortId":"jKndcElB2","createdAt":"2021-05-16T14:55:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27019615,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033343-900-how-to-find-the-constellations-of-leo-and-virgo-in-the-night-sky/","canonicalUrl":"https://www.newscientist.com/article/mg25033343-900-how-to-find-the-constellations-of-leo-and-virgo-in-the-night-sky/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb0504031907799e190c5e660acd3d41","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABAwQFEQYSEyEyUdL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAwIRBAWR/9oADAMBAAIRAxEAPwDNYT0vNCY01eTGBbHaSlLDvj32qGz24hYuePts+JfKIqLuwtAQPI08TB3tZ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"cWmoxm5bE","title":"Update zur Arbeit am Buch","shortId":"cWmoxm5bE","createdAt":"2021-05-16T14:07:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019567,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:39:07.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/16/update-zur-arbeit-am-buch-2/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/16/update-zur-arbeit-am-buch-2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-2edhp50h","title":"WLAN-Passwort unter Linux vergessen, kein Problem","shortId":"-2edhp50h","createdAt":"2021-05-16T13:37:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019537,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:20:42.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/16/wlan-passwort-unter-linux-vergessen-kein-problem/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/16/wlan-passwort-unter-linux-vergessen-kein-problem/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UG9v4baFm","title":"David Oyelowo on Why He Decided to Create the Movies That He Wants to See","shortId":"UG9v4baFm","createdAt":"2021-05-16T13:26:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27019526,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:09:41.000Z","url":"https://www.theringer.com/2021/5/16/22438787/david-oyelowo-on-why-he-decided-to-create-the-movies-that-he-wants-to-see","canonicalUrl":"https://www.theringer.com/2021/5/16/22438787/david-oyelowo-on-why-he-decided-to-create-the-movies-that-he-wants-to-see","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf05635a28a11b4eed0790b3ce5feb83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQMCAAQREiExQQcTIjJS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDSEPZHrDc3kWv7TEiwKC0mIMQJZxxhr64b648VczC8x8Z7/ZpSlxDs21v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TUagrVdSW","title":"New leak ahead of Google I/O claims Android 12 may include changes for widgets and notifications","shortId":"TUagrVdSW","createdAt":"2021-05-16T13:06:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019506,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:04:17.000Z","url":"https://www.theverge.com/2021/5/16/22438065/new-leaks-ahead-google-io-android-12-big-changes","canonicalUrl":"https://www.theverge.com/2021/5/16/22438065/new-leaks-ahead-google-io-android-12-big-changes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87f178b0208c93d28c8be73a775d3aab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQMFAQAAAAAAAAAAAAAAAwABEQIEBQYxof/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQIAAwQRIXH/2gAMAwEAAhEDEQA/AM91TIWwdNyISY4BiPEFq63igiNJKnhuuiILfTv2QqQwzET/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-Ivk6um4g","title":"Cloudflare says it’s time to end CAPTCHA ‘madness’, launches new security key-based replacement","shortId":"-Ivk6um4g","createdAt":"2021-05-16T13:01:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27019501,"tagsStr":"security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T13:00:00.000Z","url":"https://www.theverge.com/2021/5/16/22436395/cloudflare-end-captcha-madness-security-key-cryptographic-attestation-of-personhood","canonicalUrl":"https://www.theverge.com/2021/5/16/22436395/cloudflare-end-captcha-madness-security-key-cryptographic-attestation-of-personhood","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6f26d0e0a9e24365a0f2740af257974","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMRAAIhBDEFEhUyQVGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQADAAAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AM2ZqGdMS3ENeURmbYsF/MCDv4zO/uoPEGT2j7SlCiu7FYn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"VLNvCd2OR","title":"An Unfussy, Affordable Nonstick Pan That Works With Induction","shortId":"VLNvCd2OR","createdAt":"2021-05-16T12:04:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27019444,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T08:00:00.000Z","url":"https://www.wired.com/review/cuisinart-carbonware-carbon-steel-frying-pan/","canonicalUrl":"https://www.wired.com/review/cuisinart-carbonware-carbon-steel-frying-pan/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e25f78b7cc8f74b9c525730e9d05cd1e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRABAQACAQUAAAAAAAAAAAAAAQIAEQMEEiJxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQH/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxFx/9oADAMBAAIRAxEAPwDMYqp6kRlJ8u2pEfeWvmu7qlNrt1IHzWMZQa4pb0ej/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"sYw29siti","title":"Prominent scientists call for more investigation into origins of coronavirus","shortId":"sYw29siti","createdAt":"2021-05-16T11:14:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27019394,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T11:00:00.000Z","url":"https://www.livescience.com/coronavirus-origins-letter-science.html","canonicalUrl":"https://www.livescience.com/coronavirus-origins-letter-science.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37ef6c596e5a8c1e054a97cb50102c3c","ratio":1.50367107195301,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAARBQZBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACUf/aAAwDAQACEQMRAD8AjZuzmrVsSSRvuvbaswCjxSw9+DNJp8Xy9mpBPHRBSVFdSbCg6I2PMYymDT2//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HmBwqr-aP","title":"Be Curious, Not Furious","shortId":"HmBwqr-aP","createdAt":"2021-05-16T02:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"colkgirl","views":84,"score":27019384,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:55:21.000Z","url":"https://code.likeagirl.io/be-curious-not-furious-98a50ed5e0e","canonicalUrl":"https://code.likeagirl.io/be-curious-not-furious-98a50ed5e0e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a835aeac89b1941e86e5d48f11c24f16","ratio":1.40350877192982,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAgIDAAAAAAAAAAAAAgEEBQADERIGMRRhITJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8A2aQ4vMQjmf5FHcgk3shfEysMrpAjYc/QVEs/A/qKnXurmLJwUY0J9r5a2QW9r1vqm2PWc0pQAHCU01tq9vP/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_ZQjNueog","title":"Creating a Gaming Universe with Metafy","shortId":"_ZQjNueog","createdAt":"2021-05-16T11:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27019383,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T00:00:00.000Z","url":"https://www.behance.net/gallery/119546351/Creating-a-Gaming-Universe-with-Metafy","canonicalUrl":"https://www.behance.net/gallery/119546351/Creating-a-Gaming-Universe-with-Metafy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ee2392547dbb81c5e95d5f691e98e74","ratio":0.651465798045603,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAmEAABAwMCBQUAAAAAAAAAAAABAgMEABESBQYHFjFBYSEjUYGy/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQEAAAYDAAAAAAAAAAAAAAABAAIDBBEhBXGB/9oADAMBAAIRAxEAPwAYhKehSNOenQnJERo4rbcaum3cDpc/dVfM23T6q22yCetoCLfqlnfuuRN0cNNHckWZmJmYLS23YBSEHIp+Ac0m3nxRKrRYZUT7pv3yolW7Kbg3F604hrSK6RTHXkf/2Q==","siteTwitter":"@behance","creatorTwitter":"@thunderockets","readTime":0,"description":null,"toc":null,"summary":null},{"id":"trit8Cc6J","title":"How to start using all the aliases you set up (and forgot) (#note)","shortId":"trit8Cc6J","createdAt":"2021-05-16T10:45:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27019365,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T22:00:00.000Z","url":"https://www.stefanjudis.com/notes/how-to-start-using-all-the-aliases-you-set-up-and-forgot/","canonicalUrl":"https://www.stefanjudis.com/notes/how-to-start-using-all-the-aliases-you-set-up-and-forgot/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3448a2d86b1f498d89e40e9defd1b20","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAREjEFInH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAhEAAQP/2gAMAwEAAhEDEQA/ANI1Ktk1xLLfkbiSeCxoAQOh1vJqDzszwRvIgLsoLH1Gzr5jGIxGibhtzsUp/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1oeJHUhf0","title":"MotoPress Easy WordPress Appointment Booking","shortId":"1oeJHUhf0","createdAt":"2021-05-16T09:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27019296,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:56:44.000Z","url":"https://www.wpexplorer.com/motopress-wordpress-appointment-booking-plugin/","canonicalUrl":"https://www.wpexplorer.com/motopress-wordpress-appointment-booking-plugin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a64b952d6bff190e5e5379b20ade94e8","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFBhESITETFCIygf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDExEisf/aAAwDAQACEQMRAD8A2LorcxZ1yV9/oStUZXNoZQxON6ktgpKyRvzwPkWbWMwS8H5VAc89Pa5xnfHvCEGlkow8JWujOvAv/9k=","siteTwitter":"@wpexplorer","creatorTwitter":"@wpexplorer","readTime":16,"description":null,"toc":null,"summary":null},{"id":"DG7ziu80lg","title":"8 Reasons to Avoid Cheap Web Hosting","shortId":"DG7ziu80lg","createdAt":"2021-05-16T09:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27019296,"tagsStr":"security,webdev,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:21:29.000Z","url":"https://www.wpexplorer.com/avoid-cheap-wordpress-hosts/","canonicalUrl":"https://www.wpexplorer.com/avoid-cheap-wordpress-hosts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99c463d606eb44828428de3dba8149a2","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAwABBQIEERIGIVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A2uRjDm5FHXtEhcDCHO9s1T6E8z3j6zq4iJTX/9k=","siteTwitter":"@wpexplorer","creatorTwitter":"@souravify","readTime":10,"description":null,"toc":null,"summary":null},{"id":"5md7hyAhK","title":"15 Inspirational Design Quotes","shortId":"5md7hyAhK","createdAt":"2021-05-16T09:28:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27019288,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"https://www.vectornator.io/blog/design-quotes","canonicalUrl":"https://www.vectornator.io/blog/design-quotes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e73008c637db295f78c064f3ac174e2d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIABQQDERIhUWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMREv/aAAwDAQACEQMRAD8A2FNfYN/l8MyvLjVIXVZ23JHjb3LAwqNQAtewUdABz19iIPWFj6MXtph5LzP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Mzh2hcLORM","title":"Hive Metastore on Nomad","shortId":"Mzh2hcLORM","createdAt":"2021-05-14T21:21:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":5,"score":27017449,"tagsStr":"mysql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T01:23:20.000Z","url":"https://itnext.io/hive-metastore-on-nomad-5378bf1e0a2c","canonicalUrl":"https://itnext.io/hive-metastore-on-nomad-5378bf1e0a2c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f281144b839e11380803de0842a3d96c","ratio":3,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhABAAIDAQAAAAAAAAAAAAAAAwACAQQyQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A1GuqDMbKVbIfFs+S0REH/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"k59opd3zZ","title":"Die PATH-Variable unter Linux am Terminal","shortId":"k59opd3zZ","createdAt":"2021-05-16T08:37:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019237,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T08:02:11.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/16/die-path-variable-unter-linux-am-terminal/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/16/die-path-variable-unter-linux-am-terminal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"RDm8Gy_6q","title":"In Defense of Snow Days","shortId":"RDm8Gy_6q","createdAt":"2021-05-14T12:03:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T08:00:00.000Z","url":"https://www.wired.com/story/in-defense-of-snow-days/","canonicalUrl":"https://www.wired.com/story/in-defense-of-snow-days/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be165f84d4c3389914b3325b269735da","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgQRAAMGEgUhMRP/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwClczgTZ/Ko0GP5eVE17CkhigDUnbqdYv4DV39snKFp1/jpTUrMVRQoLGya9ezjGFr/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"d4esC7Fly","title":"CN100 Commemorative Book","shortId":"d4esC7Fly","createdAt":"2021-05-16T07:10:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27019150,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T00:00:00.000Z","url":"https://www.behance.net/gallery/106335513/CN100-Commemorative-Book","canonicalUrl":"https://www.behance.net/gallery/106335513/CN100-Commemorative-Book","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a88311502fc04f969fdd2300d1df1422","ratio":1.49094781682641,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECBCEDEVEFEhMVIv/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIRAAMEIRJRcf/aAAwDAQACEQMRAD8AwFirTesrJdIMnc7PJnfE3gR+JWAAAWN1e7kG6qqVA4iNCJ97r//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Dd1QM6EuK","title":"Vom Rest das Beste – Woche 19","shortId":"Dd1QM6EuK","createdAt":"2021-05-16T06:37:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27019117,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T06:21:00.000Z","url":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-19/","canonicalUrl":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4a783d83133f5d5a4b6845c2ef6fd30","ratio":1.62068965517241,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAURAAYhMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCsdWlVfiFYfL4+k9duit0gtWlsEYQBEoknR1KPoP3fzzmaew9bNXP5KvWZCKFWWrXE78iJkAfnHHCaDLT/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aJO47gXeG","title":"Various Illustrations 2020 ? 2021","shortId":"aJO47gXeG","createdAt":"2021-05-16T03:13:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27018913,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-16T00:00:00.000Z","url":"https://www.behance.net/gallery/119460955/Various-Illustrations-2020-2021","canonicalUrl":"https://www.behance.net/gallery/119460955/Various-Illustrations-2020-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5405da08c978b24f5c597720daa91f3","ratio":2.15384615384615,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAUREiEEQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EACERAAECBAcAAAAAAAAAAAAAAAECAwAEESEFEhORsdPw/9oADAMBAAIRAxEAPwDMdDNcLZJHLNA4UltH4424CCPXO1TJ5KM7NJAjOSSzbMMn7gHFKUzJJWqvrqiGxY6cszktXraPKjvH/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Q_dpeaoxd","title":"Golden Fairytale","shortId":"Q_dpeaoxd","createdAt":"2021-05-15T23:12:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27018672,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/119491869/Golden-Fairytale","canonicalUrl":"https://www.behance.net/gallery/119491869/Golden-Fairytale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/040a7a27e23e9015b28ef6dc7a7e0140","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIxAAAgEDAQkAAAAAAAAAAAAAAQIAAwQhBQYHERITMTJRU//EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAwQRMXH/2gAMAwEAAhEDEQA/AJ1neJbrSsAr1k6C+RXDccAEAZx7mG23iliefuflEScm7QqAh+/INlaFuCJ//9k=","siteTwitter":"@behance","creatorTwitter":"@albertdrosphoto","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GnpGx2QWf","title":"Gbrainy – Denksport unter Linux","shortId":"GnpGx2QWf","createdAt":"2021-05-15T21:35:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27018575,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T21:22:59.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/15/gbrainy-denksport-unter-linux/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/15/gbrainy-denksport-unter-linux/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"kNZuE6FA0","title":"Four Persona Examples for UX/UI design","shortId":"kNZuE6FA0","createdAt":"2021-05-15T20:52:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27018532,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:07:31.000Z","url":"https://www.uxpin.com/studio/blog/persona-examples/","canonicalUrl":"https://www.uxpin.com/studio/blog/persona-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9c5356c04e7d04427f0d3336fd5b1f8","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQACAwQFEhMGERYhMVKBk//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQFERQiUf/aAAwDAQACEQMRAD8A3camS+nNpyl3NjPOJ2Q3gtPXt6CnyKoeUH5hEVNhY0ktQzDZ2aT4VvB0iQAeAV//2Q==","siteTwitter":"","creatorTwitter":"@uxpin","readTime":5,"description":null,"toc":null,"summary":null},{"id":"IadeCWGwe","title":"Go read this look at how Clubhouse’s blocking system is problematic","shortId":"IadeCWGwe","createdAt":"2021-05-15T19:54:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018474,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T19:47:51.000Z","url":"https://www.theverge.com/2021/5/15/22437934/go-read-this-clubhouse-blocking-system-black-badge","canonicalUrl":"https://www.theverge.com/2021/5/15/22437934/go-read-this-clubhouse-blocking-system-black-badge","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d5779dcb4d9969b8b7ca5b09463209b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYVEhNBUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDQtmarBu3b93LFZ8bxlw0Z7UvU0pVGbOcDGfRB81PMloJnDWcbMGIJyRn5SlMQDVV7f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lIUOJz1sT","title":"Twitter may be working on Twitter Blue, a subscription service that would cost $2.99 per month","shortId":"lIUOJz1sT","createdAt":"2021-05-15T15:42:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018222,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T15:40:08.000Z","url":"https://www.theverge.com/2021/5/15/22437690/twitter-blue-subscription-service-299-undo-tweets","canonicalUrl":"https://www.theverge.com/2021/5/15/22437690/twitter-blue-subscription-service-299-undo-tweets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb74be2a3850ac38a37edf16aa698e05","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAgMBAAQREiEiMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAgMR/9oADAMBAAIRAxEAPwDP1peAuyakrZbGNEZBxTOyozmdccc/ZqeZ9y6j7SlUb8l4MAL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"cLAg9D1Xx","title":"China's Yutu 2 rover about to 'wake up' on the far side of the moon","shortId":"cLAg9D1Xx","createdAt":"2021-05-15T15:13:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27018193,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T14:58:11.000Z","url":"https://www.livescience.com/china-yutu-2-moon-rover-chang-e-4-wake-up-may-202.html","canonicalUrl":"https://www.space.com/china-yutu-2-moon-rover-chang-e-4-wake-up-may-202","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79e06f85c4778e759fbd212df834f242","ratio":1.51032448377581,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMDBQEAAAAAAAAAAAABAgMEAAYRBRIhEyJBYXGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJd165plrRIxnxJDzU0hHVbKdzOOSpI8/D+VGF3WaoZTLdCTyNzC8499tKUB/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"--_O4aDWx","title":"How far have you gone for internet access?","shortId":"--_O4aDWx","createdAt":"2021-05-15T15:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018186,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T15:00:00.000Z","url":"https://www.theverge.com/2021/5/15/22434809/internet-broadband-high-speed-access-verge-stories-infrastructure","canonicalUrl":"https://www.theverge.com/2021/5/15/22434809/internet-broadband-high-speed-access-verge-stories-infrastructure","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99193389438bf365e5b3739d316d4499","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQQCAwAREiEFMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRBDEFIVH/2gAMAwEAAhEDEQA/AMzWky15yFyz00KpLwtNKsOETMniSe/uhsDQ6y7UqQ1cCvEkTOz633jGJyuJoHwKrcFAyPMyWs6AOrNbK//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"G-J9_R7TN","title":"36 Days of Type - Mayflower Collection","shortId":"G-J9_R7TN","createdAt":"2021-05-15T15:05:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27018185,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/119314691/36-Days-of-Type-Mayflower-Collection","canonicalUrl":"https://www.behance.net/gallery/119314691/36-Days-of-Type-Mayflower-Collection","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/415d78aa10546cf1a39240b846b6918b","ratio":0.886075949367089,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFB//EACIQAAEEAQMFAQAAAAAAAAAAAAECAwQRAAUhMRIVQUNRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAhID/9oADAMBAAIRAxEAPwDGIU7VI0RMdvU5bTDQptAApFcAbfcmL0Vt1anHpRLiz1KKkiyTzeHMp4gAr2oGqHlWI9wlD3H8GJ0gpXM1D1P/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_RB2wifLV","title":"React for Beginners: Complete React Cheatsheet for 2021","shortId":"_RB2wifLV","createdAt":"2021-05-14T20:24:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":880,"score":27018156,"tagsStr":"react,javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-15T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:17:37.000Z","url":"https://www.freecodecamp.org/news/react-for-beginners-cheatsheet/","canonicalUrl":"https://www.freecodecamp.org/news/react-for-beginners-cheatsheet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/def22b38edae020ac614d29c49bcff6b","ratio":1.524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFEQYhEhQx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRBP/aAAwDAQACEQMRAD8AzfjuEwnoW04qe4zUJsk7QJP06APVSLnE2RuGlUWhZmfESkCQN9b6pSqXkiaT1BdN6z//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"H1Y-Xxnai","title":"Biden revokes Trump executive order that targeted Section 230","shortId":"H1Y-Xxnai","createdAt":"2021-05-15T14:26:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018146,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T14:17:49.000Z","url":"https://www.theverge.com/2021/5/15/22437627/biden-revokes-trump-executive-order-section-230-twitter-facebook-google","canonicalUrl":"https://www.theverge.com/2021/5/15/22437627/biden-revokes-trump-executive-order-section-230-twitter-facebook-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e45dbda4e17bc9cbc5fc3e584d1f137","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgIABgMAAAAAAAAAAAAAAQMAAgQFERIhIjE00v/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQAREkFR/9oADAMBAAIRAxEAPwCakLXlLsbsDLNaECjCSKdKncOfPM1d8Fet7ALy3QHT0h9REa3KyUDk/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"LtwvK8TAg","title":"7T MRI shows promise for sports imaging of injured athletes","shortId":"LtwvK8TAg","createdAt":"2021-05-15T14:24:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27018144,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:16:42.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132399&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132399","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0094ae80f4d6868901d539163adfd58c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQf/xAAjEAACAQMDBAMAAAAAAAAAAAABAwIABAURITEGBxJBFCJi/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEUEC/9oADAMBAAIRAxEAPwAvD91WWWFxuMbawyDkx8WPY0wLTufLUjnjap9fDpx99cNnPKiTGSkQGwOhJ1590L061nxR957a+/yaNXCJhEmIJIBJIpkSwDenp//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"sADXdoa4E","title":"Vaccine drives in the US are getting younger","shortId":"sADXdoa4E","createdAt":"2021-05-15T14:06:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018126,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T14:00:00.000Z","url":"https://www.theverge.com/2021/5/15/22437290/vaccines-teens-covid-19-antivirus","canonicalUrl":"https://www.theverge.com/2021/5/15/22437290/vaccines-teens-covid-19-antivirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/054da4da7dcf83e749911d131693b55a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQQBBQEBAAAAAAAAAAAAAQIDBBEABQYSE2EWIv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRIVH/2gAMAwEAAhEDEQA/ANdrMtmHupUZEYmExHNtF5VuKSVnkVe0BXmUjbBXLjtSfpNYb7khzgnqpNi6H4xjDqEbeC7fT//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"o-7DVC46n","title":"Rocket Lab’s Electron rocket suffers failure, loses payload of two satellites","shortId":"o-7DVC46n","createdAt":"2021-05-15T13:55:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018115,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:52:38.000Z","url":"https://www.theverge.com/2021/5/15/22437615/rocket-labs-electron-rocket-suffers-failure-loses-payload-two-satellites","canonicalUrl":"https://www.theverge.com/2021/5/15/22437615/rocket-labs-electron-rocket-suffers-failure-loses-payload-two-satellites","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6e8f7051a363ea9632d9e13142249c4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAgEDEQAEBQYTIXEHEhQiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAESH/2gAMAwEAAhEDEQA/AIR/pnhV4zfBYunaC02tyikmqXoJSMymy7cRWfM5PF1ltzzVTvFCjS+SnNKUSTsR6c6s1DcA3//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"63d190Xm7","title":"Automatische Profile für Tastatur und Maus erstellen","shortId":"63d190Xm7","createdAt":"2021-05-15T13:54:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27018114,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:36:07.000Z","url":"https://www.tutonaut.de/automatische-profile-fuer-tastatur-und-maus-erstellen/","canonicalUrl":"https://www.tutonaut.de/automatische-profile-fuer-tastatur-und-maus-erstellen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fab52003e584e7bc1e0590e1d0f27f92","ratio":1.46453089244851,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABBAECBwAAAAAAAAAAAAABAgMEEQASIQUGExQxQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAITFB/9oADAMBAAIRAxEAPwCxK4pIc5wVEkOxlw3my2kCPul5IuwT6r5veVWYsDot6xDUvSLV253NecYwVXPIkg0G7n//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":19,"description":null,"toc":null,"summary":null},{"id":"UeeALfm6I","title":"The Twitter policy that could temporarily censor every single one of your tweets","shortId":"UeeALfm6I","createdAt":"2021-05-15T13:34:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018094,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:30:00.000Z","url":"https://www.theverge.com/2021/5/15/22437108/twitter-policy-censor-every-tweet","canonicalUrl":"https://www.theverge.com/2021/5/15/22437108/twitter-policy-censor-every-tweet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e1a918d321c126a1b6799498a9bf1fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAEEAgMAAAAAAAAAAAABAgMEEQAFBxIhBhMUFTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAwQABRHx/9oADAMBAAIRAxEAPwCk3F0yVE3O8bhQNXns6QyPsFQC6pTanG+RoG+QSR0U2R0OspYu5s+TGZf+BET7UBfG1GrF1+4xgG2tS1yoiPMp9PThsqzTL0+5/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"2Cvm1KDsa","title":"7 ways to communicate your research to a wider audience","shortId":"2Cvm1KDsa","createdAt":"2021-05-15T13:11:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27018071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:34:19.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132394&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132394","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26f24d7493d08a713025f5e1585b41c9","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQBBQEBAAAAAAAAAAAAAQIDBBEABQYSITEHQf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxIx/9oADAMBAAIRAxEAPwDFfSkN6RsaA7Djx25Go0zIeSFBSkcbI7URZP6B51kSLv7U2IrLJbZWW0BHIpAuhV+YxhWlkpbOW+n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_OjsAaoOT","title":"The Best Way to Get a VR Workout (That's Also Fun)","shortId":"_OjsAaoOT","createdAt":"2021-05-15T13:07:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27018067,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T09:00:00.000Z","url":"https://www.wired.com/story/best-ways-vr-virtual-reality-workout-exercise/","canonicalUrl":"https://www.wired.com/story/best-ways-vr-virtual-reality-workout-exercise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5023aeb7df761b1f284b94ed5b6e50af","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwUGEQchQWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/AJeXgIGM2nG69FR0E+Mj3JSuRcZSzK1tvDKRxyPVVR6e4xSVFy4AOwAAAHylKcAtUxkb/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"60s1QfuLa","title":"Apple reportedly will continue to require masks in its US retail stores","shortId":"60s1QfuLa","createdAt":"2021-05-15T13:06:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018066,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:04:04.000Z","url":"https://www.theverge.com/2021/5/15/22437593/apple-masks-retail-stores-covid-cdc","canonicalUrl":"https://www.theverge.com/2021/5/15/22437593/apple-masks-retail-stores-covid-cdc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bd6762d17dc43e6a6dbfdf3af1e7e0b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQGEQUhM+H/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACESEx/9oADAMBAAIRAxEAPwDILTLL6jZcsGWm5CM4JAGmUlFI13sBpIXMciZQTzV8Se/T5ERqZNxVOT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fCdoKSeQW","title":"Our favorite pandemic gifts to ourselves","shortId":"fCdoKSeQW","createdAt":"2021-05-15T13:06:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018066,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T13:00:00.000Z","url":"https://www.theverge.com/22434062/gifts-covid-favorite-warcraft-knitting-ps5-nintendo-echo","canonicalUrl":"https://www.theverge.com/22434062/gifts-covid-favorite-warcraft-knitting-ps5-nintendo-echo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a592b70c3e4e88aa4633cded1158ca64","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYUIRNBQv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADEf/aAAwDAQACEQMRAD8AiWO4W0nQtv8AGiljXV0llmMU5RlfylMg4Pyg6xWxWktwtrCOVMcIoyWyT17pSi5qrlsJk83/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"vOtBhJ8YZ","title":"Microsoft’s Surface Duo is down to $600 at Woot","shortId":"vOtBhJ8YZ","createdAt":"2021-05-15T12:34:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27018034,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:30:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/15/22435896/microsoft-surface-duo-foldable-android-phone-ebay-4k-tv-tcl-lg-samsung-oled-qled-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/15/22435896/microsoft-surface-duo-foldable-android-phone-ebay-4k-tv-tcl-lg-samsung-oled-qled-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba181477ccea045c66e433ca60b94cad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQFETGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDOJzEEOOs1aWNrxx2W6e6UmVw1wtJ4e+qEiIDlWlb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"-z0r6C4z_","title":"AI can add value in all parts of MR imaging chain","shortId":"-z0r6C4z_","createdAt":"2021-05-15T12:25:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27018025,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:42:26.000Z","url":"https://www.auntminnie.com/index.aspx?sec=rca&sub=ismr_2021&pag=dis&ItemID=132398&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132398","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b5e18c52c38af09f07a17757b5ea2a9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAQMDAwUBAAAAAAAAAAAAAQIDBQQRIQATMQYSFCJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQABAwUAAAAAAAAAAAAAAAABAAMSAgQRMVH/2gAMAwEAAhEDEQA/ANnBRkVH0LNS2zSbVa6Du1ybktG/p2njAx+20aSEn0MmvqU+KkWdUPRSgnk8D5qp1o4tURBtqWot7JV2k4vYZt90YuJG4rA5OklLIAl1F3LsyhjS/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"znKsuP8D-","title":"Geology Students Did Fieldwork During Covid—With Video Games","shortId":"znKsuP8D-","createdAt":"2021-05-15T12:01:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27018001,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T08:00:00.000Z","url":"https://www.wired.com/story/geology-students-did-video-game-fieldwork-during-covid-it-rocked/","canonicalUrl":"https://www.wired.com/story/geology-students-did-video-game-fieldwork-during-covid-it-rocked/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f1c6d57084fe2c0e273706cff9ccf3e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAEDBQAAAAAAAAAAAAABAAIDBBEFEiEGMkFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAhEE/9oADAMBAAIRAxEAPwCNbv37daOvupwySDa6WKtyQfhccHjx7UtvRrWtAOpWCQMdoRFD2vZbCTFSmg0AT//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1WwkRJfy7","title":"Raspberry Pi von Festplatte statt von SD-Karte starten","shortId":"1WwkRJfy7","createdAt":"2021-05-15T11:54:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27017994,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:44:28.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/15/raspberry-pi-von-festplatte-statt-von-sd-karte-starten/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/15/raspberry-pi-von-festplatte-statt-von-sd-karte-starten/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"cAxn9G8HN","title":"Distant star drowns its partner in gas, forming gorgeous 'Necklace Nebula'","shortId":"cAxn9G8HN","createdAt":"2021-05-15T11:13:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017953,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:00:00.000Z","url":"https://www.livescience.com/nasa-hubble-necklace-nebula.html","canonicalUrl":"https://www.livescience.com/nasa-hubble-necklace-nebula.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f262eb4e611922da8bc8784e4c37a546","ratio":1.5671875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQQAAwIRBRITITFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABEQD/2gAMAwEAAhEDEQA/AM5qMq18a0valja1b09tg5kGrR86A97+yGIlLQwEu//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lNBlsvZj0","title":"Scientist find a loophole in Heisenberg's uncertainty principle","shortId":"lNBlsvZj0","createdAt":"2021-05-15T11:13:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017953,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T11:00:00.000Z","url":"https://www.livescience.com/quantum-drum-duet-heisenberg-uncertainty-principle.html","canonicalUrl":"https://www.livescience.com/quantum-drum-duet-heisenberg-uncertainty-principle.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c8a5d94c9cb6d04ffbae9aa084a021a","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAhBRETMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHREAAgAHAQAAAAAAAAAAAAAAAQIAAwQRQVFhcf/aAAwDAQACEQMRAD8Azk/JV4q9ewsEkwlBVklfR69nofcjvcql2K0UCk6HkbWMYipZSlb+5O4LVk1g1uDA1H//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"P_cYxXMu4","title":"KPB","shortId":"P_cYxXMu4","createdAt":"2021-05-15T11:09:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27017949,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.behance.net/gallery/117073365/KPB","canonicalUrl":"https://www.behance.net/gallery/117073365/KPB","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c2b76fb1f8f289933148268a1c76e9e","ratio":1.65876777251185,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIABAMFETKR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8A3TdbBKt/X1smIubeRkRu+GClu/AZWIhK5H//2Q==","siteTwitter":"@behance","creatorTwitter":"@by_north","readTime":0,"description":null,"toc":null,"summary":null},{"id":"1IYPSLprf","title":"The 16 Best Weekend Deals on Headphones, Tablets, and More","shortId":"1IYPSLprf","createdAt":"2021-05-15T11:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27017943,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T07:00:00.000Z","url":"https://www.wired.com/story/weekend-deals-may-15-2021/","canonicalUrl":"https://www.wired.com/story/weekend-deals-may-15-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d289b677ffbd55b3847a014ead5af71","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBAAAQQDAQAAAAAAAAAAAAAAAAIDBREEEiFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgf/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDUcH/2gAMAwEAAhEDEQA/AN9GrZTD5qXGd3O0vaq54SACdXybhWnnWA//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"wyeDKatTi","title":"WhatsApp’s New Privacy Policy Just Kicked In","shortId":"wyeDKatTi","createdAt":"2021-05-15T11:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27017943,"tagsStr":"tech-news,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T07:00:00.000Z","url":"https://www.wired.com/story/whatsapp-privacy-policy-facebook-data-sharing/","canonicalUrl":"https://www.wired.com/story/whatsapp-privacy-policy-facebook-data-sharing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9241db3c4682e297b28acf15eabf6f7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABAwMDBQAAAAAAAAAAAAACAQMRAAQFISJRBgcSIzH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8Ah5zLXNzh+krZtUYPCtm8DoKsul4iErwukzzNVF73Zu39K4zGOK3sUyE5KNJXd9pSpNsoX//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"09Qv4AlGLu","title":"The Wondrous, Tedious Ocean of Subnautica: Below Zero","shortId":"09Qv4AlGLu","createdAt":"2021-05-15T11:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27017943,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T07:00:00.000Z","url":"https://www.wired.com/story/subnautica-below-zero-impressions/","canonicalUrl":"https://www.wired.com/story/subnautica-below-zero-impressions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1fd43fefdf6941c175385f35197cf41","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAABBAMAAwAAAAAAAAAAAAABAgMEEQAFEjFBof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAExA//aAAwDAQACEQMRAD8Ar6OTElOOOMwhHcQA1YX0PNg0R6J+nLi9vytQMKKaNXxjGOXM1eQYas7P/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RXMPbTyPy","title":"Auto-Generated Social Media Images","shortId":"RXMPbTyPy","createdAt":"2021-05-14T20:51:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":293,"score":27017923,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-15T02:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:34:49.000Z","url":"https://css-tricks.com/auto-generated-social-media-images/","canonicalUrl":"https://css-tricks.com/auto-generated-social-media-images/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2961322f253d52dec019d320af9f5cf7","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDEQAEBhIUIRYjcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AMjlmPh5M6828j4u9634chRlZ6WRqaeDIZkXKth2WYG1JET57KUozK2ZK5b5nW0hUgZJLIxw4Dxf/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TpVUHNeH3","title":"Comics for Designers #442","shortId":"TpVUHNeH3","createdAt":"2021-05-15T10:22:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27017902,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T10:15:24.000Z","url":"https://www.webdesignerdepot.com/2021/05/comics-for-designers-442/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/comics-for-designers-442/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/822da9801501db1309a3270086605711","ratio":1.21163166397415,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDAAQRBhITIQUxFSIk/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8A07VS6l+fMtjZotryuxijmjZpslAD9iCvSdj13VpZeO/HByqVk413Ltzg47GR7pSoW9k6x4bodn//2Q==","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fV4pqHJg3","title":"Topframe","shortId":"fV4pqHJg3","createdAt":"2021-05-10T21:36:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":657,"score":27012399,"tagsStr":"javascript,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-11T09:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:14:15.000Z","url":"https://css-tricks.com/topframe/","canonicalUrl":"https://css-tricks.com/topframe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00bf7df09135e954bf6b702f9f778f5c","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAgADEQESBAYHIjE1UZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AyprKh3QeOB28YlxipWz438qymnpR2g+t9oiMytmSuW+Z1tIVIGSSyMcOA8X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lcN91Ow7_","title":"MEDUZA’s ‘Headrush’ featuring Elorii lands on Insomniac Records","shortId":"lcN91Ow7_","createdAt":"2021-05-15T10:10:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017890,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T10:10:00.000Z","url":"https://dancingastronaut.com/2021/05/meduzas-headrush-featuring-elorii-lands-on-insomniac-records/","canonicalUrl":"https://dancingastronaut.com/2021/05/meduzas-headrush-featuring-elorii-lands-on-insomniac-records/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c75af96c4a4da053c502c59738f2449","ratio":1.49920255183413,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAREyFRMnGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AMZt34IaoSGCM2NqNhIw15PYPv51kZ7e27I3kp0PGMYZVX//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"E0Pblm42g","title":"GRiZ blasts off with fourth release of the year, ‘Astro Funk’","shortId":"E0Pblm42g","createdAt":"2021-05-15T09:54:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T09:48:00.000Z","url":"https://dancingastronaut.com/2021/05/griz-blasts-off-with-fourth-release-of-the-year-astro-funk/","canonicalUrl":"https://dancingastronaut.com/2021/05/griz-blasts-off-with-fourth-release-of-the-year-astro-funk/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc5956b70bc4b7ef6387185b834b6e38","ratio":1.29090324654452,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMRIQUGEjGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDJuvSuQ4WDPjQZANmS62r4AIJJVgVTOs+hup3lX0YqI13AON+GftKVI2mkhOg3/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"T2rsCUAb6","title":"Loud Luxury pack summertime into a song with ‘Red Handed’ featuring Thutmose","shortId":"T2rsCUAb6","createdAt":"2021-05-15T09:54:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T09:53:00.000Z","url":"https://dancingastronaut.com/2021/05/loud-luxury-pack-summertime-into-a-song-with-red-handed-featuring-thutmose/","canonicalUrl":"https://dancingastronaut.com/2021/05/loud-luxury-pack-summertime-into-a-song-with-red-handed-featuring-thutmose/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0703cfe135856fcfdee16000c96d7db3","ratio":1.49970708845929,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIRIxBhOx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgADEVH/2gAMAwEAAhEDEQA/AMQbaG3vGg9PIIyxs7Nrsk6x1hWFWw+JXTQoVdeJUEZffylKfXJS9yDaszKeZ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-K6CscuTd","title":"Shards of Earth review: A rip-roaring space opera with a psychic twist","shortId":"-K6CscuTd","createdAt":"2021-05-15T09:01:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27017821,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-500-shards-of-earth-review-a-rip-roaring-space-opera-with-a-psychic-twist/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-500-shards-of-earth-review-a-rip-roaring-space-opera-with-a-psychic-twist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06d19e19526be90dfac4e6c1305ac160","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBQYhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAhEAASED/9oADAMBAAIRAxEAPwCA0uw8LxnUmg3NZd2ZoJEiVo6aGU0VcGq9WCPgOZ+FnYBlJCnyAGxjGDyoCvW92DLtZgNpLMn/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JO-ZDx3K1","title":"Misconceptions about Virtual DOM","shortId":"JO-ZDx3K1","createdAt":"2021-05-14T21:21:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":205,"score":27017820,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:01:05.000Z","url":"https://itnext.io/misconceptions-about-virtual-dom-35ec60b87086","canonicalUrl":"https://itnext.io/misconceptions-about-virtual-dom-35ec60b87086","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f539ee31a807a4b07caa807c4a57867","ratio":1.74927113702624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxExEiFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAMAAwAAAAAAAAAAAAAAAAACEQEhIv/aAAwDAQACEQMRAD8AxElq6TVpLQrFVPRxrMlsNIsYcW2fYiDY6gLtaf/Z","siteTwitter":"@itnext_io","creatorTwitter":"@alexyakunin","readTime":3,"description":null,"toc":null,"summary":null},{"id":"FBZJI0L4c","title":"Auth with NodeJS, Express, Mongoose and JWT","shortId":"FBZJI0L4c","createdAt":"2021-05-14T21:20:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":190,"score":27017812,"tagsStr":"security,nodejs,authentication,mongodb","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:58:52.000Z","url":"https://itnext.io/auth-with-nodejs-express-mongoose-and-jwt-577aa3f2f707","canonicalUrl":"https://itnext.io/auth-with-nodejs-express-mongoose-and-jwt-577aa3f2f707","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6350828d47cc181e225e3e96c659cb4","ratio":1.38567493112948,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBABAAIBBQAAAAAAAAAAAAAAAQACEgMRITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPeq1a8FVTvE3k+L5ERDH/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@lobellomatteo","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QdSbTmNFd","title":"Cultist Simulator und SteamWorld Quest als Schnäppchen","shortId":"QdSbTmNFd","createdAt":"2021-05-15T08:34:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27017794,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T07:31:12.000Z","url":"https://www.bitblokes.de/cultist-simulator-und-steamworld-quest-als-schnappchen/","canonicalUrl":"https://www.bitblokes.de/cultist-simulator-und-steamworld-quest-als-schnappchen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dq1TDLnl4","title":"How to create an Online Survey or Quiz – Step-by-step guide","shortId":"dq1TDLnl4","createdAt":"2021-05-14T06:17:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27016217,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T06:17:36.000Z","url":"https://wp-content.co/create-an-online-survey-or-quiz/","canonicalUrl":"https://wp-content.co/create-an-online-survey-or-quiz/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd80131c20b3f9e4c914ff784121e409","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRABAAICAgMAAAAAAAAAAAAAAQIRAAMTIQQSMf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8Ay53aOHTGHinJGKbJymvu3Yh1VHWQZK/axjLpSpxCD//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Qlvk2Y9ei","title":"Tailwind CSS from Zero to Hero - The Utility-First Workflow","shortId":"Qlvk2Y9ei","createdAt":"2021-05-14T13:05:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","tweeted":true,"views":917,"score":27017731,"tagsStr":"general-programming,css,html,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T20:30:00.000Z","discussionScore":42,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:00:00.000Z","url":"https://daily.dev/blog/tailwind-css-the-utility-first-workflow","canonicalUrl":"https://daily.dev/blog/tailwind-css-the-utility-first-workflow","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66f3f9148a825f6bbe219a6799378a07","ratio":1.91387559808612,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAxETITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEB/9oADAMBAAIRAxEAPwDTdNHHW1dVjqpBI07mnepQqMFANjEgexEaJj//2Q==","siteTwitter":"","creatorTwitter":"@vaibhav_khulbe","readTime":7,"description":null,"toc":null,"summary":null},{"id":"pm7flfd24","title":"UI-Testing TypeScript React apps with Puppeteer and Jest","shortId":"pm7flfd24","createdAt":"2021-05-14T21:21:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":124,"score":27017724,"tagsStr":"react,testing,typescript,crawling","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:55:08.000Z","url":"https://itnext.io/ui-testing-typescript-react-apps-with-puppeteer-and-jest-a48684f5d8dc","canonicalUrl":"https://itnext.io/ui-testing-typescript-react-apps-with-puppeteer-and-jest-a48684f5d8dc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e7ea74ec7007d38cba6efe5e757f471","ratio":0.802675585284281,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAMFCP/EACEQAAEEAQMFAAAAAAAAAAAAAAEAAgMRIQQFEiIxM3Kx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOoN6aK8dA+KVN5X+xQNwmDAwcKAoYSHTOc4k1ZN9kR//Z","siteTwitter":"@itnext_io","creatorTwitter":"@lobellomatteo","readTime":2,"description":null,"toc":null,"summary":null},{"id":"eOyPIrval","title":"Achieving observability in async workflows","shortId":"eOyPIrval","createdAt":"2021-05-14T18:05:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"netflix","views":234,"score":27017711,"tagsStr":"azure,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-14T21:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T15:55:36.000Z","url":"https://netflixtechblog.com/achieving-observability-in-async-workflows-cd89b923c784","canonicalUrl":"https://netflixtechblog.com/achieving-observability-in-async-workflows-cd89b923c784","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f968411f79df67f73c48cec4b2f34133","ratio":1.57875457875458,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIhAAAgIABAcAAAAAAAAAAAAAAQIAAwQFERIhMTJBYYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDIVH/2gAMAwEAAhEDEQA/ANK5fimzNLLkQVgNZSQWJ6bGXXtz26+5WtFgAG5OHg/YiBsl5QrdDs//2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"FGFtWvxKb","title":"Project Hail Mary review: Andy Weir conjures a new tale of space peril","shortId":"FGFtWvxKb","createdAt":"2021-05-15T07:11:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27017711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:00:00.000Z","url":"https://www.newscientist.com/article/2277746-project-hail-mary-review-andy-weir-conjures-a-new-tale-of-space-peril/","canonicalUrl":"https://www.newscientist.com/article/2277746-project-hail-mary-review-andy-weir-conjures-a-new-tale-of-space-peril/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4503d687bdf74f1a4da03aefcd202f75","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUGE2Gh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/AM+dK5iL12Y3yrsFic6yogNSEbNqsGgR9vIMuWqRKee0bR5FleqU0E2boesYyQ2W/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FIHsi3X-u","title":"Mozilla: Weitere Verschiebungen rund um Proton","shortId":"FIHsi3X-u","createdAt":"2021-05-15T05:34:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27017614,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T05:21:00.000Z","url":"https://linuxnews.de/2021/05/mozilla-weitere-verschiebung-rund-um-proton/","canonicalUrl":"https://linuxnews.de/2021/05/mozilla-weitere-verschiebung-rund-um-proton/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/820b5cf2781bc0d89f270c52c896613a","ratio":2.35785953177258,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAgMAAAAAAAAAAAAAAgMBBAASETETIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EACARAQAAAwkAAAAAAAAAAAAAAAEAAgMFBhESIkFRscH/2gAMAwEAAhEDEQA/AJC4VUTtUPAqzF4UbvsDu0NjiJ1L51mia9Oqqupa6yBABgRGFjxERHqOsYwV4NNQDl8iusqUyLhsdzR//9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"l4dTtf65i","title":"How to deploy a single Kubernetes cluster across multiple clouds using k3s and WireGuard","shortId":"l4dTtf65i","createdAt":"2021-05-14T21:21:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":33,"score":27017548,"tagsStr":"cloud,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T14:13:48.000Z","url":"https://itnext.io/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81","canonicalUrl":"https://itnext.io/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc609ae4a86da686d3c93497c24d6e7d","ratio":2.18181818181818,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCBAAFERJhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACMQMEEiFR/9oADAMBAAIRAxEAPwDNOu2SqWypWm0K1laZickMB6MHw+ZPdursXHuhTQmLGSmFwB6wBPPA8GMZY65qMGAOpgcCL//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"qjIUe764Y","title":"Web Development for Beginners – Learn Basic HTML and CSS to Build Your First Web Page","shortId":"qjIUe764Y","createdAt":"2021-05-14T17:17:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":148,"score":27017510,"tagsStr":"general-programming,webdev,css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:13:14.000Z","url":"https://www.freecodecamp.org/news/web-development-for-beginners-basic-html-and-css/","canonicalUrl":"https://www.freecodecamp.org/news/web-development-for-beginners-basic-html-and-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc637cb354a38f15cf23e9a46a60abf7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEAIQUUFSJBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEAAwAAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwDVW+7TWmFcYuSFR5gNyJFJda2FDROtCgfuXek5pHgxyQDSdIBFkJ9WcYx212AqIE//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@coderslang","readTime":7,"description":null,"toc":null,"summary":null},{"id":"1Cu2lLdeD","title":"What is SendGrid? SMTP Email Newsletter Tutorial","shortId":"1Cu2lLdeD","createdAt":"2021-05-14T20:38:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":36,"score":27017507,"tagsStr":"backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:31:30.000Z","url":"https://www.freecodecamp.org/news/what-is-sendgrid-smpt-email-newsletter-tutorial/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-sendgrid-smpt-email-newsletter-tutorial/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19a76909e3a5d225aa683da19820bc00","ratio":0.959692898272553,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAP/xAAiEAACAgAGAgMAAAAAAAAAAAABAwIEAAUGERIhFTEkYZL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMRBAUGsf/aAAwDAQACEQMRAD8AboqnledZa3xEX3K1dnCTbCDEtjx9rOwB767+8VboxBbMiqwDket8M0zbsqyOmpVh0FxSBGEZkAdD0MJlbscj8h37OJ791Mw0Ans5XElFnxf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@nhcarrigan","readTime":6,"description":null,"toc":null,"summary":null},{"id":"KsT-ke6KN","title":"IT and Business Continuity: Some Takeaways from the Colonial Pipeline Fiasco","shortId":"KsT-ke6KN","createdAt":"2021-05-14T21:21:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":5,"score":27017449,"tagsStr":"security,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:10:20.000Z","url":"https://itnext.io/it-and-business-continuity-some-takeaways-from-the-colonial-pipeline-fiasco-25b4c81039b7","canonicalUrl":"https://itnext.io/it-and-business-continuity-some-takeaways-from-the-colonial-pipeline-fiasco-25b4c81039b7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b641060303c5239fe1df7bb5b26bc0ae","ratio":2.6390977443609,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAyEEEQUSQST/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDepRI3lZvomd3c4Ds7YY0+AGtUPNqZPh4wnkBgYSHGyLNoitBf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"Bi-bA3G4f","title":"LibreOffice 7.0.6 – sechste Wartungs-Version der Still-Variante","shortId":"Bi-bA3G4f","createdAt":"2021-05-13T13:33:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27015213,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:31:51.000Z","url":"https://www.bitblokes.de/libreoffice-7-0-6-sechste-wartungs-version-der-still-variante/","canonicalUrl":"https://www.bitblokes.de/libreoffice-7-0-6-sechste-wartungs-version-der-still-variante/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IF8yWNQ_T","title":"Tree-Shaking: A Reference Guide","shortId":"IF8yWNQ_T","createdAt":"2021-05-14T10:39:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":490,"score":27017426,"tagsStr":"general-programming,webdev,webpack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-14T15:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/tree-shaking-reference-guide/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/tree-shaking-reference-guide/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a50912674a4c7629c1b7bd7db392989d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIGEyEiMYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDZ+N2xcG2vLXIS5soyEBDQRoOmPHOTkZGfpqkDmMh+DGeXEY2cbSs9z7IBpSlIBRmLdwasYqqz4PN//9k=","siteTwitter":"@smashingmag","creatorTwitter":"@atilafassina","readTime":9,"description":null,"toc":null,"summary":null},{"id":"UuZRz-hEi","title":"Creating Stylesheet Feature Flags With Sass !default","shortId":"UuZRz-hEi","createdAt":"2021-05-14T14:41:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":75,"score":27017341,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:14:34.000Z","url":"https://css-tricks.com/creating-stylesheet-feature-flags-with-sass-default/","canonicalUrl":"https://css-tricks.com/creating-stylesheet-feature-flags-with-sass-default/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68b3d0fa0cc010abc1897c31d2745745","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMRBhITFSEiMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQFESET/9oADAMBAAIRAxEAPwCFrqy03VUqW4j3DLt8e2RZ5AmTnPsd6zL6Fd3ZuoR13HOFhAAfB5UpRmUsyVy3zOtpGrAySaVrhwHi/9k=","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RamctPKYm","title":"Twitter politely asks you to protect its targeted ad dollars in new iOS 14.5 prompt","shortId":"RamctPKYm","createdAt":"2021-05-15T00:39:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017319,"tagsStr":"tech-news,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T00:35:16.000Z","url":"https://www.theverge.com/2021/5/14/22436944/twitter-ad-tracking-ios-14-5-app-transparency","canonicalUrl":"https://www.theverge.com/2021/5/14/22436944/twitter-ad-tracking-ios-14-5-app-transparency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd92592d5428e6bfc121f85a2f18e7d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAABBQADAAAAAAAAAAAAAAACAAEDESESMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AJuGYQjlB4gIzrjI7vYU+1tb1tpb+oiQx//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vVu98D5W0","title":"High-resolution MRI illuminates fetal white-matter tracts","shortId":"vVu98D5W0","createdAt":"2021-05-14T22:26:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27017186,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T22:12:09.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132403&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132403","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1acc07be37dd7bc7c324454db40e1cff","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABQYHCP/EACYQAAECAwYHAAAAAAAAAAAAAAECAwAEBQYHERIUMSIjMjNRcvD/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIABBEhwf/aAAwDAQACEQMRAD8AMWHtU1KXbstVJ3RT+nKcpRiQoDbD7eM9VWo1N2qTjiGJzIt5ahyhsVGLxU0p0TvCOjxCC12keogVTukazLvkXvSV+A5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"3-PQKlzoM","title":"Announcing TypeScript 4.3 RC","shortId":"3-PQKlzoM","createdAt":"2021-05-12T23:13:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ts","views":983,"score":27015499,"tagsStr":"typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-13T06:00:02.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T22:34:18.000Z","url":"https://devblogs.microsoft.com/typescript/?p=2970","canonicalUrl":"https://devblogs.microsoft.com/typescript/?p=2970","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3339f6c27e55de8125e406fc55a4f793","ratio":1.60571428571429,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAxEEMoH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMfR+OKlDUObB2YWYD5khEShHP/Z","siteTwitter":"","creatorTwitter":"@https://twitter.com/drosenwasser","readTime":16,"description":null,"toc":null,"summary":null},{"id":"m3pBHk04w","title":"Venmo shows who you’re friends with even if you’re Joe Biden","shortId":"m3pBHk04w","createdAt":"2021-05-14T22:07:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017167,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T22:06:54.000Z","url":"https://www.theverge.com/2021/5/14/22436847/venmo-contact-friends-list-not-private-president-joe-biden","canonicalUrl":"https://www.theverge.com/2021/5/14/22436847/venmo-contact-friends-list-not-private-president-joe-biden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e738c62d6eb7f479afb89ae203cb693b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAARBQYSMWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEBAQEAAAAAAAAAAAAAAAECABJR/9oADAMBAAIRAxEAPwDO+odhk4pOxGGtEycfEtiJSSPJlcA+RHvYb8y2p8zHfqQXHoxK1hFlKg70WG9evuMYFSES+5OlU3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Q9HFx7GJR","title":"How to Start a WordPress Agency","shortId":"Q9HFx7GJR","createdAt":"2021-05-14T09:46:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27016426,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2020-01-29T08:53:19.000Z","url":"https://kinsta.com/blog/wordpress-agency/","canonicalUrl":"https://kinsta.com/blog/wordpress-agency/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1563b3b15b88c995306d1cd978f10d5","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMFIRIEEzFh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwUTgbH/2gAMAwEAAhEDEQA/AJPAdXe7WMD3HdrtlSeREDcaEevNaUoCqBLmNTy+UpV3co1p32A5alGdSRP/2Q==","siteTwitter":"@kinsta","creatorTwitter":"@sescacca","readTime":25,"description":null,"toc":null,"summary":null},{"id":"LlGzj7lOr","title":"Leaked renders reveal an even more affordable 5G Samsung phone","shortId":"LlGzj7lOr","createdAt":"2021-05-14T18:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016957,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T18:28:52.000Z","url":"https://www.theverge.com/2021/5/14/22436362/samsung-galaxy-a22-5g-leak-renders","canonicalUrl":"https://www.theverge.com/2021/5/14/22436362/samsung-galaxy-a22-5g-leak-renders","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33e3dfcc495083ea45aed658aceb8f64","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABBAEDBQAAAAAAAAAAAAACAAEDEQQFBgcSExQh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARMf/aAAwDAQACEQMRAD8Ar268WAuTdOjOIC68bzHJxF37kRgIe3a6on+Kl0iKs1e3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jmNLORPLq","title":"CT identifies candidates for sublobar resection for lung cancer","shortId":"jmNLORPLq","createdAt":"2021-05-14T21:51:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27017151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:31:23.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132402&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132402","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dffbcfc57ccb9b7cf77f693972701e03","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwME/8QAIRAAAQMDBQEBAAAAAAAAAAAAAQIDBAARIQUGEzFREpL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECABEDErHw/9oADAMBAAIRAxEAPwAy07YcVWz4klxgmS8wXXVdqTcXTi/thjw0dytu6gxKea4VHjWU3GejasL0+YuwXLkKHyE5cJx53UxJfAADzv7NVZShoBahIW1r3Z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Yoin2oYGO","title":"Spring Awakening secures loaded October bill with Martin Garrix, Madeon, RL Grime b2b Baauer, Diplo, and more","shortId":"Yoin2oYGO","createdAt":"2021-05-14T21:42:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017142,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:31:42.000Z","url":"https://dancingastronaut.com/2021/05/spring-awakening-secures-loaded-october-bill-with-martin-garrix-madeon-rl-grime-b2b-baauer-diplo-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/spring-awakening-secures-loaded-october-bill-with-martin-garrix-madeon-rl-grime-b2b-baauer-diplo-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a60ef45623ce8ad05c00ab511a45490","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgIABAcAAAAAAAAAAAAAAQIABAMFERIVFiEiMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQEAAgMAAAAAAAAAAAAAAAABABECITH/2gAMAwEAAhEDEQA/AMZyOvkvKlvDu29mN52rVDak+mI1ElOBWG7lZCp6g/IiK2SuRXdz/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"h7aS8xiM8","title":"After a Chinese zoo covered up a leopard escape, 100 chickens are searching for the big cat","shortId":"h7aS8xiM8","createdAt":"2021-05-14T21:27:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27017127,"tagsStr":"safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:15:24.000Z","url":"https://www.livescience.com/chinese-officials-chickens-search-for-escaped-leopard.html","canonicalUrl":"https://www.livescience.com/chinese-officials-chickens-search-for-escaped-leopard.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/438b18764be4d70cd5a5a9653b42b825","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFBgcRIRIiMWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAMRIf/aAAwDAQACEQMRAD8ArcuZqlt9L7HF8Skmmv57ZpmlVQe9mIB2J8Djj1WYPq9mSF2jkeNnQ9LEAbEj5SlFmXfGkL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"n1zmJZGQe","title":"Jarred Kelenic and Logan Gilbert Debut for the Mariners","shortId":"n1zmJZGQe","createdAt":"2021-05-14T21:08:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27017108,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T21:04:27.000Z","url":"https://www.theringer.com/2021/5/14/22436852/jarred-kelenic-and-logan-gilbert-debut-for-the-mariners","canonicalUrl":"https://www.theringer.com/2021/5/14/22436852/jarred-kelenic-and-logan-gilbert-debut-for-the-mariners","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5739aab3a8617b3aa7d1269f9466af31","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABBAEDBQAAAAAAAAAAAAABAAIDEQQFBhITITFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8Ak9oaDinF1KbIZDIwOGAGCOiHvIAlBJIsGzVe/Ki5ZZuq/k5hNmzxPf6iKkSmg3lYf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mR49OB_DD","title":"Apple said Roblox developers don’t make games, and now Roblox agrees","shortId":"mR49OB_DD","createdAt":"2021-05-14T20:59:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017099,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:54:26.000Z","url":"https://www.theverge.com/2021/5/14/22436014/apple-roblox-epic-fortnite-trial-what-is-game-name-change","canonicalUrl":"https://www.theverge.com/2021/5/14/22436014/apple-roblox-epic-fortnite-trial-what-is-game-name-change","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0469a1a76c102cd4fbe8962b82b5e638","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQACAwQFERITFCExM1Fhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAyEEBRL/2gAMAwEAAhEDEQA/AM+kQwUeqYNcyXE3tokIO7lja5Pvwq0ChUzRh5S7icRc59ePiIhBky2OlRsAGuaBVL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Nq0G7cSmA","title":"China is set to land on Mars for the first time","shortId":"Nq0G7cSmA","createdAt":"2021-05-14T20:26:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017066,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:20:15.000Z","url":"https://www.theverge.com/2021/5/14/22436072/china-tianwen-1-mars-landing-zhurong-rover","canonicalUrl":"https://www.theverge.com/2021/5/14/22436072/china-tianwen-1-mars-landing-zhurong-rover","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b905cdc70db3bf42819edcb52ec913fc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxABAAICAAcAAAAAAAAAAAAAAQIEAAMFBgchIjFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AK+Sa9K305vUblSO6rLh+wdcpdhIKSPkhBHM16/LXFfaC4xgf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"-JEZavl77","title":"Covid-19 news: England proceeds with step 3 despite surging variant","shortId":"-JEZavl77","createdAt":"2021-05-14T20:24:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27017064,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-england-proceeds-with-step-3-despite-surging-variant/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-england-proceeds-with-step-3-despite-surging-variant/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9304c6ddb93482e6d09f8804b1becd9b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAADAQIABBESIQUGEzEVMoH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMhIv/aAAwDAQACEQMRAD8AitElpvVDjlZMphIJHOBcdyNYiJctKdZz19iyNuTfrTEb5KRbRypbwtxnr1hCIzKa2LJXR//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":56,"description":null,"toc":null,"summary":null},{"id":"VrBKzcJpl","title":"Early signs of Parkinson’s disease could be spotted in the nose","shortId":"VrBKzcJpl","createdAt":"2021-05-14T20:24:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27017064,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277671-early-signs-of-parkinsons-disease-could-be-spotted-in-the-nose/","canonicalUrl":"https://www.newscientist.com/article/2277671-early-signs-of-parkinsons-disease-could-be-spotted-in-the-nose/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06b24a34dcf14fb81bdfc9b472b394ee","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAwACBREEEiEycf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAAzEB/9oADAMBAAIRAxEAPwCR5ty14R7nvFnoXYHimh6XDTr2340CD9EmURDVB33D/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VthCwDqPX","title":"Apple confirms space gray Magic Keyboards, Trackpads, and Mice are discontinued","shortId":"VthCwDqPX","createdAt":"2021-05-14T20:20:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017060,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:18:46.000Z","url":"https://www.theverge.com/2021/5/14/22436719/apple-space-gray-magic-trackpad-keyboard-mouse-discontinued","canonicalUrl":"https://www.theverge.com/2021/5/14/22436719/apple-space-gray-magic-trackpad-keyboard-mouse-discontinued","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89a18f323f400d32942f5f437ab0f305","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBBEABRIxQQYTFP/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQMRIf/aAAwDAQACEQMRAD8Apuz9X8gm6TGkaq8ymUuz6LQECroAEXx3miMQy0y239UpexITuW5ajQ5J7OMYM2OkLFqtn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dq1CzxbSm","title":"Facebook loses bid to block a potentially major change to EU data sharing","shortId":"dq1CzxbSm","createdAt":"2021-05-14T20:20:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017060,"tagsStr":"tech-news,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:17:34.000Z","url":"https://www.theverge.com/2021/5/14/22436486/facebook-data-privacy-order-ireland-eu-privacy-shield","canonicalUrl":"https://www.theverge.com/2021/5/14/22436486/facebook-data-privacy-order-ireland-eu-privacy-shield","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38442298a0b565c75b0ad59f2ca8acdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAwQRE1GB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8AwKvagjr63UopH4OJC94I8BAUW0jqIjVCXNboHJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"sr-ZZktFL","title":"UltraSight closes $13M funding round for AI platform","shortId":"sr-ZZktFL","createdAt":"2021-05-14T18:04:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016924,"tagsStr":"startup,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:44:33.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132396&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132396","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc988fbca8947d48e7a58bdf49483c8a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACYQAAIBAQYGAwAAAAAAAAAAAAECBAMABQYREkEHEyExUWEUIjL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAEDABExIf/aAAwDAQACEQMRAD8AhcO0LjHDq/pF4wKr1I4ULJUdFZm0gHyMz32ysPdfEyZBu2JE+Gj8iilLUVHXSoGfb1Zhg8kYbmICQlSFVDrsw0VDkfNsmju3Ip/ZvyN/VqlWvicwyJaR7n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"MB0ncL34d","title":"Chicago permits Lollapalooza to move forward with ‘near or full-capacity’ festival this summer","shortId":"MB0ncL34d","createdAt":"2021-05-14T20:16:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017056,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:15:23.000Z","url":"https://dancingastronaut.com/2021/05/lollapalooza-to-return-for-four-day-event-this-summer/","canonicalUrl":"https://dancingastronaut.com/2021/05/lollapalooza-to-return-for-four-day-event-this-summer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50537393ab556ba1d28eea7b379d1c68","ratio":1.56351791530945,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIFAAMEERITITFBUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAMRH/2gAMAwEAAhEDEQA/AMlKSbR2SY/MxLWRzmZ2YuWGyDcbofR2B8q+3NsbangHYeKUoMqOOl//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"0d0llea-X","title":"Gorgon City expand ‘Olympia’ tracklist with ‘Never Let Me Down’","shortId":"0d0llea-X","createdAt":"2021-05-14T20:06:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27017046,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T20:05:25.000Z","url":"https://dancingastronaut.com/2021/05/gotgon-city-expands-olympia-tracklist-with-single-never-let-me-down/","canonicalUrl":"https://dancingastronaut.com/2021/05/gotgon-city-expands-olympia-tracklist-with-single-never-let-me-down/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36696ea6ec77decdf464365c14fc2449","ratio":1.50078247261346,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFERITIRYiQXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQADAAMAAAAAAAAAAAAAAAAAARECEjH/2gAMAwEAAhEDEQA/AMtfoX11wlqaiOWpDCzYim0hrQGguBwfLsjj2penC7uEeAeQNY+IiostVEGXp//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"8B80-qJnZ","title":"Tank Diaries: The Pain Is Good","shortId":"8B80-qJnZ","createdAt":"2021-05-14T18:49:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016969,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T18:38:40.000Z","url":"https://www.theringer.com/nba/2021/5/14/22435881/oklahoma-city-thunder-sam-presti-aleksej-pokusevski","canonicalUrl":"https://www.theringer.com/nba/2021/5/14/22435881/oklahoma-city-thunder-sam-presti-aleksej-pokusevski","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e4839d752698daab72739855022c7628","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxESITEEBhQiof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAgABAxUEYsFx/9oADAMBAAIRAxEAPwC13Ff4nXsw1s1yKB7YC4DNxjfj7N5SgNKE7nSMmIk/ILVsHpcSeQT2BtoHV//Z","siteTwitter":"","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"3H1H-XY-c","title":"6 Ways to Speed Up Web Application Development with Bit","shortId":"3H1H-XY-c","createdAt":"2021-05-14T04:06:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":572,"score":27017040,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T12:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-13T18:44:07.000Z","url":"https://blog.bitsrc.io/6-ways-to-speed-up-web-application-development-with-bit-fa217d07e8bc","canonicalUrl":"https://blog.bitsrc.io/6-ways-to-speed-up-web-application-development-with-bit-fa217d07e8bc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a316c22f66a58e8308b508c25aea002","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQFERIhURMiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMEESH/2gAMAwEAAhEDEQA/ALc/nJcOtqgkO6dGZjHEF0UHQKOf1vp6rXWmUgFrCLmNHn2L5GWDgtpyR790pUue136zHpjqUVkKvgn/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"IiFQnTSkQ","title":"Playoff Seeding Remains Uncertain With Three Days Left in the Regular Season","shortId":"IiFQnTSkQ","createdAt":"2021-05-14T19:41:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27017021,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T19:37:19.000Z","url":"https://www.theringer.com/2021/5/14/22436732/playoff-seeding-plus-udonis-haslem-and-looking-forward-to-hall-of-fame-ceremony","canonicalUrl":"https://www.theringer.com/2021/5/14/22436732/playoff-seeding-plus-udonis-haslem-and-looking-forward-to-hall-of-fame-ceremony","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6c25078bf29e2e93013a2cf289aa9a7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEITEFBhIUQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIDMWGx/9oADAMBAAIRAxEAPwDRu6vaN/oCYeZdxS2fYDOsEt5FlEz8Eccbq4S8SilhsjcGBSlC5q8xjagZUTv2f//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"fDZqlWSQi","title":"Apple Music for Android reveals lossless audio could be imminent","shortId":"fDZqlWSQi","createdAt":"2021-05-14T19:38:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017018,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T19:35:02.000Z","url":"https://www.theverge.com/2021/5/14/22436575/apple-music-android-lossless-audio-airpods-3","canonicalUrl":"https://www.theverge.com/2021/5/14/22436575/apple-music-android-lossless-audio-airpods-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5efd114b2e5599b5380a6ca48e9b6a60","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQQFAAMSAhETITFhkf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQITUf/aAAwDAQACEQMRAD8Az/HTSykFIpXopVlp06OFy4SLiuJ3OA8HIdHepnNq9/aUpFTFznh//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FYmn5vkTZ","title":"Instant Reactions to J. Cole’s ‘The Off-Season’","shortId":"FYmn5vkTZ","createdAt":"2021-05-14T18:04:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016924,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:57:32.000Z","url":"https://www.theringer.com/2021/5/14/22436525/instant-reactions-to-j-coles-the-off-season","canonicalUrl":"https://www.theringer.com/2021/5/14/22436525/instant-reactions-to-j-coles-the-off-season","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46fabb8d9abe4444ebb743808d0bf48a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwUEEhFRISIx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFB/9oADAMBAAIRAxEAPwDJqmoxcia62YJGMw3yATe5BHR8KYbSQajl7vnSIkrgVPKeH//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"K5_dwrDwx","title":"Marvel’s (Lack of) Showrunners, ‘The Underground Railroad,’ and Is ‘Top Chef’ Too Nice This Season?","shortId":"K5_dwrDwx","createdAt":"2021-05-14T19:34:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27017014,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T19:21:44.000Z","url":"https://www.theringer.com/2021/5/14/22436703/marvels-lack-of-showrunners-the-underground-railroad-and-is-top-chef-too-nice-this-season","canonicalUrl":"https://www.theringer.com/2021/5/14/22436703/marvels-lack-of-showrunners-the-underground-railroad-and-is-top-chef-too-nice-this-season","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/732eef51ddf8bba403903ea1c293d840","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFESExIoKh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAACEQPw/9oADAMBAAIRAxEAPwDLJWSkysRMuu48ZVq0q6BCqQ3AHr9qpx+XmNAjMbrAm0p0p0Oh0KUomiLJOg1D/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bkl1Ptfla","title":"A driverless Waymo got stuck in traffic and then tried to run away from its support crew","shortId":"bkl1Ptfla","createdAt":"2021-05-14T19:28:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27017008,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T19:22:32.000Z","url":"https://www.theverge.com/2021/5/14/22436584/waymo-driverless-stuck-traffic-roadside-assistance-video","canonicalUrl":"https://www.theverge.com/2021/5/14/22436584/waymo-driverless-stuck-traffic-roadside-assistance-video","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52fa4a14b6272b28cf6dcbf8b1af1677","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhESFCExYcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAAzH/2gAMAwEAAhEDEQA/AJJYtPZLIMZdPokc7yKqJNx4cAB5C999yT8rVcfqfpbC2t4sfbCOKJY1HoAAUpQ10pAXzJMSKhv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"--EUd7oX8","title":"Global Mother's Day Campaign for Adidas","shortId":"--EUd7oX8","createdAt":"2021-05-14T19:18:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27016998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/118518231/Global-Mothers-Day-Campaign-for-Adidas","canonicalUrl":"https://www.behance.net/gallery/118518231/Global-Mothers-Day-Campaign-for-Adidas","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d9fa7fd053c6f784b1747eca3cb2ad0","ratio":1.29390018484288,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQIDBAAFBhEhEmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAQABBAMAAAAAAAAAAAAAAAEAAgMEExEh8P/aAAwDAQACEQMRAD8ApYLJc5jttehJlwY0UNsvIjr9NyynqVKG9DwfWwD3Y4Ruth/EL868441meQFtSipJRclgaJ5r5SlGxzdQL7mVct13EDqf/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"kS8_FTF23","title":"Programmiersprache: Rust 1.52 steht bereit","shortId":"kS8_FTF23","createdAt":"2021-05-14T18:53:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016973,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T18:16:07.000Z","url":"https://www.soeren-hentzschel.at/rust/programmiersprache-rust-1-52/","canonicalUrl":"https://www.soeren-hentzschel.at/rust/programmiersprache-rust-1-52/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7be9058eae8d172862813aa782e72504","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFESFBBhQx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDBBL/2gAMAwEAAhEDEQA/ANl8npLVezHVt6jD7NhpnK23GxZQCoG/C8fOsli0muYkJ3JIBJPeMYjhUBbEK2Hbqrn/2Q==","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gl4WI-vk4","title":"DevTools for CSS layouts 2021 edition","shortId":"gl4WI-vk4","createdAt":"2021-05-14T00:22:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":883,"score":27016968,"tagsStr":"css,devtools,google-chrome,firefox,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T11:00:00.000Z","discussionScore":11,"banned":false,"deleted":false,"publishedAt":"2021-04-23T05:53:22.000Z","url":"https://chenhuijing.com/blog/devtools-for-css-layouts-2021-edition/","canonicalUrl":"https://chenhuijing.com/blog/devtools-for-css-layouts-2021-edition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e89e7b80e8b0630b998af6d48ba369c","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQACAwQFBhEHEhQhIzKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDEjH/2gAMAwEAAhEDEQA/AILM+J17z+wNiu0VFFRsk6hkEMPq9oLd8x2T2JWYGpGz4mfERHsytxUDk//Z","siteTwitter":"@hj_chen","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"BZB-yNhOV","title":"New Mask Guidance, Shots for Teens, and More Coronavirus News","shortId":"BZB-yNhOV","createdAt":"2021-05-14T18:42:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016962,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:38:00.000Z","url":"https://www.wired.com/story/new-mask-guidance-shots-for-teens-coronavirus-news/","canonicalUrl":"https://www.wired.com/story/new-mask-guidance-shots-for-teens-coronavirus-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c4bd6f53317f823d1180802d378f513","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgICAQMFAAAAAAAAAAAAAQIDBAARBQYTIQcSMVGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAgESMv/aAAwDAQACEQMRAD8Aj8f1By0d6/BcsQzJWM9UduLtllVSQT5Pna/I+zmTm9R78UrxrXT2oxUbbZ0PzGMpXIDtNz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ICQRkHB2g","title":"Go read this story about how TikTok and apps are making Starbucks orders obnoxious","shortId":"ICQRkHB2g","createdAt":"2021-05-14T18:40:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T18:38:02.000Z","url":"https://www.theverge.com/2021/5/14/22436442/tiktok-app-starbucks-long-coffee-orders","canonicalUrl":"https://www.theverge.com/2021/5/14/22436442/tiktok-app-starbucks-long-coffee-orders","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d066b18d2ad638e7505b672c61807d7e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFEgcTFDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDEQQSITFRsf/aAAwDAQACEQMRAD8Ap7iwWM3hbZNysJeceYbGoCW/FGpVAgqLhEqk+lKEmSal8LyM6MPY9WCxIb6G9QtK1KA1ESdhJ+wKUpmCzupc6R0LRo7rgH1f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ef_nt8zZ_","title":"Agfa-Gevaert reports decreased revenues for Q1","shortId":"ef_nt8zZ_","createdAt":"2021-05-14T17:53:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016913,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:31:52.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132395&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132395","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05e9a0467b1f1bbb98e71666b9ff8a7e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAUGB//EACUQAAIBAwMDBQEAAAAAAAAAAAECAwQFEQAGEiFRYRMWIjEyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8ALfPtQ2i30vt0XO0xoQtVHGhUfZy6MvMk9wc9RqIqJdjGeThtO98eRxilkAxnty6a0vcVHTRXi4pFTwoiSFVVUAAHYeNOYI09CP4L+R/PGmaq1//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"SRemdd7fL","title":"Rare plutonium from space found in deep-sea crust","shortId":"SRemdd7fL","createdAt":"2021-05-14T17:40:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016900,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:24:38.000Z","url":"https://www.livescience.com/rare-plutonium-heavy-metal-formation.html","canonicalUrl":"https://www.livescience.com/rare-plutonium-heavy-metal-formation.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a991ef88f42c67ecc5b6419d89049401","ratio":1.48514851485149,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQFBhESIzFBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABEQIDIf/aAAwDAQACEQMRAD8Azm35jZq7HzT3q1ipqePETZXSmH62tHt5ESLUVsdiyzZyAnYVl2R6JhCGKSpTY7Jw/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"m-ecaHuJJ","title":"This chain reaction could explain rare blood clots linked to some COVID-19 vaccines","shortId":"m-ecaHuJJ","createdAt":"2021-05-14T17:40:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016900,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:24:17.000Z","url":"https://www.livescience.com/greinacher-theory-coronavirus-vaccine-clots.html","canonicalUrl":"https://www.livescience.com/greinacher-theory-coronavirus-vaccine-clots.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81de1ac2a8b10243fc690667a9484fa1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYTITEHEqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACETH/2gAMAwEAAhEDEQA/AMNN9Ye0jIZkx92e86XFSVJHsV5yVFXfXGKtt+L5zjaVm5xwVAHG0ePtKUc6z810X//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"nm4tVtDA4","title":"Astronauts may finally start cleaning their space underwear (with microbes)","shortId":"nm4tVtDA4","createdAt":"2021-05-14T17:40:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016900,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:33:35.000Z","url":"https://www.livescience.com/astronauts-shared-underwear-upgrade.html","canonicalUrl":"https://www.livescience.com/astronauts-shared-underwear-upgrade.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44cdc3cf3f124f64b63b60386eb10c74","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAwADAQEBAAAAAAAAAAAAAQIDAAQFEROB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Ax/mNrw5vahTXStdmSzm7KD8iKKfR+ejIzRUMRjGIqv/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SKBLeyen6","title":"Pigs can breathe oxygen via their rectum, so humans probably can too","shortId":"SKBLeyen6","createdAt":"2021-05-14T17:35:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016895,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277532-pigs-can-breathe-oxygen-via-their-rectum-so-humans-probably-can-too/","canonicalUrl":"https://www.newscientist.com/article/2277532-pigs-can-breathe-oxygen-via-their-rectum-so-humans-probably-can-too/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/831b442784a775b4dca941dc9f89fab8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAgYBBQAAAAAAAAAAAAACAQMABAUREhMxBiFBUVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAExESL/2gAMAwEAAhEDEQA/AKMEnU5enmcwLbhtICtaiRUJBEfrvznb0lokzvUFQ2nuk3VdyXNdwc+YQhlzAktp/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"PE1eNHJjX","title":"Code Maze Weekly #77","shortId":"PE1eNHJjX","createdAt":"2021-05-14T11:40:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"codemaze","views":23,"score":27016888,"tagsStr":"general-programming,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:20:50.000Z","url":"https://code-maze.com/code-maze-weekly-77/","canonicalUrl":"https://code-maze.com/code-maze-weekly-77/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94a5df28b331dd3588f032223080deca","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ntEZA_Mwv","title":"Herodotus lied about famous Greek battle against Carthage, new study finds","shortId":"ntEZA_Mwv","createdAt":"2021-05-14T17:27:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016887,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:16:19.000Z","url":"https://www.livescience.com/herodotus-lied-about-greek-battle.html","canonicalUrl":"https://www.livescience.com/herodotus-lied-about-greek-battle.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad95273180337de39df0cb7cae426087","ratio":1.77619893428064,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEQYHEzNhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQMAAhEiUf/aAAwDAQACEQMRAD8Ah3/VbkmTPbuLiCMKm2aG2UMfYJ3o1lZeQ5d5HY5fI7JJ8oHylKld7MDYwhdeT//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"obQcnpvz8","title":"Chernobyl's nuclear fuel is 'smoldering' again and could explode","shortId":"obQcnpvz8","createdAt":"2021-05-14T17:14:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T17:00:07.000Z","url":"https://www.livescience.com/chernobyl-smoldering-nuclear-reactions-again.html","canonicalUrl":"https://www.livescience.com/chernobyl-smoldering-nuclear-reactions-again.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d04e96c94bd6e68133136d9f62152fe8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQIEBgMAAAAAAAAAAAAAAQIDAAQFEQYTISIxYRIUUf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AMQzg2l+gy7LOOZ2XZaNR4Gx3dnj4NO4lu4Yw866tyZq0yH1kqcCaemwUebb+LwhE6nBaP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5qtHUehrH","title":"Itch.io is waiving all sales fees today for ‘Creator Day’","shortId":"5qtHUehrH","createdAt":"2021-05-14T16:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016859,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:57:34.000Z","url":"https://www.theverge.com/2021/5/14/22436214/itch-io-waives-sales-fees-creator-day-indie-games","canonicalUrl":"https://www.theverge.com/2021/5/14/22436214/itch-io-waives-sales-fees-creator-day-indie-games","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26ae119cf05bbb453872cffb43880f8f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhEjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAgMh/9oADAMBAAIRAxEAPwDd8myLtyjOWu5oooLdJFMEpRt+Cno969/BUe2zdy1tEzPOSUBJM77PX7SlFuJSuQFiXP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KWDQ3hQvj","title":"Pigs can breathe through their butts. Can humans?","shortId":"KWDQ3hQvj","createdAt":"2021-05-14T16:55:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016855,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:43:50.000Z","url":"https://www.livescience.com/mammals-can-breathe-through-anus-intestine-ventilation.html","canonicalUrl":"https://www.livescience.com/mammals-can-breathe-through-anus-intestine-ventilation.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc2799ba816e685d977492bba615affe","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFBgcRIRITQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQISIf/aAAwDAQACEQMRAD8AkMlZ2ucAwRbKKIssR7iOr9Oyk7kEbc+fVaJDrdKsSB7SUsFAJ45P2lKLen0oiVhM/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5EauC2DC-","title":"Condors won't stop visiting (and trashing) this California woman's house. Here's why.","shortId":"5EauC2DC-","createdAt":"2021-05-14T16:55:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016855,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:48:43.000Z","url":"https://www.livescience.com/homewrecker-condors-california.html","canonicalUrl":"https://www.livescience.com/homewrecker-condors-california.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f21ce452209d48adb7a4e527b43444ab","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBRITIRQVgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASIf/aAAwDAQACEQMRAD8Az33mfLrD4p3ReHYLYwyy3c0V38sq5zYiSeN3aIppdL1v/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aMZbmpiP4","title":"Could we build a real-life Jurassic Park?","shortId":"aMZbmpiP4","createdAt":"2021-05-14T16:55:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27016855,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:32:24.000Z","url":"https://www.livescience.com/could-we-build-jurassic-park-dinosaurs.html","canonicalUrl":"https://www.livescience.com/could-we-build-jurassic-park-dinosaurs.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/384602fd403ec8e713d4d5c791c4f1be","ratio":1.25030525030525,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABBEhBQYjMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECESFB/9oADAMBAAIRAxEAPwCH2LkuWuGduXs5bWOLzQxSRhUUswbCZ9ja/TjdUbPvsCWkCS2UxkVFDFGjAJxvAxoUpQopSTzoqrZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"pWiG9NTXO","title":"Hologic launches health equality project","shortId":"pWiG9NTXO","createdAt":"2021-05-14T16:28:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016828,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:20:30.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132392&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132392","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c90e73666cda1f7b19c71b55e59cdc5a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAkEAACAgEEAQQDAAAAAAAAAAABAwIEBQAGESESExQxcUNRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxETIf/aAAwDAQACEQMRAD8Am2P2hsu9WSb2UzWIeAA2DqDHjnrkgiH30f7ord2tQTdsLrZL10QZKK2+3YPOIPUuPHrkd6dbzsvq5LDQrPamLFSMwuZiJHyHZ4+dE0ZnKFCycldJMR+eX6+9WWpzcqfYpqw5s//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XkSJsKkzX","title":"Depression and inflammation appear to be linked – but it's unclear why","shortId":"XkSJsKkzX","createdAt":"2021-05-14T16:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277741-depression-and-inflammation-appear-to-be-linked-but-its-unclear-why/","canonicalUrl":"https://www.newscientist.com/article/2277741-depression-and-inflammation-appear-to-be-linked-but-its-unclear-why/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8be45b21f78766950bf9b93dab7d6ccc","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMCBwAAAAAAAAAAAAABAwIABBEGMRITISJxkbH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhQf/aAAwDAQACEQMRAD8Al+kZrbp22Sq2SFOiebDYsxkHJxufhx4ml61Erx8kWwWkskYQ4j2xz0HqlKtbigiFTlmZTyf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"S7WhPPcOx","title":"Astronomers may have found black holes that formed soon after big bang","shortId":"S7WhPPcOx","createdAt":"2021-05-14T16:25:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277681-astronomers-may-have-found-black-holes-that-formed-soon-after-big-bang/","canonicalUrl":"https://www.newscientist.com/article/2277681-astronomers-may-have-found-black-holes-that-formed-soon-after-big-bang/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c25b28e6889585c91bcff88d14395c25","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFESExBhIUUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAECAAP/2gAMAwEAAhEDEQA/AMd6JfsNshOSbnH8p7YQhScgaO/XP2oD11gl5woioCSo4HYOM0pRTiNNK6jXZmSQN//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DBXjUFL5w","title":"Vergecast: space internet, new laptops, and Epic v. Apple","shortId":"DBXjUFL5w","createdAt":"2021-05-14T16:24:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016824,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:20:57.000Z","url":"https://www.theverge.com/2021/5/14/22436274/starlink-laptops-epic-apple-vergecast-podcast-452","canonicalUrl":"https://www.theverge.com/2021/5/14/22436274/starlink-laptops-epic-apple-vergecast-podcast-452","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7dca0dfd799b5aebf8292db3d5cfc7d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIEAAMFBhESMUFRkf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxIf/aAAwDAQACEQMRAD8Az+M3XNiLOkSp16TJvdcJWYgLaCqLiuoA7hh5JHH2rJumwlFJyd7nj3SlClV1jmH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rDj37gvo5","title":"Walmart confirms it is indeed still selling Pokémon cards","shortId":"rDj37gvo5","createdAt":"2021-05-14T16:16:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016816,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T16:13:30.000Z","url":"https://www.theverge.com/2021/5/14/22436186/walmart-pokemon-trading-cards-store-sales","canonicalUrl":"https://www.theverge.com/2021/5/14/22436186/walmart-pokemon-trading-cards-store-sales","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5a7da42841a9172c29354c5eb289104","ratio":1.90721649484536,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACESEDBQQTBmGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAECABExEv/aAAwDAQACEQMRAD8AyeDYPLG9mPG+IuINewqx5PuGiG7LmgCgO91fURA7a9iiinRP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3DB3W9h4z","title":"ClearData expands protected health information platform","shortId":"3DB3W9h4z","createdAt":"2021-05-14T16:04:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016804,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T15:56:13.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132391&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132391","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c5f846799ff49cd1a45e48fb968732e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFB//EACYQAAIBAwIEBwAAAAAAAAAAAAECEQADBAUxBhMVIQcSM2GBkZL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAhL/2gAMAwEAAhEDEQA/AGsfhTTen3rXWQnLYctShNp4AJbftuYEfI2qe/h9hM7MmoIVJkT5R2+62HAwcRMd3XFsK4IAYWwDBmRPvQnFx59C1+BTFtwNzGf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mD8oJpBab","title":"Making Video Games Is Not a Dream Job","shortId":"mD8oJpBab","createdAt":"2021-05-14T16:02:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016802,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:53:46.000Z","url":"https://www.wired.com/2021/05/geeks-guide-jason-schreier/","canonicalUrl":"https://www.wired.com/2021/05/geeks-guide-jason-schreier/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/381134619fdbd629098d360b29b844dd","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESEGEjGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQABBQEAAAAAAAAAAAAAAAAAAQIDITJx/9oADAMBAAIRAxEAPwDOcO9OW98FMODIGx1ksBwYPuvN4+mqD/LFvvuOqslhSXFFRSiH1SMnOAO2hSlXk0vQbR//2Q==","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":4,"description":null,"toc":null,"summary":null},{"id":"IAzokMYR3","title":"10 Bootstrap Shopping Carts","shortId":"IAzokMYR3","createdAt":"2021-05-14T15:55:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27016795,"tagsStr":"general-programming,css,html,ecommerce,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T03:40:10.000Z","url":"http://csshint.com/bootstrap-shoping-carts/","canonicalUrl":"http://csshint.com/bootstrap-shoping-carts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10ecff3cddc5444ba182d78e19597ca8","ratio":1.90414507772021,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIAAwQFERIUIUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0lkqotsJcvwHNOkze/sjkzhdFbxkHQ3roxED/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vhqaO1ODH","title":"How to define Open Graph / Twitter image alt text (and why it might not matter...) (#tilPost)","shortId":"vhqaO1ODH","createdAt":"2021-05-14T15:39:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":0,"score":27016779,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:00:00.000Z","url":"https://www.stefanjudis.com/today-i-learned/how-to-define-open-graph-twitter-image-alt-text-and-why-it-might-not-matter/","canonicalUrl":"https://www.stefanjudis.com/today-i-learned/how-to-define-open-graph-twitter-image-alt-text-and-why-it-might-not-matter/","image":"https://res.cloudinary.com/dfcwuxv3l/image/upload/w_1280,h_669,c_fill,q_auto,f_auto/w_900,c_fit,co_rgb:232129,g_south_west,x_70,y_160,l_text:oswald_84_bold_line_spacing_-34:How%20to%20define%20Open%20Graph%20%2F%20Twitter%20image%20alt%20text%20(and%20why%20it%20might%20not%20matter...)/w_900,c_fit,co_rgb:232129,g_north_west,x_70,y_540,l_text:ubuntu_38:%40stefanjudis/stefan-judis-website/social-image-with-new-dude","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1VwCID7Aa","title":"Windows 10 – Dark Patterns und eine Funktionweise von 1995","shortId":"1VwCID7Aa","createdAt":"2021-05-14T15:32:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016772,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T15:14:44.000Z","url":"https://curius.de/2021/05/windows-10-dark-patterns-und-eine-funktionweise-von-1995/","canonicalUrl":"https://curius.de/2021/05/windows-10-dark-patterns-und-eine-funktionweise-von-1995/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b33180549e6cc093da83cecec341f1f","ratio":1.61820480404551,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEBQADERIxBiI0gZP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAkH/2gAMAwEAAhEDEQA/ANkk4N656sL9vJqRGXUABnpqLRSORg92TyDj3VgL0fjxE/NNKVOsZkFTt//Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1hd081R_H","title":"2021 Design Systems (Survey/Courses)","shortId":"1hd081R_H","createdAt":"2021-05-13T23:15:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":511,"score":27016755,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:55:35.000Z","url":"https://css-tricks.com/2021-design-systems-survey-courses/","canonicalUrl":"https://css-tricks.com/2021-design-systems-survey-courses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ea8fc9809a71fd6d29042876f390602","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMFBhEiEhMyYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAEEAwEAAAAAAAAAAAAAAAMAAQIEBREhE//aAAwDAQACEQMRAD8AxGdw5kZy5IZotzujwvxzcVPnIVM+iGd2YTIihjv0rBGw9DnSlTMrZJXePm+tp9IAyEJCTci/F//Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":0,"description":null,"toc":null,"summary":null},{"id":"wkyubhuFb","title":"Famicom Detective Club brings more great crime drama to the Switch","shortId":"wkyubhuFb","createdAt":"2021-05-14T15:03:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T15:00:44.000Z","url":"https://www.theverge.com/22435952/famicom-detective-club-review-nintendo-switch","canonicalUrl":"https://www.theverge.com/22435952/famicom-detective-club-review-nintendo-switch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78a8d5030c7cfed40f125e122b60a843","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDAAQRIQUSUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/AME3vM2bdOkXVxk0wI1qr6nb1+uSXbV5a4L94xjHzdAEQdb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"FeS6BmVKG","title":"The Verge’s Graduation Gift Guide 2021","shortId":"FeS6BmVKG","createdAt":"2021-05-14T15:03:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016743,"tagsStr":"apple,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T15:00:00.000Z","url":"https://www.theverge.com/22393913/graduation-gift-ideas-grads-college-dorm-high-school-tech-gadgets","canonicalUrl":"https://www.theverge.com/22393913/graduation-gift-ideas-grads-college-dorm-high-school-tech-gadgets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2341f74f7459d2b1b6ba8dd69b56a20f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERMhMUJx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAALBAwQhMUFR/9oADAMBAAIRAxEAPwDOW1Wa3EeRUCKnGFA9V6HfzKV68VqCOw6kNKokIBPkjfGMp1hVeSM8hqeGmH0Sv//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7hpBN_u4y","title":"What to expect from Google I/O 2021","shortId":"7hpBN_u4y","createdAt":"2021-05-14T14:35:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016715,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:34:00.000Z","url":"https://www.theverge.com/2021/5/14/22435116/google-io-2021-rumors-android-12-pixel-buds-a-series-chip","canonicalUrl":"https://www.theverge.com/2021/5/14/22435116/google-io-2021-rumors-android-12-pixel-buds-a-series-chip","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9a90f8d2ddcde0b9ecd06de4cf0017c7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxEhMmGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDS4R2CulhRdZUKCO/ZBt3wWIhH/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"krW8cZtPE","title":"Starlink review: broadband dreams fall to Earth","shortId":"krW8cZtPE","createdAt":"2021-05-14T14:05:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016685,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T14:00:11.000Z","url":"https://www.theverge.com/22435030/starlink-satellite-internet-spacex-review","canonicalUrl":"https://www.theverge.com/22435030/starlink-satellite-internet-spacex-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d09ee61c4bb61744ca7336868a538436","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAADAAIDAAMAAAAAAAAAAAABAgMABAYRIRIxsf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACBCEDFaGx0f/aAAwDAQACEQMRAD8AschrTfmkt0SaLMCySDS+XQJ6PTfmV58j3NeawmkQkwEXwnweD7OMZO7SULD+B4nGFgNFva//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"US4i6yuDG","title":"VASSY lays a captivating topline on new Bonka-produced single ‘Chase’","shortId":"US4i6yuDG","createdAt":"2021-05-14T13:58:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016678,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:51:17.000Z","url":"https://dancingastronaut.com/2021/05/vassy-offers-an-infectious-topline-on-new-bonka-produced-single-chase/","canonicalUrl":"https://dancingastronaut.com/2021/05/vassy-offers-an-infectious-topline-on-new-bonka-produced-single-chase/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0d6b42130edb18162765a8210610ed8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAACAQIFBQEAAAAAAAAAAAABAgMAIQQGERJBBRMVIlFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAIDAAAAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwCdQZ2ibJw6bHCyYZsP23R4w+9xbTUEEA2P79qf+Zx6ekcrqi2UbjYcc0pTtZ0mEtLgE//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wAQ4avRhY","title":"Apple’s second-gen Pencil is $20 off at Woot","shortId":"wAQ4avRhY","createdAt":"2021-05-14T13:58:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016678,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:58:29.000Z","url":"https://www.theverge.com/good-deals/2021/5/14/22435906/apple-pencil-ipad-pro-air-resident-evil-8-village-galaxy-buds-pro-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/14/22435906/apple-pencil-ipad-pro-air-resident-evil-8-village-galaxy-buds-pro-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51d1c5e3a2625053bfde959ec5ca0aca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBQAEETETUZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABAxEEQVH/2gAMAwEAAhEDEQA/AMpeV+ncQbtjYasEuzpmNQxDDyA8HhgCB7+nIcdtLFGscSIkaAKqjoAdDGMWS1BHXEYCcjO9Ov/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"j_Bb_u_CS","title":"Where to preorder the new black and red DualSense controllers for the PS5","shortId":"j_Bb_u_CS","createdAt":"2021-05-14T13:53:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016673,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:51:16.000Z","url":"https://www.theverge.com/22434943/where-to-buy-ps5-playstation-5-dualsense-controllers-black-red-price","canonicalUrl":"https://www.theverge.com/22434943/where-to-buy-ps5-playstation-5-dualsense-controllers-black-red-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af49c1ee383ecd3b5b9980841c941d5c","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxETBEEFISIyQnHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEDMTP/2gAMAwEAAhEDEQA/AMM4C6GPSFrYRlLBT+k7WbBBJv2KrdQJmx5pOT+4+XxETNhXt5pB/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"P-bxAe76N","title":"The matchup you didn’t know you needed—stream Solomun and Jamie Foxx’s ‘Ocean’","shortId":"P-bxAe76N","createdAt":"2021-05-14T13:51:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016671,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:46:05.000Z","url":"https://dancingastronaut.com/2021/05/solomun-teams-up-with-jamie-foxx-for-groovy-new-single-ocean/","canonicalUrl":"https://dancingastronaut.com/2021/05/solomun-teams-up-with-jamie-foxx-for-groovy-new-single-ocean/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92eca6d60cb3b180146e497cc4f4f22c","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRMSEiBRLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAIDBBIhMdH/2gAMAwEAAhEDEQA/AMgsbpvIWct8zANGGb0KZWTgHBGeoHOt1BDdytChVupUEb+0pTLueZVfVZSolu/Cf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"L0_1ODtVR","title":"Ghastly reinforces main stage appeal on ‘Blackout’ [Stream]","shortId":"L0_1ODtVR","createdAt":"2021-05-14T13:44:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016664,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:42:04.000Z","url":"https://dancingastronaut.com/2021/05/ghastly-reinforces-mainstage-appeal-on-blackout/","canonicalUrl":"https://dancingastronaut.com/2021/05/ghastly-reinforces-mainstage-appeal-on-blackout/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4628294cec40f88c719bff791b12383a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAJBAAAQMDAwQDAAAAAAAAAAAAAQIDBAAFIQYREhMUMTJBYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAADAQIRQf/aAAwDAQACEQMRAD8AjS40/Lvdom2Flq3PMp5zDJjB1t8pSRwIHqTncpH35xWgmzNG94/vBhA9RWEx1kDPwdh+ClKa40me21c6f//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ecBGXR-Cu","title":"Blanke’s first solo release on Ophelia Records is a ‘Spark’ incited alongside Dia Frampton","shortId":"ecBGXR-Cu","createdAt":"2021-05-14T13:37:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016657,"tagsStr":"apache-spark","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:37:09.000Z","url":"https://dancingastronaut.com/2021/05/blankes-first-solo-release-on-ophelia-records-is-a-spark-incited-alongside-dia-frampton/","canonicalUrl":"https://dancingastronaut.com/2021/05/blankes-first-solo-release-on-ophelia-records-is-a-spark-incited-alongside-dia-frampton/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2957d57793b931a67f275f2195b9120","ratio":1.19900083263947,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAwECAAQREiEFFSIxQXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAIDETFBYXH/2gAMAwEAAhEDEQA/AMJldNGU7DSwAMGylqGdfdTPNvm7qidfIuRgle5dslW5XDSqiJ6qsIQZsttHj2Vq4qlRDfon/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QJ-6f02kj","title":"How the USPS mail trucks could still go fully electric","shortId":"QJ-6f02kj","createdAt":"2021-05-14T13:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016653,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:30:03.000Z","url":"https://www.theverge.com/22423179/usps-mail-trucks-electric-oshkosh","canonicalUrl":"https://www.theverge.com/22423179/usps-mail-trucks-electric-oshkosh","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55dc03011bb2c8ead9379d9a229c374a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAwADAAAAAAAAAAAAAQMCEQAFBBIhBiJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQEAAQQDAAAAAAAAAAAAAAABAgADBAURE8H/2gAMAwEAAhEDEQA/AK2/2jo7RevWtATJZhUoA/Yjt28o+VVX+5gJfBEciRfLnMjJh7kBUaF+4xiGNOTZirVJf1eITJdZyh7X/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"btZVdK-rt","title":"The Knives Out Sequel Seems Made for the Internet","shortId":"btZVdK-rt","createdAt":"2021-05-14T13:01:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016621,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:00:00.000Z","url":"https://www.wired.com/story/knives-out-sequel-internet/","canonicalUrl":"https://www.wired.com/story/knives-out-sequel-internet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e23097b67e89abaf182476dfd74e2cdb","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFERIhEzFRcYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAwADAAAAAAAAAAAAAAAAAAEhAgMR/9oADAMBAAIRAxEAPwDCtRSrYgm1Fa5SK1ZeOODny8K9kbMeyQT7P7kYdIwEFaowXrdoVJP2fnGMHOODa6n0/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hbGMFFQ18","title":"Dillon Francis’ ‘Very Important Music’ EP is a festival-ready tour de force","shortId":"hbGMFFQ18","createdAt":"2021-05-14T13:27:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016647,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:26:42.000Z","url":"https://dancingastronaut.com/2021/05/dillon-francis-very-important-music-ep-is-a-festival-ready-tour-de-force/","canonicalUrl":"https://dancingastronaut.com/2021/05/dillon-francis-very-important-music-ep-is-a-festival-ready-tour-de-force/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d3cbd6e77fd971ec472a167ecdd6a0a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGFBITkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACERL/2gAMAwEAAhEDEQA/AJa93yAIHHeGz41vaktISy5K6m21HAJynasH7s1ndw4W6xcJLPZiK9bqkZSVgHBI0PGlKmRzeQ1f/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rxEIuA4XS","title":"Muchos Bezos: Inside Amazon’s Empire With Author Brad Stone","shortId":"rxEIuA4XS","createdAt":"2021-05-14T12:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016563,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T08:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-504/","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-504/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb82d48dbc241718939ca06a403ff4e3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQQABAcAAAAAAAAAAAAAAQACAwQFBhESByEiIzFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEQP/2gAMAwEAAhEDEQA/AKHiHmy3gNu9NVhieMKpQXNrye8ZpzEWnQ8gACfp9LQouuJj/G4A6Iih6SlEtDun/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CwWN1gl5l","title":"The nitrogen emergency: How to fix our forgotten environmental crisis","shortId":"CwWN1gl5l","createdAt":"2021-05-14T13:18:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016638,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-800-the-nitrogen-emergency-how-to-fix-our-forgotten-environmental-crisis/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-800-the-nitrogen-emergency-how-to-fix-our-forgotten-environmental-crisis/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a87bb2f39b878e5f4d2ebb596d3a2d54","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAgYDAQAAAAAAAAAAAAABAgMABAUREiEGQXLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIEEgMRMf/aAAwDAQACEQMRAD8AiOWVczi3lSSkltyWIZwRgAMhckHvVogBU6lbTmvKfkIQ3LWqavUl4HFTVqnk/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ISsck24wc","title":"Katy Perry’s new music video stars her BFF Pikachu","shortId":"ISsck24wc","createdAt":"2021-05-14T13:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016627,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:02:37.000Z","url":"https://www.theverge.com/2021/5/14/22435890/katy-perry-electric-music-video-pokemon-pikachu","canonicalUrl":"https://www.theverge.com/2021/5/14/22435890/katy-perry-electric-music-video-pokemon-pikachu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df215e5927e87df439b05f186bbad5c9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQIHAAMAAAAAAAAAAAAAAQMEAAIFESExUQYSE//EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACIRL/2gAMAwEAAhEDEQA/ALFT8TZsUZ3igTcqTpEH6J9yNG2L8jP3FPYBdQFrn2OlZgN8vCESbbaNQ5Mn/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"W_u9BFAAM","title":"The Apple Designer You’ve Never Heard of Is Making Noise","shortId":"W_u9BFAAM","createdAt":"2021-05-14T13:02:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016622,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:00:00.000Z","url":"https://www.wired.com/story/plaintext-apple-designer-you-never-heard-of-making-noise/","canonicalUrl":"https://www.wired.com/story/plaintext-apple-designer-you-never-heard-of-making-noise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e257ac3becd91e553525ec27148050f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEIQYHEhMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANs5RHCezOIOecv2mPJa0Mn8YxQBtzKNnX0Ea0rhEQJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"5n5vEa_LO","title":"Veritone launches new platform to let celebrities and influencers clone their voice with AI","shortId":"5n5vEa_LO","createdAt":"2021-05-14T13:02:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016622,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:00:21.000Z","url":"https://www.theverge.com/2021/5/14/22432180/voice-clone-deepfake-celebrities-influencers-veritone-ai-platform","canonicalUrl":"https://www.theverge.com/2021/5/14/22432180/voice-clone-deepfake-celebrities-influencers-veritone-ai-platform","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e232575f5093faa377f7fbccafd2ab5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMAAgQFEQcSYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAREiHw/9oADAMBAAIRAxEAPwC/xMl2G/DYcktq/XuT62oAK8dUdE1I7rIBIFV8HyIj4gCAHZm2euf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DXhNIhe8f","title":"Samsung Galaxy Book Pro 360 (15-inch) review: a big-screen entertainment machine","shortId":"DXhNIhe8f","createdAt":"2021-05-14T13:02:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016622,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T13:00:00.000Z","url":"https://www.theverge.com/22419899/samsung-galaxy-book-pro-360-15-inch-review","canonicalUrl":"https://www.theverge.com/22419899/samsung-galaxy-book-pro-360-15-inch-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb3f661286e017ba2bfba0288c85b4ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAgEDBAAFBhESITFBByJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQACAwEBAAAAAAAAAAAAAAABAwACISJB/9oADAMBAAIRAxEAPwDP/Il6uGF8VDZLdLeBmMywyhiahqLP2NUT70nSbb81eTmJwTZAjPTSLhImbA580pRvQqD5KUuu5P/Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"2kCYkwPuP","title":"8 Steps to Secure JavaScript in 2021","shortId":"2kCYkwPuP","createdAt":"2021-05-13T18:40:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":856,"score":27016595,"tagsStr":"general-programming,security,javascript,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-14T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:40:14.000Z","url":"https://blog.bitsrc.io/8-steps-to-secure-javascript-in-2021-6d54d5415264","canonicalUrl":"https://blog.bitsrc.io/8-steps-to-secure-javascript-in-2021-6d54d5415264","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d89d2ddd719308b7fcf5cfb8a9979a3","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAURBhIUITJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAER/9oADAMBAAIRAxEAPwCeq1s/buWq23C6RG5jgekNI2EOEZHkTkeuqnc+RFfnyXSJCi44pRKlAk5JPf2lKsmD/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"mDzBqmCau","title":"Microsoft rolls out Dolby Vision gaming test on Xbox Series X and S","shortId":"mDzBqmCau","createdAt":"2021-05-14T12:31:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016591,"tagsStr":"tech-news,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:30:00.000Z","url":"https://www.theverge.com/2021/5/14/22435864/microsoft-dolby-vision-xbox-series-x-s-test","canonicalUrl":"https://www.theverge.com/2021/5/14/22435864/microsoft-dolby-vision-xbox-series-x-s-test","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9267cbbdeb9d80b17487f5758205b31c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQQAAgMFERITIVExQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMAQuCStodSr2ukw01p2W5qhBX7xL9Z9cjB78RKMgyeYQhJ3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uktJBs32g","title":"Top Five Animated Movies of the 21st Century and ‘The Mitchells vs. the Machines’","shortId":"uktJBs32g","createdAt":"2021-05-14T12:27:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016587,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:20:38.000Z","url":"https://www.theringer.com/2021/5/14/22435884/top-five-animated-movies-of-the-21st-century-and-the-mitchells-vs-the-machines","canonicalUrl":"https://www.theringer.com/2021/5/14/22435884/top-five-animated-movies-of-the-21st-century-and-the-mitchells-vs-the-machines","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d74457acb8b2a71bd33c9001010efa17","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIFMQADBAYREhMhQqH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAxIf/aAAwDAQACEQMRAD8Ah2XbMlWzOjkLZSprcRiWkBfr1TyR4mOK14vVsEhWGlREnuT8pSonoyeqe5GjOgAZeb//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"IF_9Pq5BA","title":"Difficult Discussions With Michael Rapaport","shortId":"IF_9Pq5BA","createdAt":"2021-05-14T12:20:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016580,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:16:05.000Z","url":"https://www.theringer.com/2021/5/14/22435882/difficult-discussions-with-michael-rapaport","canonicalUrl":"https://www.theringer.com/2021/5/14/22435882/difficult-discussions-with-michael-rapaport","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d73489edfacea4da2bd330713ad85342","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwURIQQGIgcSUXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRIUH/2gAMAwEAAhEDEQA/AIlb6kVWlbu1MGjigbE0RsyOR7pMkn0bDwtlZuupFjSXtvbPEfERDiKSW0f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6I-27plak","title":"Little Mix’s Babies, Nicki Minaj’s Crocs, and Ben Affleck and Jennifer Lopez in ‘Gigli’","shortId":"6I-27plak","createdAt":"2021-05-14T12:13:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016573,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:07:24.000Z","url":"https://www.theringer.com/2021/5/14/22435473/little-mixs-babies-nicki-minajs-crocs-and-ben-affleck-and-jennifer-lopez-in-gigli","canonicalUrl":"https://www.theringer.com/2021/5/14/22435473/little-mixs-babies-nicki-minajs-crocs-and-ben-affleck-and-jennifer-lopez-in-gigli","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/687e65071640eb37eb14b795d9b8ea26","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRABAAEEAQQDAAAAAAAAAAAAAQQAAgMREgUGITEUUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAgABAwQREyEx/9oADAMBAAIRAxEAPwDMs8s+fA6QRYpGn7jqWvPHbe6Ud+xR+vHqq/L2r0cy3lsU4i65Fq6/Xj5pSjVL4ysOk2MBLrL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"PQt2Y6UCy","title":"So Your Team’s Not Gonna Make the Post Season. Now What?","shortId":"PQt2Y6UCy","createdAt":"2021-05-14T12:13:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016573,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:06:00.000Z","url":"https://www.theringer.com/2021/5/14/22435492/so-your-teams-not-gonna-make-the-post-season-now-what","canonicalUrl":"https://www.theringer.com/2021/5/14/22435492/so-your-teams-not-gonna-make-the-post-season-now-what","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e64970e1cc6888a823533cf286d0bd66","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAURBAYSISMxQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQADIQIE/9oADAMBAAIRAxEAPwDFybGtslsh0Q7aJGImdEAaRuRbmScnPXHwVOTZEUSiMXLV4UcR49UpQ3fptA2IlFaaT//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"-jgzHzTu0","title":"The way we use emojis evolves like language and changes their meaning","shortId":"-jgzHzTu0","createdAt":"2021-05-14T12:08:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016568,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.newscientist.com/article/2277527-the-way-we-use-emojis-evolves-like-language-and-changes-their-meaning/","canonicalUrl":"https://www.newscientist.com/article/2277527-the-way-we-use-emojis-evolves-like-language-and-changes-their-meaning/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9d19aca678ed8ea708f214c24e06eb1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBSESMSJBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADMRESIXHR/9oADAMBAAIRAxEAPwDC0Zqz1Rt+HRo4lUM1FyxMXzB33tmJ8SSPQye7wtRrk7DmaJBkY7StKq+/oa6H5jGDHdOei468pryHIZa//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ouKCY_aJ5","title":"Tech Companies Don't Need to Be Creepy to Make Money","shortId":"ouKCY_aJ5","createdAt":"2021-05-14T12:03:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016563,"tagsStr":"tech-news,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T08:00:00.000Z","url":"https://www.wired.com/story/tech-companies-dont-need-to-be-creepy-to-make-money/","canonicalUrl":"https://www.wired.com/story/tech-companies-dont-need-to-be-creepy-to-make-money/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8984bc514edbdd61a7f434b3c0b5ca2c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBQYSByExUbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxESMf/aAAwDAQACEQMRAD8A1jpzaoGkC3WqEUJXFUQRmXHjjz991ft9vafb26kJWyClxEIRDJdgBgClKKchS1rRu5yZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"svd8lmUr2","title":"Could You Really Climb the Spinning Ship’s Cable in Stowaway?","shortId":"svd8lmUr2","createdAt":"2021-05-14T12:03:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27016563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T08:00:00.000Z","url":"https://www.wired.com/story/stowaway-anna-kendrick-spinning-ship-artificial-gravity-physics/","canonicalUrl":"https://www.wired.com/story/stowaway-anna-kendrick-spinning-ship-artificial-gravity-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/423b54aaca93b5cd45f1d55d3d95b2c3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQWRAyFRof/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQABBQEAAAAAAAAAAAAAAAABAAIRQfAh/9oADAMBAAIRAxEAPwDNuPKvhMna98YRwQasFgCD81JNr4dxELTJOpNw4Na//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"mj1smgriF","title":"KDE Plasma 5.22 Beta steht zum Test bereit","shortId":"mj1smgriF","createdAt":"2021-05-14T11:42:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016542,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T11:18:00.000Z","url":"https://linuxnews.de/2021/05/kde-plasma-5-22-beta-steht-zum-test-bereit/","canonicalUrl":"https://linuxnews.de/2021/05/kde-plasma-5-22-beta-steht-zum-test-bereit/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e025b6f9aec775c0e4511edb8bf2793","ratio":1.50641025641026,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIDBAAFBhETFCEjQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAAxAv/aAAwDAQACEQMRAD8AqXLKos3mLbdsVlyYwdWBKiXLguu90qSo6II2D73Wixu9mLjtrjvSZCHGorTakqJWQQgAgq31++aUpUtV/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wTWxebavK","title":"LM CHABOT","shortId":"wTWxebavK","createdAt":"2021-05-14T10:42:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27016482,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.behance.net/gallery/114602783/LM-CHABOT","canonicalUrl":"https://www.behance.net/gallery/114602783/LM-CHABOT","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/2b0300114602783.603e925047f63.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAECBf/EACEQAAIBBAICAwAAAAAAAAAAAAECAwUREiEABAYxE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAfEQACAgIBBQAAAAAAAAAAAAABAgMhAAQRMUJRYaH/2gAMAwEAAhEDEQA/AMyj1+KmeQy9etUU1KnMrSQr14yZ3KwqcQQw0XJFyLjZ2PVzHGaQXxsxGP1+cfyOuldgD7APDhKeVZEVVXjj7le0NSXXmleSQuGNA9tmhZ8+umf/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"CYQdUpPPB","title":"Every Song From ‘High School Musical,’ Ranked","shortId":"CYQdUpPPB","createdAt":"2021-05-14T10:32:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016472,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:30:00.000Z","url":"https://www.theringer.com/movies/2021/5/14/22434928/high-school-musical-songs-ranked","canonicalUrl":"https://www.theringer.com/movies/2021/5/14/22434928/high-school-musical-songs-ranked","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac2ee89997d2924a6cfc36099c662e3a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAgEEAgMAAAAAAAAAAAABAgMEAAUREjETITJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEBAAEFAAAAAAAAAAAAAAAAAQACEjFxsf/aAAwDAQACEQMRAD8Aiie5Z0zUa89t3ThWlkJALOWXYAE/EDl0O9veQrsyV7k8KpIVjkZAfM/0dv3GMKqcSsQvTXCf/9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"fwudbDhE9","title":"Joseph Ray releases cinematic sophomore EP ‘300 Below’ via Big Beat Records","shortId":"fwudbDhE9","createdAt":"2021-05-14T10:19:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016459,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:16:00.000Z","url":"https://dancingastronaut.com/2021/05/joseph-ray-releases-cinematic-sophomore-ep-300-below-via-big-beat-records/","canonicalUrl":"https://dancingastronaut.com/2021/05/joseph-ray-releases-cinematic-sophomore-ep-300-below-via-big-beat-records/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc6fa48858c2b4b82843a6d3b40f0358","ratio":1.51975683890578,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgECBgMAAAAAAAAAAAAAAQMCABEEBQcSIUETMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzjIdRGswalZs2K5MkIJCUnmQI5kb+vo7qpmoslTkvxIZsJjvAnESt3bqlKD/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"FNJtuP3wI","title":"The Revolutionary Eclecticism of Missy Elliott’s ‘Miss E ... So Addictive’","shortId":"FNJtuP3wI","createdAt":"2021-05-14T10:18:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016458,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:10:00.000Z","url":"https://www.theringer.com/2021/5/14/22435012/the-revolutionary-eclecticism-of-missy-elliotts-miss-e-so-addictive","canonicalUrl":"https://www.theringer.com/2021/5/14/22435012/the-revolutionary-eclecticism-of-missy-elliotts-miss-e-so-addictive","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75698388226f6ccb6d54ce84d2c0a82d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQRBRIGByExMkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAgMAAAAAAAAAAAAAAAABAwACBCMx/9oADAMBAAIRAxEAPwCbxHrSnmIyQ27Qy27QrHMspz0U9wRg5z8rTredpLeJ9qDcoPiD6pSiSNlhKWc5lUqIPRP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"sP4zMs_3L","title":"Concertgoers at Red Rocks Amphitheater can get now get vaccinated onsite with new ‘a shot, a pop, and a shirt’ promotion","shortId":"sP4zMs_3L","createdAt":"2021-05-14T10:12:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27016452,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:11:00.000Z","url":"https://dancingastronaut.com/2021/05/concertgoers-at-red-rocks-amphitheater-can-get-now-get-vaccinated-onsite-with-new-a-shot-a-pop-and-a-shirt-promotion/","canonicalUrl":"https://dancingastronaut.com/2021/05/concertgoers-at-red-rocks-amphitheater-can-get-now-get-vaccinated-onsite-with-new-a-shot-a-pop-and-a-shirt-promotion/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6be9b956a2d6267e0c4e2ead87e94dfc","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQAEMQUSIWGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQEAAwADAAAAAAAAAAAAAAACAAERAxIh/9oADAMBAAIRAxEAPwDO0nbr0cOlqRKdlk70BAUAFSbv5VZPDcQCjKEI5UReB65xjLpWlq9gk8YrpWT/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0sZL9xXE1X","title":"Love in the Time of Collar-and-Elbow","shortId":"0sZL9xXE1X","createdAt":"2021-05-14T10:01:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016441,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T10:00:00.000Z","url":"https://www.theringer.com/2021/5/14/22435060/cesaro-wwe-backlash-roman-reigns","canonicalUrl":"https://www.theringer.com/2021/5/14/22435060/cesaro-wwe-backlash-roman-reigns","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5285d71a771a42580dc630050b24fdd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQCAQUBAAAAAAAAAAAAAQIDBBEAEgUGEyExgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACB//EAB0RAAEDBQEAAAAAAAAAAAAAAAEAAiEDBBEkMaH/2gAMAwEAAhEDEQA/ALPKT5kLq95DLwMdriRKQ0ragQ4kH0QCSPGxFivmaOC8/NhR5RcCO+2l3UJvXYXX7jGSq9OtSdieeApuMBf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"AWPRYpCxN","title":"Infographic: Squarespace Vs Wix","shortId":"AWPRYpCxN","createdAt":"2021-05-14T09:53:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27016433,"tagsStr":"nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:46:28.000Z","url":"https://www.webdesignerdepot.com/2021/05/infographic-squarespace-vs-wix/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/infographic-squarespace-vs-wix/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe435d9ddaaec1564c1bcf78f7b5332b","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAAFERMhMQcSQUJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQUyM3H/2gAMAwEAAhEDEQA/AIHTK7W4r263FbmshHhOCpCaIXrqEPhCJPqLwnFafE7HIrJtIemQCQ6hZLCptnbmlKkb2xLg7OxP/9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"j9bvqYR3k","title":"A Story About Tim Duncan","shortId":"j9bvqYR3k","createdAt":"2021-05-14T09:44:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016424,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:40:00.000Z","url":"https://www.theringer.com/nba/2021/5/14/22434537/tim-duncan-hall-of-fame-spurs","canonicalUrl":"https://www.theringer.com/nba/2021/5/14/22434537/tim-duncan-hall-of-fame-spurs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d80abd4b6fc2b472392a8e7afb1a2c48","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABBEFBiETFDFBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQABBAEFAAAAAAAAAAAAAAABAgMEEQBRUmFxsf/aAAwDAQACEQMRAD8Ak72yTTY7TslhhRnHUCxDL8jAz5Hv7Uq2/iGIGmJgHjM7UpR0W5DQU4TfZHmLzCIkhaGEgC9o1PGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"z4C3xjiUh","title":"The NHL Playoffs Entrance Survey","shortId":"z4C3xjiUh","createdAt":"2021-05-14T09:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:30:00.000Z","url":"https://www.theringer.com/2021/5/14/22434394/nhl-playoffs-connor-mcdavid-avalanche-canadian-division","canonicalUrl":"https://www.theringer.com/2021/5/14/22434394/nhl-playoffs-connor-mcdavid-avalanche-canadian-division","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ec5599c715855c7df84d640a76d347a3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAACAQMABBESIQUGB1ETQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHhEAAgEDBQAAAAAAAAAAAAAAAQIRAANxBAUSIUH/2gAMAwEAAhEDEQA/AKXj3VJie2LPE068w5Luvlf5SMjwipVVz7+L1EuHJGstgIXqVqUqp5WncIQf3kBb/FRAjzJpPogFslo7JzX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"SYqXZy00Q","title":"How Paul McCartney Turned Beatles-Breakup Anxiety Into a Domestic-Bliss Classic","shortId":"SYqXZy00Q","createdAt":"2021-05-14T09:30:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016410,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T09:20:00.000Z","url":"https://www.theringer.com/music/2021/5/14/22435675/paul-mccartney-ram-50th-anniversary-legacy","canonicalUrl":"https://www.theringer.com/music/2021/5/14/22435675/paul-mccartney-ram-50th-anniversary-legacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa8bf9d550604b260bf5bc8126e37bd9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDBAAFEQYhEhMkMkJhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQIDBAAFERIhMUFh/9oADAMBAAIRAxEAPwCuyXB6TqCXGIQlmOyG0pA2Jzni+42rRkKb57nTs9x8fdKUZUZpZ3TU4l3SZGe0NOkDCTznr2v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":21,"description":null,"toc":null,"summary":null},{"id":"G8Wl3uCjv","title":"Deep dive into WebComponents","shortId":"G8Wl3uCjv","createdAt":"2021-05-12T16:58:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":126,"score":27014589,"tagsStr":"general-programming,webdev,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:57:31.000Z","url":"https://itnext.io/deep-dive-into-webcomponents-6b36a4049fbf","canonicalUrl":"https://itnext.io/deep-dive-into-webcomponents-6b36a4049fbf","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66b22bf2f2a1c39fd6fba2836fc8f4bd","ratio":1.36140350877193,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAAEREgIhA3Gx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPOa4XF2rVXnRO6zpaAFRj/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@lobellomatteo","readTime":9,"description":null,"toc":null,"summary":null},{"id":"A7EbmflKx","title":"Stark images of Amazon show incredible peaks and Indigenous peoples","shortId":"A7EbmflKx","createdAt":"2021-05-14T09:21:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016401,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033342-600-stark-images-of-amazon-show-incredible-peaks-and-indigenous-peoples/","canonicalUrl":"https://www.newscientist.com/article/mg25033342-600-stark-images-of-amazon-show-incredible-peaks-and-indigenous-peoples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e32c431e2ebd0adc41e5e83ea32db1b8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEIQUSMQYHExQX/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM6HcO3sOnG/V0mwRc+QJ3ssBCSBOCIknjM1P+mMKyvSGtxyYdVzSlB//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QPVr3cQHl","title":"The Next 500 Years review: Engineering humanity for life after Earth","shortId":"QPVr3cQHl","createdAt":"2021-05-14T08:41:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27016361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-200-the-next-500-years-review-engineering-humanity-for-life-after-earth/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-200-the-next-500-years-review-engineering-humanity-for-life-after-earth/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b87f8a4dc25b0a3abfc8cf813cc1487","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQRIkEhBRIVMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EAB0RAAEEAgMAAAAAAAAAAAAAAAECAwQRAAVxkfH/2gAMAwEAAhEDEQA/AMMXqdHVU881MpVZwvZMVbBcubeyDrYsTE8HMfNJ1lbkZa+QhA5bimyKN85YaXWRp6lh9N1R78z/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ianS6DcYS","title":"Bodhi Linux 6.0 basiert auf Ubuntu 20.04 Focal Fossa – kurz angesehen","shortId":"ianS6DcYS","createdAt":"2021-05-14T08:11:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016331,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:50:28.000Z","url":"https://www.bitblokes.de/bodhi-linux-6-0-basiert-auf-ubuntu-20-04-focal-fossa-kurz-angesehen/","canonicalUrl":"https://www.bitblokes.de/bodhi-linux-6-0-basiert-auf-ubuntu-20-04-focal-fossa-kurz-angesehen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"L586dWfAL","title":"Can AI help detect congenital heart disease on fetal ultrasound?","shortId":"L586dWfAL","createdAt":"2021-05-14T07:23:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016283,"tagsStr":"data-science,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132373&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132373","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea894d4735c3cdad15519457b45b749f","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABAwQDAQAAAAAAAAAAAAABAwQFAAIRIRIxUcH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMhQf/aAAwDAQACEQMRAD8Ak8VCyDmCh1kZ123SVTxajYDxTwOxveftTBwCHCoJyRcd+7pSqM0TMy10Ke2f/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"zO5CIDmdL","title":"Ultrasound-on-a-chip could monitor internal body processes","shortId":"zO5CIDmdL","createdAt":"2021-05-14T07:23:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27016283,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132381&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132381","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/873a052af9a29f96d1f8db9f69433da6","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQHERIjMbH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAMf/aAAwDAQACEQMRAD8AgwbHemxTO5txkdOIW+hsI5PJad7fv4FmYeBEUmst/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"pOK4BwohM","title":"Sailfish OS 4.1 und das Ende des Jolla Phone","shortId":"pOK4BwohM","createdAt":"2021-05-14T06:51:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27016251,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T06:16:00.000Z","url":"https://linuxnews.de/2021/05/sailfish-os-4-1-und-das-ende-des-jolla-phone/","canonicalUrl":"https://linuxnews.de/2021/05/sailfish-os-4-1-und-das-ende-des-jolla-phone/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad2a4c007c048da4becf5af394785986","ratio":2.13636363636364,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIBAAAAUFAAMAAAAAAAAAAAAAAQIDBAUABhESIQcTof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEh/9oADAMBAAIRAxEAPwCi2HHM5Ox5WQlGyLx60XcYVWIBzH0D2EyYQ24JudrP7Xzq7ZNkWoW3FmBAgJAbYwZ1DGflKUdspiiXPUf/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HgBjbYhCy","title":"Advanced CSS Animation Using cubic-bezier()","shortId":"HgBjbYhCy","createdAt":"2021-05-13T14:51:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":481,"score":27016242,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-13T21:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T14:24:42.000Z","url":"https://css-tricks.com/advanced-css-animation-using-cubic-bezier/","canonicalUrl":"https://css-tricks.com/advanced-css-animation-using-cubic-bezier/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9929b9a04d94728e561c5d7e4e07f55","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgEEAAMREyEFBgcSFCJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEBREhE//aAAwDAQACEQMRAD8AjcgyPP3m5fW2pJPHrbcybqDmtUWqZjIHx8RmRJqYDVa9RbYT4nvCEGZWzJXLfI62kKkDJJpGuHAeL//Z","siteTwitter":"@CSS","creatorTwitter":"@ChallengesCss","readTime":11,"description":null,"toc":null,"summary":null},{"id":"TI6YHYcw_","title":"Friends reunion will premiere on HBO Max May 27th","shortId":"TI6YHYcw_","createdAt":"2021-05-13T18:06:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015486,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:04:34.000Z","url":"https://www.theverge.com/2021/5/13/22434515/friends-reunion-episode-streaming-date-hbo-max","canonicalUrl":"https://www.theverge.com/2021/5/13/22434515/friends-reunion-episode-streaming-date-hbo-max","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2b538c212fa2d40deecae9fd4122b9f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACBBEDEjEh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8AwozJBkua3K9o2vtqiGIV71EVqwF//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ldRfcakUY","title":"Knicks Inch Closer to the 4-5 Matchup, Plus Ian O’Connor, Kyle Brandt, and Mike Carver","shortId":"ldRfcakUY","createdAt":"2021-05-14T05:42:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016182,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T05:29:58.000Z","url":"https://www.theringer.com/2021/5/14/22435648/knicks-inch-closer-to-the-4-5-matchup-plus-ian-oconnor-kyle-brandt-and-mike-carver","canonicalUrl":"https://www.theringer.com/2021/5/14/22435648/knicks-inch-closer-to-the-4-5-matchup-plus-ian-oconnor-kyle-brandt-and-mike-carver","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c553ce6b7888017fcfadcd44307d4a67","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQREiEGJHGh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMIdFWrx0i6rG82IdxjjXId5z6VaTqXSRzRT4BIHcyfURWa//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Y4qNZn3K9","title":"Video uploads now available across GitHub","shortId":"Y4qNZn3K9","createdAt":"2021-05-13T16:17:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ghblog","views":282,"score":27016180,"tagsStr":"general-programming,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-13T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:00:13.000Z","url":"https://github.blog/2021-05-13-video-uploads-available-github/","canonicalUrl":"https://github.blog/2021-05-13-video-uploads-available-github/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/370a84a4ccfaf0729ca88efa394d79ba","ratio":1.90634920634921,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAREAAgMEEiExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAQf/aAAwDAQACEQMRAD8A0/r75MeHfSwCKS7fEoqFUeREKH//2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VsMpuFrQY","title":"How to Create an Email Newsletter [2021 Tutorial] – Design, Layout, Send","shortId":"VsMpuFrQY","createdAt":"2021-05-13T21:28:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":61,"score":27016177,"tagsStr":"html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:19:40.000Z","url":"https://www.freecodecamp.org/news/how-to-create-an-email-newsletter-design-layout-send/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-create-an-email-newsletter-design-layout-send/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67173ba9d3279631a5627c43e35b3996","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAgICAgMBAAAAAAAAAAAAAQMCBAARBSEGEmET/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMhMv/aAAwDAQACEQMRAD8Ahf8ABoo8kTXdadx3HXIs/Yq06bJA9gdjXRGj8zC5Di7da/ZQlW1KbKEDOY9iASBv7jGCtYoMMRWofoT/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@nhcarrigan","readTime":7,"description":null,"toc":null,"summary":null},{"id":"YmMjCcK37","title":"Running Border Gateway Protocol in large-scale data centers","shortId":"YmMjCcK37","createdAt":"2021-05-13T16:06:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"facebook_code","views":13,"score":27015890,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:00:32.000Z","url":"https://engineering.fb.com/2021/05/13/data-center-engineering/bgp/","canonicalUrl":"https://engineering.fb.com/2021/05/13/data-center-engineering/bgp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d599260ca9c57b4e77372534311cdecc","ratio":1.76958525345622,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgEEAwAAAAAAAAAAAAAAAAECAxESMRNikf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwDQFTazvUlLLSekRwdl4AK2l0G//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LLv0LlgCS","title":"Greykite: A flexible, intuitive, and fast forecasting library","shortId":"LLv0LlgCS","createdAt":"2021-05-13T16:07:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"linkedin","views":229,"score":27016150,"tagsStr":"tech-news,data-science,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-13T17:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://engineering.linkedin.com/blog/2021/greykite--a-flexible--intuitive--and-fast-forecasting-library","canonicalUrl":"https://engineering.linkedin.com/blog/2021/greykite--a-flexible--intuitive--and-fast-forecasting-library","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac8345ed760df979fbd75a5ecb11e05f","ratio":1.63170163170163,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAGxAAAQUBAQAAAAAAAAAAAAAAAQACAwQRQcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0veqW552mG/NBDoL42BuuzgcQSN74qSIg//Z","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"UAef6YUpL","title":"UX/UI Links of April 2021","shortId":"UAef6YUpL","createdAt":"2021-05-14T05:03:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e6157a85d5b42bcb68bf9bbea77937f","views":0,"score":27016143,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T12:00:00.000Z","url":"https://blog.balsamiq.com/ux-ui-links-april-2021/","canonicalUrl":"https://balsamiq.com/company/news/ux-ui-links-april-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22f9a9f39615d88fd9b5b2df0e721e46","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQMEAwAAAAAAAAAAAAAAAQACBAMREjEGEyH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDd6srLkMeKWus2h3Ah5AJytYjRVIu90iItf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"R9LDuXaJR","title":"Maker of expensive Japanese toaster gets into smartphone business","shortId":"R9LDuXaJR","createdAt":"2021-05-14T05:01:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27016141,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T05:00:31.000Z","url":"https://www.theverge.com/2021/5/14/22435573/balmuda-toaster-maker-smartphone-kyocera-release-announcement","canonicalUrl":"https://www.theverge.com/2021/5/14/22435573/balmuda-toaster-maker-smartphone-kyocera-release-announcement","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4cf88b6852756e62e963eb4916e0947","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQIDBAAFESExBv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEB/9oADAMBAAIRAxEAPwDN7X6mbYGHobEW2SI7bisJkRErOyT07qFfdUt9xXMqJwODdKVeC1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"M1C8zWKB7","title":"Types of Software Testing Developers Should Perform When Building Programs","shortId":"M1C8zWKB7","createdAt":"2021-05-13T19:38:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":99,"score":27016139,"tagsStr":"general-programming,security,cyber,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:27:45.000Z","url":"https://www.freecodecamp.org/news/types-of-software-testing/","canonicalUrl":"https://www.freecodecamp.org/news/types-of-software-testing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2934c40c6d2c4e0d8f5714c6b9d484d","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIEEQADEiEGExUxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxESIVHR/9oADAMBAAIRAxEAPwDLOJtvLuXLMtkG84SroSFQMVKm4TOtADRHyoVzjIzVhhjJiUJ9UpVpKRazbGBa8oq8A57z7P/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"BHgRran14","title":"A Big NBA Weekend With Jackie MacMullan and NFL Schedule Chicanery With Warren Sharp","shortId":"BHgRran14","createdAt":"2021-05-14T04:29:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016109,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T04:22:58.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/14/22435456/a-big-nba-weekend-with-jackie-macmullan-and-nfl-schedule-chicanery-with-warren-sharp","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/14/22435456/a-big-nba-weekend-with-jackie-macmullan-and-nfl-schedule-chicanery-with-warren-sharp","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6f1bdeda41791765dbfa7377e01e663","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQISAAMEBREGFDFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQACAwADAAAAAAAAAAAAAAABAgADEQQS8P/aAAwDAQACEQMRAD8AyC02M3U+sXtFVlRuAtxoStoSCVJPn7Ve3gZTorJs8hEYAhYIYj1zGlKRyK1TOo9gjK1Dkgz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"iBMgWMNcp","title":"IOTW: Ransomware Attack Closes Colonial Pipeline","shortId":"iBMgWMNcp","createdAt":"2021-05-14T00:10:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cshub","views":3,"score":27016097,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-ransomware-attack-closes-colonial-pipeline","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-ransomware-attack-closes-colonial-pipeline","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/265cc2a9f534695f25d727fcf72445a8","ratio":1.42857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHBAAAQUBAQEAAAAAAAAAAAAAAQACAwQFESES/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAAMAAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Az3i6GRWwtOC/nPsX5WtFWdsnyIT30kc96FPkjpREJQaf/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"dLI9DHwiF","title":"Can We Ignore the St. Vincent Discourse and Talk About the Music?","shortId":"dLI9DHwiF","createdAt":"2021-05-14T04:12:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27016092,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T04:01:00.000Z","url":"https://www.theringer.com/music/2021/5/14/22435228/st-vincent-daddys-home-review","canonicalUrl":"https://www.theringer.com/music/2021/5/14/22435228/st-vincent-daddys-home-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc238e1f37c58c2380cd914501265a7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDEQAEBiEFEjFBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDESEEBRJhof/aAAwDAQACEQMRAD8AyyR6VthaOafSpKIQJO26JJYg8jxdgn5WRBuzqagCNoUQcKojFKPQxjFe1QslExkF1I4C89pVrSWCPji2g+L/2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"3s1CzLoIt","title":"React Tutorial – How to Work with Multiple Checkboxes","shortId":"3s1CzLoIt","createdAt":"2021-05-13T18:18:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":99,"score":27016066,"tagsStr":"general-programming,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:17:49.000Z","url":"https://www.freecodecamp.org/news/how-to-work-with-multiple-checkboxes-in-react/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-work-with-multiple-checkboxes-in-react/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc11a8095066ea84097217e335a3713f","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMRAAQFBhITIXGS/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEEAwEAAAAAAAAAAAAAAAIAAwQSARExUf/aAAwDAQACEQMRAD8Amusyz9WLL5n0k3ldlZRZ7ZPdCrqzfwZTouFZY0Cc/uqoAAAUUB+cYw6a4RFb1MwWgw3XXF//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@myogeshchavan97","readTime":7,"description":null,"toc":null,"summary":null},{"id":"9FTt_CDCz","title":"How can I add a timeout to a promise in JavaScript?","shortId":"9FTt_CDCz","createdAt":"2021-05-13T19:08:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"30seconds","views":82,"score":27016054,"tagsStr":"javascript,logging","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-await-timeout","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-await-timeout","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b8a927c9beb8e870f7e0f3115cdbcf7","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgEH/8QAJhAAAgEDAgQHAAAAAAAAAAAAAQIEAAMRBgcFEhNRFCExQVKRof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQADAAAAAAAAAAAAAAAAAQARMUH/2gAMAwEAAhEDEQA/AJvFuDM1lo6zEhxnsRDIDyOm/OHUDKA9jzeoz7CsE6Z7Uhg8bdNPTol0sxvMpTzwEKgnP6B90e8Rc+RpnHKYV3f/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"THvJ3vf5-","title":"Short tutorial: Digital Television with GStreamer (ATSC setup)","shortId":"THvJ3vf5-","createdAt":"2021-05-14T03:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27016024,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"http://heisenbugs.blogspot.com/2021/05/short-tutorial-digital-television-with.html","canonicalUrl":"http://heisenbugs.blogspot.com/2021/05/short-tutorial-digital-television-with.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2793a7ff60bc6c42ac7ec311cddbca44","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBhMhMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAMBAQAAAAAAAAAAAAAAAAABEQIh/9oADAMBAAIRAxEAPwDDQcju2r9VLDdoAYbkZmJ0Br2cpkimWRw1mRiCQTs+fuMYp0lpxH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"O9FGI48qU","title":"From Lawyer to Engineer at Google – How to Switch Careers and Learn New Skills","shortId":"O9FGI48qU","createdAt":"2021-05-13T16:38:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":83,"score":27015935,"tagsStr":"google,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:25:03.000Z","url":"https://www.freecodecamp.org/news/from-lawyer-to-google-engineer/","canonicalUrl":"https://www.freecodecamp.org/news/from-lawyer-to-google-engineer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdca142abb680c22334e4272a052ce21","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABAwQFBhEhIjEyQlJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBRETMf/aAAwDAQACEQMRAD8AzfQl2jlyxUslZobmIplCBQxAIyc3cXsXHq6q2FtvJ/rkiI7udhkjfGK1go5if//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@zubinpratap","readTime":15,"description":null,"toc":null,"summary":null},{"id":"GSm0iYSiJ","title":"PSA: You can probably try Gmail’s new integrated Chat now","shortId":"GSm0iYSiJ","createdAt":"2021-05-14T00:47:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015887,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:40:27.000Z","url":"https://www.theverge.com/2021/5/13/22435232/gmail-integrated-chat-room-im-feature-hangouts-publicly-available","canonicalUrl":"https://www.theverge.com/2021/5/13/22435232/gmail-integrated-chat-room-im-feature-hangouts-publicly-available","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c54294ebca13b42c65a72d6a66ded5e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAxEEEhMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANK39Ro6HAXSD92SpX2Uo+55KDkREP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rO5oRUwhX","title":"Epic fights Apple in court by playing Candy Crush","shortId":"rO5oRUwhX","createdAt":"2021-05-14T00:33:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015873,"tagsStr":"general-programming,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-14T00:32:47.000Z","url":"https://www.theverge.com/2021/5/13/22435319/epic-apple-fortnite-trial-antitrust-candy-crush-pc-mobile","canonicalUrl":"https://www.theverge.com/2021/5/13/22435319/epic-apple-fortnite-trial-antitrust-candy-crush-pc-mobile","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GPs4cEI_g","title":"Getting started with Protobuffer and Python","shortId":"GPs4cEI_g","createdAt":"2021-05-13T16:51:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":41,"score":27015859,"tagsStr":"python,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:16:04.000Z","url":"https://pknerd.medium.com/getting-started-with-protobuffer-and-python-2ea749924412","canonicalUrl":"http://blog.adnansiddiqi.me/getting-started-with-protobuffer-and-python/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3725b788b007113958ce40e25709e9a6","ratio":3.41333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQQABwAAAAAAAAAAAAAAAQACAxEEEhQjUVJj/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAdEQABAgcAAAAAAAAAAAAAAAABABECAwQGYYHB/9oADAMBAAIRAxEAPwDTIw0emy7lD0d2vlTJhjJssCIpW5S0cvfE+gDgk4X/2Q==","siteTwitter":"@Medium","creatorTwitter":"@kadnan","readTime":5,"description":null,"toc":null,"summary":null},{"id":"OMZ8zMwnQ","title":"Netflix will try to make Ultraman a global name with a new CG movie","shortId":"OMZ8zMwnQ","createdAt":"2021-05-13T23:55:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015835,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T23:46:30.000Z","url":"https://www.theverge.com/2021/5/13/22435040/netflix-ultraman-cg-movie-global-audience","canonicalUrl":"https://www.theverge.com/2021/5/13/22435040/netflix-ultraman-cg-movie-global-audience","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa0bd8073536ed9a29f9370fe0df91f0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAAYABgMAAAAAAAAAAAAAAAECAwQRBRIWITFBUXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAgMABAUREiGB/9oADAMBAAIRAxEAPwDCsYkvNx0yM5qWzRESt7K+PIjall9NtV6P6AA8Sh121X8ndTW0wWFuII317X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IgolOj8M_","title":"GE Healthcare gets FDA nod for image reconstruction technology","shortId":"IgolOj8M_","createdAt":"2021-05-13T23:36:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015816,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T23:23:46.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132387&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132387","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/651f73f7cc667f9094490e0dc0fd9019","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwME/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIRAAMFBAYSQSIxEyFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAMRAAECEv/aAAwDAQACEQMRAD8ALLWM29rtqZw3tI97OXeD469p9SgCQfJXTkPf30eoii1iysQYkGK3oinGuSon5gJjriaqltOC+C+vynOWi67ScII7Hnluf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uBw6yQdBH","title":"World’s largest crypto exchange Binance is reportedly under investigation","shortId":"uBw6yQdBH","createdAt":"2021-05-13T23:02:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015782,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:56:59.000Z","url":"https://www.theverge.com/2021/5/13/22434965/binance-investigation-irs-justice-cryptocurrency","canonicalUrl":"https://www.theverge.com/2021/5/13/22434965/binance-investigation-irs-justice-cryptocurrency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/840901db6adfa8ff6957688348999165","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDABESBDFxBhMhI8H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAECAwAh/9oADAMBAAIRAxEAPwDPEi4oIAfWcGW+4LDz85sKp6fp9JoI5e+VzUNbDa45pSpVqMigqc6aBj3f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nGbD74dly","title":"Clouds of atoms trap light in a way that could store quantum data","shortId":"nGbD74dly","createdAt":"2021-05-13T22:57:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015777,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277525-clouds-of-atoms-trap-light-in-a-way-that-could-store-quantum-data/","canonicalUrl":"https://www.newscientist.com/article/2277525-clouds-of-atoms-trap-light-in-a-way-that-could-store-quantum-data/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bd5acd71f2206f80a980e27c1eccd0d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAACAQMDBAMAAAAAAAAAAAABAgMABREEBiESEyJBMTJx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQACAQMFAAAAAAAAAAAAAAABAwIABCERQWFx8P/aAAwDAQACEQMRAD8AnXay7Ktax62QTXIx9p3jiPgDz9sZPOc+j7yKj59y3F55HXSIysxIZZukHn5AAGPylKs2uMkLnIZOvsUlG3iu8auGAOjzuDX/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DEPQKEY8s","title":"Building an image gallery with Fastify and React","shortId":"DEPQKEY8s","createdAt":"2021-05-13T12:50:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":120,"score":27015776,"tagsStr":"webdev,react,fastify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:45:00.000Z","url":"https://daily.dev/blog/building-an-image-gallery-with-fastify-and-react","canonicalUrl":"https://daily.dev/blog/building-an-image-gallery-with-fastify-and-react","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80a0cd13b416609bf3822948ed0ba5f0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgEEAAMFERITITFBIlGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Aw0mVEVy1MicYmIFMQEsCbLknvm32LxM6Fkuk2krLv47nx11CECXH/9k=","siteTwitter":"","creatorTwitter":"@lawrence_eagles","readTime":7,"description":null,"toc":null,"summary":null},{"id":"fF7nAtO_d","title":"Actor says TikTok used her voice without permission for viral text-to-speech feature","shortId":"fF7nAtO_d","createdAt":"2021-05-13T22:45:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015765,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:42:44.000Z","url":"https://www.theverge.com/2021/5/13/22435058/tiktok-voice-sues-unauthorized-usage-text-to-speech","canonicalUrl":"https://www.theverge.com/2021/5/13/22435058/tiktok-voice-sues-unauthorized-usage-text-to-speech","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d066b18d2ad638e7505b672c61807d7e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMRAAQFEgcTFDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAeEQABBAEFAAAAAAAAAAAAAAABAAIDEQQSITFRsf/aAAwDAQACEQMRAD8Ap7iwWM3hbZNysJeceYbGoCW/FGpVAgqLhEqk+lKEmSal8LyM6MPY9WCxIb6G9QtK1KA1ESdhJ+wKUpmCzupc6R0LRo7rgH1f/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"td472SOXy","title":"The Yankees Covid Outbreak May Be Bad News for Ditching Masks","shortId":"td472SOXy","createdAt":"2021-05-13T22:33:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015753,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:28:00.000Z","url":"https://www.wired.com/story/the-yankees-covid-outbreak-may-be-bad-news-for-ditching-masks/","canonicalUrl":"https://www.wired.com/story/the-yankees-covid-outbreak-may-be-bad-news-for-ditching-masks/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/da7dac0a18daf342a608f679692fea13","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAACAQMCBwAAAAAAAAAAAAABAwIABBIFEQYHE0FhcXL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAQUAAAAAAAAAAAAAAAAAAgABAxEh/9oADAMBAAIRAxEAPwCwvmC+Wp2qFWZXb2cHmSw/frAPCIiRx7A5e6q2/H5ZbqnLTI5SiCdnePmlKMUIU2JIyE2Wv//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ZqZ_ixFPN","title":"Moonscapes","shortId":"ZqZ_ixFPN","createdAt":"2021-05-13T22:32:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015752,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/119389327/Moonscapes","canonicalUrl":"https://www.behance.net/gallery/119389327/Moonscapes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fb13a3b5eb5d9bffcb1dc2a70bdbc9a","ratio":1.4957264957265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFBiERQRIiMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8Aw9xxy24zXyKi4W8Vlpch0dCFca2pB550fLg619EVNwjGWmu0qZcjLLEr7INddQhDoM//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1CljU8thc","title":"Why the Sports Card Market Will Be Just Fine, Plus Panini’s D.J. Kazmierczak","shortId":"1CljU8thc","createdAt":"2021-05-13T22:31:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015751,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:23:50.000Z","url":"https://www.theringer.com/2021/5/13/22435117/why-the-sports-card-market-will-be-just-fine-plus-paninis-d-j-kazmierczak","canonicalUrl":"https://www.theringer.com/2021/5/13/22435117/why-the-sports-card-market-will-be-just-fine-plus-paninis-d-j-kazmierczak","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/866d50a4e0b8326cabc2b85df86c87aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQMCAAQFERIhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhESIf/aAAwDAQACEQMRAD8AzOBVdIzDerhbrcxj0hqtg9AbOwR759qLk0268ldwgo8xdMDZBOuj+6pShvaxqvCXgbbY6z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"CfD4zzkhR","title":"Listener Mail on Liz Cheney and the NFL Schedule Release, Plus NASCAR Announcer Jeff Gordon","shortId":"CfD4zzkhR","createdAt":"2021-05-13T22:15:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015735,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:10:03.000Z","url":"https://www.theringer.com/2021/5/13/22435093/listener-mail-on-liz-cheney-and-the-nfl-schedule-release-plus-nascar-announcer-jeff-gordon","canonicalUrl":"https://www.theringer.com/2021/5/13/22435093/listener-mail-on-liz-cheney-and-the-nfl-schedule-release-plus-nascar-announcer-jeff-gordon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f8f1f6e285d29d12be3372215d45d44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQIEBQADERIGExQVIUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAcEQACAQUBAAAAAAAAAAAAAAACAwEABBEhQVH/2gAMAwEAAhEDEQA/AMFEsJRM4eGETrjoVpSohVlBGygPOBg+/tQpFtKtZB03745Xyrqre2iRnBIzSlVF6kUXRCvUYHs+UAErJcZGO8iv/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"1V7wqgLQA","title":"Humanity wastes about 500 years per day on CAPTCHAs. It’s time to end this madness","shortId":"1V7wqgLQA","createdAt":"2021-05-13T13:15:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cloudflare","views":97,"score":27015734,"tagsStr":"security,cryptography,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://blog.cloudflare.com/introducing-cryptographic-attestation-of-personhood/","canonicalUrl":"https://blog.cloudflare.com/introducing-cryptographic-attestation-of-personhood/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92cf5e202572cddf5a19b879e52043d4","ratio":2.07580477673936,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIhAAAAQEBwAAAAAAAAAAAAAAAAECAxESITEEBRVhZKLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/ANCv5sbuIbORxKUGRypchE71pbYVa5x+/gAJC4//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"c8TWw2CZg","title":"Martin Garrix rings in 25th birthday with historic EURO2020 anthem alongside U2 [Stream]","shortId":"c8TWw2CZg","createdAt":"2021-05-13T22:02:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015722,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T22:00:28.000Z","url":"https://dancingastronaut.com/2021/05/martin-garrix-rings-in-25th-birthday-with-historic-euro2020-anthem-alongside-u2-stream/","canonicalUrl":"https://dancingastronaut.com/2021/05/martin-garrix-rings-in-25th-birthday-with-historic-euro2020-anthem-alongside-u2-stream/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80940af42807e4d4744d23da548c2699","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFESEGBxIxwf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAABAhEAIf/aAAwDAQACEQMRAD8AgX+61uZ7QjqwBIER4Qk0ree555b7meW+vNQa1M0eq6yiF2KqJwABv6xjDKwy51blg3//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Rftb90PRe","title":"Durante & HANA share thoughts on new Anjunadeep EP ‘Celestia’ [Q&A]","shortId":"Rftb90PRe","createdAt":"2021-05-13T21:44:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:43:15.000Z","url":"https://dancingastronaut.com/2021/05/durante-hana-share-thoughts-on-new-anjunadeep-ep-celestia-qa/","canonicalUrl":"https://dancingastronaut.com/2021/05/durante-hana-share-thoughts-on-new-anjunadeep-ep-celestia-qa/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/002893d209858568c6eb0e813c3836a8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwMFAQAAAAAAAAAAAAABAAIEAwUGERMhInFC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMABBEx4f/aAAwDAQACEQMRAD8AnknAbTj2GSZ9zFKbOjyX0N2mXhjg+n16kfJ1PqjpDdeHceIieyKh4GRaF3vIM/fgz//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"C6YHL46Mh","title":"Using kafka-merge-purge to Deal with Failure in an Event-Driven System at FLYERALARM","shortId":"C6YHL46Mh","createdAt":"2021-05-13T17:06:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"conf","views":6,"score":27015689,"tagsStr":"kafka","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:51:39.000Z","url":"https://www.confluent.io/blog/using-kafka-merge-purge-to-simplify-kafka-failures/","canonicalUrl":"https://www.confluent.io/blog/using-kafka-merge-purge-to-simplify-kafka-failures/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-4DP5XBhd","title":"Get an unlocked Google Pixel 3 for $160 at Woot","shortId":"-4DP5XBhd","createdAt":"2021-05-13T21:17:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015677,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:14:53.000Z","url":"https://www.theverge.com/good-deals/2021/5/13/22434465/google-pixel-3-smartphone-deal-sale-woot","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/13/22434465/google-pixel-3-smartphone-deal-sale-woot","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f1c2fd3cb8966626e5183e1dffa9648","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAARISMFEjFBROH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRQf/aAAwDAQACEQMRAD8AniJYnXkuoJlKfdQp0q6iUWuE5zjHmsx2TtXsmdz7HylKOdUrt4S6wLP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"T1gYavMhe","title":"Minimalist Design: Why Is It So Effective?","shortId":"T1gYavMhe","createdAt":"2021-05-13T14:51:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27015291,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:40:27.000Z","url":"https://marketsplash.com/minimalist-design/","canonicalUrl":"https://marketsplash.com/minimalist-design/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c84fd6d0f0f40c29497a52762dc01291","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHBAAAgICAwAAAAAAAAAAAAAAAgMAAQQRITJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIxEf/aAAwDAQACEQMRAD8A0I5DlrNINMVM7hV8Fr2pMRA+rsohUqqGz//Z","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":11,"description":null,"toc":null,"summary":null},{"id":"1jAmmnwm0","title":"Decades-Old Flaws Affect Almost Every Wi-Fi Device","shortId":"1jAmmnwm0","createdAt":"2021-05-13T21:12:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015672,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:06:00.000Z","url":"https://www.wired.com/story/frag-attack-wi-fi-vulnerabilities/","canonicalUrl":"https://www.wired.com/story/frag-attack-wi-fi-vulnerabilities/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84111883fd216182fb9350c6373c56d6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgIDAQAAAAAAAAAAAAABAgMEADEFESES/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAUH/2gAMAwEAAhEDEQA/AFerNyPLSxT2EWsZjXdEgTshZgEILA6+F2CfNjJ/e5q+92wzNCzGRiSyt2fdnpgMYxIvj//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"hbdJYs8nP","title":"Disney’s return to theaters will include a shorter 45-day theatrical window","shortId":"hbdJYs8nP","createdAt":"2021-05-13T21:06:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015666,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T21:04:16.000Z","url":"https://www.theverge.com/2021/5/13/22434964/disney-theatrical-window-45-days-shorter-streaming-shang-chi-free-guy","canonicalUrl":"https://www.theverge.com/2021/5/13/22434964/disney-theatrical-window-45-days-shorter-streaming-shang-chi-free-guy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3bc27ca581ba7c03c74ab25829c4f351","ratio":1.91100702576112,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRABAAICAgMAAAAAAAAAAAAAAQIDAAQSIQURYf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8Az/4/cqaJFunRZOiqTzTuYB05Mb0JnM1q4ku+Ivo+Yxk3Jwlb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CVe441V0h","title":"Twitter will make it easier to search your DMs, finally adds DM search to Android","shortId":"CVe441V0h","createdAt":"2021-05-13T21:01:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015661,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:59:28.000Z","url":"https://www.theverge.com/2021/5/13/22434936/twitter-dm-search-android-expanding","canonicalUrl":"https://www.theverge.com/2021/5/13/22434936/twitter-dm-search-android-expanding","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a97952266f96364c0b52854dd53f7cfd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFESEGIjNBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgARITHw/9oADAMBAAIRAxEAPwDN9IayLuhvpd2sslm60cFe4G2NNVcRgomxUsAoIY8ju+5NmjVSzKsqtLIHIaQxwgsd+T4/eMYQGjQ7MIzlWCjVT//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5d7yErYWh","title":"Cuba's bid to vaccinate all citizens with home-grown covid-19 shots","shortId":"5d7yErYWh","createdAt":"2021-05-13T20:57:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015657,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277585-cubas-bid-to-vaccinate-all-citizens-with-home-grown-covid-19-shots/","canonicalUrl":"https://www.newscientist.com/article/2277585-cubas-bid-to-vaccinate-all-citizens-with-home-grown-covid-19-shots/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0cfd7172ea20699412fa0171d8a98be0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFESEGEjFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBBBEi/9oADAMBAAIRAxEAPwDNcP5CtBJQIhS3zyhZiNhd6Iyc69ZiSputreomsoJUsSD1PjPyEISvwuQR2lhn0//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WNyt0aza56","title":"Deep-sea snailfish repairs its DNA to survive 7 km below the surface","shortId":"WNyt0aza56","createdAt":"2021-05-13T20:57:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015657,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277567-deep-sea-snailfish-repairs-its-dna-to-survive-7-km-below-the-surface/","canonicalUrl":"https://www.newscientist.com/article/2277567-deep-sea-snailfish-repairs-its-dna-to-survive-7-km-below-the-surface/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e1d4885d70784b5b111d66fd743137a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMRAAQFEiFBBv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAx/9oADAMBAAIRAxEAPwCe1+Xmm4JeQDcascgUh3E1KTdr4Cfh9qvPMlZv3u3HM6DR1H6sV7LI9GvosYxhxS9clAcN/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"CDVxhHJHX","title":"Covid-19 news: UK fights surging variant with local vaccine roll-out","shortId":"CDVxhHJHX","createdAt":"2021-05-13T20:57:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015657,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-uk-fights-surging-variant-with-local-vaccine-roll-out/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-uk-fights-surging-variant-with-local-vaccine-roll-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d3a3c2c6b06b442b4864506e6a28382","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBAARBQcSExQhMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAACEQMx/9oADAMBAAIRAxEAPwDQeQ7BauaPs6bLct+ES+tJtYyVLDYH38gA6IyriezEtcXTsWIp0nlhSSRUVSoYqCQD+bxjD29KK4Kf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":53,"description":null,"toc":null,"summary":null},{"id":"YiG0IR1o_","title":"Feds break up alleged streaming password theft scheme","shortId":"YiG0IR1o_","createdAt":"2021-05-13T20:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:41:49.000Z","url":"https://www.theverge.com/2021/5/13/22434670/stolen-netflix-hbo-streaming-passwords-arrest-fraud","canonicalUrl":"https://www.theverge.com/2021/5/13/22434670/stolen-netflix-hbo-streaming-passwords-arrest-fraud","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84b3b969c47b58e6fa8a915a56821f75","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAAECERITIUFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACEVHw/9oADAMBAAIRAxEAPwDNum8WlNqnXhPKsntz2wBLK3cB2p//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AKvHD6WD1z","title":"From Texas to Hawaii: SpaceX plans first orbital Starship test","shortId":"AKvHD6WD1z","createdAt":"2021-05-13T20:35:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015635,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:27:53.000Z","url":"https://www.theverge.com/2021/5/13/22434825/elon-musk-spacex-first-orbital-starship-test-texas-hawaii","canonicalUrl":"https://www.theverge.com/2021/5/13/22434825/elon-musk-spacex-first-orbital-starship-test-texas-hawaii","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d5d55308c13fe16b65da5f34f788d9c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDBAAREiGBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACMf/aAAwDAQACEQMRAD8Ax63ZjsXCtmEshPnhuW9HR+ZBLQCyuolOgSBsYxlCymQqA7P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"usmiXQOZY","title":"Technology Focus: Neuro42 develops low-field MRI technology","shortId":"usmiXQOZY","createdAt":"2021-05-13T18:45:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015525,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:37:49.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132374&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132374","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24641337f422330e99c5ef57057aea87","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQMFAQAAAAAAAAAAAAABAgMABREEBhIhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABwRAAICAgMAAAAAAAAAAAAAAAECACEDBBExkf/aAAwDAQACEQMRAD8AjN0bOttsita6YSNE6oZ1mPMyMMEnPgB76xjuomSxaKWRpAhUOS3EAYGfnlKVR6ciCXr4nPZB59n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-dw58uOOR","title":"NBA Regular-Season Observations, Plus Chris Ryan on the Sixers, Embiid, and the Super League","shortId":"-dw58uOOR","createdAt":"2021-05-13T20:33:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:46:53.000Z","url":"https://www.theringer.com/2021/5/13/22434765/nba-regular-season-observations-plus-chris-ryan-on-the-sixers-embiid-and-the-super-league","canonicalUrl":"https://www.theringer.com/2021/5/13/22434765/nba-regular-season-observations-plus-chris-ryan-on-the-sixers-embiid-and-the-super-league","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b22efa6abb9a472f69b6116e158cf77","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQQBAgcBAAAAAAAAAAAAAQIDBBEABQYSExQVISNhcv/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEQMEEv/aAAwDAQACEQMRAD8AxMzbqJeuzdNceSBBl9Gh4MgKUketJNUL8Am7v5kSXsl1uU8jupPCtQvkff1jGX1WLdXDMKC1P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RW6zWYiIl","title":"‘WrestleMania Backlash’ Preview","shortId":"RW6zWYiIl","createdAt":"2021-05-13T20:33:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015633,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:19:49.000Z","url":"https://www.theringer.com/2021/5/13/22434893/wrestlemania-backlash-preview","canonicalUrl":"https://www.theringer.com/2021/5/13/22434893/wrestlemania-backlash-preview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a53ee2c19b8ed4e5f80f58895cd25797","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAkEAABAwIEBwAAAAAAAAAAAAABAgMEAAUGERUhIiQyQVJhof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAESJh0f/aAAwDAQACEQMRAD8AhMeXKZiOHcJsqVIW3BbbQ23JcLyuIgnJZyIGw23+1cWGCjQ7d0jlm+x8R7pSiZiElxGda5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WyBVNU6eA","title":"GameStop FOMO Inspires a New Wave of Crypto Pump-and-Dumps","shortId":"WyBVNU6eA","createdAt":"2021-05-13T20:30:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015630,"tagsStr":"tech-news,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:53:00.000Z","url":"https://www.wired.com/story/crypto-pump-and-dumps-gamestop-dogecoin-fomo/","canonicalUrl":"https://www.wired.com/story/crypto-pump-and-dumps-gamestop-dogecoin-fomo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ead05ed62a0c3706342b76b7617926ec","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgMABAURIRMUMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADEQQSMUGx/9oADAMBAAIRAxEAPwCfy+Ot1vbPtQ8EzhWuJA2+sGI2CPQ4Pj7UHlxDFlr2OK3iSNJ3VVA4ADHQpSrtWGN3avrR2psrs4vBiv/Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"grBNjcBk-y","title":"Maybe it’s time for a HomePod fire sale, Apple","shortId":"grBNjcBk-y","createdAt":"2021-05-13T20:30:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015630,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T20:26:01.000Z","url":"https://www.theverge.com/2021/5/13/22434783/apple-homepod-stock-problems-discontinued-sale","canonicalUrl":"https://www.theverge.com/2021/5/13/22434783/apple-homepod-stock-problems-discontinued-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf10216c49cda3cf9bbf7d8450a67e2e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgABAxEEMQUhEhMj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABACL/2gAMAwEAAhEDEQA/AMk5iCUeKjxRy5/VM5izEV+DVdVqulDRt8x6DTbFEVLpgMl//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zCafHlMcn","title":"A Focus on the Basics: Must-Have Features for Your eCommerce Website","shortId":"zCafHlMcn","createdAt":"2021-05-13T19:47:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27015587,"tagsStr":"ecommerce","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:57:53.000Z","url":"https://speckyboy.com/must-have-features-ecommerce-website/","canonicalUrl":"https://speckyboy.com/must-have-features-ecommerce-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fe6b60aebd4fe10b0a098e5600c3771","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMDAgcAAAAAAAAAAAAABAABAgMGEQUTBxUhQbHh8P/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxESIUFh/9oADAMBAAIRAxEAPwChw+LuLl1OgGeGJRnPruUN2WWi2fvK0SAetvCLvc42XbsD6RFVV7ONTjjwCLqlQ5Hc/9k=","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bJs4OdD-5","title":"When a Pipeline Goes Down, Tanker Trucks Come to the Rescue","shortId":"bJs4OdD-5","createdAt":"2021-05-13T19:46:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015586,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:37:00.000Z","url":"https://www.wired.com/story/colonial-pipeline-mess-tanker-trucks-come-to-rescue/","canonicalUrl":"https://www.wired.com/story/colonial-pipeline-mess-tanker-trucks-come-to-rescue/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22cb6ff7f5e74c3db4bd5bda374dc0fc","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAAUEAwAAAAAAAAAAAAAAAAECBBEDBhIkcZPh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQABBQEAAAAAAAAAAAAAAAAAAgMSFFFS/9oADAMBAAIRAxEAPwDC0Xk6SeNNmyQSyhUUpy5kTVcrqT1WPT6ABYc6IgnD/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"bwy_iGz5Y","title":"2021 MLS Budget XI: The best bargains at each position","shortId":"bwy_iGz5Y","createdAt":"2021-05-13T19:32:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27015572,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://theathletic.com/2586740/2021/05/13/mls-budget-xi-bargain-salaries/","canonicalUrl":"https://theathletic.com/2586740/2021/05/13/mls-budget-xi-bargain-salaries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e534f462d5842e485df286462bf6290c","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBQAEESEGEgciQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAHhEBAAECBwAAAAAAAAAAAAAAAQMAAgQSISJRsdH/2gAMAwEAAhEDEQA/AI+QJqVhonj8o/0UQsW1w0o5DoI1164AGATvea0Rs5JZKmfRo7SkpaOB8GSKUpDjZSw179qGXLubRXkr/9k=","siteTwitter":"@TheAthletic","creatorTwitter":"@PaulTenorio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ok_JEps3X","title":"A’ja Wilson on Cultivating Her Mental Health, the Upcoming WNBA Season, and More. Plus: The Talen Horton-Tucker Wars Continue","shortId":"ok_JEps3X","createdAt":"2021-05-13T19:29:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015569,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:21:23.000Z","url":"https://www.theringer.com/2021/5/13/22434747/aja-wilson-cultivating-mental-health-upcoming-wnba-season-more-plus-talen-horton-tucker","canonicalUrl":"https://www.theringer.com/2021/5/13/22434747/aja-wilson-cultivating-mental-health-upcoming-wnba-season-more-plus-talen-horton-tucker","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce018ec081abe118c6896c6b94df0e0e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBRIhExQiMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMh/9oADAMBAAIRAxEAPwDOcratYjA21+2hLrj9x2y21Dw0CAeB7BnmZqGrCh1Rc65G52jWYn7SlOSpLbAW5P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"M6bJvBpB-","title":"Italian authorities fine Google $120 million for an Android Auto issue that’s already solved","shortId":"M6bJvBpB-","createdAt":"2021-05-13T19:29:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015569,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T19:28:07.000Z","url":"https://www.theverge.com/2021/5/13/22434373/italian-antitrust-fine-google-android-auto-enel-x-juicepass","canonicalUrl":"https://www.theverge.com/2021/5/13/22434373/italian-antitrust-fine-google-android-auto-enel-x-juicepass","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/41d2a169871b1741474c0cd88a0e32e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQRIQUGEhQiQf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABEQD/2gAMAwEAAhEDEQA/AM25LnW5Xq3nbRTW1jauh9OW6knUtIB9KWPxgawNY/Kgr2WaBREschWMeILXD5ONb3SlMIEwWrv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uvjbyMYVA","title":"Watch Us Roam Virtual Deep Seas With Real Oceanographers","shortId":"uvjbyMYVA","createdAt":"2021-05-13T19:02:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015542,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:00:00.000Z","url":"https://www.wired.com/story/subnautica-noaa-whoi-oceanexplorer-stream/","canonicalUrl":"https://www.wired.com/story/subnautica-noaa-whoi-oceanexplorer-stream/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/646544cdfa16bb66d26c9b2bf92f5fa5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAxEEBhIhMVLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADEjFB/9oADAMBAAIRAxEAPwDJDpDCifI7e+rc9oArb1xzdjtWk0/ih7gXykgnz8RE0pO5NUWM4OR7P//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"h9g2ollz9","title":"SpectronRx receives approval to expand Ind. facility","shortId":"h9g2ollz9","createdAt":"2021-05-13T18:57:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015537,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:49:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132379&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132379","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/661ef6277d26ceb6f1cc783fd080baf4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAjEAABAwMEAgMAAAAAAAAAAAABAgMEABEhBQYSkRVBQlJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIxQf/aAAwDAQACEQMRAD8AMrnbN3HosORInPQNUYKkuM8OZeCk2zn0Lqv+WoiqJp5JLUlJb+JVHNyPV7C3VDNNJ8izk5Xno1Q+Svse6qi7CeI//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_H4NwbSk7","title":"Renewable energy won’t make Elon Musk love bitcoin again","shortId":"_H4NwbSk7","createdAt":"2021-05-13T18:57:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015537,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:54:47.000Z","url":"https://www.theverge.com/2021/5/13/22434617/renewable-energy-bitcoin-pollution-tesla-elon-musk","canonicalUrl":"https://www.theverge.com/2021/5/13/22434617/renewable-energy-bitcoin-pollution-tesla-elon-musk","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/934f27d760d784cb161734d7476c8572","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFIRESIjFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQABBQEAAAAAAAAAAAAAAAABAAIDERJh/9oADAMBAAIRAxEAPwDL5+SHDY+4WztwGE8cCMzc9IPo6I14qBxdzOTMt5DEsneEWzjIUHfA+UpQo3HN9TZwNUv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"BDAJ6E95e","title":"Vaccinated people can ditch masks and social distancing in most places, CDC says","shortId":"BDAJ6E95e","createdAt":"2021-05-13T18:47:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015527,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:44:07.000Z","url":"https://www.theverge.com/2021/5/13/22434645/vaccines-masks-social-distancing-cdc-covid","canonicalUrl":"https://www.theverge.com/2021/5/13/22434645/vaccines-masks-social-distancing-cdc-covid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04b47b5f807c65b1af92bfa577c539c8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAUGBBESEyEi/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAECADH/2gAMAwEAAhEDEQA/AMbdsouMOAmRZE4zyJpekIBHGhj5EqNtwfB7uaqtmWXN7bpGYwFjChJ6x78ilKSgKTDfB3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q6GtmpYM6","title":"The Chip Shortage Is Driving Up Tech Prices—Starting With TVs","shortId":"q6GtmpYM6","createdAt":"2021-05-13T18:46:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015526,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T14:40:00.000Z","url":"https://www.wired.com/story/chip-shortage-electronics-prices-tvs-displays/","canonicalUrl":"https://www.wired.com/story/chip-shortage-electronics-prices-tvs-displays/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8dd9f60b75e4f7aa2169fc7b5f4dc51","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBQYHEiFBQpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADMQT/2gAMAwEAAhEDEQA/AMmvEG5wTk2TsHuol8KCwhgJb2mfNXb3MffpddVyn6VYgSZ7fKUoukwIlDs//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DUz7q8gss","title":"Which factors affected users’ decisions to adopt Flutter? — Q1 2021 user survey results","shortId":"DUz7q8gss","createdAt":"2021-05-13T09:50:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"flutter","views":53,"score":27015520,"tagsStr":"general-programming,google,flutter,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T02:17:12.000Z","url":"https://medium.com/flutter/which-factors-affected-users-decisions-to-adopt-flutter-q1-2021-user-survey-results-563e61fc68c9","canonicalUrl":"https://medium.com/flutter/which-factors-affected-users-decisions-to-adopt-flutter-q1-2021-user-survey-results-563e61fc68c9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/064811d50ca787980c69e5e12a2e5337","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQACAwQREiEFBiIxcZHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQABBAIDAAAAAAAAAAAAAAACAAEDEQQSEyGB/9oADAMBAAIRAxEAPwDXJeHS1L5KtklmY7LnnPp338EfBWouTcomONRBctB3Bc+77RFIfCgkLUxtvUpTHykN9Mv/2Q==","siteTwitter":"@flutterdev","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"gGesK4rxv","title":"Yes, You Need a Design Process","shortId":"gGesK4rxv","createdAt":"2021-05-13T18:35:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27015515,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:26:00.000Z","url":"https://wiredcraft.com/blog/yes-you-need-a-design-process/","canonicalUrl":"https://wiredcraft.com/blog/yes-you-need-a-design-process/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af512ac8ac6ffae85f77c8abfa171b2c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQRIQUSIiMxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAIDAQEAAAAAAAAAAAAAAAECAANB0eH/2gAMAwEAAhEDEQA/AM44bnbG2sLGGXhreaRVZTKemcrskZQ7YaOc6Hj1qQl9sryJ61ZiwRfhQfoflKVZ1VqjErvTDrHZgAc8n//Z","siteTwitter":"","creatorTwitter":"@wiredcraft","readTime":null,"description":null,"toc":null,"summary":null},{"id":"GelqQyXJi","title":"Editorial | Dubai Expo 2020 Book Colletion","shortId":"GelqQyXJi","createdAt":"2021-05-13T18:35:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015515,"tagsStr":"react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/109922641/Editorial-Dubai-Expo-2020-Book-Colletion","canonicalUrl":"https://www.behance.net/gallery/109922641/Editorial-Dubai-Expo-2020-Book-Colletion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/070e81e56f2d4cd4b08335c18112d39e","ratio":1.08359133126935,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIRAAMFBxIhBDEyUaL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECESEx/9oADAMBAAIRAxEAPwC+unIsKlhMihtlSrhunBAO4EECZmBHruaZdN32icsWMck2jz9VoDeRpKCq6e2P5a4f/9k=","siteTwitter":"@behance","creatorTwitter":"@rodrigocordeiro","readTime":0,"description":null,"toc":null,"summary":null},{"id":"r1I4fHXNP","title":"The cast for the first Knives Out sequel is shaping up to be pretty awesome","shortId":"r1I4fHXNP","createdAt":"2021-05-13T18:31:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015511,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:53:52.000Z","url":"https://www.theverge.com/2021/5/12/22432745/knives-out-sequel-2-cast-ed-norton-dave-bautista-janelle-monae","canonicalUrl":"https://www.theverge.com/2021/5/12/22432745/knives-out-sequel-2-cast-ed-norton-dave-bautista-janelle-monae","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d7f24d6f8a363f72b54f3ad6536326a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAABBAIDAQAAAAAAAAAAAAABAgMEEQASBhQhBf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgMRAAUScf/aAAwDAQACEQMRAD8AmvFYkZjgYnstFuV20r2CrFFeutG/KOS5z6k0OKHYUaJ98xjDNcxdpujdMca3EaxCDgVaKT7n/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"G40GklzUe","title":"Echosens launches upgrade","shortId":"G40GklzUe","createdAt":"2021-05-13T18:22:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27015502,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:09:41.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132377&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132377","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7bf2d98bb7c34f00612ba43af2d597e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EACYQAAICAQIDCQAAAAAAAAAAAAECAxEABAUHQVEGEhUhMjNhYqH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB4RAAIBAwUAAAAAAAAAAAAAAAECEQADEgQhobHB/9oADAMBAAIRAxEAPwA14e9k5t02LcVh1MEb6uMKgdCaYCwCRyIa6610w6lhEcro3qUlTXxjTwod00B7jMtIhFGqJC2fwYTbmq+JavyHvPy+xyg6UrduOhGyx1RSqUORM5CeSPK//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"f8flAZ9S3","title":"Nokia’s nostalgia-invoking 2720 Flip is coming to the US on Verizon","shortId":"f8flAZ9S3","createdAt":"2021-05-13T18:15:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015495,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T18:12:34.000Z","url":"https://www.theverge.com/2021/5/13/22434439/nokias-2720-flip-verizon-us-availability-price","canonicalUrl":"https://www.theverge.com/2021/5/13/22434439/nokias-2720-flip-verizon-us-availability-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4412678cb55803112d43687b1d1beacd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQACAwQGERIhBzFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGhEAAQUBAAAAAAAAAAAAAAAAAQACEVHwIf/aAAwDAQACEQMRAD8A0eqJyMORaWlWlogPhzJe3AEk4a2dj5b1XSwX6REb0a1bhB1L/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dl5uMhb5J","title":"AI Shows ExxonMobil Downplayed Its Role in Climate Change","shortId":"dl5uMhb5J","createdAt":"2021-05-13T17:54:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015474,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:46:00.000Z","url":"https://www.wired.com/story/ai-shows-exxonmobil-downplayed-role-climate-change/","canonicalUrl":"https://www.wired.com/story/ai-shows-exxonmobil-downplayed-role-climate-change/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47aa71f9440a8703f7aca226b50287e6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDIQYSQWGh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAyFB/9oADAMBAAIRAxEAPwDYichlTZT+gDDjGMODRR3rvXn0onkktpo0SNXTfiIraxwcMFqQ8n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"GzfnPyxhj","title":"Xbox is testing accessible chat options like transcription and speech synthesis","shortId":"GzfnPyxhj","createdAt":"2021-05-13T17:49:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015469,"tagsStr":"tech-news,machine-learning,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:40:39.000Z","url":"https://www.theverge.com/2021/5/13/22434389/xbox-accessible-party-chat-test-speech-synthesis-transcription","canonicalUrl":"https://www.theverge.com/2021/5/13/22434389/xbox-accessible-party-chat-test-speech-synthesis-transcription","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9267cbbdeb9d80b17487f5758205b31c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQQAAgMFERITIVExQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMAQuCStodSr2ukw01p2W5qhBX7xL9Z9cjB78RKMgyeYQhJ3/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WBJaJ7m_T","title":"A podcast app is exposing subscribers-only shows","shortId":"WBJaJ7m_T","createdAt":"2021-05-13T17:03:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015423,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T17:02:00.000Z","url":"https://www.theverge.com/2021/5/13/22433143/castbox-private-rss-feeds-tags-patreon","canonicalUrl":"https://www.theverge.com/2021/5/13/22433143/castbox-private-rss-feeds-tags-patreon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3136a1efc9e48c5fab4735be52900b32","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAxETBAUhMWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAMEERJB/9oADAMBAAIRAxEAPwDJtfHr6dUFqY3MSWcsCMDwAMdvpkGhfcRLmW9PZcRkOT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"iJIMVPjKU","title":"Climate change is speeding up the degradation of ancient rock art","shortId":"iJIMVPjKU","createdAt":"2021-05-13T16:45:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015405,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277535-climate-change-is-speeding-up-the-degradation-of-ancient-rock-art/","canonicalUrl":"https://www.newscientist.com/article/2277535-climate-change-is-speeding-up-the-degradation-of-ancient-rock-art/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d128e4fbe83dfab598ca8e845b1c0507","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQIFAwUAAAAAAAAAAAAAAwECAAUGERIEFCEiMVFxsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRIf/aAAwDAQACEQMRAD8AmpqvJfpZNLQjAo3sEr3dOSl73Twl2/IwNRWMlIcj9mRMnKtsU459QhA0MWNfoT//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ZppaF-31p","title":"58-million-year-old footprints show when mammals began paddling in sea","shortId":"ZppaF-31p","createdAt":"2021-05-13T16:45:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015405,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277563-58-million-year-old-footprints-show-when-mammals-began-paddling-in-sea/","canonicalUrl":"https://www.newscientist.com/article/2277563-58-million-year-old-footprints-show-when-mammals-began-paddling-in-sea/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84600205a3fb74c37078d801d8feeb79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDBAAFERIhYUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQACAwAAAAAAAAAAAAAAAAEAEgIRMf/aAAwDAQACEQMRAD8Ape3lzXW4X2lu3cpMjiSGIiMg/khu9+HMse3eRFcC/EGAIQzhvH53vvmMZCym2OmPJ//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"qCPbbde72","title":"Why have Elon Musk and Tesla suddenly turned against bitcoin?","shortId":"qCPbbde72","createdAt":"2021-05-13T16:45:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015405,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.newscientist.com/article/2277577-why-have-elon-musk-and-tesla-suddenly-turned-against-bitcoin/","canonicalUrl":"https://www.newscientist.com/article/2277577-why-have-elon-musk-and-tesla-suddenly-turned-against-bitcoin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af935d9cae72549b6440f0b313228eac","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAURBjEEExQiM1HS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMEERQx/9oADAMBAAIRAxEAPwDGXDWcKWlHXhE6grlJOWAglz2jckjGc7eqqR6mjaNWNmTJAPnHzSlJsSN4URrxvAyF/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qF-kT7GZw","title":"Enola Holmes is getting a sequel on Netflix","shortId":"qF-kT7GZw","createdAt":"2021-05-13T16:31:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015391,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:28:01.000Z","url":"https://www.theverge.com/2021/5/13/22434366/enola-holmes-2-sequel-netflix-millie-bobby-brown-henry-cavill","canonicalUrl":"https://www.theverge.com/2021/5/13/22434366/enola-holmes-2-sequel-netflix-millie-bobby-brown-henry-cavill","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c6a9ad0047b3b5ecab3e0600ed29b5f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAgMBAAQFEQYSQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAgMBAAAAAAAAAAAAAAAAABEBAgMh/9oADAMBAAIRAxEAPwDC8vw68bzG7sYaTUvOBZ2iNlI9Z3vz5Up1lbrcwBUOhKYjdKUNIiqQ6dZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2h5DbX6R1","title":"Matisse Thybulle Is the NBA’s Most Disruptive Defender","shortId":"2h5DbX6R1","createdAt":"2021-05-13T16:21:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015381,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T16:12:12.000Z","url":"https://www.theringer.com/video/2021/5/13/22433523/matisse-thybulle-is-the-nbas-most-disruptive-defender","canonicalUrl":"https://www.theringer.com/video/2021/5/13/22433523/matisse-thybulle-is-the-nbas-most-disruptive-defender","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4812bf02759e154a294205ed9fbb9ef","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAREiEFMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAwACBAURMVL/2gAMAwEAAhEDEQA/AMnib0s1mrLKEeWupCFl3rkxUkfRvW/eRF2eQcxIyBuwoPQ/MYy3gWJa7n1BbdVAjFIHdJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SmlaiMyTn","title":"A Deep Dive Into 50 Cent’s ‘Get Rich or Die Tryin’’","shortId":"SmlaiMyTn","createdAt":"2021-05-13T15:36:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015336,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:26:51.000Z","url":"https://www.theringer.com/2021/5/13/22433652/a-deep-dive-into-50-cents-get-rich-or-die-tryin","canonicalUrl":"https://www.theringer.com/2021/5/13/22433652/a-deep-dive-into-50-cents-get-rich-or-die-tryin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a91e639375f2af98911500fed337657","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgEDBBEABRIiM0FRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAyEx/9oADAMBAAIRAxEAPwDINcUiLrpjzLwoUAxYGwvkiFXlaS/i5LbOW63sZYcY/S6adkfa4xh5KdPZJiVPD//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TwQAwkbeW","title":"Mailbag: Casey Stoney, Managerial Swaps, and a Midweek Roundup","shortId":"TwQAwkbeW","createdAt":"2021-05-13T15:36:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015336,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:32:37.000Z","url":"https://www.theringer.com/2021/5/13/22434246/mailbag-casey-stoney-managerial-swaps-and-a-midweek-roundup","canonicalUrl":"https://www.theringer.com/2021/5/13/22434246/mailbag-casey-stoney-managerial-swaps-and-a-midweek-roundup","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b535dc432fd37bf70d7765ffe2af0f7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABBAAFBQAAAAAAAAAAAAABAAIDBQQGBxEhEhMiUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAiES/9oADAMBAAIRAxEAPwCqz7bYqp1SyxQ4Pttq5o9pIy3l5e4guJ9+II+qzdSRlxIkABPA6AdkRFyGEupewYz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"lNLUL_Zmb","title":"Qualcomm is the latest major company to skip MWC’s in-person show this year","shortId":"lNLUL_Zmb","createdAt":"2021-05-13T15:33:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015333,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:30:43.000Z","url":"https://www.theverge.com/2021/5/13/22434223/qualcomm-mwc-2021-skipping-covid-19-digital","canonicalUrl":"https://www.theverge.com/2021/5/13/22434223/qualcomm-mwc-2021-skipping-covid-19-digital","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4a8cd4e296e161e9d766a0826225ba7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRABAAICAgMAAAAAAAAAAAAAAQADAhESIUGRof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFREBAQAAAAAAAAAAAAAAAAAAADH/2gAMAwEAAhEDEQA/AM5V2BWDXjknlXb9kNL3yfURKKN//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xdKOYFwBY","title":"How to Use Git Bisect for Debugging","shortId":"xdKOYFwBY","createdAt":"2021-05-13T07:30:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":44,"score":27015315,"tagsStr":"git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:25:00.000Z","url":"https://daily.dev/blog/how-to-use-git-bisect-for-debugging","canonicalUrl":"https://daily.dev/blog/how-to-use-git-bisect-for-debugging","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbd08342abf130942591c254829be955","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEBVEGBxITIf/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQACsQMEBRFB/9oADAMBAAIRAxEAPwCLo+aLS7dudFhNaYa9cnnYdbSHEjk2QeVvXdzCXEu1uJZP2gURK6NHyTmnNb0ULuc9z//Z","siteTwitter":"","creatorTwitter":"@dannyguo","readTime":6,"description":null,"toc":null,"summary":null},{"id":"IG5QRnLVd","title":"Discord is making it easier to find interesting social audio rooms","shortId":"IG5QRnLVd","createdAt":"2021-05-13T15:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015301,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T15:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22431438/discord-stage-channel-discovery-social-audio-threads-logo-clyde","canonicalUrl":"https://www.theverge.com/2021/5/13/22431438/discord-stage-channel-discovery-social-audio-threads-logo-clyde","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52181096a5b6241f8827749fc434157e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAAwQFEhEhMUFhcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABwRAAEEAwEAAAAAAAAAAAAAAAEAAgMEIUFhsf/aAAwDAQACEQMRAD8AzU07Ha6ynZyrdkLEnc3TzwHyQX4a132ICCFYqCQex9xEoFSzLI0FztIoHAPB4v/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"puCWBXkXa","title":"Ultra-tiny nanomachines are redefining how we think of robots","shortId":"puCWBXkXa","createdAt":"2021-05-13T14:44:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015284,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-100-ultra-tiny-nanomachines-are-redefining-how-we-think-of-robots/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-100-ultra-tiny-nanomachines-are-redefining-how-we-think-of-robots/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf586bc8e098e2c44213e8f36acf0c62","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIABBEDBSH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB8RAAEDAwUAAAAAAAAAAAAAAAEAAhIDBCERFCIxQf/aAAwDAQACEQMRAD8Axf1Up1bFRuyMxVA3QaQC2fZDdqjOxCgAncwxEPYZiXSsLlu2eaQ5aenJyv/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NziYVJ_bD","title":"Hotel Augustin","shortId":"NziYVJ_bD","createdAt":"2021-05-13T14:37:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015277,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/119347895/Hotel-Augustin","canonicalUrl":"https://www.behance.net/gallery/119347895/Hotel-Augustin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6967966c4d5b4e4af14aa78304c91c7f","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEDBBEABQYhEhNx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIREv/aAAwDAQACEQMRAD8A12j51C1XD42rj7N2btQZ9TdgVkSVaIpD49d1eVQ+XxTiME4qKagKlYld18xjI8m5GSX/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"h-juAGOsF","title":"How to choose the right printer for your home office","shortId":"h-juAGOsF","createdAt":"2021-05-13T14:29:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2020-06-09T20:32:00.000Z","url":"https://www.theverge.com/21279634/best-printer-recommendations-laser-multifunction-inkjet-canon-epson-brother-hp-home-office","canonicalUrl":"https://www.theverge.com/21279634/best-printer-recommendations-laser-multifunction-inkjet-canon-epson-brother-hp-home-office","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a446a84ec2fb007433fc8ae8805ffdfe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAwADAAAAAAAAAAAAAQMCAAURIQQGBxITMf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIRAAP/2gAMAwEAAhEDEQA/AIPQu886V6uFp44Yi38wAtTFujLR+WgMHIzrFYhfsndVQitN1+tUAIwgELIiB+DcaUqbg7G05u6hZN//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"U5M8rOMYD","title":"Elon Musk’s SpaceX inks satellite connectivity deal with Google Cloud","shortId":"U5M8rOMYD","createdAt":"2021-05-13T14:25:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015265,"tagsStr":"tech-news,google,cloud,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T14:17:41.000Z","url":"https://www.theverge.com/2021/5/13/22433982/elon-musk-spacex-internet-connectivity-deal-google-cloud","canonicalUrl":"https://www.theverge.com/2021/5/13/22433982/elon-musk-spacex-internet-connectivity-deal-google-cloud","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1d6936e3be0cddc35f78f3f1c4ea6dd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwQFBgchEiIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDbeUNdydsbSydXwgrZFT11oG+DyYAmWFfuiseiQD1EShf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"HqASBmonm","title":"MLS player salary breakdown: Top earners, highest-spending teams, best and worst values","shortId":"HqASBmonm","createdAt":"2021-05-13T14:11:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27015251,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://theathletic.com/2585286/2021/05/13/mls-salaries-breakdown/","canonicalUrl":"https://theathletic.com/2585286/2021/05/13/mls-salaries-breakdown/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34d798edfe29579af8bc2b8dfda19944","ratio":1.44022503516174,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIxAAAgIBAAsAAAAAAAAAAAAAAQMCBAAFBhESFiExUWFz0v/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQADEQIF/9oADAMBAAIRAxEAPwDPT1aYvSq5W2VZoXUYqcTAkFm+TCXMdpQ2nwRkeEbQ6vqE+sfOMZCs9G/kMYQ2f//Z","siteTwitter":"@TheAthletic","creatorTwitter":"@samstejskal","readTime":null,"description":null,"toc":null,"summary":null},{"id":"eEZJptT1N","title":"What actually makes something ‘flushable’?","shortId":"eEZJptT1N","createdAt":"2021-05-13T14:02:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T14:00:00.000Z","url":"https://www.theverge.com/22423647/flushable-wipes-sewage-clog-fatberg-plumbing","canonicalUrl":"https://www.theverge.com/22423647/flushable-wipes-sewage-clog-fatberg-plumbing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3abeba959bb3a975f0c409576c21365f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFERIhBhRh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQEAAAQHAAAAAAAAAAAAAAABAAIREgMEBRNRYcH/2gAMAwEAAhEDEQA/AMjLly2fJrUHZCn0OwHpCd0gFtxClJJBGOHUcx8qHDfi4rF/cAyeesilKSy5czViV1KbZkwrAKnB0+sf/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"_IGpUwGtM","title":"Three cheers for Scabby the Rat","shortId":"_IGpUwGtM","createdAt":"2021-05-13T13:34:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015214,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:30:00.000Z","url":"https://www.theverge.com/22405818/scabby-the-rat-union-labor-movement","canonicalUrl":"https://www.theverge.com/22405818/scabby-the-rat-union-labor-movement","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24294700cf6edd7b7199aa7cad7b0766","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxABAAIBBAMBAAAAAAAAAAAAAQIDAAQGERIFFCGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB8RAAIBAgcAAAAAAAAAAAAAAAEDAAIEERIhQmFx0f/aAAwDAQACEQMRAD8Aos3HrbNxevC22korkLVMCwZR69hH7Hs/c09nkNRCyUWbJFOUjy/mMYeuUUBCQBt57i+2Aqc3NrgfZ//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xlWPq7SoV","title":"Sony announces new black and red DualSense controllers for the PS5 you still can’t buy","shortId":"xlWPq7SoV","createdAt":"2021-05-13T13:34:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015214,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:30:41.000Z","url":"https://www.theverge.com/2021/5/13/22433966/sony-black-red-dualsense-controllers-playstation-5-ps5","canonicalUrl":"https://www.theverge.com/2021/5/13/22433966/sony-black-red-dualsense-controllers-playstation-5-ps5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cb8f5b0c88dc60900354252f7854325","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDEQATITEEBhIiQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMR8P/aAAwDAQACEQMRAD8Aybtxn0ETpn0plSQmRwJLWh6hTsOTvz+5HSAPIz1XkSaHzGMqtOiCQD3DBu2re5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pgTCP17jN","title":"Microsoft’s foldable Surface Duo is now the cost of a normal phone","shortId":"pgTCP17jN","createdAt":"2021-05-13T13:29:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015209,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:25:29.000Z","url":"https://www.theverge.com/good-deals/2021/5/13/22433893/microsoft-surface-duo-hori-split-pad-pro-nintendo-switch-anker-sale-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/13/22433893/microsoft-surface-duo-hori-split-pad-pro-nintendo-switch-anker-sale-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4bf3961cb193ff1d17655f3251fa115","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAgEEAAcBAAAAAAAAAAAAAQIDAAQFEQYSFyExQmGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AmeKMnZdZMRg7zC468guJLVJZp4UaTRPq3LseR2O/ytXrbxIoRECqo0Ao0APgpSk26//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"677bSGDfM","title":"The 16 Best Gifts for the Recent College Grad","shortId":"677bSGDfM","createdAt":"2021-05-13T12:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015123,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T08:00:00.000Z","url":"https://www.wired.com/gallery/college-graduation-gifts/","canonicalUrl":"https://www.wired.com/gallery/college-graduation-gifts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/afe0de032096e26ec623a75a56b7fe76","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEElEFIiMxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/ANz5Ni+du725HJvNs2riMWEJACjMiToa+1WMjwt59l4iVepO4pSlRy//2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"LPwM4Ipdc","title":"‘Hacks’ Is a Different Kind of Comedy About Comedy","shortId":"LPwM4Ipdc","createdAt":"2021-05-13T13:27:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015207,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:18:37.000Z","url":"https://www.theringer.com/tv/2021/5/13/22433226/hacks-hbo-max-lucia-aniello-paul-downs-jen-statsky","canonicalUrl":"https://www.theringer.com/tv/2021/5/13/22433226/hacks-hbo-max-lucia-aniello-paul-downs-jen-statsky","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ecad57847065b0c26f3d83ad317cf04","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwQFERNxBiEiMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAIBBAMBAAAAAAAAAAAAAAECAwAEESESMUGx/9oADAMBAAIRAxEAPwCOj6srr5cbrNXYeBcXxxtJzrYJCA0cY7clb8b3a2+b/Q+oiMkdg7YPtV1vBG1vHyUHIzve+vgr/9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"ZnkZfv7Fr","title":"Apple needs to show iOS allows competition... while justifying locking it down","shortId":"ZnkZfv7Fr","createdAt":"2021-05-13T13:13:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015193,"tagsStr":"tech-news,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:12:34.000Z","url":"https://www.theverge.com/2021/5/13/22432943/apple-epic-trial-steam-link-playstation-games-xbox","canonicalUrl":"https://www.theverge.com/2021/5/13/22432943/apple-epic-trial-steam-link-playstation-games-xbox","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1442cbd4fa272dcc5eb9aad90f2c73d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAREhMhBSNR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Az3AnssePmRXYLT0iQUapSlqC4+KrqxANjkOG/wA5UU7CkewjlKVcD//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"poLsVPgSM","title":"Gaming Influencers Are the Future of Esports","shortId":"poLsVPgSM","createdAt":"2021-05-13T13:07:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015187,"tagsStr":"tech-news,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:00:00.000Z","url":"https://www.wired.com/story/gaming-influencers-future-of-esports/","canonicalUrl":"https://www.wired.com/story/gaming-influencers-future-of-esports/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d484c08ea1ee9b8c15dc0096730d0a7b","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgEDBAAFBhESMRMiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDEjFB/9oADAMBAAIRAxEAPwCeymeUXI47bAeO3OtMzziNmQiqmB+iKi7QUUd66+VmV1yq8Bc5gNTnxbF40EeXScl0lKUqZLIK+EGtU5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"EJLikxWlM","title":"Apple’s AirTags Are a Gift to Stalkers","shortId":"EJLikxWlM","createdAt":"2021-05-13T13:07:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015187,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:00:00.000Z","url":"https://www.wired.com/story/opinion-apples-air-tags-are-a-gift-to-stalkers/","canonicalUrl":"https://www.wired.com/story/opinion-apples-air-tags-are-a-gift-to-stalkers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ff7b33be4826711cbf40534e2d84786","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQACIQMEERMFBhIkMlJhcdL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABgRAAMBAQAAAAAAAAAAAAAAAAECEQAD/9oADAMBAAIRAxEAPwCG28o6hDLd7GFvTq5nhxmR3T6jytOd4rZxLnbPqZMnmB8IiA6qGlGqSoN3/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"qQ3_JO5ez","title":"Here’s how E3’s all-virtual event will work this year","shortId":"qQ3_JO5ez","createdAt":"2021-05-13T13:03:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22433781/e3-2021-virtual-event-free-public-app-online-portal-livestreams","canonicalUrl":"https://www.theverge.com/2021/5/13/22433781/e3-2021-virtual-event-free-public-app-online-portal-livestreams","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c50136d42f1caf101f1190e99196507","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAAFIQYREhUxUaL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABsRAQEAAgMBAAAAAAAAAAAAAAECAAMRQUKB/9oADAMBAAIRAxEAPwDModUr1nuaN26B7E0pRLpJ64gygcgPQO/kbnKKXhuksrg16zEEgko+/wB4xjZsoIB8j9ypdpJs7pec/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_Y-HEVJiC","title":"Quibi’s grounded content will be reborn on Roku starting May 20th","shortId":"_Y-HEVJiC","createdAt":"2021-05-13T13:03:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015183,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22432440/quibi-roku-channel-originals-streaming-ad-supported-free-uk-usa-canada","canonicalUrl":"https://www.theverge.com/2021/5/13/22432440/quibi-roku-channel-originals-streaming-ad-supported-free-uk-usa-canada","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56e4b36e1cc24c006737e84e0aa37b7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDABFhBAUGEhMiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwDL9p3Dz6BJJxI7SJd7lLEj6PTOagycp1ySMqCLqCQOyAm2TalKqwZhS//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"dxFhs7SJh","title":"Lenovo’s new travel mouse does wireless charging","shortId":"dxFhs7SJh","createdAt":"2021-05-13T13:03:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T13:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22433909/lenovo-go-travel-mouse-wireless-power-bank-hybrid-qi-charging","canonicalUrl":"https://www.theverge.com/2021/5/13/22433909/lenovo-go-travel-mouse-wireless-power-bank-hybrid-qi-charging","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/872b314c480a0d8a9a3a576f26310208","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACBAUGESETFTJBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A3S66BLrV3Ug9ZlxIUdvMY8fLS9zXZ7gfOgdHWfatcfSiIP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SHk5IHz5i","title":"Ranking the NBA’s 10 Most Exciting Potential First-Round Matchups","shortId":"SHk5IHz5i","createdAt":"2021-05-13T12:53:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015173,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:48:23.000Z","url":"https://www.theringer.com/nba/2021/5/13/22433290/nba-playoffs-preview-first-round-matchups","canonicalUrl":"https://www.theringer.com/nba/2021/5/13/22433290/nba-playoffs-preview-first-round-matchups","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f91c22e4d946c605916a07053b74a71c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAREkEiMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABwRAAICAgMAAAAAAAAAAAAAAAECAxEAEiFRsf/aAAwDAQACEQMRAD8AwUtGralWzAssDOqxIDJz4qy8m2SPIn1vrL1bcwqwiOWYIEAUF9kDX3vGMUAAZlqwO+fcueGOVV3F5//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"gwiJdWdQ3","title":"David Eagleman interview: How our brains could create whole new senses","shortId":"gwiJdWdQ3","createdAt":"2021-05-13T12:44:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-900-david-eagleman-interview-how-our-brains-could-create-whole-new-senses/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-900-david-eagleman-interview-how-our-brains-could-create-whole-new-senses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca18818d1d37532638f9f23fe4fae394","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQSIQYREzH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHhEBAAIBBAMAAAAAAAAAAAAAAQIDABESMcFBobH/2gAMAwEAAhEDEQA/AI8sisbjhstrKiC6uZ8VbAZl8VxIbrQ6BH2teEeMMcTKpZFCk62RqlKWqqI2zkeXoe8LtnuIwTg19p8DP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5Q9I15nhY","title":"Chris Rock’s ‘Spiral’ Borrows Less From the ‘Saw’ Playbook Than It Does From ‘Se7en’","shortId":"5Q9I15nhY","createdAt":"2021-05-13T12:36:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015156,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:30:53.000Z","url":"https://www.theringer.com/movies/2021/5/13/22432864/spiral-saw-chris-rock-se7en-david-fincher","canonicalUrl":"https://www.theringer.com/movies/2021/5/13/22432864/spiral-saw-chris-rock-se7en-david-fincher","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0756c70c17224d2ec0c0a9e4908cb2d9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAwABAgQFBhESISRBgZPR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/AL2vAWw37M8nEWB2CGiCCgKPUIt2kZO3PntytLe0293foaT0x+Iirbg//9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"v2WK-R2TN","title":"Scientists finally find life on Mars (or actually they haven’t)","shortId":"v2WK-R2TN","createdAt":"2021-05-13T12:33:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27015153,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033344-600-scientists-finally-find-life-on-mars-or-actually-they-havent/","canonicalUrl":"https://www.newscientist.com/article/mg25033344-600-scientists-finally-find-life-on-mars-or-actually-they-havent/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e25d4bb6c0a9a8f6b1c46303cee8d2f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDAAQRBiEFEhQiIzFBgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQEAAgIDAAAAAAAAAAAAAAACAAMBBBExQv/aAAwDAQACEQMRAD8Aj9e8EN1rydbppGt5wJJrgqrJDIsfiwnMC+PpPsNjG2a2Lorpu5r5gx3IyRj8ApSjKNl2tlec8RS/WFIDPaxP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"P5N6uIL_d","title":"Tim Duncan Called Bank","shortId":"P5N6uIL_d","createdAt":"2021-05-13T12:29:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015149,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:25:54.000Z","url":"https://www.theringer.com/nba/2021/5/13/22430358/tim-duncan-hall-of-fame-san-antonio-spurs","canonicalUrl":"https://www.theringer.com/nba/2021/5/13/22430358/tim-duncan-hall-of-fame-san-antonio-spurs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d110bb9b3e0b4566359097e3c399a12","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAgYCAwAAAAAAAAAAAAACAQMABAUREjEUISIjUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxEAAQQABwAAAAAAAAAAAAAAAQACAyEFBhESIiQx/9oADAMBAAIRAxEAPwCgqE3eqT/hZ45jgZ5dC3u6J973FAFPbbAQFx9BFMU9i6SEInuZ+oIGwcQW3pXgACfwtxk3l92v/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"2poZvmLXh","title":"Greg Blonder Returns to Discuss the Science Behind Cookware","shortId":"2poZvmLXh","createdAt":"2021-05-13T12:22:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015142,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:21:02.000Z","url":"https://www.theringer.com/2021/5/13/22433900/greg-blonder-returns-to-discuss-the-science-behind-cookware","canonicalUrl":"https://www.theringer.com/2021/5/13/22433900/greg-blonder-returns-to-discuss-the-science-behind-cookware","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8572a3c22e8c812d0f8bcb972530d98f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxABAAEEAgMBAAAAAAAAAAAAAQIDBAURAAYSEzEh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAxEAAgQxBSGx/9oADAMBAAIRAxEAPwCe6z3a1oYepjMjgbe9Ji+/3ShVX8RZaVR+Jr4c0DH2Nq2Fs1aEalRpR8pq7k6NrxxyhxWMoNYY3G+/aDnvYLLIMV//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"h_SoYNr_N","title":"Rebecca Lobo on the WNBA’s 25th Season and Being a Sports Parent","shortId":"h_SoYNr_N","createdAt":"2021-05-13T12:15:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015135,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:06:23.000Z","url":"https://www.theringer.com/2021/5/13/22433536/rebecca-lobo-on-the-wnbas-25th-season-and-being-a-sports-parent","canonicalUrl":"https://www.theringer.com/2021/5/13/22433536/rebecca-lobo-on-the-wnbas-25th-season-and-being-a-sports-parent","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fea5c96941cfca9d3d7536bbcf361d70","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESIRMxof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQEBAQADAAAAAAAAAAAAAAABAgADEyH/2gAMAwEAAhEDEQA/AJN7jorrOXWKjCwIlmkokRB0SwHr7Wdl09DHK6eTlxJXcp2dqUo55ri2R8yfXNSKb//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Dp5MMTSzC","title":"David Oyelowo on Coming Up in Theater, Representation in Film, and Making ‘The Water Man’","shortId":"Dp5MMTSzC","createdAt":"2021-05-13T12:15:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015135,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:10:05.000Z","url":"https://www.theringer.com/2021/5/13/22433888/david-oyelowo-on-coming-up-in-theater-representation-in-film-and-making-the-water-man","canonicalUrl":"https://www.theringer.com/2021/5/13/22433888/david-oyelowo-on-coming-up-in-theater-representation-in-film-and-making-the-water-man","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3ea485edbe9ff3f7358ca1408db97cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAgYCAwAAAAAAAAAAAAACAQMABAUREiEGE1Fhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAC/9oADAMBAAIRAxEAPwCic2rZynMpGoCL2FHYBVYF9RF/vNA3rWPxb+oqDTYuNge0yRFtfzCEKEuXlWDv/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KrbuAaXIa","title":"ZTE’s S21 competitor arrives in June for $749","shortId":"KrbuAaXIa","createdAt":"2021-05-13T12:04:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22432593/zte-axon-30-ultra-price-availability-specs","canonicalUrl":"https://www.theverge.com/2021/5/13/22432593/zte-axon-30-ultra-price-availability-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44e58648d2a97ac49ab98f403e0b387b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAwABAhFBBAUSEyEGFCIxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAQADAAAAAAAAAAAAAAAAAQADETH/2gAMAwEAAhEDEQA/AN46k7yWajkPHFDhhQG2yNqapym/lJ7008N9etfShJnB9yXF3uiK2MFdx5f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"xpDzAHR4E","title":"Ford will start rolling out major over-the-air software updates to its vehicles this year","shortId":"xpDzAHR4E","createdAt":"2021-05-13T12:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"https://www.theverge.com/2021/5/13/22432770/ford-ota-software-update-amazon-alexa","canonicalUrl":"https://www.theverge.com/2021/5/13/22432770/ford-ota-software-update-amazon-alexa","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2bf17efa7dc944a1c6a8eb8d42345f0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDEgAEBQYRIUEHJFFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AynC83XNpgjdtatrZ7gNzbdIVuEnxwSSBxrVez1CzmWURxtMYjSTEj9Mtz7pSnIL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vdBYblhqi","title":"It’s True. Everyone IS Multitasking on Their Video Calls","shortId":"vdBYblhqi","createdAt":"2021-05-13T11:05:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27015065,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:00:00.000Z","url":"https://www.wired.com/story/stop-looking-your-email-youre-video/","canonicalUrl":"https://www.wired.com/story/stop-looking-your-email-youre-video/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/820aba1296aa71012656fddbe8f4e635","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFBhESIVEkkuH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAwQSMbH/2gAMAwEAAhEDEQA/ANjfi0rrlT1LLpKyOIgmERja/vXnoqo4/wAnyj6fUREPlqZVUr1EhsuBJ5eT/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"zCGDSQGj3","title":"Instagram blames ‘enforcement error’ for removal of posts about Al-Aqsa Mosque","shortId":"zCGDSQGj3","createdAt":"2021-05-13T11:59:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27015119,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T11:54:54.000Z","url":"https://www.theverge.com/2021/5/13/22433861/instagram-al-aqsa-mosque-posts-takedown-error-facebook-moderation","canonicalUrl":"https://www.theverge.com/2021/5/13/22433861/instagram-al-aqsa-mosque-posts-takedown-error-facebook-moderation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96adda851b361cf670e3599e3d2c1635","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAxEFEiFBEzJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQMRImH/2gAMAwEAAhEDEQA/AM4U2BNOtXxVs1jKBYwO5MfOe+5G9m12GDwcexiIF8mUq4f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"n0nKyFR-k","title":"Shirish Agarwal: Population, Immigration, Vaccines and Mass-Surveilance.","shortId":"n0nKyFR-k","createdAt":"2021-05-13T11:07:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27015067,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:43:50.000Z","url":"https://flossexperiences.wordpress.com/2021/05/13/population-immigration-vaccines-and-mass-surveilance/","canonicalUrl":"https://flossexperiences.wordpress.com/2021/05/13/population-immigration-vaccines-and-mass-surveilance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13ea37d468abd910f5745ee606b8f8d0","ratio":0.931637519872814,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQI/8QAHxABAQACAgEFAAAAAAAAAAAAAQIAAwQREiIxQVLR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANGTp4zXV8jkQ/MtImJ6zUa5Jq0ADvvDEdfKdcXsIFA839yyV8T1X7fZwP/Z","siteTwitter":"@shirishag75","creatorTwitter":"@shirishag75","readTime":19,"description":null,"toc":null,"summary":null},{"id":"oAV7J390R","title":"Amidy acoustically reimagines his Seven Lions and Wooli gem, ‘Shadows’","shortId":"oAV7J390R","createdAt":"2021-05-13T11:06:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015066,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/amidy-acoustically-reimagines-his-seven-lions-and-wooli-gem-shadows/","canonicalUrl":"https://dancingastronaut.com/2021/05/amidy-acoustically-reimagines-his-seven-lions-and-wooli-gem-shadows/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/635247f3b34eb121e45f3865c1c2dfa0","ratio":1.77631578947368,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQMCAAQhBTEGERJBUYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEx/9oADAMBAAIRAxEAPwDPnD9ipty1F6mDRFJEJCRBBPrbPjHaostNdGRHUvB5bn5SlQ7Fy//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ItaYKv7pA","title":"The Votes of Confidence Teams Gave Their Vets in the NFL Draft","shortId":"ItaYKv7pA","createdAt":"2021-05-13T11:02:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015062,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T11:00:00.000Z","url":"https://www.theringer.com/2021/5/13/22433082/nfl-draft-votes-of-confidence","canonicalUrl":"https://www.theringer.com/2021/5/13/22433082/nfl-draft-votes-of-confidence","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53f8e7fccdb106787a8dc55f5fb7b91d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQASBAUTITFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADBCERMXH/2gAMAwEAAhEDEQA/ANd6XxDzmmjk7OjKkhDRbGj41sn6cug4EawRiQI7hQGbUizXurxjCqlGZyw53J1+VcqoFYjR69M//9k=","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"4A1kcJzL9","title":"Pinephone: Daily Driver Status rückt näher","shortId":"4A1kcJzL9","createdAt":"2021-05-13T10:53:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27015053,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:40:50.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/13/pinephone-daily-driver-status-rueckt-naeher/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/13/pinephone-daily-driver-status-rueckt-naeher/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b504e089bf9c75add321f03569322eb5","ratio":0.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAUAAoDASIAAhEBAxEB/8QAGgAAAQUBAAAAAAAAAAAAAAAAAAEDBAUGB//EACMQAAICAgECBwAAAAAAAAAAAAECAAMEETESIQUUUWGBgtH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A49bjYiMyHFoZWAJHRr495G8tQOy0oAOBqOVWNZtnOz2HGop5gZVfH8pFbpSgfU/svKMuyyit2C7ZQToeohCB/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2EIYL_vG6","title":"Elementals","shortId":"2EIYL_vG6","createdAt":"2021-05-13T10:39:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27015039,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/117755411/Elementals","canonicalUrl":"https://www.behance.net/gallery/117755411/Elementals","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eff4928aed4a28ce23c3331d6e0ca048","ratio":0.911458333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAIH/8QAIxAAAgIBAwMFAAAAAAAAAAAAAQIDBBEABSEGEiIVMUFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEh/9oADAMBAAIRAxEAPwA825Vt13WSn6XUo1YqplaUQYZpgARGHHiA3OPsDUNc6YgJhs33WePwkC1gQGHBwfnnQZogli3eR5UsiIv3LKyglUIBKg4Jx+aygsznuZiWPJJPudKeifExk6kf/9k=","siteTwitter":"@behance","creatorTwitter":"@SebastianHelene","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DEjw8r0AP","title":"“Don’t You Dare Go Hollow”: How the Ultra-Challenging ‘Dark Souls’ Became a Pandemic Balm","shortId":"DEjw8r0AP","createdAt":"2021-05-13T10:31:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015031,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:30:00.000Z","url":"https://www.theringer.com/2021/5/13/22432544/dark-souls-sequels-gaming-in-pandemic","canonicalUrl":"https://www.theringer.com/2021/5/13/22432544/dark-souls-sequels-gaming-in-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc0a4fb547a7e325886b3be422263ede","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQYSEyIyYYL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8AwqzT0kWmLpC+3wSvBaeV3l36gfJG4e1PGijycE4REwSol6f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MmwcVZNQO","title":"All of the Little Things That Make ‘Mare of Easttown’ Great","shortId":"MmwcVZNQO","createdAt":"2021-05-13T10:24:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27015024,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:15:00.000Z","url":"https://www.theringer.com/tv/2021/5/13/22432202/mare-of-easttown-ranking-tiny-details-pennsylvania-kate-winslet","canonicalUrl":"https://www.theringer.com/tv/2021/5/13/22432202/mare-of-easttown-ranking-tiny-details-pennsylvania-kate-winslet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d675aa311200ba7444244273c9fb14a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQMCAAQREgUxISJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACAwQRIRLR8P/aAAwDAQACEQMRAD8At5y15O+tkqcUh7pGU4D21XAyMc/DgjrxmtEjlmsQuegG0Qe/ylKg3asJaMtCZTsyjfL2u1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":23,"description":null,"toc":null,"summary":null},{"id":"OAWK-pBOZ","title":"Frustrating Design Patterns That Need Fixing: Birthday Picker","shortId":"OAWK-pBOZ","createdAt":"2021-05-12T12:58:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","tweeted":true,"views":1515,"score":27015012,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-13T01:00:07.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/frustrating-design-patterns-birthday-picker/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/frustrating-design-patterns-birthday-picker/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1021ebf2f1ece4f9923e5d23ea34d6f2","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxESIQQTYeH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAEFAQAAAAAAAAAAAAAAAAABAgQykbH/2gAMAwEAAhEDEQA/AMV7OM4OuN1CMaoefVC8xZuxYavSIhaUSLb1T//Z","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"jic0PI7li","title":"BROHUG tally eighth piece of bass house greatness in 2021, ‘Night Rider’","shortId":"jic0PI7li","createdAt":"2021-05-13T10:02:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27015002,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/brohug-tally-eighth-piece-of-bass-house-greatness-in-2021-night-rider/","canonicalUrl":"https://dancingastronaut.com/2021/05/brohug-tally-eighth-piece-of-bass-house-greatness-in-2021-night-rider/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d708b98c1e217796b6a3b9f62d2aa5ec","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxESIUFRcdH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAAICAwAAAAAAAAAAAAAAAAECABEEIZH/2gAMAwEAAhEDEQA/AM3RCHAmRzw7gb6+KwX0KiZXQRFWxmZVpTXIVAnc/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Mk0IZHkvY","title":"Armin van Buuren gives wings to Tomorrowland NYE ID ‘Tell Me More’ featuring Sarah Reeves","shortId":"Mk0IZHkvY","createdAt":"2021-05-13T09:53:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014993,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:45:00.000Z","url":"https://dancingastronaut.com/2021/05/armin-van-buuren-gives-wings-to-tomorrowland-nye-id-tell-me-more-featuring-sarah-reeves/","canonicalUrl":"https://dancingastronaut.com/2021/05/armin-van-buuren-gives-wings-to-tomorrowland-nye-id-tell-me-more-featuring-sarah-reeves/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6faf46e9575d28a5ed3088ed30b413e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgIDAQEBAAAAAAAAAAAAAQIDBAAFESFBEv/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAEQMEEkFh/9oADAMBAAIRAxEAPwDKaHcafQ6WKKxVgsQwx2UFcq5QySoodj3o6AFAPPmQYdl+IUWvMkcKqAiGAEqvwd575jGG7OAY6ZSbN9+mU+s/JipAoVP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"fHh5PFXjn","title":"Good Morning Mix: RÜFÜS DU SOL punch 11th Rose Ave Radio episode with WhoMadeWho guest mix","shortId":"fHh5PFXjn","createdAt":"2021-05-13T09:31:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014971,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-rufus-du-sol-punch-11th-rose-ave-radio-episode-with-whomadewho-guest-mix/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-rufus-du-sol-punch-11th-rose-ave-radio-episode-with-whomadewho-guest-mix/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7476c937b4e2cd0a760639590a2293ba","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESIRMiMv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxEEIfD/2gAMAwEAAhEDEQA/AK05rnLS4fExwSRoLu4eyiDJyKPxBU8t/ncjoDrusNldVXVtlLyCdDJLFM6O/kPswYgmlKWPGiBNDrVB0zxsFf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ct3wMZEvT","title":"Imanbek and Cher Lloyd come together for dance floor dominator, ‘Baddest’","shortId":"ct3wMZEvT","createdAt":"2021-05-13T09:21:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014961,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T09:15:00.000Z","url":"https://dancingastronaut.com/2021/05/imanbek-and-cher-lloyd-come-together-for-dance-floor-dominator-baddest/","canonicalUrl":"https://dancingastronaut.com/2021/05/imanbek-and-cher-lloyd-come-together-for-dance-floor-dominator-baddest/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/292a4cff00f8a5d0ffc023de94503f7b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAAYCAQUAAAAAAAAAAAAAAAECAwQRBRIhBhMxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDH4PV6omXZW24lLdpx6o1GZHH1I9vGt78+xDzHGDmPmm67iq4+gAtH/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"iw7Fumaws","title":"How to Build and Deploy a Portfolio with Vue.JS, Axios, the GitHub REST API, and Netlify","shortId":"iw7Fumaws","createdAt":"2021-05-12T20:55:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":227,"score":27014947,"tagsStr":"javascript,github,html,vuejs,netlify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-13T01:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T20:53:20.000Z","url":"https://www.freecodecamp.org/news/build-a-portfolio-with-vuejs/","canonicalUrl":"https://www.freecodecamp.org/news/build-a-portfolio-with-vuejs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbfe3120b66e989e43487ab9dcb03b36","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBQAEIQYREjFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADBREhMdH/2gAMAwEAAhEDEQA/AKXpyqS4uYtSSaZEZWZiGAICqSe3HvNvrtcR1+shk2JCsSgu87eTcDk/cYwpyRbMoNJmI3nyf//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@Fab_Sky_Walker","readTime":89,"description":null,"toc":null,"summary":null},{"id":"-rk7nBdtJ","title":"Next Gen CSS: @container","shortId":"-rk7nBdtJ","createdAt":"2021-05-11T14:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","tweeted":true,"views":1237,"score":27013630,"tagsStr":"css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":false,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-12T03:00:00.000Z","discussionScore":29,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:36:10.000Z","url":"https://css-tricks.com/next-gen-css-container/","canonicalUrl":"https://css-tricks.com/next-gen-css-container/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b25908c6066ee9d0d2d68dfb1a6db73","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAAQFBQEAAAAAAAAAAAAAAAECAwQFERIxFiRBVZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8AymYSR2KdZbcjE2NlanbpIyxkypXHIvoRXZF5/oAB2SuJICvmdbpC3hR5ZFYcB5X/2Q==","siteTwitter":"@CSS","creatorTwitter":"@una","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DcMtIdVoa","title":"Laravel Breeze Tutorial: The Definitive Guide (2021)","shortId":"DcMtIdVoa","createdAt":"2021-05-13T01:28:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"codeburst","views":60,"score":27014945,"tagsStr":"authentication,laravel","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T01:27:45.000Z","url":"https://codeburst.io/laravel-breeze-tutorial-the-definitive-guide-2021-6cc6c2d4c894","canonicalUrl":"https://masteringbackend.com/posts/laravel-breeze-tutorial-the-definitive-guide","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b04e7d5278e01b8209288cc4cd08b23","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgECBgMAAAAAAAAAAAAAAQMCAAUEBxESITFRYZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAgNR/9oADAMBAAIRAxEAPwDQYvO+xuaxiMNelSl1ws7fOg3adde+aqvPq3RXETw1yMgACQlXJ+qUqqqYYA//2Q==","siteTwitter":"@codeburstio","creatorTwitter":"@Kaperskyguru","readTime":4,"description":null,"toc":null,"summary":null},{"id":"R8N1lC_T_","title":".C as a file extension for C++ is not portable","shortId":"R8N1lC_T_","createdAt":"2021-05-13T09:03:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27014943,"tagsStr":"general-programming,c","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T12:00:00.000Z","url":"https://nibblestew.blogspot.com/2021/05/c-as-file-extension-for-c-is-not.html","canonicalUrl":"https://nibblestew.blogspot.com/2021/05/c-as-file-extension-for-c-is-not.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"s3i4RQxVw","title":"GNU Guix 1.3.0 freigegeben","shortId":"s3i4RQxVw","createdAt":"2021-05-13T08:22:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27014902,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T08:11:00.000Z","url":"https://linuxnews.de/2021/05/gnu-guix-1-3-0-freigegeben/","canonicalUrl":"https://linuxnews.de/2021/05/gnu-guix-1-3-0-freigegeben/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7b58ae4cba3f550ed346fee4546cdf5","ratio":1.78934010152284,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQEJAQEAAAAAAAAAAAAAAQIAAwQFBhETITEHM//EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAAECcQMEMUGx/9oADAMBAAIRAxEAPwCPziqKRllFwUPOJAqMjcLxyp/hQralqIIJUDy2+6bCXn0VblzZjGis8vlei1dQf//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vAw2-y95X","title":"Feature Prioritization Frameworks: Build Only What Matters","shortId":"vAw2-y95X","createdAt":"2021-05-13T07:49:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27014869,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:45:57.000Z","url":"https://adamfard.com/blog/feature-prioritization","canonicalUrl":"https://adamfard.com/blog/feature-prioritization","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c82a63a3ba0818eee19499ac3b82cb4e","ratio":1.76146788990826,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIxAAAgAFAgcAAAAAAAAAAAAAAQIAAwQFERJRExQhMUFhof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACUfD/2gAMAwEAAhEDEQA/ANFpS1EqqkqKkaZYxMwoHFJPwDwN/US1uuhYlL0yIey8snQbQhEzN4Ns0v/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mcdpHCq2x","title":"Increasing the level of parallelism in DataFusion 4.0","shortId":"mcdpHCq2x","createdAt":"2021-05-12T12:49:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":12,"score":27014091,"tagsStr":"rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:46:34.000Z","url":"https://itnext.io/increasing-the-level-of-parallelism-in-datafusion-4-0-d2a15b5a2093","canonicalUrl":"https://itnext.io/increasing-the-level-of-parallelism-in-datafusion-4-0-d2a15b5a2093","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c39c799a4976f684dd563935de212dbb","ratio":1.4408945686901,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQADEgIhBBEiMTKR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8A38tguvCBNpcR6rpqxEREOxytpo27RFGuFL//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@daniel_heres","readTime":4,"description":null,"toc":null,"summary":null},{"id":"HI1ZYIl88","title":"In some patients, COVID-19 reduces gray-matter volume","shortId":"HI1ZYIl88","createdAt":"2021-05-13T07:03:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27014823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132369&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132369","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bcb21ac8a416d497793ac06969274eeb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAkEAACAQMDAwUAAAAAAAAAAAABAgMABBEFITEGBxITIiOx8f/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAdEQEAAgEFAQAAAAAAAAAAAAABAxEAAgQFMUFR/9oADAMBAAIRAxEAPwA26vNNsoNP0W3hgdwiq1v6fiBlcl5Dj3c/lQM/S5aaRkgdVLEhdjgZ4qmmVW7s6UrKCrKpYEbH4hzS11tdTAbAOfum234+GAatdTbbffh8DDG+5maciKCtJ0Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"oYHRMg_iG","title":"PET promises new approaches in detecting atherosclerosis","shortId":"oYHRMg_iG","createdAt":"2021-05-13T07:03:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27014823,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132343&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132343","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e00e930dea2eb6bbd9d91c32f5b3d6eb","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMFAAQRIRIUEzJR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8Aj4p2IdRbtX8T2GuoHOKXUoPlIGVZ4HRKQcfNVDSTMW5I3S0x6kBTqyEh0YGzr1pSiG6//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"l8Y8bQfHg","title":"Bodhi Linux 6.0 mit Moksha Desktop","shortId":"l8Y8bQfHg","createdAt":"2021-05-13T06:52:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27014812,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T06:41:00.000Z","url":"https://linuxnews.de/2021/05/bodhi-linux-6-0-mit-moksha-desktop/","canonicalUrl":"https://linuxnews.de/2021/05/bodhi-linux-6-0-mit-moksha-desktop/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebd4cbab8b41441080cdcafcecde8048","ratio":1.98033707865169,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMCAAYRBAUSITEzgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACBAUh/9oADAMBAAIRAxEAPwDE2rfe8Ig1WmZBSsCHHiJdYAOSR34J+1U65d1k2ci9fcifUKUomvxnrSRsE//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-107eNDGw","title":"Pulse Brand Identity","shortId":"-107eNDGw","createdAt":"2021-05-13T06:40:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27014800,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/106697457/Pulse-Brand-Identity","canonicalUrl":"https://www.behance.net/gallery/106697457/Pulse-Brand-Identity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71ba2d16a312e14eb03a4aa917fe25fd","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAwQFERIhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECMVHw/9oADAMBAAIRAxEAPwDR+YtGrcgduQh74o+IcQO3HZ8CsoiiN9rFn//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"G5EOWgZvI","title":"Auth with NodeJS, Express, Mongoose and JWT","shortId":"G5EOWgZvI","createdAt":"2021-05-12T16:59:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":262,"score":27014738,"tagsStr":"security,nodejs,authentication,mongodb","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-12T19:00:02.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:44:51.000Z","url":"https://matteolobello.medium.com/auth-with-nodejs-express-mongoose-and-jwt-577aa3f2f707","canonicalUrl":"https://matteolobello.medium.com/auth-with-nodejs-express-mongoose-and-jwt-577aa3f2f707","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6350828d47cc181e225e3e96c659cb4","ratio":1.38567493112948,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBABAAIBBQAAAAAAAAAAAAAAAQACEgMRITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPeq1a8FVTvE3k+L5ERDH/2Q==","siteTwitter":"@Medium","creatorTwitter":"@lobellomatteo","readTime":5,"description":null,"toc":null,"summary":null},{"id":"yNZIztANE","title":"Making Disabled Buttons More Inclusive","shortId":"yNZIztANE","createdAt":"2021-05-12T14:34:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":367,"score":27014718,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-12T19:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T14:31:07.000Z","url":"https://css-tricks.com/making-disabled-buttons-more-inclusive/","canonicalUrl":"https://css-tricks.com/making-disabled-buttons-more-inclusive/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84f9cfb910e3164f76ab677d2e1c0723","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIEEQADBSEGBxITsv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBAURIRP/2gAMAwEAAhEDEQA/AInYNg5Hl7h6lDQFwjxCHFj3C3uZGxuskrr5S1FRyiZJkw2gfdKUZlLMlct8zraQqwMkmla4cB4v/9k=","siteTwitter":"@CSS","creatorTwitter":"@a_sandrina_p","readTime":8,"description":null,"toc":null,"summary":null},{"id":"DOd0tX7V0","title":"Building a media scroller component","shortId":"DOd0tX7V0","createdAt":"2021-05-12T17:20:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":146,"score":27014710,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://web.dev/building-a-media-scroller-component/","canonicalUrl":"https://web.dev/building-a-media-scroller-component/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cac2a7f1790cd8386665151801921df6","ratio":1.56666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDBAARBQcWIVFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8Ar6upMll5Y7CTM7RNJWijjd2BIJLMWbW18n5mKvNbiKKFWpGVA0C8zliPZ33OMYdepFamz//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_WJFEN0Rz","title":"Building Hulu’s Living Room Experience with Amazon Alexa","shortId":"_WJFEN0Rz","createdAt":"2021-05-12T22:28:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"disney","views":25,"score":27014706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:44:42.000Z","url":"https://medium.com/disney-streaming/building-hulus-living-room-experience-with-amazon-alexa-db2ff79e5da0","canonicalUrl":"https://medium.com/disney-streaming/building-hulus-living-room-experience-with-amazon-alexa-db2ff79e5da0","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd075dabb1c763444327c1d26eba4809","ratio":1.58432708688245,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAeEAACAgICAwAAAAAAAAAAAAABAgMSABEEBSFR4v/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAETH/2gAMAwEAAhEDEQA/AKWpM0kk3FKNyBVCZCFDKCTrYB94WPtaizwW151J8Yxk9KVzDSeb/9k=","siteTwitter":"@disneystreaming","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"OK9uiPM2x","title":"Building the Hulu Experience in the Living Room","shortId":"OK9uiPM2x","createdAt":"2021-05-12T22:28:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"disney","views":12,"score":27014663,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:45:48.000Z","url":"https://medium.com/disney-streaming/building-the-hulu-experience-in-the-living-room-10eabf5391d6","canonicalUrl":"https://medium.com/disney-streaming/building-the-hulu-experience-in-the-living-room-10eabf5391d6","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a9b2a91d9bd26f1613db030fbcc492d","ratio":1.90046296296296,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAbEAEAAgIDAAAAAAAAAAAAAAABAAIDEhExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCn8vNy6rr1rFVankRA/9k=","siteTwitter":"@disneystreaming","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"7LP3JEH_X","title":"Use the Kivy Python Library to Create Games and Mobile Apps","shortId":"7LP3JEH_X","createdAt":"2021-05-12T19:03:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":70,"score":27014615,"tagsStr":"career,python","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:49:36.000Z","url":"https://www.freecodecamp.org/news/use-the-kivy-python-library-to-create-games-and-mobile-apps/","canonicalUrl":"https://www.freecodecamp.org/news/use-the-kivy-python-library-to-create-games-and-mobile-apps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39acde073b99375b70452f6114003917","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYHIhITFCGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQEBAQADAAAAAAAAAAAAAAABAgADETH/2gAMAwEAAhEDEQA/AJW2umGNSqkuuOttptrsMMHxk5Lyx3OQ98QEkZzkkithctjItxuMqcq7FsyXVvFCYqMJ6iTgfaUq3iCoLfcRSHW//9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6TewCBM5A","title":"Amazon and WNBA strike multi-year streaming deal","shortId":"6TewCBM5A","createdAt":"2021-05-13T03:32:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014612,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T03:27:35.000Z","url":"https://www.theverge.com/2021/5/12/22433578/wnba-amazon-prime-video-streaming-deal-announced","canonicalUrl":"https://www.theverge.com/2021/5/12/22433578/wnba-amazon-prime-video-streaming-deal-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/596639f7a9594c7638761030b80ad633","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAIBBAMAAAAAAAAAAAAAAQIDAAUREiExQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhED/9oADAMBAAIRAxEAPwDAK7K7tPWVFZGlIOwcndXp9ePuTyMJA8DvvGMCFiLez2j/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9bz7CMZbz","title":"Making Money with Code, Bootstrap 5, Is Docker Dead - Picks #179","shortId":"9bz7CMZbz","createdAt":"2021-05-12T16:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"daily","views":146,"score":27014598,"tagsStr":"general-programming,vuejs,docker,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T15:30:00.000Z","url":"https://daily.dev/blog/making-money-with-code-bootstrap-5-is-docker-dead-picks-179","canonicalUrl":"https://daily.dev/blog/making-money-with-code-bootstrap-5-is-docker-dead-picks-179","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b4f8e215c1f456cbe970e9ac1e2ceb3","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAgEDBAAhBQYHETESE0FCUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIhA//aAAwDAQACEQMRAD8A1HUXAYOI5aKVNA3XYAk+G5Wc7biCLbiewbEtvPPN6ppmueCdANxxAbIIiSIifEvSlLTTYXZRGf/Z","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ahA9gS_TM","title":"Nine Takeaways From the 2021 NFL Schedule Release","shortId":"ahA9gS_TM","createdAt":"2021-05-13T03:03:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27014583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T02:49:29.000Z","url":"https://www.theringer.com/nfl/2021/5/12/22433484/nine-takeaways-nfl-schedule-release","canonicalUrl":"https://www.theringer.com/nfl/2021/5/12/22433484/nine-takeaways-nfl-schedule-release","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ac3f858de913037f5529e08afe028aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFESFBBhIiUf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADQSEy/9oADAMBAAIRAxEAPwDd5iwu4cnh4zkZHNtdRyqWXgoEK+pG+W0x+j2AddGy08Tt3tYXMp2yAnQI6/A1KUWCCz1kSGxl6Nn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"BIfCAechY","title":"THE PRICE OF EXTINCTION - Lincoln Park Zoo","shortId":"BIfCAechY","createdAt":"2021-05-13T02:38:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27014558,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.behance.net/gallery/118451255/THE-PRICE-OF-EXTINCTION-Lincoln-Park-Zoo","canonicalUrl":"https://www.behance.net/gallery/118451255/THE-PRICE-OF-EXTINCTION-Lincoln-Park-Zoo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a7b6023c34b78fef9fe2e3f0e2bdec0","ratio":2.20820189274448,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEgAEBREGMRMhIv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAwADAAAAAAAAAAAAAAAAAAERAhIT/9oADAMBAAIRAxEAPwDe7Dj7TS5qyGTf8Cun7iQUQd7IAANTXwtD61OjPZ5sOGUEXQinfvQ+eqUqnTJO0Oqh/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"cj-rcdEuo","title":"‘Misogynistic’ Apple hire is out hours after employees call for investigation","shortId":"cj-rcdEuo","createdAt":"2021-05-13T01:35:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014495,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T01:33:46.000Z","url":"https://www.theverge.com/2021/5/12/22433437/apple-hire-antonio-garcia-martinez-out-petition-investigation","canonicalUrl":"https://www.theverge.com/2021/5/12/22433437/apple-hire-antonio-garcia-martinez-out-petition-investigation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3386280337a5ee802346490d4486882","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQQAAgMSIRExBRNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDOyra9rx7S91G3eYYw9LJrqFS+J5q4A0chrfXyQHs6iJShGs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"48C6dJ6jZ","title":"‘The Masked Singer’ Recap: Russian Dolls Reveal and Clues Explained","shortId":"48C6dJ6jZ","createdAt":"2021-05-13T01:35:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27014495,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T01:26:24.000Z","url":"https://www.theringer.com/video/2021/5/12/22432853/the-masked-singer-recap-russian-dolls-reveal-and-clues-explained","canonicalUrl":"https://www.theringer.com/video/2021/5/12/22432853/the-masked-singer-recap-russian-dolls-reveal-and-clues-explained","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f38cb6684552e9f99f085343c6eaa93","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAAABgECBwAAAAAAAAAAAAAAAQIDBBESBUEGFSExM1GB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAgEQABAgUFAAAAAAAAAAAAAAABAAMCBAUSsSEiUXHw/9oADAMBAAIRAxEAPwCLwNMjuaAy+qE2p08UGaju8aIz7b3tX0Q5ESYl9xPMXOijLxp9gArpLMExMvB3UDvkjACSpGxpu322A5JX/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"f2BQCKVtO","title":"UI-Testing TypeScript React apps with Puppeteer and Jest","shortId":"f2BQCKVtO","createdAt":"2021-05-12T16:55:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":71,"score":27014485,"tagsStr":"react,testing,typescript,crawling","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:18:25.000Z","url":"https://matteolobello.medium.com/ui-testing-typescript-react-apps-with-puppeteer-and-jest-a48684f5d8dc","canonicalUrl":"https://matteolobello.medium.com/ui-testing-typescript-react-apps-with-puppeteer-and-jest-a48684f5d8dc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e7ea74ec7007d38cba6efe5e757f471","ratio":0.802675585284281,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAMFCP/EACEQAAEEAQMFAAAAAAAAAAAAAAEAAgMRIQQFEiIxM3Kx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOoN6aK8dA+KVN5X+xQNwmDAwcKAoYSHTOc4k1ZN9kR//Z","siteTwitter":"@Medium","creatorTwitter":"@lobellomatteo","readTime":2,"description":null,"toc":null,"summary":null},{"id":"tvlaR2FYQ","title":"A security researcher found Wi-Fi vulnerabilities that have existed since the beginning","shortId":"tvlaR2FYQ","createdAt":"2021-05-13T01:03:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014463,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:59:37.000Z","url":"https://www.theverge.com/2021/5/12/22433134/fragattacks-wi-fi-vulnerabilities-update-security","canonicalUrl":"https://www.theverge.com/2021/5/12/22433134/fragattacks-wi-fi-vulnerabilities-update-security","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca2d085c4fc597bda662112a04d93f4f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQADIQIEERMUImFjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQAEAhEi/9oADAMBAAIRAxEAPwDNt7SGhlnJ0xnl509Kbi6JfcIBANRiIn4iJZXRLFI7yn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VKVOWAtHg","title":"Intel is using machine learning to make GTA V look incredibly, unsettlingly realistic","shortId":"VKVOWAtHg","createdAt":"2021-05-13T00:08:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014408,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:04:18.000Z","url":"https://www.theverge.com/2021/5/12/22432945/intel-gta-v-realistic-machine-learning-cityscapes-dataset","canonicalUrl":"https://www.theverge.com/2021/5/12/22432945/intel-gta-v-realistic-machine-learning-cityscapes-dataset","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4ac1c0b5b8db111b87263f9599959fd","ratio":1.90945674044266,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQFEhMUITFBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAyL/2gAMAwEAAhEDEQA/AM7OXyePkuVY8hZ459XSauDNj6PYKNLYmfI9zrd4uJJJ6p/n6iIyE9X0z//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CH9qYijDy","title":"Biden signs executive order aiming to prevent future cybersecurity disasters","shortId":"CH9qYijDy","createdAt":"2021-05-13T00:04:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014404,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T23:58:12.000Z","url":"https://www.theverge.com/2021/5/12/22433266/biden-executive-order-cybersecurity-government-infrastructure-colonial-pipeline-solarwinds-hafnium","canonicalUrl":"https://www.theverge.com/2021/5/12/22433266/biden-executive-order-cybersecurity-government-infrastructure-colonial-pipeline-solarwinds-hafnium","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c53b91d3068b50eb7fb63b4d26531e13","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAABBAIDAAAAAAAAAAAAAAABAAIEEQMGBSGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAiFB/9oADAMBAAIRAxEAPwCMaYMnH6Js86Nkp8iO2LkaWggscaPqnxoEih0iIh2ea6L/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GwWX7emLB","title":"The child safety problem on platforms is worse than we knew","shortId":"GwWX7emLB","createdAt":"2021-05-13T00:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014404,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-13T00:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22432863/child-safety-platforms-thorn-report-snap-facebook-youtube-tiktok","canonicalUrl":"https://www.theverge.com/2021/5/12/22432863/child-safety-platforms-thorn-report-snap-facebook-youtube-tiktok","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f175dc149860d7c400e41308a3b06dc9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwQRBhIhMQVCYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAwQSMXHBwv/aAAwDAQACEQMRAD8AynT1wqaO83TNvbuzmmoqPTBdMN6t2v3Hck9m7kHAPOIiHUTqfnoSzMUCqggbr6af/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"FvhLCWBPs","title":"Target will stop selling Pokémon cards in stores, citing employee safety","shortId":"FvhLCWBPs","createdAt":"2021-05-12T23:56:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014396,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T23:54:48.000Z","url":"https://www.theverge.com/2021/5/12/22433236/target-halts-sale-pokemon-mlb-nba-nfl-trading-cards-may-14","canonicalUrl":"https://www.theverge.com/2021/5/12/22433236/target-halts-sale-pokemon-mlb-nba-nfl-trading-cards-may-14","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/866d50a4e0b8326cabc2b85df86c87aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgEFAQEBAAAAAAAAAAAAAQMCAAQFERIhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhESIf/aAAwDAQACEQMRAD8AzOBVdIzDerhbrcxj0hqtg9AbOwR759qLk0268ldwgo8xdMDZBOuj+6pShvaxqvCXgbbY6z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"J9pjHyNDO","title":"40 tombs with humans buried in pots discovered in Corsica","shortId":"J9pjHyNDO","createdAt":"2021-05-12T19:56:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27014156,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:42:13.000Z","url":"https://www.livescience.com/tombs-skeletons-in-pots-corsica.html","canonicalUrl":"https://www.livescience.com/tombs-skeletons-in-pots-corsica.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a46920b259358bf4e0c743fbc68dcdfc","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQQABAcAAAAAAAAAAAAAAQACAwQFEROBBhUhIjFB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwC0YLXD+M03U5tSnKNKWvK9zgcj0IJ8Hu3yWy5lB7jeNvqIgvSksP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0inim6aTv","title":"Tesla stops taking Bitcoin for vehicle purchases, citing environmental harm","shortId":"0inim6aTv","createdAt":"2021-05-12T22:27:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014307,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T22:21:15.000Z","url":"https://www.theverge.com/2021/5/12/22433153/tesla-suspend-bitcoin-vehicle-purchase-cryptocurrency-elon-musk","canonicalUrl":"https://www.theverge.com/2021/5/12/22433153/tesla-suspend-bitcoin-vehicle-purchase-cryptocurrency-elon-musk","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eaf312eda9e6b6ced97a2c5a618bf747","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMEAAcAAAAAAAAAAAAAAQADBAIFBxEGEyExUWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRIZH/2gAMAwEAAhEDEQA/AIXnI3EEmXQ5Ffah0A9G22wade991rRkdzQ3aYxPnmH4iIrS83aWLiP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"tMZMTdNLf","title":"Proposed bill aims to toss a new wrench in NASA’s Moon lander plan","shortId":"tMZMTdNLf","createdAt":"2021-05-12T21:58:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014278,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T21:52:41.000Z","url":"https://www.theverge.com/2021/5/12/22432236/cantwell-authorization-bill-nasa-moon-lander-bezos-blue-origin","canonicalUrl":"https://www.theverge.com/2021/5/12/22432236/cantwell-authorization-bill-nasa-moon-lander-bezos-blue-origin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/110fa773107f13f7e936402dce30f9f7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBAMSIhEhI0Fh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDJqE6vOgwxUdgxnG3QYBxuI93Pai8oiWh4g++n/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ExY5pnBNT","title":"Isotope study hints ancient Greeks used foreign fighters in key battle","shortId":"ExY5pnBNT","createdAt":"2021-05-12T21:50:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014270,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277380-isotope-study-hints-ancient-greeks-used-foreign-fighters-in-key-battle/","canonicalUrl":"https://www.newscientist.com/article/2277380-isotope-study-hints-ancient-greeks-used-foreign-fighters-in-key-battle/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bcbfdf40e044fb7d0eb6ba2afaf74295","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgEEAAcBAAAAAAAAAAAAAQIEAAMFEQYHEhQhYZGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAEDBQAAAAAAAAAAAAAAAAEAAgMTFCExcf/aAAwDAQACEQMRAD8AryPOWbktImOhRyE21ws9zp9gePlYq7xvmmuu3eRRtidCCuh+0pR3M2g4jiOkw5IX/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BSzuM_Utp","title":"FDA clears Carestream x-ray noise cancellation","shortId":"BSzuM_Utp","createdAt":"2021-05-12T21:31:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27014251,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T21:10:41.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132368&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132368","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3d0c12d0564cc6d342c44323c6a894d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACcQAAEDAwMBCQAAAAAAAAAAAAECAwQFBhEAITFBBxITIiMzUmGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAOhIkH/2gAMAwEAAhEDEQA/AIs2wLVq1NfqLT9Vt9loeomXHDjCTsPcz1OOT11n0dntqKQlRuvcjPljgj8Pe3GmZFQmyWnBJlyHgqPv4jqlZ55yfoaEqOwFEBlsDPxGjKbCT1kU6VjzZ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"VtRrFxDEc","title":"Sony has 25 PS5 games in the works, including characters you’ve never seen","shortId":"VtRrFxDEc","createdAt":"2021-05-12T21:01:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014221,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T20:57:16.000Z","url":"https://www.theverge.com/2021/5/12/22432601/sony-playstation-studios-ps5-games-25-new-ip-interview","canonicalUrl":"https://www.theverge.com/2021/5/12/22432601/sony-playstation-studios-ps5-games-25-new-ip-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f0df03d9cab70f1c04f1d5cc6c668264","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMAAgQRBRIiBiFBkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAABB/9oADAMBAAIRAxEAPwDPD+oLt2nqVc5cBTk1F7tx7+ee35IBYcnjT6iJcD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"sXCFw2TC0","title":"Apple employees circulate petition demanding investigation into ‘misogynistic’ new hire","shortId":"sXCFw2TC0","createdAt":"2021-05-12T20:33:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014193,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T20:31:30.000Z","url":"https://www.theverge.com/2021/5/12/22432909/apple-petition-hiring-antonio-garcia-martinez-chaos-monkeys-facebook","canonicalUrl":"https://www.theverge.com/2021/5/12/22432909/apple-petition-hiring-antonio-garcia-martinez-chaos-monkeys-facebook","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3dffa5588895664c0747a7653b8d7ac6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQCAwEAAAAAAAAAAAAABAECAxEAEgUTITH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABYRAQEBAAAAAAAAAAAAAAAAAAABIf/aAAwDAQACEQMRAD8Az2KYNBxxgkoEc5JKx9JTnuRw2q26mp4uyUi38rzJ21Yxl9wT/9k=","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"c6AEsNzZn","title":"China launches more classified Yaogan satellites into orbit","shortId":"c6AEsNzZn","createdAt":"2021-05-12T20:26:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27014186,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T20:02:41.000Z","url":"https://www.livescience.com/china-launches-more-classified-yaogan-satellites.html","canonicalUrl":"https://www.space.com/china-launches-more-classified-yaogan-satellites","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/098f4bc3f00a79204df379cb5bfb81e6","ratio":1.77655677655678,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAUHEQYScf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDABEhMeH/2gAMAwEAAhEDEQA/AJlrrW0Of8XyWQvZUC2xDgISGI9WPO8+VPpLqySRkGLgYKSOl2HaUqfJjSzqx4GscwCSUqO/M//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"EwAQTsi5a","title":"Covid-19 news: Pandemic should drive global health reform, says report","shortId":"EwAQTsi5a","createdAt":"2021-05-12T19:39:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014139,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-15T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-pandemic-should-drive-global-health-reform-says-report/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-pandemic-should-drive-global-health-reform-says-report/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94e3fa9c0cccb1a92076ce970ec46447","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIEEQADBRIjMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABoRAAICAwAAAAAAAAAAAAAAAAECACEDERL/2gAMAwEAAhEDEQA/AMfH5aEsGCNyHcr6UQ+rimIUMQKq7/byCnKwmRS/fsRZ9Nn3GMiZmYdNZgoqnQFT/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":51,"description":null,"toc":null,"summary":null},{"id":"gbwwZVS1J","title":"How to deploy a single Kubernetes cluster across multiple clouds using k3s and WireGuard","shortId":"gbwwZVS1J","createdAt":"2021-05-12T12:50:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":23,"score":27014134,"tagsStr":"cloud,kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:40:22.000Z","url":"https://alex-81461.medium.com/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81","canonicalUrl":"https://alex-81461.medium.com/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52e2946a7f26a89bc5530ae0f380d0a7","ratio":1.20729166666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAJBAAAQEECwAAAAAAAAAAAAAAAQACAwQGBxESFyEiMVFVotH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABwRAAIABwAAAAAAAAAAAAAAAAABAgMSFEJRkf/aAAwDAQACEQMRAD8A3FijGTWXzwCX4PMbRNTWJ31VF20ocDCdvURWuJqzfWGmHR//2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"x8OSBzBKm","title":"Crankdat, JT Roach team up for collaboration via Monstercat, ‘Better Without You’","shortId":"x8OSBzBKm","createdAt":"2021-05-12T19:27:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014127,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:26:49.000Z","url":"https://dancingastronaut.com/2021/05/crankdat-and-jt-roach-team-up-for-collaboration-via-monstercat-better-without-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/crankdat-and-jt-roach-team-up-for-collaboration-via-monstercat-better-without-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3229aaf87e7f80e26a811ff48ace4cf3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDEQAEBRIhBhUiQVJhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxEAAQUBAQAAAAAAAAAAAAAAAgABAxFBBPD/2gAMAwEAAhEDEQA/AM9PEDnKX8HcJRbPsrQEK0BXSpyVEqG/iRHsVIcyZOvJ3GvvDc7/AGlKYZPbqbk5Izq89q//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dwrpn0gTo","title":"Washington, D.C. to lift nightlife capacity restrictions this summer","shortId":"dwrpn0gTo","createdAt":"2021-05-12T19:23:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014123,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:16:44.000Z","url":"https://dancingastronaut.com/2021/05/washington-d-c-to-lift-nightlife-capacity-restrictions-this-summer/","canonicalUrl":"https://dancingastronaut.com/2021/05/washington-d-c-to-lift-nightlife-capacity-restrictions-this-summer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bd2becc92df3ec9076e1fdd27da317f","ratio":1.64242942686056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBAUAERIhBiJBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIhMTL/2gAMAwEAAhEDEQA/AMNW1MNdRVhtyUhTsF6UffpaUJcUpJ+gkIGj32fzL6vwaFZ1kSeH3GhKZQ/w0Tx5JCtb33reMYW0p0NmnXWT/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hOTnif_il","title":"3 ways radiology can improve patient 'handoffs'","shortId":"hOTnif_il","createdAt":"2021-05-12T19:16:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27014116,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:56:42.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132365&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132365","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5970d754ac6f06a8b01b31ca1eda8b6c","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIEAAMRBWEGEhQWQ3KR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAbEQEBAAEFAAAAAAAAAAAAAAABAgARElFxsf/aAAwDAQACEQMRAD8As8X6vI7mivHJs3mZbTsrHDoMkKRsSfprYxokjprWZKE8g8W3tSlDSVocHmVqTaPef//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"8wToJUrLV","title":"Traverse global cities’ Top 25 charts with Apple Music’s newest feature","shortId":"8wToJUrLV","createdAt":"2021-05-12T18:06:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014046,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:05:47.000Z","url":"https://dancingastronaut.com/2021/05/traverse-global-cities-top-25-charts-with-apple-musics-newest-add-on/","canonicalUrl":"https://dancingastronaut.com/2021/05/traverse-global-cities-top-25-charts-with-apple-musics-newest-add-on/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42233fe48483ef5662993d7e3683beef","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAEQABAgUSITFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANG2sDfV8jIsMdsOXPg6VxERa//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Lv42mHwHf","title":"Douglas M. Auclair (geophf): May 2021 1HaskellADay 1Liners: problems and solutions","shortId":"Lv42mHwHf","createdAt":"2021-05-12T01:51:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"phaskell","views":1,"score":27013481,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"http://logicaltypes.blogspot.com/2021/05/may-2021-1haskelladay-1liners-problems.html","canonicalUrl":"http://logicaltypes.blogspot.com/2021/05/may-2021-1haskelladay-1liners-problems.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"h2xb6YYPH","title":"Pasquale Rotella shares updates for upcoming events, confirms Beyond Wonderland SoCal 2021 lineup and dates","shortId":"h2xb6YYPH","createdAt":"2021-05-12T19:16:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014116,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:10:02.000Z","url":"https://dancingastronaut.com/2021/05/pasquale-rotella-shares-updates-for-upcoming-events-confirms-beyond-wonderland-socal-2021-lineup-and-dates/","canonicalUrl":"https://dancingastronaut.com/2021/05/pasquale-rotella-shares-updates-for-upcoming-events-confirms-beyond-wonderland-socal-2021-lineup-and-dates/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5864cd09459ba42e161ec6c282c9eb56","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQQCAgMAAAAAAAAAAAABAgMABAURBiESMUFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECAxESEyH/2gAMAwEAAhEDEQA/AI7jeR47Hh55L7Hq12dlVjhXwck97J7H5r1U1c5xGuZSljjlQuSAYiSBv7+aUobpXZS6UcVw/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qKoVFY67Y","title":"Optimizing Web Vitals using Lighthouse","shortId":"qKoVFY67Y","createdAt":"2021-05-12T06:24:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":209,"score":27014109,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://web.dev/optimize-vitals-lighthouse/","canonicalUrl":"https://web.dev/optimize-vitals-lighthouse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca6773bed14697da7d4b4a112199e705","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACBBEDBQcSMf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQADAAMAAAAAAAAAAAAAAAABAgMAEYH/2gAMAwEAAhEDEQA/AJ5+oyIWmb71EPL6FWCWlYN/Vmue4nRRbJv6URPWjo2lYjpwElOg26g8Gf/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"PcyKZXHNZ","title":"TikTok adds another way to remix videos with green screen duets","shortId":"PcyKZXHNZ","createdAt":"2021-05-12T18:50:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014090,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:46:15.000Z","url":"https://www.theverge.com/2021/5/12/22432599/tiktok-green-screen-duet-feature-update","canonicalUrl":"https://www.theverge.com/2021/5/12/22432599/tiktok-green-screen-duet-feature-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1aff5556a8501fa0316a7a29e327ebf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQUAAwEAAAAAAAAAAAAAAQACAwQRBRMxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AwKlarw8NyEDqUctqcxtZYe7epm6Q1uekt+t8JCmEBESGv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Nf3MQ6XTq","title":"Krossing Over Arts Festival 2019","shortId":"Nf3MQ6XTq","createdAt":"2021-05-12T18:36:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27014076,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/89161763/Krossing-Over-Arts-Festival-2019","canonicalUrl":"https://www.behance.net/gallery/89161763/Krossing-Over-Arts-Festival-2019","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f85202d105374e7a48e85ca79b755c42","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACEQMEBQYHMWETQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AILc7UumM/ibY4Og9l5QLhcM8RaxwPZPIPEep6WSGmJMNMfUREhf/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"eR7EnzofG","title":"Save up to $100 on some of the best 4K TVs at eBay","shortId":"eR7EnzofG","createdAt":"2021-05-12T18:21:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014061,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:16:25.000Z","url":"https://www.theverge.com/good-deals/2021/5/12/22432408/ebay-4k-tv-lg-oled-samsung-qled-neo-tcl-mini-led-sale-deal-gaming-ps5-xbox-series-x-hdmi","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/12/22432408/ebay-4k-tv-lg-oled-samsung-qled-neo-tcl-mini-led-sale-deal-gaming-ps5-xbox-series-x-hdmi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee09ed77e91df1af69c166fa7d8f4206","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAwADAAAAAAAAAAAAAQIDAAQFEQYSIRNRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACERIxUf/aAAwDAQACEQMRAD8Ah5JyjJW2WykFhczWyK8MYAKsFAGj12vmz6f2s9c5HJSXMryXvZ2clj8SjZ39AUpTZ1DHktWyqPBZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"4uTNum9I3","title":"The original Xbox background is here to haunt the Xbox Series X / S","shortId":"4uTNum9I3","createdAt":"2021-05-12T18:12:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014052,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:05:57.000Z","url":"https://www.theverge.com/tldr/2021/5/12/22432433/xbox-original-background-green-series-x-s-microsoft","canonicalUrl":"https://www.theverge.com/tldr/2021/5/12/22432433/xbox-original-background-green-series-x-s-microsoft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33e8ca95629dad5f4c182f5d0da856ed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIABAMFERJRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDMVQoNPtBsaszbDkQCV86kMRJNo//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uDGKzCqeR","title":"Dax Shepard’s Armchair Expert podcast is going exclusive to Spotify","shortId":"uDGKzCqeR","createdAt":"2021-05-12T18:08:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014048,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T18:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22432286/dax-shepard-armchair-expert-spotify-exclusive","canonicalUrl":"https://www.theverge.com/2021/5/12/22432286/dax-shepard-armchair-expert-spotify-exclusive","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b92d95a86441b5a61382c9f12f84cb9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRMQUSISVR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQACAwAAAAAAAAAAAAAAAAAAASGR8P/aAAwDAQACEQMRAD8Ay3KPu+oZ5St2c1KRYoYr2MCCrcg7Xn4dSjfnmq+ysUoQrFdknzoxENQVPWz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Bw_0AkqXy","title":"A mysterious 'hum' vibrates interstellar space. Voyager 1 has a recording of it.","shortId":"Bw_0AkqXy","createdAt":"2021-05-12T17:55:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27014035,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:39:41.000Z","url":"https://www.livescience.com/voyager-hum-interstellar-space.html","canonicalUrl":"https://www.livescience.com/voyager-hum-interstellar-space.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba752c8a49583c3a221b7392d6108a3e","ratio":1.77847113884555,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgEDBQAAAAAAAAAAAAABAgADEQQSMQUGFCGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAwQh/9oADAMBAAIRAxEAPwCNd4aOnTivqdy+QjlkFDHaAzKcHcPZAOD8xJ6OOIiExK1di9oFs//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UJQFYJqNe","title":"Movement Detroit to host micro-festival over Memorial Day Weekend","shortId":"UJQFYJqNe","createdAt":"2021-05-12T17:53:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27014033,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:52:05.000Z","url":"https://dancingastronaut.com/2021/05/movement-detroit-to-host-micro-festival-over-memorial-day-weekend/","canonicalUrl":"https://dancingastronaut.com/2021/05/movement-detroit-to-host-micro-festival-over-memorial-day-weekend/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07a23bbf648600c0602b5ca3318db4d7","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQIDBAUAERIxQRQh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQADAQAAAAAAAAAAAAAAAAAAARFB/9oADAMBAAIRAxEAPwDMI1rT+PKctat6Rav6JMhL21JJ5JSPXY4yddDAC1AB8jXpY+Yxim6gWw//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dIYRe65S0","title":"Premature ageing of the immune system may be one cause of long covid","shortId":"dIYRe65S0","createdAt":"2021-05-12T17:49:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033343-000-premature-ageing-of-the-immune-system-may-be-one-cause-of-long-covid/","canonicalUrl":"https://www.newscientist.com/article/mg25033343-000-premature-ageing-of-the-immune-system-may-be-one-cause-of-long-covid/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6fe8a0206ce0c1cb21268b95388a1dd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMDAgcBAAAAAAAAAAAAAQIDEQAEBgUTBxQhIjFBUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAQEAAQUAAAAAAAAAAAAAAAECAAMEESEx/9oADAMBAAIRAxEAPwDLsXusftOG7D97ZWz228vmSpiXS6FSgBUeIj3H2qtOc6aUgt624lBHaNl3oPylKOVwqg95Unc1pkkh4Z//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MKzusG-ty","title":"Whale sharks gulp down air to float vertically while feeding","shortId":"MKzusG-ty","createdAt":"2021-05-12T17:49:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277270-whale-sharks-gulp-down-air-to-float-vertically-while-feeding/","canonicalUrl":"https://www.newscientist.com/article/2277270-whale-sharks-gulp-down-air-to-float-vertically-while-feeding/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a89936462339937311040cfadad49d0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAGESEFFCIykdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8Aiu34UWOVchLcmy0tdiX0EpbJ8EjAGdHZzWVm8pAOOli+lfaUpOsJLP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"efiIozFJi","title":"Is everything predetermined? Why physicists are reviving a taboo idea","shortId":"efiIozFJi","createdAt":"2021-05-12T17:49:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033340-700-is-everything-predetermined-why-physicists-are-reviving-a-taboo-idea/","canonicalUrl":"https://www.newscientist.com/article/mg25033340-700-is-everything-predetermined-why-physicists-are-reviving-a-taboo-idea/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e4090bf2bb0f9f98de2a400602d63dcb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAwQRBhYhU5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABoRAAEFAQAAAAAAAAAAAAAAAAABAhITUWH/2gAMAwEAAhEDEQA/ANo9GVYiTHCGuIxkHlRsen0N9REHDpRL3Yh//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"N94-I2_1hP","title":"Covid-19 booster shots: Will we need them and how would they work?","shortId":"N94-I2_1hP","createdAt":"2021-05-12T17:49:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27014029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033342-900-covid-19-booster-shots-will-we-need-them-and-how-would-they-work/","canonicalUrl":"https://www.newscientist.com/article/mg25033342-900-covid-19-booster-shots-will-we-need-them-and-how-would-they-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be937e17dcbf0236afa82547c7820eb3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYSITFBUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRIkFR/9oADAMBAAIRAxEAPwCjUtzizdR6gt8ObJMeO4I7rbuV7FKChvBPeDngfI5rJ0X+yqSDIiLW8RlxW3tXk9+6UqcbiRXET4EFu1//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZVDIi-Fz3","title":"Little Smashing Stories","shortId":"ZVDIi-Fz3","createdAt":"2021-05-12T08:10:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":39,"score":27014016,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T07:57:00.000Z","url":"https://www.smashingmagazine.com/2021/05/little-smashing-stories/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/little-smashing-stories/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1b929a43bb7a34796b4f43a75e01cb9","ratio":3.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQACAwQFESExEiIjQv/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxEEIXH/2gAMAwEAAhEDEQA/ANHPlUYgbp7xfl2+BjOgqFtMki0Ey0O5F9Iiio3E6tLlE23i/9k=","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"p0S0Y_uCM","title":"Highly available and highly scalable Cloudflare tunnels","shortId":"p0S0Y_uCM","createdAt":"2021-05-12T13:02:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cloudflare","views":8,"score":27014016,"tagsStr":"kubernetes,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:00:00.000Z","url":"https://blog.cloudflare.com/highly-available-and-highly-scalable-cloudflare-tunnels/","canonicalUrl":"https://blog.cloudflare.com/highly-available-and-highly-scalable-cloudflare-tunnels/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d764aafd3c7c4dc216725a65694af9aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhABAAICAQUAAAAAAAAAAAAAAQACAwQREiIxUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDTuvgz1MjbavYuPTzU7PpK6iVBeUPPuIhQOn//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@adam_chal","readTime":5,"description":null,"toc":null,"summary":null},{"id":"OxtWYjr3A","title":"Asus introduces the ZenFone 8 Flip and mini flagship ZenFone 8","shortId":"OxtWYjr3A","createdAt":"2021-05-12T17:34:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27014014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:30:00.000Z","url":"https://www.theverge.com/2021/5/12/22430948/asus-zenfone-8-flip-price-specs-availability","canonicalUrl":"https://www.theverge.com/2021/5/12/22430948/asus-zenfone-8-flip-price-specs-availability","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90d3b0b285ba65780c499bffc07149a2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQQCAAcAAAAAAAAAAAAAAgABAxEEBQcIEiExMnH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAjEy/9oADAMBAAIRAxEAPwCDzF7fIHinusGRylhAcZ4mM3dorjG+lvDXfelsYPQfiIqXzIVrP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"V7T8lrGNh","title":"Slate is selling audiobooks that you can listen to through your podcast app","shortId":"V7T8lrGNh","createdAt":"2021-05-12T17:02:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013982,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T17:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22432154/slate-supporting-cast-audiobooks-store","canonicalUrl":"https://www.theverge.com/2021/5/12/22432154/slate-supporting-cast-audiobooks-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc706fd07a5e2606238b009ef2b05b86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQCAAcAAAAAAAAAAAAAAwABAgQFEQgTGCExVpP/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAwIRBFGx/9oADAMBAAIRAxEAPwDZPw+Yg1cdKGVKJ6kGHzmpieZN99y23lTelvDex5L4DRExUNEos5Fi7Xryf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GpIUhHCM8","title":"'Folded' iron sword found in a Roman soldier's grave was part of a pagan ritual","shortId":"GpIUhHCM8","createdAt":"2021-05-12T16:38:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27013958,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:30:35.000Z","url":"https://www.livescience.com/roman-soldier-buried-with-folded-sword.html","canonicalUrl":"https://www.livescience.com/roman-soldier-buried-with-folded-sword.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/370b5e49539bd1d5cb4193293c5f4a73","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBgMEIRMWMVZh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDJqEtgjQNSO3YcAAQKVu4HGeWqm9IP1h59NtQyiIEb/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"1c7g6W2s7","title":"Vida lands deal with Fla. health system","shortId":"1c7g6W2s7","createdAt":"2021-05-12T16:16:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27013936,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T16:09:24.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132362&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132362","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7932a974a6aa8c79a5da88438e438d7f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIRAAAgICAgEFAAAAAAAAAAAAAQIDBBIhABEFEyIxY4H/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgIBBQAAAAAAAAAAAAAAAhEAASEDEjFRcf/aAAwDAQACEQMRAD8ABRbM8fkGWCVVabWGsB17eh+cVrPQlrxST1q3qsgZ8kTvIjffJlZHan5Jmdic02T9h5olNVanAWUEmNSSR864/QK7J8wMtfeAglYvPbt58n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"t7U0wRvlZ","title":"The PS5 Is Starting to Look Like the Revolution It Promised","shortId":"t7U0wRvlZ","createdAt":"2021-05-12T16:04:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013924,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:00:00.000Z","url":"https://www.wired.com/story/playstation-5-six-months-later/","canonicalUrl":"https://www.wired.com/story/playstation-5-six-months-later/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0768347962a6221a12642ba0e946786","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAFERJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ALLuio1ru7pmCOWBtHPP1dAeHDqFYeEZhMushErj6cYymgf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"4A01Ggf_J","title":"Do variations in pediatric imaging coverage affect patient care?","shortId":"4A01Ggf_J","createdAt":"2021-05-12T16:03:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27013923,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T15:47:45.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132360&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132360","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f54b8750821ba2082ac0b1c09dd035d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACQQAAIBAgUEAwAAAAAAAAAAAAECAwQFAAYRITEHCBJxUWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAdEQAABQUAAAAAAAAAAAAAAAAAAQQRIQIDEqHB/9oADAMBAAIRAxEAPwCpufWa5WfMk0jURrLbJTJVCCNwWVWOniD9ck+sHl7h0ileM5QuTFSVJWddDp8bYxPM8MUFDb3hjSN2tqlmRQCeOdPZ/cKTUTKSFmkAGwAY7YBOK0lulXk8NGiPo//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ixzMTmhm2","title":"AI predicts prognosis of COVID-19 patients","shortId":"ixzMTmhm2","createdAt":"2021-05-12T15:39:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27013899,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T15:34:35.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132359&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132359","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/665a4ee979099227a38c23dfc9b5c7c6","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBQYSBzFBQlH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAABB/9oADAMBAAIRAxEAPwCXT/FKd0nCOB5sBVogwWQfH2azVsaeGw5RPfjdOiYj3NKVYP/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"NiHXO0FIo","title":"Humans Need to Create Interspecies Money to Save the Planet","shortId":"NiHXO0FIo","createdAt":"2021-05-12T15:05:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013865,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T11:00:00.000Z","url":"https://www.wired.com/story/interspecies-money/","canonicalUrl":"https://www.wired.com/story/interspecies-money/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/062d022df8129641ac390a9b6e390c18","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAFIQQSFAYTMXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDIRH/2gAMAwEAAhEDEQA/AJ1brHbWh9duPGbQ2UJbbMATOfeQfla9Mq4cZruXF1S9g3EAiTHmJxSlSrpuKwFuPiP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"gt53YJ4xL","title":"Adidas and Allbirds Team Up to Make Sustainable Running Shoes","shortId":"gt53YJ4xL","createdAt":"2021-05-12T14:49:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013849,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:45:00.000Z","url":"https://www.wired.com/story/allbirds-adidas-futurecraft-footprint-running-shoe/","canonicalUrl":"https://www.wired.com/story/allbirds-adidas-futurecraft-footprint-running-shoe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0c393175953275b7a7a59041c0343210","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQREhMhQVOS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANrp6WFj48GANdtY8WCu0Yes+kREJf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TUgjsA-9X","title":"Creatures 7","shortId":"TUgjsA-9X","createdAt":"2021-05-12T14:36:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27013836,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/118974889/Creatures-7","canonicalUrl":"https://www.behance.net/gallery/118974889/Creatures-7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99b65ba0f4fd6cc71218d62410351d30","ratio":1.44927536231884,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAAUEAwAAAAAAAAAAAAABAgADBBExBQYSYRMyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBEBAAADCQAAAAAAAAAAAAAAAQACAwQFETFBUWGh8P/aAAwDAQACEQMRAD8AjaTS9Toqqa6vynMoXkWDBmYXub/Djq+Io029PCKPEzWHsZ+e4Qgipa58R91FzQuqiEwLm7OvIx//2Q==","siteTwitter":"@behance","creatorTwitter":"@further_u","readTime":null,"description":null,"toc":null,"summary":null},{"id":"e2ml6OBUL","title":"Airbnb’s Promotions and Communications Platform","shortId":"e2ml6OBUL","createdAt":"2021-05-12T10:04:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"airbnb","views":6,"score":27013827,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:19:03.000Z","url":"https://medium.com/airbnb-engineering/airbnbs-promotions-and-communications-platform-6266f1ffe2bd","canonicalUrl":"https://medium.com/airbnb-engineering/airbnbs-promotions-and-communications-platform-6266f1ffe2bd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d777153708674cc4c43afccfbe528039","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAiEAABAgYBBQAAAAAAAAAAAAABAgMABAUREiETBhQiMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMREpH/2gAMAwEAAhEDEQA/AJZvrhssOdvSZdpbqg0yrLLBVrqJuNiL2q1PcaLy1PVoeXEd/faEIStY43s+yViohwKJ/9k=","siteTwitter":"@AirbnbEng","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"pd2ps13z7","title":"The grid needs to smarten up to reach clean energy goals","shortId":"pd2ps13z7","createdAt":"2021-05-12T14:04:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013804,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T14:00:00.000Z","url":"https://www.theverge.com/22419206/smart-grid-renewable-energy-power-sector","canonicalUrl":"https://www.theverge.com/22419206/smart-grid-renewable-energy-power-sector","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ecd974f7850443875fe9029baa6e10f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgIBBQEAAAAAAAAAAAABAgMRACEEBQYSEzFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwCwE7LD7eTHFK0yEgKngAoYgKRu90TVfMooe0CYkJ6ryhajS6A/BesYxpStKOm//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"AUhPkjsuQ","title":"Introducing Confluent for Kubernetes","shortId":"AUhPkjsuQ","createdAt":"2021-05-12T06:21:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"conf","views":32,"score":27013714,"tagsStr":"cloud,infrastructure,kubernetes,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T06:02:25.000Z","url":"https://www.confluent.io/blog/confluent-for-kubernetes-offers-cloud-native-kafka-automation/","canonicalUrl":"https://www.confluent.io/blog/confluent-for-kubernetes-offers-cloud-native-kafka-automation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"H3lzWErcm0","title":"Watch a Snake Robot Go for a Swim","shortId":"H3lzWErcm0","createdAt":"2021-05-12T12:05:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013685,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T08:00:00.000Z","url":"https://www.wired.com/story/watch-a-snake-robot-go-for-a-swim/","canonicalUrl":"https://www.wired.com/story/watch-a-snake-robot-go-for-a-swim/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58d9b0effe36853f0c55cea3663a68d3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxIhBBExUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACUf/aAAwDAQACEQMRAD8A2xVZcy38i92AyxrQ4L0db62fHv5LrYVUKoAA0AIiIgIq712//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"rXY8udztJ","title":"A nerdy PS5 chat with Ratchet & Clank: Rift Apart’s tech director","shortId":"rXY8udztJ","createdAt":"2021-05-12T14:04:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013804,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T14:00:00.000Z","url":"https://www.theverge.com/22431256/ratchet-and-clank-rift-apart-ps5-interiew-tech-ray-tracing-ssd","canonicalUrl":"https://www.theverge.com/22431256/ratchet-and-clank-rift-apart-ps5-interiew-tech-ray-tracing-ssd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2f7f3bac0b6febdee8208cbe61b4608","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFBhEhE0ExYaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAQADAQAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDA2zFpz2KaCgHjkjZAs8pkCHj1z66+P3JLmydOsXJ5nntq8kjOQgiVQSeeh4+h9Yxhrss87i06ooFM/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LysKKUpII","title":"Node v14.17.0 (LTS)","shortId":"LysKKUpII","createdAt":"2021-05-11T23:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"nodejs","views":352,"score":27013801,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-12T04:00:08.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T23:29:38.000Z","url":"https://nodejs.org/en/blog/release/v14.17.0/","canonicalUrl":"https://nodejs.org/en/blog/release/v14.17.0/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4db4298890c8e588b2cd12ec7ad34087","ratio":0.875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQF/8QAIxAAAgICAQMFAQAAAAAAAAAAAQIDBAURAAYxQRIhMlJhof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAACAQMAEf/aAAwDAQACEQMRAD8ASOqeucrXzd4VLKRR0J3iMSqCG19t99jijhrz38RRuPGFaxBHKVB9gWUHX95Ne6dxF3Jx3LWPryWfLlflrt6h2bX7vmwoCqAoAAGgB44GWbFtS94cwzbVfe//2Q==","siteTwitter":"@nodejs","creatorTwitter":"","readTime":27,"description":null,"toc":null,"summary":null},{"id":"Awi5JvNnP","title":"Razer’s Blade 15 Base gaming laptop is $400 off at Best Buy","shortId":"Awi5JvNnP","createdAt":"2021-05-12T14:00:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013800,"tagsStr":"gaming,php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:51:18.000Z","url":"https://www.theverge.com/good-deals/2021/5/12/22431993/best-buy-gaming-laptop-sale-asus-razer-ravpower-charger-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/12/22431993/best-buy-gaming-laptop-sale-asus-razer-ravpower-charger-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d77331e24111d682723e41034ff6cb43","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQFESEiMUFS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQb/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADBDFisf/aAAwDAQACEQMRAD8Azsu3ycXWHFqYiqxQ7Dn34Emc1h27GPX7iJVWoDMwOvI1WIxP/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"tPe1oK_lh","title":"Resize images to support Android devices","shortId":"tPe1oK_lh","createdAt":"2021-05-12T07:26:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":20,"score":27013788,"tagsStr":"tech-news,general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T03:47:54.000Z","url":"https://marwa-eltayeb.medium.com/resize-images-to-support-android-devices-becf3361b6f","canonicalUrl":"https://marwa-eltayeb.medium.com/resize-images-to-support-android-devices-becf3361b6f","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be574c972ef4a67fb7b4e92c49134c57","ratio":1.51241534988713,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUEESESI0FR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AyO5ssb3LZG5lLHYG5/fEnqyI4Ovv3895/sRBX//Z","siteTwitter":"@itnext_io","creatorTwitter":"@Marwa_Eltayeb1","readTime":0,"description":null,"toc":null,"summary":null},{"id":"b1boA3Dfq","title":"As a Freelance Designer, What Is Your Unique Selling Point?","shortId":"b1boA3Dfq","createdAt":"2021-05-12T13:38:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27013778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T06:09:03.000Z","url":"https://speckyboy.com/freelance-designer-unique-selling-point/","canonicalUrl":"https://speckyboy.com/freelance-designer-unique-selling-point/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c37917415cd279b16c99099e1814e979","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIDEQAEBRMhQQb/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAABEBAjES/9oADAMBAAIRAxEAPwCjo4dJH8+zTwbfbGS+RWZolLH0KbIFAZk522RiTFLqGjPankqx51fWMYtLAtp60//Z","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1CkmkZj_a","title":"Schema.org launches its schema markup validator tool","shortId":"1CkmkZj_a","createdAt":"2021-05-12T13:38:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27013778,"tagsStr":"google,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:19:14.000Z","url":"https://searchengineland.com/schema-org-launches-its-schema-markup-validator-tool-348590","canonicalUrl":"https://searchengineland.com/schema-org-launches-its-schema-markup-validator-tool-348590","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2fa5e76bd2f8fbb36d25a66a4cbb2b9","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQIDBAAGEhEhBQcUIzFBcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAeEQABAwQDAAAAAAAAAAAAAAACAAEDBBESISIxYf/aAAwDAQACEQMRAD8A0liPzbHuO5QpMaXEW6XggEoKVEZHHzoNzt8qZPOJrqXceHScczp3gPdKUkAtIT576QVnERt6v//Z","siteTwitter":"@sengineland","creatorTwitter":"@rustybrick","readTime":2,"description":null,"toc":null,"summary":null},{"id":"y8dy-6KNi","title":"Dota 2’s The International returns in August with $40 million prize pool","shortId":"y8dy-6KNi","createdAt":"2021-05-12T13:31:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:26:18.000Z","url":"https://www.theverge.com/2021/5/12/22432042/dota-2-international-esports-tournament-stockholm-date","canonicalUrl":"https://www.theverge.com/2021/5/12/22432042/dota-2-international-esports-tournament-stockholm-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/201e5de6cd248329ecf3af4d8ed75a44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAkEAABAgUCBwAAAAAAAAAAAAABAAIDBAURIQYHFSJBUWGCof/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEgMRMv/aAAwDAQACEQMRAD8AmOnKsanUOGul4cJsxCYIj2Ei5xzW9hg3GPKtx2hp/SecB2Eu2w+oislJ4uHoV3RM/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"eZVB6Fuvvy","title":"Help! A Male Colleague Thinks I’m Scary","shortId":"eZVB6Fuvvy","createdAt":"2021-05-12T13:05:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013745,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:00:00.000Z","url":"https://www.wired.com/story/ooo-a-male-colleague-thinks-im-scary/","canonicalUrl":"https://www.wired.com/story/ooo-a-male-colleague-thinks-im-scary/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f14237254224063f0288822f19bac42","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAURBBIhMQcTYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDUf/aAAwDAQACEQMRAD8A06X+8zyR6tLnqI/W8uxCd2AzjIOe8bwBnoLiq08lXVEVWhhdgMFiSC33jilKMdMcWc8P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1JTUKe47W","title":"Cats love boxes so much they'll even sit in fake ones","shortId":"1JTUKe47W","createdAt":"2021-05-12T11:07:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27013627,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T11:00:00.000Z","url":"https://www.livescience.com/cats-tricked-by-optical-illusion-boxes.html","canonicalUrl":"https://www.livescience.com/cats-tricked-by-optical-illusion-boxes.html","image":"https://cdn.mos.cms.futurecdn.net/y3MgAunhy5XdQojedKNKEe-1200-80.gif","ratio":2.12389380530973,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQQABwAAAAAAAAAAAAABAgADBBEhBQYTFTFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAgICAwAAAAAAAAAAAAAAAQMAEgIEETKR/9oADAMBAAIRAxEAPwCdqc68VFQUn6D4VkLFN4OQcehqT/cVGlsbMKPAFFdfIiUK9VNQaDyGZvZz2M//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"9Q8hiNoiW","title":"Amazon updates the Echo Show 8 and 5 with better cameras","shortId":"9Q8hiNoiW","createdAt":"2021-05-12T13:03:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22429549/amazon-echo-show-8-5-camera-update-price-kids-edition","canonicalUrl":"https://www.theverge.com/2021/5/12/22429549/amazon-echo-show-8-5-camera-update-price-kids-edition","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ffbb82750bc2126cec07204108ac457b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYSFCFBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMEEiH/2gAMAwEAAhEDEQA/ANBtu8utV29p97cNCvW2hkdEjI4MckFTy8D3kVFXhRQjRyuVGCxlOT9PalKmyLWQjUxK0Ujon//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MkO2SNrW4","title":"Credit agencies can’t tell my sister and me apart","shortId":"MkO2SNrW4","createdAt":"2021-05-12T13:02:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T13:00:00.000Z","url":"https://www.theverge.com/22421193/credit-reporting-infrastructure-errors-experian-equifax-transunion","canonicalUrl":"https://www.theverge.com/22421193/credit-reporting-infrastructure-errors-experian-equifax-transunion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b0a5e51a2ec382d24f0bf00b54c1a19","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFMQYSIxMh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ANX5Lx2+yWUu3jzt3bRyq3RI2kHyJUgEdXA/N6q8s/K0gjb0ZEVS7bYgbNKU6LelC//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZG1sx0gaM","title":"‘Resident Evil Village’ Casts the Series Into Another New Direction","shortId":"ZG1sx0gaM","createdAt":"2021-05-12T12:39:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013719,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:34:58.000Z","url":"https://www.theringer.com/2021/5/12/22431707/resident-evil-8-village-review-ethan-winters","canonicalUrl":"https://www.theringer.com/2021/5/12/22431707/resident-evil-8-village-review-ethan-winters","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a935714c9d9a60b43dbd1a7eacb445a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxABAAECAwkAAAAAAAAAAAAAAQMAAgQRFAUGEhMhMTJRof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAIEAwUSMWH/2gAMAwEAAhEDEQA/AIDHYqPZ26s090Oo1Bw2RyI2RtvVckRzffb7WRSS8yS+9EblfKlKPwQ4L7G981LWyUXqf//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Tkecp8JmI","title":"Is war in space inevitable?","shortId":"Tkecp8JmI","createdAt":"2021-05-12T12:38:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27013718,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:15:00.000Z","url":"https://www.livescience.com/is-space-war-inevitable.html","canonicalUrl":"https://www.space.com/is-space-war-inevitable-anti-satellite-technoloy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c22e4a710cdcb6b2d3bb5dfbd516f886","ratio":1.49922720247295,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgECBgMAAAAAAAAAAAAAAQIEAAMFERIhMVETFXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhL/2gAMAwEAAhEDEQA/AMt9+2HSViEF4QU23tuSQzd7dcD5VsbAEkx7V/VaXyqH0hn2zGeXFKVOMis9IX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"DrxP63AFu","title":"7-foot 'monster' sturgeon found in Detroit River could be over 100 years old","shortId":"DrxP63AFu","createdAt":"2021-05-12T12:38:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27013718,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:21:27.000Z","url":"https://www.livescience.com/100-year-old-river-monster-sturgeon.html","canonicalUrl":"https://www.livescience.com/100-year-old-river-monster-sturgeon.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a6dd9370c99109631a1410ca42da6cd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEVEGEiEiof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATL/2gAMAwEAAhEDEQA/AM5lrbJWONs7iG6Lx3LtCO+eTakHjeiNeN/KkbpfLSsZI8ioRvZQ0shIB5pSipJl/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"sazNsgoai","title":"The Nintendo Switch is finally getting a $10 calculator app","shortId":"sazNsgoai","createdAt":"2021-05-12T12:37:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013717,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:33:49.000Z","url":"https://www.theverge.com/tldr/2021/5/12/22432014/nintendo-switch-calculator-app-math","canonicalUrl":"https://www.theverge.com/tldr/2021/5/12/22432014/nintendo-switch-calculator-app-math","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18c8db44da71e5a4f155e2e0f09e8d0a","ratio":1.91052631578947,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYUYRIiI//EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQABAwUBAAAAAAAAAAAAAAARAAEDAgUSE8EE/9oADAMBAAIRAxEAPwDD7h1m8tNEt5k4rugQKZLWN8AjsdVeJJL9Gmj8n9jiBAMnrFKUbcpq4cdbgniUtfnjmy2MQOr/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"O41cbJZqP","title":"Lenovo ThinkPad C13 Yoga Chromebook review: a Chromebook for grown-ups","shortId":"O41cbJZqP","createdAt":"2021-05-12T12:37:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013717,"tagsStr":"google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:30:00.000Z","url":"https://www.theverge.com/22424783/lenovo-thinkpad-c13-yoga-review-price-specs-features-amd","canonicalUrl":"https://www.theverge.com/22424783/lenovo-thinkpad-c13-yoga-review-price-specs-features-amd","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a55db079e993dbe41af9fedd8237cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFESEGEjFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABESH/2gAMAwEAAhEDEQA/AL+T8Zr6++StgvktLCWRvY1sRJboaz2GdjPn1a82hpJLpnEn04CIhewes//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OQETsJB0K","title":"Snap suspends two anonymous messaging apps after cyberbullying lawsuit","shortId":"OQETsJB0K","createdAt":"2021-05-12T12:37:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013717,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:30:14.000Z","url":"https://www.theverge.com/2021/5/12/22431883/snap-inc-snapchat-anonymous-messaging-qa-lawsuit-teenager-death","canonicalUrl":"https://www.theverge.com/2021/5/12/22431883/snap-inc-snapchat-anonymous-messaging-qa-lawsuit-teenager-death","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd62da51e93eaf84a19b98ab9bc40830","ratio":1.90965092402464,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAAIDBxETBQYSIRQxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAHREBAAIABwAAAAAAAAAAAAAAAQACAxETIUFhsf/aAAwDAQACEQMRAD8AoFQdwS6HUOR0cLZsngw2c8tAyScSevdvis5PaIi9TUXnI8kcHYTtn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"rBPwAcI-J","title":"‘60 Songs That Explain the ’90s’: All You Ever Needed Was Whitney Houston’s Voice","shortId":"rBPwAcI-J","createdAt":"2021-05-12T12:32:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013712,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:28:09.000Z","url":"https://www.theringer.com/2021/5/12/22432030/whitney-houston-bodyguard-i-will-always-love-you","canonicalUrl":"https://www.theringer.com/2021/5/12/22432030/whitney-houston-bodyguard-i-will-always-love-you","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd4909ca2053000cb3a07fc01b5391ad","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFETEGEiFBcYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMEETFhsf/aAAwDAQACEQMRAD8AkwFzk7zr69w73qbmma2MrQ7VVY6Pamxrk+z+1ttnhJltIBLlsg8gjUM4lKhjrydDj5SlLlAmAvfZTVJO5//Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"rYBynznfE","title":"Breanna Stewart Finds New Perspective Atop the World","shortId":"rYBynznfE","createdAt":"2021-05-12T12:25:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:21:23.000Z","url":"https://www.theringer.com/2021/5/12/22430997/breanna-stewart-achilles-tear-wnba","canonicalUrl":"https://www.theringer.com/2021/5/12/22430997/breanna-stewart-achilles-tear-wnba","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2beaef2d8c6c1e861cb65716e0ad4be5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEEkEFIVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHxEAAQMDBQAAAAAAAAAAAAAAAQACAwQFERIiUaGx/9oADAMBAAIRAxEAPwDReH1HkbeneRCJOOui8DcYAYsbv3ZrrrJqP3GMRWeV8ktRqOd56JHgCdUTiXSZ5X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"G62BPSZq1","title":"My NBA Awards Picks and a Deep Dive on Every Race","shortId":"G62BPSZq1","createdAt":"2021-05-12T12:18:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013698,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:16:56.000Z","url":"https://www.theringer.com/nba/2021/5/12/22431989/nba-awards-ballot-mvp-nikola-jokic-joel-embiid","canonicalUrl":"https://www.theringer.com/nba/2021/5/12/22431989/nba-awards-ballot-mvp-nikola-jokic-joel-embiid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f7cbbf94f55983b6f2200118a1fb162","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQCAwEAAAAAAAAAAAABAwIABBIhBREiMVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADBSJB/9oADAMBAAIRAxEAPwCM5tqrNcMLdbGuMEljfI4SiDIH7v8ANVKW3I3LbdTC1kcoiXUZkAdj0N0pRZQK0I6JfiWO0//Z","siteTwitter":"","creatorTwitter":"","readTime":31,"description":null,"toc":null,"summary":null},{"id":"3uqY4uvWj","title":"Manchester United’s Bright Future and Flowers for Emma Hayes","shortId":"3uqY4uvWj","createdAt":"2021-05-12T12:11:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013691,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:07:50.000Z","url":"https://www.theringer.com/2021/5/12/22431728/manchester-uniteds-bright-future-and-flowers-for-emma-hayes","canonicalUrl":"https://www.theringer.com/2021/5/12/22431728/manchester-uniteds-bright-future-and-flowers-for-emma-hayes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a88e6ae7344f9144a33ef291f49b1130","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAwIABBEhEgUHIjFi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIDBBESEzH/2gAMAwEAAhEDEQA/AIfrT7m17cWV6qaQJyNk5YSAHcZaZLHuf1jOhupQXLojiHMAGh5UpVIU8ZebhC2vx6v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FrGX9kLm_4","title":"A Superhero Symposium and What We’re Playing, Reading, and Watching","shortId":"FrGX9kLm_4","createdAt":"2021-05-12T12:11:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013691,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:06:26.000Z","url":"https://www.theringer.com/2021/5/12/22431722/a-superhero-symposium-and-what-were-playing-reading-and-watching","canonicalUrl":"https://www.theringer.com/2021/5/12/22431722/a-superhero-symposium-and-what-were-playing-reading-and-watching","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/63ab896309a6c679bb02e4bde267bba4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIRAAMEBTEGI0FRUtH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhIhcf/aAAwDAQACEQMRAD8AyHS7vKOAxdbD28cEpbNsRMlp9+AI4qB+p9kXbujn4X8pSr7hiPYQq7n/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"52ampvH28","title":"Knicks Lose in OT to the Lakers, Plus Todd Zeile on the Mets and James Alberino Helps Handicap the NBA Playoffs","shortId":"52ampvH28","createdAt":"2021-05-12T12:11:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013691,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T12:10:51.000Z","url":"https://www.theringer.com/2021/5/12/22431984/knicks-lose-to-lakers-plus-todd-zeile-on-mets-james-alberino-helps-handicap-nba-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/12/22431984/knicks-lose-to-lakers-plus-todd-zeile-on-mets-james-alberino-helps-handicap-nba-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbf0552426a9cff45213c13e1c6f5e8f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAyEEBhIRJDE0UVPh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEUH/2gAMAwEAAhEDEQA/AM9mbPDhtjGQe8GJGAODWh17iAbPixSrt0ozaOZHT1fURPRayu+HspFRgn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"K48dVWui3","title":"DeepMind Wants to Use AI to Transform Soccer","shortId":"K48dVWui3","createdAt":"2021-05-12T12:05:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013685,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T08:00:00.000Z","url":"https://www.wired.co.uk/article/deepmind-football-liverpool-ai","canonicalUrl":"https://www.wired.co.uk/article/deepmind-football-liverpool-ai","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/afad56c867578d2f0788d2ba4ed6f272","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACEQMEBgUTEiExMkFh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRMbH/2gAMAwEAAhEDEQA/AMEcV09lMOph0kv74eBEDoR78qDWwa33nxdOA4jy2x9RFPHKtXhjDYzHR8E//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8_QYwZMha","title":"The Case for Letting People Work From Home Forever","shortId":"8_QYwZMha","createdAt":"2021-05-12T11:05:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013625,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T07:00:00.000Z","url":"https://www.wired.com/story/the-case-for-letting-people-work-from-home-forever/","canonicalUrl":"https://www.wired.com/story/the-case-for-letting-people-work-from-home-forever/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6665930b7c2a66b74338590b445d2af6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAgMAAQURITETIpH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAIDAAAAAAAAAAAAAAAAAAACAzFB/9oADAMBAAIRAxEAPwDJMplXJxjWLEPbxJ0Vb7DuSOaROMiIrKyu7vjm/kRKQ2wfD//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1HJAe5rv0","title":"Creators Who Joined Twitch in the Pandemic Plan to Stay","shortId":"1HJAe5rv0","createdAt":"2021-05-12T11:05:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27013625,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T07:00:00.000Z","url":"https://www.wired.com/story/creators-comedians-twitch-pandemic-plan-to-stay/","canonicalUrl":"https://www.wired.com/story/creators-comedians-twitch-pandemic-plan-to-stay/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3a71d2d63bd4e10e16e3fd32f01b3c3","ratio":1.91079812206573,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAACAQIGAwEAAAAAAAAAAAABAgMABAUGBxESIRQxQeP/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAQADAQEAAAAAAAAAAAAAAAEAAiEDEf/aAAwDAQACEQMRAD8Ap55zrd4Nq5Bh0cEb2drZq5XkVZ+SF2BPYHweutqgS6/LHK6DLG/Ekb+f+dKVa9LVXxhNNn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"rDGMmyhzT","title":"Purevirtual AG","shortId":"rDGMmyhzT","createdAt":"2021-05-12T10:33:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27013593,"tagsStr":"business,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/119226383/Purevirtual-AG","canonicalUrl":"https://www.behance.net/gallery/119226383/Purevirtual-AG","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58dcaaec70f320b7b6207724c361b9a1","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQGETEFEiEiUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIREv/aAAwDAQACEQMRAD8Am2eL5LZBY9PG0tGJeLBJjDGSDtiS9fm451zxWbbguROYbRINHMlG3RvzSlGItUB//9k=","siteTwitter":"@behance","creatorTwitter":"@_antonio_st","readTime":0,"description":null,"toc":null,"summary":null},{"id":"mZmF386X8","title":"Mamba In: The Summer Kobe Arrived","shortId":"mZmF386X8","createdAt":"2021-05-12T10:30:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013590,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:30:00.000Z","url":"https://www.theringer.com/nba/2021/5/12/22430242/kobe-bryant-hall-of-fame-summer-league","canonicalUrl":"https://www.theringer.com/nba/2021/5/12/22430242/kobe-bryant-hall-of-fame-summer-league","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c87d8b759dbaeec324d779673a4a050","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIRFxBhMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAfEQABAwQDAQAAAAAAAAAAAAABAgMRAAQFIRQicbH/2gAMAwEAAhEDEQA/ALvkWTlx2YKwqpeWDlXP1ON67rWWo91tDIdF0DEdilKl2XZQnGWroHYzJ80PlJbdxXJdROhX/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"E9EYPPA6R","title":"The Biggest Story Lines Heading Into the 2021 WNBA Season","shortId":"E9EYPPA6R","createdAt":"2021-05-12T10:23:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013583,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:20:00.000Z","url":"https://www.theringer.com/2021/5/12/22431365/wnba-season-storylines-candace-parker-aces-sky-liberty","canonicalUrl":"https://www.theringer.com/2021/5/12/22431365/wnba-season-storylines-candace-parker-aces-sky-liberty","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e0f512beeb0618b898688a81d4aa0ed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEAEiEGEzFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHREAAQIHAAAAAAAAAAAAAAAAAgABAwQREiEiUf/aAAwDAQACEQMRAD8A1fqFiHHjh56Ih4tOI7YKiANrHI5urPz1k5mHFdZQ4WANkhVA+LxjHCATN7mqpU1q2Or/2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"ESAQCQCgM","title":"How MLB’s Biggest Offseason Moves Are Looking So Far in 2021","shortId":"ESAQCQCgM","createdAt":"2021-05-12T10:16:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013576,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:10:00.000Z","url":"https://www.theringer.com/mlb/2021/5/12/22431222/mlb-offseason-moves-padres-dodgers-mets-nolan-arenado","canonicalUrl":"https://www.theringer.com/mlb/2021/5/12/22431222/mlb-offseason-moves-padres-dodgers-mets-nolan-arenado","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a7369b4f43c301370860d8d12b9cff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIxAAAAQFBAMAAAAAAAAAAAAAAQIDBAAFBhESExQhMRZBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQhETGh/9oADAMBAAIRAxEAPwCVXNZKk3lLxGU4FdOTtSp7k46YlVAM7+x64+RrzhTjc5kfGkTaY4X3aoXtxfuEIq66xakIY75hj1oy7A6Hon//2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"imgvhqsg1","title":"NVIDIA 460.80 – Linux-Treiber mit Unterstützung für neue GPUs","shortId":"imgvhqsg1","createdAt":"2021-05-12T10:10:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27013570,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:46:45.000Z","url":"https://www.bitblokes.de/nvidia-460-80-linux-treiber-mit-unterstutzung-fur-neue-gpus/","canonicalUrl":"https://www.bitblokes.de/nvidia-460-80-linux-treiber-mit-unterstutzung-fur-neue-gpus/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DaEZRysKO","title":"The NFL Wants a Return to Normal. Players See an Opportunity for Change.","shortId":"DaEZRysKO","createdAt":"2021-05-12T10:09:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013569,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:00:00.000Z","url":"https://www.theringer.com/nfl/2021/5/12/22431523/nfl-offseason-workout-regimen-changes","canonicalUrl":"https://www.theringer.com/nfl/2021/5/12/22431523/nfl-offseason-workout-regimen-changes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce4ca964818d2a5a53281e940ab597d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQGImEFERMVIWKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQABAwQDAAAAAAAAAAAAAAACAAERAwQSsSExcf/aAAwDAQACEQMRAD8AnCLbcjLn3GzMhr9Sw2GOYhp0OIafUcj92WVgyeuIIx2SgdI8luyIot1RDERjho0lB0z+7hf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"bEDuVlxGi","title":"VW will start testing its Argo AI-powered self-driving vans in Germany this summer","shortId":"bEDuVlxGi","createdAt":"2021-05-12T10:09:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013569,"tagsStr":"testing,cicd","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T10:00:00.000Z","url":"https://www.theverge.com/2021/5/12/22430813/vw-argo-autonomous-delivery-ride-pooling-germany","canonicalUrl":"https://www.theverge.com/2021/5/12/22430813/vw-argo-autonomous-delivery-ride-pooling-germany","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58908f90da1fe2332fd7afeae57c219e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAEQcxIUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEQQh/9oADAMBAAIRAxEAPwCIquS51JdS1NwmHC62XFkOLQVaG/Ojo9/M1+vsq6ZAjSZFHEL7zSXHClRSCogE6HobPWMYtxJc7JOFFShQozyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"uZM_XrKX5","title":"Amazon’s $300 million tax bill rejected by EU judges","shortId":"uZM_XrKX5","createdAt":"2021-05-12T09:53:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013553,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:40:47.000Z","url":"https://www.theverge.com/2021/5/12/22431855/eu-amazon-back-tax-ruling-annulled","canonicalUrl":"https://www.theverge.com/2021/5/12/22431855/eu-amazon-back-tax-ruling-annulled","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c72932690044c7ead3eeb2c59d1153af","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQASBCExcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AxDjTosDoYgzSVq5Y3HTG6++d5EepjU6+gYxgspaf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"V0nGw0tbES","title":"Is This the End of the Golden Globes?","shortId":"V0nGw0tbES","createdAt":"2021-05-12T09:52:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013552,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:50:00.000Z","url":"https://www.theringer.com/movies/2021/5/12/22431220/golden-globes-canceled-2022-nbc-hfpa-controversy","canonicalUrl":"https://www.theringer.com/movies/2021/5/12/22431220/golden-globes-canceled-2022-nbc-hfpa-controversy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0427f2ace0bc65d8d2927e9cde8c2c2e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQRMQUSIkGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB4RAAICAQUBAAAAAAAAAAAAAAECAxEABAUhQXHB/9oADAMBAAIRAxEAPwDH9PxK2wb2KoTSvcCVG/IaOj65kZrCWJ4+CIg1kFvfgx3YYI9US06hjV8jss15/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"qRiYadCof","title":"Linux App Summit 2021 vom 13. – 15. Mai","shortId":"qRiYadCof","createdAt":"2021-05-12T05:49:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27013309,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T05:26:00.000Z","url":"https://linuxnews.de/2021/05/linux-app-summit-2021-vom-13-15-mai/","canonicalUrl":"https://linuxnews.de/2021/05/linux-app-summit-2021-vom-13-15-mai/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/041e85025c14e89bffee5fe42973a1fb","ratio":2.57299270072993,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAxIRE4H/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAICAwAAAAAAAAAAAAAAAAABAgMFEjH/2gAMAwEAAhEDEQA/AN/Rca1Wvrqbkk6ZAWHsowIiTjIt7RQcp4f/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WfucVIPdG","title":"Amazon’s $300 million tax bill rejected by EU judges","shortId":"WfucVIPdG","createdAt":"2021-05-12T09:48:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013548,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:40:47.000Z","url":"https://www.theverge.com/2021/5/12/22431855/eu-amazon-back-tax-antitrust-ruling-annulled","canonicalUrl":"https://www.theverge.com/2021/5/12/22431855/eu-amazon-back-tax-antitrust-ruling-annulled","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c72932690044c7ead3eeb2c59d1153af","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQASBCExcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AxDjTosDoYgzSVq5Y3HTG6++d5EepjU6+gYxgspaf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"emh43Q76A","title":"CSS Pie Timer Re-Revisited","shortId":"emh43Q76A","createdAt":"2021-05-11T22:05:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":139,"score":27013542,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:00:29.000Z","url":"https://css-tricks.com/css-pie-timer-re-revisited/","canonicalUrl":"https://css-tricks.com/css-pie-timer-re-revisited/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e60ad6f051523f421e0b2471bc1aed0","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAAUBCQAAAAAAAAAAAAAAAAECAwQRBRIWMUFVkZTi/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAIBBQEAAAAAAAAAAAAAAAECAwAEBREhE//aAAwDAQACEQMRAD8AyidYj8lbDT01BpbK6mkdKacGVctRRgRW5F1/QADslcSQFfM63SFvCjyyKw4Dyv/Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0YtHlAGYQ","title":"Publii: Ansprechende Website ganz einfach selber bauen","shortId":"0YtHlAGYQ","createdAt":"2021-05-12T09:20:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27013520,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T09:14:16.000Z","url":"https://www.tutonaut.de/publii-ansprechende-website-ganz-einfach-selber-bauen/","canonicalUrl":"https://www.tutonaut.de/publii-ansprechende-website-ganz-einfach-selber-bauen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34692ac794c885583c80826c04effda0","ratio":1.89884393063584,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQADEQIFBiEEEhMxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAgMS/9oADAMBAAIRAxEAPwCi55Fc229cg+Ok0kNjQFQMg6M/RMFYlWY3bsZcbJn30CIoNd9CH0XBJc//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://www.twitter.com/rheinwort/","readTime":6,"description":null,"toc":null,"summary":null},{"id":"i2Ra1K1O5","title":"AI that mimics human typos on a smartphone could improve keyboards","shortId":"i2Ra1K1O5","createdAt":"2021-05-12T08:51:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27013491,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277214-ai-that-mimics-human-typos-on-a-smartphone-could-improve-keyboards/","canonicalUrl":"https://www.newscientist.com/article/2277214-ai-that-mimics-human-typos-on-a-smartphone-could-improve-keyboards/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/740eea3c4717dccfc869d7c45afe2bef","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgAEBgMAAAAAAAAAAAAAAQIAAwQhBQYHEiIxFlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8Asw/UbAsz6VtT5jdJRpEWbLn1NM8/kjBbhe2JJ9AhrnuML8ikNyCVJBvxdQPg22hCDb0viVPEf//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"nMgL4omXq0","title":"Rubber slabs washed up in Brazil traced to Second World War shipwreck","shortId":"nMgL4omXq0","createdAt":"2021-05-12T08:51:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27013491,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277266-rubber-slabs-washed-up-in-brazil-traced-to-second-world-war-shipwreck/","canonicalUrl":"https://www.newscientist.com/article/2277266-rubber-slabs-washed-up-in-brazil-traced-to-second-world-war-shipwreck/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb6eda32f1ffcc588bddeb51b7ca2f80","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQACAwQFESETcaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBA1ET/9oADAMBAAIRAxEAPwDV3LmWhv1GUqsM+OcQbEssgBb6brpV1udna0APjAA1rwt58REXs+iopTD/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PsoTUWqPpZ","title":"Jeremy Gibbons: The Genuine Sieve of Eratosthenes","shortId":"PsoTUWqPpZ","createdAt":"2021-05-12T01:51:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"phaskell","views":1,"score":27013481,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:55:17.000Z","url":"https://patternsinfp.wordpress.com/2021/05/10/the-genuine-sieve-of-eratosthenes/","canonicalUrl":"https://patternsinfp.wordpress.com/2021/05/10/the-genuine-sieve-of-eratosthenes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c927143d1c8d96b86273c01a92e3d5d4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAQUH/8QAIxAAAwABAgUFAAAAAAAAAAAAAQIDBAAFBhETIUESJTGBof/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAExESH/2gAMAwEAAhEDEQA/AMp23a2z+HKn27HR6pT0WyB1nYLy+hyJ+SPzRThfGejtG2HKRJKI1SSo8Anzy0YkZPwLd2mjOdzQFioJI6L9tQLymt6Ks0ChiAAo7d9SrkHa2n//2Q==","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"pT3EvrGpo","title":"How to Use Selenium and Python to Scrape Websites More Effectively","shortId":"pT3EvrGpo","createdAt":"2021-05-11T22:59:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":98,"score":27013459,"tagsStr":"python,crawling,selenium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:53:43.000Z","url":"https://www.freecodecamp.org/news/improve-web-scraping-with-selenium/","canonicalUrl":"https://www.freecodecamp.org/news/improve-web-scraping-with-selenium/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/02ed392ebeb6571b02cffd512309f14a","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFEQYhBxIUMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABoRAAICAwAAAAAAAAAAAAAAAAACAQMEIjH/2gAMAwEAAhEDEQA/AJjWi5Zi8Vy+CSG2nxj/AB7zHGNmWeUPuNgxJHqQ4BB+gK0L+OOESOz3i3j3LHcrCZ12/wCnS9DvfQ6pSlNulGUkV2Sqn//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@_otavioss","readTime":6,"description":null,"toc":null,"summary":null},{"id":"KlBTfPQfk","title":"US backtracks on Xiaomi blacklisting","shortId":"KlBTfPQfk","createdAt":"2021-05-12T08:11:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013451,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T08:07:42.000Z","url":"https://www.theverge.com/2021/5/12/22431838/xiaomi-us-blacklist-remove-trump-lawsuit","canonicalUrl":"https://www.theverge.com/2021/5/12/22431838/xiaomi-us-blacklist-remove-trump-lawsuit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67d343dcf87b6ac4a7f18dcb730af3f2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIFAAMEEQYhEiNR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABwRAAEDBQAAAAAAAAAAAAAAAAMAAjEBERJBsf/aAAwDAQACEQMRAD8Agcy5LOYs5ixySV0i9a82vdh10G0FIPQ7O/tY5+Uzlt2QS2dpToe80pRjEy0JikdlOqcX/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bwsddsVNG","title":"Creating Virtual Reality Experiences with React 360","shortId":"bwsddsVNG","createdAt":"2021-05-11T22:03:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":128,"score":27013433,"tagsStr":"general-programming,react,react-native,vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:03:21.000Z","url":"https://blog.bitsrc.io/creating-virtual-reality-experiences-with-react-360-9f354623731e","canonicalUrl":"https://blog.bitsrc.io/creating-virtual-reality-experiences-with-react-360-9f354623731e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4463c4867b38db2954d98e7367e5278a","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQMFAQEBAAAAAAAAAAAAAQIDEQAEBQYhEiJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQEAAgMBAAAAAAAAAAAAAAABABECA2ES/9oADAMBAAIRAxEAPwDb9oS7Y4HL3dgn5YYcKy6+uQAO+QI6QYBkRVa05mXtcxTpyPortGlErSFKMoB6Y6f2lKNbeAvZFX3XJ//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"j99Z__59S","title":"Join GitHub on June 5 to celebrate the Class of 2021","shortId":"j99Z__59S","createdAt":"2021-05-11T22:10:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"ghblog","views":76,"score":27013419,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:08:56.000Z","url":"https://github.blog/2021-05-11-join-github-june-5-celebrate-class-of-2021/","canonicalUrl":"https://github.blog/2021-05-11-join-github-june-5-celebrate-class-of-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6d3b61c062fa16de729446adf91feb7","ratio":1.90332805071315,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQREhMhYQVBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQSMf/aAAwDAQACEQMRAD8A3y88zPdTXVgRtIxlh3YXKyKAp5U+j3VhJp1RVSQaQMDUNRx2c8/aUqTLtasDUxalDdn/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xSXPRx5yG","title":"How can radiologists benefit from AI in 2021?","shortId":"xSXPRx5yG","createdAt":"2021-05-12T07:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27013386,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132355&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132355","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a78c90ac73b746508aa0d1caf8d76b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAJhAAAgECBQIHAAAAAAAAAAAAAQMCBBEABQYSEzFBBxQhIzJCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAIQMUIv/aAAwDAQACEQMRAD8AqvFbTZzLVtDT5w6o4RRymjy7Zxioi+6UYj0J+N7g9sO5dT06cvplXWdioxuZC5sBgvVFQ5zdTNa5k2oW+KpykTJY3QFonsLE9P3GVqqHcUPeZ0H2OJa4DG6i+XlQBP/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0aGX5QBht","title":"Is Rory McIlroy About to Hit a Hot Streak?","shortId":"0aGX5QBht","createdAt":"2021-05-11T22:57:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012897,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:42:24.000Z","url":"https://www.theringer.com/2021/5/11/22431354/is-rory-mcilroy-about-to-hit-a-hot-streak","canonicalUrl":"https://www.theringer.com/2021/5/11/22431354/is-rory-mcilroy-about-to-hit-a-hot-streak","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3cab6a86ec7b2dd3b8727220e8026abe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBAUAESEGEyJykf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEBAAEFAAAAAAAAAAAAAAAAAgABAxExUf/aAAwDAQACEQMRAD8AlhUNfF6chxq9gxZUbyVLbcUHHQ5yUnRHG9fMwJFa+l9wGwlEhRG+6sb59sYyA7i7HQpnU//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FkJRMWYAc","title":"The NBA’s Next Generation With Wosny Lambre, Vaccine Hesitancy With Derek Thompson, and Sharon Stone’s First Appearance","shortId":"FkJRMWYAc","createdAt":"2021-05-12T07:01:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27013381,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T06:47:56.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/12/22431615/the-nbas-next-generation-with-wosny-lambre-vaccine-hesitancy-with-derek-thompson-and-sharon-stone","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/12/22431615/the-nbas-next-generation-with-wosny-lambre-vaccine-hesitancy-with-derek-thompson-and-sharon-stone","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a424b101c9dd4fa5f9c52342291bfda6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgIBAgcBAAAAAAAAAAAAAQIDBQAEIRESExQiMXGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABoRAAICAwAAAAAAAAAAAAAAAAECABEhQfD/2gAMAwEAAhEDEQA/AMLdQ6iuWvpYtSpazZpu4EfKYump2AB34/fzJoqwyRo7ahizAE+A94xhUCz2zEzGhmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Qun7gUABW","title":"WordPress integriert Creative Commons-Bildersuche","shortId":"Qun7gUABW","createdAt":"2021-05-12T06:49:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27013369,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T06:39:00.000Z","url":"https://linuxnews.de/2021/05/wordpress-integriert-creative-commons-bildersuche/","canonicalUrl":"https://linuxnews.de/2021/05/wordpress-integriert-creative-commons-bildersuche/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2691aae51480073229996c340108303e","ratio":1.90026954177898,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACBAMRIQUSMUFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAIf/aAAwDAQACEQMRAD8Ax6u0TYFGPGAh12Da6TTuXvzyc2+KgZYAEkkd+oioJJPTBGmuO//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CFSSx8zFF","title":"Orange: New PWA converts 52% better on mobile","shortId":"CFSSx8zFF","createdAt":"2021-05-11T17:28:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"web","views":245,"score":27013364,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-11T20:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://web.dev/orange/","canonicalUrl":"https://web.dev/orange/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d868187970e30234ee63703254e6bb1","ratio":1.5625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAgEEAQUBAAAAAAAAAAAAAgMBAAQFERMIEhUhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AK+kdfkMLmywxMxq1PQL1wzv5y4TiS3MbH61OorRtrZ3i7VIOyTWNEIgz4w+p17n8pSgkDmpprq7/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Y320h9233","title":"Thor and other Viking heroes","shortId":"Y320h9233","createdAt":"2021-05-12T06:42:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27013362,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/119124131/Thor-and-other-Viking-heroes","canonicalUrl":"https://www.behance.net/gallery/119124131/Thor-and-other-Viking-heroes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44ae17ab39f8cd7f5f03fb6ceb55f4c4","ratio":0.666666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAmEAABAwIFAwUAAAAAAAAAAAABAgMEESEABRITMQYUIiNBQnHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AGoeZxc5akR0uBs6yCW9SFWNfEnm2Bl9OdVBatjMnw1XwG+FUT7XPP3gbL8vmR1Ldgek8hfmpTmpKgTyQb25oD+YuI8uV27W6BuaRqotXNL/ACxKdbt0GNWyheAT/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"M23RCYA8x","title":"Monitoring Spark Streaming on K8s with Prometheus and Grafana","shortId":"M23RCYA8x","createdAt":"2021-05-11T22:14:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":64,"score":27013350,"tagsStr":"aws,azure,infrastructure,kubernetes,apache,apache-spark,prometheus,grafana","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:07:11.000Z","url":"https://itnext.io/monitoring-spark-streaming-on-k8s-with-prometheus-and-grafana-e6d8720c4a02","canonicalUrl":"https://itnext.io/monitoring-spark-streaming-on-k8s-with-prometheus-and-grafana-e6d8720c4a02","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28086af88d625497fad4d22fa01fa522","ratio":1.69252468265162,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAxESBDJhcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AwWaI5ddODYsWRvfV8KFyC9peoivYTj//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RsYeB9YEe","title":"Why You Should Start Using Chakra UI","shortId":"RsYeB9YEe","createdAt":"2021-05-11T15:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","tweeted":true,"views":454,"score":27013342,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-11T21:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:22:27.000Z","url":"https://www.freecodecamp.org/news/why-should-you-start-using-chakraui/","canonicalUrl":"https://www.freecodecamp.org/news/why-should-you-start-using-chakraui/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/499cfc5020cec24c3189d1757096aab3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAdEAABBAMBAQAAAAAAAAAAAAABAgMEEQASIUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDEQQhQcH/2gAMAwEAAhEDEQA/AKkyRIjy4sZp4JQ+UnYIGybI5fzuSH52r7iUsNUFECxfuMYoxYmOaLHPSprIa0v/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@BrodasGeo","readTime":7,"description":null,"toc":null,"summary":null},{"id":"9Rc5CvRR0","title":"Cerne Abbas Giant may have been carved into hill over 1000 years ago","shortId":"9Rc5CvRR0","createdAt":"2021-05-12T05:09:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27013269,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.newscientist.com/article/2277255-cerne-abbas-giant-may-have-been-carved-into-hill-over-1000-years-ago/","canonicalUrl":"https://www.newscientist.com/article/2277255-cerne-abbas-giant-may-have-been-carved-into-hill-over-1000-years-ago/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9d3d76bf4763bdb99b3e15790813274","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAUREgYhFFFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDBBEx/9oADAMBAAIRAxEAPwCbcb551ojj3dXC6g5Pro1mD8ihRisj5cHDER9Z+UpUvFgpbTG18P/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"y64j__ROmN","title":"Introducing argocd-vault-plugin v1.0!","shortId":"y64j__ROmN","createdAt":"2021-05-11T22:14:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":25,"score":27013252,"tagsStr":"aws,hashicorp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:30:54.000Z","url":"https://itnext.io/introducing-argocd-vault-plugin-v1-0-708433294b2d","canonicalUrl":"https://itnext.io/introducing-argocd-vault-plugin-v1-0-708433294b2d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0988901d668d65cf0aeca392d36d6502","ratio":1.55440414507772,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBQIEBhEiQWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AM5ZPlUpklvFsyjwcojrcW7IAA2jk96CkeKCiIDOSqut/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@jakewernette","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8Y5fn-eO0","title":"Amazon is suing to stop SMS raffle scams","shortId":"8Y5fn-eO0","createdAt":"2021-05-12T04:24:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013224,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T04:20:25.000Z","url":"https://www.theverge.com/2021/5/12/22431451/amazon-raffle-scam-lawsuit-text-messages","canonicalUrl":"https://www.theverge.com/2021/5/12/22431451/amazon-raffle-scam-lawsuit-text-messages","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53d2de7bb79ad689ee1e09222c957aba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBRJBBgciUYL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAESH/2gAMAwEAAhEDEQA/AMe51bUEqdtu57mebcAYmfeODjmpK7h9RJVBcNUvowhERADQAAPmlKJF0ve+51xIAG//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dBO07hN0X","title":"Why and How of Kubernetes Ingress (and Networking)","shortId":"dBO07hN0X","createdAt":"2021-05-11T22:14:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":16,"score":27013223,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:05:26.000Z","url":"https://itnext.io/why-and-how-of-kubernetes-ingress-and-networking-6cb308ca03d2","canonicalUrl":"https://getenroute.io/blog/ingress-controller-kubernetes-api-gateway-secure-service-jwt-oauth-oidc-network-namespace/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b54393531c63b96a20cdfb1074826869","ratio":0.85166784953868,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIFAwQRACExBhITFSJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDAZWh056aIaHWRMk1NvYC6VPEG27fEV3I5zn81P3BqC4qjtQfR2AGBvpWV6wmZeJioyRuVrWcWjU7RDTUGmrYzlgAW4HJOgWqFmJIG5zqg/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@SaarasInc","readTime":9,"description":null,"toc":null,"summary":null},{"id":"44zdSxJo1","title":"It seems the patent office wanted number 11 million to be special, not soy","shortId":"44zdSxJo1","createdAt":"2021-05-12T04:19:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013219,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T03:59:00.000Z","url":"https://www.theverge.com/2021/5/11/22431486/patent-office-11-million-utility-soy-heart-valve","canonicalUrl":"https://www.theverge.com/2021/5/11/22431486/patent-office-11-million-utility-soy-heart-valve","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d10d7aa52f0585634a03ea81b1b4fc85","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAwURBBITITFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQACAwAAAAAAAAAAAAAAAAABAwACIf/aAAwDAQACEQMRAD8AxXSXF+JaC01AV8A/PXiR3uu12BoBiDjJc9xEMWqpJyMMZYAbP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"h5kQITOAg","title":"AWS CDK for EKS — Kubernetes Manifest Handling","shortId":"h5kQITOAg","createdAt":"2021-05-11T22:14:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":12,"score":27013216,"tagsStr":"aws,kubernetes,java","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T15:24:47.000Z","url":"https://itnext.io/aws-cdk-for-eks-kubernetes-manifest-handling-ebdec52e7f01","canonicalUrl":"https://itnext.io/aws-cdk-for-eks-kubernetes-manifest-handling-ebdec52e7f01","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9078a7a7a1a7208e5c0d9c260ead2a9","ratio":4.15983606557377,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAQQDAAAAAAAAAAAAAAAAAAECAxIhYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECIf/aAAwDAQACEQMRAD8AzzO5auyT2XXABZChYf/Z","siteTwitter":"@itnext_io","creatorTwitter":"@jimmyraywv","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JxppTQg0D","title":"How to Write a Résumé – Practical Guide with Example Résumé","shortId":"JxppTQg0D","createdAt":"2021-05-11T19:52:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":64,"score":27013208,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:40:31.000Z","url":"https://www.freecodecamp.org/news/how-to-write-a-resume-with-example/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-write-a-resume-with-example/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f7b19ada209d995802f519f92ff59a3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAACAAEDBQQRBhIhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASIf/aAAwDAQACEQMRAD8AnMF+FcVlHLXwZQ48nYe76+a9Km8esGyaCsnGAI2lxYjYBfwOwZ9MiJkOxv/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@larymak1","readTime":8,"description":null,"toc":null,"summary":null},{"id":"JWZ7lA0yD","title":"A Guide To CSS Container Queries","shortId":"JWZ7lA0yD","createdAt":"2021-05-11T13:48:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":314,"score":27013194,"tagsStr":"webdev,css,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-11T15:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/complete-guide-css-container-queries/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/complete-guide-css-container-queries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1cce5e3d96c0af28a897feef3a059066","ratio":1.34443168771527,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRABAAIBBQEAAAAAAAAAAAAAAQACAxITIXGi0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSdcfFaGBEVAsGlepZUylQ2/R8iIH/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"dWDIrMVrR","title":"Should I use Hotwire with Craft?","shortId":"dWDIrMVrR","createdAt":"2021-05-11T22:55:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012895,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.viget.com/articles/should-i-use-hotwire-with-craft/?ref=webdesignernews.com","canonicalUrl":"https://www.viget.com/articles/should-i-use-hotwire-with-craft/?ref=webdesignernews.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5eef9d2b9b5bac024376b431058a9f02","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAhEAAQQDMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAQEBAQEAAAAAAAAAAAAAAAERAAIh/9oADAMBAAIRAxEAPwDHMePIGAduoy6jTfICobbVU/L9/JJiIky0w/NCLfd//9k=","siteTwitter":"@viget","creatorTwitter":"@PoettersBetter","readTime":5,"description":null,"toc":null,"summary":null},{"id":"q_T8eRxXc","title":"Bungie accidentally turns on Destiny 2 crossplay months early","shortId":"q_T8eRxXc","createdAt":"2021-05-12T03:04:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013144,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T03:03:31.000Z","url":"https://www.theverge.com/2021/5/11/22431683/destiny-2-crossplay-released-accidentally-stadia-pc","canonicalUrl":"https://www.theverge.com/2021/5/11/22431683/destiny-2-crossplay-released-accidentally-stadia-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5540aeeddd7e309d366a7dca268d8f7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwUxIQcREhRB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABYRAQEBAAAAAAAAAAAAAAAAAAARIf/aAAwDAQACEQMRAD8Ah+mebn2JsiBjr/rWnQhiUV+SpPlofRUjNzWVSZfV5auwuMC5Tlj33ulKZcGj/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"az7t5C20-","title":"Bosshe Hair","shortId":"az7t5C20-","createdAt":"2021-05-12T02:36:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27013116,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.behance.net/gallery/119250835/Bosshe-Hair","canonicalUrl":"https://www.behance.net/gallery/119250835/Bosshe-Hair","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d455e1e2db6345d151902ba633f647f3","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQMEAwAAAAAAAAAAAAAAAwABAgQREiEiMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0CWFU5biqBQHrjIOT+7yZUP2iIP/2Q==","siteTwitter":"@behance","creatorTwitter":"@anagramastudio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"muAqcWb2l","title":"Introducing argocd-vault-plugin v1.0!","shortId":"muAqcWb2l","createdAt":"2021-05-11T20:11:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":20,"score":27013113,"tagsStr":"aws","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:47:35.000Z","url":"https://werne2j.medium.com/introducing-argocd-vault-plugin-v1-0-708433294b2d","canonicalUrl":"https://werne2j.medium.com/introducing-argocd-vault-plugin-v1-0-708433294b2d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0988901d668d65cf0aeca392d36d6502","ratio":1.55440414507772,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBQIEBhEiQWGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AM5ZPlUpklvFsyjwcojrcW7IAA2jk96CkeKCiIDOSqut/9k=","siteTwitter":"@Medium","creatorTwitter":"@jakewernette","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5JCvixI8G","title":"How to Design Good Typography - Free Treehouse Course","shortId":"5JCvixI8G","createdAt":"2021-05-11T12:58:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":272,"score":27013071,"tagsStr":"career,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-11T17:00:00.000Z","discussionScore":2,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:56:14.000Z","url":"https://www.freecodecamp.org/news/how-to-design-good-typography/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-design-good-typography/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f51d5aef251a182dd10d5c220472693","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMREiEiMVFxwf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A03fjS2karUt1tHtTp4+uP2rpFtBQGVXbG7FRknz1SlCv/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hIYPNMQRlU","title":"JavaScript Hash Table – Associative Array Hashing in JS","shortId":"hIYPNMQRlU","createdAt":"2021-05-11T15:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":136,"score":27013067,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:24:00.000Z","url":"https://www.freecodecamp.org/news/javascript-hash-table-associative-array-hashing-in-js/","canonicalUrl":"https://www.freecodecamp.org/news/javascript-hash-table-associative-array-hashing-in-js/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b2c58a3f5fe7038aaecd44c7b646002","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBQAEEQcTISJRYoH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EAB0RAQACAQUBAAAAAAAAAAAAAAECBAAFESFBUWH/2gAMAwEAAhEDEQA/AIGrc1O2eosu3Hy71swy4nbbQkYT0B+8knnzWpYtKTGWhUkE7KMnHqKUqU1iMY1q6AcefDErqznu95//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@nsebhastian","readTime":10,"description":null,"toc":null,"summary":null},{"id":"8sOKN41v-","title":"Epic v. Apple keeps coming back to the gap between ignorance and inconvenience","shortId":"8sOKN41v-","createdAt":"2021-05-12T01:29:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013049,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T01:20:57.000Z","url":"https://www.theverge.com/2021/5/11/22431356/epic-v-apple-anti-steering-ios-fortnite-subscriptions-web-day-7","canonicalUrl":"https://www.theverge.com/2021/5/11/22431356/epic-v-apple-anti-steering-ios-fortnite-subscriptions-web-day-7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0521632bbf1e0b152511d356ebc0d7f8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAgEEAgMAAAAAAAAAAAABAgMEAAYREyEFElFhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEBAAICAwAAAAAAAAAAAAAAAQIRAPADBCH/2gAMAwEAAhEDEQA/AJOrTgraX8AsCsslu6kcsm/ZDEe35sB8bfeQ1/UViG/Zih5VjSRlUc7dAEgDGMvgiSWzbcOysQrfDP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"jRDSMI5RW","title":"Distributed Persistent Rendering (DPR)","shortId":"jRDSMI5RW","createdAt":"2021-05-11T14:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"css_tricks","views":74,"score":27013043,"tagsStr":"netlify,jamstack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:33:10.000Z","url":"https://css-tricks.com/distributed-persistent-rendering-dpr/","canonicalUrl":"https://css-tricks.com/distributed-persistent-rendering-dpr/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d60318c631cc58d6bc62912310d9858e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAkEAACAQIDCQAAAAAAAAAAAAABAgMABAURFAcSEyEiMmFiov/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAwACBBEhBf/aAAwDAQACEQMRAD8Am9pgOknYs1nPxYhHlLbFt32HX3eaHZ8WJK4mqg8wNOTl90pRvr5TU2qVnW4hiIoxra2HAeT/2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MZgqUFzRG","title":"How to Get a Job by Building Relationships – Advice from a Senior Software Engineer","shortId":"MZgqUFzRG","createdAt":"2021-05-11T17:39:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":48,"score":27013039,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:29:13.000Z","url":"https://www.freecodecamp.org/news/how-to-get-a-job-by-building-relationships/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-get-a-job-by-building-relationships/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d513a7a4d8a26d03bf0a9cfe9d4d43b","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAgYCAwAAAAAAAAAAAAABAwQAAgUGESExQRMUsf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAHREAAgIBBQAAAAAAAAAAAAAAAgMAAQQREkFhwf/aAAwDAQACEQMRAD8Aolz1qsUVi2bo3EB4MuHCvpDISk5lAzvJ6+RC3V61R26WcSlkZVpyoNqDROeOoQhYqRbZbupLmOJADYc6+T//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@ki_dchae","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Lpycs2ZWU","title":"CryptoPunks NFTs sell at Christie’s for $16.9 million","shortId":"Lpycs2ZWU","createdAt":"2021-05-12T01:00:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27013020,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:56:08.000Z","url":"https://www.theverge.com/2021/5/11/22430254/cryptopunks-christies-sale-larva-labs","canonicalUrl":"https://www.theverge.com/2021/5/11/22430254/cryptopunks-christies-sale-larva-labs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/672d929d13fca749af303b9cd368dded","ratio":1.91074681238616,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxIEEQUTIRT/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAEEAwAAAAAAAAAAAAAAAAIAAQNxESLR/9oADAMBAAIRAxEAPwDLmxYXYPMZkzGyfL0lrNVtc1OyPVWfDpETonyR2pEzaBXF/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dYEhV-els","title":"How to Build Beautiful Page Transitions in Angular","shortId":"dYEhV-els","createdAt":"2021-05-11T17:52:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"freecodecamp","views":33,"score":27013013,"tagsStr":"general-programming,angular","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:50:09.000Z","url":"https://www.freecodecamp.org/news/beautiful-page-transitions-in-angular/","canonicalUrl":"https://www.freecodecamp.org/news/beautiful-page-transitions-in-angular/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b4102359b37266f7f21d33e0d3c90d6","ratio":1.90995907230559,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAgUDBQAAAAAAAAAAAAABAAQCAwURIQYSFBYiMUFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMCEUH/2gAMAwEAAhEDEQA/AIrnUNUdT4uW9nOMgnfEffyyi9V1KHtEw2GPJREreSbsA0z/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@arjavdave","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LpHwYMJH-","title":"Pending Data Protection and Security Laws At-A-Glance: APAC","shortId":"LpHwYMJH-","createdAt":"2021-05-12T00:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"cshub","views":0,"score":27012962,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/pending-data-protection-and-security-laws-at-a-glance-apac","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/pending-data-protection-and-security-laws-at-a-glance-apac","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0da87e109b47c5f728d5ffcc4fbd62e","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAAQEBwEAAAAAAAAAAAAAAAEDBAIFEiEGERMXQVSR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQACAQUAAAAAAAAAAAAAAAAAAQMEBRRCUv/aAAwDAQACEQMRAD8A3zvGk2cTJm8T0Ek2tdaBQGcK1RZXvwLtxX/TaeH9AAow4OQS7jUrdn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4qMnWBt21","title":"Biden Makes a Deal With Uber and Lyft in the Name of Vaccines","shortId":"4qMnWBt21","createdAt":"2021-05-12T00:00:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-12T19:56:00.000Z","url":"https://www.wired.com/story/biden-deal-uber-lyft-name-vaccines/","canonicalUrl":"https://www.wired.com/story/biden-deal-uber-lyft-name-vaccines/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea3603774d73ae8f8e5546cf97f083c4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADBRITMUFT/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AMQbk9k0rIk9xuoFAp2E1fuzZvLpulBFAmyvH1OMY6pWhJbw/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qRMy1T_XR","title":"The Conference Platform We Use For Our Online Events: Hopin","shortId":"qRMy1T_XR","createdAt":"2021-05-11T10:32:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"smashing","views":232,"score":27012936,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-11T11:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/smashingconf-conference-platform-hopin/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/smashingconf-conference-platform-hopin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d1ce3555b15a43088eeee19ac0bfdc22","ratio":1.49935483870968,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABBAEBCQAAAAAAAAAAAAABAAIDEQUEBgcSEyEiMUGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMABBEFEiFRsf/aAAwDAQACEQMRAD8AoxG2UeBxcAdppJNP3RmMPocQApwAqjd+z5Vzd7rmgBuGiAHQDnONfURSUsoZyWkXJz2aXVZXtnRIeBtXwV//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@msmandachelle","readTime":8,"description":null,"toc":null,"summary":null},{"id":"JAynuk6u3","title":"The T-Mobile / Sprint merger hasn’t created jobs — it’s ended them","shortId":"JAynuk6u3","createdAt":"2021-05-11T22:44:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:37:31.000Z","url":"https://www.theverge.com/2021/5/11/22429587/t-mobile-sprint-merge-jobs-promise-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/11/22429587/t-mobile-sprint-merge-jobs-promise-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bdc1b52dd23ed4b98afef27c5805a779","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACEQMSMQQhQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAMxMlGR/9oADAMBAAIRAxEAPwDF6WSyk0GC6zfqWyPMKbVLTVebBk8lEVzQVvoijjyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"xN1oNMAXy","title":"Ziruma Wood Cutting Boards","shortId":"xN1oNMAXy","createdAt":"2021-05-11T22:37:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27012877,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/117613091/Ziruma-Wood-Cutting-Boards","canonicalUrl":"https://www.behance.net/gallery/117613091/Ziruma-Wood-Cutting-Boards","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/479189ab316900cd9b028a5a40946b7b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAYH/8QAJRAAAQMDAQkBAAAAAAAAAAAAAQIEEQADEjEFExQhIiNBUVKR/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAyEx/9oADAMBAAIRAxEAPwDA9g2ra2qME5GYUYgJ9SdPFJVwsnqT+1VoaNggWw3s7tQBKcBBIHIxT0NW+Cexa0+BRTvvBpSxH//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"lWb-phN6x","title":"Regular-Season Awards Ballot","shortId":"lWb-phN6x","createdAt":"2021-05-11T22:26:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012866,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:15:26.000Z","url":"https://www.theringer.com/2021/5/11/22431294/regular-season-awards-ballot","canonicalUrl":"https://www.theringer.com/2021/5/11/22431294/regular-season-awards-ballot","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7efaa1368161170a7d6e4e723aaf6f74","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDIQAFBhESQVFSsf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AwPSzE23NRAgiDdcZZyOSV9R4u6yE87B2thfbgD5jGKP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ju0xqbhbz","title":"Mal’s Summer-Hype Mailbag","shortId":"Ju0xqbhbz","createdAt":"2021-05-11T22:19:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012859,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:09:59.000Z","url":"https://www.theringer.com/2021/5/11/22431307/mals-summer-hype-mailbag","canonicalUrl":"https://www.theringer.com/2021/5/11/22431307/mals-summer-hype-mailbag","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae59b61874476e2217f672c1543a1299","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQGEXEFEhMhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQADAAAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AM/ye28N+LGEqsEjKfaAldu6/eFHNXrPCulTWkEsgm73jVm0+hsilKeUDTP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"MMlkkn0es","title":"The Dodgers’ Tailspin, John Means’s No-No, and Ratcoon Gate","shortId":"MMlkkn0es","createdAt":"2021-05-11T22:12:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012852,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T22:07:07.000Z","url":"https://www.theringer.com/2021/5/11/22431312/the-dodgers-tailspin-john-meanss-no-no-and-ratcoon-gate","canonicalUrl":"https://www.theringer.com/2021/5/11/22431312/the-dodgers-tailspin-john-meanss-no-no-and-ratcoon-gate","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b716e78e38b07c4c1d6b81400e36b3d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQUBAAMAAAAAAAAAAAABAgMABAUGETESUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCe1lMXe3+mIMTEsWWika5jeVnDlGKDo6B9nn7yoyTa9gikaODL3MMKEqkaMfiijwDp8ApSgOkkNv/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"w8eODyeHn","title":"UX Lexicon","shortId":"w8eODyeHn","createdAt":"2021-05-11T21:41:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012821,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2019-09-01T12:00:00.000Z","url":"https://www.curiositytank.com/ux-lexicon","canonicalUrl":"https://www.curiositytank.com/ux-lexicon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8af900b5b1ece75468af2ecb23580d17","ratio":1.62429696287964,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFETFBYRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/ANF3OJyEuRLx5S5isyfoojgMO9Danv3irkSlI0VmZyAAWPJ9NKVVLBZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"eevSXKCJ6","title":"Intriguing Lower Seeds, Jaylen Brown, Russell Westbrook, and KOC’s NBA Awards Ballot","shortId":"eevSXKCJ6","createdAt":"2021-05-11T21:13:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T21:11:45.000Z","url":"https://www.theringer.com/2021/5/11/22431195/intriguing-lower-seeds-jaylen-brown-injury-russ-breaks-record-and-nba-awards-ballot","canonicalUrl":"https://www.theringer.com/2021/5/11/22431195/intriguing-lower-seeds-jaylen-brown-injury-russ-breaks-record-and-nba-awards-ballot","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fd3284aa3382b6e99e50ece7452e5341","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAACAgICAgMAAAAAAAAAAAABAwIEAAUREgYxQmGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAECABESMUH/2gAMAwEAAhEDEQA/AL9/oKus8sbSRN7K6K6exdMyZPvMfP2Pf3ktnUxr2WpVsttBa5mEYxevgAHgAcrJ/ScYwKrl8jlD2MJtQTP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"918w5_MIc","title":"TikTok is reportedly pulling a Facebook and adding in-app shopping","shortId":"918w5_MIc","createdAt":"2021-05-11T17:06:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":27012780,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:02:21.000Z","url":"https://www.theverge.com/2021/5/11/22430513/tiktok-in-app-shopping-instagram-facebook-europe-test","canonicalUrl":"https://www.theverge.com/2021/5/11/22430513/tiktok-in-app-shopping-instagram-facebook-europe-test","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/caafd319cc7cfe8fc127ae8dd44553c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAREiEFMQYHQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAQUBAQAAAAAAAAAAAAAAAQACA3HBIjH/2gAMAwEAAhEDEQA/ANj55+Q77E8cgCQtuKGXphQ2cc1IBTZRHYOQ11r7fVhalKM9deBVTniOtK//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jZt6KbAjc","title":"The Cicadas Are Coming. Let’s Eat Them!","shortId":"jZt6KbAjc","createdAt":"2021-05-11T11:03:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.wired.com/story/eating-cicadas-brood-x/","canonicalUrl":"https://www.wired.com/story/eating-cicadas-brood-x/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28bb9fb69913e4b20869199be2b5d462","ratio":1.91224489795918,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhEzFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/ANInvC8nG3jBwgka18StgaAIo7xn2xNUpo3jldI0tNFYhdomJx9O/dKVOGxv/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"FDJSNCkBf","title":"First commercial-scale offshore wind farm in the US gets federal approval","shortId":"FDJSNCkBf","createdAt":"2021-05-11T20:59:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012779,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:58:10.000Z","url":"https://www.theverge.com/2021/5/11/22430981/offshore-wind-farm-commercial-scale-federal-approval-vineyard-wind-massachusetts","canonicalUrl":"https://www.theverge.com/2021/5/11/22430981/offshore-wind-farm-commercial-scale-federal-approval-vineyard-wind-massachusetts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4b0238bb3e16e907fb079c04afff8ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgADBBEFBhIWMUNicf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIR/9oADAMBAAIRAxEAPwCv60KoSLE5wfN89ZD3269Rq3txUVwivUZgvFTxBPbOIiKtaEh4f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RrdRDXdrh","title":"Rare video of giant squid reveals it stalks jellyfish in deep water","shortId":"RrdRDXdrh","createdAt":"2021-05-11T20:48:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012768,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277262-rare-video-of-giant-squid-reveals-it-stalks-jellyfish-in-deep-water/","canonicalUrl":"https://www.newscientist.com/article/2277262-rare-video-of-giant-squid-reveals-it-stalks-jellyfish-in-deep-water/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1caf858368fc81f1c431169769c9f131","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMCBQUAAAAAAAAAAAAAAgEDBAAhBQYREhMiQZOh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDBZ7M/MsTD5ElDfmOAQBLcId721biffpuiEt9PU1Mp4uqa8AeQftKUH//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TYtKjCeSH","title":"Woman gets 6 doses of COVID-19 vaccine at once","shortId":"TYtKjCeSH","createdAt":"2021-05-11T20:39:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012759,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:23:57.000Z","url":"https://www.livescience.com/woman-covid-19-vaccine-six-doses.html","canonicalUrl":"https://www.livescience.com/woman-covid-19-vaccine-six-doses.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e221704ea97117c2692d6210ee29baaf","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFBhETIVEHEjEyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEQMEEhMx/9oADAMBAAIRAxEAPwC287ZuIvIm6Q2w8+8sMp1VJSZdON1A5543jLHTarkAu16Y1D7drCMZ+4yrxCEUbmpiGg8TrbJML//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PwV9VgN6J","title":"The Wyze Buds Pro offer ANC and wireless charging for $60","shortId":"PwV9VgN6J","createdAt":"2021-05-11T20:37:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012757,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:36:13.000Z","url":"https://www.theverge.com/2021/5/11/22431027/wyze-buds-pro-active-noise-canceling-wireless-charging-earbuds","canonicalUrl":"https://www.theverge.com/2021/5/11/22431027/wyze-buds-pro-active-noise-canceling-wireless-charging-earbuds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed9ed82e81954fc2ccc189f9da48c77c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIRAAMEEiEFBgcjMTKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDITH/2gAMAwEAAhEDEQA/AJHXDmO7lYvesI+hlsLqYmIaZERuSs/azGNwyy+PaYX8pQygwHG23j1pSpcl0tjxKfT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mrNj34Z93","title":"Instagram will let people list their pronouns on their profiles","shortId":"mrNj34Z93","createdAt":"2021-05-11T20:21:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012741,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:16:58.000Z","url":"https://www.theverge.com/2021/5/11/22431055/instagram-pronoun-profile-update-setting","canonicalUrl":"https://www.theverge.com/2021/5/11/22431055/instagram-pronoun-profile-update-setting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66c397b22607db76a4ba8b335a111107","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAABAwUBAQAAAAAAAAAAAAABAgMFAAQREiETMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQACAQUBAAAAAAAAAAAAAAABAgADBBEhMfD/2gAMAwEAAhEDEQA/AKRO3Bs4Rfg0z6mNilpUtGQFeyukDGfnejNTCXmJJcreqcctNy+sq1YIGdj8G3BSlMZFL89qMtKjKTgz/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"PXVHFUeJY","title":"Postgres and Redis database connection pool size config for Ruby on Rails app","shortId":"PXVHFUeJY","createdAt":"2021-05-11T13:56:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"itnext","views":15,"score":27012721,"tagsStr":"general-programming,ruby,rails,postgresql,redis","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:55:56.000Z","url":"https://itnext.io/postgres-and-redis-database-connection-pool-size-config-for-ruby-on-rails-app-3725239710fa","canonicalUrl":"https://docs.knapsackpro.com/2021/estimate-database-connections-pool-size-for-rails-application","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52855a2d263d42eb6d03afc01ccdc344","ratio":1.3953488372093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwUREjEiBBMhI2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAIDAQEAAAAAAAAAAAAAAAECABHwAwT/2gAMAwEAAhEDEQA/AND1LnIe8S18ZyLyb8jawaBoDX1UspU2Dc+pkyt59jtoiI5WwJb0c1YKx2uf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@ArturTrzop","readTime":8,"description":null,"toc":null,"summary":null},{"id":"-eW_CQwS1","title":"Firefly Festival reignites with electric lineup featuring Diplo, Tame Impala, REZZ, Madeon, and more","shortId":"-eW_CQwS1","createdAt":"2021-05-11T19:34:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012694,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:26:49.000Z","url":"https://dancingastronaut.com/2021/05/firefly-festivals-boasts-electric-lineup-featuring-diplo-tame-impala-rezz-madeon-and-many-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/firefly-festivals-boasts-electric-lineup-featuring-diplo-tame-impala-rezz-madeon-and-many-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/078574cd38a11029939321d74f451ca0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgABBAMREiEFBkFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQACAwADAAAAAAAAAAAAAAABAwACEQUSMf/aAAwDAQACEQMRAD8AxLgOw8ZD63WhSIjFIO+VTBn158UkZUnMsSe19aREugB2VH8i1y6LuBlfJ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3CsZC6c3A","title":"Top 10 React Hook Libraries","shortId":"3CsZC6c3A","createdAt":"2021-05-11T10:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"bit","views":96,"score":27012687,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-11T12:00:00.000Z","discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-11T02:52:48.000Z","url":"https://blog.bitsrc.io/top-10-react-hook-libraries-ca284ab3ae1d","canonicalUrl":"https://blog.bitsrc.io/top-10-react-hook-libraries-ca284ab3ae1d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc8974806905bf4435386e81e8a7d3f5","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBRIGIRMUQf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEBAAIBBQAAAAAAAAAAAAAAAgERAAMEITFB/9oADAMBAAIRAxEAPwDSsVxy8xSrO0vWscu5aUVo9TZlmVKPesEzqYJJNVQebQNXS95E9KhQIn7BI7pSpu1EBNHtVfM42pEKr8z/2Q==","siteTwitter":"@bitdev_","creatorTwitter":"@PiumiLiyana","readTime":7,"description":null,"toc":null,"summary":null},{"id":"X734UCZsM","title":"Da Vinci ‘Head of a Bear’ could sell for over $16 million at upcoming auction","shortId":"X734UCZsM","createdAt":"2021-05-11T19:20:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012680,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:08:19.000Z","url":"https://www.livescience.com/leonardo-da-vinci-head-of-bear-will-be-auctioned.html","canonicalUrl":"https://www.livescience.com/leonardo-da-vinci-head-of-bear-will-be-auctioned.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa6cf5392a55e547ce589397f219dca8","ratio":1.05726872246696,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGB//EACAQAAICAQMFAAAAAAAAAAAAAAECAwQABRFxEiEyM1H/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMREv/aAAwDAQACEQMRAD8A2TVtRuR6vcjFmwsYmYL0yEAD5l/RJalXLEsxjUkk779sE/tfnGk8F4yNacknY2bQJ//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"phwoIhu7B","title":"How to get a government-paid discount on your broadband","shortId":"phwoIhu7B","createdAt":"2021-05-11T19:17:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.638Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:14:38.000Z","url":"https://www.theverge.com/22430529/emergency-broadband-benefit-program-how-to-get","canonicalUrl":"https://www.theverge.com/22430529/emergency-broadband-benefit-program-how-to-get","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8275ea726944892059c3299cf1fa154d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAARBSIGIXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABsRAQACAgMAAAAAAAAAAAAAAAECBAADBbHR/9oADAMBAAIRAxEAPwDDU835avx0aVIVkV4LWhOoEzUOo2JE73139Jy7FTjbT2WH1XlrpFkyLBAJJ2fWsYyvv8TThII6+/cCrZ2oq5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_5QxOaJ7U","title":"Ben Affleck and Jennifer Lopez in Montana and Back Together?","shortId":"_5QxOaJ7U","createdAt":"2021-05-11T19:17:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012677,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:12:47.000Z","url":"https://www.theringer.com/2021/5/11/22430973/ben-affleck-and-jennifer-lopez-in-montana-and-back-together","canonicalUrl":"https://www.theringer.com/2021/5/11/22430973/ben-affleck-and-jennifer-lopez-in-montana-and-back-together","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c12049390adf8ee6a9dc087120c2f011","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERIGIjFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAJBAf/aAAwDAQACEQMRAD8Ax3E5y+bBz5J5QbiyUwW/boR8hyLD6ahN1NfOxZ2LOx2WMjbJ9+aUq0ug0P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Z6-IRVYRk","title":"‘Hellraisers, Pt. 1’ is Cheat Codes as we know and love them—lively conductors of dance-pop crossovers","shortId":"Z6-IRVYRk","createdAt":"2021-05-11T19:15:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012675,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:14:08.000Z","url":"https://dancingastronaut.com/2021/05/hellraisers-pt-1-is-cheat-codes-as-we-know-and-love-them-lively-conductors-of-dance-pop-crossovers/","canonicalUrl":"https://dancingastronaut.com/2021/05/hellraisers-pt-1-is-cheat-codes-as-we-know-and-love-them-lively-conductors-of-dance-pop-crossovers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2404ab0dbfdc4c69803b25475bb024e2","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQRBSExBhIiMsH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQRQQUhYf/aAAwDAQACEQMRAD8AwQ9S5oa6aQcZKMIfGB4gOJwQ7PPs07fFdbWw6tEZ2AylgLyOO7G6ImFkuZZMndDeUYLBCFAHQ15X/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"g-kQLzmxJ","title":"Blizzard is showing off two hours of Overwatch 2 on Thursday","shortId":"g-kQLzmxJ","createdAt":"2021-05-11T18:02:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012602,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22430644/blizzard-overwatch-2-livestream-twitch-youtube","canonicalUrl":"https://www.theverge.com/2021/5/11/22430644/blizzard-overwatch-2-livestream-twitch-youtube","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b488eae85e079df0c1f817088249261","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACEQMEBTEGIRIUMv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACESH/2gAMAwEAAhEDEQA/AIuRv7pnHq997Fc3LKm/PozEnW+1gXZOoXEkGSZ+kRUq9rsFAcJ//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IytQzs-Ef9","title":"Premiere: Dominik Eulberg seeks serenity with dazzling new remix of Marino Canal","shortId":"IytQzs-Ef9","createdAt":"2021-05-11T19:15:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012675,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:04:49.000Z","url":"https://dancingastronaut.com/2021/05/premiere-dominik-eulberg-seeks-serenity-with-dazzling-new-remix-of-marino-canal/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-dominik-eulberg-seeks-serenity-with-dazzling-new-remix-of-marino-canal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/38d6be51d82cbed0bd0af6ba7b13a2f9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgAFBQEAAAAAAAAAAAAAAQIAAwUHEQQSEyFBFP/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEUH/2gAMAwEAAhEDEQA/AJNzbiyKPcirUzgdqXp025loBMfUFQS5Y9lcHaB4B0IwIucwAHwA495IQihkLa9xj2Cd/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ILWYBSwBO","title":"Instacart tells entry-level team to return to office, senior managers can stay home","shortId":"ILWYBSwBO","createdAt":"2021-05-11T19:12:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012672,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T19:11:25.000Z","url":"https://www.theverge.com/2021/5/11/22429690/instacart-remote-work-policy-office-reopen-coronavirus-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/11/22429690/instacart-remote-work-policy-office-reopen-coronavirus-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e29d06a04d55ac89ab08ad4b074aa648","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQFBxESFCFRYXGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDBBEh/9oADAMBAAIRAxEAPwCvQbLm4wV1z8T3CSiFxGJmVVIaRT3334R8rM7nPTrcSqBIdmI6yefVKVZj1Rk3sG1tdP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VQQ0rxspu","title":"Covid-19 news: Concern over black fungus in covid-19 patients in India","shortId":"VQQ0rxspu","createdAt":"2021-05-11T19:08:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012668,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-concern-over-black-fungus-in-covid-19-patients-in-india/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-concern-over-black-fungus-in-covid-19-patients-in-india/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6264877ed6ae49589d7c235b99d1cd1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMCBAAFERITIf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACERL/2gAMAwEAAhEDEQA/AMtso0LN9ButjZCDBESifQSPZ9Pl05IXyutesIWZGCmShEknvAeYxl2Gxqx3m2BP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":48,"description":null,"toc":null,"summary":null},{"id":"TplXNosXj","title":"Should you worry about glass bridges after one shattered in China?","shortId":"TplXNosXj","createdAt":"2021-05-11T19:07:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277226-should-you-worry-about-glass-bridges-after-one-shattered-in-china/","canonicalUrl":"https://www.newscientist.com/article/2277226-should-you-worry-about-glass-bridges-after-one-shattered-in-china/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe90f85afd5abe298f13f266c3749941","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAH/xAAhEAACAQMDBQAAAAAAAAAAAAABAwIABAUGERIxM0GB0v/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAwQR/9oADAMBAAIRAxEAPwCYDVN1dLklj3xu5A8SWSPIb9AfHuozJZaLJRLLrcEjvn6pSpjYvwYcVZ//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YqUbfYiRc","title":"Science with Sam: Are there volcanoes in space?","shortId":"YqUbfYiRc","createdAt":"2021-05-11T19:07:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012667,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2274308-science-with-sam-are-there-volcanoes-in-space/","canonicalUrl":"https://www.newscientist.com/article/2274308-science-with-sam-are-there-volcanoes-in-space/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c49f90afe501dc98dc6b7d7d9012360","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAgECBQUBAAAAAAAAAAAAAQIDAAQGERIhQQUHExQiYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACBBEDBRIhMf/aAAwDAQACEQMRAD8Akwh2wWWCOeyu0FzbzeGaORMnErBWBDjYABlG2fNaRw70oH79LVzqhcnP9PNKVPbPlGLTjce7TkeW/MKfRrxf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":6,"description":null,"toc":null,"summary":null},{"id":"cjl27zVu3","title":"See how the brain wobbles with each heartbeat in incredible new videos","shortId":"cjl27zVu3","createdAt":"2021-05-11T18:52:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012652,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:49:37.000Z","url":"https://www.livescience.com/3D-footage-of-brain-in-motion.html","canonicalUrl":"https://www.livescience.com/3D-footage-of-brain-in-motion.html","image":"https://cdn.mos.cms.futurecdn.net/PG8y4pNXUPP88LShz3mLmQ-1200-80.gif","ratio":1.77837837837838,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAAYDAQAAAAAAAAAAAAAAAAECAwQRBRIhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOGMy7cWAthuPqrRROLTVu3ylGflGXBDAAH//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"wzltgoyq5","title":"Ultrasound societies say 'no change' to contrast agent policy","shortId":"wzltgoyq5","createdAt":"2021-05-11T18:37:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012637,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:16:01.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132353&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132353","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27c3e33089d0b1885f42634d8a3abd1d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwYI/8QAJhAAAgEDAgQHAAAAAAAAAAAAAQMCAAQRBSEGEhRhIiMxMkFCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAhIh/9oADAMBAAIRAxEAPwBH4JVpmg28bV7etjGEoNhDc+I7gwPY+ner1eppC4hCrgKAHIIggAfGBnas9ai9yuJYBbWQzctzyyIziW1KVvcv6dXnM9o+x/KpjrG512FJrgZn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"qvwDU1Jen","title":"Raptors Head Coach Nick Nurse, the Beal-Bazemore Beef, and Raising Cane’s Founder Todd Graves","shortId":"qvwDU1Jen","createdAt":"2021-05-11T18:33:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012633,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:21:58.000Z","url":"https://www.theringer.com/2021/5/11/22430854/raptors-head-coach-nick-nurse-the-beal-bazemore-beef-and-raising-canes-founder-todd-graves","canonicalUrl":"https://www.theringer.com/2021/5/11/22430854/raptors-head-coach-nick-nurse-the-beal-bazemore-beef-and-raising-canes-founder-todd-graves","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b250057d75be45bcb9553f1a888f8de","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIDAAQFESEGBxYiMUFT0f/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBEAAgAHAAAAAAAAAAAAAAAAAAECAwQSITFB/9oADAMBAAIRAxEAPwDKydratzGW0ltIGwgiUtjwG0kcxOVcsSe5fGwG2g9VNrDhkMR03BsfsfylKR7J2OomK3PEf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"C-vz_D73A","title":"You can now buy NFTs on eBay, and ‘blockchain-driven collectibles’ are coming soon","shortId":"C-vz_D73A","createdAt":"2021-05-11T18:25:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012625,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:20:49.000Z","url":"https://www.theverge.com/2021/5/11/22430827/ebay-nft-collectibles-blockchain-sale","canonicalUrl":"https://www.theverge.com/2021/5/11/22430827/ebay-nft-collectibles-blockchain-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/719e0862d2d2130acd8e0102ce298b16","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhABAAEEAgMAAAAAAAAAAAAAAQIAAwURBjEEIWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAEDESEx/9oADAMBAAIRAxEAPwCd5jwXGYrH2m6z8mBE0IRRdGx99Vkl/G24X7kSc0jJO/tKUSJ30bJrtn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MrWNvHxLU","title":"Designing the new Cloudflare Web Application Firewall","shortId":"MrWNvHxLU","createdAt":"2021-05-11T13:16:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cloudflare","views":15,"score":27012623,"tagsStr":"webdev,security,cloudflare","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://blog.cloudflare.com/designing-the-new-cloudflare-waf/","canonicalUrl":"https://blog.cloudflare.com/designing-the-new-cloudflare-waf/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/658bffa27410ddb35ee931e9b594200a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBABAAICAwEAAAAAAAAAAAAAAQADAhEEIVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ANPU0WlVg8nNcux0bx+SvE0Au332IiYtf//Z","siteTwitter":"@cloudflare","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"ewbBUgKf8","title":"URL protocol handler registration for PWAs","shortId":"ewbBUgKf8","createdAt":"2021-05-11T07:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"web","views":96,"score":27012612,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://web.dev/url-protocol-handler/","canonicalUrl":"https://web.dev/url-protocol-handler/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4fb14f276e02a3ca3985fe2ab19453e","ratio":1.49439601494396,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYTQRIiIzJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAgMREiEi/9oADAMBAAIRAxEAPwCLLreVDsBkzEsJhJHQoKbK9wkeuM8/ayJ6zSJbzkhizx9l5RcR5cdpORzSlJzayegenHlXZ//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"x-fUiqWpZ","title":"New York Governor Andrew Cuomo eases restrictions on large concert venues","shortId":"x-fUiqWpZ","createdAt":"2021-05-11T18:11:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012611,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:10:13.000Z","url":"https://dancingastronaut.com/2021/05/new-york-governor-andrew-cuomo-eases-restrictions-on-large-concert-venues/","canonicalUrl":"https://dancingastronaut.com/2021/05/new-york-governor-andrew-cuomo-eases-restrictions-on-large-concert-venues/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b8ef30f92a0ace169041e5696c65e0d","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAgYCAwAAAAAAAAAAAAABAgMABAUGESEHEhMxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxESITH/2gAMAwEAAhEDEQA/AI0hyrctGpqHpmqzQSSPEheF9j90deoqtckXO+2h01qZSXAFEJxgZ3gahCJbp5MA6+kpDRpf/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pz6G-Vw-5","title":"The Acer ConceptD 7 Ezel is the dream computer I’ll never own","shortId":"pz6G-Vw-5","createdAt":"2021-05-11T18:08:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012608,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T18:07:04.000Z","url":"https://www.theverge.com/22430445/acer-conceptd-7-ezel-2021-review","canonicalUrl":"https://www.theverge.com/22430445/acer-conceptd-7-ezel-2021-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24a78334e8498b9ef2653b78afe273c2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAACAQMEAAUhBgcREjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAQUBAAAAAAAAAAAAAAAAAQACAwQRIf/aAAwDAQACEQMRAD8Aba3U7tosLbPOT2MCbKQw8gGQ9vC8iX31xjFQntCxgecEJ8pBQlRExhKUqXble3MKREB1f//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"b3PrEhor4","title":"Whiterabbit gets FDA nod for breast density AI software","shortId":"b3PrEhor4","createdAt":"2021-05-11T18:02:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012602,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:42:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132352&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132352","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc988fbca8947d48e7a58bdf49483c8a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACYQAAIBAQYGAwAAAAAAAAAAAAECBAMABQYREkEHEyExUWEUIjL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQEAAwEAAAAAAAAAAAAAAAEDABExIf/aAAwDAQACEQMRAD8AhcO0LjHDq/pF4wKr1I4ULJUdFZm0gHyMz32ysPdfEyZBu2JE+Gj8iilLUVHXSoGfb1Zhg8kYbmICQlSFVDrsw0VDkfNsmju3Ip/ZvyN/VqlWvicwyJaR7n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"lWRHuBoe7","title":"Boys Noize resurrects ruptured audio files to share ‘All I Want’ with Jake Shears","shortId":"lWRHuBoe7","createdAt":"2021-05-11T18:01:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012601,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:52:25.000Z","url":"https://dancingastronaut.com/2021/05/boys-noize-enlists-jake-shears-for-flamboyant-house-offering-all-i-want/","canonicalUrl":"https://dancingastronaut.com/2021/05/boys-noize-enlists-jake-shears-for-flamboyant-house-offering-all-i-want/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6767f9c94b4fffa562a287d28d1431f1","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBBEABRIhBjFBYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAMAAgMAAAAAAAAAAAAAAAECAwAEESFR/9oADAMBAAIRAxEAPwCtpceGOtVhBDejRmk7jRLoeUm+SSSU0Rx2+5oBmQbOx6KUeNzbl174xjJTvVRjNOAB5jGrN1WjdkjP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"1VjPapoTm","title":"Microsoft tries to evade scalpers by offering Xbox Series X and S to Xbox Insider members","shortId":"1VjPapoTm","createdAt":"2021-05-11T17:54:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012594,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:51:41.000Z","url":"https://www.theverge.com/2021/5/11/22430807/microsoft-xbox-series-x-s-xbox-insider-members-pilot-program-scalpers","canonicalUrl":"https://www.theverge.com/2021/5/11/22430807/microsoft-xbox-series-x-s-xbox-insider-members-pilot-program-scalpers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc89acebbc5bdedb35d625c3d98718bd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQASBSEGBxQx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8AlD0KHD9Q+P8AOMsJ+qRyT0NaSlNaoBVd62Sdq7NUB1k3cktFxREZIBJobfmMYTDX/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"R_JceLp41","title":"Creating your own Markdown Parser from Scratch in Swift","shortId":"R_JceLp41","createdAt":"2021-05-11T11:07:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":24,"score":27012582,"tagsStr":"general-programming,swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:34:21.000Z","url":"https://itnext.io/creating-your-own-markdown-parser-from-scratch-in-swift-a8fa6f185bc8","canonicalUrl":"https://itnext.io/creating-your-own-markdown-parser-from-scratch-in-swift-a8fa6f185bc8","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/76e5b611e68f4570f12a4337c3037ec3","ratio":2.09424083769634,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBRQhUTFicf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8A3mDOtxrAUWC+cMcsvQ9ahk6gjSbp268uT5HfylKVXWSVK4T/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@philprimes","readTime":7,"description":null,"toc":null,"summary":null},{"id":"JXd1Q-_DO","title":"Church of the Holy Sepulchre's mysterious 'graffiti' crosses may not be what they seem","shortId":"JXd1Q-_DO","createdAt":"2021-05-11T17:38:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012578,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:23:09.000Z","url":"https://www.livescience.com/crosses-church-of-the-holy-sepulchre.html","canonicalUrl":"https://www.livescience.com/crosses-church-of-the-holy-sepulchre.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e78b4ab971a12a1961f7fd1f0a8d18cf","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDIQAFEQQSwf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQEBAAMAAAAAAAAAAAAAAAABABEhIv/aAAwDAQACEQMRAD8Ax+s3Bg16MY+RrExAWrDc+ZaeQ8yLKtBx7AE3d4xgGemTTRf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Wy8dMWRX6","title":"fMRI shows white-matter damage leads to worse cognitive outcomes","shortId":"Wy8dMWRX6","createdAt":"2021-05-11T17:36:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012576,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:16:41.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132351&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132351","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3c5a60431da062574a05c64fe60422b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAAYCAwEAAAAAAAAAAAAAAAECAwURBCESE2Ex/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AztAyWMzGZmM9Htuq6lq5mqjVZavR/PDIT1+AALX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"p_fTroekz","title":"Bose gets into hearing aid business with new FDA-cleared SoundControl hearing aids","shortId":"p_fTroekz","createdAt":"2021-05-11T17:27:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012567,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:25:44.000Z","url":"https://www.theverge.com/2021/5/11/22430485/bose-soundcontrol-hearing-aid-fda-cleared","canonicalUrl":"https://www.theverge.com/2021/5/11/22430485/bose-soundcontrol-hearing-aid-fda-cleared","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/401609bc5c84c46b04fea940dd769f51","ratio":1.90951276102088,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIEEQMGEgUTITGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEBAQEAAAAAAAAAAAAAAAECABEx/9oADAMBAAIRAxEAPwCdaDvUvP1qNDww48Zj3WX4i7kb9gkk2FVW7TKe0O7OEchdC/H1EQrWa4Z4FQL7v//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xlWxWnzHo","title":"Samsung won’t physically attend Mobile World Congress 2021","shortId":"xlWxWnzHo","createdAt":"2021-05-11T17:16:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012556,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:11:26.000Z","url":"https://www.theverge.com/2021/5/11/22430649/samsung-mobile-world-congress-mwc-barcelona-remote-covid","canonicalUrl":"https://www.theverge.com/2021/5/11/22430649/samsung-mobile-world-congress-mwc-barcelona-remote-covid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb894005694ad6e72f3db9e728e08fb2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRIRIjMXGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDOUFTFHBofRwSuzuPL7+OAx0ozycBESJn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"jb59Prh02","title":"The PRO Act would reshape the tech industry — will it get the chance?","shortId":"jb59Prh02","createdAt":"2021-05-11T17:06:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22429481/pro-act-amazon-union-tech-industry-joe-biden-labor-policy","canonicalUrl":"https://www.theverge.com/2021/5/11/22429481/pro-act-amazon-union-tech-industry-joe-biden-labor-policy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c74a2444b263ed1df6eda39fc8977f7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQMCEQAEBQYSITJCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwDJOD43XZxGq0iUSxk1kRkfmJlfk/lZa1+lVvQtw22xDIidHuNWLr2xjB1dDzKmRN//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DfUkGrL0_","title":"Matter is the new name of Project CHIP, the partnership that promises to simplify your smart home","shortId":"DfUkGrL0_","createdAt":"2021-05-11T17:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012546,"tagsStr":"iot","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T17:00:39.000Z","url":"https://www.theverge.com/2021/5/11/22430666/matter-project-chip-smart-home-partnership-apple-amazon-google-zigbee","canonicalUrl":"https://www.theverge.com/2021/5/11/22430666/matter-project-chip-smart-home-partnership-apple-amazon-google-zigbee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f6c22be4396b2d511e9ad6b4a00ac83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEEhQhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAEQMEEiH/2gAMAwEAAhEDEQA/ANBxzZDZ3jkyak2BQoeKgMh5A7RE7RpvJGXI3RFz/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DqVkJ8nJA","title":"Alcohol made from radioactive Chernobyl apples seized by Ukraine government","shortId":"DqVkJ8nJA","createdAt":"2021-05-11T16:38:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012518,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:21:19.000Z","url":"https://www.livescience.com/chernobyl-atomik-alcohol-seized-ukraine-secret-services.html","canonicalUrl":"https://www.livescience.com/chernobyl-atomik-alcohol-seized-ukraine-secret-services.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa02fa1481177d1d06d3ccb8e852c2bd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAwECEQAEEgUGBxMiMVGS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIT/9oADAMBAAIRAxEAPwCIDf2kM45FZ2RblxLYIxqEg4Zknbkip7bP1WWZyYwTGj6U4JjKM8xSlHTS1uAv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5exqnU6dx","title":"Xbox’s Quick Resume feature gets new group option in May update","shortId":"5exqnU6dx","createdAt":"2021-05-11T16:36:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012516,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:32:09.000Z","url":"https://www.theverge.com/2021/5/11/22430549/xbox-update-may-quick-resume-saved-audio-passthrough","canonicalUrl":"https://www.theverge.com/2021/5/11/22430549/xbox-update-may-quick-resume-saved-audio-passthrough","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6568b12f289fea1e62282c19ead6219","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAEDBBECBTFREhNBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAExQf/aAAwDAQACEQMRAD8AwNO4NG1setVramu6ccel0ah0mhGYp9n5B7wJ0nsACKSY/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8rXKzV9V1","title":"Vaccinating US Kids Isn't Neglect of Indian Adults","shortId":"8rXKzV9V1","createdAt":"2021-05-11T16:33:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:26:00.000Z","url":"https://www.wired.com/story/opinion-vaccinating-us-kids-isnt-neglect-of-indian-adults/","canonicalUrl":"https://www.wired.com/story/opinion-vaccinating-us-kids-isnt-neglect-of-indian-adults/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/faf649e9b56e73a5255b83362625ebac","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREiExBVHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAACERL/2gAMAwEAAhEDEQA/AM8Sa78WHitpozuAC7Rkvg8EZ265qW6Pu2WTv0ftKUmFkgWFP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OdHVoWpuJ","title":"Upload images in your Node App!","shortId":"OdHVoWpuJ","createdAt":"2021-05-11T02:08:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":377,"score":27012488,"tagsStr":"general-programming,webdev,javascript,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-11T06:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:11:53.000Z","url":"https://code.likeagirl.io/upload-images-in-your-node-app-e05d0423fd4a","canonicalUrl":"https://code.likeagirl.io/upload-images-in-your-node-app-e05d0423fd4a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e92f83f346d243f9acd95cf964e23921","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxABAAEEAQUAAAAAAAAAAAAAAQIAAwQREwUSQVGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEAAwAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDMdzKw5WLcLfT4wuEUnPlk9ztR140aPlTb+KrrDA9cjSlTmBT/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@SRISTICHOWDHUR6","readTime":7,"description":null,"toc":null,"summary":null},{"id":"5vgE3TDgW","title":"Exceptional growth is the ‘new normal’ for solar and wind energy","shortId":"5vgE3TDgW","createdAt":"2021-05-11T16:07:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012487,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:04:00.000Z","url":"https://www.theverge.com/2021/5/11/22430465/renewable-energy-solar-wind-iea-2020-exceptional-growth","canonicalUrl":"https://www.theverge.com/2021/5/11/22430465/renewable-energy-solar-wind-iea-2020-exceptional-growth","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3db4cc087911997ba691d042f2285a6b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIAAxESBAUGFDJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQACAwAAAAAAAAAAAAAAAAACAwARMf/aAAwDAQACEQMRAD8Ag3Ot406p13p0imVmUHLx93+zI3PN+diza2qWY3JyiI5agrIY2Fez/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7bK-1gGxD","title":"HTC unveils new Vive Pro 2 with 5K resolution display and 120Hz refresh rate","shortId":"7bK-1gGxD","createdAt":"2021-05-11T16:03:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012483,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428603/htc-vive-pro-2-release-date-pre-order-price-specs","canonicalUrl":"https://www.theverge.com/2021/5/11/22428603/htc-vive-pro-2-release-date-pre-order-price-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d61a75cec192fc639c1706618ed2fdff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAAABgECBwAAAAAAAAAAAAAAAQIDBAUSBxEGISIxQVFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKLqBW3sPVShn1vEsiOzYPJYKMbOaGUpTurYsiI8uruXn4QsfP2AAP/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vckYE7enh","title":"HTC’s self-contained $1,300 Vive Focus 3 headset has a 5K screen and ships June 27th","shortId":"vckYE7enh","createdAt":"2021-05-11T16:03:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012483,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22417120/htc-vive-focus-3-standalone-vr-headset-price-release-date","canonicalUrl":"https://www.theverge.com/2021/5/11/22417120/htc-vive-focus-3-standalone-vr-headset-price-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f92bf2d6f0926c2f856b417e4b85c27f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEEAQQDAAAAAAAAAAAAAQIDAAQFEQYHEhMhIjGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AK7PYPk/MOo2fxy8wlx9jCwjiijslfxoRsAbYaYHZ7x8vf2NCtwx1rNa4+1t7i9mupoolR53VQ0rAAFiANAk+/2lKD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"VDpU1_2U-","title":"YouTube will pay $100 million to creators using its TikTok competitor","shortId":"VDpU1_2U-","createdAt":"2021-05-11T16:03:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T16:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22429350/youtube-shorts-fund-video-payments-tiktok-competitor","canonicalUrl":"https://www.theverge.com/2021/5/11/22429350/youtube-shorts-fund-video-payments-tiktok-competitor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cc8d0b7de8bf1c8ef8508d0716cce5d0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAUhBhETUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EAB4RAAICAAcAAAAAAAAAAAAAAAECAAMEEjJBcbHB/9oADAMBAAIRAxEAPwCvy2alt7xLe2TxRSRpLLsFnIcgAEjXv5U2/MOQO7OclJ2x7OqUpZQqqRuPTJMPY1tlyudLADjKp7M//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"QpoynLeWV","title":"Hospital-based doctors order more inappropriate MRI scans","shortId":"QpoynLeWV","createdAt":"2021-05-11T16:03:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T15:36:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132347&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132347","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/907bd00a41e3bf4f6234e90c0dbb7056","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQREgUGIjFRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAREAAv/aAAwDAQACEQMRAD8Agy9b89Zw3Ij5C4YmbbZ3JbHcdc+soPlaIso2msreWSWQu8as2CfJFKVe8c2BgrN//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ZV6_IiBJ3","title":"Case Study: How Headspace Designs for Mindfulness","shortId":"ZV6_IiBJ3","createdAt":"2021-05-11T16:02:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012482,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://raw.studio/blog/how-headspace-designs-for-mindfulness/","canonicalUrl":"https://raw.studio/blog/how-headspace-designs-for-mindfulness/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ffe41e789d93720226e7bf2c92800c5","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQhBRESE0GB/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAbEQEAAgMBAQAAAAAAAAAAAAABAgMABCERgf/aAAwDAQACEQMRAD8A0rn863BwVbHJW17AoYetE/RqUaT5KUdgO5lBPTQiJD7ohqVyDquIq7ZS2ZwXgHn3P//Z","siteTwitter":"@rawstudioco","creatorTwitter":"@rawstudioco","readTime":9,"description":null,"toc":null,"summary":null},{"id":"ELuYtGHVz","title":"26 Exciting New Tools For Designers, May 2021","shortId":"ELuYtGHVz","createdAt":"2021-05-11T16:02:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27012482,"tagsStr":"general-programming,css,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://www.webdesignerdepot.com/2021/05/26-exciting-new-tools-for-designers-may-2021/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/26-exciting-new-tools-for-designers-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2bc231f0efa2a774e4b5f2a9d8690dec","ratio":1.81947405828003,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQQiBQYx4f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECBANRUv/aAAwDAQACEQMRAD8A3x61hHZhdbgEeE/DUq8DhooUK1KK9iIpZp7JMqVfhH//2Q==","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"JZLW0i1QT","title":"Why Is It So Hard to Be Evil in Video Games?","shortId":"JZLW0i1QT","createdAt":"2021-05-11T12:03:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012243,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T08:00:00.000Z","url":"https://www.wired.com/story/moral-choices-in-video-games/","canonicalUrl":"https://www.wired.com/story/moral-choices-in-video-games/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5ce6a45088289e71ad7ed34106ec387","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQMCBQAEETFBByEyUYL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECABEhEv/aAAwDAQACEQMRAD8Aq3d1qW3VHBMYIQyfwhvv7Cxz+z10Mzi08nWqLPVpWsCC3ThECXAEiPrGMnViSdj4Whk//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"VVX4GqVH4","title":"Windows-Fenster einfacher bewegen und skalieren","shortId":"VVX4GqVH4","createdAt":"2021-05-11T15:08:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27012428,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:37:11.000Z","url":"https://www.tutonaut.de/windows-fenster-kde-style/","canonicalUrl":"https://www.tutonaut.de/windows-fenster-kde-style/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98a19770706ffbc9f4c8ab068006d834","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQRIQYSFBUiQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAEQMEEyFx/9oADAMBAAIRAxEAPwDEbkMUvIW720Tx8GRKkLHpk2vqQw2NHH7Vz86v2dmhuUiiJysa2i4QfAN/KUpHYyN0xv2HgRTaip//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QJDwRB1VQ","title":"Here are all the new laptops with Intel 11th Gen H-series chips announced today","shortId":"QJDwRB1VQ","createdAt":"2021-05-11T14:30:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012390,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:23:03.000Z","url":"https://www.theverge.com/2021/5/11/22429412/intel-11th-gen-h-series-laptops","canonicalUrl":"https://www.theverge.com/2021/5/11/22429412/intel-11th-gen-h-series-laptops","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/455c3d2565406192b7fc102ab8b7b3b3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMCBwAAAAAAAAAAAAABAgMFAAYREiEEEzEyUXFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8AhpO+5lq5Y9LT60IU826UB1ekkOlWCNW4OcehVU/fk3znNo/uPThz5+qUpDTq3//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Yi8kIEVcz","title":"Low-code software development and the emergence of “Devigners”","shortId":"Yi8kIEVcz","createdAt":"2021-05-11T07:09:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"codecentric","views":45,"score":27012362,"tagsStr":"general-programming,nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T06:46:52.000Z","url":"https://blog.codecentric.de/en/2021/05/low-code-software-development-devigners/","canonicalUrl":"https://blog.codecentric.de/en/2021/05/low-code-software-development-devigners/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a3320d31aa6a23d6f4a229cf9a42e86","ratio":1.13493064312736,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwIF/8QAJhAAAQQCAQALAAAAAAAAAAAAAQIDBAUAEQYHExQhMzVScnWxs//EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8A2qfmxjRbSJY26FzWrOY0+qYlx5XVAabCCFAAhQ3r0g4gVk/pPVWxCin42pJaQQrtjh2NDvyEeU3nzif3GJ8fwG/aPrJea7Qf/9k=","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":8,"description":null,"toc":null,"summary":null},{"id":"V-3NIS2Ak","title":"EV charging in the US is broken — can Joe Biden fix it?","shortId":"V-3NIS2Ak","createdAt":"2021-05-11T14:01:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T14:00:00.000Z","url":"https://www.theverge.com/22419150/ev-charging-us-joe-biden-infrastructure-plan","canonicalUrl":"https://www.theverge.com/22419150/ev-charging-us-joe-biden-infrastructure-plan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dac5ab3a4cc77d309f0018134121fd0e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBhFBEiIxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAAMRITFBUbH/2gAMAwEAAhEDEQA/AMmnjPkc5fZK5uHEWFht4oLeLtVg0fU4bggngjn4KtpJXYukrIrHcL52HrelKAVi1RkOlAtgcgH2VlNQqlxtib56M//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oPGCd9Veo","title":"Nuclear reactions at Chernobyl are spiking in an inaccessible chamber","shortId":"oPGCd9Veo","createdAt":"2021-05-11T13:51:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012351,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277195-nuclear-reactions-at-chernobyl-are-spiking-in-an-inaccessible-chamber/","canonicalUrl":"https://www.newscientist.com/article/2277195-nuclear-reactions-at-chernobyl-are-spiking-in-an-inaccessible-chamber/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f6f7d01168493a1aa743433a6076d75","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFERIGITFBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIDBAURFDH/2gAMAwEAAhEDEQA/AKzHWizLNKmMnaRjtQxQEk+dkN81W0WTthEgnx1wJdDmFkUjl713pShuutQ04BCJrxnoX//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"UsaqbTgyK","title":"Did you know? Some people can taste music","shortId":"UsaqbTgyK","createdAt":"2021-05-11T13:51:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012351,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2272135-did-you-know-some-people-can-taste-music/","canonicalUrl":"https://www.newscientist.com/article/2272135-did-you-know-some-people-can-taste-music/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ca7fc496b20e4212e15e105693a80c9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQRIQUSFBUiQdP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMREmH/2gAMAwEAAhEDEQA/ANF5bkVk8dCt3c209o/XKYlGZFyAcnWsH4Qd1SoR1Dd/c+29o360pU9Dl10xbxwBns//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"N70drT62L","title":"Meet the real Alexa: voice actor reportedly responsible for Amazon’s AI assistant revealed","shortId":"N70drT62L","createdAt":"2021-05-11T13:24:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012324,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:22:27.000Z","url":"https://www.theverge.com/2021/5/11/22430185/alexa-voice-actor-amazon-nina-rolle","canonicalUrl":"https://www.theverge.com/2021/5/11/22430185/alexa-voice-actor-amazon-nina-rolle","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79c65bea7ee539a2b5313269282d34d0","ratio":1.90845070422535,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIDAAIDAAAAAAAAAAAAAQIDBAAFBhEhEmGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMhMf/aAAwDAQACEQMRAD8A1Lr+h2Wq4btL8MyvZpsYq5dAQnyZV8/fpvzJvhzcscVz80mwtF5NfXdiZGJJMak+ycYwslOeDqVT2f/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"JI1IFTRjB","title":"How to Un-Cast an Actor","shortId":"JI1IFTRjB","createdAt":"2021-05-11T13:19:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012319,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:00:11.000Z","url":"https://www.vulture.com/2021/05/zack-snyder-tig-notaro-army-of-the-dead.html","canonicalUrl":"https://www.vulture.com/2021/05/zack-snyder-tig-notaro-army-of-the-dead.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b150f5b9a8f8f12f71d89765f90d92d","ratio":1.89873417721519,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQFBhESITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAIDAQEAAAAAAAAAAAAAAAERAAMEEvD/2gAMAwEAAhEDEQA/ALNKS3dRZDIWreSuxyOrRMeI5S1rgHMI6Hnh7+la47GDkdppAN0RDqHQZhdGetALyE//2Q==","siteTwitter":"@vulture","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-i3vcP2Lo","title":"Siemens Healthineers launches Somatom X.ceed CT scanner","shortId":"-i3vcP2Lo","createdAt":"2021-05-11T13:14:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27012314,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132344&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132344","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32ab1c81f1a7db4be92afa64fc8637cb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGB//EACQQAAICAQMCBwAAAAAAAAAAAAECBBEDAAUSBiETIjFRcYGi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABACEC/9oADAMBAAIRAxEAPwDVumhNlbfK4x8MlUlSEB8UIfLlZR62KoV9aaSFuXBeUKKGruBKJA/GqbDhx40KpjRVJLUFAFk2T8k99Eoew1XTqkGF/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"C_u3tVMV2","title":"Rumble Sends Viewers Tumbling Toward Misinformation","shortId":"C_u3tVMV2","createdAt":"2021-05-11T13:05:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012305,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:00:00.000Z","url":"https://www.wired.com/story/rumble-sends-viewers-tumbling-toward-misinformation/","canonicalUrl":"https://www.wired.com/story/rumble-sends-viewers-tumbling-toward-misinformation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbf6cdbdbb9548cce373997d267a05cf","ratio":1.91017964071856,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAAUDAwUAAAAAAAAAAAAAAQIDBBEABjEFEiETIiRBgf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDUcH/2gAMAwEAAhEDEQA/AMShdBdTt903cMfKZbE0nPXNIiJyhuMHsYGMzHE5qma2UkjCmDpWC9vBChj5SlFyWYxCxVddSf/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"aj_hVZpKK","title":"Awesome, Hypnotic Photos of Swirling, Crystal Chemistry","shortId":"aj_hVZpKK","createdAt":"2021-05-11T13:05:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012305,"tagsStr":"chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:00:00.000Z","url":"https://www.wired.com/story/awesome-hypnotic-photos-swirling-crystal-chemistry/","canonicalUrl":"https://www.wired.com/story/awesome-hypnotic-photos-swirling-crystal-chemistry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4447289a37d58d074ee687a51b213bfd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIABDEDBRESEyEi/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEBAQEAAAAAAAAAAAAAAAIBAAMR/9oADAMBAAIRAxEAPwDOWUPSimK4tLyFtyMS9/JINutJEiIjvpOPkZGt/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8v9-jX4fh","title":"How a Geeky Superhero Fan Revived a Failing Comic Con","shortId":"8v9-jX4fh","createdAt":"2021-05-11T13:05:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012305,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:00:00.000Z","url":"https://www.wired.com/story/how-geeky-superhero-fan-revived-failing-comic-con/","canonicalUrl":"https://www.wired.com/story/how-geeky-superhero-fan-revived-failing-comic-con/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09a3f543d95aae9926142c064afe25e9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEhETITEicaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/AMK6kt3fekyJbpS2fBD22k49agDns/Kiy7q8iW8nBo4rUNS2kk8+qUqeegs3/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"P_dExz81M","title":"Logitech’s Magic Keyboard alternative is $30 off at multiple retailers","shortId":"P_dExz81M","createdAt":"2021-05-11T13:03:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012303,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:01:03.000Z","url":"https://www.theverge.com/good-deals/2021/5/11/22429348/logitech-folio-touch-keyboard-case-super-mario-3d-world-sony-earbuds-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/11/22429348/logitech-folio-touch-keyboard-case-super-mario-3d-world-sony-earbuds-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/811c84af8c3f8d9dcaa72c16b0b9d638","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQASBSEGMYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACAxFR/9oADAMBAAIRAxEAPwC55GJPElyBAmvtQNVlTPStqKAbJF9hVfMrGO22dEWlKegAfQxjCNVa1HyK5BVeT//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"R7a8F0XZWV","title":"Facebook’s Oversight Board has upheld Trump’s ban — what’s next?","shortId":"R7a8F0XZWV","createdAt":"2021-05-11T13:03:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012303,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:01:00.000Z","url":"https://www.theverge.com/22428768/facebook-oversight-board-trump-ban-kate-klonick-interview","canonicalUrl":"https://www.theverge.com/22428768/facebook-oversight-board-trump-ban-kate-klonick-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8fc04bfceec31403c44d8679d0e0877","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMEAAUREhMhFTFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAeEQACAgAHAAAAAAAAAAAAAAABAgARAwQFEzHB8P/aAAwDAQACEQMRAD8Als3eR5O4NLCFIcfhMoJHbZ3BJB+7nqq8qY7HkvM5241lGfWcHFKUAEXdIr1CVHTQGzWOp4vsz//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_13C55ri6x","title":"The team behind Alto’s Adventure is launching a new app — and studio — aimed at kids","shortId":"_13C55ri6x","createdAt":"2021-05-11T13:03:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22429475/pok-playroom-app-game-snowman-altos-adventure-release-date","canonicalUrl":"https://www.theverge.com/2021/5/11/22429475/pok-playroom-app-game-snowman-altos-adventure-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe4f07b5abdb4dba39791e45ceb20bc2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARBRIVITFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEgMEBiKB/9oADAMBAAIRAxEAPwDb5fl+0VLMCVkkihiDFS7DrGvR+ZLUmuyVIZBNVUMito1EbWx9Pk/pxjInIXmFLqZstZEL/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TlYuKW64n","title":"Getting hospitals ready for the next pandemic","shortId":"TlYuKW64n","createdAt":"2021-05-11T13:03:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://www.theverge.com/22412046/hopsital-infrastructure-health-care-system-pandemic-coordination-covid","canonicalUrl":"https://www.theverge.com/22412046/hopsital-infrastructure-health-care-system-pandemic-coordination-covid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/382a3985b01d2924f803cd1d692da623","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIAAwQREiEFUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQACAwQREiMxssH/2gAMAwEAAhEDEQA/AMa8bl6NJTrs+iqxByvfsi3xZL24QsWK1GGffYiDhOwhLeMqaN55N+zh4v/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fnbV0IG5Q","title":"SteelSeries’ budget-friendly Rival 5 is packed with buttons","shortId":"fnbV0IG5Q","createdAt":"2021-05-11T13:02:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012302,"tagsStr":"testing,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T13:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428555/steelseries-rival-5-wired-gaming-mouse-price-specs","canonicalUrl":"https://www.theverge.com/2021/5/11/22428555/steelseries-rival-5-wired-gaming-mouse-price-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8311eee0f37d205d84722ef4d159fe59","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQRBRMUISJx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwDI25paur0dl/i4/jyscMggAuz96VyIi2esisE//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ia61Eogfz","title":"Everything You Need to Know About the 2020 NBA Hall of Fame Class","shortId":"Ia61Eogfz","createdAt":"2021-05-11T12:51:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012291,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:47:16.000Z","url":"https://www.theringer.com/nba/2021/5/11/22423835/everything-you-need-to-know-about-the-2020-nba-hall-of-fame-class","canonicalUrl":"https://www.theringer.com/nba/2021/5/11/22423835/everything-you-need-to-know-about-the-2020-nba-hall-of-fame-class","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/125d39e1f603c3ed5d86880490700b59","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAAYBBQAAAAAAAAAAAAABAwACBBESUQUTFiEx0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECBBEy/9oADAMBAAIRAxEAPwCgTxye361i5FSrpVtHTMlwzKTySb+9aiIFCkgHEC+ifsIQ4zbqtlGemf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"432urST30","title":"The Definitive Ranking of Pop Culture Bugs","shortId":"432urST30","createdAt":"2021-05-11T12:51:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012291,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:45:12.000Z","url":"https://www.theringer.com/pop-culture/2021/5/11/22428629/pop-culture-bugs-ranked-bunny-beatles-mothra","canonicalUrl":"https://www.theringer.com/pop-culture/2021/5/11/22428629/pop-culture-bugs-ranked-bunny-beatles-mothra","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/545415fa8f2021816d2b8b7f792c06bf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQMEAwAAAAAAAAAAAAABAgMABBEFBhIhMUFR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8ArdwXVwugaheQyBGEzwujDkrjmFJxno46HzOarbCGJbG3VYwFEagDz6pSh3CI/9k=","siteTwitter":"","creatorTwitter":"","readTime":23,"description":null,"toc":null,"summary":null},{"id":"SwLKLbQLK","title":"Kevin Garnett Made Anything Possible","shortId":"SwLKLbQLK","createdAt":"2021-05-11T12:44:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012284,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:42:59.000Z","url":"https://www.theringer.com/nba/2021/5/11/22424766/kevin-garnett-hall-of-fame-minnesota-timberwolves","canonicalUrl":"https://www.theringer.com/nba/2021/5/11/22424766/kevin-garnett-hall-of-fame-minnesota-timberwolves","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f192c093ffce078895ac818219469cac","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAwABAhEEBSESFCIxwf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxEAAAUEAwAAAAAAAAAAAAAAAAECBBEDBRKxBhNB/9oADAMBAAIRAxEAPwCzt9kYewPltGD9gVxjg91Lxt755+La4R4ZGGAzi6XIOM6v1bWiKM5BbmyWbZSUQeJanZyEWzmr21Cy9Mf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"R0EElB-jq","title":"How to Get Your First Developer Job through Intelligent, Genuine Networking","shortId":"R0EElB-jq","createdAt":"2021-05-11T01:49:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":155,"score":27012279,"tagsStr":"tech-news,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T01:38:36.000Z","url":"https://www.freecodecamp.org/news/networking-for-aspiring-developers/","canonicalUrl":"https://www.freecodecamp.org/news/networking-for-aspiring-developers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05abba095fcb617d8296d3bd0aa6b084","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQRIQUGBxIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHREAAQIHAAAAAAAAAAAAAAAAAQACAwQFETFiwf/aAAwDAQACEQMRAD8Ap+O5I77u/ExW7yWsmwsqorHKj2OjrBCkZ+7rcbi37I1xKYeTs0iLEopgyVGdDP7SlXq+LTDRr0ooWF//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@KenTheRogers","readTime":12,"description":null,"toc":null,"summary":null},{"id":"aOVlgLD1c","title":"Asus’ new Zephyrus M16 has a 16:10 screen and Intel Tiger Lake H processor","shortId":"aOVlgLD1c","createdAt":"2021-05-11T12:31:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012271,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:30:00.000Z","url":"https://www.theverge.com/2021/5/11/22425078/asus-intel-zephyrus-m16-gaming-laptop-tiger-lake-h-chips","canonicalUrl":"https://www.theverge.com/2021/5/11/22425078/asus-intel-zephyrus-m16-gaming-laptop-tiger-lake-h-chips","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9f0cb2d8da752084732997aa9b2b14a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAARBRJRYcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAESESH/2gAMAwEAAhEDEQA/AM6cClleQs13dGxj3B6g61995HuWm2rj7DpEsayTJHySdnGMTbnAyqrOn//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_DoeARVGl","title":"The Magic of the Lions & Chris Harris","shortId":"_DoeARVGl","createdAt":"2021-05-11T12:30:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012270,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:26:57.000Z","url":"https://www.theringer.com/2021/5/11/22430235/the-magic-of-the-lions-chris-harris","canonicalUrl":"https://www.theringer.com/2021/5/11/22430235/the-magic-of-the-lions-chris-harris","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cb301550f0c56dd2ce3aa8eaf13d38c6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIFAAMEETEGBxMhYf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAgEFAAAAAAAAAAAAAAAAAREAAgMiUWH/2gAMAwEAAhEDEQA/AI8B0Nbv9xpWDaRv+DDwrWQrMgYMXfRBXfFbMRUJbARoKOZl9Ei0F390OKUqqkCRsxLuNIXZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"iP6ooaDJk","title":"Rachel Khong Returns to Discuss Canned Tuna Recipes","shortId":"iP6ooaDJk","createdAt":"2021-05-11T12:23:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012263,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:17:41.000Z","url":"https://www.theringer.com/2021/5/11/22430229/rachel-khong-returns-to-discuss-canned-tuna-recipes","canonicalUrl":"https://www.theringer.com/2021/5/11/22430229/rachel-khong-returns-to-discuss-canned-tuna-recipes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6248f1b05b4ce7d70a15c8b4c7072735","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDABExBAYSQRMhof/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAgEQABAwIHAAAAAAAAAAAAAAABAgQRAAMFEhMhQXGh/9oADAMBAAIRAxEAPwC7t/yS7flZXCqjMGBW/IZsD1m3eKyUuniWV1LTEhiL8x7+UpRfDFaq7+feFQPTTFwS3cEWiRM89V//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vU25zaei-","title":"Welcome to Bug Day on The Ringer","shortId":"vU25zaei-","createdAt":"2021-05-11T12:23:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012263,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:18:08.000Z","url":"https://www.theringer.com/2021/5/11/22430224/welcome-to-bug-day-on-the-ringer","canonicalUrl":"https://www.theringer.com/2021/5/11/22430224/welcome-to-bug-day-on-the-ringer","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2d99caa513c151d9073657602d18deb6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQIFBQEAAAAAAAAAAAAAAQIDAAQFESEGEhQxQSL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQEBAQEAAAAAAAAAAAAAAAECAANB/9oADAMBAAIRAxEAPwCLUWsp+QrFcU0p4cVbnwh4pQoBZCbpt3gXPuY3WgvuTlDp00+bvPSzbi9uBuKQTYedwhEfLnM0oZ7tqQfN/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"mRhfZHnmZ","title":"A Future Political Star’s Favorite Wu-Tang Song and the Problem With Politics","shortId":"mRhfZHnmZ","createdAt":"2021-05-11T12:16:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:13:16.000Z","url":"https://www.theringer.com/2021/5/11/22430218/future-political-stars-favorite-wu-tang-song-problem-with-politics","canonicalUrl":"https://www.theringer.com/2021/5/11/22430218/future-political-stars-favorite-wu-tang-song-problem-with-politics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49ea47deb1d08465c6e245876c3c2295","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFIQYTkQcREiMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCMzVNxi63W+iE8xo31sEDYd0+AiI2i0j4cZ74zytPC20oA9LeERIV//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"BENYe35I2","title":"The Best Picture Match Game With Sam Esmail","shortId":"BENYe35I2","createdAt":"2021-05-11T12:16:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:03:52.000Z","url":"https://www.theringer.com/2021/5/11/22430023/the-best-picture-match-game-with-sam-esmail","canonicalUrl":"https://www.theringer.com/2021/5/11/22430023/the-best-picture-match-game-with-sam-esmail","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b7a222fb26314404a0a07e6820f196c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAwECBAARIQUGEjETFSJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQADAQAAAAAAAAAAAAAAAAAAATFR/9oADAMBAAIRAxEAPwC/vPfWsQtbeWIkMHrCM8bRgshOZuDkfnPy1Uxbu/dbTFNNNFCVxwI57EcqIDGU/aUqtDiP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cAGjaOrwS","title":"Kyle Higashioka on His Journey to the Bronx, Catching Cole, and More","shortId":"cAGjaOrwS","createdAt":"2021-05-11T12:16:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T12:05:53.000Z","url":"https://www.theringer.com/2021/5/11/22430006/kyle-higashioka-on-his-journey-to-the-bronx-catching-cole-and-more","canonicalUrl":"https://www.theringer.com/2021/5/11/22430006/kyle-higashioka-on-his-journey-to-the-bronx-catching-cole-and-more","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14b4b129d9684cb1183df7a85fb24e63","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAURBCEGEhQxQULR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQABBQEBAAAAAAAAAAAAAAABAAIDEUEEEv/aAAwDAQACEQMRAD8Aw8Fhtr8GCJtKjzaeYr1EmWkKk7KPUAczeD3zkVClnhRFVZZQqjAG3ylKA+Z4qjitRc0R9W3V/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"nnJXaLk05","title":"A Top New York Restaurant Is Going Vegan. It Could Backfire","shortId":"nnJXaLk05","createdAt":"2021-05-11T12:03:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012243,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T08:00:00.000Z","url":"https://www.wired.com/story/top-new-york-restaurant-going-vegan-could-backfire/","canonicalUrl":"https://www.wired.com/story/top-new-york-restaurant-going-vegan-could-backfire/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d1bf31259d0a373b3e471424bd6b24f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBhIhFiIjUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgABUf/aAAwDAQACEQMRAD8AyKw1pO6xwLaopijExYOTuaMFl4xj2PtVPVt3ded7Sw3S95zCCcnmlKBB5LWr/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QH50DC1Bn","title":"Baby minke whale euthanized after getting trapped in Thames River","shortId":"QH50DC1Bn","createdAt":"2021-05-11T11:58:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012238,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:35:02.000Z","url":"https://www.livescience.com/baby-minke-whale-put-down-london.html","canonicalUrl":"https://www.livescience.com/baby-minke-whale-put-down-london.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00444c65121f829ae697984ae9c2f985","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEABEFIQYSMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABsRAAEEAwAAAAAAAAAAAAAAAAABAxEhEmHB/9oADAMBAAIRAxEAPwCDVn4qTiJGtQ2rV6aQV3MjAKXO26YHaqAB8Gz+gZEfxlJ2MpnVTIfYqqdDfehs4xkMXlpeIHKg/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zbbYGJmao","title":"Hapless star 'spaghettified' by black hole. And astronomers capture the gory show in a first.","shortId":"zbbYGJmao","createdAt":"2021-05-11T11:57:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012237,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:36:22.000Z","url":"https://www.livescience.com/spaghettified-star-silohuoette.html","canonicalUrl":"https://www.livescience.com/spaghettified-star-silohuoette.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1acbfc96d8919d609b42c77c2b303236","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQADBAIFEQYSITElk9L/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRsf/aAAwDAQACEQMRAD8AxV2/2FqC1RB03GokADe5IJeFRxyees9qcdQtZPg7R6avpERKjZU9zjM4J//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ipECZuIWE","title":"Astronomers keep finding mysterious circular rings in the sky and don't know how to explain them","shortId":"ipECZuIWE","createdAt":"2021-05-11T11:22:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:10:13.000Z","url":"https://www.livescience.com/odd-radio-circle.html","canonicalUrl":"https://www.livescience.com/odd-radio-circle.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c3113cf0ebb839c7ed837e56936003f","ratio":1.16618075801749,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAEDB//EAB0QAAEEAgMAAAAAAAAAAAAAAAEAAgMREjFRUoH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAx/9oADAMBAAIRAxEAPwDCYmwOhkdLJjIBbA0Xkb0eFK2diEHXiShH/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"8q8e0ESZ1","title":"Benchmarking can help radiology practices evaluate performance","shortId":"8q8e0ESZ1","createdAt":"2021-05-11T07:16:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":27012190,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132334&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132334","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a21818bbbe9b9ba11762bca794165471","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAJxAAAQMDAgQHAAAAAAAAAAAAAQIDEQAEBRIxBhMVISIyNGJygbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxES/9oADAMBAAIRAxEAPwAXi2WLDGWikMoehpbnILHnStOxMTAImZmOw3qecVakknAGfbfED68O1PeEkJ6DdL0jWNlR3FZtc+od+Z/aaavnMhNblidn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CIR44Q9Aq","title":"Medieval shrine gets stone carving of face wearing a COVID-19 mask","shortId":"CIR44Q9Aq","createdAt":"2021-05-11T11:08:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27012188,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:03:00.000Z","url":"https://www.livescience.com/st-albans-cathedral-face-mask-carving.html","canonicalUrl":"https://www.livescience.com/st-albans-cathedral-face-mask-carving.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0278b3ebb7bd00e99b92c1d0f739ffc8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQRUQUGITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMp1N3pcTb0KqqUe2QAKxwpGSfu8y5QMSd+xEBV//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Qi8qEr7FI","title":"MSI’s new laptops take aim at the 16-inch MacBook Pro","shortId":"Qi8qEr7FI","createdAt":"2021-05-11T11:05:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428828/msi-gaming-laptops-creator-z16-m16-ge76-gs66-prices-specs","canonicalUrl":"https://www.theverge.com/2021/5/11/22428828/msi-gaming-laptops-creator-z16-m16-ge76-gs66-prices-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/098242d1f89752bca35b4fce7d62cca3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFEiEGEzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQb/xAAcEQABBQADAAAAAAAAAAAAAAABAAIDESEEcbH/2gAMAwEAAhEDEQA/AJJtp6lxmdkyFMSVrCWyhQpACRyB67BNKr8IP28p2t8thv66K9L0MZ6S40hbrnsrmsgEqqurNnGMoYZXjAcoIm40c77eN7I8pf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"h1_1BwdaR","title":"This Is Your Brain Under Anesthesia","shortId":"h1_1BwdaR","createdAt":"2021-05-11T11:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.wired.com/story/this-is-your-brain-under-anesthesia/","canonicalUrl":"https://www.wired.com/story/this-is-your-brain-under-anesthesia/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c315b8a934d13a314aa44ffbc48a9f1d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQACEQMEBRITQf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhEAAgEDBQAAAAAAAAAAAAAAAQIAAwQFM0FywcL/2gAMAwEAAhEDEQA/AM/j8f3wt3e9S1lrsH0tQRVkCCT5EqOiIFSYszg7HqXTG61xz8rP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"yW0oDsXHK","title":"Dell’s new XPS 15 and XPS 17 get upgraded with Intel’s long-awaited 11th Gen H-series chips","shortId":"yW0oDsXHK","createdAt":"2021-05-11T11:05:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"tech-news,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428917/dell-xps-15-17-refresh-update-intel-chips-10nm-nvidia-gpu","canonicalUrl":"https://www.theverge.com/2021/5/11/22428917/dell-xps-15-17-refresh-update-intel-chips-10nm-nvidia-gpu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ebfcdcc752981a59cc83e089402edaf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQGEVEFEkH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABsRAAICAwEAAAAAAAAAAAAAAAECAAMRITFB/9oADAMBAAIRAxEAPwC63+jIO3+bspyQj2mgIWVmFaqq+wADAcnv5NurPKKewDERFy2AfJNKkrJZRs9n/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"c0SIz_you","title":"Razer claims its new Blade 15 is the ‘thinnest’ 15-inch RTX gaming laptop","shortId":"c0SIz_you","createdAt":"2021-05-11T11:05:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming,php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428604/razer-blade-15-gaming-laptop-mid-2021-intel-h-series-nvidia-rtx-3080-thin-15-inch-specs","canonicalUrl":"https://www.theverge.com/2021/5/11/22428604/razer-blade-15-gaming-laptop-mid-2021-intel-h-series-nvidia-rtx-3080-thin-15-inch-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67cc9b64e2ef74d97d6c6d93315c79d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAURBAYxEhMhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAAMBAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AI24LfprtfdvKKVKkycS2fTkzGCcescc/a3TVLgycYKQIxJAHaHgUpTUT6eH/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"lFI4cMLMK","title":"Lenovo’s Legion 7i and 5i Pro gaming laptops have tall 16:10 QHD displays","shortId":"lFI4cMLMK","createdAt":"2021-05-11T11:05:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22429417/lenovo-legion-7i-5i-pro-gaming-laptops-intel-h-series-qhd-16-10-aspect-ratio","canonicalUrl":"https://www.theverge.com/2021/5/11/22429417/lenovo-legion-7i-5i-pro-gaming-laptops-intel-h-series-qhd-16-10-aspect-ratio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/790228502a7bbf73843ca51ee03c7a2a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQREgcxBSFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AJcteMbY5snsuk9G1UOhja7Ggj6cRkZ1+FasLMntEVLsBl//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jLHzZZdaM","title":"HP’s ZBook Studio G8 is a serious laptop that isn’t afraid to show its fun side","shortId":"jLHzZZdaM","createdAt":"2021-05-11T11:05:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428900/hp-zbook-studio-g8-workstation-laptop-gaming-nvidia-rtx-3080-intel-core-i9-h-series","canonicalUrl":"https://www.theverge.com/2021/5/11/22428900/hp-zbook-studio-g8-workstation-laptop-gaming-nvidia-rtx-3080-intel-core-i9-h-series","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04e0e20ef613785ea8ec7ab0f5abd072","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIABAMGQQUHERITISP/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKnM3gdOzrjUt1sOHzK2MdxQkn5rv1mkKYC1MAUAKEUADb1ESD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_fyJTk5d4","title":"Intel’s flagship Tiger Lake-H mobile chips are here to take on Ryzen 5000","shortId":"_fyJTk5d4","createdAt":"2021-05-11T11:05:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22423545/intel-tiger-lake-h-mobile-processors-11th-gen-laptops","canonicalUrl":"https://www.theverge.com/2021/5/11/22423545/intel-tiger-lake-h-mobile-processors-11th-gen-laptops","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/282558cd06146ef5cb10e2b36ea61de0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwIGAwAAAAAAAAAAAAADAQIEABEFBhIhMXETQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB0RAAAGAwEAAAAAAAAAAAAAAAABAwQREgIhIsH/2gAMAwEAAhEDEQA/AJQ+fpDzT4Z8NhnWWjYwyFu7wX31NThee7om/qo+PEOYAyLNMmtqOt8undKUn3CKddSXhCluVlM5H//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"i1vC7pnHa","title":"'Imaginary' numbers are real (sort of)","shortId":"i1vC7pnHa","createdAt":"2021-05-10T11:47:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010787,"tagsStr":"math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:36:04.000Z","url":"https://www.livescience.com/imaginary-numbers-real-quantum.html","canonicalUrl":"https://www.livescience.com/imaginary-numbers-real-quantum.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b7abbc8824a7f0f8274963945bc51e9c","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwURBBITIf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAyEx/9oADAMBAAIRAxEAPwDI8ZfxqcSVsoLPoFWGh1GpLWhTY58q/pMRJ6lrCfEf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3A1DzK3A1","title":"Nvidia’s RTX 3050 Ti can deliver 60fps gameplay in more budget-friendly laptops","shortId":"3A1DzK3A1","createdAt":"2021-05-11T11:05:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012185,"tagsStr":"hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22423474/nvidia-rtx-3050-ti-60fps-gaming-laptops-features-specs-performance-price","canonicalUrl":"https://www.theverge.com/2021/5/11/22423474/nvidia-rtx-3050-ti-60fps-gaming-laptops-features-specs-performance-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d092251b031f4179d7f665d3b3ea0182","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIxBiJBYZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAC/9oADAMBAAIRAxEAPwDMuj5l0C3ivbdWlllRhiTaQhB5XtyM/fdTJdaupJHeWRnkYksx25J8nilKUqX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yqpx2SjVi","title":"How to Take a Slick, Professional Headshot With Your Phone","shortId":"yqpx2SjVi","createdAt":"2021-05-11T11:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27012183,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.wired.com/story/how-to-professional-headshot-smartphone-camera/","canonicalUrl":"https://www.wired.com/story/how-to-professional-headshot-smartphone-camera/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b611861032d8fdad78d833fcc8ee9e4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgIDAQADAAAAAAAAAAAAAQIDBAAFESEHMlL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMRIcH/2gAMAwEAAhEDEQA/AMVDVhsbvWUN6h2UViIRrIWKSRKY0ZQre/UsTznD73K2HxckF+zCm2YrHKyAmv7wEj9YxitQ27LVah6Q7dJJ8n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"IWhCqmSk8","title":"Audien inducts first solo single of 2021 ‘Learn To Love Again’ on Armada","shortId":"IWhCqmSk8","createdAt":"2021-05-11T11:01:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012181,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/audien-inducts-first-solo-single-of-2021-learn-to-love-again-on-armada/","canonicalUrl":"https://dancingastronaut.com/2021/05/audien-inducts-first-solo-single-of-2021-learn-to-love-again-on-armada/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9b7973d884e5e4a298c43eb790805ee","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQISABEhAwQFExUxUZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAAxHB8P/aAAwDAQACEQMRAD8AzjiNXkO0zCBtuGjMuMG18D1YZqFrbt+q81QtI3MR5+UpSbgmRMJq2Vd0L7lOs//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Y7_cfYIFy","title":"illustrations 20-21","shortId":"Y7_cfYIFy","createdAt":"2021-05-11T11:00:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27012180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/118369457/illustrations-20-21","canonicalUrl":"https://www.behance.net/gallery/118369457/illustrations-20-21","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e1da2cd78665e3d6d436c5639b4d74d","ratio":1.21422376409367,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgEEAwAAAAAAAAAAAAAAAAECAwQRFBUzgf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8AwVhq8ZcqtFOu+tuWMeEoAEXldl//2Q==","siteTwitter":"@behance","creatorTwitter":"@tobiashall","readTime":null,"description":null,"toc":null,"summary":null},{"id":"9OvUWzU-p","title":"WaterBear – The College of Music, Carl Cox unveil scholarship for electronic music education","shortId":"9OvUWzU-p","createdAt":"2021-05-11T10:53:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012173,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:50:00.000Z","url":"https://dancingastronaut.com/2021/05/waterbear-the-college-of-music-carl-cox-unveil-scholarship-for-electronic-music-education/","canonicalUrl":"https://dancingastronaut.com/2021/05/waterbear-the-college-of-music-carl-cox-unveil-scholarship-for-electronic-music-education/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dd7380b2e77b73e958779632a31b119b","ratio":1.49953139643861,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFETEGBxIhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACBBNB/9oADAMBAAIRAxEAPwCnL3DVXxkeOtHa3aO4kZXVVPkQACSOefmtGswuM51HJcSuBGAzE6E7etmlKC5NwE7Kmqqs/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QnK6iAsVT","title":"Axon Framework 102: Dealing with personal data","shortId":"QnK6iAsVT","createdAt":"2021-05-11T06:07:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"codecentric","views":9,"score":27012166,"tagsStr":"backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T05:00:32.000Z","url":"https://blog.codecentric.de/en/2021/05/axon-framework-102-dealing-with-personal-data/","canonicalUrl":"https://blog.codecentric.de/en/2021/05/axon-framework-102-dealing-with-personal-data/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e74650d50568bdc506a05ad850774f69","ratio":3.57471264367816,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxABAAIDAQEAAAAAAAAAAAAAAQACBBEhA2H/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AND4+L42qrTrZ6KSkqABvR9YiTm//9k=","siteTwitter":"@codecentric","creatorTwitter":"@codecentric","readTime":5,"description":null,"toc":null,"summary":null},{"id":"f21otzcmO","title":"Summer Is Coming. So Are Trillions of Brood X Cicadas.","shortId":"f21otzcmO","createdAt":"2021-05-11T10:35:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012155,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:30:00.000Z","url":"https://www.theringer.com/2021/5/11/22429664/cicadas-brood-x-emergence-17-year-wait","canonicalUrl":"https://www.theringer.com/2021/5/11/22429664/cicadas-brood-x-emergence-17-year-wait","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/362da1f1ca1eb1895462d3fc811b0cc6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQIDBAAFEQYSITFBI//EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAD/9oADAMBAAIRAxEAPwCXUGsp8G7XpTS3kiMtwBtDxS2ras4ynHfAyfea3Kwvrm2O3Snz9X4zbq9vA3KSCcDzulKFy5zNKGRdtSDv/9k=","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"473Q48AXa","title":"HI-LO completes Filth On Acid EP with Will Clarke-aided ‘Check’","shortId":"473Q48AXa","createdAt":"2021-05-11T10:31:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012151,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:30:00.000Z","url":"https://dancingastronaut.com/2021/05/hi-lo-completes-filth-on-acid-ep-with-check/","canonicalUrl":"https://dancingastronaut.com/2021/05/hi-lo-completes-filth-on-acid-ep-with-check/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12f1a4fa4b1135fe51558f433176c368","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIEBQADERITISIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB4RAAIBBAMBAAAAAAAAAAAAAAECEQADITEEBRJh/9oADAMBAAIRAxEAPwCmxkIRlckmlxqhUay47TdJtbZUQFLOFZ19Lz5IH2sHKytgyjwtlFVjmXxnVQynY46JyOqUovjdZbKrc9MCQJg/BnVNm0Ud0RmEGMEjVf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"TfYQxLd50","title":"Best Elementor Addons For 2021","shortId":"TfYQxLd50","createdAt":"2021-05-11T10:30:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27012150,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:29:27.000Z","url":"https://wp-content.co/best-elementor-addons-for-2021/","canonicalUrl":"https://wp-content.co/best-elementor-addons-for-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a31799dbc0d78de00a0bbc12bdd56eef","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQMEEiExQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8Ay/Lso2nhwDV11ZAbzKpDvZHk3RquuvZk/I/TES7kwh//2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"XJbsqTnJv","title":"7 Best Text-To-Speech WordPress Plugins","shortId":"XJbsqTnJv","createdAt":"2021-05-11T10:30:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27012150,"tagsStr":"machine-learning,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:26:37.000Z","url":"https://www.wpexplorer.com/text-to-speech-wordpress-plugins/","canonicalUrl":"https://www.wpexplorer.com/text-to-speech-wordpress-plugins/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aae1ac62fc8d53d6ad46d106eba63dba","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACBBEDITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A3qXjL5UcjI9tOBAB1rtj21WiKqH/2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DoEvbcX_C","title":"Ultimate Guide to WordPress Categories & Tags","shortId":"DoEvbcX_C","createdAt":"2021-05-11T10:30:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27012150,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:48:33.000Z","url":"https://www.wpexplorer.com/wordpress-categories-tags/","canonicalUrl":"https://www.wpexplorer.com/wordpress-categories-tags/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbeff10c0681125b45707c04124d06ba","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAAhEhBBIGFGL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEQIh/9oADAMBAAIRAxEAPwDRvOua5N+JZbn0FTkUWzrUnOjbW8S/o879t4z9REErdLs9yf/Z","siteTwitter":"@wpexplorer","creatorTwitter":"@digitalinkwell","readTime":6,"description":null,"toc":null,"summary":null},{"id":"uh1P6iuIo","title":"Late Nights With Heath Ledger: Stories From the Set of ‘A Knight’s Tale’","shortId":"uh1P6iuIo","createdAt":"2021-05-11T10:28:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012148,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:20:00.000Z","url":"https://www.theringer.com/movies/2021/5/11/22429725/knights-tale-heath-ledger-behind-the-scenes-stories-paul-bettany","canonicalUrl":"https://www.theringer.com/movies/2021/5/11/22429725/knights-tale-heath-ledger-behind-the-scenes-stories-paul-bettany","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2e7a352250d6432ea911529a9b3e9aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAQQCAgMBAAAAAAAAAAAAAQIDBBEABRQxBiEykf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADBBJB/9oADAMBAAIRAxEAPwCdZvJvlqthJmulvjReMUI+XKFgmqPojrrN6Bu95IgRnjtCguNpWUpjt0LANCwT+nGMIzGNarrE6kVyQ3J//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZorRgWChC","title":"Elephante releases his most personal piece to date—experience ‘High Water’","shortId":"ZorRgWChC","createdAt":"2021-05-11T10:23:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012143,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:15:00.000Z","url":"https://dancingastronaut.com/2021/05/elephante-releases-his-most-personal-piece-to-date-experience-high-water/","canonicalUrl":"https://dancingastronaut.com/2021/05/elephante-releases-his-most-personal-piece-to-date-experience-high-water/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2cdd08d6f5a4eaf6b2299ff4fedc7eea","ratio":1.50033489618218,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFEjERJEFRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEnH/2gAMAwEAAhEDEQA/AM9abYjPbWa6TXGtLtZ+FQA7wPXj5klmSWGxLGjo6I5UMV6EgHnGMiJO/TLQM7//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AGh6lOVlH","title":"The Night the Bugs Came for Joba Chamberlain","shortId":"AGh6lOVlH","createdAt":"2021-05-11T10:11:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012131,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:10:00.000Z","url":"https://www.theringer.com/mlb/2021/5/11/22428950/yankees-cleveland-bug-game-midges-joba-chamberlain","canonicalUrl":"https://www.theringer.com/mlb/2021/5/11/22428950/yankees-cleveland-bug-game-midges-joba-chamberlain","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1227de1d39fdde8203cf3b5994c5696","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAACAQMEAAURIQYSEyIx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADEjFBUWHw/9oADAMBAAIRAxEAPwCpvxjE5fxnoUgmnRaa8RO5H2RFyWtqmMJ8qhuVygs3GU2VlgmoOmKko7LCrulKLm4xE9rVLajncSXBv0V//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"YPjumSgSf","title":"If You Thought Playing NBA Defense Was Hard, Try Quantifying It","shortId":"YPjumSgSf","createdAt":"2021-05-11T10:11:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012131,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:00:00.000Z","url":"https://www.theringer.com/nba/2021/5/11/22423517/nba-defense-analytics-nikola-jokic","canonicalUrl":"https://www.theringer.com/nba/2021/5/11/22423517/nba-defense-analytics-nikola-jokic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75fc933e1d9627fbcffb221281c2e1cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgEDBAARMQUGEhQhM0FRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEfD/2gAMAwEAAhEDEQA/ANN0vUXpu4ZrB2EGHXGBsq4QOK+c381Rxpc8Y7ScyHQETtr6+lSlGvYwrXD2CJLWgsYZ2mf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hhO-pRUUy","title":"Most of All, Cicadas Sound Like Summertime","shortId":"hhO-pRUUy","createdAt":"2021-05-11T10:04:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27012124,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:50:00.000Z","url":"https://www.theringer.com/pop-culture/2021/5/11/22428860/cicadas-emerging-sound-of-summer-nostalgia","canonicalUrl":"https://www.theringer.com/pop-culture/2021/5/11/22428860/cicadas-emerging-sound-of-summer-nostalgia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f676edd928cb37d4eadcd960693b981","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAgMBAAAAAAAAAAAAAgEDBBEABQYhBxNBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCzmXjeDP5TCejSiinPffNxPUhihUR3Sr3dKi2v35VZqGq0zGu1cOEBuGEZkGUIl7JBFEtfzGMYUgDf/9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"XrHeOObRb","title":"Matt Nash returns to STMPD RCRDS with Nikki Ambers-backed ‘Ready Or Not,’ hints at debut LP","shortId":"XrHeOObRb","createdAt":"2021-05-11T10:01:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/matt-nash-returns-to-stmpd-rcrds-with-nikki-ambers-backed-ready-or-not-hints-at-debut-lp/","canonicalUrl":"https://dancingastronaut.com/2021/05/matt-nash-returns-to-stmpd-rcrds-with-nikki-ambers-backed-ready-or-not-hints-at-debut-lp/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/534e3f3b45d20766878d020b35a2694d","ratio":1.6338880484115,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDEQAEBxIFQRMxcYL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMh/9oADAMBAAIRAxEAPwCXxOUbtrIA5Fd9fllaS082GkQdYCUhO0a9z7+zWktZjt3WkOBu+AUAqPEjv90pTbVqvSSZLU4z/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0Di9zUNeJ","title":"Sasha shatters eight-year mix silence with ‘LUZoSCURA’","shortId":"0Di9zUNeJ","createdAt":"2021-05-11T09:46:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27012106,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:45:00.000Z","url":"https://dancingastronaut.com/2021/05/sasha-returns-after-eight-years-with-luzoscura-lockdown-mix-compilation/","canonicalUrl":"https://dancingastronaut.com/2021/05/sasha-returns-after-eight-years-with-luzoscura-lockdown-mix-compilation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa439c04781c308de671d10b1c083305","ratio":1.49765990639626,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABERIDBQQUIUGR8P/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAwADAAAAAAAAAAAAAAAAAAESESEi/9oADAMBAAIRAxEAPwDEdCWuLS58PLhs5coGYnF3jFQ3KI82Yfajn0tyraJ7fQiKtcpAneT/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"NTiYnmR5D","title":"The US is getting worried about microwave weapons that may not exist","shortId":"NTiYnmR5D","createdAt":"2021-05-11T09:14:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27012074,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277125-the-us-is-getting-worried-about-microwave-weapons-that-may-not-exist/","canonicalUrl":"https://www.newscientist.com/article/2277125-the-us-is-getting-worried-about-microwave-weapons-that-may-not-exist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ad63191dd669829dc0668d632ec7a033","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBABAAEDAwUAAAAAAAAAAAAAAQMAAgQFEVEGEhMigf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwDG6X1Drc2gQ4xBiGIWC2EVtxa7G77PK/KkZGXAZEoRQB3Ox4TmlKVoMl//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DZ54i5wtC","title":"Nothing’s debut Ear 1 wireless earbuds will launch in June","shortId":"DZ54i5wtC","createdAt":"2021-05-11T09:02:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27012062,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T09:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22428397/nothing-ear-1-true-wireless-earbuds-launch-carl-pei","canonicalUrl":"https://www.theverge.com/2021/5/11/22428397/nothing-ear-1-true-wireless-earbuds-launch-carl-pei","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43a52fa7d05e41e165c429dd0b19a7b2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAESEDBf/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAxExcf/aAAwDAQACEQMRAD8AxDs7L6QUHGQWa07KoiU9O5dBk20sn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q87e4OyiN","title":"CIA's hunt for Osama bin Laden fuelled vaccine hesitancy in Pakistan","shortId":"q87e4OyiN","createdAt":"2021-05-11T07:43:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011983,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.newscientist.com/article/2277145-cias-hunt-for-osama-bin-laden-fuelled-vaccine-hesitancy-in-pakistan/","canonicalUrl":"https://www.newscientist.com/article/2277145-cias-hunt-for-osama-bin-laden-fuelled-vaccine-hesitancy-in-pakistan/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2ded00f8d354dd54cc982f5230047c8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESESEzGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIEIRH/2gAMAwEAAhEDEQA/AMtuqIMyHHRHcEJxkdojkrcbSNle8eZGtZ+bqVt+3KbSpbjXIgE57faUoc1pYqNOOrp//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"bL-Q2eOa5","title":"AR could transform image-guided surgical planning, navigation","shortId":"bL-Q2eOa5","createdAt":"2021-05-11T07:16:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011956,"tagsStr":"data-science,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=adv&pag=dis&ItemID=132339&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132339","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/95b7172388769d0187ebbf66cd3db481","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGYRMUMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAA0ESIf/aAAwDAQACEQMRAD8Al2SbdyhqQE+T3WglY0nCQjQ0MY1nQFYNwmBM+SA2cB1Q+uz1SlUvrVGHIyCtyy+nZ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jwnXqTPqU","title":"Russell Coker: Echo Chambers vs Epistemic Bubbles","shortId":"jwnXqTPqU","createdAt":"2021-05-10T09:21:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27010641,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:47:31.000Z","url":"https://etbe.coker.com.au/2021/05/10/echo-chambers-epistemic-bubbles/","canonicalUrl":"https://etbe.coker.com.au/2021/05/10/echo-chambers-epistemic-bubbles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"bLm6JhCzW","title":"Women with genetic disorder more reassured after breast screening","shortId":"bLm6JhCzW","createdAt":"2021-05-11T07:16:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011956,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132342&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132342","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93d4020528df0b669da7ccc959b14a5e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAf/xAAhEAADAAEDBAMAAAAAAAAAAAABAgMEAAURBhIhMRVBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACETJh/9oADAMBAAIRAxEAPwB3SmNl/Gbxur5dkpuF7zwldWdcUqSkuF9ex3H6OqpsxyY7Pgyz96xbZiQmtqCAAdwo7jx+nk6mHVt7T6RBnWiE1nyVYjnydJxq0bHkzUckoCSSfPjRcOHkpajXWf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"y0qXBMIVp","title":"Lift As You Climb","shortId":"y0qXBMIVp","createdAt":"2021-05-11T02:08:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":15,"score":27011955,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T20:26:40.000Z","url":"https://code.likeagirl.io/lift-as-you-climb-7479cc491d2","canonicalUrl":"https://code.likeagirl.io/lift-as-you-climb-7479cc491d2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56b4fad4894b30b81cd24083b48d00a3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAgQI/8QAIBAAAQMDBQEAAAAAAAAAAAAAAwABAgQREgUyQUJRcv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/ANL6aEg51sy45FqJTa19tmi3PjK1Aff6dJBkGGX/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@_nancychauhan","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8hut_WZUV","title":"Oppo Find X3 Pro review: the Chinese phone to beat","shortId":"8hut_WZUV","createdAt":"2021-05-11T07:05:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011945,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.theverge.com/22411538/oppo-find-x3-pro-review","canonicalUrl":"https://www.theverge.com/22411538/oppo-find-x3-pro-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82560706b38671a1aa35353d0fecf16e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQRIQUxExVR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMEERL/2gAMAwEAAhEDEQA/AKdrH7S8SwmklUE5Zw56zoAdDH3dblByRWCNfErYUDJOzqlKlkL3HWGp/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EhdTaW5Nn","title":"Peak Design is launching a new used gear exchange","shortId":"EhdTaW5Nn","createdAt":"2021-05-11T07:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T07:00:00.000Z","url":"https://www.theverge.com/2021/5/11/22425546/peak-design-used-bags-equipment-marketplace-craigslist","canonicalUrl":"https://www.theverge.com/2021/5/11/22425546/peak-design-used-bags-equipment-marketplace-craigslist","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ee650d1ca072a0c8df0efeabff56f7e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAQQBBQAAAAAAAAAAAAAAAwABAgQRBRNTkfD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAyFB/9oADAMBAAIRAxEAPwDE07Ax6KQEqwiOQsXecmy7ewp348A+kRFThbHEz//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"eXBrNdR4s","title":"Armbian 21.05 verfügbar","shortId":"eXBrNdR4s","createdAt":"2021-05-11T06:37:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27011917,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T06:22:00.000Z","url":"https://linuxnews.de/2021/05/armbian-21-05-verfuegbar/","canonicalUrl":"https://linuxnews.de/2021/05/armbian-21-05-verfuegbar/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75051aa20aa3642a18518108cf193abf","ratio":0.845177664974619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFB//EAB0QAQACAgMBAQAAAAAAAAAAAAECAwAhBBETMRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AMBrrrIB6Rj0Gvy6xOyipnJ84O3fWR487kxALXo18MG8i5VbJ9u/uAV60IAcv//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"PsDTyWWO8","title":"Marque de l'État","shortId":"PsDTyWWO8","createdAt":"2021-05-11T06:36:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27011916,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.behance.net/gallery/96660857/Marque-de-lEtat","canonicalUrl":"https://www.behance.net/gallery/96660857/Marque-de-lEtat","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6f94855f0b5013f8bfbf5783df1e078","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQIAAwQRIWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0/gqK1etTYQGJ27lj0+yqIgf/9k=","siteTwitter":"@behance","creatorTwitter":"@agence4uatre","readTime":0,"description":null,"toc":null,"summary":null},{"id":"uZcyxmH4N","title":"Risk Management Strategy Fundamentals","shortId":"uZcyxmH4N","createdAt":"2021-05-11T00:19:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cshub","views":27,"score":27011894,"tagsStr":"security,business,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/risk-management-strategy-fundamentals","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/risk-management-strategy-fundamentals","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e1a2c3530fe0516d27ffef22362f194","ratio":1.50326797385621,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACAwURBAYHIRITFBUiYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERUf/aAAwDAQACEQMRAD8AgtO6DlDHwF1br0kZBuIYMI9x+uIstB7TpWzxPVuI24jzbn2dkRNXoMSP/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"h4TEr3Y-t","title":"Keychron K8 – günstige Tastatur mit Hotswap","shortId":"h4TEr3Y-t","createdAt":"2021-05-11T06:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27011887,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T05:51:25.000Z","url":"https://cstan.io/?p=12798","canonicalUrl":"https://cstan.io/?p=12798","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa5dcea04fba7d770574aec1212d3888","ratio":1.04347826086957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAb/xAAiEAACAQQCAQUAAAAAAAAAAAABAgMABAURITEiBhITQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABcRAQEBAQAAAAAAAAAAAAAAAAECAwD/2gAMAwEAAhEDEQA/AFZdfUdxmL5cdJPPbM49hR2AXY4XhtfRqyxk11DjbSO6lkE6QosgYchgBvfPe6FjHeKeX4mZNsr+J15db/dU13ZnZmYkk7JJ7qdpo3EryzIi0O//2Q==","siteTwitter":"","creatorTwitter":"@stankowic_devel","readTime":5,"description":null,"toc":null,"summary":null},{"id":"a_uwX2ZhG","title":"YunoHost 4.2 mit überarbeiteter Oberfläche","shortId":"a_uwX2ZhG","createdAt":"2021-05-11T05:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27011827,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T04:52:00.000Z","url":"https://linuxnews.de/2021/05/yunohost-4-2-mit-ueberarbeiteter-oberflaeche/","canonicalUrl":"https://linuxnews.de/2021/05/yunohost-4-2-mit-ueberarbeiteter-oberflaeche/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2b36f9e7e3beea31d413dcb0ea439984","ratio":2.94979079497908,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECAwQFEUExMlFhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAHhEAAQIHAQAAAAAAAAAAAAAAAQADAhEzNEFxsbL/2gAMAwEAAhEDEQA/AIosZhdLelrYaVIIt5oLvGmBmksrynj5Wr0ACLh3Y8hUioNHMj1f/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"4yK8aaZMU","title":"Most of computing’s carbon emissions are coming from manufacturing and infrastructure","shortId":"4yK8aaZMU","createdAt":"2021-05-10T17:08:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"facebook_code","views":135,"score":27011800,"tagsStr":"infrastructure,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-03-02T17:00:47.000Z","url":"https://tech.fb.com/sustainable-computing/","canonicalUrl":"https://tech.fb.com/sustainable-computing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5beafefa5cfc5d346d7a90844b11c4dd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQIDBBEABQYSIXGy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAABAgMABBH/2gAMAwEAAhEDEQA/AK9z6hJhQdPVFREDSyocAzxrqwDZVY8rM0vcLwUQpiHYNGmOvrGMHc3byfiORkSQmw6VGf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HfQ88h-V7","title":"Real-life Mario Kart looks amazing from the perspective of a self-flying Skydio drone","shortId":"HfQ88h-V7","createdAt":"2021-05-11T04:40:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011800,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T04:34:29.000Z","url":"https://www.theverge.com/tldr/2021/5/11/22429964/mario-kart-lawn-mower-skydio-drone-origiful-ian-padgham","canonicalUrl":"https://www.theverge.com/tldr/2021/5/11/22429964/mario-kart-lawn-mower-skydio-drone-origiful-ian-padgham","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/136c959cafec4c49b061996c12c1aaec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAERJRE0Rx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDIf/aAAwDAQACEQMRAD8AxUS7tIsoFqfIT5SNhDik8R0NHeUP2lmHnALSfoKPsK7+4xk9tbr1iAn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nAN7eIpIy","title":"DarkSide Hit Colonial Pipeline—and Created an Unholy Mess","shortId":"nAN7eIpIy","createdAt":"2021-05-11T00:24:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27011544,"tagsStr":"security,cyber,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T20:15:00.000Z","url":"https://www.wired.com/story/darkside-ransomware-colonial-pipeline-response/","canonicalUrl":"https://www.wired.com/story/darkside-ransomware-colonial-pipeline-response/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b4659443bc1f19e532e49e7027e772d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABREEITEGBxNBYaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAwIRFDFC/9oADAMBAAIRAxEAPwChufcG7JZ5EXT25PGcoU04GB62zz9/KhZerbhLI8kyaWSVyWZzEMsTydqUqZkSLoU46d2P/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"NL3HfFIPA","title":"‘Lethal Weapon 2’ With Bill Simmons, Chris Ryan, and Van Lathan","shortId":"NL3HfFIPA","createdAt":"2021-05-11T04:23:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011783,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T04:20:34.000Z","url":"https://www.theringer.com/2021/5/11/22428466/lethal-weapon-2-with-bill-simmons-chris-ryan-and-van-lathan","canonicalUrl":"https://www.theringer.com/2021/5/11/22428466/lethal-weapon-2-with-bill-simmons-chris-ryan-and-van-lathan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66460b5e761feaeef780cf8d539a168e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDAAQRBQYTIhIUITJx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIhQf/aAAwDAQACEQMRAD8AjeWgtNxHR5XM8RumlMh6sVCswT864rUTbOj3SLcehGnMOTxEkmBn5x9qUqbC4JpYf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"XvnBm_cL9","title":"Security keys are now supported for SSH Git operations","shortId":"XvnBm_cL9","createdAt":"2021-05-10T17:28:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":108,"score":27011750,"tagsStr":"security,authentication,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:20:08.000Z","url":"https://github.blog/2021-05-10-security-keys-supported-ssh-git-operations/","canonicalUrl":"https://github.blog/2021-05-10-security-keys-supported-ssh-git-operations/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a214f1ad9ebe88988750858dfb9a8f3","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBABAAIBBQAAAAAAAAAAAAAAAQACAwQhYZHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQADAQAAAAAAAAAAAAAAAAAAAREx/9oADAMBAAIRAxEAPwDL7q2whixV5KyblVXbo8iIekiP/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cdEHdmR0O","title":"Variable Aspect Ratio Card With Conic Gradients Meeting Along the Diagonal","shortId":"cdEHdmR0O","createdAt":"2021-05-10T14:35:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":214,"score":27011730,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-10T18:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-10T14:13:12.000Z","url":"https://css-tricks.com/variable-aspect-ratio-card-with-conic-gradients-meeting-along-the-diagonal/","canonicalUrl":"https://css-tricks.com/variable-aspect-ratio-card-with-conic-gradients-meeting-along-the-diagonal/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50c34e93c3b4c3b266e6ddf5f8b24087","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAREyExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBEAAQIFBQAAAAAAAAAAAAAAAQQRAAMhQWETMVFisv/aAAwDAQACEQMRAD8AjNOlK2lKpXiV9rHyuob72daAzRyVLAdgbSenyugxjALwNKS4el63zFJIHUKB2Hkb8nJrH//Z","siteTwitter":"@CSS","creatorTwitter":"@anatudor","readTime":10,"description":null,"toc":null,"summary":null},{"id":"3cjsWFyrT","title":"How to Ace Your Coding Interview – Advice from a Senior Software Engineer","shortId":"3cjsWFyrT","createdAt":"2021-05-10T17:08:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":109,"score":27011686,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:04:31.000Z","url":"https://www.freecodecamp.org/news/how-to-acing-your-coding-interview-advice-from-senior-software-engineer/","canonicalUrl":"https://www.freecodecamp.org/news/how-to-acing-your-coding-interview-advice-from-senior-software-engineer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7b5a53ad05980c356b7a4df04987265","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDBAARBRIhMUEGBxYicf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABEQD/2gAMAwEAAhEDEQA/AIfZbq5UHAJbMptpLOZyQt0FZUt9SjpzpYDYAfTesLKxfB3pTznjsE51lV1JJJuefbelKBblsN//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@ki_dchae","readTime":6,"description":null,"toc":null,"summary":null},{"id":"MreWsTHjm","title":"Taller and prettier plants are more likely to be studied by botanists","shortId":"MreWsTHjm","createdAt":"2021-05-11T02:33:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.newscientist.com/article/2277121-taller-and-prettier-plants-are-more-likely-to-be-studied-by-botanists/","canonicalUrl":"https://www.newscientist.com/article/2277121-taller-and-prettier-plants-are-more-likely-to-be-studied-by-botanists/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df89284294e26ef7ff9138cad6f1bc2b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIRAAMEBSEGEhQxEzJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQACAgMAAAAAAAAAAAAAAAACEQDwAQMh/9oADAMBAAIRAxEAPwCUssm6X+ppZoqShIneDej2khKAtW0OHAS+Hz1Gq0mprdxZL1c9R2JzxUB8dt8hCJ7DazbyIRTn/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BZcqLaxTH","title":"Will waiving patents for covid-19 vaccines boost global supplies?","shortId":"BZcqLaxTH","createdAt":"2021-05-11T02:33:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://www.newscientist.com/article/2277118-will-waiving-patents-for-covid-19-vaccines-boost-global-supplies/","canonicalUrl":"https://www.newscientist.com/article/2277118-will-waiving-patents-for-covid-19-vaccines-boost-global-supplies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/373bf49e490a00a45ee6dbb60c4a91d7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGEhQiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxEEMf/aAAwDAQACEQMRAD8Ars3GonHbTNhLhuMpueW47YdSvyEhB9SSD0z91je81l4/Fre8w26iB1StIUAZSyQCM7pSreapLWfRmEQLbXrVCD6J/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3obEryVUz","title":"Indian coronavirus variant in the UK seems to be more transmissible","shortId":"3obEryVUz","createdAt":"2021-05-11T02:33:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.newscientist.com/article/2277153-indian-coronavirus-variant-in-the-uk-seems-to-be-more-transmissible/","canonicalUrl":"https://www.newscientist.com/article/2277153-indian-coronavirus-variant-in-the-uk-seems-to-be-more-transmissible/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d136f6994a54530f083f04503aef047","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFESExQQYHEhQy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEAAwEBAAAAAAAAAAAAAAABABFBAhL/2gAMAwEAAhEDEQA/AIwvueYPBJbPEpQUeOSCZLeSFmK6H6B0bLffI1vY8b6KZFaWziaQgFj6CannilKn6ULyN4C02f/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"N3ewPxV4j","title":"The EU may make recycling e-waste a legal requirement – will it work?","shortId":"N3ewPxV4j","createdAt":"2021-05-11T02:33:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.newscientist.com/article/2277074-the-eu-may-make-recycling-e-waste-a-legal-requirement-will-it-work/","canonicalUrl":"https://www.newscientist.com/article/2277074-the-eu-may-make-recycling-e-waste-a-legal-requirement-will-it-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf1776b14f84e24139ed47bb6acf5ee5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFEQYSEyExQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAABEA/9oADAMBAAIRAxEAPwChI8TElxHc4608qQR3LuyAgxN10WPUsD71ob+fysvkeS8LtMhdWwhVhDK0YYwP70SN/VKVCJf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0hsLWJPKd","title":"India's plight could be repeated elsewhere if rising cases are ignored","shortId":"0hsLWJPKd","createdAt":"2021-05-11T02:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033333-500-indias-plight-could-be-repeated-elsewhere-if-rising-cases-are-ignored/","canonicalUrl":"https://www.newscientist.com/article/mg25033333-500-indias-plight-could-be-repeated-elsewhere-if-rising-cases-are-ignored/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d997125d1093720d7cc8f3477b4e1a8b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFETEHISMSExQXIv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8AlnNSXKdS6NTqd0dyXcV5KA0OVmwAQokb3ucYjG9wTrPE1JyCG0fKUlgEgDAvbeEISs10UspqUz//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JOiPzQilAB","title":"Apples review: A timely story of a pandemic that leads to memory loss","shortId":"JOiPzQilAB","createdAt":"2021-05-11T02:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2277011-apples-review-a-timely-story-of-a-pandemic-that-leads-to-memory-loss/","canonicalUrl":"https://www.newscientist.com/article/2277011-apples-review-a-timely-story-of-a-pandemic-that-leads-to-memory-loss/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e818accb99006f721724b1c7efdd6dd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQMEEQACBSEGBxITMdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAAL/2gAMAwEAAhEDEQA/ALua41jsm9dpLtEW7QoWFNVtaLFPJJ7vWoiNEVgFOlDAqXkP3UEmNW/KUpZG/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"27pot1mXm","title":"'Green' bitcoin alternative Chia is leading to hard disc shortages","shortId":"27pot1mXm","createdAt":"2021-05-11T02:33:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.newscientist.com/article/2277076-green-bitcoin-alternative-chia-is-leading-to-hard-disc-shortages/","canonicalUrl":"https://www.newscientist.com/article/2277076-green-bitcoin-alternative-chia-is-leading-to-hard-disc-shortages/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9e3b16d1a3241143d74428bdf06e036","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHxABAAEEAgMBAAAAAAAAAAAAAQMAAgQRBSEiM0FR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgb/xAAcEQADAAEFAAAAAAAAAAAAAAABAgQAAxEhMsH/2gAMAwEAAhEDEQA/AMVPzePDHi4+RFakd5f6y532HlrZ+9VHk51ULAfmqUp2W0LPoAOevuSb7hF5z//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1Ugwp1AO6","title":"Fish Food","shortId":"1Ugwp1AO6","createdAt":"2021-05-10T22:49:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27011449,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/119194683/Fish-Food","canonicalUrl":"https://www.behance.net/gallery/119194683/Fish-Food","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d56d14ae07701a858cd768cd06b29c3b","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABREEIQYSEyJBYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAwABAhEEgfAh/9oADAMBAAIRAxEAPwChtNzlGrDSyOkckBDRqxK825Gfe4GflT83E1uSaRJUPUViG7POd6UoQGSSTVfbSxgDab+dpf/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Je_OOMOc-","title":"Covid-19 news: Further easing of restrictions in England from 17 May","shortId":"Je_OOMOc-","createdAt":"2021-05-11T02:33:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27011673,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-further-easing-of-restrictions-in-england-from-17-may/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-further-easing-of-restrictions-in-england-from-17-may/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7652445d67c4c307596123cffdb0c81e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAwEBAAAAAAAAAAAAAQIDBBEABRITITFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAECAP/aAAwDAQACEQMRAD8AybWyY+yixYsbuDwUXEJdPLsWfVp5WCCQBV+CsnpkPVNy30OOOMrStQU2QTwN/LHhr8xjC5AHMWtI7//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":45,"description":null,"toc":null,"summary":null},{"id":"2tQTbeOdp","title":"Five Biggest Questions of the NFL Offseason","shortId":"2tQTbeOdp","createdAt":"2021-05-11T02:00:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011640,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T01:50:40.000Z","url":"https://www.theringer.com/2021/5/10/22429820/five-biggest-questions-of-the-nfl-offseason","canonicalUrl":"https://www.theringer.com/2021/5/10/22429820/five-biggest-questions-of-the-nfl-offseason","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/033c6da926061431cb79bb28674b3a91","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABEFEhUhgfD/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABsRAAIBBQAAAAAAAAAAAAAAAAECAAMRIVHB/9oADAMBAAIRAxEAPwCpZsT9y4aJrFhoXWdOhpCQpAD7HsH4ZUe/bd2d7MzMx2SW8k4xkGuxKpfXTBScz//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qZR_mOwAg","title":"Tip: Adding autocomplete to a password field","shortId":"qZR_mOwAg","createdAt":"2021-05-10T19:15:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"30seconds","views":26,"score":27011594,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/password-autocomplete-suggestion","canonicalUrl":"https://www.30secondsofcode.org/blog/s/password-autocomplete-suggestion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca489d7a6cedb1cd931fe1086df471d2","ratio":1.50375939849624,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFEjEGERMhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQEBAAMBAAAAAAAAAAAAAAACAQADETH/2gAMAwEAAhEDEQA/AM7rHUOrGyXa0TKsgDNGuzaNvYcEfOct1dHpyVoXeWgrMgYjwyeiRxjGFW2r1XC1E88mf//Z","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"kCcctsiho","title":"Epic and Apple are now fighting over a naked banana","shortId":"kCcctsiho","createdAt":"2021-05-11T00:50:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011570,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:45:13.000Z","url":"https://www.theverge.com/2021/5/10/22429267/epic-v-apple-fortnite-app-store-trial-peely-day-6","canonicalUrl":"https://www.theverge.com/2021/5/10/22429267/epic-v-apple-fortnite-app-store-trial-peely-day-6","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dcc9bab70b874c531698809fa0aa4d69","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFESEGEjEV/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIDERIxwf/aAAwDAQACEQMRAD8Azk2zR7XG7FqNIRIgPPEOM7SUq6DBzobzoCrlt4+1Mt0WShm1tIeaQ4G/nNq6AgHGT7jPtKUOTfPcs769klTRP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KUvOu5FNR","title":"Hans Zimmer isn’t the only composer that can make tech sounds, you know","shortId":"KUvOu5FNR","createdAt":"2021-05-11T00:50:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011570,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-11T00:45:51.000Z","url":"https://www.theverge.com/tldr/2021/5/10/22429697/hans-zimmer-bmw-car-driving-noise-other-comporsers","canonicalUrl":"https://www.theverge.com/tldr/2021/5/10/22429697/hans-zimmer-bmw-car-driving-noise-other-comporsers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d71d26ee275735da598085ae1f86b435","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIQYxERMy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/AMiW5x+O4z6psXFczzSlkuDIUeJwo2COxv561UwHAHho0Yjs73SlImv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"D2Tah1JjR","title":"Adjusted timeline for SharedArrayBuffers","shortId":"D2Tah1JjR","createdAt":"2021-05-10T16:20:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"chromium","views":19,"score":27011518,"tagsStr":"google-chrome,chromium","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://blog.chromium.org/2021/05/adjusted-timeline-for-sharedarraybuffers.html","canonicalUrl":"https://blog.chromium.org/2021/05/adjusted-timeline-for-sharedarraybuffers.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c46217f1629bcfc2ae6fbf2bb9c216aa","ratio":0.992551210428305,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQFIQAGBxESIoETMUFCof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBBESISJBkf/aAAwDAQACEQMRAD8ANrbMtAttJSU8Sy0U4HORWXClQQzAjuJyfwajbpw32RDc6yJryYGSZ1MXrKOghj2+PbSvCq4Vsewbk8dZUK9PDKIWWVgY8fXOPGsSkdpJGeRmd2JZmY8ySfknTU59OLfEqrwHxmztW+x//9k=","siteTwitter":"","creatorTwitter":"@ChromiumDev","readTime":null,"description":null,"toc":null,"summary":null},{"id":"N6VrwIhe5","title":"DiA to partner with SonoScape","shortId":"N6VrwIhe5","createdAt":"2021-05-10T23:55:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011515,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T23:37:29.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132341&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132341","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b72731025a86dad577f99913f9164b59","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDABEhBAUxBhIyYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAQCITH/2gAMAwEAAhEDEQA/AIe/6HTLC5jkUMgFlZCCzE2sPgzWdyLGsjL3pgkeJp71A7GCS7NjjPs0Ebk06zUgpfD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"4OccBIJSz","title":"ClearPoint signs deal for robotic system for MRI suite","shortId":"4OccBIJSz","createdAt":"2021-05-10T23:42:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011502,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T23:21:09.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132340&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132340","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f8977bb8f3e8152a1c5727a1d996407","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJRAAAQIEBQUBAAAAAAAAAAAAAQIDBAURIQAGEhRBEyIxUWKB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgMR/9oADAMBAAIRAxEAPwBFmaEmD0xiptCvubJ0h1RUSUBtFPA4Nrkeh+TMRGfollt9hqDDLqQtA6zg7SKi2q1sbDnNKUyGJbSAlGhwaQKClDxglJHFmSy8laq7dvn5GEIrqDtU1R//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"RW1z7trzt","title":"Bill Simmons’s NBA Must-Buys","shortId":"RW1z7trzt","createdAt":"2021-05-10T22:38:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:28:24.000Z","url":"https://www.theringer.com/2021/5/10/22429604/bill-simmonss-nba-must-buys","canonicalUrl":"https://www.theringer.com/2021/5/10/22429604/bill-simmonss-nba-must-buys","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d0c4242cf61356d7eb49d1a62aa49674","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABBAECBwAAAAAAAAAAAAABAAIDBBEFMQYIFSIjQVL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxIhIv/aAAwDAQACEQMRAD8Al3Wb1jWpKt65bt15GGNzJJi3dwAPbjbJKs1Xlx0+etFM7iO8HSMDz4vZGfpERGY1gZjLvbnXZ//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"M0OktfPL6","title":"Get Started With React By Building A Whac-A-Mole Game","shortId":"M0OktfPL6","createdAt":"2021-05-10T11:54:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":127,"score":27011481,"tagsStr":"webdev,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/get-started-whac-a-mole-react-game/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/get-started-whac-a-mole-react-game/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b0c2cf1f9af135e292ed6189a0e92d9","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQMCBAAFBjEREiEjMmH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDZNraRPTqlqwy5J4Z7oQCowCwF/I6cj95y1DeNh9Gs6dVXcxcZnyeSAcYxSAUYlu4NWMVVZ8Hm/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@jh3yy","readTime":24,"description":null,"toc":null,"summary":null},{"id":"51KOH6Pi8","title":"Dealing With an Absentee Web Design Client","shortId":"51KOH6Pi8","createdAt":"2021-05-10T23:12:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27011472,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T21:16:38.000Z","url":"https://speckyboy.com/absentee-web-design-client/","canonicalUrl":"https://speckyboy.com/absentee-web-design-client/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aef80448a962aaf8a3951f5f10c61396","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFIQYREiIxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgEAcf/aAAwDAQACEQMRAD8AxPH88smDvJbi1jktEkXtUDzViOh380KhPlJQ7BLGEqDok+xSlQOxLuMSg83/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"j6XtX1-rR","title":"Do I Have to Go Back to the Newsroom?","shortId":"j6XtX1-rR","createdAt":"2021-05-10T23:08:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011468,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:53:06.000Z","url":"https://www.theringer.com/2021/5/10/22429646/do-i-have-to-go-back-to-the-newsroom","canonicalUrl":"https://www.theringer.com/2021/5/10/22429646/do-i-have-to-go-back-to-the-newsroom","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d35371657773a72001bb28dfaeae92e3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAwECBBEABRIGISIxQWGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwARIf/aAAwDAQACEQMRAD8AxQuKi6fAbGHGYtRXGV26rrfTart0fchDMGZEBJLHRCGY0jqXlapa+PeMYLeSLJWA96clOjM5BO//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"P15yjEL2v","title":"NASA’s asteroid-punching spacecraft begins its trek back home","shortId":"P15yjEL2v","createdAt":"2021-05-10T22:48:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011448,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:46:09.000Z","url":"https://www.theverge.com/2021/5/10/22429078/nasa-asteroid-spacecraft-osiris-rex-begins-return-home-bennu","canonicalUrl":"https://www.theverge.com/2021/5/10/22429078/nasa-asteroid-spacecraft-osiris-rex-begins-return-home-bennu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7be30b5d2a9e13d0eaa02df6a2f51da8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAwABAhEEBQYicYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzntmQh42rGOCJ4jxpUOT0zvLiz+XfbKEiIP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"lvYWAtuGs","title":"Mother?s Day Marketing: 5 Infographics We Love","shortId":"lvYWAtuGs","createdAt":"2021-05-10T19:13:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27011233,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:30:39.000Z","url":"https://marketsplash.com/mothers-day-marketing/","canonicalUrl":"https://marketsplash.com/mothers-day-marketing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19b902e01cba2155fba2c67d95d538c3","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACERIDBCGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ANJieW6+wwRV9bcHYMj1SREGtRDIKl//2Q==","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":4,"description":null,"toc":null,"summary":null},{"id":"suTyX8VY4","title":"Rendering performance demo: 20.000 delta updates per second","shortId":"suTyX8VY4","createdAt":"2021-05-10T16:25:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":18,"score":27011441,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:25:19.000Z","url":"https://itnext.io/rendering-performance-demo-20-000-delta-updates-per-second-6f527d8eb8f5","canonicalUrl":"https://itnext.io/rendering-performance-demo-20-000-delta-updates-per-second-6f527d8eb8f5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7b14c1fa3e86a2574cf23077e01f14c","ratio":1.21334681496461,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgADBBEFBnESEyFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AIOw27odlb9lcVfPUKldUdzwSM44ks1JgxGPfyIhI//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Z_-XrDDxD","title":"The next PlayStation VR will be 4K and include eye-tracking, according to UploadVR","shortId":"Z_-XrDDxD","createdAt":"2021-05-10T22:39:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011439,"tagsStr":"tech-news,vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:36:33.000Z","url":"https://www.theverge.com/2021/5/10/22429523/playstation-vr-ps5-rumors-eye-tracking-foviated-render-4k-screen-haptics","canonicalUrl":"https://www.theverge.com/2021/5/10/22429523/playstation-vr-ps5-rumors-eye-tracking-foviated-render-4k-screen-haptics","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e2ca9c1af2380e24ea8e20985a06581","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAwMCBwAAAAAAAAAAAAABAAIEAwUSBjETIiRTcZHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDEQQSMoGx/9oADAMBAAIRAxEAPwC+zQ22rTVmmRCwR7hFFbgGk0FjtjzADIeR7UL5FPN3SRt+034iKXG4dn1MMr5W7PNmyv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rlNLxw7Ym","title":"Netflix Plüs, the Dominance of ‘Grey’s Anatomy,’ ‘Girls5Eva,’ and ‘Mare of Easttown’ Episode 4","shortId":"rlNLxw7Ym","createdAt":"2021-05-10T22:38:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:34:41.000Z","url":"https://www.theringer.com/2021/5/10/22429618/netflix-plus-the-dominance-of-greys-anatomy-girls5eva-and-mare-of-easttown-episode-4","canonicalUrl":"https://www.theringer.com/2021/5/10/22429618/netflix-plus-the-dominance-of-greys-anatomy-girls5eva-and-mare-of-easttown-episode-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f20b71cbc4997e0d6f36d1598f0baa2c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAwECBBEAIQUSBiIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAAAATEh/9oADAMBAAIRAxEAPwDHB56SbxrkI5vYsh3VDJpWbrSV8pKrLBJEmORwRyS9BqrG2trSaxjJ4sEdP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"liT02mqlq","title":"FDA okays emergency use of Pfizer's COVID-19 vaccine for young teens","shortId":"liT02mqlq","createdAt":"2021-05-10T22:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011433,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:26:02.000Z","url":"https://www.livescience.com/fda-extends-emergency-approval-pfizer-coronavirus-vaccine-adolescents.html","canonicalUrl":"https://www.livescience.com/fda-extends-emergency-approval-pfizer-coronavirus-vaccine-adolescents.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34eaf1dd335bba13ae0d603619d13332","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQMCAAQRBQYTIUGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAdEQACAgIDAQAAAAAAAAAAAAABAgMRAAQhQnHB/9oADAMBAAIRAxEAPwC3b+p3dtrS0vuMIW3lCmAskROJiIGY9GB5itE3c6ItnHgBxIjIke/lKVPcgRRHQ6j7hoSuA6k3TEc+DP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uqTVMcQA7","title":"US Teens Can Get Their Covid Shot. What's Next for Schools?","shortId":"uqTVMcQA7","createdAt":"2021-05-10T22:28:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27011428,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:16:00.000Z","url":"https://www.wired.com/story/us-teens-can-get-their-covid-shot-whats-next-for-schools/","canonicalUrl":"https://www.wired.com/story/us-teens-can-get-their-covid-shot-whats-next-for-schools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/833bfdc888eb81ca0b229dd9ca612e33","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBRMhQSIykf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFREBAQAAAAAAAAAAAAAAAAAAADH/2gAMAwEAAhEDEQA/AMD0S/DDXNOzRr2Yp2uaHPHlGSPZp66+BRxK0DG1GccZwiKsGv/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"KZjMq8Epw","title":"New ultrasound technique detects fetal circulation problems","shortId":"KZjMq8Epw","createdAt":"2021-05-10T22:18:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011418,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:05:46.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132338&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132338","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5b9119aa80252c1e172d284da1efdda","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAJRAAAQIFAgcBAAAAAAAAAAAAAQIDAAQFERITIQYHFiNBUYGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQEAAwADAAAAAAAAAAAAAAACAAERAyFR/9oADAMBAAIRAxEAPwDR+IqrUE15zSqapN1DalBlTCHEzLuZAburcGw2AIi2ipLKE5B7K29m/MDuc0rL9Yyjug1q9o54DK9/f0/sOICiir7lzhso7nk//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"B9zLyfIcz","title":"The cybersecurity ‘pandemic’ that led to the Colonial Pipeline disaster","shortId":"B9zLyfIcz","createdAt":"2021-05-10T22:07:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011407,"tagsStr":"security,cyber,infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:05:03.000Z","url":"https://www.theverge.com/2021/5/10/22429433/colonial-pipeline-cyber-security-ransomware-attack","canonicalUrl":"https://www.theverge.com/2021/5/10/22429433/colonial-pipeline-cyber-security-ransomware-attack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29e358200cebba2f23e5316c1cc04296","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFBhFBBxIiMf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASIf/aAAwDAQACEQMRAD8AzuO8k2UGBkkh1eyUQW5kRGk9x8sAASylj+dmoE++YWWeSRtC18s7FiWDknk98EUpU+lOwX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xohseVyJy","title":"Mengmeng and Peppa's diary by the sea","shortId":"xohseVyJy","createdAt":"2021-05-10T14:39:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010959,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/119144437/Mengmeng-and-Peppas-diary-by-the-sea","canonicalUrl":"https://www.behance.net/gallery/119144437/Mengmeng-and-Peppas-diary-by-the-sea","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b14a3377563208d615319e22f770cf97","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUI/8QAIRAAAQQBBQADAAAAAAAAAAAAAQIDBBEGAAUTITESkdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAEESExQWH/2gAMAwEAAhEDEQA/AGGM5Ji7jkGHt++bdHg8yrCnBbhI9A7v2u9VnIGBBxQXlCQqzYL4FH61mKc64y1M4VqbqGK+BrwJrQRe4zStRMySST2S6r91D3jyYYaz6aYrRIyY+hriv//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"jsHB-jerR","title":"Amazon-first gadget brands Aukey and Mpow are suddenly, suspiciously disappearing","shortId":"jsHB-jerR","createdAt":"2021-05-10T22:07:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011407,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T22:03:54.000Z","url":"https://www.theverge.com/2021/5/10/22428858/amazon-aukey-mpow-listings-disappearing","canonicalUrl":"https://www.theverge.com/2021/5/10/22428858/amazon-aukey-mpow-listings-disappearing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0189e4110c4579694fe64c3d364972c7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAREAAkEEEzFSofD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiER/9oADAMBAAIRAxEAPwDAalBLtx9nMopprWpW24mGgCh7ESS3xYJOn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"M4rRYhQnZ","title":"cURL vs. Wget – die Einsteigerantwort ;)","shortId":"M4rRYhQnZ","createdAt":"2021-05-10T22:06:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27011406,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:50:29.000Z","url":"https://www.tutonaut.de/curl-vs-wget-die-einsteigerantwort/","canonicalUrl":"https://www.tutonaut.de/curl-vs-wget-die-einsteigerantwort/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0a4e4bc4a69a1293b2c3afe0286c3bd2","ratio":1.9156050955414,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQABwAAAAAAAAAAAAAAAQACAxEEEiExUXGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM04iIwwMOcuDxe1Vz6phqzQ07REH//Z","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ACbLKFo2E","title":"National Imaging Solutions buys DynaRad","shortId":"ACbLKFo2E","createdAt":"2021-05-10T22:06:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011406,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:57:39.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132337&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132337","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a397668cdff65d17f8247c7ae3224eea","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACAQAAIBBAMAAwAAAAAAAAAAAAECAwQFESEAEjEHQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREBAQEAAwAAAAAAAAAAAAAAAQIAAxFx/9oADAMBAAIRAxEAPwChWz3FqWjV7GsEsgWSWapiIVdby7HCge7/ADglX8PtcKqatW7KoqXaYLFPL0HY5wuF83rm3XSCKe52yOeJJYwXYK6hgCF0cH74xHnGOLpVVxdlyAB5v//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"M5ue89cb1","title":"Adventures in graphics APIs","shortId":"M5ue89cb1","createdAt":"2021-05-10T22:04:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27011404,"tagsStr":"general-programming,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:32:35.000Z","url":"https://blog.gtk.org/2021/05/10/adventures-in-graphics-apis/","canonicalUrl":"https://blog.gtk.org/2021/05/10/adventures-in-graphics-apis/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"2v_RpCtlI","title":"Walmart’s in-house Android TV device might only cost $30","shortId":"2v_RpCtlI","createdAt":"2021-05-10T21:43:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011383,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:39:13.000Z","url":"https://www.theverge.com/2021/5/10/22429313/walmart-onn-android-tv-streaming-cheap","canonicalUrl":"https://www.theverge.com/2021/5/10/22429313/walmart-onn-android-tv-streaming-cheap","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f28a11c8c40e59312486480147444e6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEFAAMAAAAAAAAAAAAAAQIDAAQFBhESMbL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2TJNaZm7x6ZGCeZsbfRi3Y3BHJkjdxK3iAW9cKk8qhFpErxI7bZtHWUE8vF58UpQf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bHJLY_wnn","title":"Do the Lakers Have a Playoffs Problem? Plus, Time to Give Russell Westbrook His Flowers","shortId":"bHJLY_wnn","createdAt":"2021-05-10T21:39:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011379,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:28:21.000Z","url":"https://www.theringer.com/2021/5/10/22429497/do-the-lakers-have-a-playoffs-problem-plus-time-to-give-russell-westbrook-his-flowers","canonicalUrl":"https://www.theringer.com/2021/5/10/22429497/do-the-lakers-have-a-playoffs-problem-plus-time-to-give-russell-westbrook-his-flowers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c04955f1023f27261ee2d376731ec02f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQIGEQADBQQSEyFB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAxEEIvBB/9oADAMBAAIRAxEAPwDZeLKbmAwKNTj8Rpk3LGwgEGFI5E7kqjsyCoTPtWlptGTDVxQHg4z9pShJSaHeBUOLEx7dh1lf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"g46NNH5_X","title":"Subtronics delivers ‘Resist’ with bass phenom Ace Aura and new ‘Planet Cyclops’ label compilation","shortId":"g46NNH5_X","createdAt":"2021-05-10T21:36:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011376,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:35:41.000Z","url":"https://dancingastronaut.com/2021/05/subtronics-delivers-resist-with-bass-phenom-ace-aura-and-new-planet-cyclops-label-compilation/","canonicalUrl":"https://dancingastronaut.com/2021/05/subtronics-delivers-resist-with-bass-phenom-ace-aura-and-new-planet-cyclops-label-compilation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/688b700ace9721244a0c03f275f35a9b","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAAYDAAMAAAAAAAAAAAAAAQIDBAURABIhBiJx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMEEoH/2gAMAwEAAhEDEQA/AMYhZuOaN10kIdsqgUxgtf2PVXW1dyVN54ydMpjxzrcQARpzXfmmMYaa1elFPWKuVK1n/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"1N3zEw4RQ","title":"FDA clears Pfizer COVID-19 vaccine for kids ages 12 to 15","shortId":"1N3zEw4RQ","createdAt":"2021-05-10T21:33:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011373,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:29:26.000Z","url":"https://www.theverge.com/2021/5/10/22395472/covid-vaccine-pfizer-kid-ages-12-15-fda-authorization","canonicalUrl":"https://www.theverge.com/2021/5/10/22395472/covid-vaccine-pfizer-kid-ages-12-15-fda-authorization","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f8b7aea8afe67f6ef42bc3e0276b006e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwUEERIGISIxcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A1SuoKgq2DlXQPyDb+PxRWb0jgHmTkAgAvITsLB2Ft+kRDIZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"K59K3g-3N","title":"10+ CSS Wave Animation Examples","shortId":"K59K3g-3N","createdAt":"2021-05-10T21:28:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27011368,"tagsStr":"css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T05:27:35.000Z","url":"http://csshint.com/css-wave-animation/","canonicalUrl":"http://csshint.com/css-wave-animation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7dd891b4da9be5ba989ef3f22f0b98b8","ratio":1.76315789473684,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAAUCBwEAAAAAAAAAAAAAAAECBREEBwMSExQhM7LS/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQNRE//aAAwDAQACEQMRAD8A1RN22FVaVNtHTOZxOlhx7F1XSZEqMjpXLg460fYAGckwJFjaf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"-F7-TO-ci","title":"Azure Cosmos DB with ASP.NET Core Web API","shortId":"-F7-TO-ci","createdAt":"2021-05-10T06:09:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"codemaze","views":25,"score":27010797,"tagsStr":"general-programming,azure,aspnet,.net","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T06:00:04.000Z","url":"https://cdn-4.code-maze.com/azure-cosmos-db-with-asp-net-core-web-api/","canonicalUrl":"https://cdn-4.code-maze.com/azure-cosmos-db-with-asp-net-core-web-api/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0304d133b3b6a937e16b8e5aefea958b","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAARIQUGEgciMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AL3qVqMOFtJlM5p5TU3nEAY4pKbgHzjF0/DWSJchl6U86ELstaldxucn3SlRmGv/2Q==","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":10,"description":null,"toc":null,"summary":null},{"id":"gM027xj1d","title":"YehMe2 enlists Duke Deuce for lead single from forthcoming EP, ‘Dog Eat Dog’","shortId":"gM027xj1d","createdAt":"2021-05-10T21:27:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011367,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:23:50.000Z","url":"https://dancingastronaut.com/2021/05/yehme2-enlists-duke-deuce-for-lead-single-from-forthcoming-ep-dog-eat-dog/","canonicalUrl":"https://dancingastronaut.com/2021/05/yehme2-enlists-duke-deuce-for-lead-single-from-forthcoming-ep-dog-eat-dog/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4746401eb44a62468c4eb80642dd6156","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIRAAMEBRQVFjNBUcL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAEDAAL/2gAMAwEAAhEDEQA/ALdcXt5rMzL02iyOX3nh3Z7SykkSFLzIEz78VhTgCilXxipEjuD5pSinHmivWsUAA3//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"D3XWP9w1H","title":"Berlin officially recognizes clubs as cultural institutions","shortId":"D3XWP9w1H","createdAt":"2021-05-10T21:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011358,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:13:23.000Z","url":"https://dancingastronaut.com/2021/05/berlin-recognizes-clubs-as-cultural-institutions/","canonicalUrl":"https://dancingastronaut.com/2021/05/berlin-recognizes-clubs-as-cultural-institutions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0724140c1adbfa13fa9eea8dd46f718","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEQYSMRMiMkFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMRIf/aAAwDAQACEQMRAD8AwGnrXbmNHx5b56UmU6UqO3PiB7Gc8/BUWRNfZkOtMraW2hRSlRz3AHAPFKUDbGvOiCNw/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"oMcrEFMYO","title":"Accusations from two new women added to lawsuit against Bassnectar","shortId":"oMcrEFMYO","createdAt":"2021-05-10T21:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011349,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:08:37.000Z","url":"https://dancingastronaut.com/2021/05/lawsuit-against-bassnectar-amended-to-include-allegations-from-two-new-accusers/","canonicalUrl":"https://dancingastronaut.com/2021/05/lawsuit-against-bassnectar-amended-to-include-allegations-from-two-new-accusers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2e886a708b6ab3c1f39ab607d9ddcb9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAgMBAAAAAAAAAAAAAgEDBREABBIxBhNhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAQUAAAAAAAAAAAAAAAABAAIDBCGR/9oADAMBAAIRAxEAPwDMzcpoa/msvCRrJloBs+th95bNOCKNX3Slf3q7yZ6U1WXTaN5OQEorQF2n5jGCzsex5FIJP//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pWJpOQLwH","title":"Carl Cox hypnotically reimagines Deborah de Luca’s ‘Fuori’","shortId":"pWJpOQLwH","createdAt":"2021-05-10T21:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011348,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T21:01:51.000Z","url":"https://dancingastronaut.com/2021/05/carl-cox-hypnotically-reimagines-deborah-de-lucas-fuori/","canonicalUrl":"https://dancingastronaut.com/2021/05/carl-cox-hypnotically-reimagines-deborah-de-lucas-fuori/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6116c61711a9218e164f0b96fe604ea","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgQAAwURBxIhMVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAICAwEAAAAAAAAAAAAAAAEDAAIEESEi/9oADAMBAAIRAxEAPwCMx/I2AswFiNAKso11lNnfrtUvIzWLa/cZFkhSxIGx438pSkWyWEdjFLps+Z//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OthEhzUJc","title":"Back to School — My First Week as a Product Design Student","shortId":"OthEhzUJc","createdAt":"2021-05-10T16:25:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":8,"score":27011339,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:05:28.000Z","url":"https://code.likeagirl.io/back-to-school-my-first-week-as-a-product-design-student-ee91372a30b5","canonicalUrl":"https://code.likeagirl.io/back-to-school-my-first-week-as-a-product-design-student-ee91372a30b5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1f6041efc103765df58935b9036da1a","ratio":1.90217391304348,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAQACAwQREhQxQVSS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIREzH/2gAMAwEAAhEDEQA/ANcu3Llq1VfJakyF3MMxuE5gPbQR4IxX6217M32URXs4LiQLP//Z","siteTwitter":"@code_likeagirl","creatorTwitter":"@chinwe_uz","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NNP_SZDFf","title":"Porter Robinson announces 30-stop ‘Nurture’ live tour for fall 2021","shortId":"NNP_SZDFf","createdAt":"2021-05-10T20:59:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011339,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T20:58:25.000Z","url":"https://dancingastronaut.com/2021/05/porter-robinson-announces-30-stop-nurture-live-tour-for-fall-2021/","canonicalUrl":"https://dancingastronaut.com/2021/05/porter-robinson-announces-30-stop-nurture-live-tour-for-fall-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c7b37276a42c5478e556920fdc36b6f8","ratio":1.50301204819277,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQMCBAAhEQUGBxITcf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQASMf/aAAwDAQACEQMRAD8AvdT8tVG9rVnQRP2afmxMhsaIPBGtZg9q6pll0wsASmZcfpxjLEQzy//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Vxpgw6JRN","title":"Major Lazer’s Ape Drums materializes long-awaited solo EP, ‘soundboy’","shortId":"Vxpgw6JRN","createdAt":"2021-05-10T20:52:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011332,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T20:52:25.000Z","url":"https://dancingastronaut.com/2021/05/major-lazers-ape-drums-materializes-long-awaited-solo-ep-soundboy/","canonicalUrl":"https://dancingastronaut.com/2021/05/major-lazers-ape-drums-materializes-long-awaited-solo-ep-soundboy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e038e864eda399d23dd5376e3d85935b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBQAEESEGEiJC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQEBAAIDAAAAAAAAAAAAAAACAQADBBEx/9oADAMBAAIRAxEAPwDZnlIluRws7YSMi1HttL72yHilt0/PgjG9gk70MYqirmNsFECxdUM6PcbpSpeNtexuK+XFZJk6mf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DlWorEl1H","title":"Sony now lets you use the DualSense pad to play PS5 on your nearby Mac, iPhone, iPad, and more","shortId":"DlWorEl1H","createdAt":"2021-05-10T20:27:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011307,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T20:24:49.000Z","url":"https://www.theverge.com/2021/5/10/22429291/sony-ps5-remote-play-dualsense-apple-mac-iphone-ipod-ipad-apple-tv","canonicalUrl":"https://www.theverge.com/2021/5/10/22429291/sony-ps5-remote-play-dualsense-apple-mac-iphone-ipod-ipad-apple-tv","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ceeb6bf01dc33f5bd3a5a8664c6cf117","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABAUhMQYREhMkQYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQEBAQEAAAAAAAAAAAAAAAECACFB/9oADAMBAAIRAxEAPwCKveOMtLNezPcTxvK0S+PJ2wqseRA0PoEfdtKno8pkI40SO/uVRQAo69hSlHoDrTIUp7v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3kpD6Stlq","title":"A special thanks to the person who combined the Apple TV remote and an AirTag","shortId":"3kpD6Stlq","createdAt":"2021-05-10T20:21:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011301,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T20:12:54.000Z","url":"https://www.theverge.com/tldr/2021/5/10/22429238/apple-tv-siri-remote-airtag-case-combine-3d-print-design","canonicalUrl":"https://www.theverge.com/tldr/2021/5/10/22429238/apple-tv-siri-remote-airtag-case-combine-3d-print-design","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/531ecb97e5ce9f6b17740bea0c87348e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQCAgIDAAAAAAAAAAAAAQIDBBEABQYSFCExMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKnO9L4PIoe0MpwmW/fVlIZWggWB3T9k+hYINj9zW6mUuZqoUp5tkOvsocX1SQLUkE0L+PeMYJf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ksllxpuM0","title":"A Second-by-Second Breakdown of the Trailer for ‘Venom: Let There Be Carnage’","shortId":"ksllxpuM0","createdAt":"2021-05-10T19:55:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011275,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:45:07.000Z","url":"https://www.theringer.com/movies/2021/5/10/22429255/venom-let-there-be-carnage-trailer-breakdown","canonicalUrl":"https://www.theringer.com/movies/2021/5/10/22429255/venom-let-there-be-carnage-trailer-breakdown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27d9db451a4e5824cecb28ecc4e810d1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQACAwQFERIhMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMRE0FRscH/2gAMAwEAAhEDEQA/AM9cX4s1yr9W5pZYqWNgJHXuJ3Jz4BzX6pHUTGNpErwCBzPiIgwi2m+fArU0js7xez2v/9k=","siteTwitter":"","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"FR4ucoZrl","title":"Reacts useRef Hook: What It Is and How to Use It","shortId":"FR4ucoZrl","createdAt":"2021-05-10T14:34:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27010954,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T05:59:30.000Z","url":"https://blog.alexdevero.com/reacts-useref-hook/","canonicalUrl":"https://blog.alexdevero.com/reacts-useref-hook/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0b1d7306183483991e3d96763042497","ratio":1.61259842519685,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECAxETUqH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AMTmsfGlWNuuyrXhMAYcj//Z","siteTwitter":"@alexdevero","creatorTwitter":"@alexdevero","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0YyrJ8nMy","title":"Tesla’s Autopilot may not have been available at the time of the ‘driverless’ Texas crash","shortId":"0YyrJ8nMy","createdAt":"2021-05-10T19:03:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011223,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T19:02:05.000Z","url":"https://www.theverge.com/2021/5/10/22429198/tesla-ntsb-texas-crash-driverless-preliminary-report","canonicalUrl":"https://www.theverge.com/2021/5/10/22429198/tesla-ntsb-texas-crash-driverless-preliminary-report","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36d921a9b3d60774000362d91c1e352f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAxEhBRQiQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDF0uc7SPg0ueBTqy2j0pGTJx6URF56y1uVp//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qrvrI3nn_","title":"Colonial Pipeline hackers apologize, promise to ransom less controversial targets in future","shortId":"qrvrI3nn_","createdAt":"2021-05-10T18:48:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011208,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:44:38.000Z","url":"https://www.theverge.com/2021/5/10/22428996/colonial-pipeline-ransomware-attack-apology-investigation","canonicalUrl":"https://www.theverge.com/2021/5/10/22428996/colonial-pipeline-ransomware-attack-apology-investigation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96bfb780ea21ebb9182662decd479ae3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDEQAEBQYSUVL/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABAiL/2gAMAwEAAhEDEQA/ALPj+bLsKsrc9gzKCQJxX38Zkncgkn7XQlGzKok2JG9Sbq2Jq8YyN07Wgf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ledwE4tEH","title":"C64 mit Raspberry Pi neues Leben eingehaucht – Tastatur funktioniert","shortId":"ledwE4tEH","createdAt":"2021-05-10T09:34:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010654,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:09:30.000Z","url":"https://www.bitblokes.de/c64-mit-raspberry-pi-neues-leben-eingehaucht-tastatur-funktioniert/","canonicalUrl":"https://www.bitblokes.de/c64-mit-raspberry-pi-neues-leben-eingehaucht-tastatur-funktioniert/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"BsjoUKVvi","title":"Apple suppliers linked to Uyghur forced labor in new report","shortId":"BsjoUKVvi","createdAt":"2021-05-10T18:48:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011208,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:46:30.000Z","url":"https://www.theverge.com/2021/5/10/22428899/apple-suppliers-china-uyghur-forced-labor-report","canonicalUrl":"https://www.theverge.com/2021/5/10/22428899/apple-suppliers-china-uyghur-forced-labor-report","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46decb726c65602208a0d46d4ed42389","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAAFERIhFDL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAECBwAAAAAAAAAAAAAAAAIAIQEDERJBwfD/2gAMAwEAAhEDEQA/ALFPT2bu5u2F7a7VsKUWrKpnoI8fgwJII8zd0tN3pok9qWNkuJnP5oDtLj08YxhyAbQbG1RnsUacy//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8AcgcI2Nt","title":"CurveBeam, MedShape to collaborate on clinical study","shortId":"8AcgcI2Nt","createdAt":"2021-05-10T18:46:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27011206,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:29:27.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132336&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132336","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d188024fdf44eec34169e4211dc8a8dc","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAQMDBAIDAAAAAAAAAAAAAQIDBAARIQUGEkETMWGRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxEhMfD/2gAMAwEAAhEDEQA/AHCVO09mfNjsobVKRHSVowkoQokWB6xn6olkbSZ87nFTVuRtyZQT77NvdbXeJJ0+cSc2T+ipLCiWGySSSkd/FTbK0bojHVWAyPan/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"gmtQasjWte","title":"ORCHESTRA KITCHEN","shortId":"gmtQasjWte","createdAt":"2021-05-10T18:37:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27011197,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/118503409/ORCHESTRA-KITCHEN","canonicalUrl":"https://www.behance.net/gallery/118503409/ORCHESTRA-KITCHEN","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fecc57ca44a23fa6fc9d3aa92f7a7e7b","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIFBAMAAAAAAAAAAAAAAgERAAMEBSEGEhciYYHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDEQQSBRPB/9oADAMBAAIRAxEAPwDW9VanuVlrpM1Zco7eo9BE2IlbO8VFX8MSe4meXKAuy26pdc42/YQiZ5PIlh16zV34l8WJjwdgv//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"95rAa6FeA","title":"Never-ending detonations could blast hypersonic craft into space","shortId":"95rAa6FeA","createdAt":"2021-05-10T18:33:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011193,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:21:24.000Z","url":"https://www.livescience.com/detonations-propel-hypersonic-craft-into-space.html","canonicalUrl":"https://www.livescience.com/detonations-propel-hypersonic-craft-into-space.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23ecb9fdb8d2ff837b9efab31d5721cf","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMEAwEAAAAAAAAAAAABAgMABREEBhIxITJBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECIQMREv/aAAwDAQACEQMRAD8AlLdvU3W9parzFJMssaLDqFOJdM3H2Rs589EdH7mqybYe94pXjhvugaNWKqzSSqSB0SOJx+ZNKVbHase5Rekz/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"zAVcDdtnY","title":"Harley-Davidson spins out LiveWire as its own electric motorcycle brand","shortId":"zAVcDdtnY","createdAt":"2021-05-10T18:30:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011190,"tagsStr":"laravel","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T18:23:30.000Z","url":"https://www.theverge.com/2021/5/10/22428750/harley-davidson-livewire-electric-motorcycle-brand","canonicalUrl":"https://www.theverge.com/2021/5/10/22428750/harley-davidson-livewire-electric-motorcycle-brand","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/708b5b814a318aa3b0f3375735d0603e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQIAAwQFEgYRITEUUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDAAQi/9oADAMBAAIRAxEAPwCbddT3LV0qqpVaXb0nFkDygzMmDgKQdx75HR6jYbHcJZstvLUy5ePL3wIUb4joAcD5CEL0zVCAuONGcet//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KVLPe7YNd","title":"More Champions Are Crowned","shortId":"KVLPe7YNd","createdAt":"2021-05-10T17:59:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011159,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:59:19.000Z","url":"https://www.theringer.com/2021/5/10/22429081/more-champions-are-crowned","canonicalUrl":"https://www.theringer.com/2021/5/10/22429081/more-champions-are-crowned","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8d20f3eb0a84d992f2dc83876b74e0b6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQFESEGFiJBQlFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEAAgIDAAAAAAAAAAAAAAACAQMABBEx0f/aAAwDAQACEQMRAD8AmcmszzI8jfumWxIRGS+PXZo0HkOwWRs8J1GWJWiR3S4jZjffxETiprJjgxk5r7VrsUJde5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"jIZtgmZjJ","title":"Skrillex enlists frequent collaborators Starrah, Four Tet on new single, ‘Butterflies’","shortId":"jIZtgmZjJ","createdAt":"2021-05-10T17:22:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27011122,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T17:14:07.000Z","url":"https://dancingastronaut.com/2021/05/skrillex-enlists-frequent-collaborators-starrah-four-tet-on-new-single-butterflies/","canonicalUrl":"https://dancingastronaut.com/2021/05/skrillex-enlists-frequent-collaborators-starrah-four-tet-on-new-single-butterflies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0a6616a2a9e36d2ffe9f91d31164eb0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQQBBAMBAAAAAAAAAAAAAQIDBBEABQYSISIjUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAABES/9oADAMBAAIRAxEAPwDf7s1Se9J0Gbtp1YYYPOUjxSHGipFpPIGurPQs1XV3l5O8tAbkuoLptKyD6VffzGMaMv/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Gzi5OIU5V","title":"Bird is reportedly taking its electric scooter company public via SPAC","shortId":"Gzi5OIU5V","createdAt":"2021-05-10T16:46:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011086,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:36:18.000Z","url":"https://www.theverge.com/2021/5/10/22428864/bird-electric-scooter-spac-public-valuation","canonicalUrl":"https://www.theverge.com/2021/5/10/22428864/bird-electric-scooter-spac-public-valuation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eaff6780b140a61f24dda8686630bf53","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFERMUMSEiQYHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxA//aAAwDAQACEQMRAD8A0kmmNqoLBRVj7wXE8qNJZQKMeijOfZiudPOq/juPCp8whBrjD1FpuljP/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"OD5HLf5oU","title":"25 Edits That Define the Modern Internet Video","shortId":"OD5HLf5oU","createdAt":"2021-05-10T16:46:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011086,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T13:00:16.000Z","url":"https://www.vulture.com/2021/05/best-online-videos-tiktok-youtube-vine.html","canonicalUrl":"https://www.vulture.com/2021/05/best-online-videos-tiktok-youtube-vine.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67cab0bd30521415050ab052f036930b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDBQAEEQcSEyEiMTNBUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQADAQEAAAAAAAAAAAAAAAEAAxECIv/aAAwDAQACEQMRAD8Al3d85awYR31I3YBfO2MBWAMfcHr7HmsFO6lvrm5BSoSLJNw4SS3xPMaUoVHpdlK9eTSf/9k=","siteTwitter":"@vulture","creatorTwitter":"@realaxelfoley","readTime":30,"description":null,"toc":null,"summary":null},{"id":"PUoPstAB9","title":"Introducing ‘No Skips With Jinx and Shea’","shortId":"PUoPstAB9","createdAt":"2021-05-10T16:37:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27011077,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:27:35.000Z","url":"https://www.theringer.com/2021/5/10/22428902/introducing-no-skips-with-jinx-and-shea","canonicalUrl":"https://www.theringer.com/2021/5/10/22428902/introducing-no-skips-with-jinx-and-shea","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66bfa904c8a1528380ca2493a6df4802","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAAYDAQEAAAAAAAAAAAAAAAECAwQhBhESBdH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMhIkFxwf/aAAwDAQACEQMRAD8AxDFJUROA5AmR57D7rRFw6rXRdUV63R38EIACeiM374ImYsb6n//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"zKXCVOSwt","title":"Wartime submarine 'HMS Urge' identified, quashing conspiracy theories of sub's secret mission","shortId":"zKXCVOSwt","createdAt":"2021-05-10T16:17:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27011057,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:05:20.000Z","url":"https://www.livescience.com/hms-urge-submarine-identified-no-secret-mission.html","canonicalUrl":"https://www.livescience.com/hms-urge-submarine-identified-no-secret-mission.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/788834dd1863b46b27163c92d73cca87","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAwQREjGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AzNXlYa1kPj8mPbEbPsjexGdiFOidxEkK/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"N1AYXw8-M","title":"Ford’s first electric pickup truck will be called the F-150 Lightning","shortId":"N1AYXw8-M","createdAt":"2021-05-10T16:02:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011042,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:00:00.000Z","url":"https://www.theverge.com/2021/5/10/22428653/ford-electric-pickup-truck-f150-lightning","canonicalUrl":"https://www.theverge.com/2021/5/10/22428653/ford-electric-pickup-truck-f150-lightning","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c37d32436bf96d1f7a6f8f1c508bac44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEEBREAAwchEiTS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQEBAAIDAQAAAAAAAAAAAAABAgAxAwQFEf/aAAwDAQACEQMRAD8ApIyrVsBbWMJEtjLX5CoNQsVrrurXMsLkKdIlJdra17X1dXzjGH26T4jlnxuOLqi5HWzP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nJy2vGlOnF","title":"12 Minutes is a star-laden thriller in a bite-size package","shortId":"nJy2vGlOnF","createdAt":"2021-05-10T16:02:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011042,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T16:00:00.000Z","url":"https://www.theverge.com/2021/5/10/22428718/12-minutes-thriller-game-dafoe-ridley-mcavoy","canonicalUrl":"https://www.theverge.com/2021/5/10/22428718/12-minutes-thriller-game-dafoe-ridley-mcavoy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f14719d5d41d3f19269a65e0fe7bdb7c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhABAAEEAgMAAAAAAAAAAAAAAQIAAwQRIVEGFHH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAQEBAQAAAAAAAAAAAAAAAAERAAL/2gAMAwEAAhEDEQA/AMtwrxPxG/kytW1jKJGKOo6A4Djpdjuo/Iv4ssi6+lA3JdCd/KUqXkK51s3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OlYW6I2fS","title":"Leak of Sony’s upcoming 1000XM4 earbuds reveals all-new design","shortId":"OlYW6I2fS","createdAt":"2021-05-10T15:45:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27011025,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T15:35:10.000Z","url":"https://www.theverge.com/2021/5/10/22428676/sony-1000xm4-earbuds-leak","canonicalUrl":"https://www.theverge.com/2021/5/10/22428676/sony-1000xm4-earbuds-leak","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90ec0c0f5c5c37cd6ae3cc378686e9d5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMFAAQREzFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECIQMREv/aAAwDAQACEQMRAD8AlVZXU1WKeN6iDdn336jLsyOev3khQQCfPzLzqx9GtFFG7qkaBVAZuAAOPpxjBC1ZRkfD1E//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-3PIw6Kqb","title":"Jonathan Carter: Free software activities for 2021-04","shortId":"-3PIw6Kqb","createdAt":"2021-05-10T15:27:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27011007,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2010-04-29T19:47:05.000Z","url":"https://jonathancarter.org/2021/05/10/free-software-activities-for-2021-04/","canonicalUrl":"https://jonathancarter.org/2021/05/10/free-software-activities-for-2021-04/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"gydFajmTk","title":"Black and Queer AI Groups Say They'll Spurn Google Funding","shortId":"gydFajmTk","createdAt":"2021-05-10T15:08:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010988,"tagsStr":"google,startup,ai,nlp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:00.000Z","url":"https://www.wired.com/story/black-queer-ai-groups-spurn-google-funding/","canonicalUrl":"https://www.wired.com/story/black-queer-ai-groups-spurn-google-funding/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4a09fed4776600631ab367fea26261d8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEBRIHIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8Apcvx5Y5TltWUu7ha3Lu3ZeSNBLKm1AdTPvTzEiTWvqGyifpmlKI1lViP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"u5Gvc6s9-","title":"Making sense of Sounders-Timbers chaos, Chicharito strikes again and more from MLS Week 4","shortId":"u5Gvc6s9-","createdAt":"2021-05-10T14:59:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27010979,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://theathletic.com/2577563/2021/05/10/mls-week-4/","canonicalUrl":"https://theathletic.com/2577563/2021/05/10/mls-week-4/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9261055585eb35d8ffb531900605a618","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQRMQVBEhNC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADwREzUWGy/9oADAMBAAIRAxEAPwDTynLWHzSQVZntvMjHpj+XEgnehrtWdem8jnOc9FEUW6tVVdOMA5js20PR9Gf/2Q==","siteTwitter":"@TheAthletic","creatorTwitter":"@mattpentz","readTime":null,"description":null,"toc":null,"summary":null},{"id":"w9dQsy-Kr1","title":"Fintech Startup Offers $500 for Payroll Passwords","shortId":"w9dQsy-Kr1","createdAt":"2021-05-10T14:55:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27010975,"tagsStr":"security,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T14:46:04.000Z","url":"https://krebsonsecurity.com/2021/05/fintech-startup-offers-500-for-payroll-passwords/","canonicalUrl":"https://krebsonsecurity.com/2021/05/fintech-startup-offers-500-for-payroll-passwords/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2845f02975c34212d1375df9939199ed","ratio":0.88109756097561,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAMI/8QAHhAAAgMAAgMBAAAAAAAAAAAAAQIDBBEAEgUxQTP/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAIDAQAAAAAAAAAAAAAAAAECABEhA//aAAwDAQACEQMRAD8A0fYota8bPXmtP3cN0cJ+Z9A5g0jfvKVfHzxVYY2n7lECljutg9niZHYWWAY5o+8ZwdFGQeatrC5//9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"05r9v_Adm","title":"Lifecycle of Kubernetes Network Policies","shortId":"05r9v_Adm","createdAt":"2021-05-09T02:27:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":23,"score":27009185,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:17:24.000Z","url":"https://itnext.io/lifecycle-of-kubernetes-network-policies-749b5218f684","canonicalUrl":"https://itnext.io/lifecycle-of-kubernetes-network-policies-749b5218f684","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/202313de85f4df67ae40ee9645bfc151","ratio":1.50095969289827,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAEQMxBBIT/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAMUH/2gAMAwEAAhEDEQA/ANJcXErNjbyAZbIfuSRY3VVK41EQ6zhf/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@muratcelep1500","readTime":10,"description":null,"toc":null,"summary":null},{"id":"pFO644SF0","title":"Debugging Vertical Layouts in 2021","shortId":"pFO644SF0","createdAt":"2021-05-10T14:34:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27010954,"tagsStr":"css,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T05:53:22.000Z","url":"https://chenhuijing.com/blog/debugging-vertical-layouts-in-2021/","canonicalUrl":"https://chenhuijing.com/blog/debugging-vertical-layouts-in-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e3971061789f2e21a0e9c22c4fd5596","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIEAAMGEiEFEUETFTFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQITMf/aAAwDAQACEQMRAD8A0dK0hJc1BM1xy+edysuQZC+nKR5GEZ9HnmKFMZ9xs1FyE74BCSQPu0IQRpSfRPOXJ//Z","siteTwitter":"@hj_chen","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"9VdY2F59S","title":"Simple things are complicated: making a show password option","shortId":"9VdY2F59S","createdAt":"2021-05-10T14:34:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27010954,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-19T12:10:32.000Z","url":"https://technology.blog.gov.uk/2021/04/19/simple-things-are-complicated-making-a-show-password-option/","canonicalUrl":"https://technology.blog.gov.uk/2021/04/19/simple-things-are-complicated-making-a-show-password-option/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84dbc1427ac1ccf8f7d60d397585ed36","ratio":1.45952380952381,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgABAwQFEQYSQSEiNJLR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDRLbYqSqmM6rfLKT75CIy7yfq5Ph+X4VltJ2fHgwer/URCn//Z","siteTwitter":"","creatorTwitter":"@gdsteam","readTime":4,"description":null,"toc":null,"summary":null},{"id":"AJJ-DLP0m","title":"My NBA Awards Ballot and This Year’s Toughest Calls","shortId":"AJJ-DLP0m","createdAt":"2021-05-10T14:34:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010954,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T14:30:21.000Z","url":"https://www.theringer.com/nba/2021/5/10/22428481/nba-awards-mvp-nikola-jokic-joel-embiid","canonicalUrl":"https://www.theringer.com/nba/2021/5/10/22428481/nba-awards-mvp-nikola-jokic-joel-embiid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e11b7b8cc673399b5d2422e2102664cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBQAEEQYSIRMxQVGR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAIDAAAAAAAAAAAAAAAAAAAhAQIx/9oADAMBAAIRAxEAPwCFoONj5y21E5cRkelmDtmnWUFjcopWSdm7ORyQSTkk57A4rKSBtFX9ypUbYkl1RJ6WPJ9cfKUpGWQqGf/Z","siteTwitter":"","creatorTwitter":"","readTime":21,"description":null,"toc":null,"summary":null},{"id":"X43SHzXnm","title":"Russell Coker: Minikube and Debian","shortId":"X43SHzXnm","createdAt":"2021-05-10T09:21:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27010641,"tagsStr":"kubernetes,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:50:12.000Z","url":"https://etbe.coker.com.au/2021/05/10/minikube-debian/","canonicalUrl":"https://etbe.coker.com.au/2021/05/10/minikube-debian/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"DtOvAPG4P","title":"Secures REST APIs with Spring Security 5 and Auth0","shortId":"DtOvAPG4P","createdAt":"2021-05-10T07:01:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":34,"score":27010926,"tagsStr":"security,authentication,spring,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:38:51.000Z","url":"https://hantsy.medium.com/secures-rest-apis-with-spring-security-5-and-auth0-41d579ca1e27","canonicalUrl":"https://hantsy.medium.com/secures-rest-apis-with-spring-security-5-and-auth0-41d579ca1e27","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d48b8ac3d16d202995e5e35761de2d29","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQMEEQACBSEGEjEyUbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AwjkuMW/cMS+bOlEJBhG5NPeupt3JHmR+1eHG+QESni8bdYfW4OiAR9jpqlKdSsQYp6z/2Q==","siteTwitter":"@Medium","creatorTwitter":"@hantsy","readTime":7,"description":null,"toc":null,"summary":null},{"id":"xCvrptHld","title":"Welcome to Infrastructure Week","shortId":"xCvrptHld","createdAt":"2021-05-10T14:04:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010924,"tagsStr":"infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-07T13:30:00.000Z","url":"https://www.theverge.com/22421637/infrastructure-week","canonicalUrl":"https://www.theverge.com/22421637/infrastructure-week","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b382e2669336aedb981cb9bb1942abe0","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAkEAAABQMCBwAAAAAAAAAAAAAAAQIEEQMFBhIhExUiQWKB4f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHhEAAgICAgMAAAAAAAAAAAAAAQIEEQAFA0EhUYH/2gAMAwEAAhEDEQA/AJG/tkW3I3beqqo4o0nCoLVwzk956dp9dhbljmPmU8qSU+fwABbXYSEjxmVqtQT4HodVQ+ZXH4kLOCOzn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OScQRBnBY","title":"Venom cooks human food but not humans in first Let There Be Carnage trailer","shortId":"OScQRBnBY","createdAt":"2021-05-10T13:52:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010912,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T13:45:08.000Z","url":"https://www.theverge.com/2021/5/10/22428539/venom-let-there-be-carnage-first-trailer-tom-hardy-teaser","canonicalUrl":"https://www.theverge.com/2021/5/10/22428539/venom-let-there-be-carnage-first-trailer-tom-hardy-teaser","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10270842bbf3c9068cee073fa801ed67","ratio":1.91119691119691,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAGhABAAMAAwAAAAAAAAAAAAAAAQACEQNhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMxcd8UajpnkjboiIpr/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"_3Ps1kjY9","title":"Integrating Auth0 into your Angular applications","shortId":"_3Ps1kjY9","createdAt":"2021-05-10T07:02:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":24,"score":27010897,"tagsStr":"angular,auth0","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T06:20:00.000Z","url":"https://hantsy.medium.com/integrating-auth0-into-your-angular-applications-42fabef31f3e","canonicalUrl":"https://hantsy.medium.com/integrating-auth0-into-your-angular-applications-42fabef31f3e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/587adadb049098691303736dad92d072","ratio":1.50753768844221,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQZBExQh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgAREiH/2gAMAwEAAhEDEQA/AM+41Z8NhwEttk8lbNezrsy+vMfHsAhRpOiD9qDms7dZnWOdJEDEK4VgGHR0RulKFMsUu13lG6KA5PM//9k=","siteTwitter":"@Medium","creatorTwitter":"@hantsy","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RDxBZvNZ4","title":"Ann Takamaki From Persona 5 Was Exactly Who I Needed to See","shortId":"RDxBZvNZ4","createdAt":"2021-05-10T13:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010866,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:00:00.000Z","url":"https://www.wired.com/story/ann-takamaki-persona-5-biracial-asian-heritage/","canonicalUrl":"https://www.wired.com/story/ann-takamaki-persona-5-biracial-asian-heritage/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fa98fdf32e82fd6f19a837ac01c276b","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwQBBQAAAAAAAAAAAAABAgMEAAURElEhMTJxof/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAHREAAgEEAwAAAAAAAAAAAAAAAQQCAAMFMRGxwf/aAAwDAQACEQMRAD8Ahv1vXJhRnjLeBW44kpHjpkjXHPB7+6vbmOIbSjVo6gDJB6/aUprPMBi5xM7PdVN45aaVgmA14K//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Uw7yXd_15","title":"2 Baseballs Collided at an MLB Game. How Did That Happen?","shortId":"Uw7yXd_15","createdAt":"2021-05-10T13:06:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010866,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:00:00.000Z","url":"https://www.wired.com/story/2-baseballs-collided-at-an-mlb-game-how-did-that-even-happen/","canonicalUrl":"https://www.wired.com/story/2-baseballs-collided-at-an-mlb-game-how-did-that-even-happen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/041bf88e4ffdddf9fae28d308f917d46","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAEBSESEzH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8AyiXkzqcfrwx6mq3vnQGR1JdAL6U3Qu++j8GQYhmJCRgE3XiMYyMgZkX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"kcqZCbE-M","title":"Razer PC gaming gear is up to 25 percent off at Best Buy","shortId":"kcqZCbE-M","createdAt":"2021-05-10T13:06:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010866,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T13:00:32.000Z","url":"https://www.theverge.com/good-deals/2021/5/10/22428452/razer-pc-gaming-sale-mouse-keyboard-headset-re-village-apple-watch-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/10/22428452/razer-pc-gaming-sale-mouse-keyboard-headset-re-village-apple-watch-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8980e63cdcb2f7d8ac1138649e52073","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQhMQUSBhFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAgMAAAAAAAAAAAAAAAABAgASAwQR/9oADAMBAAIRAxEAPwCTfxKxueLgIJjKK7OyjLgAelBOt7yaze646GK5mjXt1Ryoz8NKU9lFjIWjmdu2M//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OnNOFoBZc","title":"Earthquake early warning system uses AI to predict shaking","shortId":"OnNOFoBZc","createdAt":"2021-05-10T13:04:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010864,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:47:15.000Z","url":"https://www.livescience.com/deep-learning-network-earthquake-shaking.html","canonicalUrl":"https://www.livescience.com/deep-learning-network-earthquake-shaking.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/047ffe5c63f5ab2a97095e9ef18a1bcc","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFETEGIRITkf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAxAP/aAAwDAQACEQMRAD8AzuwctN5aZSTbXSVU1h6Vap6CqejoZ+YzjcUvb+GynaXMtNaXQ+LFXlAEjeMpqEIMJFv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0_sNehRl4","title":"This is a map of America’s broadband problem","shortId":"0_sNehRl4","createdAt":"2021-05-10T13:01:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010861,"tagsStr":"apache","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T13:00:00.000Z","url":"https://www.theverge.com/22418074/broadband-gap-america-map-county-microsoft-data","canonicalUrl":"https://www.theverge.com/22418074/broadband-gap-america-map-county-microsoft-data","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1abdc7fcdb26a1ad057c79ff69311e1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCAAQRBQYhMRMiQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAxH/2gAMAwEAAhEDEQA/AIbQN2Int5Nnf6Hp94pC7dEgyIPkEhwTkEjGB0R96zWUXlw5949s2ESYyUiIesQSc8D4PylKpR6CP//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_fpok3Wge","title":"‘Ziwe’ Steps Through the Looking Glass Into the Next Wave of Late Night","shortId":"_fpok3Wge","createdAt":"2021-05-10T12:51:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010851,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:44:07.000Z","url":"https://www.theringer.com/tv/2021/5/10/22428027/ziwe-show-showtime-review-late-night","canonicalUrl":"https://www.theringer.com/tv/2021/5/10/22428027/ziwe-show-showtime-review-late-night","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92b5fd7313f225bbb4cc5a253c8c8906","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBRMiUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAIBBQAAAAAAAAAAAAAAAAEDAgAEESHB/9oADAMBAAIRAxEAPwDXcpfaOxxyQJ1R041ndRoicFT4tsexvYyZoackzuacYLMT9xjBuVxWtZjrI4KvsmSZNgnvB6a//9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"y2GDjEB17","title":"A hidden continent birthed a new subduction zone near New Zealand","shortId":"y2GDjEB17","createdAt":"2021-05-10T12:47:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010847,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:37:45.000Z","url":"https://www.livescience.com/hidden-continent-new-subduction-zone.html","canonicalUrl":"https://www.livescience.com/hidden-continent-new-subduction-zone.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b6b627b85c5d809d66f11f408a6573f","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIRAAMEEgUhQbLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEQQT/9oADAMBAAIRAxEAPwDIXG4jAsXE1zLuoLB2VJgEgCPtTW5vAk64hI8SvftSlSV2O26YHSfMgLP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"GIviqbK4h","title":"The Future of the NBA on TNT","shortId":"GIviqbK4h","createdAt":"2021-05-10T12:27:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010827,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:24:41.000Z","url":"https://www.theringer.com/nba/2021/5/10/22427902/nba-tnt-candace-parker-dwyane-wade-shaq","canonicalUrl":"https://www.theringer.com/nba/2021/5/10/22427902/nba-tnt-candace-parker-dwyane-wade-shaq","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5c65ee9ba07c00bee4590ae8530fd57","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAxETBRIUUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEC/9oADAMBAAIRAxEAPwDDDmLCrDTW9YNZVLWZsdifhEl3c7ruevzE9WK53MM4iIU1X//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7iS6QrsLq","title":"Provision Volumes on Kubernetes and Nomad using Ceph CSI","shortId":"7iS6QrsLq","createdAt":"2021-05-10T07:00:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":4,"score":27010824,"tagsStr":"kubernetes,mysql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T03:24:16.000Z","url":"https://mykidong.medium.com/provision-volumes-from-external-ceph-storage-on-kubernetes-and-nomad-using-ceph-csi-7ad9b15e9809","canonicalUrl":"https://mykidong.medium.com/provision-volumes-from-external-ceph-storage-on-kubernetes-and-nomad-using-ceph-csi-7ad9b15e9809","image":"","ratio":null,"placeholder":"","siteTwitter":"@Medium","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"sxQhH21ct","title":"Ten Years of Odd Future and Tyler, the Creator’s ‘Goblin’ Anniversary","shortId":"sxQhH21ct","createdAt":"2021-05-10T12:20:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010820,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:14:48.000Z","url":"https://www.theringer.com/2021/5/10/22428460/ten-years-of-odd-future-and-tyler-the-creators-goblin-anniversary","canonicalUrl":"https://www.theringer.com/2021/5/10/22428460/ten-years-of-odd-future-and-tyler-the-creators-goblin-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9661aa573fccccd302cb68b74eff02d6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAwECBAAFERIhBxMxYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAQEBAAMAAAAAAAAAAAAAAAECAAMEIf/aAAwDAQACEQMRAD8AxGwx4I+md/mFgRzzu8MQzk22G13C4RFx7+1Itio5qO3XlM+KUoWoea3rcc3SUb//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6z1KpfxV0","title":"Chuck Schumer on the American Rescue Plan, Canceling Student Debt, and the Next 100 Days in Congress","shortId":"6z1KpfxV0","createdAt":"2021-05-10T12:13:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010813,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:10:21.000Z","url":"https://www.theringer.com/2021/5/10/22428459/chuck-schumer-on-the-american-rescue-plan-canceling-student-debt-and-the-next-100-days-in-congress","canonicalUrl":"https://www.theringer.com/2021/5/10/22428459/chuck-schumer-on-the-american-rescue-plan-canceling-student-debt-and-the-next-100-days-in-congress","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17c7f043990a497618eefc3593be9625","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDBAAFERMhQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAMBESEx/9oADAMBAAIRAxEAPwDL9btLkwsVa8i163gjssqjrODIgKlu9/eH537k7Xd24Npchi8IjjmdFBiUkAMQPZHvGMNfBnRtH//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QzC56mXXP","title":"NYC Pizza, Movie Theater Snacks, and Alternative Pasta","shortId":"QzC56mXXP","createdAt":"2021-05-10T12:13:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010813,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:11:24.000Z","url":"https://www.theringer.com/2021/5/10/22428451/nyc-pizza-movie-theater-snacks-and-alternative-pasta","canonicalUrl":"https://www.theringer.com/2021/5/10/22428451/nyc-pizza-movie-theater-snacks-and-alternative-pasta","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cbfd735d98420c7425104e5661a1f0dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAgABAwQREgYTITHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQABBQAAAAAAAAAAAAAAAAAAAQIyQYH/2gAMAwEAAhEDEQA/AMB6akClbs2ShimKswcRMWx9LPqnG5Nxbe0/j28bIiNlXQTT/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"vUrWawIDk","title":"Secretary Pete Buttigieg on the future of transportation","shortId":"vUrWawIDk","createdAt":"2021-05-10T12:05:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010805,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T12:00:00.000Z","url":"https://www.theverge.com/22412233/pete-buttigieg-transportation-secretary-interview","canonicalUrl":"https://www.theverge.com/22412233/pete-buttigieg-transportation-secretary-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/948fa1fb4fc1f5a30cda30902cf16c38","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQREyEGEjFRYv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQAEMfARIVH/2gAMAwEAAhEDEQA/AMeqeQ172UUOaTHMT2aZHHZ1fz8hTr7lxOtn0iJtjrNkqTkReL//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ke6OMvhrY","title":"One Thing Covid Didn’t Smash to Pieces? Monster Movies","shortId":"ke6OMvhrY","createdAt":"2021-05-10T12:03:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010803,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:00:00.000Z","url":"https://www.wired.com/story/one-thing-covid-didnt-smash-to-pieces-monster-movies/","canonicalUrl":"https://www.wired.com/story/one-thing-covid-didnt-smash-to-pieces-monster-movies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/188ef5e6c04475bbae84debb2af11f19","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQUAAwEAAAAAAAAAAAABAgMABAUGERITcXL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAAFBQAAAAAAAAAAAAAAAAABAgMhBAUSMZH/2gAMAwEAAhEDEQA/AIvqu4paXawXmCxt/GzAj3BgV+EGrjb7JrEkEbvomK8mUE8Yc6R+KUqbc2k5FvphlLKZH//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"pLnMZewBV","title":"Bad Weather Forecasts Are a Climate Crisis Disaster","shortId":"pLnMZewBV","createdAt":"2021-05-10T12:03:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010803,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:00:00.000Z","url":"https://www.wired.co.uk/article/solar-weather-forecasting","canonicalUrl":"https://www.wired.co.uk/article/solar-weather-forecasting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/295d56a6313ee7724f0a2d32e61ef59d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIAAwURBAYSExQhMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAT/xAAcEQABAwUAAAAAAAAAAAAAAAAAAgMEARIVITH/2gAMAwEAAhEDEQA/AM6d/wCrNIc222yoMcWGoDHj1Im8NS6Ky261KCMgdKO3yIkGRkq3VYbis8tP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"CuYwIyiUy","title":"The Pentagon Inches Toward Letting AI Control Weapons","shortId":"CuYwIyiUy","createdAt":"2021-05-10T12:03:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010803,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:00:00.000Z","url":"https://www.wired.com/story/pentagon-inches-toward-letting-ai-control-weapons/","canonicalUrl":"https://www.wired.com/story/pentagon-inches-toward-letting-ai-control-weapons/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/441231c8551ec061b9a68bb34e0187fa","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAEQQFQQMSFCExkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECUf/aAAwDAQACEQMRAD8A0aboGLw0UbtbsVUDmrY+/Mk2LhKSvTXXayR8iI3daBQj/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dq25tDNIj","title":"Meet the marine worm with 100 butts that can each grow eyes and a brain","shortId":"dq25tDNIj","createdAt":"2021-05-10T11:34:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010774,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:20:26.000Z","url":"https://www.livescience.com/marine-worm-with-100-butts.html","canonicalUrl":"https://www.livescience.com/marine-worm-with-100-butts.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2871cb9dd9f8b1ec89d0cb51370662b","ratio":1.78041543026706,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIhExQxYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAEh/9oADAMBAAIRAxEAPwDKx3Om2yS2zQ3HUR12XCkrkDJOORn5UmXXzFK8a2sAVCVGYUPj3jmlKFRcP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"PeCLFZkJH","title":"How to Use Tech to Capture Your Family History","shortId":"PeCLFZkJH","createdAt":"2021-05-10T11:03:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27010743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T07:00:00.000Z","url":"https://www.wired.com/story/how-to-use-tech-capture-family-history/","canonicalUrl":"https://www.wired.com/story/how-to-use-tech-capture-family-history/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba5c6539de0b8d96c276cac4f0b4affe","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAxESMSJCkbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAECBwAAAAAAAAAAAAAAAAEAAhExMkJh0fD/2gAMAwEAAhEDEQA/ANPVfJg5vzcUyMjoG/0Se+zexEq+gHpBG6GNr//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"rRBfPTWym","title":"Why does 'emotional pain' hurt?","shortId":"rRBfPTWym","createdAt":"2021-05-10T11:03:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:59.000Z","url":"https://www.livescience.com/why-emotional-pain-hurts.html","canonicalUrl":"https://www.livescience.com/why-emotional-pain-hurts.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f14507c73fdf46c52d7b308865c13798","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwQCAwAAAAAAAAAAAAABAgQRAAMFBhNBBxJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAIDESH/2gAMAwEAAhEDEQA/AJeL3bPL2rDOcgpvy2RA4xKJWAPYogSYA7EVef8AkfIh85AFsAXFRNoHs/aUqkY6p0hLXQNT/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lrnSx1q2t","title":"All hail 'Emperor Dumbo,' the newest species of deep-dwelling octopus","shortId":"lrnSx1q2t","createdAt":"2021-05-10T11:03:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27010743,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:32.000Z","url":"https://www.livescience.com/emperor-dumbo-octopus-deep-sea.html","canonicalUrl":"https://www.livescience.com/emperor-dumbo-octopus-deep-sea.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16ac471319a11d6951d1d1f583b1b319","ratio":1.17302052785924,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAiEAABAwQABwAAAAAAAAAAAAABAAIEAwUGEQcSN2Fxc7L/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/ALTlGSx4PE2w2U1ZDJE6lo8gIaW7JaN+WnfYKgILkfVfD/RM+AnSEXeI/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8z97J8JVV","title":"Pony.ai unveils its next-gen robotaxi with LIDAR from Luminar","shortId":"8z97J8JVV","createdAt":"2021-05-10T11:02:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010742,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T11:00:00.000Z","url":"https://www.theverge.com/2021/5/10/22424726/pony-ai-luminar-lidar-robotaxi-california-china","canonicalUrl":"https://www.theverge.com/2021/5/10/22424726/pony-ai-luminar-lidar-robotaxi-california-china","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c6c22ab5b5935cb70ea99b6b17717b64","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBQAEEQYSYRMhQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDBBEh/9oADAMBAAIRAxEAPwDfTltPadgJy/e1E5dtRyXbnootG2S9g4DZX3IRwMHkVajFqejbR1ajuWyhRwfJSPeT9pSnp7sm5yUVFI//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"qBTqrGqrh","title":"Minerai de fer Québec - RDD","shortId":"qBTqrGqrh","createdAt":"2021-05-10T10:42:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010722,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/118004279/Minerai-de-fer-Qubec-RDD","canonicalUrl":"https://www.behance.net/gallery/118004279/Minerai-de-fer-Qubec-RDD","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/6abb8e118004279.60898d2ad3550.gif","ratio":1.64126611957796,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQIAAwQRITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABoRAAICAwAAAAAAAAAAAAAAAAECABEDccH/2gAMAwEAAhEDEQA/AMBVdjLSUsxi7kcYOR2TH065ESn4hTNvgg1zYWf/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fYvIp-0xQ","title":"How Tyler, the Creator Grew Into the Rebel He Always Wanted to Be","shortId":"fYvIp-0xQ","createdAt":"2021-05-10T10:31:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:30:00.000Z","url":"https://www.theringer.com/2021/5/10/22428125/tyler-the-creator-10th-anniversary","canonicalUrl":"https://www.theringer.com/2021/5/10/22428125/tyler-the-creator-10th-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a966f7cf4ffc228f4fa326f0f1a0a91","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIAAwQRBSEiEhNBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRBBIh/9oADAMBAAIRAxEAPwDI6FmWoK3fccRjCrtwz6+CT3OnKLiqDUJIc79IHmIjBopSZMr2y6g8pf/Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"wkXUUKi6I","title":"OSUISSE","shortId":"wkXUUKi6I","createdAt":"2021-05-07T10:46:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27006406,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118912709/OSUISSE","canonicalUrl":"https://www.behance.net/gallery/118912709/OSUISSE","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3380032238c43cf7547abbd748e93511","ratio":0.749866095340118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAIhAAAgECBgMBAAAAAAAAAAAAAQIDBREABBITIYEGMUFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQACAwAAAAAAAAAAAAAAAAEAEQISIf/aAAwDAQACEQMRAD8AapWeq+X8qSKTxlmokT6Jc3mmEakEXDqTxbj96xsXelO7OtAkKsbg7yi/XzByRCWLSWkB02U6idseyFv66xA1IyhYlt4knk7pF8HM0KCO0vqz/9k=","siteTwitter":"@behance","creatorTwitter":"@paperlux","readTime":0,"description":null,"toc":null,"summary":null},{"id":"9zmnxumvj","title":"Apple invests another $45 million in Gorilla Glass maker Corning","shortId":"9zmnxumvj","createdAt":"2021-05-10T10:29:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010709,"tagsStr":"startup,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:26:29.000Z","url":"https://www.theverge.com/2021/5/10/22428372/apple-corning-45-million-investment-gorilla-glass-ceramic-shield-foldable-bendable-glass","canonicalUrl":"https://www.theverge.com/2021/5/10/22428372/apple-corning-45-million-investment-gorilla-glass-ceramic-shield-foldable-bendable-glass","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6185a6d982c2a6424b328c6ad49c1d1e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDABEhBAUGExIjYTL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAERID/9oADAMBAAIRAxEAPwC3BI23TbI4HkcRQlTGrsWsUJdbnBOfua1R8V02rRdT6V7gJPHrJtfNv19pSj6JW49ea7Iqf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FkExSMyQ0","title":"Money, Power, and Respect at the Champions League Final","shortId":"FkExSMyQ0","createdAt":"2021-05-10T10:24:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:15:00.000Z","url":"https://www.theringer.com/2021/5/10/22427861/champions-league-manchester-city-chelsea-super-league","canonicalUrl":"https://www.theringer.com/2021/5/10/22427861/champions-league-manchester-city-chelsea-super-league","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e13f1fb55d17029deb4fefcc1abdf90","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAABAwQAAgUREgYTITFBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EAB4RAAEDBAMAAAAAAAAAAAAAAAEAAwQCBRESITGx/9oADAMBAAIRAxEAPwCbpmoFnDlk7VQQmQmQVWWb4SjdwvxkACOuD4+xfNa3SnDZJY6dagqSCcjcva4v6hCGbhHabxrTjv1Tky7zW6Ro6RyV/9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"st20dxTR4","title":"‘Saturday Night Live’ Is at a Post-Trump Crossroads","shortId":"st20dxTR4","createdAt":"2021-05-10T10:07:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010687,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:00:00.000Z","url":"https://www.theringer.com/tv/2021/5/10/22428151/saturday-night-live-snl-elon-musk-host","canonicalUrl":"https://www.theringer.com/tv/2021/5/10/22428151/saturday-night-live-snl-elon-musk-host","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60c1b36ca2bf87709159030cd72f94b3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgAGAgMBAAAAAAAAAAAAAQIAAwUGESEEExIxQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEBAAEEAwAAAAAAAAAAAAAAAQIAAwQRUaHR/9oADAMBAAIRAxEAPwDCV65uZS73qsmQqvT6cshW4053md2SuT5sSynesH4PcUW9XCgNTZDHGz2vv9hCCXsW0oa7faVjzlMWTxX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"RtnwT-TV8","title":"Massane winds the clock to ‘5am’ for debut LP’s second This Never Happened single","shortId":"RtnwT-TV8","createdAt":"2021-05-10T10:05:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27010685,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/massane-winds-the-clock-to-5am-for-debut-lps-second-this-never-happened-single/","canonicalUrl":"https://dancingastronaut.com/2021/05/massane-winds-the-clock-to-5am-for-debut-lps-second-this-never-happened-single/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bd1fe02885102737b555179c51d090b3","ratio":1.51739130434783,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEIQUHEhRCUcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAEhAhH/2gAMAwEAAhEDEQA/ANFrO7Cuu+HE3rl5jhxKG2kGR45J9ZqIvfQhao0dYE4m5n5SlE4Np8cP/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"di3zRGIl6","title":"Early heart damage raises risk of death in COVID patients","shortId":"di3zRGIl6","createdAt":"2021-05-10T10:03:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27010683,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T10:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132332&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132332","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c618656a48e24fffd4300a2091bea7f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACEQAAIBAwQDAQAAAAAAAAAAAAECAwURIQAEMUEHEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAhBBESMf/aAAwDAQACEQMRAD8AdeWK0tPkjembZGhhsBIy+wurWK8dWtzmx1DRV6vTRJLFVZI43UMqI7+qg8AY4GtK8yYp+yjGEKqSo4OB1+nQ0XzEirgBQAB1q9UIvfsF8gMipyKn/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"kH1RSXbB4","title":"Heart damage post-COVID-19 proves rare in college athletes","shortId":"kH1RSXbB4","createdAt":"2021-05-10T09:10:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27010630,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T09:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132328&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132328","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54ce5e0867c75dfe75c99a5668bc9f64","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAACAgICAQUAAAAAAAAAAAABAgMEABEFIQYSIjFhsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARIf/aAAwDAQACEQMRAD8Arn8jtXJLtLkEjnrmP1xKqLGYdoW9pUD6G/nrIBxfEuAzUX2ezq1KB+4xhinrmRTKh5v/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"nQwXLhoDj","title":"Vivo promises three years of Android updates for upcoming flagships","shortId":"nQwXLhoDj","createdAt":"2021-05-10T09:01:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010621,"tagsStr":"tech-news,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:55:14.000Z","url":"https://www.theverge.com/2021/5/10/22428342/vivo-android-updates-three-years-x-series-phones-july-2021","canonicalUrl":"https://www.theverge.com/2021/5/10/22428342/vivo-android-updates-three-years-x-series-phones-july-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a342d7c1db366e2f1a2b21408ee5c2e3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQABQUAAAAAAAAAAAAAAQACAwQFBgcRcRIhQVGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABsRAAIBBQAAAAAAAAAAAAAAAAABAhExQmFx/9oADAMBAAIRAxEAPwCpzPZmxTVjL+H2ZHClSrG8yNhLSZBuO5+DjceVo77j+o8+0RKV6aFin0//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"myz-rbsyR","title":"Sony expects PS5 supply issues to continue into next year","shortId":"myz-rbsyR","createdAt":"2021-05-10T08:09:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27010569,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T08:04:00.000Z","url":"https://www.theverge.com/2021/5/10/22428322/sony-ps5-supply-constraints-2022-hiroki-totoki","canonicalUrl":"https://www.theverge.com/2021/5/10/22428322/sony-ps5-supply-constraints-2022-hiroki-totoki","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f0df03d9cab70f1c04f1d5cc6c668264","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMAAgQRBRIiBiFBkaH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAABB/9oADAMBAAIRAxEAPwDPD+oLt2nqVc5cBTk1F7tx7+ee35IBYcnjT6iJcD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"T4Edhmuu_P","title":"Don't Miss: Netflix's Oxygen, a sci-fi thriller with a shocking twist","shortId":"T4Edhmuu_P","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-100-dont-miss-netflixs-oxygen-a-sci-fi-thriller-with-a-shocking-twist/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-100-dont-miss-netflixs-oxygen-a-sci-fi-thriller-with-a-shocking-twist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/665cb60e6dd5ec544ff179489eabeea7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAUREhMhMRRBQv/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAERIyQVGx/9oADAMBAAIRAxEAPwCQsbc2Sm1vQXDHjMAeQ2DxjV2ofQKeMeqn5k5sTH9DaAncVgFsdZpSqYNiBhunkYzYcn//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hOvnfFPKB","title":"Ultrasound accurate in diagnosing hand injuries","shortId":"hOvnfFPKB","createdAt":"2021-05-10T07:10:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27010510,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132325&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132325","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a570fd3027b86835dc00c0239c832dc1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwX/xAAkEAACAQMCBgMAAAAAAAAAAAABAgMABAYREgUTFCExsTJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAhEQABAgQHAAAAAAAAAAAAAAABAgMAEUHhBAUSEyExcf/aAAwDAQACEQMRAD8AMMbxi3NiZ76CeSNY94QALuOng/nuoUvFLhJXVFlVQSAomI0H12FMODgNgzlgCeX5NDl2B1c3YfNvdNQwplGoKMyfOKC8FUZgjGOrZ2wAiVZkk9m0f//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bmdSCr2o4d","title":"US Navy is developing drones to exterminate birds' eggs near airfields","shortId":"bmdSCr2o4d","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276900-us-navy-is-developing-drones-to-exterminate-birds-eggs-near-airfields/","canonicalUrl":"https://www.newscientist.com/article/2276900-us-navy-is-developing-drones-to-exterminate-birds-eggs-near-airfields/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71fa7baeaa3823a8c9f9234336cf087a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAIDAQEAAAAAAAAAAAABAgMEEQASFCFBBTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRIf/aAAwDAQACEQMRAD8AkPn5PNEuJEeiPrSgoUHSpaVDo1VDsV+kUby/HhQuO1uI22ovZtRN16fcYyeN6kVzQM//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3duDVWGvkT","title":"The £1 million pixel that is the future of art (or not)","shortId":"3duDVWGvkT","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033324-500-the-1-million-pixel-that-is-the-future-of-art-or-not/","canonicalUrl":"https://www.newscientist.com/article/mg25033324-500-the-1-million-pixel-that-is-the-future-of-art-or-not/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1ae880e8d8c30bede3afe8fb7568501","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhBjFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAREv/aAAwDAQACEQMRAD8A1XxywlteVeQi4WNoWDiR1KB9hjUAk+s9mqckZ6OR9pShCYmnkYVcs3Tv/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"P5UAqzOKin","title":"Allergies are on the rise – here's how to help scientists find out why","shortId":"P5UAqzOKin","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"spring","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-300-allergies-are-on-the-rise-heres-how-to-help-scientists-find-out-why/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-300-allergies-are-on-the-rise-heres-how-to-help-scientists-find-out-why/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17a4437c4d0dab27e0c0762e64d15e8c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERITBiExMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABwRAAICAgMAAAAAAAAAAAAAAAECAAMRE0FCgf/aAAwDAQACEQMRAD8A0vTV7ZTc4l8lSC7LS03H40IVxqDu52AJ7E6YOR8GM1M9OvbzzjrTUNTa1FSVEgZB8H1pSpy92Gtc9c+kmIoQOzA8T//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"6m8XocUQYc","title":"Worrying about bad jet lag could actually make your jet lag worse","shortId":"6m8XocUQYc","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276868-worrying-about-bad-jet-lag-could-actually-make-your-jet-lag-worse/","canonicalUrl":"https://www.newscientist.com/article/2276868-worrying-about-bad-jet-lag-could-actually-make-your-jet-lag-worse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac2f64a6ea3f49c04fb61e38ebe4866a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBQAEERIhMUEHIlFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBBESMaH/2gAMAwEAAhEDEQA/AKH5okA3Fx8SHFoub906FBKSkBIydWQcjJG3PfVZccuZ20cVbGRfyyS2ffPG338pSmJIcqFenHJVEju7Y8X/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bLEJikpCF","title":"What's Google Floc? And How Does It Affect Your Privacy?","shortId":"bLEJikpCF","createdAt":"2021-05-09T12:04:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009364,"tagsStr":"google,deep-learning,data-privacy,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T08:00:00.000Z","url":"https://www.wired.com/story/google-floc-privacy-ad-tracking-explainer/","canonicalUrl":"https://www.wired.com/story/google-floc-privacy-ad-tracking-explainer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c701da8f4e6a688893d2c2204aee4cbe","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACESEDBBMUUeH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EAB0RAAECBwAAAAAAAAAAAAAAAAEAAgMEBRNDUZH/2gAMAwEAAhEDEQA/AMKdU/LlhoDAXWBcjpRy8pvceJuAfERDvRNqlFLkxibwL//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"luxmUrx45_","title":"Smart sensor measures how itchy you are by how much you scratch","shortId":"luxmUrx45_","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276350-smart-sensor-measures-how-itchy-you-are-by-how-much-you-scratch/","canonicalUrl":"https://www.newscientist.com/article/2276350-smart-sensor-measures-how-itchy-you-are-by-how-much-you-scratch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8144ed15aee57e1affe498d1bdc28e17","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFEWEGISVigf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAgICAwAAAAAAAAAAAAAAAREAAgMEEnHw/9oADAMBAAIRAxEAPwCFG6RdO6NZNWKO1MqiKVWYrXRgV7gklzsvznNNN+Hc+WtJ6qh2HA4xjJ9urIZhVycCSh7pT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"X_40-BFB5_","title":"A single pint of beer contains up to 2 million bubbles","shortId":"X_40-BFB5_","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T12:00:00.000Z","url":"https://www.newscientist.com/article/2275692-a-single-pint-of-beer-contains-up-to-2-million-bubbles/","canonicalUrl":"https://www.newscientist.com/article/2275692-a-single-pint-of-beer-contains-up-to-2-million-bubbles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/146973cccb510f0f27900c0d877f2ed4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQAFITETFaP/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAQEBAQEAAAAAAAAAAAAAAAERACEx/9oADAMBAAIRAxEAPwCMk6iDq9u4zMcVIU6G4qVNkq8JNld9A9cc4TB0SkhXuNwbF2IjdH6Yxg1K33UIcJv/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"2iDcxyOqAt","title":"Hitting Paris climate goal could cut sea level rise in half by 2100","shortId":"2iDcxyOqAt","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276456-hitting-paris-climate-goal-could-cut-sea-level-rise-in-half-by-2100/","canonicalUrl":"https://www.newscientist.com/article/2276456-hitting-paris-climate-goal-could-cut-sea-level-rise-in-half-by-2100/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2de1b37ba35a6f01d6cddd92e70dc35d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwUEERIGUWGB0v/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAXEQADAQAAAAAAAAAAAAAAAAAAAiFh/9oADAMBAAIRAxEAPwDLZNlT1jwCVfCRHCxmxwCTs761x7+1MLqPB5PqvxdeYQ+URItDqLD/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4SyDXvzLoW","title":"Science with Sam: Why can’t we stay awake indefinitely?","shortId":"4SyDXvzLoW","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2274234-science-with-sam-why-cant-we-stay-awake-indefinitely/","canonicalUrl":"https://www.newscientist.com/article/2274234-science-with-sam-why-cant-we-stay-awake-indefinitely/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3d91dc9aaee26dad93b0a5fd96a1440","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFERIxYUH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EAB0RAAECBwAAAAAAAAAAAAAAAAEAAgMREiEiMVH/2gAMAwEAAhEDEQA/AMljrmCXJY4NaB0n4xSAaVnYjoH5s9n2quWxq3MqvZXaMHIKrONKd9DylKviuIdW0yJuhrHi/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6qgnffDnmG","title":"I lived under a glacier for two weeks looking for life","shortId":"6qgnffDnmG","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033331-500-i-lived-under-a-glacier-for-two-weeks-looking-for-life/","canonicalUrl":"https://www.newscientist.com/article/mg25033331-500-i-lived-under-a-glacier-for-two-weeks-looking-for-life/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7d481c256a4e99d761d84e58c144314b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBQYhI1Gh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAYEQADAQEAAAAAAAAAAAAAAAAAASECA//aAAwDAQACEQMRAD8Atl73SYvDYDFCZcqTxsic0htgd2fQtYF007nFwxoWgm6F9fURNogemoof/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7B5AzAikWf","title":"Enormous kites flown by robots could help power a Mars colony","shortId":"7B5AzAikWf","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276863-enormous-kites-flown-by-robots-could-help-power-a-mars-colony/","canonicalUrl":"https://www.newscientist.com/article/2276863-enormous-kites-flown-by-robots-could-help-power-a-mars-colony/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c3abab2a64c45fa9b7379a3e3258da8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABBAEDBQAAAAAAAAAAAAACAAEDBSEEBhEHEzFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBQQRIWH/2gAMAwEAAhEDEQA/AI2j6l6Kuq5YSKYxkbh2cecemx88qXm31WlMZdmbJO6IhYajGDi7vfUvJZTAADS//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XeWIYxUjaY","title":"Trump ban decision shows the limits of a Facebook 'Supreme Court'","shortId":"XeWIYxUjaY","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276763-trump-ban-decision-shows-the-limits-of-a-facebook-supreme-court/","canonicalUrl":"https://www.newscientist.com/article/2276763-trump-ban-decision-shows-the-limits-of-a-facebook-supreme-court/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86976e0c705cbc0255496addb07ee0fc","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAJRAAAQMBBgcAAAAAAAAAAAAAAQADBAIFERITISIWIzFBUXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAARAQAh/9oADAMBAAIRAxEAPwDAG7WwmuPEhxWmatOZSXCQNQST6PTyo4mnN7MuMcO2/Io7fERWQTFvTf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"jZkcXlk71A","title":"Michael Collins: Apollo 11 pilot and 'loneliest man ever' dies aged 90","shortId":"jZkcXlk71A","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276248-michael-collins-apollo-11-pilot-and-loneliest-man-ever-dies-aged-90/","canonicalUrl":"https://www.newscientist.com/article/2276248-michael-collins-apollo-11-pilot-and-loneliest-man-ever-dies-aged-90/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19e7e7f5a976fe0f8997550707589cc7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgIBBAEFAAAAAAAAAAAAAQMCBAAFBgcRYRITITFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABAEH/2gAMAwEAAhEDEQA/AL4940obh0T36thClXFmVdJR3JcYS6BBPwPUfvx5zO7mm7Xr23pdRYWrZKEzCZESQej0PzGMStcv/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"EcqXnqhY4","title":"WINTER MINIMALISM ? Iceland","shortId":"EcqXnqhY4","createdAt":"2021-05-05T02:40:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003040,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118754183/WINTER-MINIMALISM-Iceland","canonicalUrl":"https://www.behance.net/gallery/118754183/WINTER-MINIMALISM-Iceland","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d89e9bc73de4a7b84d3221a9dd6f516a","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAQIHAAAAAAAAAAAAAAAAAAIRAQMFFSJBUv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABL/2gAMAwEAAhEDEQA/ANrkVZmi2Oiu8J5UALkYNJf/2Q==","siteTwitter":"@behance","creatorTwitter":"@JanWaider","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ptlbIsOSSC","title":"Japanese bay full of fish scales could mark start of the Anthropocene","shortId":"ptlbIsOSSC","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276229-japanese-bay-full-of-fish-scales-could-mark-start-of-the-anthropocene/","canonicalUrl":"https://www.newscientist.com/article/2276229-japanese-bay-full-of-fish-scales-could-mark-start-of-the-anthropocene/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ba84da8e27c4448e7399d4f24ccda09","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBQYxEiEyQeH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEQIi/9oADAMBAAIRAxEAPwDObO1yzhawt1LgFsWessWcAAd8AHPrg81JduoQbOIvG4EiPD5SlB9ajJ8qVo//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OdUywk25U","title":"Did you know? The hydrogen in your body was formed in the Big Bang","shortId":"OdUywk25U","createdAt":"2021-05-10T07:59:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2272135-did-you-know-the-hydrogen-in-your-body-was-formed-in-the-big-bang/","canonicalUrl":"https://www.newscientist.com/article/2272135-did-you-know-the-hydrogen-in-your-body-was-formed-in-the-big-bang/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70bb0f50dd7c6a5ec1628ef404ecc692","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABAxIEBRFBBiExMsH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRIf/aAAwDAQACEQMRAD8Aw/pnP0iHQ5osmCEpZBIci8Nirw4Fw/1RZM1nr679t/KIj4WyU3E7P//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Y4bpQEMHPJb","title":"Physicists have measured an atom's 'neutron skin' for the first time","shortId":"Y4bpQEMHPJb","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276963-physicists-have-measured-an-atoms-neutron-skin-for-the-first-time/","canonicalUrl":"https://www.newscientist.com/article/2276963-physicists-have-measured-an-atoms-neutron-skin-for-the-first-time/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/714eb780184158b1f4b389d2117df067","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQQABAcAAAAAAAAAAAAAAgABAwQFBhIhERMUQUJRov/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACBBMRQVH/2gAMAwEAAhEDEQA/AM2jKlj+UaTHSko9I565Al1DLF4iw9nH2pMrWWxJxaoZM23Hlvv9IioZV9ZR4FTuBxa7G4qA+z//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pVGVp7nppye","title":"Chinese rocket is hurtling back to Earth after space station launch","shortId":"pVGVp7nppye","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276526-chinese-rocket-is-hurtling-back-to-earth-after-space-station-launch/","canonicalUrl":"https://www.newscientist.com/article/2276526-chinese-rocket-is-hurtling-back-to-earth-after-space-station-launch/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aa1fefd8b02b7a7f7bb9237d50d4ad18","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQMCEQAEIRLB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhES/9oADAMBAAIRAxEAPwDSRvasNSLmhhTNcyJV2JhH0eX2wDXzIQWPSt0BHwyImLPaIvGMe0WHE0X/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pg1XM_d-Tp","title":"Flat pasta that morphs into 3D shapes when cooked saves on packaging","shortId":"pg1XM_d-Tp","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276590-flat-pasta-that-morphs-into-3d-shapes-when-cooked-saves-on-packaging/","canonicalUrl":"https://www.newscientist.com/article/2276590-flat-pasta-that-morphs-into-3d-shapes-when-cooked-saves-on-packaging/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b5b737a4f1239fb7088456093bf5b8e5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIEBQADESESYQYTMcH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhFB8P/aAAwDAQACEQMRAD8Az0zkXjiOk3JuE3bfpXzwnQ54A+bGSNddVCvyadUtSjMyWSc6crH7SlRVyvaIT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"T3SkFV4M5","title":"Apparently, You Can Use Route53 as a Blazingly Fast Database","shortId":"T3SkFV4M5","createdAt":"2021-05-06T20:35:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":294,"score":27006386,"tagsStr":"aws,backend","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-07T04:00:00.000Z","discussionScore":2,"banned":true,"deleted":false,"publishedAt":"2021-05-06T20:03:26.000Z","url":"https://aws.amazon.com/route53/","canonicalUrl":"https://aws.amazon.com/route53/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4597ef3041410d11360b8d7e66616b8","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAQUAAwAAAAAAAAAAAAAAAQACAwQRBSFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/ANL3OGp27rbc0eztAAd6M7GKliIpha//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"q5_WtwfKXS","title":"IBM’s minuscule new computer chip could cut energy use by 75 per cent","shortId":"q5_WtwfKXS","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"ibm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276858-ibms-minuscule-new-computer-chip-could-cut-energy-use-by-75-per-cent/","canonicalUrl":"https://www.newscientist.com/article/2276858-ibms-minuscule-new-computer-chip-could-cut-energy-use-by-75-per-cent/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc1d1a1f90be5fa71340987e69b73888","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFERIhE0FS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAEAxESQVH/2gAMAwEAAhEDEQA/AIBScu9zWYd7FR5w8kEuK+LNdH0COt1sdrnLmFsmLiJtjACcvo67NKVUtrxzE+wtdyyaPU//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"fOCZpONrgS-","title":"Covid-19 lockdown has left young children vulnerable to some illnesses","shortId":"fOCZpONrgS-","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-600-covid-19-lockdown-has-left-young-children-vulnerable-to-some-illnesses/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-600-covid-19-lockdown-has-left-young-children-vulnerable-to-some-illnesses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b55c50ba01e2ca68a3f8004cb151c25","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwIGAwAAAAAAAAAAAAABAgMEAAYFERIhI0ExQsH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEhH/2gAMAwEAAhEDEQA/AI6yMBGMQYkm24ripUl1xOhLiQCE+3JtsSMuwB47q2atm7XGkLU4/mpIJ5kfFClKSgKR1o6z/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zHXfrHQVT0","title":"Older children in the year group are more popular than younger peers","shortId":"zHXfrHQVT0","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276691-older-children-in-the-year-group-are-more-popular-than-younger-peers/","canonicalUrl":"https://www.newscientist.com/article/2276691-older-children-in-the-year-group-are-more-popular-than-younger-peers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ba5b38937fad95e0b0c1256351e0718","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAJBAAAQMDAQkAAAAAAAAAAAAAAgEDBAAFESEGBxITFSIjMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAEREjH/2gAMAwEAAhEDEQA/ALB2SgMybgxEsUF1xgCdQ5Dx5LxkZJpphe0ftaGd2KSWQf6Vaw5oofChGqJnXHulKHCqhK0//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bkVfCrYvx","title":"Speeding Up Development Process with Bootstrap 5","shortId":"bkVfCrYvx","createdAt":"2021-05-08T22:22:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27008542,"tagsStr":"general-programming,javascript,css,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T09:04:47.000Z","url":"https://designmodo.com/development-bootstrap-5/","canonicalUrl":"https://designmodo.com/development-bootstrap-5/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d4f3a5fce247cd9b0a76dc29cafbe9fc","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQIAAwQRISJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQACAQUAAAAAAAAAAAAAAAAAAgEDBRMhMf/aAAwDAQACEQMRAD8A0mP0rqs6xLKpPT9Elp06BotC32qoY8Ac+B2IhV0RcnCmq7k//9k=","siteTwitter":"@designmodo","creatorTwitter":"@designmodo","readTime":17,"description":null,"toc":null,"summary":null},{"id":"TTUFNJIaRd","title":"Facebook vs Australia and the new battle to cut big tech down to size","shortId":"TTUFNJIaRd","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-800-facebook-vs-australia-and-the-new-battle-to-cut-big-tech-down-to-size/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-800-facebook-vs-australia-and-the-new-battle-to-cut-big-tech-down-to-size/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aece3abc7047794d4d21b1c9d38400af","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAUhBBEGEiIxMlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIREgMFIVHR/9oADAMBAAIRAxEAPwDKp7mdHHBFICrneIBjzFOnDA9jn7iqB14xV2V7lIjA7FRKuD68aUp1wbWYHKqb1zseeliQPB1C/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"poRs1qME_","title":"Do other animals get heart attacks?","shortId":"poRs1qME_","createdAt":"2021-05-09T11:34:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27009334,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T11:00:29.000Z","url":"https://www.livescience.com/do-animals-get-heart-attacks.html","canonicalUrl":"https://www.livescience.com/do-animals-get-heart-attacks.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a554b911532286ccced1069a3f08cf6","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBQARBCEGFCKi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAQQDAAAAAAAAAAAAAAABAgMABBESYXHR/9oADAMBAAIRAxEAPwCkfBpaGy4s0FdH6SB0mgKByWZflgzE71s9dZkP53XxuyCiiIU62Svf5xjCwwJIoZxk9mptzfzxPohwBwPK/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"gm6KuQ63Phs","title":"2020 Australian bushfires hit people in disadvantaged areas hardest","shortId":"gm6KuQ63Phs","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275605-2020-australian-bushfires-hit-people-in-disadvantaged-areas-hardest/","canonicalUrl":"https://www.newscientist.com/article/2275605-2020-australian-bushfires-hit-people-in-disadvantaged-areas-hardest/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b423937baf6095c44bdbc2438bc40a25","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQBBQEAAAAAAAAAAAABAgMABAURIQYHMTJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGBEAAgMAAAAAAAAAAAAAAAAAAQIAAxL/2gAMAwEAAhEDEQA/AJeN6vje/mvRaySQLcPGUJUEAa0F/fJ5q4O5mKAAls8kkg9lDIQp+je+aUqeSw7aNtSuQZ//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hnfRUkv1_kt","title":"Covid-19 vaccine side-effects: Here’s everything you need to know","shortId":"hnfRUkv1_kt","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2275683-covid-19-vaccine-side-effects-heres-everything-you-need-to-know/","canonicalUrl":"https://www.newscientist.com/article/2275683-covid-19-vaccine-side-effects-heres-everything-you-need-to-know/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e1e7210b67b84dd24d32e72a9ca8553","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIEEQADBQYhURQiMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRQfD/2gAMAwEAAhEDEQA/AJr940xb0XcPjmba836dYUG6FFcrkqE+u6t/pjitXLu3cJWQJV3eOaUo4i8lUU+w/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rIrX6hqP8ek","title":"China is about to start building a space station in orbit","shortId":"rIrX6hqP8ek","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275818-china-is-about-to-start-building-a-space-station-in-orbit/","canonicalUrl":"https://www.newscientist.com/article/2275818-china-is-about-to-start-building-a-space-station-in-orbit/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/296989f6b7d82b91a06145a9a1a7ef9c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACAwUhBAYHExESIkFxotH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAFEBAhES/9oADAMBAAIRAxEAPwDOaZpgwUqR9SmYzHloMTmSHbNrW5T4+KMdJcwcemXAEdjuuv6oiVzVB9ln/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":5,"description":null,"toc":null,"summary":null},{"id":"evlaM0Cjk","title":"PET/CT detects major depression in cancer patients","shortId":"evlaM0Cjk","createdAt":"2021-05-10T07:10:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27010510,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132330&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132330","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/701f40a0208c2d92d90dd3dce35fbd0b","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQIEBf/EACEQAAEDBAEFAAAAAAAAAAAAAAEAAgMEEyFCBTFBUoKx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AFNxtHC5hjjAILdz5FaMLY7LMajupXdB6/SnhAtMxqExNf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bFnqw8cGs_0","title":"Driftwood could be recycled into cleaner electric car batteries","shortId":"bFnqw8cGs_0","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276277-driftwood-could-be-recycled-into-cleaner-electric-car-batteries/","canonicalUrl":"https://www.newscientist.com/article/2276277-driftwood-could-be-recycled-into-cleaner-electric-car-batteries/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d5b02b0d2fee92e85dffc353caa4aff","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAURBgcUMVFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQACAwEAAAAAAAAAAAAAAAABAgAREjH/2gAMAwEAAhEDEQA/AI3bi73TSBbMDUzLkR84XDciOLQo+cEjB9gj7VXc97JEe5S2GhALbbq0JPFX0CQO1UpQZ2B7DkVc/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mFcTnBJUPUS","title":"Antimatter stars may lurk in the solar system’s neighbourhood","shortId":"mFcTnBJUPUS","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-23T00:00:00.000Z","url":"https://www.newscientist.com/article/2275563-antimatter-stars-may-lurk-in-the-solar-systems-neighbourhood/","canonicalUrl":"https://www.newscientist.com/article/2275563-antimatter-stars-may-lurk-in-the-solar-systems-neighbourhood/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f9bbca88d58073015fbd7b99c7a5ab2","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAABAwUBAQAAAAAAAAAAAAABAhEhAAMEBRITBv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAEUH/2gAMAwEAAhEDEQA/AJn8Nu9Di6DNRs7JVkm2RbX5dlyCGExMvNTq9ko9lsVt0WilKbWhZF7iSkFdiPd//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9uf_Y4R8P0e","title":"Science with Sam: Do aliens exist?","shortId":"9uf_Y4R8P0e","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2274302-science-with-sam-do-aliens-exist/","canonicalUrl":"https://www.newscientist.com/article/2274302-science-with-sam-do-aliens-exist/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ccc9bc5a29d6036d8cadbacd3bbe2976","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBQADAAAAAAAAAAAAAQIDAAQRBQYSISIUFTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAERAEH/2gAMAwEAAhEDEQA/AMFtX6fcM1lHdaSzW8M0CF45sFHYYCMSMsrEZOB13Ums6Ft1NYvk+DfJxnkHGO78j0eh5/KUoBe6Iwm//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":6,"description":null,"toc":null,"summary":null},{"id":"h2SLcb7dJsZ","title":"We’ve measured the size of Venus’s planetary core for the first time","shortId":"h2SLcb7dJsZ","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276218-weve-measured-the-size-of-venuss-planetary-core-for-the-first-time/","canonicalUrl":"https://www.newscientist.com/article/2276218-weve-measured-the-size-of-venuss-planetary-core-for-the-first-time/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58bb2921f904375cc6f16e96be8dd589","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQCAQUBAAAAAAAAAAAAAQIDBREABBIGExQhMUL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEBAAEFAQEAAAAAAAAAAAAAAREAAgMEYTFB/9oADAMBAAIRAxEAPwDNIyU6RiITTf8AH7m6tqkqLF8CCOYUf1Z+HJHelIJ/d2HkRQCXHFLAACRRN/L9YxgtbXMc3Ssr69pmxnuyRagQHzlf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"znDgbVVru1b","title":"Honeybees stress each other out by warning about minor parasites","shortId":"znDgbVVru1b","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2275857-honeybees-stress-each-other-out-by-warning-about-minor-parasites/","canonicalUrl":"https://www.newscientist.com/article/2275857-honeybees-stress-each-other-out-by-warning-about-minor-parasites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a5080923e4dd1d4d73aa88ebcd808fd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAMAAwEAAAAAAAAAAAABAgMEEQAFEjFxgZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMSMf/aAAwDAQACEQMRAD8An7RGiMCMjVNSHJXALjjppJsDq/R8V+5NZW0lpAKI9hIB6bJP04xkQ5VYFXbpP//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4f2kcKsDy_8","title":"Blue Origin is auctioning off a seat on its first crewed space flight","shortId":"4f2kcKsDy_8","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276851-blue-origin-is-auctioning-off-a-seat-on-its-first-crewed-space-flight/","canonicalUrl":"https://www.newscientist.com/article/2276851-blue-origin-is-auctioning-off-a-seat-on-its-first-crewed-space-flight/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87c6d8c4bf3db8da2ed8a0eee6d09d48","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEEBSESMUFRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAbEQACAwADAAAAAAAAAAAAAAABAgADBAURIf/aAAwDAQACEQMRAD8A3NJrB2pZU2MMbY0YAVG1FfN++OyhlytXFKcZO/ULuL0L+PiIhNymhbCoPkSmGll7In//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"hZne0lgmBIW","title":"Brain's movement control centre may have had key role in our evolution","shortId":"hZne0lgmBIW","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276936-brains-movement-control-centre-may-have-had-key-role-in-our-evolution/","canonicalUrl":"https://www.newscientist.com/article/2276936-brains-movement-control-centre-may-have-had-key-role-in-our-evolution/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f2fabf172f0220e35d96888028a15b72","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAURBAYSMRMhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIhUf/aAAwDAQACEQMRAD8AhNl3KzWvaFt0ksJDTwvNqh4gwnBYg8j2fWAAesVicxVpnaJSsZYlVz0PgpShPRU8SP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"mmLbzDWB0ny","title":"Female black widow spider mates with and eats multiple males","shortId":"mmLbzDWB0ny","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276085-female-black-widow-spider-mates-with-and-eats-multiple-males/","canonicalUrl":"https://www.newscientist.com/article/2276085-female-black-widow-spider-mates-with-and-eats-multiple-males/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af2efc0e97e5f0987cd326f69522a7be","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgEDBAAFMQYRExYhIiNRYv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGhEAAgIDAAAAAAAAAAAAAAAAABEBAwQSIf/aAAwDAQACEQMRAD8AjQ5dkuF8iWqBpiziDskWSNmPwjFfk99/Wc1pXMWmGPC69EZcb7CbC2oqAqdFFF2wmKUqL+IcWNmz/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"d3Eo2mndV","title":"Passwort-Manager KeePass 2.48 veröffentlicht","shortId":"d3Eo2mndV","createdAt":"2021-05-10T05:24:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010404,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T05:11:00.000Z","url":"https://linuxnews.de/2021/05/passwort-manager-keepass-2-48-veroeffentlicht/","canonicalUrl":"https://linuxnews.de/2021/05/passwort-manager-keepass-2-48-veroeffentlicht/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e74bec4e44d98af1cfb5226429235511","ratio":1.30314232902033,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACBAURISM0kZTR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAAMBAAAAAAAAAAAAAAAAAAACElH/2gAMAwEAAhEDEQA/AN+NPgB2nDivAaLPMVueQrNPh32kTqs8RE7bQQuH/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BWuEfTl6Ss","title":"The platypus: What nature’s weirdest mammal says about our origins","shortId":"BWuEfTl6Ss","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-400-the-platypus-what-natures-weirdest-mammal-says-about-our-origins/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-400-the-platypus-what-natures-weirdest-mammal-says-about-our-origins/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/97f8921033c6b933657c09d2e0d57d83","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMCBAAFERIhQWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8AySvotCvXfB6Bamwbc5EiS5eiNsmy0NIkRyf0fDB8xjJxZ0L/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rVUYticOFE","title":"One in four people in England exercised less during and after lockdown","shortId":"rVUYticOFE","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275824-one-in-four-people-in-england-exercised-less-during-and-after-lockdown/","canonicalUrl":"https://www.newscientist.com/article/2275824-one-in-four-people-in-england-exercised-less-during-and-after-lockdown/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2684405512d9a84a5239bba80813ac8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEEQADBQYSEzEhUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMEETH/2gAMAwEAAhEDEQA/AKzvCZBxZbcNpupAKN128vcsdgoAgAz49Csne6a1KXl8lTOeRUxAHfylKnK8x+6EQZAZ/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IAIt054WS","title":"Rohaan shakes up Sable Valley with ‘CCC’","shortId":"IAIt054WS","createdAt":"2021-05-09T16:07:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009607,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T16:01:49.000Z","url":"https://dancingastronaut.com/2021/05/rohaan-shakes-up-sable-valley-with-ccc/","canonicalUrl":"https://dancingastronaut.com/2021/05/rohaan-shakes-up-sable-valley-with-ccc/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78d89603863d9131dff8941254615bef","ratio":1.16369278510473,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgMEBf/EACUQAAEDAgMJAAAAAAAAAAAAAAIBAxEABQcSIQQGM0FCcnSRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQREv/aAAwDAQACEQMRAD8A3cRyctTlvZs+0PMOk9mdJgAJJlIQ83KJ0qYsRWhJRcs76GiwSZS0X1R709PnD8WkPcU+5aVbrGYncmbHqVQOZ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wGVOd9ELz","title":"New species of 'pumpkin toadlet' poisonous frog found in Brazil","shortId":"wGVOd9ELz","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276186-new-species-of-pumpkin-toadlet-poisonous-frog-found-in-brazil/","canonicalUrl":"https://www.newscientist.com/article/2276186-new-species-of-pumpkin-toadlet-poisonous-frog-found-in-brazil/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1366825b4ae88fdbe092833c5ee445c9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQREgUTISIysf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEDMRH/2gAMAwEAAhEDEQA/AMvSO2t+GQLFbPN1g2Hhy47YzsflRS3rpK66DxJHqKUoVa70c7TGH//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"FfEtxBKN9H","title":"Measuring time accurately increases the entropy in the universe","shortId":"FfEtxBKN9H","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2277050-measuring-time-accurately-increases-the-entropy-in-the-universe/","canonicalUrl":"https://www.newscientist.com/article/2277050-measuring-time-accurately-increases-the-entropy-in-the-universe/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13c55b36077c8384a8c0a970d7d09b49","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAAFIUEREhQx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMAEQQhYf/aAAwDAQACEQMRAD8AgQbulW0ljW1FeC0noC6oGezKx5LMfwc5lJoyszrL84kDEMPB4PfWMZXyrGTBFHWCUUO9+Z//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oF9o2hhiLV","title":"'Smart' immune cells kill tumours and stop them regrowing in mice","shortId":"oF9o2hhiLV","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T12:00:00.000Z","url":"https://www.newscientist.com/article/2276033-smart-immune-cells-kill-tumours-and-stop-them-regrowing-in-mice/","canonicalUrl":"https://www.newscientist.com/article/2276033-smart-immune-cells-kill-tumours-and-stop-them-regrowing-in-mice/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ece4748b1ce5061b35b72bf493fb62c","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFBhEhEiIxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECEiEx/9oADAMBAAIRAxEAPwClS7mqNyTbwtycDc60hmefIRwWlkKHUEjCtp7bGiMeRsG6pVFoSpDHVQyMcfPsIRWTq8B1H//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Qw7jtdxHoY","title":"What to cook if covid-19 has affected your sense of smell and taste","shortId":"Qw7jtdxHoY","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-600-what-to-cook-if-covid-19-has-affected-your-sense-of-smell-and-taste/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-600-what-to-cook-if-covid-19-has-affected-your-sense-of-smell-and-taste/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20d1a3350f90510032a72588c11937de","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBTESFCFBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABEQADAhIx/9oADAMBAAIRAxEAPwDKY25gPDYXb5mbIPcXyOq2nHyBV16AHjlVGSLNfERJqx0aPTD2Fqf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"r4n0zyXAt4","title":"Apples review: A tender and absurd story of a memory loss pandemic","shortId":"r4n0zyXAt4","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2277011-apples-review-a-tender-and-absurd-story-of-a-memory-loss-pandemic/","canonicalUrl":"https://www.newscientist.com/article/2277011-apples-review-a-tender-and-absurd-story-of-a-memory-loss-pandemic/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e818accb99006f721724b1c7efdd6dd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQMEEQACBSEGBxITMdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAAL/2gAMAwEAAhEDEQA/ALua41jsm9dpLtEW7QoWFNVtaLFPJJ7vWoiNEVgFOlDAqXkP3UEmNW/KUpZG/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8T2wPowpP","title":"Russell Coker: More EVM","shortId":"8T2wPowpP","createdAt":"2021-05-10T03:00:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27010260,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T02:39:43.000Z","url":"https://etbe.coker.com.au/2021/05/10/more-evm/","canonicalUrl":"https://etbe.coker.com.au/2021/05/10/more-evm/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"6RVfEwjZC","title":"White noise could warn birds to avoid colliding with tall structures","shortId":"6RVfEwjZC","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276176-white-noise-could-warn-birds-to-avoid-colliding-with-tall-structures/","canonicalUrl":"https://www.newscientist.com/article/2276176-white-noise-could-warn-birds-to-avoid-colliding-with-tall-structures/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb2fd731d8145cdf9a0b6aef136fdcf9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABAxEEBQYxByEjMkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxL/2gAMAwEAAhEDEQA/AKnrSZwbJycx8TGi8kYtN7OFm3evqy7Hq5CAtzTM11yiI7B7FtENLNUCf//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"fiV_wBJEHJ","title":"We must seize this historic moment to secure our climate future","shortId":"fiV_wBJEHJ","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-21T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033313-100-we-must-seize-this-historic-moment-to-secure-our-climate-future/","canonicalUrl":"https://www.newscientist.com/article/mg25033313-100-we-must-seize-this-historic-moment-to-secure-our-climate-future/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/223f453bb966d5b82e7a312d5793419b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQREiExBQYHI2H/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAAGAwEAAAAAAAAAAAAAAAABAgMRMQQS0SH/2gAMAwEAAhEDEQA/AKLXvi5dedKVB9w+1fJkSli4+3DNOxJ2ORjJ4yTvW0zzjYRZKJtXLIJGgxzp+ZHNKUnZ0SU1wVZx0G4ry+j/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"00_sHzjTNP","title":"Air pollution halved in first UK lockdown but fell less in the third","shortId":"00_sHzjTNP","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275848-air-pollution-halved-in-first-uk-lockdown-but-fell-less-in-the-third/","canonicalUrl":"https://www.newscientist.com/article/2275848-air-pollution-halved-in-first-uk-lockdown-but-fell-less-in-the-third/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0fece0da1757e0e114c626b8f303eb9a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAAUDBQAAAAAAAAAAAAABAgADBAURBgchEzFRY5L/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABkRAAMAAwAAAAAAAAAAAAAAAAABAhMhMf/aAAwDAQACEQMRAD8Amdzr9b6fTVmp5FKA7TUQTRkFVVDkY8nI557RC9OZ7PoQhE+VytBU8P/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6I8lhTTKaZ","title":"Earth’s land may have formed 500 million years earlier than we thought","shortId":"6I8lhTTKaZ","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2275696-earths-land-may-have-formed-500-million-years-earlier-than-we-thought/","canonicalUrl":"https://www.newscientist.com/article/2275696-earths-land-may-have-formed-500-million-years-earlier-than-we-thought/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca176b664abac5d6d966026c2c981a46","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQMABQQCBhITcf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8Az3TbsfWUGRUpx0HHeD3ctAJZ6ZMxEEj/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1uuWqLxr1Z","title":"Wristband that turns body heat into electricity can power an LED","shortId":"1uuWqLxr1Z","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276215-wristband-that-turns-body-heat-into-electricity-can-power-an-led/","canonicalUrl":"https://www.newscientist.com/article/2276215-wristband-that-turns-body-heat-into-electricity-can-power-an-led/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca4ae41bd00262dc44352894cf2da322","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAgABEQMEIgUSE0Fx8P/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxESIoH/2gAMAwEAAhEDEQA/AMCtz0eAEGzaZIxJ2f7xT6o2fKeyubDLxh0iKnWpUbpj2u5oOoHk/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aJbjwxY2vv","title":"Suzanne Simard interview: How I uncovered the hidden language of trees","shortId":"aJbjwxY2vv","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-900-suzanne-simard-interview-how-i-uncovered-the-hidden-language-of-trees/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-900-suzanne-simard-interview-how-i-uncovered-the-hidden-language-of-trees/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f672292f02d7e2d4a3eab6f26701dbc7","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAQGAgMAAAAAAAAAAAAAAAECBAMFBhESJCExQWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgARAxJhQv/aAAwDAQACEQMRAD8Ait6meIit1MIsvJt0rVxQZ+0mRqv15GiVW0wyPFxJLX41I30ADpweixN9kyuWjqqgVyf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"XIGbeE1YK","title":"Release Radar · April 2021 Edition","shortId":"XIGbeE1YK","createdAt":"2021-05-07T23:02:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":226,"score":27007893,"tagsStr":"pulumi","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T23:00:02.000Z","url":"https://github.blog/2021-05-07-release-radar-apr-2021/","canonicalUrl":"https://github.blog/2021-05-07-release-radar-apr-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d181349d5b51d722252ac89c39b8bcd7","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAwADAAMBAAAAAAAAAAAAAQIDAAQFESExI//EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQACAwAAAAAAAAAAAAAAAAAAARESMf/aAAwDAQACEQMRAD8Ayiva15QVeZzZ6xbVSF3rQ3YuD5NZkj8mPr58ybXp71avSm5sM7ksxNCSScYxAqrYP//Z","siteTwitter":"@github","creatorTwitter":"@MishManners","readTime":5,"description":null,"toc":null,"summary":null},{"id":"5hNDH8DamV","title":"Remains of a 3-year-old child are the oldest known burial in Africa","shortId":"5hNDH8DamV","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276470-remains-of-a-3-year-old-child-are-the-oldest-known-burial-in-africa/","canonicalUrl":"https://www.newscientist.com/article/2276470-remains-of-a-3-year-old-child-are-the-oldest-known-burial-in-africa/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09e263eb05914fbb7dea24cbdad5433a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgICAgEFAAAAAAAAAAAAAQMCBAAhERIFBhMVMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFB/9oADAMBAAIRAxEAPwDAV3PTS114fH2XlbFymZS6F0ddwSDyB96ybeZ4qd2xKrVuLrlkiuHvA9Y86Gx+DGMqjOh1p//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TFr0CqeMkQ","title":"The Mitchells vs The Machines review: Great sci-fi animation comedy","shortId":"TFr0CqeMkQ","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276114-the-mitchells-vs-the-machines-review-great-sci-fi-animation-comedy/","canonicalUrl":"https://www.newscientist.com/article/2276114-the-mitchells-vs-the-machines-review-great-sci-fi-animation-comedy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd3bc10ee91db98d819baf96412f9e45","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADERITIjEhI0H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EACERAAECBQUBAAAAAAAAAAAAAAECAwAEERIhBQYxYZHB/9oADAMBAAIRAxEAPwCkm8cyaG18ldmK0gNG27wCEnyMAZOfucdms8y8VbJRcj2JWnir1K7FKUMxq804pSrqZIx0SIok7fkHWU3t8VHmPkf/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JRoZNxIMSi","title":"Cosmic census reveals 540 stars and planets in our neighbourhood","shortId":"JRoZNxIMSi","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276994-cosmic-census-reveals-540-stars-and-planets-in-our-neighbourhood/","canonicalUrl":"https://www.newscientist.com/article/2276994-cosmic-census-reveals-540-stars-and-planets-in-our-neighbourhood/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a22ae86b9b0e6fe8f0ebdb43aa547576","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBRITIUGBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIBMUH/2gAMAwEAAhEDEQA/AM6tsR1tIuh9djrEspYJT2QCPHr6piEnEzJGdoREvUErp//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bEEnSQe9e6","title":"Ecocide may be on its way to becoming a new international crime","shortId":"bEEnSQe9e6","createdAt":"2021-05-10T07:59:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033331-600-ecocide-may-be-on-its-way-to-becoming-a-new-international-crime/","canonicalUrl":"https://www.newscientist.com/article/mg25033331-600-ecocide-may-be-on-its-way-to-becoming-a-new-international-crime/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ed9dd0c268d15fc64347a8979532d9b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQQABQUAAAAAAAAAAAAAAwABAgQFBhESYRMhMUGi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDBDHB/9oADAMBAAIRAxEAPwC3BMzV8NAWuFi1ax4OMux90iemaXHPlZiY6kpykwwRZ3106hO3yiKUNi1VSGclnvk//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"m3RPDJs9QJ","title":"Siberian flying squirrel caught mid-body-slam in rare photo","shortId":"m3RPDJs9QJ","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033331-800-siberian-flying-squirrel-caught-mid-body-slam-in-rare-photo/","canonicalUrl":"https://www.newscientist.com/article/mg25033331-800-siberian-flying-squirrel-caught-mid-body-slam-in-rare-photo/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd97f3c070467bc54381dcb35f60c716","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAAREgUHIVFxgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAbEQABBAMAAAAAAAAAAAAAAAAAAgMiUQERIf/aAAwDAQACEQMRAD8Az3b2ez1WzfmcJGVj4FQToHlzLfpdctuRwrbnWSzUVw7BgaxbR3715+4xjok1jdhLi5yj/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DYmgQ7Pv5","title":"Linux 5.13-rc1 freigegeben","shortId":"DYmgQ7Pv5","createdAt":"2021-05-10T07:04:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27010504,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T06:55:00.000Z","url":"https://linuxnews.de/2021/05/linux-5-13-rc1-freigegeben/","canonicalUrl":"https://linuxnews.de/2021/05/linux-5-13-rc1-freigegeben/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a713b72b6fb08dd1c815fb5039870410","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQBBQAAAAAAAAAAAAABAgUAAwQRIQYSIzGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEBAAMAAAAAAAAAAAAAAAABABESMf/aAAwDAQACEQMRAD8Am+kpwSM5cjsuPRDfdgWR9rZIXaLz7JAJOuBVY0Fjdx8afKUoaYqm69v/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CgMyNW5EY","title":"Covid-19 news: UK under-40s to get alternative to AstraZeneca vaccine","shortId":"CgMyNW5EY","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:00:00.000Z","url":"https://www.newscientist.com/article/2237475-covid-19-news-uk-under-40s-to-get-alternative-to-astrazeneca-vaccine/","canonicalUrl":"https://www.newscientist.com/article/2237475-covid-19-news-uk-under-40s-to-get-alternative-to-astrazeneca-vaccine/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ad58367c40ba0f567c9e1671afe220b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQQCAAcBAAAAAAAAAAAAAQIDBAUAEQYSIjEyQWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDBEGR/9oADAMBAAIRAxEAPwDI1PG8KVURFpbksOodUl4FXMgnY8fY6Rv8JAybY3NW5YSliOzpTqlDTZHcn5jGVr1Cqc9jlVRn/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":43,"description":null,"toc":null,"summary":null},{"id":"dXFQT1cM2F","title":"Ant species given first gender-neutral scientific name","shortId":"dXFQT1cM2F","createdAt":"2021-05-10T07:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276684-ant-species-given-first-gender-neutral-scientific-name/","canonicalUrl":"https://www.newscientist.com/article/2276684-ant-species-given-first-gender-neutral-scientific-name/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f7f5274df0eb4cf9cb46fc4e91cd2c0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwQFERMSITFB4f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADQf/aAAwDAQACEQMRAD8AzbQdbqxEFduOvVvvyBFJAHc/B6l25KXWPajZQVyWA5PAMREnmTSnuNtQHf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Lvv8pt0kkE","title":"Ancient hominins may have needed midwives to help deliver babies","shortId":"Lvv8pt0kkE","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276995-ancient-hominins-may-have-needed-midwives-to-help-deliver-babies/","canonicalUrl":"https://www.newscientist.com/article/2276995-ancient-hominins-may-have-needed-midwives-to-help-deliver-babies/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4477c1dd128f93c0d9f3f5a106813c1f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBQAEERIhMkGh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMTMZH/2gAMAwEAAhEDEQA/AKyU9cXrrsk0t9BUtJ1acI11JHp4OPRWoqdbQopMjI8HHcn7mlKOy2BiAx7FEorbYn//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZU0LPalRNt","title":"Bats don’t have to learn the speed of sound – they’re born knowing it","shortId":"ZU0LPalRNt","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.newscientist.com/article/2276404-bats-dont-have-to-learn-the-speed-of-sound-theyre-born-knowing-it/","canonicalUrl":"https://www.newscientist.com/article/2276404-bats-dont-have-to-learn-the-speed-of-sound-theyre-born-knowing-it/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/125f2d5508b8b620a6c8875a4c092b01","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAyEiBBEFQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8Ay6ttLcdEtq3VhuuCV9g/ZQPHK4DJfqcjtM9REmnX/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"n2Bnyznx0P","title":"Blood test could predict when pregnant women will give birth","shortId":"n2Bnyznx0P","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276534-blood-test-could-predict-when-pregnant-women-will-give-birth/","canonicalUrl":"https://www.newscientist.com/article/2276534-blood-test-could-predict-when-pregnant-women-will-give-birth/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d8fd66d99c1f03a4ccd4b4468616aff1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAAYBBAMAAAAAAAAAAAAAAAECAwQhBRESFDFBUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAMBAQAAAAAAAAAAAAAAAAABEQID/9oADAMBAAIRAxEAPwDFIGTxbUaZFyMNKmpLWzkJb1cYLyabK/nXshDGd0AAYUrK9XYj/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UnTz8e8UA5","title":"UK air pollution fell to record lows in 2020 due to lockdowns","shortId":"UnTz8e8UA5","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276195-uk-air-pollution-fell-to-record-lows-in-2020-due-to-lockdowns/","canonicalUrl":"https://www.newscientist.com/article/2276195-uk-air-pollution-fell-to-record-lows-in-2020-due-to-lockdowns/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/490497a5c9e7d78847e5c3bf58f14de6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABEGFiFBQoH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAMAAwAAAAAAAAAAAAAAAAABEQIDIf/aAAwDAQACEQMRAD8Aiwcst1WeCWzYeUKDIC5IUFd/TrHWFj1uSa8d2xjJ7kpRY9cP/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1jelmDbVz1","title":"Floating googly eyes on a stick scare seabirds away from fishing nets","shortId":"1jelmDbVz1","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276505-floating-googly-eyes-on-a-stick-scare-seabirds-away-from-fishing-nets/","canonicalUrl":"https://www.newscientist.com/article/2276505-floating-googly-eyes-on-a-stick-scare-seabirds-away-from-fishing-nets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/545f86ad4011cf68724b0780b1fa2581","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQRBxITFyGU/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDLl1gtsa9ksUG5oyCYQclQ9uWD7x1/nCIkqty+B6Wn/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"yJHmeYV10n","title":"King Henry VIII’s warship the Mary Rose carried crew from North Africa","shortId":"yJHmeYV10n","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/2276448-king-henry-viiis-warship-the-mary-rose-carried-crew-from-north-africa/","canonicalUrl":"https://www.newscientist.com/article/2276448-king-henry-viiis-warship-the-mary-rose-carried-crew-from-north-africa/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/edb85d58695a1c78895a9da0db5e02be","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQRBRMhMWFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQACAgEFAAAAAAAAAAAAAAABAgQRAAMSIaGx/9oADAMBAAIRAxEAPwDIFEbW0CsuytyNwMnRI4OR9479qPNcaZHM6MZ2KsQWyRn2lKompUllBNUPMKE+7QDEc2ejWf/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"W6M1BZ0sJ","title":"NEW 21","shortId":"W6M1BZ0sJ","createdAt":"2021-05-10T02:34:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010234,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/119022211/NEW-21","canonicalUrl":"https://www.behance.net/gallery/119022211/NEW-21","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0879e52de7f1c9920af2b58f472d4cc9","ratio":0.720906282183316,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIRAAAgIBBAMBAQAAAAAAAAAAAQIDBAUAERJBBiEiExf/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB4RAAEDBAMAAAAAAAAAAAAAAAECAxEABBIhEzFB/9oADAMBAAIRAxEAPwCjjK/jubtixWzUmWnlc8WimeIVT0qqCPXe5H0e9bmDCwfjHyvozcRuTx9nbQh/NLWU8lzcWMtVauPgcMsbcwQpCsVAX0ANztpoqvJWrQwRyPwiQIv10BsNT6/fsmUNlaMgRIHUDVNU8m8VQfa//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-UTs3G_r_8","title":"How to plant a fabulous front garden without losing your parking space","shortId":"-UTs3G_r_8","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-21T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033312-900-how-to-plant-a-fabulous-front-garden-without-losing-your-parking-space/","canonicalUrl":"https://www.newscientist.com/article/mg25033312-900-how-to-plant-a-fabulous-front-garden-without-losing-your-parking-space/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1b355f6ec36e7d477c146b2cabdfa9fb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAFEhEhMRNBUXHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARMf/aAAwDAQACEQMRAD8Axs+fbIE2RDZgvOYuFTSnFAHpp77Hkj7UIu1uA0RZ2UpHAU2FEDwTlv7pSo0ghXPQwt3/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"v1Sb16Km2u","title":"A baby’s first poo reveals if they are at risk of allergies and asthma","shortId":"v1Sb16Km2u","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276221-a-babys-first-poo-reveals-if-they-are-at-risk-of-allergies-and-asthma/","canonicalUrl":"https://www.newscientist.com/article/2276221-a-babys-first-poo-reveals-if-they-are-at-risk-of-allergies-and-asthma/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/675805937d885f700bcd138cf1c83449","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAgMFEQAEEhMhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAwADAAAAAAAAAAAAAAAAAAMREjEy/9oADAMBAAIRAxEAPwC3gI2VZiGtLV6I1hISp0cuZdbvyo0DViqA+3lXrt6a2G1N9ykKSClV1Yr3WMYE80b5lJo//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"t7cAQfEJrV","title":"Saharan dust could increase the risk of avalanches in the French Alps","shortId":"t7cAQfEJrV","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2275888-saharan-dust-could-increase-the-risk-of-avalanches-in-the-french-alps/","canonicalUrl":"https://www.newscientist.com/article/2275888-saharan-dust-could-increase-the-risk-of-avalanches-in-the-french-alps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9e0bc340aa50afcbe674620e683cdfc","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYHQSKR4f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADETP/2gAMAwEAAhEDEQA/AKe7OQLDb9nHcIpa2k8FjKEuzesDvus4k5kgLsRpD4JOMzfKUpvI4sMXNw1p/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Lsqvy1rqTL","title":"Many US cities will lose nearly all ash trees by 2060","shortId":"Lsqvy1rqTL","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276885-many-us-cities-will-lose-nearly-all-ash-trees-by-2060/","canonicalUrl":"https://www.newscientist.com/article/2276885-many-us-cities-will-lose-nearly-all-ash-trees-by-2060/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9385702ab56228a207891c04ec12a15","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAQUAAAAAAAAAAAAAAQACAxEEBQYTIkH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAQEBAQEAAAAAAAAAAAAAAAECAAMx/9oADAMBAAIRAxEAPwCl12/g7J5bagNKmKpoQHUzkz5NetKJ8YiTC2fMrtIpv//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3WASZhcYpC","title":"Why bringing Martian rocks back to Earth is a bad idea","shortId":"3WASZhcYpC","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-100-why-bringing-martian-rocks-back-to-earth-is-a-bad-idea/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-100-why-bringing-martian-rocks-back-to-earth-is-a-bad-idea/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf139bafb11957d9c294d6740885291e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAAUCBwEAAAAAAAAAAAAAAAECAwQRQQYWIiNRYXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDEUH/2gAMAwEAAhEDEQA/ANmWHFtRyTINJurruIVpb4Iyv2I5UnWdjU9V8ABSV010DT//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5yJC9GYId","title":"The Colonial Pipeline Hack Is a New Extreme for Ransomware","shortId":"5yJC9GYId","createdAt":"2021-05-08T21:39:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27008499,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T17:33:00.000Z","url":"https://www.wired.com/story/colonial-pipeline-ransomware-attack/","canonicalUrl":"https://www.wired.com/story/colonial-pipeline-ransomware-attack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409d63e6ea6c13eac6238d79275affb2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABBIRExQxMkFCUdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECMhH/2gAMAwEAAhEDEQA/AL7ryJbKcCJkkyyUN0HTv7qclpbCRhw8XM+C/KUp8VaAqcZP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YjFRQHP05W","title":"10 of the best popular science books as chosen by authors and writers","shortId":"YjFRQHP05W","createdAt":"2021-05-10T07:59:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-24T00:00:00.000Z","url":"https://www.newscientist.com/article/2274908-10-of-the-best-popular-science-books-as-chosen-by-authors-and-writers/","canonicalUrl":"https://www.newscientist.com/article/2274908-10-of-the-best-popular-science-books-as-chosen-by-authors-and-writers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/786a6d1fc783a90ba08e1520b135c2ed","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQRBSEyBhJhgdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMSIYH/2gAMAwEAAhEDEQA/AM16kmqyUdMZaj4vDCWjtxy3OxyPGPam5Kmmvke5ta0Q4kgmYfERBcqdSKVGHZ//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":10,"description":null,"toc":null,"summary":null},{"id":"SxnfxDDKQ","title":"Arabian cult may have built 1000 monuments older than Stonehenge","shortId":"SxnfxDDKQ","createdAt":"2021-05-10T07:59:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276273-arabian-cult-may-have-built-1000-monuments-older-than-stonehenge/","canonicalUrl":"https://www.newscientist.com/article/2276273-arabian-cult-may-have-built-1000-monuments-older-than-stonehenge/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bec4b84e9f50df70aa8c7c17f7161795","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQSBREhBgdBYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAIBAxExUv/aAAwDAQACEQMRAD8A09711dsGh06OGI8BXYEkn5U47i2yDG4bUxOOJAki45edvW9KUVHfWZGPUnMH/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"haXPQ97-N","title":"Nature's hardest-to-reproduce colours recreated in exhibition","shortId":"haXPQ97-N","createdAt":"2021-05-10T07:59:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-200-natures-hardest-to-reproduce-colours-recreated-in-exhibition/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-200-natures-hardest-to-reproduce-colours-recreated-in-exhibition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/037f0fd337adabe2ffb5c4046c0bb47e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAyEEERIxBSKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDETFB8P/aAAwDAQACEQMRAD8AyuR+EcaQRY4sER8fXiNVuuwe7tTnz+Pc9xkjlc8nbiNAE/ERG6IOyVQTVdtf/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"-aBeynHhj","title":"Indigenous people may have left the Amazon before Europeans arrived","shortId":"-aBeynHhj","createdAt":"2021-05-10T07:59:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276310-indigenous-people-may-have-left-the-amazon-before-europeans-arrived/","canonicalUrl":"https://www.newscientist.com/article/2276310-indigenous-people-may-have-left-the-amazon-before-europeans-arrived/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b143c121eb57d9fae15f7e2b9a70b18","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAgUFAQAAAAAAAAAAAAABAAIDBAYRIQUTFWPRcv/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQQAAgMRIf/aAAwDAQACEQMRAD8AkTda66GRJduxKQxgsF3m314ogquoAAOUZjpb4iKcw6zXU80MCi+ZqPJ//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"BlcIq4KVl","title":"Why the latest muon measurements are so tantalising for physics","shortId":"BlcIq4KVl","createdAt":"2021-05-10T07:59:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-200-why-the-latest-muon-measurements-are-so-tantalising-for-physics/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-200-why-the-latest-muon-measurements-are-so-tantalising-for-physics/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3275fc077f1a6da354496561035ad183","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFEiEGESJC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwDO9jqLRDx+4ivgD6t3mNxbkdjWJ+eiDtTqIpydZW//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5fHYURjYy","title":"The Deep-Sea Podcast review: The mind-boggling mysteries of the deep","shortId":"5fHYURjYy","createdAt":"2021-05-10T07:59:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-500-the-deep-sea-podcast-review-the-mind-boggling-mysteries-of-the-deep/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-500-the-deep-sea-podcast-review-the-mind-boggling-mysteries-of-the-deep/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ff11931eb3e2de87f0d5d5df76101a8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAMAAwEAAAAAAAAAAAABAgMEEQAFMQYVISP/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAhEhEjFB/9oADAMBAAIRAxEAPwCFgMw5sbcS9zHLk5l5bkVxmklKRQquV0kHpyiY8O1UpluR7NX6pDnyNXReMZOzJaOQmmWGju1//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0ISedI5Xl","title":"4 Rugged French Presses for Your Coffee-Fueled Summer Escape","shortId":"0ISedI5Xl","createdAt":"2021-05-09T18:41:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:36:00.000Z","url":"https://www.wired.com/story/best-french-press-coffee-makers-travel-camping-outdoors/","canonicalUrl":"https://www.wired.com/story/best-french-press-coffee-makers-travel-camping-outdoors/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a67787b2f977dcb9220b34ee1820cf96","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAgYDAQAAAAAAAAAAAAABAhEAAwQFEiEUFjEi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQADAQAAAAAAAAAAAAAAAAAAASEx/9oADAMBAAIRAxEAPwC5l11271fbYm4qTTJnmck4HJIYAIG2x0/jufYuuRUI+TNybTlOzCEFwqrp/9k=","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"OKE21HUck","title":"The Call of Duty League’s champions are being honored at Verdansk Stadium in Warzone","shortId":"OKE21HUck","createdAt":"2021-05-09T17:09:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009669,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T17:00:00.000Z","url":"https://www.theverge.com/2021/5/9/22424868/call-of-duty-league-cdl-warzone-verdansk-statue-champions","canonicalUrl":"https://www.theverge.com/2021/5/9/22424868/call-of-duty-league-cdl-warzone-verdansk-statue-champions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b353588b42f06e8a570285e90c4f143e","ratio":1.91056910569106,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFIRESFDFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIREjH/2gAMAwEAAhEDEQA/AMvh7+8u7V6NevyiEgnopZtcjZB9SlccxUHyqux8ERI71no5SP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dlssUgXpR","title":"India's crisis should be a warning against covid-19 complacency","shortId":"dlssUgXpR","createdAt":"2021-05-10T07:59:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-400-indias-crisis-should-be-a-warning-against-covid-19-complacency/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-400-indias-crisis-should-be-a-warning-against-covid-19-complacency/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d41bcbcdb225b616b0c6deef2607d83e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAQQCAgMAAAAAAAAAAAAAAgEDBBEAEwUhIkFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAbEQEBAAIDAQAAAAAAAAAAAAABAgAEAxEhUf/aAAwDAQACEQMRAD8A3gPGvzwGPtNkWdkhDIqS6ta+9eshJiDIkOvNI6LbhKYj49Iq2iYxjsyHBFT49vzK16XYuX0Az//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7zj8I79Kt","title":"Why billionaires are fighting over who gets to land humans on the moon","shortId":"7zj8I79Kt","createdAt":"2021-05-10T07:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276294-why-billionaires-are-fighting-over-who-gets-to-land-humans-on-the-moon/","canonicalUrl":"https://www.newscientist.com/article/2276294-why-billionaires-are-fighting-over-who-gets-to-land-humans-on-the-moon/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b98c25e96e8cecc9e9713c4ffd7eac1b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFEQYHEkETIZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAIDAQEAAAAAAAAAAAAAAAIDAAERMRP/2gAMAwEAAhEDEQA/AIm4OsYsjTVvRDt0JD7KFhx1bACwCEgAYGDkcvufVZlzbcOOKWxPieJRJRkOZ49dUpVkttumddjaHlgjfJ//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MqTALxd_Gp","title":"India's covid-19 crisis: What happens next and how long will it last?","shortId":"MqTALxd_Gp","createdAt":"2021-05-10T07:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033333-600-indias-covid-19-crisis-what-happens-next-and-how-long-will-it-last/","canonicalUrl":"https://www.newscientist.com/article/mg25033333-600-indias-covid-19-crisis-what-happens-next-and-how-long-will-it-last/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43ecc0d841d48230712b4dd18a713a59","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUhBhNx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxIf/aAAwDAQACEQMRAD8AyDx6Vx4JdipdbbS0F6KIKd7rUCvh76rJ0mJKSJCy2lTo9hToTRPdXjGFtzhWO6f/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"NB7b6gPPoB","title":"70 per cent of people live in countries without sustainable resources","shortId":"NB7b6gPPoB","createdAt":"2021-05-10T07:59:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2275643-70-per-cent-of-people-live-in-countries-without-sustainable-resources/","canonicalUrl":"https://www.newscientist.com/article/2275643-70-per-cent-of-people-live-in-countries-without-sustainable-resources/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2479c9ca91fb4465850de71b96565101","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEEBQYHIRITMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIRUf/aAAwDAQACEQMRAD8AzmfyBqkLcyOPFJFRFj/aKabF9Kk/euZ5uqFo7+WiJSisEWz/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"7N9qpe60D","title":"Old tom cats have more mutations in their sperm like older human males","shortId":"7N9qpe60D","createdAt":"2021-05-10T07:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275606-old-tom-cats-have-more-mutations-in-their-sperm-like-older-human-males/","canonicalUrl":"https://www.newscientist.com/article/2275606-old-tom-cats-have-more-mutations-in-their-sperm-like-older-human-males/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b834a9f5a820e54f9ff2bc6f5ae7dcf6","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBQYhMQcTFRci/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABAgD/2gAMAwEAAhEDEQA/AMTRXTTJYTEueRtrJ2+uXEhlYKVhkQTBJgwrgxxtUXqbPp+U3eASBsB2HDFKVMwCuatQN//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KulPte6NkZ","title":"The world is hot enough: MI6 has started spying on climate polluters","shortId":"KulPte6NkZ","createdAt":"2021-05-10T07:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033333-400-the-world-is-hot-enough-mi6-has-started-spying-on-climate-polluters/","canonicalUrl":"https://www.newscientist.com/article/mg25033333-400-the-world-is-hot-enough-mi6-has-started-spying-on-climate-polluters/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bc88627cf1f02cb384e5076398b52906","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQMCAAQFEQYSISIxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EAB0RAAEDBQEAAAAAAAAAAAAAAAEAAgMEEyExMrH/2gAMAwEAAhEDEQA/AIPiHO14/A3k+VpyDWZCTXWD7dnbbe/vsGY15IHn6iPmtTYe+Y7E2THRaGTRCUhMjsCYje9Ejf4aUqupAheQzG/Sjttk6X//2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FPBcEv1EAf","title":"NASA’s Ingenuity helicopter has made its fourth and furthest flight","shortId":"FPBcEv1EAf","createdAt":"2021-05-10T07:59:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276387-nasas-ingenuity-helicopter-has-made-its-fourth-and-furthest-flight/","canonicalUrl":"https://www.newscientist.com/article/2276387-nasas-ingenuity-helicopter-has-made-its-fourth-and-furthest-flight/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb4ae6473819c11e10b3b6209662ea64","ratio":1.50125,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQIFBQAAAAAAAAAAAAAAAgABAwQGEWIFEiQx0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwDSPW2riFyiQzxIGs6iKv5zc/Dle8vURTOSZ0F//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"uVtx0Y7dS","title":"Wild horses and donkeys dig desert wells that boost biodiversity","shortId":"uVtx0Y7dS","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276214-wild-horses-and-donkeys-dig-desert-wells-that-boost-biodiversity/","canonicalUrl":"https://www.newscientist.com/article/2276214-wild-horses-and-donkeys-dig-desert-wells-that-boost-biodiversity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17295dac66b5025b3afb59fc5f5857db","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEAAUSESExBgcUIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABcRAAMBAAAAAAAAAAAAAAAAAAABIjH/2gAMAwEAAhEDEQA/ALK49zokXw3bdb1PNKRi9ksoKcj6gDgk/TxUFJ6nnLkurbsUHBSyU6sNHbXbcqpSpHImo//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"-Y0jH_A4aM","title":"NASA's Parker Solar Probe has gone faster than any spacecraft ever","shortId":"-Y0jH_A4aM","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.newscientist.com/article/2276358-nasas-parker-solar-probe-has-gone-faster-than-any-spacecraft-ever/","canonicalUrl":"https://www.newscientist.com/article/2276358-nasas-parker-solar-probe-has-gone-faster-than-any-spacecraft-ever/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7ef2c1fac58dc33d7fc84ff81104a444","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAARIRITMQUHIiNR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAfEQABBAAHAAAAAAAAAAAAAAABAAMEEQUSITGRobH/2gAMAwEAAhEDEQA/AMzlhCd6gwEI3mGixI3fYupE8iH5fm1RpvcAUmPo3BjmG4WkiBLql8KuOaUoWLHbe0cF0PbVRiEt2KQWjWYnoDblf//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"iaPHvMueIk","title":"Billion-year-old microbe had taken first step towards internal organs","shortId":"iaPHvMueIk","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276028-billion-year-old-microbe-had-taken-first-step-towards-internal-organs/","canonicalUrl":"https://www.newscientist.com/article/2276028-billion-year-old-microbe-had-taken-first-step-towards-internal-organs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b75f915bd3f26dce27d41cbb869269f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIEAAMFEQYhEjFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQIAAxIhIjH/2gAMAwEAAhEDEQA/AIngk3DSeN2iqMIsREsX2up2SV24AH5vv53WQ5KTinyMpocNljNdc2l8yNJs6Hv61SlHpru2YlzaisB2f//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gAgKAIQG6","title":"National Recycling Symbols","shortId":"gAgKAIQG6","createdAt":"2021-05-09T18:38:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27009758,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/118830257/National-Recycling-Symbols","canonicalUrl":"https://www.behance.net/gallery/118830257/National-Recycling-Symbols","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26c86296bfbfb58b2694d6c442b1455f","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQREhMxFCFBgZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANvZSnnuCPeA1PIzk8Hj4qeGhajhYzrCdLQ3Pfx7REg//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"QIfgMiPGEK","title":"Your finger can feel the change of a single atom in a material","shortId":"QIfgMiPGEK","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2276384-your-finger-can-feel-the-change-of-a-single-atom-in-a-material/","canonicalUrl":"https://www.newscientist.com/article/2276384-your-finger-can-feel-the-change-of-a-single-atom-in-a-material/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/298dc0ee273f655ffe7611f1d5cfd62d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFERITQQcxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABAxMhMTL/2gAMAwEAAhEDEQA/ANOTbLizPdd2MiCpLaUjcJ48bbHHeQr18FTD/kO5RXnI6rMgqaUUE846OKUqZRr5dMZ24JtL/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AGu0anTNhQ","title":"UN climate chief Patricia Espinosa: We can still turn this around","shortId":"AGu0anTNhQ","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-21T00:00:00.000Z","url":"https://www.newscientist.com/article/0-un-climate-chief-patricia-espinosa-we-can-still-turn-this-around/","canonicalUrl":"https://www.newscientist.com/article/0-un-climate-chief-patricia-espinosa-we-can-still-turn-this-around/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/808e2a3c5a8a0b932df424e195cc15fd","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAAABQQBBQAAAAAAAAAAAAAAAQIDBQQREyEGIjFBUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQARQfD/2gAMAwEAAhEDEQA/AJ7w7jcbLRM+llo6ioxE0265rAu5bt572vvXoT2oi8b7iFVCTNKjI+j6AAwpYq2HbP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"q87B1S3fTF","title":"Don't Miss: Netflix's Jupiter's Legacy features sci-fi parent envy","shortId":"q87B1S3fTF","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-600-dont-miss-netflixs-jupiters-legacy-features-sci-fi-parent-envy/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-600-dont-miss-netflixs-jupiters-legacy-features-sci-fi-parent-envy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd8d6046bb270312b6e04261ee1b2216","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEEgUhgQYTFSJB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8AzjVnLJCrTBkhtxkoUnIxmXjB4Ajmr+M6fR6u3TncTsrFsxP2NqUoskMG/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"knDDHwcbqJ","title":"How to boost your self-awareness and make better decisions","shortId":"knDDHwcbqJ","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-300-how-to-boost-your-self-awareness-and-make-better-decisions/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-300-how-to-boost-your-self-awareness-and-make-better-decisions/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3aa384bb659cb4421dd640d2afb26b4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAgUDBQAAAAAAAAAAAAABAAMCBAUREwYVI0FCVIHx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMREkFR/9oADAMBAAIRAxEAPwCDVc+zBXBiZcepkwMggctxnvAF7nofibZTPFhPpETWNtAjiAzuvF2yv//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VjSgEk6XC","title":"The Croods a New Age Visual Development","shortId":"VjSgEk6XC","createdAt":"2021-05-10T06:37:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010477,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T00:00:00.000Z","url":"https://www.behance.net/gallery/119113607/The-Croods-a-New-Age-Visual-Development","canonicalUrl":"https://www.behance.net/gallery/119113607/The-Croods-a-New-Age-Visual-Development","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a5a03925e5e6e379fd87aed7c3b2560b","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBRITITJBkdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABMQL/2gAMAwEAAhEDEQA/ANjng1J0fE92MYiDZt24HxXSqU04eQD3s9n4iKtRAqz/2Q==","siteTwitter":"@behance","creatorTwitter":"@lucapisanu","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8TTVdGb7o3","title":"Oxygen Express trains deliver supplies as India hit by covid-19 surge","shortId":"8TTVdGb7o3","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-26T00:00:00.000Z","url":"https://www.newscientist.com/article/2275757-oxygen-express-trains-deliver-supplies-as-india-hit-by-covid-19-surge/","canonicalUrl":"https://www.newscientist.com/article/2275757-oxygen-express-trains-deliver-supplies-as-india-hit-by-covid-19-surge/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/378f7698dbebcd5f194802fc31b7563a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgIDAAIDAAAAAAAAAAAAAQMCBAAFEQcSITEy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAQADAQEAAAAAAAAAAAAAAAEAAhEDcf/aAAwDAQACEQMRAD8Ayemjp95rUta51WzVnGAqhfvFs/sDveRiR0kZSrxletrhYClQDgGepESY9+efrGMK5pkTnYqqg+z/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GUBtslI7-y","title":"Male parasitic wasps can detect females inside an infected host fly","shortId":"GUBtslI7-y","createdAt":"2021-05-10T07:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T00:00:00.000Z","url":"https://www.newscientist.com/article/2275894-male-parasitic-wasps-can-detect-females-inside-an-infected-host-fly/","canonicalUrl":"https://www.newscientist.com/article/2275894-male-parasitic-wasps-can-detect-females-inside-an-infected-host-fly/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a14c861d638885539f399a5ae4e9a910","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMAAgQRBRJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAREAAgMSUXH/2gAMAwEAAhEDEQA/AMuzeQotIXjrqXgDte42Nn4ZMOSz2x3ESpjkKMsknuOl+SCXk//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"p9ye4jDdZf","title":"Can we finally wipe out malaria with a vaccine 37 years in the making?","shortId":"p9ye4jDdZf","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-23T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033320-100-can-we-finally-wipe-out-malaria-with-a-vaccine-37-years-in-the-making/","canonicalUrl":"https://www.newscientist.com/article/mg25033320-100-can-we-finally-wipe-out-malaria-with-a-vaccine-37-years-in-the-making/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57d13ae6ad88f82e45f56ce1825ad029","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBSEHQRITIv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAQUBAQAAAAAAAAAAAAAAAQACAwRBERL/2gAMAwEAAhEDEQA/AM9p8txVFuKtkStUQTEtCv6+z4AAabXvXfrvKu15Bq1rU0ElEO8TlGYdBiDreMYw2Ht6Rqq5VjL/AAcX/9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ebfPkURbN","title":"Clubhouse comes to Android after more than a year of iOS exclusivity","shortId":"ebfPkURbN","createdAt":"2021-05-09T16:22:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009622,"tagsStr":"tech-news,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T16:15:00.000Z","url":"https://www.theverge.com/2021/5/9/22424399/clubhouse-android-app-release-date-news-features","canonicalUrl":"https://www.theverge.com/2021/5/9/22424399/clubhouse-android-app-release-date-news-features","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/522f5c0f2422efd77fb809ed620fa3e7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxJSof/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxEh/9oADAMBAAIRAxEAPwDR1aNYmlusrHICkerK2vCmIk2XjogbM//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"GpYhx7Unmy","title":"Multiple negative events before birth could lead to poor mental health","shortId":"GpYhx7Unmy","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276018-multiple-negative-events-before-birth-could-lead-to-poor-mental-health/","canonicalUrl":"https://www.newscientist.com/article/2276018-multiple-negative-events-before-birth-could-lead-to-poor-mental-health/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ca4450cae8153689c6f937b723f228e","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgEDBBEABgUSISJRgf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AJu6bzwL2rTRYYeBHZRK6Jt2ZqYCQr1e6SvmYuDycN6FHdONJQzbElQXkq1S+3jjGGKwo5FNjNk//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rwFt0Wi5p","title":"Alien plants: The search for photosynthesis on other worlds","shortId":"rwFt0Wi5p","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033332-500-alien-plants-the-search-for-photosynthesis-on-other-worlds/","canonicalUrl":"https://www.newscientist.com/article/mg25033332-500-alien-plants-the-search-for-photosynthesis-on-other-worlds/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98dea8179a401a0b9052a48b2bd9945b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQQBAQkAAAAAAAAAAAAAAgABAwQRIQUSFSIxUVSS0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACAxES/9oADAMBAAIRAxEAPwDNauyL1iF68whAEUZyg5YffJscuj5179FHwa/4z+4/URW+1dMIYKk//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4V4LybkXfq","title":"What the battle between Epic Games and Apple could mean for you","shortId":"4V4LybkXfq","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.newscientist.com/article/2276965-what-the-battle-between-epic-games-and-apple-could-mean-for-you/","canonicalUrl":"https://www.newscientist.com/article/2276965-what-the-battle-between-epic-games-and-apple-could-mean-for-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1aae4be472431e0805d11dd941338d6b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIDBAAhQQUREhZRk9H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EAB8RAAEEAgIDAAAAAAAAAAAAAAECAwQRBTEAIWFx0f/aAAwDAQACEQMRAD8Am5ZnEUC1KiTEN0yMxCkLz1I8nXfNF2jxnaqntX7jGNKmOMOEJ7Hn0PvJ7F4WNkI6VOWCBsHdlQ7u9UNVz//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OU5BRz9m9b","title":"Owl-like dinosaurs had remarkably good hearing and night vision","shortId":"OU5BRz9m9b","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.newscientist.com/article/2276926-owl-like-dinosaurs-had-remarkably-good-hearing-and-night-vision/","canonicalUrl":"https://www.newscientist.com/article/2276926-owl-like-dinosaurs-had-remarkably-good-hearing-and-night-vision/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/381f11ffbdca183f88b72771d211e2f3","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDBAAFMQYhIkEREhT/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAA0GR/9oADAMBAAIRAxEAPwDDY130v8Tb0i2ostsfVG0b4lthel73zU4/cYRvOGFpjgJEqoKGfFPOM0pRLUF09iNYTP/Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"10fjR4TuP3","title":"Viking remains lost for more than a century rediscovered in a museum","shortId":"10fjR4TuP3","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2276409-viking-remains-lost-for-more-than-a-century-rediscovered-in-a-museum/","canonicalUrl":"https://www.newscientist.com/article/2276409-viking-remains-lost-for-more-than-a-century-rediscovered-in-a-museum/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa666409c941641ab4ad1bdb928f12b0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERMhBhJS/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAAS/9oADAMBAAIRAxEAPwDPLXnjS3FkI8fdtBGh52ZgHdiBrr20QDv52KinvMU00jRYxljLEqOduhvqlKElT//Z","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RC7hqsQ0p","title":"AI face analysis can tell if cows and pigs are excited or stressed","shortId":"RC7hqsQ0p","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-23T00:00:00.000Z","url":"https://www.newscientist.com/article/2275395-ai-face-analysis-can-tell-if-cows-and-pigs-are-excited-or-stressed/","canonicalUrl":"https://www.newscientist.com/article/2275395-ai-face-analysis-can-tell-if-cows-and-pigs-are-excited-or-stressed/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7188a26d345ce91f65be6596ef41d888","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAQQCAgIDAAAAAAAAAAAAAgEDBBEABQYSEyExMpH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBERMU/9oADAMBAAIRAxEAPwDU82zHnj7+rdmuRIgpJlRykIjbxENIwAr9E6+7+LySTwbZyZDr473egLpKaCuyVOtrdekr8xjA9LwKxSj/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZUo1CTvUS","title":"Metadaten – Immer noch zu wenig beachtet","shortId":"ZUo1CTvUS","createdAt":"2021-05-09T14:33:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27009513,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:16:36.000Z","url":"https://curius.de/2021/05/metadaten-immer-noch-zu-wenig-beachtet/","canonicalUrl":"https://curius.de/2021/05/metadaten-immer-noch-zu-wenig-beachtet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/967e46b0da063075d93da7986135319e","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAERAgMFEiExMnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAAMBAQAAAAAAAAAAAAAAAAACAzJx/9oADAMBAAIRAxEAPwDBMY5xNxaVspmeCfr71egCqZUnw2/T/9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":6,"description":null,"toc":null,"summary":null},{"id":"A3m5W-zXZD","title":"Frozen cloud of molecules acts as a single quantum object","shortId":"A3m5W-zXZD","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/2276079-frozen-cloud-of-molecules-acts-as-a-single-quantum-object/","canonicalUrl":"https://www.newscientist.com/article/2276079-frozen-cloud-of-molecules-acts-as-a-single-quantum-object/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43152953fb9585d961f743ec0ed29941","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAAUEAgMAAAAAAAAAAAAAAAECAxEEBQYiEiEUUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAMAAgMAAAAAAAAAAAAAAAECAwBRERLB/9oADAMBAAIRAxEAPwDHcersbpcWuzF3pHnrq7y8dxKZjXWFTrCuz6OSEjCvZ/QAHzkJlmBJ7b8ylqxbhdZ//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":3,"description":null,"toc":null,"summary":null},{"id":"NuguUQGEeN","title":"Fossil shows a shark eating a proto-squid as it ate a crustacean","shortId":"NuguUQGEeN","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.newscientist.com/article/2276499-fossil-shows-a-shark-eating-a-proto-squid-as-it-ate-a-crustacean/","canonicalUrl":"https://www.newscientist.com/article/2276499-fossil-shows-a-shark-eating-a-proto-squid-as-it-ate-a-crustacean/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eac80811a46daed501b73bf27e115abf","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAwACAgMAAAAAAAAAAAAAAQIDAAQFERIxgv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAS/9oADAMBAAIRAxEAPwDKtzmtWeqVvClGDAqy08ChHye8k6bcHo7CZXsk9D0MYxtNOKl//9k=","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-YlRl1xqfE","title":"We'll soon be able to tell whether you are immune to covid-19","shortId":"-YlRl1xqfE","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T00:00:00.000Z","url":"https://www.newscientist.com/article/mg25033323-700-well-soon-be-able-to-tell-whether-you-are-immune-to-covid-19/","canonicalUrl":"https://www.newscientist.com/article/mg25033323-700-well-soon-be-able-to-tell-whether-you-are-immune-to-covid-19/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3fdf47f8b2e95f521757bec5d0d6d466","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQAFAxIiQVGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIhEf/aAAwDAQACEQMRAD8AxqJIiLBZn4WLhetQrUFNjuPvyPuSvq9czswnTwCboKtDGMAxZTy1TpP/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gSQ1LOUdvg","title":"Mice on opposite North American coasts evolved the same way","shortId":"gSQ1LOUdvg","createdAt":"2021-05-10T07:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"011de8937473448394e0288107726bc8","views":0,"score":27010559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.newscientist.com/article/2276306-mice-on-opposite-north-american-coasts-evolved-the-same-way/","canonicalUrl":"https://www.newscientist.com/article/2276306-mice-on-opposite-north-american-coasts-evolved-the-same-way/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba824286d05edeb66909d29661ddd2c1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBAUAIREGEhMiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAARESIf/aAAwDAQACEQMRAD8Ai6IuJViiVIrREVJDwbaWAoeJJIPIChx3azfiqakAPqtrYl33JbU2lJ53oFOh8xjATzxDSqn/2Q==","siteTwitter":"@newscientist","creatorTwitter":"@newscientist","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5lhb4Redj","title":"A Westbrook Debate, Round 1 Sleepers, and More With Ryen Russillo","shortId":"5lhb4Redj","createdAt":"2021-05-10T05:37:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T05:28:32.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/10/22428282/a-westbrook-debate-nba-sleepers-unbreakable-records-and-lamelo-sliding-doors-with-ryen-russillo","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/10/22428282/a-westbrook-debate-nba-sleepers-unbreakable-records-and-lamelo-sliding-doors-with-ryen-russillo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0be02407b6101e29cc997854deb12bd9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwQABwAAAAAAAAAAAAABAAIDBAUREhMUIjFBgdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRUf/aAAwDAQACEQMRAD8AmhvcFxoi7kNCx7xu+YySO6CAS5w8YHYD0ks1JxX4ttOBk4GzvqIq46DtY5LpoOcJ/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"F6Qcp4JmP","title":"Ian Eagle on the Nets, Plus Rats and Raccoons Overshadow the Mets’ Winning Streak","shortId":"F6Qcp4JmP","createdAt":"2021-05-10T03:00:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27010260,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-10T02:56:04.000Z","url":"https://www.theringer.com/2021/5/9/22428159/ian-eagle-on-the-nets-plus-rats-and-raccoons-overshadow-the-mets-winning-streak","canonicalUrl":"https://www.theringer.com/2021/5/9/22428159/ian-eagle-on-the-nets-plus-rats-and-raccoons-overshadow-the-mets-winning-streak","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15adba4fca42c95ef8af0624798088e2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQhBRJhETFBUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAMkL/2gAMAwEAAhEDEQA/AMW0ZrEG+tt29K5LgVnEZgk9wPPPNTGpnplECfZlLP2lKBpr8l//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Kc-WbXoRq","title":"Insertable streams for MediaStreamTrack","shortId":"Kc-WbXoRq","createdAt":"2021-05-04T11:15:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"web","views":25,"score":27002658,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://web.dev/mediastreamtrack-insertable-media-processing/","canonicalUrl":"https://web.dev/mediastreamtrack-insertable-media-processing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90da7252cafd19d4e94d175fd8e7aae7","ratio":3.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgABBAMFEQYSEyFBQlFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxEEIWH/2gAMAwEAAhEDEQA/AMroe6TY0uSdGQQlwxDnh8ttF+vt1fXv9zetUd5RZ3P2j5+IinjMUTFOQuUWtrjT73P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rpJ2KEsu4","title":"Hero Frog Kuri (Pegasus)","shortId":"rpJ2KEsu4","createdAt":"2021-05-09T22:41:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27010001,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/104347829/Hero-Frog-Kuri-(Pegasus)","canonicalUrl":"https://www.behance.net/gallery/104347829/Hero-Frog-Kuri-(Pegasus)","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c38c6b15db83e284feb72ad63c22d42f","ratio":0.159689745637048,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAA/AAoDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAABAYDBQcI/8QALBAAAgEDAwMCBAcAAAAAAAAAAQIDBAURABIhBhMxUWEHIzJBFBUiJIGRof/EABcBAAMBAAAAAAAAAAAAAAAAAAECAwX/xAAeEQACAgICAwAAAAAAAAAAAAABAgAhAxESEzEy0f/aAAwDAQACEQMRAD8A6OnnBucMa1YTYCXg2ZL5HHP20frMuh7tfblNP+ZV7NRQO3z+3tYhR+oE4wMefcemmyDq3p94Y2S9UzqVBDdz6hjz41jK/ImpRW3cVq2327qbqOuoC1fQLTkBWj2pHuHBKjbnJ8cnPHpomL4XUMcaIlxrAqgAfLTx/Wlektt26Mu9TJJWwl5UeQyAySDlicZYEZ++Bk86khPVE8SS7EbuKHzvbnPPrpOwIdH5IsVayspoZbJc7juN9EEMdUVaKppU3xYY5Zto24JwMnWxwWiyyQRvDGrRsoKssr4IxwRg6TekKKxPfapBcDUTZaJ4j2wkoRjwyKMY5z7601cBQFwFAwANMi2TDjxFfYRWmppbdWzU1LFDI9XloGllVZCc5kC4TgBTkaKhtFWsKK1fcQQoB/cIf92arqjqnbfPw8luANMSrbnBdWIP0kceAM+x/jTFTXWmqKeKaMvskUOuV5wRnTAjZEsMit4n/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"S03mPO03Y","title":"Simple bank shutdown goes awry leaving customers without account access","shortId":"S03mPO03Y","createdAt":"2021-05-09T21:46:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009946,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T21:45:51.000Z","url":"https://www.theverge.com/2021/5/9/22427811/simple-bbva-transition-errors-bank-shutdown","canonicalUrl":"https://www.theverge.com/2021/5/9/22427811/simple-bbva-transition-errors-bank-shutdown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ac1a045d02834441f098e56375e1f79","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEEAAcBAAAAAAAAAAAAAQMCAAQRIQUGEhMiMXFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAIAAQMh/9oADAMBAAIRAxEAPwDb27FcMfbJtURjBzcY9iJkdyAOs6+flRXc5N7zMWKD5Hc2MMj9PUMmlKHNqjy4zzKXan//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"eZmOxaZb-","title":"Dropping cache didn’t drop cache","shortId":"eZmOxaZb-","createdAt":"2021-05-07T18:13:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"twitter","views":56,"score":27007392,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/open-source/2021/dropping-cache-didnt-drop-cache.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/open-source/2021/dropping-cache-didnt-drop-cache.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sHHc-nLVm","title":"Elon Musk’s SpaceX is literally launching a Dogecoin-funded satellite to the Moon","shortId":"sHHc-nLVm","createdAt":"2021-05-09T17:44:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009704,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T17:35:00.000Z","url":"https://www.theverge.com/2021/5/9/22427588/spacex-dogecoin-satellite-doge-1-to-the-moon","canonicalUrl":"https://www.theverge.com/2021/5/9/22427588/spacex-dogecoin-satellite-doge-1-to-the-moon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3b16b44821760d91dc47041194da83a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFBiEREkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhES/9oADAMBAAIRAxEAPwDMsJw+3XvEK64SGWKrpC5vYO5a/XYcjzWlJyWuEPcPhPiIiVT6wZMpyf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KEo1RdMzi","title":"How to Clear Your Cache in WordPress","shortId":"KEo1RdMzi","createdAt":"2021-05-09T17:40:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27009700,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T16:00:40.000Z","url":"https://www.quicksprout.com/how-to-clear-your-cache-in-wordpress/","canonicalUrl":"https://www.quicksprout.com/how-to-clear-your-cache-in-wordpress/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Dh-1MkcJ9","title":"15 Animated Logo Design Concepts","shortId":"Dh-1MkcJ9","createdAt":"2021-05-06T15:37:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27005257,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:31:27.000Z","url":"https://design4users.com/animated-logo-design/","canonicalUrl":"https://design4users.com/animated-logo-design/","image":"https://design4users.com/wp-content/uploads/2021/05/logo-motion-design.gif","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAAECAxESE0FR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDB4Sq4HFxaty3t1jwgAV4d/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"bB8s9V835","title":"Stream now: Nicky Romero expands Monocule EP series with second volume","shortId":"bB8s9V835","createdAt":"2021-05-09T16:16:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009616,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T16:12:43.000Z","url":"https://dancingastronaut.com/2021/05/stream-now-nicky-romero-expands-monocule-ep-series-with-second-volume/","canonicalUrl":"https://dancingastronaut.com/2021/05/stream-now-nicky-romero-expands-monocule-ep-series-with-second-volume/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae87bb8691d453993a7ad765e8d4b90d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBiExEjNBUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACYQMREiEx/9oADAMBAAIRAxEAPwDA2eHt10nftdvKkzZAxI6Hq7qEgMPqncHnweauxalwcMSRXaSNcIAspWLYsOSN/dKU1pxFoCFVYH74YX//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DrXMi4YSr","title":"You Can Label a JavaScript `if` Statement","shortId":"DrXMi4YSr","createdAt":"2021-04-30T14:47:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","tweeted":true,"views":1464,"score":26997832,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-01T06:00:00.000Z","discussionScore":3,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:29:32.000Z","url":"https://css-tricks.com/you-can-label-a-javascript-if-statement/","canonicalUrl":"https://css-tricks.com/you-can-label-a-javascript-if-statement/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/980fa89c1502a6d2a8399fae065a2095","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAQQDAQAAAAAAAAAAAAAAAAECAxESEzJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/AMEljyjY++kpUon1+gEmD//Z","siteTwitter":"@CSS","creatorTwitter":"@fimion","readTime":3,"description":null,"toc":null,"summary":null},{"id":"8pKQKveCg","title":"The Radar 141: Mixed by Mindchatter","shortId":"8pKQKveCg","createdAt":"2021-05-09T16:07:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009607,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T16:04:19.000Z","url":"https://dancingastronaut.com/2021/05/the-radar-141-mixed-by-mindchatter/","canonicalUrl":"https://dancingastronaut.com/2021/05/the-radar-141-mixed-by-mindchatter/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2818e0b16917016b2e152068ec542df1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMxIRITQVHw/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDBBIiUWGx/9oADAMBAAIRAxEAPwDEKthRlqV+0rK6P1lt8efvcmL4gSAuuNRERqjOEF3JVLZeYzr14F//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OsetmXTJv","title":"Changing hidden/locked BIOS settings under Linux","shortId":"OsetmXTJv","createdAt":"2021-05-09T16:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27009603,"tagsStr":"linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T15:37:00.000Z","url":"https://hansdegoede.livejournal.com/25413.html","canonicalUrl":"https://hansdegoede.livejournal.com/25413.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8139d06b88dfc2548a85317a01ecbe7e","ratio":2.23048327137546,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAGxAAAwACAwAAAAAAAAAAAAAAAAECESEDMnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMAum1x5qnrG6ZOuz9AHJD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Uf1h1cADF","title":"Red Rocks Amphitheater reportedly eyeing return to full capacity in July","shortId":"Uf1h1cADF","createdAt":"2021-05-09T15:58:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009598,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T15:57:45.000Z","url":"https://dancingastronaut.com/2021/05/red-rocks-amphitheater-will-allegedly-return-to-full-capacity-in-july/","canonicalUrl":"https://dancingastronaut.com/2021/05/red-rocks-amphitheater-will-allegedly-return-to-full-capacity-in-july/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2e086f6f4abad8f4845d644df905e61","ratio":1.4989939637827,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEBQcSE0EUIcH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDI4PVHIM2TTDjyV7URtUzKiI9EkGD13UbmpFwpxR4LESSY8cH5SlBs1OSuCz//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bDfvqXgeZ","title":"Ray Volpe has us ‘Feeling This Way’ with new Subsidia Records release","shortId":"bDfvqXgeZ","createdAt":"2021-05-09T15:52:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27009592,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T15:51:05.000Z","url":"https://dancingastronaut.com/2021/05/ray-volpe-has-us-feeling-this-way-with-new-subsidia-records-release/","canonicalUrl":"https://dancingastronaut.com/2021/05/ray-volpe-has-us-feeling-this-way-with-new-subsidia-records-release/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50edcfeb3c0f3cdd6b22e2c7dae68832","ratio":1.49765990639626,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAQIDAAQRIQUTBhIjMUFC/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQEBAQAAAAAAAAAAAAAAAAECAGH/2gAMAwEAAhEDEQA/AMl5y+s340RC8SeeOIQN7TKZguethrAGCM53r7zVdLvxiRFeYxCRh6mHS2ifn80pRzBfMmWzv//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hPBJVl2LU","title":"NIUNIU family","shortId":"hPBJVl2LU","createdAt":"2021-05-09T14:37:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27009517,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/119034243/NIUNIU-family","canonicalUrl":"https://www.behance.net/gallery/119034243/NIUNIU-family","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a805f7220562ac8083d6223bffb82382","ratio":1.03626943005181,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUGB//EACEQAAICAAYDAQAAAAAAAAAAAAECAwQABQcREiETMYFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgAEFSFRYf/aAAwDAQACEQMRAD8AupdMrlyaxXo53SW1XPGRfEzcSR1uN/vzBqaTZgqKGzOoxA2J8Td40CyiV2zyaBVimZo+ToOLHoeyP04dUmZqVdmJLGNSST76xRuVQrFgcnghC7n/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"u9n04m9Tf","title":"Watch Elon Musk play Wario, parody SpaceX, and hype dogecoin on Saturday Night Live","shortId":"u9n04m9Tf","createdAt":"2021-05-09T14:12:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009492,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T14:10:00.000Z","url":"https://www.theverge.com/2021/5/9/22427429/elon-musk-snl-clips-wario-dogecoin-monologue-saturday-night-live","canonicalUrl":"https://www.theverge.com/2021/5/9/22427429/elon-musk-snl-clips-wario-dogecoin-monologue-saturday-night-live","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8d5a096de9646c3aafab056863c31a6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBBAMBAAAAAAAAAAAAAQIDBBEABQYSEwchMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxEhMcH/2gAMAwEAAhEDEQA/AJniXacTX9uyXZzrgXJkNxx1hI4D7fsE3+EDMukaqpl9xrqCuCim+VXRxjCKiTdYp6GexNuFXJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"yHcmO2quZ","title":"A to Z of Figma: Tips & Tricks!","shortId":"yHcmO2quZ","createdAt":"2021-05-09T13:44:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27009464,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:36:32.000Z","url":"https://webdesign.tutsplus.com/tutorials/a-to-z-of-figma-tips-tricks--cms-36837","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/a-to-z-of-figma-tips-tricks--cms-36837","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/36837/preview_image/az-figma-thumb.jpg","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":27,"description":null,"toc":null,"summary":null},{"id":"EKmSBqRUX","title":"SPLASHY!","shortId":"EKmSBqRUX","createdAt":"2021-05-08T02:45:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27007365,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/119006029/SPLASHY","canonicalUrl":"https://www.behance.net/gallery/119006029/SPLASHY","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/006c4253ff813004a30c90647e73ae31","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIRESE0Hw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAbEQEAAgIDAAAAAAAAAAAAAAABAgMABBIhcf/aAAwDAQACEQMRAD8Ap83kp7e6Zc2Euj3bhkHRRGTpeB9qs/kyl2sjCLG41owSFJ8g5HrXbVKVP0BdTGczvF2Z8JoA+g5//9k=","siteTwitter":"@behance","creatorTwitter":"@juliagaldo","readTime":null,"description":null,"toc":null,"summary":null},{"id":"EUy1wp8tx","title":"Expanding Single Page Apps into multiple Browser Windows — Part 2","shortId":"EUy1wp8tx","createdAt":"2021-05-09T02:27:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":173,"score":27009455,"tagsStr":"css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-09T07:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:37:13.000Z","url":"https://itnext.io/expanding-single-page-apps-into-multiple-browser-windows-part-2-2619ab40361d","canonicalUrl":"https://itnext.io/expanding-single-page-apps-into-multiple-browser-windows-part-2-2619ab40361d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2184e8023defde917f5040fb861896c","ratio":2.07826086956522,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQhERMiMnHh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/ANDjKZQ6obFBNhPDfJQoyD0K/I9o2W2deoiEqMv/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"s1HMt5gQB","title":"Malcolm Gladwell on ‘The Bomber Mafia’","shortId":"s1HMt5gQB","createdAt":"2021-05-09T13:18:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27009438,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T13:13:46.000Z","url":"https://www.theringer.com/2021/5/9/22427417/malcolm-gladwell-on-the-bomber-mafia","canonicalUrl":"https://www.theringer.com/2021/5/9/22427417/malcolm-gladwell-on-the-bomber-mafia","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9d9a7a5ac12aed8862121834b9f1c9e","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgMAAgEFAAAAAAAAAAAAAQMCBBEABgUHISIxsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAASEC/9oADAMBAAIRAxEAPwCF9OOwqq9RqeLnUacuzaXqslU/nIQwYP3d5vFZxr11JnBbZLgIFk92ZAzT7/Z444TVGxVT/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TDNIkjJic","title":"Apple Shortcuts is great, but it needs a notification toggle","shortId":"TDNIkjJic","createdAt":"2021-05-09T13:05:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27009425,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T13:00:00.000Z","url":"https://www.theverge.com/2021/5/9/22424463/apple-shortcuts-notifications-toggle-user-settings","canonicalUrl":"https://www.theverge.com/2021/5/9/22424463/apple-shortcuts-notifications-toggle-user-settings","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f89dcf7cdb5bdcc73571c78399cf0537","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUDBAMAAAAAAAAAAAAAAAECAwQFBhEHEyEyMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKdvaaR7ltOfX3KpJjOx9wiabZaUR7aSV2Uk1Fn3g/gyHbnxnkAAf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"REmYmNlpK","title":"The Best Camping Gear to Jump-Start Your Adventures","shortId":"REmYmNlpK","createdAt":"2021-05-09T13:04:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009424,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T09:00:00.000Z","url":"https://www.wired.com/gallery/best-camping-gear-and-gadgets/","canonicalUrl":"https://www.wired.com/gallery/best-camping-gear-and-gadgets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b88db56e90fd4bd8b8b538337f52dc01","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAZEAEBAQADAAAAAAAAAAAAAAABABEhMVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCO1OBwez2SVnkDX//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"QJ6tipkva","title":"Huge Chinese rocket booster falls to Earth over Arabian Peninsula","shortId":"QJ6tipkva","createdAt":"2021-05-09T13:00:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27009420,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T12:51:58.000Z","url":"https://www.livescience.com/chinese-rocket-booster-long-march-5b-space-junk-crash.html","canonicalUrl":"https://www.space.com/chinese-rocket-booster-long-march-5b-space-junk-crash","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dea7d6389953c28e662bf868d78f7c6c","ratio":1.69491525423729,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACEQMEEgUGITFBYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEh/9oADAMBAAIRAxEAPwDRKG4LI0aTmC7ghueTWyCRPHPn30qn6zYZuh16BPWDfqIlWxtPYZUYJ//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"XxnTOIOWu","title":"Google Gets Serious About Two-Factor Authentication. Good!","shortId":"XxnTOIOWu","createdAt":"2021-05-09T11:03:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27009303,"tagsStr":"security,google,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T07:00:00.000Z","url":"https://www.wired.com/story/google-two-factor-authentication-default/","canonicalUrl":"https://www.wired.com/story/google-two-factor-authentication-default/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52fa94fca4223d7db47f6e8d321afd82","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABRITITPS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDMXmNXBk6xhcSU8ZinOSzK4lNCxVJrJ5chgLUOp/wa9w+cYyaDsFv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bS16wsvn4","title":"Kulfi Beauty","shortId":"bS16wsvn4","createdAt":"2021-05-09T10:32:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27009272,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/115018679/Kulfi-Beauty","canonicalUrl":"https://www.behance.net/gallery/115018679/Kulfi-Beauty","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f4f118043c2c041c4dad43c6f2c742d","ratio":1.77890724269377,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDBAARIQUGEzEyUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAICAwEAAAAAAAAAAAAAAAECAFEDBBES/9oADAMBAAIRAxEAPwDTZOz48JyNqDcp1vkEFIRFCUseK36HK9fPVUO7YZ5Ts4qJdcd0pVOE+WblwbQDIhNT/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"g7cm1hm-3","title":"Vom Rest das Beste – Woche 18","shortId":"g7cm1hm-3","createdAt":"2021-05-09T06:52:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27009052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T06:33:00.000Z","url":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-18/","canonicalUrl":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-18/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4a783d83133f5d5a4b6845c2ef6fd30","ratio":1.62068965517241,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAURAAYhMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCsdWlVfiFYfL4+k9duit0gtWlsEYQBEoknR1KPoP3fzzmaew9bNXP5KvWZCKFWWrXE78iJkAfnHHCaDLT/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"eZX64kNcY","title":"OnePlus 8T","shortId":"eZX64kNcY","createdAt":"2021-05-09T06:41:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27009041,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/106367667/OnePlus-8T","canonicalUrl":"https://www.behance.net/gallery/106367667/OnePlus-8T","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f501d81477bc925f7ebde9ceb0f139eb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMFERIABAYxB0EhIjL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAEEAgMAAAAAAAAAAAAAAAECAwQRAEFCcaH/2gAMAwEAAhEDEQA/AKf5N5PUKPUqdBTZVZ9wpzgwGON/1fsMPXza3egzVSrysZHqG5DOciA9gCdKeawxtyZnaNC67UAMVFx9j70XPZ0iU4lsNoSniD3eVY0ewVXs+Z//2Q==","siteTwitter":"@behance","creatorTwitter":"@tavo_studio","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LE-XZBmXL","title":"Dogecoin is crashing while Elon Musk is on Saturday Night Live","shortId":"LE-XZBmXL","createdAt":"2021-05-09T04:56:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008936,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T04:52:07.000Z","url":"https://www.theverge.com/2021/5/9/22427006/dogecoin-crashing-elon-musk-snl-host","canonicalUrl":"https://www.theverge.com/2021/5/9/22427006/dogecoin-crashing-elon-musk-snl-host","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bc4522dca86d9f53385259dca7ae370","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBABAAEDAwUAAAAAAAAAAAAAAQACAwQREiETMmJxgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAyEi/9oADAMBAAIRAxEAPwDKm3TRh51tNwFsNfKvR9fJDS0KdN447oiUMb6oLa1J/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rIlmAB834","title":"Code Maze Weekly #76","shortId":"rIlmAB834","createdAt":"2021-05-07T08:34:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"codemaze","views":10,"score":27006557,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":true,"deleted":false,"publishedAt":"2021-05-07T08:33:34.000Z","url":"https://code-maze.com/code-maze-weekly-76/","canonicalUrl":"https://code-maze.com/code-maze-weekly-76/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e6cfd6fafa919103bdd340a5fe70c33","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":1,"description":null,"toc":null,"summary":null},{"id":"XHF5JLnQz","title":"Elon’s SNL monologue poked fun at his public persona","shortId":"XHF5JLnQz","createdAt":"2021-05-09T04:39:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008919,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T04:32:34.000Z","url":"https://www.theverge.com/2021/5/9/22426973/elon-musk-snl-monologue-saturday-night-live","canonicalUrl":"https://www.theverge.com/2021/5/9/22426973/elon-musk-snl-monologue-saturday-night-live","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce9c9d06ee47bf17dad7c5a128fa4f68","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAURITEGEhUiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AzP1r4O7WW0RW5HjnjR3kEpUsZGMexgggaI+irOOyeRD7lWILEDJ3zxSlCv/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mkbIPTX3A","title":"Every other EV brand showed up to Elon Musk’s SNL","shortId":"mkbIPTX3A","createdAt":"2021-05-09T04:23:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008903,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T04:22:42.000Z","url":"https://www.theverge.com/2021/5/9/22426978/elon-musk-snl-electric-vehicle-commercials-tesla-saturday-night-live","canonicalUrl":"https://www.theverge.com/2021/5/9/22426978/elon-musk-snl-electric-vehicle-commercials-tesla-saturday-night-live","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5761251097eb040fb9e066ddbb6b4f0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxETITFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ay6torcDTRiDyc+7yXZi7HPcRKP/Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Zk2t12YqG","title":"An out-of-control Chinese rocket has re-entered Earth’s atmosphere","shortId":"Zk2t12YqG","createdAt":"2021-05-09T04:18:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008898,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T04:17:50.000Z","url":"https://www.theverge.com/2021/5/9/22426968/chinese-rocket-re-entered-earth-atmosphere","canonicalUrl":"https://www.theverge.com/2021/5/9/22426968/chinese-rocket-re-entered-earth-atmosphere","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af5bb64764abc2ce6acc6f4336098677","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMFERIhEzFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAMBAAMAAAAAAAAAAAAAAAECAwAEESH/2gAMAwEAAhEDEQA/ANUj4KJIxOUl2l8BjupRBsjXEHR7791W3iICW1QxbTFQByZez9NKULblWCr0xysITZ2BUeb/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"mjDDNKc2n","title":"Don’t Shut Down Voices, and Other Actions for Allies","shortId":"mjDDNKc2n","createdAt":"2021-05-08T23:44:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":3,"score":27008870,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:00:15.000Z","url":"https://code.likeagirl.io/dont-shut-down-voices-and-other-actions-for-allies-9feb4ef3455c","canonicalUrl":"https://code.likeagirl.io/dont-shut-down-voices-and-other-actions-for-allies-9feb4ef3455c","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13d0ddde73390e1b9fbf5ec5a0a26021","ratio":1.41725768321513,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwQFBiExERJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AN81bL1TH3NW6i4YS1NWK0CEOxK+rcsD8YdSsB4HnuIisvNv/9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_V8t0Pr0A","title":"Himalaya's Horses","shortId":"_V8t0Pr0A","createdAt":"2021-05-09T02:37:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27008797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:00:00.000Z","url":"https://www.behance.net/gallery/118961937/Himalayas-Horses","canonicalUrl":"https://www.behance.net/gallery/118961937/Himalayas-Horses","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1338a66cebcd25f2030674d7c399f66a","ratio":1.50537634408602,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQMCEQAEBSEGEhMxMkH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAlGR/9oADAMBAAIRAxEAPwDDK6uSYRg/dN2jq1UYxZMtiwn55vgfhBvIEgnUSLihhLD335SLvn1jGQt1r6KlH//Z","siteTwitter":"@behance","creatorTwitter":"@sankarsridhar","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MrHlVZQ9E","title":"Tommy Cash breaks down the brazen energy that defines his genre-blurring ‘Moneysutra’ EP [Q+A]","shortId":"MrHlVZQ9E","createdAt":"2021-05-09T00:06:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27008646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-09T00:02:53.000Z","url":"https://dancingastronaut.com/2021/05/tommy-cash-breaks-down-the-brazen-energy-that-defines-his-genre-blurring-moneysutra-ep-qa-2/","canonicalUrl":"https://dancingastronaut.com/2021/05/tommy-cash-breaks-down-the-brazen-energy-that-defines-his-genre-blurring-moneysutra-ep-qa-2/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/70a027cb1f2587374ff54b6bb120725d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQMAAhEEBRIhMTJRkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEh/9oADAMBAAIRAxEAPwDBVU0q9A2jFWDnEGp4uQA8gdc5HqUraLsXS4qrFgD2j5ERXAj/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0-XfJUBUY","title":"Illustrations early 2021","shortId":"0-XfJUBUY","createdAt":"2021-05-08T22:41:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27008561,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/118884941/Illustrations-early-2021","canonicalUrl":"https://www.behance.net/gallery/118884941/Illustrations-early-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/690aa6b5ba8e1e4b338e786d04f68c34","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQIDBAARBQYSEyFBB2GB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAIDAAAAAAAAAAAAAAAAAAACETFB/9oADAMBAAIRAxEAPwCA8dzcoQsNchYpA35su6N4o1BA21L44v0B99c5i8WA6sNtNqQFHSSDcjqlKEaFbP/Z","siteTwitter":"@behance","creatorTwitter":"@danielstolle","readTime":null,"description":null,"toc":null,"summary":null},{"id":"bJtIWYQe6","title":"Saturday Night Live with Elon Musk will be live-streamed internationally for the first time","shortId":"bJtIWYQe6","createdAt":"2021-05-08T21:16:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008476,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T21:13:40.000Z","url":"https://www.theverge.com/2021/5/8/22426596/saturday-night-live-elon-musk-live-stream-international-nbc-miley-cyrus","canonicalUrl":"https://www.theverge.com/2021/5/8/22426596/saturday-night-live-elon-musk-live-stream-international-nbc-miley-cyrus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9536b32c44fc1c97c641d4e8f5e16eb0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgABAwQRQSEjMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABwRAQABBAMAAAAAAAAAAAAAAAEAAgMRIQQSsf/aAAwDAQACEQMRAD8AwGxaOGrWODqjKLLgO+dvv1UxXpDiAiy5EzO78e/ERFoE3LOY9LuKdGDwn//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"co0qhCjWn","title":"The Use of Uppercase Sans Serif Typography in Modern Web Design","shortId":"co0qhCjWn","createdAt":"2021-05-08T20:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27008431,"tagsStr":"webdev,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://qodeinteractive.com/magazine/uppercase-sans-serif-typography-in-modern-web-design/","canonicalUrl":"https://qodeinteractive.com/magazine/uppercase-sans-serif-typography-in-modern-web-design/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/823b0e4080c089f87b71118bface92c5","ratio":1.99036918138042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAgMEACEFERJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAxExwUH/2gAMAwEAAhEDEQA/AIWpyd3lZFivWDOlWMtCkiKUUkeOx1vX30MmonZ40ZjsgE9YxgRibWXwY7KLEAqRhs55P//Z","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"fZqiY2T4D","title":"Utkarsh Gupta: FOSS Activites in April 2021","shortId":"fZqiY2T4D","createdAt":"2021-05-08T19:44:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27008384,"tagsStr":"open-source,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:30:00.000Z","url":"https://utkarsh2102.com/posts/foss-in-april-21/","canonicalUrl":"https://utkarsh2102.com/posts/foss-in-april-21/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a25b0ce66d554a8fadf8d73d1a034a2e","ratio":0.808080808080808,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMFCP/EAB8QAAMAAgEFAQAAAAAAAAAAAAECAwAEERIxQVFhUv/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACIVEEMfD/2gAMAwEAAhEDEQA/AM2bGxsTs0oVaSwIE0D9AC/r6T35+4Lbuk9qM2uGLMSSFAByc9GrIB+CUAUN549YnCvfmPBjRuepf//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"o5EU8jBDv","title":"Flight Facilities realize 2021 return with ‘Lights Up’ featuring Channel Tres","shortId":"o5EU8jBDv","createdAt":"2021-05-08T18:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27008317,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T18:36:46.000Z","url":"https://dancingastronaut.com/2021/05/flight-facilities-marks-2021-return-with-lights-up-featuring-channel-tres/","canonicalUrl":"https://dancingastronaut.com/2021/05/flight-facilities-marks-2021-return-with-lights-up-featuring-channel-tres/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/99b7a524e30585d376a79448c56bc315","ratio":1.65161290322581,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYhEjEyUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEBAQADAAAAAAAAAAAAAAAAAQACAzH/2gAMAwEAAhEDEQA/AMrNv65t9Yh0O9ga5mYpBNL14DFwuCPXlz3qltg6BIS5sCpbnC3DYHzilKR1gqMXlwb/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"QTCTYmKQt","title":"Cheyenne Giles effortlessly merges hip-hop and bass house on Musical Freedom ID, ‘Jump Around’","shortId":"QTCTYmKQt","createdAt":"2021-05-08T18:27:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27008307,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T18:26:30.000Z","url":"https://dancingastronaut.com/2021/05/cheyenne-giles-effortlessly-merges-hip-hop-and-bass-house-on-musical-freedom-id-jump-around/","canonicalUrl":"https://dancingastronaut.com/2021/05/cheyenne-giles-effortlessly-merges-hip-hop-and-bass-house-on-musical-freedom-id-jump-around/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be2bd0c46b7a07e8de2b3be985ec4fbb","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFERIhBjFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADETH/2gAMAwEAAhEDEQA/AM28VyWBt8RAX6hzhFkTIrJPIgaPXuop77KTmGK2aMiR39pSgtbkoz6AMn//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lUlwAm719","title":"Go watch how Marvel’s FX team created a new ‘visual language’ for The Falcon and the Winter Soldier","shortId":"lUlwAm719","createdAt":"2021-05-08T18:01:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008281,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T17:55:33.000Z","url":"https://www.theverge.com/2021/5/8/22426341/marvel-disney-fx-falcon-winter-soldier-effects","canonicalUrl":"https://www.theverge.com/2021/5/8/22426341/marvel-disney-fx-falcon-winter-soldier-effects","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef2d6ecc46bbad0590fc26c7fdd4ada3","ratio":1.91052631578947,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgAFBQEAAAAAAAAAAAAAAQIAAwQFEQYSITFBE//EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAcEQABBAMBAAAAAAAAAAAAAAABAAIDBBEhQSL/2gAMAwEAAhEDEQA/AM3t+oq1bpcJq7CFKAIwyuFI4PuD7giKGoutb95mx5aLuOFCHgZ67hCHqPp8hJ6hbmmRjHF//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"rCeb2x631","title":"Elon Musk on Saturday Night Live, explained","shortId":"rCeb2x631","createdAt":"2021-05-08T15:04:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T15:00:01.000Z","url":"https://www.theverge.com/2021/5/8/22421873/elon-musk-snl-jokes-thud-why","canonicalUrl":"https://www.theverge.com/2021/5/8/22421873/elon-musk-snl-jokes-thud-why","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1da0ba32902f86973da54f6d89e31a90","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAUxBAYREhMUQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAECAxEABCGx8P/aAAwDAQACEQMRAD8AkWaXX2vbiJ5zTRFAkaFekRKeW4AB4PvIOawr2aQOwOqBIOe3n7SlWRsyoxKtV4uVzGLTiz7rP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3n7sBVv9j","title":"E-Book Reader: Onyx BOOX Note3 im Einsatz","shortId":"3n7sBVv9j","createdAt":"2021-05-08T17:39:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27008259,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T17:15:00.000Z","url":"https://svij.org/blog/2021/05/08/e-book-reader-onyx-boox-note3-im-einsatz/","canonicalUrl":"https://svij.org/blog/2021/05/08/e-book-reader-onyx-boox-note3-im-einsatz/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55517f6333250d942767d9a17f163c6a","ratio":1.81488203266788,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMEAAURIQYHEhRB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAAMBAAAAAAAAAAAAAAAAAAABMQL/2gAMAwEAAhEDEQA/AKrq+ycdvkW3SLnavauaopeU7IcLjZ8XVIVhvSU7GRo6Pyq2T1RwqTJdfdsEUuOrK1EFSRknJ0DgUpRmC6f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Q_7UYiLHf","title":"How to watch Technoking Elon Musk on SNL","shortId":"Q_7UYiLHf","createdAt":"2021-05-08T17:02:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008222,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T17:00:00.000Z","url":"https://www.theverge.com/2021/5/8/22421504/elon-musk-snl-live-stream-start-time-how-to-watch","canonicalUrl":"https://www.theverge.com/2021/5/8/22421504/elon-musk-snl-live-stream-start-time-how-to-watch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d8989de89b966a1fc8f3dcf0e736e2c1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIxAAAgECBAcAAAAAAAAAAAAAAQMCAAQFBhEiBxIhMkFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAIF/8QAGxEBAAICAwAAAAAAAAAAAAAAAQADAgQFJEH/2gAMAwEAAhEDEQA/AM6LW5hxILuWFc2oTGTIDdvuVKkR6JjI/PAqcOF9y+IcMxugGDnERajbr107qUpailcq8g9yzDwUCf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ed0O3yOgO","title":"Jurassic squid got murdered mid-meal, leaving this epic fossil behind","shortId":"ed0O3yOgO","createdAt":"2021-05-08T14:14:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27008054,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:53:43.000Z","url":"https://www.livescience.com/jurassic-seafood-fossil.html","canonicalUrl":"https://www.livescience.com/jurassic-seafood-fossil.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7bbc45d5115572815106d0507ed50668","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFESEGMRIUsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AyO+358FXBTxxjyJa4SHtpz2FeORVrQB79w1rU2B8REgK/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"a5Bj2hzN-","title":"Coda is a post-apocalyptic fantasy adventure that crosses Fury Road with Lord of the Rings","shortId":"a5Bj2hzN-","createdAt":"2021-05-08T16:04:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T16:00:00.000Z","url":"https://www.theverge.com/22425401/coda-comic-book-fantasy-adventure-post-apocalyptic","canonicalUrl":"https://www.theverge.com/22425401/coda-comic-book-fantasy-adventure-post-apocalyptic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ba7724c6880cc50888d0fb21085a12d","ratio":1.91111111111111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAIQUSBhRR/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAIBBQEAAAAAAAAAAAAAAAECAAMEBREhUf/aAAwDAQACEQMRAD8A17zz07yzj2mXPWjKJSWkiwe3Yb+1QoHV5CS1HRJdShhASFkAEk6vGMM3hNPSpwRHjmLklj5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"U0nuODrh4","title":"How to Keep Sprint Planning Efficient","shortId":"U0nuODrh4","createdAt":"2021-05-08T15:57:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27008157,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.viget.com/articles/how-to-keep-sprint-planning-efficient/?ref=webdesignernews.com","canonicalUrl":"https://www.viget.com/articles/how-to-keep-sprint-planning-efficient/?ref=webdesignernews.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/986c2f660abff3ad27da022d6dead214","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgAF/8QAIBAAAQMFAAMBAAAAAAAAAAAAAQIEEQADBRIhEyJBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAEVH/2gAMAwEAAhEDEQA/ABVxldxOMav8q3PhfW9mpUfS4OGQpJPRIkGj6n8EjaY+g8rB3VJTsdR0CapP6auIB7gbUJ83/9k=","siteTwitter":"@viget","creatorTwitter":"@ryanschaefer41","readTime":8,"description":null,"toc":null,"summary":null},{"id":"_uyOA7J3v","title":"Saturday Night Session 049: Ilan Bluestone reflects on his career defining moments and journey to his sophomore album release, ‘Impulse’","shortId":"_uyOA7J3v","createdAt":"2021-05-08T15:48:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27008148,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T15:47:57.000Z","url":"https://dancingastronaut.com/2021/05/saturday-night-session-049-ilan-bluestone-reflects-on-his-career-defining-moments-and-journey-to-his-sophomore-album-release-impulse/","canonicalUrl":"https://dancingastronaut.com/2021/05/saturday-night-session-049-ilan-bluestone-reflects-on-his-career-defining-moments-and-journey-to-his-sophomore-album-release-impulse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/245eed9d3d8eea0a836c2a9395541243","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQRIQUGEhMVIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADIVEREmH/2gAMAwEAAhEDEQA/AMXtWp2ck/SkrkDB5M01k2dRB3J5GwHu5AAzELvVOnig1OYq4D9RRyH218QhEuuyyhyyuc742fIvUHE//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"gnH9cqkDI","title":"Tesla to pay $750k fine and build solar microgrid system to settle California air quality violations","shortId":"gnH9cqkDI","createdAt":"2021-05-08T15:04:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008104,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T14:56:44.000Z","url":"https://www.theverge.com/2021/5/8/22426190/tesla-fine-build-microgrid-system-settle-california-air-quality-violations","canonicalUrl":"https://www.theverge.com/2021/5/8/22426190/tesla-fine-build-microgrid-system-settle-california-air-quality-violations","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/045dfe5e35c1fb14549c83a549636d8a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxESITFCkf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AzolqCvS1NbE9jnI8kFt+IiKLD0//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lEWZd3h__","title":"Framework","shortId":"lEWZd3h__","createdAt":"2021-05-08T14:41:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27008081,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/111940761/Framework","canonicalUrl":"https://www.behance.net/gallery/111940761/Framework","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d53acd0e568d81f946ddfc427f6466aa","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFMQYRFCESUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECA//aAAwDAQACEQMRAD8ArL1utbc1toWuB4GSjrjIwsEEY9jf7WetX8RvVl6QiFHSlM19IAaSAAHFY6pSjcaYhpKP/9k=","siteTwitter":"@behance","creatorTwitter":"@sylvaingaussens","readTime":0,"description":null,"toc":null,"summary":null},{"id":"vNWRAVP7p","title":"Celebrate the weekend with these money-saving tech deals","shortId":"vNWRAVP7p","createdAt":"2021-05-08T14:33:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008073,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T14:30:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/8/22424501/satechi-accessories-ps-plus-memberships-roku-streambar-ipad-pro-m1-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/8/22424501/satechi-accessories-ps-plus-memberships-roku-streambar-ipad-pro-m1-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17aa45681c78c9e4a69d04b7663675d9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgICAwEBAAAAAAAAAAAAAQIDBAAGBREhMUL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECEjH/2gAMAwEAAhEDEQA/AMXaJ5OKlta7C7SwWbVhUlmZmMRPQJHo/IC9dj5kNC9sEdGukO1c5HEsahEWx4oA8A7GMYaG8iqlJ8P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"6VIgHW76ng","title":"Is there a pattern to the universe?","shortId":"6VIgHW76ng","createdAt":"2021-05-07T11:56:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006476,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:36:02.000Z","url":"https://www.livescience.com/is-there-pattern-in-universe.html","canonicalUrl":"https://www.space.com/universe-pattern-fractals-cosmic-web","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e64285dc9c98ca91aa895bb52f647911","ratio":1.37614678899083,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMCBAARUQYSITFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQEBAQAAAAAAAAAAAAAAAAERAAL/2gAMAwEAAhEDEQA/AMgXXooRBtZMCuMgWFsTuB40PfPGWM6tEWSEFVTEEgEVtbHzu8YxhnkWZQsu/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"XQ5FFe_TJ","title":"You can see the International Space Station (and China's Tianhe, too) in the night sky this weekend","shortId":"XQ5FFe_TJ","createdAt":"2021-05-08T14:14:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27008054,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T14:04:29.000Z","url":"https://www.livescience.com/see-china-tianhe-space-station-may-2021-night-sky.html","canonicalUrl":"https://www.space.com/china-tianhe-space-station-may-2021-night-sky","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e18683c05d62a49310cd32329054649","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBQYiEhNBYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDAAQRIdH/2gAMAwEAAhEDEQA/AMW21PpkwtlnZkd0cngSF6Fyc/PFT5tNtu8+b+BuR5COTB9jIpSnW2moiqwHXgw85BWPBz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"S3m0KVkyq","title":"We may never know the exact toll of the pandemic","shortId":"S3m0KVkyq","createdAt":"2021-05-08T14:01:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008041,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T14:00:00.000Z","url":"https://www.theverge.com/2021/5/8/22424422/pandemic-covid-coronavirus-death-toll-estimate-antivirus","canonicalUrl":"https://www.theverge.com/2021/5/8/22424422/pandemic-covid-coronavirus-death-toll-estimate-antivirus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/61dd64af757ed4c5ed0b1b44c556a2c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERITITGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAbEQACAgMBAAAAAAAAAAAAAAACBAARAQNBwf/aAAwDAQACEQMRAD8AySenNisrLThtFxLhuQxgE7Y13r6ptnJ24bMsfYHcHluy0edFEQs3uLA2XJayppG6Hvk//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"FQLZx86YC","title":"Cyberattack prompts shutdown of major fuel pipeline in the US","shortId":"FQLZx86YC","createdAt":"2021-05-08T13:51:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27008031,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:46:39.000Z","url":"https://www.theverge.com/2021/5/8/22426158/cyberattack-forces-shutdown-major-us-fuel-colonial-pipeline","canonicalUrl":"https://www.theverge.com/2021/5/8/22426158/cyberattack-forces-shutdown-major-us-fuel-colonial-pipeline","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d509ea21d451b2e17b574a64d043064e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAgQREgUhMaHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEBAQEAAAAAAAAAAAAAAAACAQBB/9oADAMBAAIRAxEAPwCXRstiGZ+WsVPF96VWwcqivjXuZhz02bclLNmxPbIuPsRJJqdzhm//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XHHNfYkng","title":"Thorsten Alteholz: My Debian Activities in April 2021","shortId":"XHHNfYkng","createdAt":"2021-05-08T13:10:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27007990,"tagsStr":"security,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T10:50:38.000Z","url":"http://blog.alteholz.eu/2021/05/my-debian-activities-in-april-2021/","canonicalUrl":"http://blog.alteholz.eu/2021/05/my-debian-activities-in-april-2021/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Y-lqBswKk","title":"ZTE Blade 11 Prime review: wireless charging for under $200","shortId":"Y-lqBswKk","createdAt":"2021-05-08T13:06:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007986,"tagsStr":"php","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:00:00.000Z","url":"https://www.theverge.com/22425011/zte-blade-11-prime-review-price-specs-screen","canonicalUrl":"https://www.theverge.com/22425011/zte-blade-11-prime-review-price-specs-screen","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/821495dcf8bb79735cb6ad99cb8111b6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDBBEScQUGIUFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABwRAAMAAQUAAAAAAAAAAAAAAAECAwASQVGxwf/aAAwDAQACEQMRAD8AnYup2K9uq6s8xsdEaobknWPUEAHkZ+5VXS7xtR04GaynWNo8TEeuERFq0Z5pqO3pxNOSK7gDjoZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"aPv0yR5tl","title":"Programmerweiterung: Linux Presentation Day 2021.1 am 15.5.","shortId":"aPv0yR5tl","createdAt":"2021-05-08T08:19:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007699,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T08:00:35.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/08/programmerweiterung-linux-presentation-day-2021-1-am-15-5/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/08/programmerweiterung-linux-presentation-day-2021-1-am-15-5/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"xqTJZSoYJ","title":"Why even the studios behind bestselling games shut down","shortId":"xqTJZSoYJ","createdAt":"2021-05-08T13:06:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007986,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T13:00:00.000Z","url":"https://www.theverge.com/2021/5/8/22412497/press-reset-jason-schreier-video-game-studio-shutdown-book-interview","canonicalUrl":"https://www.theverge.com/2021/5/8/22412497/press-reset-jason-schreier-video-game-studio-shutdown-book-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e186df5ec3145f56f0295f40b8e1719c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABAgYDAAAAAAAAAAAAAAABAAIDBhESITEHQeH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRUf/aAAwDAQACEQMRAD8AjEoGvGM0tshHINzmVIwNHo+qenaIr3KAqZyFWJJ2f//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LkXTukiWn","title":"Microsoft Will Soon Kill Flash on Windows 10 for Good","shortId":"LkXTukiWn","createdAt":"2021-05-08T13:04:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007984,"tagsStr":"security,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T09:00:00.000Z","url":"https://www.wired.com/story/flash-windows-10-peloton-bug-russian-svr-hackers-security-news/","canonicalUrl":"https://www.wired.com/story/flash-windows-10-peloton-bug-russian-svr-hackers-security-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45a16f6f04918f93d508a8c7e74aedaf","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAMAAwEAAAAAAAAAAAABAgMEEQAFBhMUIVL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhIh/9oADAMBAAIRAxEAPwCc8T1216DrouvkmG0hQcTbUVv542VqFAg/nLHD1qpERh4uMpLiErr1kGrF4xkVUcQH/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DuoCRXRMq","title":"Notepad++: Vim-Style-Navigation einrichten","shortId":"DuoCRXRMq","createdAt":"2021-05-08T12:39:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007959,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:03:33.000Z","url":"https://www.tutonaut.de/notepad-vim-style-navigation-einrichten/","canonicalUrl":"https://www.tutonaut.de/notepad-vim-style-navigation-einrichten/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c62e7073e900a46cc507e6fbdc696f3","ratio":1.6738255033557,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQAFEiETQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABURAQEAAAAAAAAAAAAAAAAAAABh/9oADAMBAAIRAxEAPwCuIjynNc2liUlpw8Vc/GDSflHq66vCYmyCQDskmvZjps4xkk4//9k=","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":4,"description":null,"toc":null,"summary":null},{"id":"iOMxFhx0N","title":"Infographic: YouTube By The Numbers","shortId":"iOMxFhx0N","createdAt":"2021-05-08T12:29:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27007949,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T12:24:07.000Z","url":"https://www.webdesignerdepot.com/2021/05/infographic-youtube-by-the-numbers/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/infographic-youtube-by-the-numbers/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f51c4dd1520a8c5285340eddac605c3a","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhEhMRMyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAAECAwQTUZLR/9oADAMBAAIRAxEAPwCwue1HKGjj1BkA1zetGkjybmEKelA4IO47+VpbfL5pII0kzF67qoDN5PY7cmlKO20sWvnymreH/9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"J_3GIPuxr","title":"Microsoft’s 15-Inch Surface Laptop 4 Is a Battery Champion","shortId":"J_3GIPuxr","createdAt":"2021-05-08T12:15:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007935,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T08:00:00.000Z","url":"https://www.wired.com/review/microsoft-surface-laptop-4/","canonicalUrl":"https://www.wired.com/review/microsoft-surface-laptop-4/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1da5b56631cd35e2dfe8e90f7264d16d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUAAwAAAAAAAAAAAAABAAMFAgQREiEGMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABB//EABsRAQACAgMAAAAAAAAAAAAAAAEAAgMEEUHR/9oADAMBAAIRAxEAPwCVgfIWI6Cej3IWOu63t8XLzeXKNhjh+ewpYcACIqppUK5cydvsanCz/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"2ZYyeJx4Z","title":"What’s the Point of Wasps, Anyway?","shortId":"2ZYyeJx4Z","createdAt":"2021-05-08T12:14:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007934,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T08:00:00.000Z","url":"https://www.wired.com/story/whats-the-point-of-wasps-anyway/","canonicalUrl":"https://www.wired.com/story/whats-the-point-of-wasps-anyway/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fcee8959ca494312a4926e9974868224","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgABAxEEITFBwdH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANHLFPJyAOLKmgCIdwtTgbX3q73Vs6o8a8b4iKYz/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"vivHZh-bt","title":"ISPs Funded 8.5 Million Fake Comments Opposing Net Neutrality","shortId":"vivHZh-bt","createdAt":"2021-05-08T12:14:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007934,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T08:00:00.000Z","url":"https://arstechnica.com/tech-policy/2021/05/biggest-isps-paid-for-8-million-fake-fcc-comments-opposing-net-neutrality/","canonicalUrl":"https://arstechnica.com/tech-policy/2021/05/biggest-isps-paid-for-8-million-fake-fcc-comments-opposing-net-neutrality/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/25748e2c419e390bd9f67007560ce165","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQIFBQAAAAAAAAAAAAABAgMABAUGESFREhMiQdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQAEEmECESL/2gAMAwEAAhEDEQA/AIpbZpmfLxt2tYQyzd7rXxLEMAobkAM3vfUcVUo8XuGjUlIdSAdg31SlGc8ARtMbk57lS//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"DLk598V3U","title":"What does it take to become an astronaut?","shortId":"DLk598V3U","createdAt":"2021-05-08T11:14:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27007874,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T11:00:35.000Z","url":"https://www.livescience.com/how-to-become-an-astronaut.html","canonicalUrl":"https://www.livescience.com/how-to-become-an-astronaut.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6808768dfdea245ef88f15e98d6e3073","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAQQDAQAAAAAAAAAAAAABAgMABAUREiExB//EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIRA0Fx/9oADAMBAAIRAxEAPwCg/Rs3ksTPDdYqVInjsdSO29hSp3xG9E+EbHRHtRZ7aeV2kkvbl3c8mYydkn00pSgOqbHHezpvfk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cRRqNs0VQ","title":"Want to Grow Your Own Food? Try a Hydroponic Garden","shortId":"cRRqNs0VQ","createdAt":"2021-05-08T11:04:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007864,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T07:00:00.000Z","url":"https://www.wired.com/story/grow-your-own-hydroponic-garden/","canonicalUrl":"https://www.wired.com/story/grow-your-own-hydroponic-garden/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7889d4a9d9f4c129fbc2b79a13c9218e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAJBAAAAUACwEAAAAAAAAAAAAAAAECAwQFBhESFCFBQ1FhkuH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMRIf/aAAwDAQACEQMRAD8AxiplGtS2FJNuPYg9xm+eZn2XAnARtY7Hj6ACSdsaBp//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"uYK5cf9YuD","title":"These 5 Great Weighted Blankets Are on Sale Right Now","shortId":"uYK5cf9YuD","createdAt":"2021-05-08T11:04:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007864,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T07:00:00.000Z","url":"https://www.wired.com/story/weighted-blanket-deals-may-2021/","canonicalUrl":"https://www.wired.com/story/weighted-blanket-deals-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b1a65c6c644edab4ea9d671465e27048","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAwQRIf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQhMUGBsf/aAAwDAQACEQMRAD8A0dGhEzlDRWzHoLEemSREexRqjMRyajNxO8iRq2lGMAeb7r//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"hiCd-x1KI","title":"The Château Grande Hotel Branding","shortId":"hiCd-x1KI","createdAt":"2021-05-08T10:38:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27007838,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/116037027/The-Chateau-Grande-Hotel-Branding","canonicalUrl":"https://www.behance.net/gallery/116037027/The-Chateau-Grande-Hotel-Branding","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/39fbbd0830760ab3c0f2bdbfeaad3c65","ratio":1.61476355247982,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQMCBAcAAAAAAAAAAAAAAwECEQAEBQYSIQcTFBciQZL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwCnz++7y7xiyXfPMMpcUXoXlEPQ7RPLlWyqTBE+az3syMnmfGyIV274t0VJ97q7elKLX//Z","siteTwitter":"@behance","creatorTwitter":"@reachmgmt","readTime":null,"description":null,"toc":null,"summary":null},{"id":"k3m1cmUeW","title":"Machine Learning Systems Book Recommendations – Learn How to Build and Understand ML Systems","shortId":"k3m1cmUeW","createdAt":"2021-05-07T21:11:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":107,"score":27007611,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:07:57.000Z","url":"https://www.freecodecamp.org/news/machine-learning-systems-book-recommendations/","canonicalUrl":"https://www.freecodecamp.org/news/machine-learning-systems-book-recommendations/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1adc5ab3001cd8927d12e202dd9f5b76","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAYBAwUAAAAAAAAAAAAAAAECAwQRBQYHIRITFUGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAcEQABAwUAAAAAAAAAAAAAAAABAAIRAxIhQVH/2gAMAwEAAhEDEQA/AMrpjVkzFbdxI8hnEOQpffS4pcczfSjqMlUZJq6uuRI8ltoXCY7leqN6vgAJ30r4yRHClDo0v//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@dswharshit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"SUWuHfShA","title":"March / April 2021","shortId":"SUWuHfShA","createdAt":"2021-05-08T06:40:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27007600,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:00:00.000Z","url":"https://www.behance.net/gallery/118979749/March-April-2021","canonicalUrl":"https://www.behance.net/gallery/118979749/March-April-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20069ebfa7d30929162f6d4dfbe7e6ad","ratio":0.819672131147541,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQIE/8QAIxAAAgECBgIDAAAAAAAAAAAAAQIDBBEABQYSIjEhQUJR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHREAAgIBBQAAAAAAAAAAAAAAAhEAAbEDBCFB0f/aAAwDAQACEQMRAD8AiXVAzrKBHNSVASTmwWTZHZb8Ce3BABIHo4KB0jKBI2cV8BfkYklCql/iBt8AdWxpqKGF6apqLETyIV3g+VBHS/WAkoUVFUSSWAsOvzAekYCDB1z1ay5Snt7slaz5P//Z","siteTwitter":"@behance","creatorTwitter":"@LiliBellons","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NAxuiPx36","title":"7-Zip 21.02 Alpha – bis zu 20 % schneller bei ARM64 Linux und macOS","shortId":"NAxuiPx36","createdAt":"2021-05-08T06:38:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007598,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T06:09:57.000Z","url":"https://www.bitblokes.de/7-zip-21-02-alpha-bis-zu-20-schneller-bei-arm64-linux-und-macos/","canonicalUrl":"https://www.bitblokes.de/7-zip-21-02-alpha-bis-zu-20-schneller-bei-arm64-linux-und-macos/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pwM2oLGKl","title":"Is CSS a Programming Language?","shortId":"pwM2oLGKl","createdAt":"2021-05-07T14:08:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","tweeted":true,"views":436,"score":27007534,"tagsStr":"general-programming,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-07T20:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:56:17.000Z","url":"https://css-tricks.com/is-css-a-programming-language/","canonicalUrl":"https://css-tricks.com/is-css-a-programming-language/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c69ac221df379e060a500c75748372e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgECBwAAAAAAAAAAAAAAAQIAAwQREyExUWKh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQADAQAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDTNuLoMzVblWUNiFWmF04O8qz+vsRJ6Y4j/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4FObt23Zr","title":"Linux Presentation Day 2021.1","shortId":"4FObt23Zr","createdAt":"2021-05-08T05:08:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27007508,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T04:48:00.000Z","url":"https://linuxnews.de/2021/05/linux-presentation-day-2021-1/","canonicalUrl":"https://linuxnews.de/2021/05/linux-presentation-day-2021-1/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07a12ca25ef603bf383b637c104a9c59","ratio":1.99152542372881,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFERIhIzFCUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A22Szu7i/bdkHETuCI9pIXkHjVj8FUEOT1iTq9R4alKQf/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wlqKIWpq_","title":"tar::Builder isn’t Send","shortId":"wlqKIWpq_","createdAt":"2021-05-07T16:04:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27006724,"tagsStr":"python,rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:22:13.000Z","url":"https://blog.verbum.org/2021/05/07/tarbuilder-isnt-send/","canonicalUrl":"https://blog.verbum.org/2021/05/07/tarbuilder-isnt-send/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"WN34RY8CV","title":"TiVo’s first Android TV dongle also appears to be its last","shortId":"WN34RY8CV","createdAt":"2021-05-08T04:14:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007454,"tagsStr":"tech-news,embedded","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T04:12:13.000Z","url":"https://www.theverge.com/2021/5/8/22425753/tivo-stream-4k-dongle-android-tv-no-more-jon-kirchner","canonicalUrl":"https://www.theverge.com/2021/5/8/22425753/tivo-stream-4k-dongle-android-tv-no-more-jon-kirchner","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f990cc4e581636e671629563393b984","ratio":1.91025641025641,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxEEBSEGMUFxwf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACAwQhMVGx/9oADAMBAAIRAxEAPwDDNmQ6bp82VWOEs09j2V8YYqwA5xkd/nmRjsS7e4iNJhqnUV3yE7PSv//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MYL-nRPTT","title":"Deploy Cloud Run for Nodejs Projects in Nx Workspace","shortId":"MYL-nRPTT","createdAt":"2021-05-07T20:32:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":22,"score":27007393,"tagsStr":"general-programming,cloud,nodejs,containers,gcp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:32:04.000Z","url":"https://itnext.io/deploy-cloud-run-for-nodejs-projects-in-nx-workspace-ac1611f17f4e","canonicalUrl":"https://itnext.io/deploy-cloud-run-for-nodejs-projects-in-nx-workspace-ac1611f17f4e","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f926f82139c2ee5ff4305fa4c30822c1","ratio":1.49925037481259,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMFAAMBAAAAAAAAAAAAAQIDBQAEERIhEyIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREBAQADAQAAAAAAAAAAAAAAAgEAEZEh/9oADAMBAAIRAxEAPwDNyU9GPhdraxTFvcpwQ6UAnUdKvmOgHlQCVgXQHPI2nf21FkOZ/KUqCmfIr3FE27snM//Z","siteTwitter":"@itnext_io","creatorTwitter":"@dale_nguyen","readTime":3,"description":null,"toc":null,"summary":null},{"id":"TPmRN6fmx","title":"Nerd News, Midnight Court, and ‘Jupiter’s Legacy’ With Mark Millar","shortId":"TPmRN6fmx","createdAt":"2021-05-08T02:24:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27007344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T02:18:40.000Z","url":"https://www.theringer.com/2021/5/7/22425778/nerd-news-midnight-court-and-jupiters-legacy-with-mark-millar","canonicalUrl":"https://www.theringer.com/2021/5/7/22425778/nerd-news-midnight-court-and-jupiters-legacy-with-mark-millar","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3ffe10ea04ee81a7756072fe38c4087","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQREgUGFCEiMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAICAwEAAAAAAAAAAAAAAAECABEDBAUx/9oADAMBAAIRAxEAPwDJbDWBGjhQBJVZJA3ltqMj5VDZ8tcPubOCc9QpljVyok7DIzj1SlCu7AWDLHo6uJVQBfLn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_fwwPldsb","title":"In Epic v Apple, everybody is losing at the game of defining games","shortId":"_fwwPldsb","createdAt":"2021-05-08T01:41:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007301,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T01:36:42.000Z","url":"https://www.theverge.com/2021/5/7/22425774/epic-apple-roblox-fortnite-store-game-trial-day-5","canonicalUrl":"https://www.theverge.com/2021/5/7/22425774/epic-apple-roblox-fortnite-store-game-trial-day-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"R41egAV6D","title":"Google Stadia has figured out a way to ditch the fancy gamepad for TV play","shortId":"R41egAV6D","createdAt":"2021-05-08T00:41:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007241,"tagsStr":"google,bluetooth","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-08T00:36:54.000Z","url":"https://www.theverge.com/2021/5/7/22425678/google-stadia-controller-bridge-mode-chromecast-google-tv","canonicalUrl":"https://www.theverge.com/2021/5/7/22425678/google-stadia-controller-bridge-mode-chromecast-google-tv","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4529ca5e7ff37cc97073a75841e5ff54","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAwADAAAAAAAAAAAAAQMCBQAEBhExIVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAfEQACAQIHAAAAAAAAAAAAAAABAgADBAURIUFRUtH/2gAMAwEAAhEDEQA/AJvK9+2ba8m2kWM0LrDGK1AHogLEvRIde/Wa5VtlsVmo5nzNiYTl+mIJxjJNi7FrakOMgNB1UxRQUB2I39M//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"VsiFI5SrN","title":"I’m putting a WiFi router into a wall charger (Part 0)","shortId":"VsiFI5SrN","createdAt":"2021-05-07T17:57:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":24,"score":27007238,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T01:18:16.000Z","url":"https://machinehum.medium.com/im-putting-a-wifi-router-into-a-wall-charger-part-0-2c1e1a80ccde","canonicalUrl":"https://machinehum.medium.com/im-putting-a-wifi-router-into-a-wall-charger-part-0-2c1e1a80ccde","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89f981ba58e5cf0882e903cc12007fa7","ratio":2.03735144312394,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIDAAQSBQYRIUExMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAIDIf/aAAwDAQACEQMRAD8Ag7+1XUId128QvrgPAY1VkkKrkT+sPg86HA6rZDfJGcJYWlkXppCVBc+ngL7SlVnjME//2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"K_F2aVcSQ","title":"Recursion Might Seem Scary – But it Doesn't Have to Be","shortId":"K_F2aVcSQ","createdAt":"2021-05-07T17:10:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":10,"score":27007145,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:59:53.000Z","url":"https://www.freecodecamp.org/news/recursion-doesnt-have-to-be-scary/","canonicalUrl":"https://www.freecodecamp.org/news/recursion-doesnt-have-to-be-scary/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/257fde2c85c5f62125cf9280c152a3b4","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACBREhIgMEFDFhc//EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACBREDcsFz/9oADAMBAAIRAxEAPwCotYYSaqMeeTb6LUYZwMRsSSCToMvTvEeoigiRbM2/AllzUgPNvV//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@yesdavidgray","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ig4xtU4RJ","title":"FDA debuts online billing process for MQSA inspection fees","shortId":"Ig4xtU4RJ","createdAt":"2021-05-07T23:04:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27007144,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T22:56:08.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132329&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132329","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1edb43b743a4be734c800d207d2dea47","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACMQAAAFAwQDAQAAAAAAAAAAAAECAwQFABEhEiJhgRQVMZP/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAIDAAAAAAAAAAAAAAAAAAADElKh/9oADAMBAAIRAxEAPwAB5+P8Vw2dMJ9KPWLvRTE1746EOqU95AlwRnP6QwGpE17c4rEqOFyt9qygbh+GHipYvXQiN3K/6DSSqaVFlsP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"br1D3V9xR","title":"How To Organize Product-Related Assets And Collaborate Better","shortId":"br1D3V9xR","createdAt":"2021-05-07T10:06:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":204,"score":27007128,"tagsStr":"webdev,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-07T12:30:08.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:55:00.000Z","url":"https://www.smashingmagazine.com/2021/05/product-records-organization-collaboration-best-practices/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/product-records-organization-collaboration-best-practices/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e68829a0fd03d684dbc3bd58da83bff","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAARBnEFFCEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAMAAwEAAAAAAAAAAAAAAAECAwARIdH/2gAMAwEAAhEDEQA/ANe4Zx8+Gq37Ml+e2Zz7Co4VVj0h+DXeugOzXQ5fYno1pnroGkjVzpj+kA4xikUUYlu4GrmKqs+DXmf/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"OiZAwYp-Y","title":"Bianca Sciuto","shortId":"OiZAwYp-Y","createdAt":"2021-05-07T22:31:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27007111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118050587/Bianca-Sciuto","canonicalUrl":"https://www.behance.net/gallery/118050587/Bianca-Sciuto","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc35932d9a1237de171ceab70e4bfdf0","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwMDBQAAAAAAAAAAAAACAQMEAAYRBSEjBxRBYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAARIRL/2gAMAwEAAhEDEQA/AJdOujpqtk6TFg2s8NxMDH7qQ8PE8opy5wecEvpPlTSbKjvTH3GYzTTRuEQAKLgUVdkTfxSlCrK1Ef/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CCC7nUKyY","title":"SM1LO are back in the saddle—stream ‘About You’","shortId":"CCC7nUKyY","createdAt":"2021-05-07T22:13:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27007093,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T22:12:03.000Z","url":"https://dancingastronaut.com/2021/05/sm1lo-are-back-in-the-saddle-stream-about-you/","canonicalUrl":"https://dancingastronaut.com/2021/05/sm1lo-are-back-in-the-saddle-stream-about-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/777b922bca2f5e1b5e5d8917f2824896","ratio":1.53609831029186,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwQSITEFESJRkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIjH/2gAMAwEAAhEDEQA/AMn6S9C5GrM1LkkjsQiuN/QPB3H2TLsu1rnZ0QMWJPiOYiOekqeUf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pRQt3ylXQ","title":"Listen to what we’ve learned from Epic v. Apple this week","shortId":"pRQt3ylXQ","createdAt":"2021-05-07T21:59:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007079,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:53:40.000Z","url":"https://www.theverge.com/2021/5/7/22424947/apple-v-epic-trial-week-1-vergecast-podcast-451","canonicalUrl":"https://www.theverge.com/2021/5/7/22424947/apple-v-epic-trial-week-1-vergecast-podcast-451","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4a4968d8a8b4a5c7934efee9f9ad65b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBAUAESESE//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAIREAAQIEBwAAAAAAAAAAAAAAAQACAwQRMQUSE7Gy0eH/2gAMAwEAAhEDEQA/AMfiOx4lbYRH4TEmXKS2US17SpnXVAAcPoaB33JlVhXNkoNOySnm/qruMYdLtz1r1srfG4zpQM0gLm4DuQPq/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sg7SUNHF9","title":"Trump Abused the System. Facebook Created It","shortId":"sg7SUNHF9","createdAt":"2021-05-07T21:49:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27007069,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T17:45:00.000Z","url":"https://www.wired.com/story/trump-abused-the-system-facebook-created-it/","canonicalUrl":"https://www.wired.com/story/trump-abused-the-system-facebook-created-it/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50f66719aeefbfb9dacaf13b3f527236","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAAFESEGBxNhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AkfbWwmo+O7hKc1pZFuRatpZJy7PA0PyFTz9jj8zDxs70YCJbmCr0AHPQGMYQ1//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5d17y8lbt","title":"Instagram’s head apologizes for bug that deleted activists’ stories","shortId":"5d17y8lbt","createdAt":"2021-05-07T21:43:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007063,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:36:50.000Z","url":"https://www.theverge.com/2021/5/7/22425415/instagram-delete-activist-stories-bug-apology-mmiwg2s","canonicalUrl":"https://www.theverge.com/2021/5/7/22425415/instagram-delete-activist-stories-bug-apology-mmiwg2s","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7cbc25f98c1f6100445ee7c149a7edb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxABAQACAwEAAAAAAAAAAAAAAQIAEQMSIXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAIDAAAAAAAAAAAAAAAAAAAhAQIx/9oADAMBAAIRAxEAPwDOc2TwsdJasEp3ufmT3QXQwKOtq+4xlV1gMM//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"huGMKSvlW","title":"Paraleven shares dreamy single ‘Lucid,’ signs to Rose Avenue Records","shortId":"huGMKSvlW","createdAt":"2021-05-07T21:32:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27007052,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:31:39.000Z","url":"https://dancingastronaut.com/2021/05/paraleven-shares-dreamy-new-single-lucid/","canonicalUrl":"https://dancingastronaut.com/2021/05/paraleven-shares-dreamy-new-single-lucid/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a2b4e457525a09060974a6472efefd7","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAUhBBExBgcUFWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDZ+/vFjutt0SQtM2oZgkEk26nAAHz5nnnFUn7jXSN2R+ngGU7EeSuD+0pUkcADIRepf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xieksXq3-","title":"What would a billionaire do on SNL?","shortId":"xieksXq3-","createdAt":"2021-05-07T21:31:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007051,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:30:00.000Z","url":"https://www.theverge.com/2021/5/7/22424877/elon-must-snl-bingo-game-saturday-night-live","canonicalUrl":"https://www.theverge.com/2021/5/7/22424877/elon-must-snl-bingo-game-saturday-night-live","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/195bb26228d9e1a47a0d32489954c30f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAwQRBQYSIRMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwURIf/aAAwDAQACEQMRAD8AyXZ80Vx2uajPXbLYkqHl5cPaOjjj1keh9Kmy7JJIREG4ANyU+JctUdz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"O9g-SJXp6","title":"‘Ah Lord’—Marten Hørger and Donkong reconvene on Confession","shortId":"O9g-SJXp6","createdAt":"2021-05-07T21:24:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27007044,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:21:56.000Z","url":"https://dancingastronaut.com/2021/05/ah-lord-marten-horger-and-donkong-reconvene-on-confession/","canonicalUrl":"https://dancingastronaut.com/2021/05/ah-lord-marten-horger-and-donkong-reconvene-on-confession/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12649e8857aeb0cf784a6959b08b4434","ratio":1.49532710280374,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQIDBBEABQYSITEyQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIS0SGxwf/aAAwDAQACEQMRAD8AwuqbhhQm2YUzXX5MkKBU6iJXCKsXfWj6HnJqejrUVDcTigo2FFhXP724xgK4nHmpZvkone5//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"KFeWweVIt","title":"Google childcare workers ask for commute stipend in new petition","shortId":"KFeWweVIt","createdAt":"2021-05-07T21:20:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007040,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:18:43.000Z","url":"https://www.theverge.com/2021/5/7/22425388/google-childcare-workers-commute-stipend","canonicalUrl":"https://www.theverge.com/2021/5/7/22425388/google-childcare-workers-commute-stipend","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/211a307b3ae84d0845dbea779aee2bb4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQUAAQUAAAAAAAAAAAAAAgABAwQREiEkMUGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRITFR/9oADAMBAAIRAxEAPwDF7FqCxOYvRhEs4iTEej0xn8+lDRzY3dS/ERQWUrGU3vp//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yK8StAiq0","title":"Google’s Nest Mini is only $19 at Adorama","shortId":"yK8StAiq0","createdAt":"2021-05-07T21:15:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27007035,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T21:15:03.000Z","url":"https://www.theverge.com/2021/5/7/22425265/google-nest-mini-smart-speaker-deal-sale-adorama","canonicalUrl":"https://www.theverge.com/2021/5/7/22425265/google-nest-mini-smart-speaker-deal-sale-adorama","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/92380bdad41049e36a0a5313d62bbc72","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAARIRITFEGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABEQAx/9oADAMBAAIRAxEAPwCyy27UsrSWR4TxdwVwhB5GwC/VsgE+gN5l0leWKRo0uWQqkqBscAfMYwlXuoLJN//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"LYr9GbJsq","title":"Global survey finds telehealth and AI remain top priorities in post-COVID-19 era","shortId":"LYr9GbJsq","createdAt":"2021-05-07T21:05:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27007025,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:52:54.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132327&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132327","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/46b048019a31a49b4447c7f0c740625a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAiEAEAAgEDAwUAAAAAAAAAAAABAgMRAAQhBRNRBjEygbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAgMAAAAAAAAAAAAAAAAAAQMAAjH/2gAMAwEAAhEDEQA/AJePWYDue5DDTMhktMe/KjzjxjR9vrjYVWTrltpyYLFS3hx9akhZIyVWSOfGgbw71nB8n90uxxGQJSK20z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"4PjiVeSKf","title":"Trendy Web Color Palettes and Material Design Color Schemes & Tools","shortId":"4PjiVeSKf","createdAt":"2021-05-07T20:55:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27007015,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:01:00.000Z","url":"https://www.awwwards.com/trendy-web-color-palettes-and-material-design-color-schemes-tools.html","canonicalUrl":"https://www.awwwards.com/trendy-web-color-palettes-and-material-design-color-schemes-tools.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3aaf375d8f02cd6151a5e55dcda9da84","ratio":1.39939024390244,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABBAMAAgMAAAAAAAAAAAABAgMEEQAFEgchQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAjEQABAgQGAwAAAAAAAAAAAAABAgMABAURBhITITFBUXGx/9oADAMBAAIRAxEAPwCjGoa2+ul63SlTEeV1FdU9RooA+vjkAA0TYs5LyfBr0mQ6+mdE5dWVjoruib90mr/MYyHrGIJ2nZEsKFiL7gHsjv0IWnWEod0myUgeDb5zH//Z","siteTwitter":"@awwwards","creatorTwitter":"@awwwards","readTime":9,"description":null,"toc":null,"summary":null},{"id":"mWcp-iItc","title":"LODATO invites listeners to step out under the ‘Neon Lights’","shortId":"mWcp-iItc","createdAt":"2021-05-07T20:54:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27007014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:53:44.000Z","url":"https://dancingastronaut.com/2021/05/lodato-invites-listeners-to-step-out-under-the-neon-lights/","canonicalUrl":"https://dancingastronaut.com/2021/05/lodato-invites-listeners-to-step-out-under-the-neon-lights/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20a1c94cb514761df114b4fd29ec4dac","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgMAAwEAAAAAAAAAAAABAgMEAAURIUFhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAEQIDEhNR/9oADAMBAAIRAxEAPwCS12129GtAkMtdYkDB4wG5J0eOn1z5ktZjuzWZZGeqC7liBGeDp/cYxM5dC01to//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SccTnIi5B","title":"What Are We Looking Forward to in the Playoffs?","shortId":"SccTnIi5B","createdAt":"2021-05-07T20:16:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006976,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T20:01:03.000Z","url":"https://www.theringer.com/2021/5/7/22425342/what-are-we-looking-forward-to-in-the-playoffs","canonicalUrl":"https://www.theringer.com/2021/5/7/22425342/what-are-we-looking-forward-to-in-the-playoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b7c3f7acb50e79832344886fb581830","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEAAURIQYHQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8Anuho62z698jkbXQC3UpwTxWD2ylpQOB+5KnVi7FnYnnsn7jGC7kf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"iYwChG-Bn","title":"Play-in Matchups, Plus the Impact of the Mavericks Missing Porzingis, Nets Missing Harden, and Lakers Missing Davis","shortId":"iYwChG-Bn","createdAt":"2021-05-07T19:17:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006917,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T19:10:18.000Z","url":"https://www.theringer.com/2021/5/7/22425261/play-in-matchups-impact-of-mavericks-missing-porzingis-nets-missing-harden-lakers-missing-davis","canonicalUrl":"https://www.theringer.com/2021/5/7/22425261/play-in-matchups-impact-of-mavericks-missing-porzingis-nets-missing-harden-lakers-missing-davis","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79b8e89dd5df735ecc29dfd051d428aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxESBAUGUSEicv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQMCABH/2gAMAwEAAhEDEQA/AMx49HHrLZJExrMCBiPYGj5s310oI2SMgEyG/lESzkyodat6WBo+9//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LR6RNMFa2","title":"Live Nation has booked twice as many shows for 2022 as it did in 2019","shortId":"LR6RNMFa2","createdAt":"2021-05-07T19:13:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006913,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T19:04:00.000Z","url":"https://dancingastronaut.com/2021/05/live-nation-has-booked-twice-as-many-shows-for-2022-as-it-did-in-2019/","canonicalUrl":"https://dancingastronaut.com/2021/05/live-nation-has-booked-twice-as-many-shows-for-2022-as-it-did-in-2019/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/385bcacba68a273d380079a0d155f46b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAiEAABBAECBwAAAAAAAAAAAAADAQIEEQAGIQUHEhMxYZL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABsRAAIBBQAAAAAAAAAAAAAAAAEDAAIEEiEx/9oADAMBAAIRAxEAPwCSDUpQTgBgTQhgwwNQwRxEd3XJfVu7zdeqrbJRec/BHle5mm4aNVyqiKx1on1jGBbmntRl3W6gAcRuf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"wgYhwZ4PM","title":"Set of posters for FinAwards 2020","shortId":"wgYhwZ4PM","createdAt":"2021-05-07T18:36:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27006876,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/105973227/Set-of-posters-for-FinAwards-2020","canonicalUrl":"https://www.behance.net/gallery/105973227/Set-of-posters-for-FinAwards-2020","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/797588a3cf4b96e717282ee8074c9e5f","ratio":0.942760942760943,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgX/xAAjEAACAgICAQQDAAAAAAAAAAABAgMRBAUABjEHEhMVISKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADEjH/2gAMAwEAAhEDEQA/AKPWO39ghIx0+vyde7/plOWaQWBbVdH8mwCeG9t6o4WFtc3EbI38jQTPEXE/tDFWIugKHjwOG+p7HLXOTHEx+GJmCJQoAEAD+DgzZqJtllyy20jyuzG/JJJPCr0ybXYQzan/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MCxm5ZaNS","title":"Grit, Grudges, and Gurus: What to Make of the Rangers’ Shocking Week, and the Team’s Future","shortId":"MCxm5ZaNS","createdAt":"2021-05-07T19:10:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006910,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T19:05:16.000Z","url":"https://www.theringer.com/2021/5/7/22425166/nhl-rangers-firings-statement-james-dolan-tom-wilson","canonicalUrl":"https://www.theringer.com/2021/5/7/22425166/nhl-rangers-firings-statement-james-dolan-tom-wilson","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81c4298962dd9100f08c4b2adbedd22a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAABAwQCAwAAAAAAAAAAAAADAQIEAAYRMRIhBRRB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARMf/aAAwDAQACEQMRAD8Aotj2/IT4qSziISNE6couldyeTljO9pUgwXSUbCNvGaxHIjkagUXGfm6UpxJ11rpqQXzf/9k=","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"JsSaYGhG_","title":"Impossible Foods eyes schools for new customers","shortId":"JsSaYGhG_","createdAt":"2021-05-07T19:05:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006905,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:58:49.000Z","url":"https://www.theverge.com/2021/5/7/22425006/impossible-foods-burgers-school-lunch-marketing-kids","canonicalUrl":"https://www.theverge.com/2021/5/7/22425006/impossible-foods-burgers-school-lunch-marketing-kids","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb284e20cbb2f76197c689451ab3482d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAABBAIDAQAAAAAAAAAAAAABAgMEEQAFBhIhFP/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQADEQUSISNR/9oADAMBAAIRAxEAPwCJK5m7ooEZ6JqtYHVsIcU4GiFHqmhZJIsCgPPKy5B5bv5UGPIS/AbDzaXAj5Ceti6vv7jGQ6npktmMkJTRuAni/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3z13OvpZY","title":"Medo gets FDA clearance for AI thyroid software","shortId":"3z13OvpZY","createdAt":"2021-05-07T19:05:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27006905,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:55:36.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132324&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132324","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee762c9c18225670e688a90c377808d6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMI/8QAIRAAAgEDBQADAAAAAAAAAAAAAQIDBAYRAAUSIUEUMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECACEDEUFh/9oADAMBAAIRAxEAPwCFj3VNuNTW0u5SxzypwCSswUozZwx6yQPdLNJMjUkBaaJyUUlg/R6+9ZaaNDZO6SFFMiVOVbHaniOwfNNNsIgtraQFUD4kPn4GrMoL1Wh5AQhb7P/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"WDOJVVMyY","title":"Boombox Cartel turns in highly anticipated joint effort with J.I.D., ‘Reaper’","shortId":"WDOJVVMyY","createdAt":"2021-05-07T19:04:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006904,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:59:09.000Z","url":"https://dancingastronaut.com/2021/05/boombox-cartel-turns-in-highly-anticipated-joint-effort-with-j-i-d-reaper/","canonicalUrl":"https://dancingastronaut.com/2021/05/boombox-cartel-turns-in-highly-anticipated-joint-effort-with-j-i-d-reaper/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/582e35d4b565acde59f2597270435368","ratio":1.50146627565982,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxExBBNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAAMAAAAAAAAAAAAAAAABAAIRMf/aAAwDAQACEQMRAD8AzQwD8WvFYBXbZ3IdTeCIgba/MDl//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"9DPFCHue1","title":"Gargantuan Chinese rocket core will slam through the atmosphere on Saturday, officials predict","shortId":"9DPFCHue1","createdAt":"2021-05-07T18:59:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006899,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:53:35.000Z","url":"https://www.livescience.com/chinese-rocket-uncontrolled-reentry-2021-eta-date.html","canonicalUrl":"https://www.livescience.com/chinese-rocket-uncontrolled-reentry-2021-eta-date.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2fc368da6147ef127894a800a9088ef4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgMAAwEBAAAAAAAAAAAAAQMCBBEAEiEFof/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDE//aAAwDAQACEQMRAD8A2ifp01UYWHBprzUyXYRHaBXAzIzfdAOfucmtJlqsqwqMQtsAyPY+4Ro3jji62Fhc6oT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VrTuFytJ8","title":"Gustavo Mota and Naizon join forces for newest output, ‘What The Funk’","shortId":"VrTuFytJ8","createdAt":"2021-05-07T18:45:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006885,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:44:45.000Z","url":"https://dancingastronaut.com/2021/05/gustavo-mota-and-naizon-join-forces-for-newest-output-what-the-funk/","canonicalUrl":"https://dancingastronaut.com/2021/05/gustavo-mota-and-naizon-join-forces-for-newest-output-what-the-funk/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe9baa342afd2f8cf522d784d5da63a8","ratio":1.50058616647128,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABBAIBBQEAAAAAAAAAAAABAgMEBQARIQYSExShov/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQFERIhwf/aAAwDAQACEQMRAD8Ah13VyKibG9JwPxIqCz3qbO9E7JSCePmW3bCmU4tQpoZBJO/Gef1jGKvp3VwynRNUmFjW45LJ3oD2v//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"xe2EMaexx","title":"Deathpact unleashes surprise EP ‘SPLIT // PERSONALITY PT.02’","shortId":"xe2EMaexx","createdAt":"2021-05-07T18:36:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006876,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:35:56.000Z","url":"https://dancingastronaut.com/2021/05/deathpact-unleashes-surprise-ep-split-personality-pt-02/","canonicalUrl":"https://dancingastronaut.com/2021/05/deathpact-unleashes-surprise-ep-split-personality-pt-02/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49e9e81655721c9750cb0a011b94120b","ratio":1.77690972222222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDBAAFEhEGBwgTFCEiMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AlcQt26XensfaoLkiO1C5Tii0rDzW8NSCD7xAH2tYqitKUVYDudaUoP/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ji0b363Za","title":"Tank Diaries: Tank, Tank and Tank, Tank, Tank","shortId":"ji0b363Za","createdAt":"2021-05-07T18:18:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006858,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:11:50.000Z","url":"https://www.theringer.com/nba/2021/5/7/22425030/tank-diaries-oklahoma-city-thunder","canonicalUrl":"https://www.theringer.com/nba/2021/5/7/22425030/tank-diaries-oklahoma-city-thunder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b7dc17de8686260640650db74ca2480","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQMEAwAAAAAAAAAAAAABAgMABBEGEyEiMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADBAUhQrGy/9oADAMBAAIRAxEAPwCv1MGsYrCeHbzcnD9OxKZK8+hz9qojjDxqx8sAaUqBkIowaiByPlY9drvqFqsdgq9tP//Z","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"SnU3T9Qqr","title":"Bootstrap 5 Stable - World's most popular framework based on vanilla JavaScript","shortId":"SnU3T9Qqr","createdAt":"2021-05-07T18:18:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006858,"tagsStr":"javascript,css,bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:12:00.000Z","url":"https://getbootstrap.com","canonicalUrl":"https://getbootstrap.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a6a44ab9b3076aa9f89a684247f0fe0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIEAAURIUEDBhMxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEx/9oADAMBAAIRAxEAPwDQHbNmlxGuLSrxLljrSWZA5I8QBIwN86+DXqqdQQoGc45NKVS1zYxZuxMdYkz/2Q==","siteTwitter":"@getbootstrap","creatorTwitter":"@getbootstrap","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Lag_uLFuq","title":"Verizon and T-Mobile want your business more than ever right now","shortId":"Lag_uLFuq","createdAt":"2021-05-07T18:16:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006856,"tagsStr":"tech-news,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T18:12:00.000Z","url":"https://www.theverge.com/2021/5/7/22425022/verizon-t-mobile-att-phone-promotion-magenta-max-5g-c-band","canonicalUrl":"https://www.theverge.com/2021/5/7/22425022/verizon-t-mobile-att-phone-promotion-magenta-max-5g-c-band","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a05fec2b503ce7ee2f88e81eabbcf5d0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgMBAAMAAAAAAAAAAAAAAQMCBBEAIUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgEDERL/2gAMAwEAAhEDEQA/ANBrUnNZWsQusWpIyaYxiYt0+yRoz50DausmRMgEnxnOcJpN7WnhT//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"d4pm66BQb","title":"Pfizer's FDA Request, Vaccine Diplomacy, and More News","shortId":"d4pm66BQb","createdAt":"2021-05-07T17:59:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006839,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:56:00.000Z","url":"https://www.wired.com/story/pfizer-fda-request-vaccine-diplomacy-coronavirus-news/","canonicalUrl":"https://www.wired.com/story/pfizer-fda-request-vaccine-diplomacy-coronavirus-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6311b45b918df6044a9931d61dcb9f7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAECAwQFBhEhFUFSkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMAAiER/9oADAMBAAIRAxEAPwCUxYVvyKS5KdiLUpbZqVleyz5Mi18MYLhaX1BbABNW9gJ2MYinBk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IJrDyw_ZM","title":"Pfizer/BioNTech take first step toward full approval for COVID-19 vaccine","shortId":"IJrDyw_ZM","createdAt":"2021-05-07T17:44:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T17:25:42.000Z","url":"https://www.livescience.com/pfizer-applies-full-approval-covid-vaccine.html","canonicalUrl":"https://www.livescience.com/pfizer-applies-full-approval-covid-vaccine.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c61e7e51a64da65505bc150df6a43386","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFERIGYSEiUWL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABkRAQADAQEAAAAAAAAAAAAAAAEAAgMEEf/aAAwDAQACEQMRAD8Ana+bXWAtdvmhmGpxvZp1Zypv8eudSfoORWBzmMtLikmJdXSCRukskK7BK8+e6UqeXZoVCBwrZ9Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vBNTryGMa","title":"Google goes nuclear against Roku by adding YouTube TV to the main YouTube app","shortId":"vBNTryGMa","createdAt":"2021-05-07T17:36:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006816,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T17:30:00.000Z","url":"https://www.theverge.com/2021/5/7/22425035/google-youtube-tv-roku-app-feud","canonicalUrl":"https://www.theverge.com/2021/5/7/22425035/google-youtube-tv-roku-app-feud","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c18cf5f1560453c121d3f763f3f199f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQMAAgRxESGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AzcnMSnGapmElzL9Vba1hamgDx6DJgdxECiv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"k8PRQEi0Q","title":"Watch — and hear — NASA’s Ingenuity copter zip around on Mars","shortId":"k8PRQEi0Q","createdAt":"2021-05-07T16:56:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006776,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:50:27.000Z","url":"https://www.theverge.com/2021/5/7/22424821/nasa-ingenuity-mars-perseverance-video-audio-helicopter","canonicalUrl":"https://www.theverge.com/2021/5/7/22424821/nasa-ingenuity-mars-perseverance-video-audio-helicopter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60643094e47fb28296bad5b18c688ca7","ratio":1.90810810810811,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAID/8QAHxAAAgECBwAAAAAAAAAAAAAAAAEDAgQREhMVIXKR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAWEQEBAQAAAAAAAAAAAAAAAAABAAL/2gAMAwEAAhEDEQA/ALd9Oll1KvTPcblcKaXDuwCVzkkVb//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sRA4khlot","title":"Tile’s trackers will work with Amazon’s Sidewalk network starting June 14th","shortId":"sRA4khlot","createdAt":"2021-05-07T16:50:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006770,"tagsStr":"bluetooth","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T16:41:56.000Z","url":"https://www.theverge.com/2021/5/7/22424837/tile-amazon-sidewalk-support-release-date-2021-bluetooth-tracking-airtags","canonicalUrl":"https://www.theverge.com/2021/5/7/22424837/tile-amazon-sidewalk-support-release-date-2021-bluetooth-tracking-airtags","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6153f3c7e359e55ef4e175ee846be3b4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAHRAAAgIDAAMAAAAAAAAAAAAAAgMBEQAEEgUxMv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIABBFRgf/aAAwDAQACEQMRAD8ArvFamiAtEWyGm12oAA0guF0PVxP1PU+7rMjtwVOYuBcUAUjcum5qcYwVJI7KLChWGNT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"h8iGzp3zu","title":"The chip shortage is making cars more expensive","shortId":"h8iGzp3zu","createdAt":"2021-05-07T15:59:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006719,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:57:07.000Z","url":"https://www.theverge.com/2021/5/7/22423479/semiconductor-shortage-new-car-truck-prices-sales","canonicalUrl":"https://www.theverge.com/2021/5/7/22423479/semiconductor-shortage-new-car-truck-prices-sales","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de7a88c47c1fb728cbd27b12d860a45c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIDBAAFETFBBiEiYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJYIK6+DULun10pzyajDWLR8qrA8H10Nu+frbN9dMrMoZkZmI3JaRyT+/LGMK//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"t1BrLcV5v","title":"WhatsApp relaxes deadline for accepting its new privacy policy","shortId":"t1BrLcV5v","createdAt":"2021-05-07T15:54:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006714,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:52:51.000Z","url":"https://www.theverge.com/2021/5/7/22424769/whatsapp-privacy-policy-deadline-controversy-functionality","canonicalUrl":"https://www.theverge.com/2021/5/7/22424769/whatsapp-privacy-policy-deadline-controversy-functionality","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49ef25b7c1d7b9feb73ac6278abeece5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFEhMGITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAhEQABAwEJAAAAAAAAAAAAAAABAAIRIQQGEhMjJEGBsf/aAAwDAQACEQMRAD8AjMneR4kazrGVSXUtNNyG1dTjCUGjxKRVqBok2T+38ynaDxQzdDrZSW9CkPxm3QlepC1DkkGirsFn39oXjGNvBtsGTSZnqngUS2abAW8lf//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"mNwMzSyvq","title":"After Xbox testimony, Apple tells Microsoft to put up or shut up","shortId":"mNwMzSyvq","createdAt":"2021-05-07T15:54:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006714,"tagsStr":"tech-news,apple,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:50:22.000Z","url":"https://www.theverge.com/2021/5/7/22424668/epic-apple-antitrust-lawsuit-microsoft-xbox-profitability-lori-wright","canonicalUrl":"https://www.theverge.com/2021/5/7/22424668/epic-apple-antitrust-lawsuit-microsoft-xbox-profitability-lori-wright","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f92e3ffee8e79c2ba525c1a4c62220b4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAREiEiQVEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAQEBAQEBAAAAAAAAAAAAAAECAwAEIf/aAAwDAQACEQMRAD8Azpq0hLqQMQ26lsA8hcpFle3Gu+qnSJykvuJzlaURqQQPvlKUZjJVo8J5s5rWpT4B3//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KGocPz_Yr","title":"Github: Github Actions overview and ArgoCD deployment example","shortId":"KGocPz_Yr","createdAt":"2021-05-07T08:24:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":41,"score":27006707,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:24:13.000Z","url":"https://itnext.io/github-github-actions-overview-and-argocd-deployment-example-b6cf0cf6f832","canonicalUrl":"https://rtfm.co.ua/en/github-github-actions-overview-and-argocd-deployment-example/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3990ad287c805e337c7bf0252f2cddd","ratio":3.7037037037037,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAsDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGhAAAgIDAAAAAAAAAAAAAAAAAAECMREhYv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDU0oLNy30y1SAA/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"EdzKVg075","title":"Was a humongous Cascadia earthquake just one of many?","shortId":"EdzKVg075","createdAt":"2021-05-07T15:44:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:32:36.000Z","url":"https://www.livescience.com/1700-earthquake-sequence-cascadia.html","canonicalUrl":"https://www.livescience.com/1700-earthquake-sequence-cascadia.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a7584348fcf6baa4af38181bdc6239e","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDEQAEBRIhkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAwADAAAAAAAAAAAAAAAAAAECBCIj/9oADAMBAAIRAxEAPwDOtOGObYUzLaGMsVHlm6vLDgtxhaSw9T6LZrr5jGOQutEoWqP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"IZi_KJfdz","title":"The Longing is deliberately slow and tedious, but I can’t stop playing","shortId":"IZi_KJfdz","createdAt":"2021-05-07T15:41:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006701,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:37:18.000Z","url":"https://www.theverge.com/2021/5/7/22424511/the-longing-nintendo-switch-steam-pc","canonicalUrl":"https://www.theverge.com/2021/5/7/22424511/the-longing-nintendo-switch-steam-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45f1534a778ee797a3a45bf22a4ce2b4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIhAAMEBRETFSJB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AM56fa3cXr41lEDO5c3DJj1wYq3cclvJrkmTA+UpRobMLl//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KEm4-9HkA","title":"Taplytics No-Code Web A/B Testing Solution","shortId":"KEm4-9HkA","createdAt":"2021-05-07T15:36:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006696,"tagsStr":"startup,testing,nocode","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:27:00.000Z","url":"https://taplytics.com/cross-platform-code-free-visual-experimentation-for-web/","canonicalUrl":"https://taplytics.com/cross-platform-code-free-visual-experimentation-for-web/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/518fdef1aae9ec6560dfdbc0721c6e2e","ratio":1.89973614775726,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAARBQYhMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAQQDAAAAAAAAAAAAAAAAAgABAwQFEiL/2gAMAwEAAhEDEQA/AJet9o4jhaca2euR35pq6AyS2PTAaLAFCN5kWOSWaxLKlClEjsWCKjaUE70PPzGMTUox2J0lxMY9Ov/Z","siteTwitter":"@taplytics","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ZyVa69hF_","title":"The Amazon union vote is being appealed, and the hearing begins today","shortId":"ZyVa69hF_","createdAt":"2021-05-07T15:32:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006692,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:27:00.000Z","url":"https://www.theverge.com/2021/5/7/22423366/amazon-union-election-appeal-hearing","canonicalUrl":"https://www.theverge.com/2021/5/7/22423366/amazon-union-election-appeal-hearing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9319bc8b846b37217c2734dd20f4ce3a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQFIRFBYZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Az5BkK9ek6vYx0FiSTbJy57Xxk66PBHhCl179REgf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"fnISSUfMN","title":"Microsoft reportedly shelves Windows 10X, its Chrome OS competitor","shortId":"fnISSUfMN","createdAt":"2021-05-07T15:27:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006687,"tagsStr":"microsoft,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:22:19.000Z","url":"https://www.theverge.com/2021/5/7/22424700/microsoft-windows-10-x-canceled-rumors","canonicalUrl":"https://www.theverge.com/2021/5/7/22424700/microsoft-windows-10-x-canceled-rumors","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/543f4bb0f8dd9fb0e64a53895211edf6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQFIREUQTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAABEBACH/2gAMAwEAAhEDEQA/AMjGBwVzZ4aBMc0UxaPsTrOxMwMZJAHxeTv2oy8xUSXk6xOyxrIwUHZA51v2lKqxyQ5v/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"lcsrRR5EP","title":"The Aaron Rodgers 2021 Offseason Tracker","shortId":"lcsrRR5EP","createdAt":"2021-05-07T15:21:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006681,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T15:09:43.000Z","url":"https://www.theringer.com/nfl/2021/5/7/22424599/aaron-rodgers-offseason-tracker-timeline-packers-jeopardy","canonicalUrl":"https://www.theringer.com/nfl/2021/5/7/22424599/aaron-rodgers-offseason-tracker-timeline-packers-jeopardy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c88980b5222e83362dc545bfb90402b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABBESISIFExRBUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMEEf/aAAwDAQACEQMRAD8An7nrs1hb20UXeCzHVxnZQmFIwAPwZ++6kfJWTmySam3OJWA3pSouukgTBdl0bPDP/9k=","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"dKVnpX0LN","title":"Epic v. Apple and the Plan to Avoid ‘Looking Like the Baddies’","shortId":"dKVnpX0LN","createdAt":"2021-05-07T14:55:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006655,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:47:00.000Z","url":"https://www.wired.com/story/epic-games-plan-paint-itself-as-good-guy/","canonicalUrl":"https://www.wired.com/story/epic-games-plan-paint-itself-as-good-guy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0222541ed1723b57adfc281175719d1","ratio":1.91330343796711,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDBAAFIREGEhMUIyUxQlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCAl8nc9hLgwHO5OPKkNLWFJITvDQYx91rWLsFnlKVIdZllx08RXWR5OT6UpSAIMWpf/9k=","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"kxJrXtITw","title":"Everything You Need to Know About the Aaron Rodgers–Green Bay Standoff","shortId":"kxJrXtITw","createdAt":"2021-05-07T14:51:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006651,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:47:27.000Z","url":"https://www.theringer.com/nfl/2021/5/7/22424695/everything-you-need-to-know-about-the-aaron-rodgers-green-bay-standoff","canonicalUrl":"https://www.theringer.com/nfl/2021/5/7/22424695/everything-you-need-to-know-about-the-aaron-rodgers-green-bay-standoff","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/470aa23dbc325365157308a944d32f94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQMAAgQhERITFAYxYf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/AM38buU9F1XUXTxW1bBsJBJA9H5mQLh6+dmlssDcdACcZiIQ2IX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"m1bm3F56a","title":"Tesla privately admits Elon Musk has been exaggerating about ‘full self-driving’","shortId":"m1bm3F56a","createdAt":"2021-05-07T14:48:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006648,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:46:57.000Z","url":"https://www.theverge.com/2021/5/7/22424592/tesla-elon-musk-autopilot-dmv-fsd-exaggeration","canonicalUrl":"https://www.theverge.com/2021/5/7/22424592/tesla-elon-musk-autopilot-dmv-fsd-exaggeration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/381982fa408bd25639eae56c76a499ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgAFAwUAAAAAAAAAAAAAAQIAAwQFERMWISIxMkHS/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAEA/ASITH/2gAMAwEAAhEDEQA/AMiW6VduuEiRSzmRGo9TA7MWDFg+fIELj1Fjcs9ekIQBxww+YQi1RYu+Tkd7hrACqoG+T//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YsMr8vJH6","title":"CROP","shortId":"YsMr8vJH6","createdAt":"2021-05-07T14:32:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27006632,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118133323/CROP","canonicalUrl":"https://www.behance.net/gallery/118133323/CROP","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c8bf07b1d1e37423d8e3c9ec8687614","ratio":1.91256830601093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABAxEEBQYUITL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDWsDShyMcxkmkZ3KrB6pQPaUZGT8yTt78MiKwf/9k=","siteTwitter":"@behance","creatorTwitter":"@layer_design","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5XzMFdJzd","title":"Evanka Osmak 20 Questions: On Sportsnet, civil engineering and living on Swiss Chalet","shortId":"5XzMFdJzd","createdAt":"2021-05-07T14:31:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27006631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://theathletic.com/2572271/2021/05/07/evanka-osmak-sportsnet-20-questions-swiss-chalet/","canonicalUrl":"https://theathletic.com/2572271/2021/05/07/evanka-osmak-sportsnet-20-questions-swiss-chalet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e168021c1a89544f8129b1005472c48","ratio":1.49926793557833,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIEAAMFESEGFEESEyJCUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8A2is01xWZtPDFylvJbOEzZpVfyCckC3NjzjMTOGOpdxN27iniR1HtgqUCE3x6/IQgVA2SdoT/2Q==","siteTwitter":"@TheAthletic","creatorTwitter":"@SeanFitz_Gerald","readTime":null,"description":null,"toc":null,"summary":null},{"id":"S8ZLOytHk","title":"These art collectors are making their own metaverse through games","shortId":"S8ZLOytHk","createdAt":"2021-05-07T14:06:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006606,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:00:00.000Z","url":"https://www.theverge.com/22423359/art-collectors-metaverse-dslcollection","canonicalUrl":"https://www.theverge.com/22423359/art-collectors-metaverse-dslcollection","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fca728a375787586bb33e31ce403a6cf","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAwQREgUGIQf/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAJREhP/2gAMAwEAAhEDEQA/AL9mk+L6rV4lr4DVmjbK8uhy7UtJ0Bz56M5C1MdaoAAaIiXq9CwsP//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xfp0bG1LD","title":"PSA: you’ve only got a few more weeks to upload unlimited pictures to Google Photos for free","shortId":"xfp0bG1LD","createdAt":"2021-05-07T14:06:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006606,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T14:01:32.000Z","url":"https://www.theverge.com/2021/5/7/22424528/google-photos-storage-limit-date-15gb-cap-deadline","canonicalUrl":"https://www.theverge.com/2021/5/7/22424528/google-photos-storage-limit-date-15gb-cap-deadline","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/929350929d5f9ba4ca5c8b48ba998973","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBhEHIjFCYf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAMhEf/aAAwDAQACEQMRAD8Au7F0ula6dVZpKtczPBKzSNEpZj3eTx8GYRHSgMaEq3JA9sYwrsJ5Hq1Kf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U1FuYMINK","title":"Investment Scammer John Davies Reinvents Himself?","shortId":"U1FuYMINK","createdAt":"2021-05-07T13:24:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27006564,"tagsStr":"security,business,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/investment-scammer-john-davies-reinvents-himself/","canonicalUrl":"https://krebsonsecurity.com/2021/05/investment-scammer-john-davies-reinvents-himself/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c24bee322f7640164ec618c49c30b6d","ratio":1.31512605042017,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxEEgf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/ANIcj1rWaw61VVnFQgZ5LovM6KzPSCRpGCIkUv/Z","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ZvQOcRivz","title":"The autonomous vehicle world is shrinking — it’s overdue","shortId":"ZvQOcRivz","createdAt":"2021-05-07T13:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006548,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T13:00:00.000Z","url":"https://www.theverge.com/22423489/autonomous-vehicle-consolidation-acquisition-lyft-uber","canonicalUrl":"https://www.theverge.com/22423489/autonomous-vehicle-consolidation-acquisition-lyft-uber","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7186917a22888f0e191c75979ff3903f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEBQYSEyExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAwQh/9oADAMBAAIRAxEAPwCB4xBjbHhc+zyI39zGYQ5jZKD6r7Xj2sum2r3TSEQQgFxNdN0iK86YGdfGnyT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hIByLBOil","title":"The Bill and Melinda Gates Divorce Memes Are Freaking Me Out","shortId":"hIByLBOil","createdAt":"2021-05-07T13:07:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:00:00.000Z","url":"https://www.wired.com/story/bill-melinda-gates-divorce-memes/","canonicalUrl":"https://www.wired.com/story/bill-melinda-gates-divorce-memes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f924f8b0536bda7982cd1ca8b00754e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMFESESYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAIf/aAAwDAQACEQMRAD8AxPUY6banV3s9VcuZbNtWDEeLqtcMAeuej7+yHHAERGZA5mlXu//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"hUDu-nOWn","title":"24 Essential PS4 Games Every Player Should Try","shortId":"hUDu-nOWn","createdAt":"2021-05-07T13:07:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006547,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:00:00.000Z","url":"https://www.wired.com/gallery/best-sony-playstation-4-games/","canonicalUrl":"https://www.wired.com/gallery/best-sony-playstation-4-games/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c7e64c57499ebe5c13db635c9ed54a3","ratio":1.90930787589499,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBAAFERIiQXETIST/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRIUH/2gAMAwEAAhEDEQA/AJyBd7mwmDb2peEJnIbDhQCojO3PBx175rYBIvzI8Sb2nSjaPhZ47TSlHa1zjZlQ1orsAOz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"YikC8Onxi","title":"The Powerful, Complicated Women of Resident Evil","shortId":"YikC8Onxi","createdAt":"2021-05-07T13:07:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:00:00.000Z","url":"https://www.wired.com/story/strong-women-resident-evil-step-on-me-mommy/","canonicalUrl":"https://www.wired.com/story/strong-women-resident-evil-step-on-me-mommy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bda09786cd1fe1ee086bfc1bda356952","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIAAwQREgUhIlH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAIBMUH/2gAMAwEAAhEDEQA/AMJskotxd9UNFQw1AwTgepMYKGI0Xo/IiCmjNUH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Sa1kzdGe4","title":"No, men don't learn toxic masculinity from their fathers","shortId":"Sa1kzdGe4","createdAt":"2021-05-07T12:57:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006537,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:37:32.000Z","url":"https://www.livescience.com/toxic-masculinity-mystery.html","canonicalUrl":"https://www.livescience.com/toxic-masculinity-mystery.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15b4011695215b6241a22dea11cc5559","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAgABAxESMSJh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8AzA5iGaAIncOVlWiatOykpAye4Qu+/URU5Q0//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"QCZZaM5dt","title":"FigJam UX Review","shortId":"QCZZaM5dt","createdAt":"2021-05-07T12:53:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006533,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:48:00.000Z","url":"https://adamfard.com/blog/figjam-ux-review","canonicalUrl":"https://adamfard.com/blog/figjam-ux-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/82c3e578a6d78445f66578aaec6053de","ratio":1.76146788990826,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQMCEQAEBRIhQSL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABkRAAMAAwAAAAAAAAAAAAAAAAABEQISMf/aAAwDAQACEQMRAD8A0ZPZ3jeHbiNU2RkCIrLpha/muoXxJ9s+nK+lWxelTBzAxsYASnVcjXZrGMbPKUsS4f/Z","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"t9yLmIE1u","title":"Must-listen: SG Lewis and Folamour collaboratively commandeer a groove on ‘Lost In Space’","shortId":"t9yLmIE1u","createdAt":"2021-05-07T12:49:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006529,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:48:08.000Z","url":"https://dancingastronaut.com/2021/05/must-listen-sg-lewis-and-folamour-collaboratively-commandeer-a-sun-soaked-groove-on-lost-in-space/","canonicalUrl":"https://dancingastronaut.com/2021/05/must-listen-sg-lewis-and-folamour-collaboratively-commandeer-a-sun-soaked-groove-on-lost-in-space/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0bf392022501466bb0d3c887df485cf4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhElNx0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQRUf/aAAwDAQACEQMRAD8AzvHLrG5a7kt7uCe2nUrEAni6tIzaXR+bPY11UT5XjQdgLwnR9L/lKVC5tysTvkWw6mQDXZ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"SNDVfHAbT","title":"Vizio’s 55-inch OLED TV is $100 off at Best Buy","shortId":"SNDVfHAbT","createdAt":"2021-05-07T12:49:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006529,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:44:27.000Z","url":"https://www.theverge.com/good-deals/2021/5/7/22424455/vizio-55-inch-oled-4k-tv-apple-homepod-mini-airpods-pro-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/7/22424455/vizio-55-inch-oled-4k-tv-apple-homepod-mini-airpods-pro-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b65de763b41a349b73337a1a4aead87a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgMAAwAAAAAAAAAAAAABAgMEAAURBjJh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQADAAMAAAAAAAAAAAAAAAAAASERIpH/2gAMAwEAAhEDEQA/AJns508f3d9KkQY2WmLs4Vj7EkDoPO5TtLr4Y9NQSNpAi14wo6DwBR8xjF10nOvT/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OSBD_f2F3","title":"STAR SEED and TSU NAMI dazzle with ‘Ultraviolet’","shortId":"OSBD_f2F3","createdAt":"2021-05-07T12:42:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006522,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:33:01.000Z","url":"https://dancingastronaut.com/2021/05/star-seed-and-tsu-nami-dazzle-with-ultraviolet/","canonicalUrl":"https://dancingastronaut.com/2021/05/star-seed-and-tsu-nami-dazzle-with-ultraviolet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cd3aa07f172054c3083090b81cef5f0","ratio":1.33518776077886,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFETEGEhMhcv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAhEBAxL/2gAMAwEAAhEDEQA/AMAOTyZtzuMhmFDYMlsI6tI6pabTsAZ2U5BOzVx7z42G0B+MOqQMBnXr5pSlOshLa1sh/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Zbe4ihmYH","title":"Jury Question Time and the Black Clark Kent","shortId":"Zbe4ihmYH","createdAt":"2021-05-07T12:31:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006511,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:27:33.000Z","url":"https://www.theringer.com/2021/5/7/22424479/jury-question-time-and-the-black-clark-kent","canonicalUrl":"https://www.theringer.com/2021/5/7/22424479/jury-question-time-and-the-black-clark-kent","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3c0fafce5359b6e92fd79d7b159a32c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQDAAMAAAAAAAAAAAAAAQIDBREABCExYnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAECACERIkFCsf/aAAwDAQACEQMRAD8AyGlDarupMuqC7StxIBN9Au/vcljYEPR2q6XGbW0hXWSfIHtjGELsM3zKTouldR6Z/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"l84bCRJ93","title":"Bennifer 2.0, Zodiac Signs, and A “Cheugy” Explainer: A ‘Tea Time’ Mailbag","shortId":"l84bCRJ93","createdAt":"2021-05-07T12:24:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006504,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:19:14.000Z","url":"https://www.theringer.com/2021/5/7/22424470/bennifer-2-0-zodiac-signs-and-a-cheugy-explainer-a-tea-time-mailbag","canonicalUrl":"https://www.theringer.com/2021/5/7/22424470/bennifer-2-0-zodiac-signs-and-a-cheugy-explainer-a-tea-time-mailbag","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20c915c98921faf9642033f8644ae59e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQQCAAcAAAAAAAAAAAAAAgABAxEEBQYHEyJhk9H/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB8RAAEDAwUAAAAAAAAAAAAAAAEAAgMEBRESE0GBwf/aAAwDAQACEQMRAD8AzOi0GDkvxBq4oxjhxZII5CIBMpLIqdnrspx83aq/LbVu99aT1h8REkpImP1kjnwKZXe4VMGwI3kZYD3kr//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WkezjYyPy","title":"Chris Lake and Chris Lorenzo send in Anti Up’s second white-hot LP piece, ‘Shake’","shortId":"WkezjYyPy","createdAt":"2021-05-07T12:23:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006503,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:22:38.000Z","url":"https://dancingastronaut.com/2021/05/chris-lake-and-chris-lorenzo-send-in-anti-ups-second-white-hot-lp-piece-shake/","canonicalUrl":"https://dancingastronaut.com/2021/05/chris-lake-and-chris-lorenzo-send-in-anti-ups-second-white-hot-lp-piece-shake/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84f458e656b6f6d4eddcb450dcdf0f44","ratio":2.32919254658385,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQhMQURBhMj/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAXEQADAQAAAAAAAAAAAAAAAAABAhEA/9oADAMBAAIRAxEAPwDXLrxbibt733FtKbHklh9kh33vRxVlXxVBS8QgBGI3gUpUYd2YAMblpN//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"HAh-RcG8b","title":"Nurko, Illenium, and Valerie Broussard bid for track of the year status with ‘Sideways’","shortId":"HAh-RcG8b","createdAt":"2021-05-07T12:23:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27006503,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:18:54.000Z","url":"https://dancingastronaut.com/2021/05/nurko-illenium-and-valerie-broussard-bid-for-the-track-of-the-year-with-sideways/","canonicalUrl":"https://dancingastronaut.com/2021/05/nurko-illenium-and-valerie-broussard-bid-for-the-track-of-the-year-with-sideways/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9f7586db768e22035d4800b9b5790c5","ratio":1.42307692307692,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAHhAAAQQCAwEAAAAAAAAAAAAAAgEDBBEABRIhMSL/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAIDAAAAAAAAAAAAAAAAAAABERIx/9oADAMBAAIRAxEAPwDPkTaxEjokqI0RA6LgiDYjy6qlKrqqyHtpEcecNIpChEpV89WvnmMYpZGq0//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"smNUIaOrK","title":"How Will We Remember Albert Pujols’s Career?","shortId":"smNUIaOrK","createdAt":"2021-05-07T12:17:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006497,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T12:12:11.000Z","url":"https://www.theringer.com/2021/5/7/22424461/how-will-we-remember-albert-pujolss-career","canonicalUrl":"https://www.theringer.com/2021/5/7/22424461/how-will-we-remember-albert-pujolss-career","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/febc41a4033eae4004f55b3f8ab8b570","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQQCAwEAAAAAAAAAAAABAgMABAURBiESMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADIQX/2gAMAwEAAhEDEQA/AJay5Xlci0z5aZL60thIsVrJGAoJICnY7IUtsD891URcPwk0SSvbSebgMdSfT3SlAv07Kbj1qyEmf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"XK8fJvtML","title":"Bats Raised in Helium-Rich Air Reveal a Key to Echolocation","shortId":"XK8fJvtML","createdAt":"2021-05-07T12:03:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006483,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:00:00.000Z","url":"https://arstechnica.com/science/2021/05/scientists-give-bats-a-helium-voice-mess-with-their-echolocation/","canonicalUrl":"https://arstechnica.com/science/2021/05/scientists-give-bats-a-helium-voice-mess-with-their-echolocation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83edebf7f243997cec83b34d624ada09","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxESBBMhMdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDM76kqp3GzOXwzMck+W+CWx49TGvoc6HXItI9REKqP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WnoHMqmDl","title":"Resident Evil Has Had a Rocky Relationship With Multiplayer","shortId":"WnoHMqmDl","createdAt":"2021-05-07T12:03:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006483,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:00:00.000Z","url":"https://www.wired.com/story/resident-evil-multiplayer-history/","canonicalUrl":"https://www.wired.com/story/resident-evil-multiplayer-history/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a13c463519690cdbf52d0f35c2f635c","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHxAAAAYBBQAAAAAAAAAAAAAAAAECAwQRIQUVMXGS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQACAgIDAAAAAAAAAAAAAAABAgADESESwfD/2gAMAwEAAhEDEQA/AMtj6jNbkxYRSVnGfJxK0nm7oueqF268m8fkADNSB88vaEk7WNYUprI7M//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"1E2_YbZuO","title":"Here's the Truth About Section 230","shortId":"1E2_YbZuO","createdAt":"2021-05-07T12:03:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006483,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-503/","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-503/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/064ca354b031c03e4bb4b582c9a4fb90","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABAwQFEQYSEyExMqH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBf/EABgRAAIDAAAAAAAAAAAAAAAAAAACERNR/9oADAMBAAIRAxEAPwDP9t0qNW8jHWEIxx78NH5+qU7DGJO3OfT49WRFPufQk//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AqRtJ1KVd","title":"Smithsonian inspects first US astronaut's space capsule, suit 60 years on","shortId":"AqRtJ1KVd","createdAt":"2021-05-07T11:56:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006476,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:40:50.000Z","url":"https://www.livescience.com/alan-shepard-capsule-spacesuit-smithsonian-inspection.html","canonicalUrl":"https://www.space.com/alan-shepard-capsule-spacesuit-smithsonian-inspection","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f55cf75b3111038096bc2d5c6697264f","ratio":1.50753768844221,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIRAAMEBTEGEhQWIUHS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAAMAAAAAAAAAAAAAAAAAAAABEv/aAAwDAQACEQMRAD8Ahdwa7qGbbV+lbBZRde7ZtqkSSQApEzzQN9h6rPueJVdgcsEgx5ZfmlKGmNKP/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"avGeFvHMT","title":"Tiny dinosaur that looked like an owl hunted like one, too","shortId":"avGeFvHMT","createdAt":"2021-05-07T11:10:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27006430,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T11:00:00.000Z","url":"https://www.livescience.com/owllike-dinosaur-night-hunter.html","canonicalUrl":"https://www.livescience.com/owllike-dinosaur-night-hunter.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bbd8a4d605d1a2f0df2f19e738457440","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAURBAYSMVEh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADESEx/9oADAMBAAIRAxEAPwDL7fZrUkVxR4GOojVgsigDgy4OV867qT7IErtIp0xVzyBblnB9+90pRa1xmGWtWvRnk//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"9XsTAtsg_","title":"Apollo's Ghost E-Scooter Is So Powerful, It's Scary","shortId":"9XsTAtsg_","createdAt":"2021-05-07T11:02:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006422,"tagsStr":"webdev,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.wired.com/review/apollo-ghost/","canonicalUrl":"https://www.wired.com/review/apollo-ghost/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d84d9864e26c969715348cbb9321f54","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQFESFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDQ2fsLqN7j4yLWUetfLAkjr8Pv4JZiIH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"i-THfs7LI","title":"Sisters With Transistors Puts Women Back Into Music History","shortId":"i-THfs7LI","createdAt":"2021-05-07T11:02:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006422,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.wired.com/story/sisters-with-transistors-women-electronic-music/","canonicalUrl":"https://www.wired.com/story/sisters-with-transistors-women-electronic-music/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e9753362777ef684bc0954f366126de","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQUAAgMAAAAAAAAAAAAAAgABAwQREiEFMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AkWvEUigtwVwkglt25CKQT3oAcuOfHzM1ljHnIX4tuN17REH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xzLnN5qvf","title":"The Wolf Tree and the World Wide Web","shortId":"xzLnN5qvf","createdAt":"2021-05-07T11:02:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27006422,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.wired.com/story/wolf-tree-world-wide-web/","canonicalUrl":"https://www.wired.com/story/wolf-tree-world-wide-web/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3a0f981e146038fd4241370c16a64c0","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMRAAUEEiFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAGBEBAQADAAAAAAAAAAAAAAAAAQADITH/2gAMAwEAAhEDEQA/AJvhbbm6E7HTwSrMnLQNLJIgtyyWwavSpHnW/gOTbMGYnrVm6DGh+4xk3KbCHt//2Q==","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"2yMNW3Tq-","title":"Mark Millar and Netflix’s Gamble on ‘The Godfather II’ of Superhero Shows","shortId":"2yMNW3Tq-","createdAt":"2021-05-07T10:19:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006379,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:15:00.000Z","url":"https://www.theringer.com/tv/2021/5/7/22424158/netflix-jupiters-legacy-mark-millar-interview","canonicalUrl":"https://www.theringer.com/tv/2021/5/7/22424158/netflix-jupiters-legacy-mark-millar-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3c90d84dc3a7b9e7549e5af3d577911","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAwADAAEFAAAAAAAAAAAAAQIDAAQRBhIhMVGx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAgMRBCHx/9oADAMBAAIRAxEAPwCfdNC/m/jsk1a67bQtNKwuUeIVFICkD3HFK8+mOY1E9ihE489I+U6f3GMJx9te3fsTkqFkJ//Z","siteTwitter":"","creatorTwitter":"","readTime":19,"description":null,"toc":null,"summary":null},{"id":"W5tBNVkRH","title":"Dr. Octagon and the Surgical Perverseness of Kool Keith","shortId":"W5tBNVkRH","createdAt":"2021-05-07T10:12:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006372,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T10:00:00.000Z","url":"https://www.theringer.com/2021/5/7/22423121/dr-octagon-octagonecologyst-anniversary-legacy","canonicalUrl":"https://www.theringer.com/2021/5/7/22423121/dr-octagon-octagonecologyst-anniversary-legacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9dc552cd9d8b9913fdfb019fa286e495","ratio":1.90924657534247,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAgIABwEAAAAAAAAAAAABAgMRAAQFBgchIzFhMv/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADEQL/2gAMAwEAAhEDEQA/AJ+h1E4ntltXywMZJQ7QzsoZPSrRuqPcm7PzKK89bEahG1g7KKLEpZ+/jGMJLLquRwMn/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ppCPZyaEC","title":"What Is \"Lifting State Up\" in React?","shortId":"ppCPZyaEC","createdAt":"2021-05-06T21:48:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":243,"score":27006370,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-07T03:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:41:34.000Z","url":"https://www.freecodecamp.org/news/what-is-lifting-state-up-in-react/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-lifting-state-up-in-react/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/969a2cab45696e2777649719d9397b4f","ratio":1.52361111111111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAURIQQSFiJBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAgMBAAAAAAAAAAAAAAAAAQMABBEC/9oADAMBAAIRAxEAPwCeG+XrkLDyVfhQiBukpHEcMSN5Gd/a2u/7UnjLb52kXTFUUAn3jdKULYQvcAlDXb2RpM//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@reactbootcamp","readTime":5,"description":null,"toc":null,"summary":null},{"id":"no1bMJLG7","title":"FTC report blasts manufacturers for restricting product repairs","shortId":"no1bMJLG7","createdAt":"2021-05-07T10:02:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006362,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:55:44.000Z","url":"https://www.theverge.com/2021/5/7/22424363/ftc-repair-restrictions-report-nixing-the-fix-smartphones-automakers","canonicalUrl":"https://www.theverge.com/2021/5/7/22424363/ftc-repair-restrictions-report-nixing-the-fix-smartphones-automakers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b220dac1b501dbdcc77b5ea938956833","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMhBQYREhNB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQADMWH/2gAMAwEAAhEDEQA/AMnubgkTNHvWJyedO7dQXKqpQ8cgDGc4NTqwNKKgmHe5I9SD8pSq3OHIKzWf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"l3F99zhBW","title":"Sennheiser’s headphone business has been bought by hearing aid manufacturer Sonova","shortId":"l3F99zhBW","createdAt":"2021-05-07T09:34:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006334,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:27:33.000Z","url":"https://www.theverge.com/2021/5/7/22424367/sonova-buys-sennheiser-consumer-business-headphones-soundbars","canonicalUrl":"https://www.theverge.com/2021/5/7/22424367/sonova-buys-sennheiser-consumer-business-headphones-soundbars","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ddf4a4d7050f71987681814e5e37af9","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBiFBBxESE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAQEAAwEBAAAAAAAAAAAAAAECAAMEITH/2gAMAwEAAhEDEQA/AM01brrLZwTX+YZLh4R640ChVUeR47Eb8/avjOomobfG2kCXKFY4UQFgxJAUDfelKm9HJo264i4EPnmPF0Kjn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"TOmV1lo7G","title":"Startup Deck - 290+ Curated Tools & Resources for Startups & Entrepreneurs","shortId":"TOmV1lo7G","createdAt":"2021-05-07T09:06:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006306,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:04:58.000Z","url":"https://startupdeck.io","canonicalUrl":"https://startupdeck.io","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/33e22f48839132de0889c76872a14aaf","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIxAAAQEHBAMAAAAAAAAAAAAAAQIAAwQFERIUBxMVIQYxof/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCWmk90lgvA5DBT1xIVxa3SMsRUNuvUvVKN6lKKSQKAHo9AgBszTvE5mP42uDkPMevvbuNvyjGMH//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"CkvpBOlf7","title":"Create Beautiful WordPress Pages with Optimized Images Using Elementor and ImageEngine","shortId":"CkvpBOlf7","createdAt":"2021-05-07T09:06:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27006306,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T09:05:08.000Z","url":"https://www.webdesignerdepot.com/2021/05/create-beautiful-wordpress-pages-with-optimized-images-using-elementor-and-imageengine/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/create-beautiful-wordpress-pages-with-optimized-images-using-elementor-and-imageengine/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0baffd6fbee06e58ceddefd69d819e20","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQFBxESITGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwDOtCmSzcOKuraILDO9uHSZ9yrKzux3PbFm9PgFXIdOs1kIUvBlLNBcKJuPBuuXe32lKIDItrI8Z//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"KRFWxZGnM","title":"Ein Dock für Linux: Tuxedo Office Hub","shortId":"KRFWxZGnM","createdAt":"2021-05-07T08:56:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006296,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:44:00.000Z","url":"https://linuxnews.de/2021/05/ein-dock-fuer-linux-tuxedo-office-hub/","canonicalUrl":"https://linuxnews.de/2021/05/ein-dock-fuer-linux-tuxedo-office-hub/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/769823e87b33089953c031671933ce42","ratio":1.33270321361059,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgICAQQDAAAAAAAAAAAAAQMCBAARBQcSE1EhMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQEBAAMAAAAAAAAAAAAAAAECAAMSQf/aAAwDAQACEQMRAD8AotcT1Gi9bqlCtWXSjNdTxThALXskDtB0fj2P05qFPi1WKaHXOPjKyxcZtIZDRmRsn797xjJr5GwHzLM9VTf/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":4,"description":null,"toc":null,"summary":null},{"id":"NBVkey2Oa","title":"21Nails: Interview mit Eximentwickler Heiko Schlittermann","shortId":"NBVkey2Oa","createdAt":"2021-05-07T08:06:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006246,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T08:00:38.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/07/21nails-interview-mit-eximentwickler-heiko-schlittermann/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/07/21nails-interview-mit-eximentwickler-heiko-schlittermann/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"TZ48z3-BB","title":"7 Magical Tips for Maintaining a Legacy WordPress Website","shortId":"TZ48z3-BB","createdAt":"2021-05-07T07:34:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"153719a0a4b146dca15f76b23a6fcce0","views":0,"score":27006214,"tagsStr":"security,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:33:54.000Z","url":"https://wp-content.co/maintaining-legacy-wordpress-website/","canonicalUrl":"https://wp-content.co/maintaining-legacy-wordpress-website/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/07b16fa441d9e7d7dcd42d5bdcc485d0","ratio":1.94,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQREiEiUmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AzG3JoK0hcOoME4seR8m9upKWYknevgiJdSYQ/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Hw_GF7Jq7","title":"AI has opportunities for more acceptance in screening mammography","shortId":"Hw_GF7Jq7","createdAt":"2021-05-07T07:21:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27006201,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132309&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132309","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c2fa1f26b62b6573e353e9e024c485a2","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMF/8QAIRAAAQIFBQEAAAAAAAAAAAAAAQIDAAQREiEFBhNBUTH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDEmH/2gAMAwEAAhEDEQA/AL60dSM+/ZMhKBaZdsYFad4zmsafJ79hbvGWYbl9s8bLab0rCrUgXZ79gKom45gjQUBKvE9szdn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0sZ2DXf_K","title":"Machine learning plus CT boosts prediction of major coronary events","shortId":"0sZ2DXf_K","createdAt":"2021-05-07T07:21:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27006201,"tagsStr":"data-science,machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132296&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132296","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5aa722140ffb86d196589826b3b12f0e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAmEAABAgQDCQAAAAAAAAAAAAABAgQAAwURBiFBEhMUIiMzYXLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQEAAQQDAAAAAAAAAAAAAAABAgADETFBUaH/2gAMAwEAAhEDEQA/ACeHsMMJ9AfBZEu0oTN3mds31MCJtFbpmrSlvkCQOqPkUmggHDlyLktlZn0ETF+tXHueZXcVr5MW5WQcrvygN+M4kSOE57r/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GlydTdWuS","title":"Produktion des Librem 5 pausiert bis Oktober","shortId":"GlydTdWuS","createdAt":"2021-05-07T06:56:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006176,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T06:28:00.000Z","url":"https://linuxnews.de/2021/05/produktion-des-librem-5-pausiert-bis-oktober/","canonicalUrl":"https://linuxnews.de/2021/05/produktion-des-librem-5-pausiert-bis-oktober/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/222615566106077a943431ed04300b9e","ratio":1.4968152866242,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAEAAQQDAQAAAAAAAAAAAAABAwACBSEEBjER/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAhEB/9oADAMBAAIRAxEAPwCo6vx+zQZzkyz5yCPHRqQQWwtyW69NCm/V98q6czDaoo/NfUaUqlfZAZctP//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HHWiWYpdy","title":"Goddesses","shortId":"HHWiWYpdy","createdAt":"2021-05-07T06:43:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27006163,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118962279/Goddesses","canonicalUrl":"https://www.behance.net/gallery/118962279/Goddesses","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d7076cc314c15ff51117300b58c5a740","ratio":1.27848101265823,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBQEBAAAAAAAAAAAAAQIDEQAEBQYHEiFBEzL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAwADAQAAAAAAAAAAAAAAAQIDABExIf/aAAwDAQACEQMRAD8ApYwOD05pB11WMbQcaytEXSUuKfMEhZV4SowUj8nqs21tvt7fNouxmX2Q+A78wqOHLuIjyaUooXpNiyHW+4gs1I9HM//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Q_qIgwkFr","title":"Apple is giving a laser company that builds some of its AR tech $410 million","shortId":"Q_qIgwkFr","createdAt":"2021-05-07T06:24:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27006144,"tagsStr":"apple,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T23:27:51.000Z","url":"https://www.theverge.com/2021/5/6/22423827/apple-ii-vi-advanced-manufacturing-fund-award-ar-vr-faceid","canonicalUrl":"https://www.theverge.com/2021/5/6/22423827/apple-ii-vi-advanced-manufacturing-fund-award-ar-vr-faceid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37b7a8f51faf362051fe62aa11bc0772","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBBEhBRIxE//EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ao2xTtz8nStQ8hJBVriT71WxtLbPZoDcuO29TsY9ztHTkOOh6iIj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AAisdV5aK","title":"Best NBA Late-Season Story Lines","shortId":"AAisdV5aK","createdAt":"2021-05-07T06:10:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006130,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T06:03:38.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/7/22424308/best-nba-late-season-story-lines","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/7/22424308/best-nba-late-season-story-lines","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f21226320abfb83b1bdf477dc8fc1ae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQUxFCNR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADwQQRUWKh/9oADAMBAAIRAxEAPwDMJX5nHwRcOuGSQmKoMLNx2ckYxog9HPQqQjhbV6FulJ4kyImfZ9GaUqnSQGMl5wUt42YHUfUxX//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"od-2QBb7qv","title":"Mike Breen on the Knicks Being Back and the Yankees Win a Big Series Against the Astros","shortId":"od-2QBb7qv","createdAt":"2021-05-07T06:10:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006130,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T05:59:19.000Z","url":"https://www.theringer.com/2021/5/7/22424304/mike-breen-on-the-knicks-being-back-and-the-yankees-win-a-big-series-against-the-astros","canonicalUrl":"https://www.theringer.com/2021/5/7/22424304/mike-breen-on-the-knicks-being-back-and-the-yankees-win-a-big-series-against-the-astros","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ecbe8d7e672714e94584c64e3bfcfa8a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIxAAAQMCBQUAAAAAAAAAAAAAAQIDBAASBQYRIUEHFDFCcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAwEBAAAAAAAAAAAAAAAAAQIDACH/2gAMAwEAAhEDEQA/AIyOnuWW5mXYqYLt/cNRpSzIURIuJ1Vb6+ODzWUkLwcSHQ1l6ChsKNqSpaiBrsNSd/tKVXOKMejE9WUc3//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"88qU-HTNv","title":"Audacity soll Telemetrie erhalten","shortId":"88qU-HTNv","createdAt":"2021-05-07T05:36:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006096,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T05:26:00.000Z","url":"https://linuxnews.de/2021/05/audacity-soll-telemetrie-erhalten/","canonicalUrl":"https://linuxnews.de/2021/05/audacity-soll-telemetrie-erhalten/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94493dd3d162f76e80732107dccb8bf4","ratio":1.00719424460432,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAgf/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABAYFEiEREzFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAIBBAMAAAAAAAAAAAAAAAECAwAREmEhUVL/2gAMAwEAAhEDEQA/AI7iuAW2tYXfaw93cpLFv7QjiBiGxQSXP3n8491O3jUOwDDoDRWR1QorsEPlQeDQoRM4eQyHIE3A8jrdVkZCqhVsQOd7r//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WkRVW6sfD","title":"LibreOffice 7.1.3 Community Edition ist verfügbar – drittes Update","shortId":"WkRVW6sfD","createdAt":"2021-05-07T05:26:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27006086,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T05:09:35.000Z","url":"https://www.bitblokes.de/libreoffice-7-1-3-community-edition-ist-verfugbar-drittes-update/","canonicalUrl":"https://www.bitblokes.de/libreoffice-7-1-3-community-edition-ist-verfugbar-drittes-update/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"x6GEnIOfY","title":"IOTW: DC Police Department Hit with Ransomware; Hackers \"Quit\"","shortId":"x6GEnIOfY","createdAt":"2021-05-07T00:11:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cshub","views":12,"score":27006065,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-dc-police-department-hit-with-ransomware-hackers-quit","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-dc-police-department-hit-with-ransomware-hackers-quit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/656ccfbd9eaf388a6d000bd2ba87f01d","ratio":1.32978723404255,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAwQBAgARIWGx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIRITH/2gAMAwEAAhEDEQA/AMMUbSMg7R0zDDxBxQF7WrEV7vu5+ZKlR3fCC16SMYyt09Aljh//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"O69M7z4sT","title":"Learn How to Use the Chrome DevTools to Troubleshoot Websites","shortId":"O69M7z4sT","createdAt":"2021-05-06T16:27:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":239,"score":27006056,"tagsStr":"career,devtools,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:26:08.000Z","url":"https://www.freecodecamp.org/news/learn-how-to-use-the-chrome-devtools-to-troubleshoot-websites/","canonicalUrl":"https://www.freecodecamp.org/news/learn-how-to-use-the-chrome-devtools-to-troubleshoot-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2c232778a33ee801766e749a8297a784","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAcEAABBQADAAAAAAAAAAAAAAABAAIDESESQYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABYRAAMAAAAAAAAAAAAAAAAAAAADMf/aAAwDAQACEQMRAD8AmySLjsDb70pTDojaPSiKkiB2U//Z","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"qkFpp1BQ1","title":"Aishti by the Sea Campaign","shortId":"qkFpp1BQ1","createdAt":"2021-05-07T02:40:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27005920,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:00:00.000Z","url":"https://www.behance.net/gallery/118776897/Aishti-by-the-Sea-Campaign","canonicalUrl":"https://www.behance.net/gallery/118776897/Aishti-by-the-Sea-Campaign","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f57fb904a51652576c297a053d1c31b","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwQBBQAAAAAAAAAAAAABAgQRAAMSITEFBhMiI//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQACEQMSEyFhsfD/2gAMAwEAAhEDEQA/AIjsRTdDS3Y6qzsO2LlCvGkg521Zidgj1JjW+KlHDL73MFJSjIwmJgTxNKUI1xzOHA7KtKIumfaC/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"-HqcAK2nC","title":"GitHub Enterprise Server 3.1 available as a release candidate","shortId":"-HqcAK2nC","createdAt":"2021-05-06T17:40:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":29,"score":27005861,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T17:37:09.000Z","url":"https://github.blog/2021-05-06-github-enterprise-server-3-1-available-release-candidate/","canonicalUrl":"https://github.blog/2021-05-06-github-enterprise-server-3-1-available-release-candidate/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f5f0bede2b4e8c30ca526d15e450343","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAEQMEBSExEv/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Az7yO2T9s+NGNd2W7Pl+yVm1VXK4DtQYiIlH/2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Op7Vnanbn","title":"‘Succession’ Casting News, ‘Top Chef’ Episode 6, and Rob McElhenney on ‘Mythic Quest’ Season 2","shortId":"Op7Vnanbn","createdAt":"2021-05-07T04:43:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27006043,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T04:32:26.000Z","url":"https://www.theringer.com/2021/5/7/22424237/succession-casting-news-top-chef-episode-6-and-rob-mcelhenney-on-mythic-quest-season-2","canonicalUrl":"https://www.theringer.com/2021/5/7/22424237/succession-casting-news-top-chef-episode-6-and-rob-mcelhenney-on-mythic-quest-season-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a72da72b71f485341494aa90e70ddd85","ratio":1.91081081081081,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIFAAMRBCFBFCMyoaL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAMAAwAAAAAAAAAAAAAAAQACEQMxQf/aAAwDAQACEQMRAD8Ayk1PrqHRLsfpXe/i7bdkXtDbKgBRkb8+6m5gT5QjluT1ZGfmlKFdd7j+Go11PWf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BvsqBhqL9","title":"Custom State Pseudo-Classes in Chrome","shortId":"BvsqBhqL9","createdAt":"2021-05-06T14:33:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":68,"score":27005803,"tagsStr":"google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:28:53.000Z","url":"https://css-tricks.com/custom-state-pseudo-classes-in-chrome/","canonicalUrl":"https://css-tricks.com/custom-state-pseudo-classes-in-chrome/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/20a54b848132c940178352f0cceb27a8","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgECBwAAAAAAAAAAAAAAAAECAwYIEhMVMWFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AsxfRW5W3FJJaFfj1Aznk7AKgf//Z","siteTwitter":"@CSS","creatorTwitter":"@simevidas","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-sveJ88Dg","title":"Lifecycle of Kubernetes Network Policies","shortId":"-sveJ88Dg","createdAt":"2021-05-06T21:16:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":32,"score":27006014,"tagsStr":"kubernetes","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:38:37.000Z","url":"https://mcelep.medium.com/lifecycle-of-kubernetes-network-policies-749b5218f684","canonicalUrl":"https://mcelep.medium.com/lifecycle-of-kubernetes-network-policies-749b5218f684","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/202313de85f4df67ae40ee9645bfc151","ratio":1.50095969289827,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAEQMxBBIT/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAQEBAQAAAAAAAAAAAAAAAAEAMUH/2gAMAwEAAhEDEQA/ANJcXErNjbyAZbIfuSRY3VVK41EQ6zhf/9k=","siteTwitter":"@Medium","creatorTwitter":"@muratcelep1500","readTime":10,"description":null,"toc":null,"summary":null},{"id":"sVh7trRI8","title":"Reasons to Implement HashiCorp Vault and Other Zero Trust Tools","shortId":"sVh7trRI8","createdAt":"2021-05-06T20:03:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"newstack","views":30,"score":27006006,"tagsStr":"security,hashicorp","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T18:00:16.000Z","url":"https://thenewstack.io/reasons-to-implement-hashicorp-vault-and-other-zero-trust-tools/","canonicalUrl":"https://thenewstack.io/reasons-to-implement-hashicorp-vault-and-other-zero-trust-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf00714eea91429780f2c881a4884c56","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBiEREiIxMv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AwbWoTVrWorHJL4pIqju4BAPOQ1NxSJVhSRGd1QBmLfR6e8YygP/Z","siteTwitter":"@thenewstack","creatorTwitter":"@thenewstack","readTime":4,"description":null,"toc":null,"summary":null},{"id":"2cB3fCqP-","title":"The ‘Tenet’ Commentary : yratnemmoC ‘teneT’ ehT","shortId":"2cB3fCqP-","createdAt":"2021-05-07T03:58:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005998,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T03:58:25.000Z","url":"https://www.theringer.com/2021/5/6/22424214/the-tenet-commentary-yratnemmoc-tenet-eht","canonicalUrl":"https://www.theringer.com/2021/5/6/22424214/the-tenet-commentary-yratnemmoc-tenet-eht","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3db558cc8d788840215d450dc99eb29","ratio":1.90825688073395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAdEAACAQUBAQAAAAAAAAAAAAABAhEAAwQFEkHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAR/9oADAMBAAIRAxEAPwCW2+2t427wlOIrvbW2FbqIljPns1TXM/t2c2yCxJgcfNKUEnXRVdAc3//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"VWhdMB219","title":"Zustand’s guide to simple state management","shortId":"VWhdMB219","createdAt":"2021-05-06T22:20:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"bit","views":20,"score":27005989,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T22:20:41.000Z","url":"https://blog.bitsrc.io/zustands-guide-to-simple-state-management-12c654c69990","canonicalUrl":"https://blog.bitsrc.io/zustands-guide-to-simple-state-management-12c654c69990","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9c78c5dc2a99cf68041a901e03db489","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACBQMGIQQREhNBQnGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgMBAQAAAAAAAAAAAAABAgMRAARBUWH/2gAMAwEAAhEDEQA/ANUsqzY6vEaGWc3k6qzqijUAczY+Jxn2qEQEM4BzoOP5HJ2Hf4iJckrvsMrMaF9+5LSKOLXQooF1weZ//9k=","siteTwitter":"@bitdev_","creatorTwitter":"@LMPerera","readTime":5,"description":null,"toc":null,"summary":null},{"id":"htgopWBln","title":"Cyber Hygiene, Cyber Humans & Cyber Automation","shortId":"htgopWBln","createdAt":"2021-05-06T22:51:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cshub","views":6,"score":27005975,"tagsStr":"security,aws,ai,cyber,automation","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/hygiene-humans-automation","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/hygiene-humans-automation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e21308d3e399a10c7d6a9e2365a5d56","ratio":1.41242937853107,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAEQMEEiExcaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A15yDiDJa2a9SK7uRVAGywA6rj4+RED//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"i7vU81TG9","title":"Tip: Label your useState values in React developer tools","shortId":"i7vU81TG9","createdAt":"2021-05-06T19:08:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"30seconds","views":54,"score":27005910,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/react-use-state-with-label","canonicalUrl":"https://www.30secondsofcode.org/blog/s/react-use-state-with-label","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae29bca46dfb1137cb53e35ba1c6a8ef","ratio":0.749765698219306,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAX/xAAhEAACAQQBBQEAAAAAAAAAAAABAgMABBEhEgUiMTJBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIREv/aAAwDAQACEQMRAD8Aq33Vlh6pPHFcrMFSJhCE7oyeIk7h5A5qd79vymreHiPtQTYpDeSsskzB2yVZyVGydDOB5p66UDPymc7Cykf/2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MwrG_Mbag","title":"Epic needs to tarnish the Apple’s App Store halo","shortId":"MwrG_Mbag","createdAt":"2021-05-07T01:33:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005853,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T01:31:41.000Z","url":"https://www.theverge.com/2021/5/6/22423567/apple-epic-app-store-policies-fortnite-trial-day-4","canonicalUrl":"https://www.theverge.com/2021/5/6/22423567/apple-epic-app-store-policies-fortnite-trial-day-4","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f961378b0b5d43f5fc76fec3015737c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUxEyFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABAcAAAAAAAAAAAAAAAAAAQIDBRESIlFS0f/aAAwDAQACEQMRAD8AzzJlsMq5GG5CZefkuI8UpalbxtVWdQDR26Nj56rL0OlKEjuhVk4xlfD7X3zLboRZOla5ZH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"F_G8NtJ5F","title":"PSA: Don’t drive while you are on a Zoom meeting talking about a distracted driving bill","shortId":"F_G8NtJ5F","createdAt":"2021-05-07T00:09:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005769,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-07T00:04:18.000Z","url":"https://www.theverge.com/2021/5/6/22423723/psa-dont-drive-zoom-meeting-ohio-distracted-driving-bill","canonicalUrl":"https://www.theverge.com/2021/5/6/22423723/psa-dont-drive-zoom-meeting-ohio-distracted-driving-bill","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/460b107d8bc8c28ed732e0eea5d6d7c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBxEhBhMiMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABcRAAMBAAAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AMtprlJ7vU2HDXJYWcUbzDsO0TF0j3DFtyS30knk1bI6l9T22QuoI8jMyRSsgLTSEkAkc+XulKWJs1EUEXf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MF7yVSYbv","title":"Apple is giving a laser company that builds some of its AR tech $410 million","shortId":"MF7yVSYbv","createdAt":"2021-05-06T23:30:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005730,"tagsStr":"apple,ar","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T23:27:51.000Z","url":"https://www.theverge.com/2021/5/6/22423827/apple-ii-iv-advanced-manufacturing-fund-award-ar-vr-faceid","canonicalUrl":"https://www.theverge.com/2021/5/6/22423827/apple-ii-iv-advanced-manufacturing-fund-award-ar-vr-faceid","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37b7a8f51faf362051fe62aa11bc0772","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBBEhBRIxE//EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ao2xTtz8nStQ8hJBVriT71WxtLbPZoDcuO29TsY9ztHTkOOh6iIj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Sn7XmCrrL","title":"How to Add MySql & MongoDB to a Kubernetes Microservice Architecture","shortId":"Sn7XmCrrL","createdAt":"2021-05-06T15:20:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":55,"score":27005721,"tagsStr":"kubernetes,architecture,angular,docker,aspnet,.net,mysql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:50:09.000Z","url":"https://itnext.io/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9","canonicalUrl":"https://itnext.io/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/263e78001aaf70b4dd8304c3b7a1ee41","ratio":2.37226277372263,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUBAQEAAAAAAAAAAAABAgMEAAUREiGhE4H/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQFEbFB/9oADAMBAAIRAxEAPwCkduU+4qbhPzH0tFhEoqbVosqLihrsO68HPapWbhJ+KMLwNRzAPp6f2lKcYitQQsNkqvBC6Yqx0fT2f//Z","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"KHXv2A0rS","title":"Peloton says it ‘could take months’ to bring treadmill back after recall","shortId":"KHXv2A0rS","createdAt":"2021-05-06T22:53:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005693,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T22:47:11.000Z","url":"https://www.theverge.com/2021/5/6/22423745/peloton-recall-timeline-tread-plus-john-foley","canonicalUrl":"https://www.theverge.com/2021/5/6/22423745/peloton-recall-timeline-tread-plus-john-foley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/28b8c4f3b2eb9778bd06e4d0ac2a6fec","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIFABIDBBEhQQYHMXHR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAQADAAMAAAAAAAAAAAAAAAIAAQQRITH/2gAMAwEAAhEDEQA/AK+5/Q8ZEQDTMXfl2Qi7A1uQ68ryp9VlAdiAbjvv4HylKJjaQ7uN2AlVxXs//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KHmrMjBz7","title":"How to Write About Mask-Wearing. Plus, Listener Mail!","shortId":"KHmrMjBz7","createdAt":"2021-05-06T22:43:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005683,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T22:37:09.000Z","url":"https://www.theringer.com/2021/5/6/22423794/how-to-write-about-mask-wearing-plus-listener-mail","canonicalUrl":"https://www.theringer.com/2021/5/6/22423794/how-to-write-about-mask-wearing-plus-listener-mail","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58cb407c5066568f18ffae524afc741f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgIABAcAAAAAAAAAAAAAAQIAAwQFEUESFSEiMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQEAAgMAAAAAAAAAAAAAAAABABECA1H/2gAMAwEAAhEDEQA/AMQwNQw2ScxQK1z3PQFdAyhQg16Hfu87aCTOM+l+REeLJ24Cq5P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"XXiwoD9B_","title":"Google remembers Wear OS long enough to add a new keyboard","shortId":"XXiwoD9B_","createdAt":"2021-05-06T22:21:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005661,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T22:19:11.000Z","url":"https://www.theverge.com/2021/5/6/22423707/google-wear-os-gboard-swipe-type","canonicalUrl":"https://www.theverge.com/2021/5/6/22423707/google-wear-os-gboard-swipe-type","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/964c7b4f36b7f2cc1464f3cb309d0e8d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAgIBBAMAAAAAAAAAAAABAwIEABEFEhMUMUFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAMQMEgbH/2gAMAwEAAhEDEQA/AF7h7RvKCLtdS2TJ6fBXLQ1638/pyqrikRVAMVXnMRAlLsRGz96xjDy7GUddTCpJC332uT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Yw1ZBJwl1","title":"Chinese rocket falling to Earth this weekend poses ‘extremely low’ risk to people","shortId":"Yw1ZBJwl1","createdAt":"2021-05-06T21:58:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005638,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:56:44.000Z","url":"https://www.theverge.com/2021/5/6/22422791/china-long-march-5b-uncontrollable-rocket-stage-crash-low-risk-public","canonicalUrl":"https://www.theverge.com/2021/5/6/22422791/china-long-march-5b-uncontrollable-rocket-stage-crash-low-risk-public","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e9660d0ac9e60ab67bf875781015fdb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAgEDAQkAAAAAAAAAAAAAAQIABAURFAYTFiEiMXKB0v/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAMf/aAAwDAQACEQMRAD8AzfHNx0zrp6QM69DhWBTn5YPuSttvcCxO4pRk9sN9REcNf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lCt_jeLdF","title":"Optional Types in Swift – How to Use and Unwrap Optionals","shortId":"lCt_jeLdF","createdAt":"2021-05-06T16:14:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":9,"score":27005637,"tagsStr":"swift","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:06:35.000Z","url":"https://www.freecodecamp.org/news/optional-types-in-swift/","canonicalUrl":"https://www.freecodecamp.org/news/optional-types-in-swift/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb78a91fb95c624085040638dc44720c","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDEQAEBQYSQQchIjHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABACH/2gAMAwEAAhEDEQA/AKPVfVu7aylji2sakM3qVBzeQHEjuPGCQfXMVsjeqLLYmX2pgcOfNKVRIGX/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@prajwalinbizz","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Mfo8YgTb5","title":"Alesso, Tove Lo, and more partner with Tim Bergling Foundation for Mental Health Awareness Month","shortId":"Mfo8YgTb5","createdAt":"2021-05-06T21:51:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:50:33.000Z","url":"https://dancingastronaut.com/2021/05/alesso-tove-lo-and-more-partner-with-tim-bergling-foundation-for-mental-health-awareness-month/","canonicalUrl":"https://dancingastronaut.com/2021/05/alesso-tove-lo-and-more-partner-with-tim-bergling-foundation-for-mental-health-awareness-month/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/262c6f77835d9c9803734a401cfe8034","ratio":1.29807692307692,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQIDBAAFEQYSITFBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAjH/2gAMAwEAAhEDEQA/AMu0TpFmTfbZEuK2HIUwpElO/llOCoLyPeOh3nHtS94hsRbvOjx57RYafW22dp5SFEDv5SlKkW8f/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gKuumxnJx","title":"IBM’s first 2nm chip previews the processors of tomorrow","shortId":"gKuumxnJx","createdAt":"2021-05-06T21:42:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005622,"tagsStr":"ibm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:37:00.000Z","url":"https://www.theverge.com/2021/5/6/22422815/ibm-2nm-chip-processors-semiconductors-power-performance-technology","canonicalUrl":"https://www.theverge.com/2021/5/6/22422815/ibm-2nm-chip-processors-semiconductors-power-performance-technology","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22eb23a5a05f31887f33ae4dcce4b831","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEEQAxBRIhMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAIDAQEAAAAAAAAAAAAAAAECAAMEEUH/2gAMAwEAAhEDEQA/AJ5P4pUhtMsyKU48iOpPTxZHtv5rK7G5KUxHaZDpUG0BHY7NCrxjKmtQt7chc7FqwD52f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iKi9U1YKE","title":"Eric Prydz to make HOLOSPHERE more accessible to the US audiences with CAA signing","shortId":"iKi9U1YKE","createdAt":"2021-05-06T21:38:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005618,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:37:08.000Z","url":"https://dancingastronaut.com/2021/05/eric-prydz-to-make-holosphere-more-accessible-to-the-u-s/","canonicalUrl":"https://dancingastronaut.com/2021/05/eric-prydz-to-make-holosphere-more-accessible-to-the-u-s/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3cfa7600504dae8966aa2421e091f58b","ratio":1.4985014985015,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIRAAAgECBgMAAAAAAAAAAAAAAQMCAAQFBhESEyEHYYH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBv/EAB8RAAEDAwUAAAAAAAAAAAAAAAECAyEAERIEBTFBcf/aAAwDAQACEQMRAD8AmuGTs8JzDZOUlj4KYGM5DEiYiRroNOvtanT5WyyxUJ811DdEHbwnr1SlUerYbdWoYgYmLR0KG3KK2gHDfkz7X//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WGLdh3hEm","title":"Amazon delivery drivers were told to turn off safety apps to meet quotas","shortId":"WGLdh3hEm","createdAt":"2021-05-06T21:37:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005617,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:36:34.000Z","url":"https://www.theverge.com/2021/5/6/22423560/amazon-delivery-drivers-unsafe-reckless-driving-monitoring-app","canonicalUrl":"https://www.theverge.com/2021/5/6/22423560/amazon-delivery-drivers-unsafe-reckless-driving-monitoring-app","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/65f48cf81d320da6cebfa7eb2296a778","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERJRExQh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAaEQACAgMAAAAAAAAAAAAAAAAAIQEDAhFh/9oADAMBAAIRAxEAPwCcweWusy9WaKw6ElzOXiAaXAnWiddLSlaG5JXif78g5MB+sHSIpWuzfBwUI//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SSYihJv6q","title":"The David After Dentist meme is now an NFT — and yes, this is real life","shortId":"SSYihJv6q","createdAt":"2021-05-06T20:59:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005579,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T20:53:49.000Z","url":"https://www.theverge.com/2021/5/6/22422993/david-after-dentist-meme-nft-real-life","canonicalUrl":"https://www.theverge.com/2021/5/6/22422993/david-after-dentist-meme-nft-real-life","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/563e7e23adb5da1c562b305d9e16816b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAEQYTFEFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAABEQACAxL/2gAMAwEAAhEDEQA/AMbD5dYOXiWbJRsi5D8FtyWrsUyhR3tJPsbOVrDlM+RPkvrahFTjqlnbJJ2ST9xjKzlTlqCblqf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o5l8uoU30","title":"Everything you need to know about GraphQL Authentication and Authorization","shortId":"o5l8uoU30","createdAt":"2021-05-06T12:05:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily","views":73,"score":27005570,"tagsStr":"authentication,graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:00:00.000Z","url":"https://daily.dev/blog/authentication-and-authorization-in-graphql","canonicalUrl":"https://daily.dev/blog/authentication-and-authorization-in-graphql","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04143f3ff47db926ad40ebe67bacd5fa","ratio":1.44837340876945,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACAxEEBSEGEv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDMPRbfI2WzyZxG+SJhLIrDIz8gGrDeDvSpp1BxsFESF//Z","siteTwitter":"","creatorTwitter":"@ngArchangel","readTime":11,"description":null,"toc":null,"summary":null},{"id":"aF3Kr8LOR","title":"Ja Morant’s Future, PSA Updates, and Mark Feinsand on Top MLB Stories","shortId":"aF3Kr8LOR","createdAt":"2021-05-06T21:30:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005610,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:16:28.000Z","url":"https://www.theringer.com/2021/5/6/22423681/ja-morants-future-psa-updates-and-mark-feinsand-on-top-mlb-stories","canonicalUrl":"https://www.theringer.com/2021/5/6/22423681/ja-morants-future-psa-updates-and-mark-feinsand-on-top-mlb-stories","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37e550576d9f0ec7b260f6a2458684f5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIEAAMRByESEzJBUWGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAcEQEAAQQDAAAAAAAAAAAAAAABAAIDE7EyYXH/2gAMAwEAAhEDEQA/AK2o8m5DgvFuHnRWtqWt9Iclxji8j13rT0h2VRVwdhjY4HylKmboYqXt0Rg5Phtn/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"W0-_nMOaw","title":"Owner of Space Ibiza preps plan to reopen iconic club this year","shortId":"W0-_nMOaw","createdAt":"2021-05-06T21:29:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005609,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:28:36.000Z","url":"https://dancingastronaut.com/2021/05/owner-of-space-ibiza-preps-plan-to-reopen-iconic-club-this-year/","canonicalUrl":"https://dancingastronaut.com/2021/05/owner-of-space-ibiza-preps-plan-to-reopen-iconic-club-this-year/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b72b0e3ce6a4c4804dfe634d4b60e2d1","ratio":1.49817117776152,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAgMEBgAFESEHEhT/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAyECETFx8P/aAAwDAQACEQMRAD8AiKfbPGNcrSYq9JO2s90AvvyGk8kkdhPfAAPOQE3c1V2Y+4zXHUNLcUpCfrUPUE9DGMsL9VhA7acuRgL/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"18NGDD7iL","title":"Network Isolated AKS — Part 1: Controlling network traffic","shortId":"18NGDD7iL","createdAt":"2021-05-06T15:20:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":13,"score":27005599,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:47:36.000Z","url":"https://itnext.io/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d","canonicalUrl":"https://itnext.io/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b915f4ad64e9fecc53bb05d61313e3e5","ratio":1.48514851485149,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIABBEUITJj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A04lRRZY5cch+2QZXV9GiJaP/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@geekzter","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0Nio4KoBb","title":"Improving The Performance Of Shopify Themes (Case Study)","shortId":"0Nio4KoBb","createdAt":"2021-05-06T11:24:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":55,"score":27005598,"tagsStr":"general-programming,webdev,javascript,ecommerce,jquery","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/improving-performance-shopify-themes-case-study/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/improving-performance-shopify-themes-case-study/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44bf4b6a9cab67c32ab115fca33acde1","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAARBgUSIzFBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDa+O9PSnQmlBUs3m0idoGowNfP1v8ATkocwsWKNeZ6sQaSNXIDt7I3jGKQCjMW7g1YxVVnweb/2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@cshold","readTime":11,"description":null,"toc":null,"summary":null},{"id":"GjoIyCETE","title":"New reporting options 🚩","shortId":"GjoIyCETE","createdAt":"2021-05-06T09:24:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily_updates","views":170,"score":27005593,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":26,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:39:03.000Z","url":"https://changelog.daily.dev/new-reporting-options-194205","canonicalUrl":"https://changelog.daily.dev/new-reporting-options-194205","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/79cdb03c371cb1fb0b184500a9b32cf2","ratio":1.91452991452991,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAQUAAwAAAAAAAAAAAAAAAQACAwQREyGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDPNSYR1LDAw8jgceDmDOx6okRUF//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"eXUu3Pqx4","title":"‘Better Days: The Story of UK Rave,’ documenting the early UK rave scene landing on Amazon Music","shortId":"eXUu3Pqx4","createdAt":"2021-05-06T21:08:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005588,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T21:07:57.000Z","url":"https://dancingastronaut.com/2021/05/better-days-the-story-of-uk-rave-documenting-the-early-uk-rave-scene-landing-on-amazon-music/","canonicalUrl":"https://dancingastronaut.com/2021/05/better-days-the-story-of-uk-rave-documenting-the-early-uk-rave-scene-landing-on-amazon-music/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53c383563d61afc5364b5f888f63c48b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQMDAwUBAAAAAAAAAAAAAQIDEQASIQQGEwUIIjFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAASEAAhFBwfD/2gAMAwEAAhEDEQA/AM7XsTQK209qCjgfZcWhy0Axe6lttHvPlMHMTnAqmz28b04kcrnR2nLRchSySk/QSBBj8pSpKCW86EUOxPMz/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cgOv1zREe","title":"Announcing the MongoDB Atlas Sink and Source Connectors in Confluent Cloud","shortId":"cgOv1zREe","createdAt":"2021-05-06T16:55:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"conf","views":3,"score":27005581,"tagsStr":"cloud,mongodb,kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:47:57.000Z","url":"https://www.confluent.io/blog/confluent-cloud-fully-managed-kafka-mongodb-connector/","canonicalUrl":"https://www.confluent.io/blog/confluent-cloud-fully-managed-kafka-mongodb-connector/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"U6gjanL9A","title":"Apple made it harder to change Hulu subscriptions because of a tweet","shortId":"U6gjanL9A","createdAt":"2021-05-06T20:50:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005570,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T20:48:48.000Z","url":"https://www.theverge.com/2021/5/6/22423410/apple-hulu-subscription-in-app-purchase-tweet","canonicalUrl":"https://www.theverge.com/2021/5/6/22423410/apple-hulu-subscription-in-app-purchase-tweet","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dea0c1385e2d630aa9de83a2b806fd86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxEEBRIicf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGREAAwADAAAAAAAAAAAAAAAAAAEDAhEx/9oADAMBAAIRAxEAPwDA1bdysVhc6hQcqAMN7KnRLk9zEQW7030u082kf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YVwWNH8J9","title":"Twitter is testing a new Tip Jar feature for sending money to your favorite accounts","shortId":"YVwWNH8J9","createdAt":"2021-05-06T20:33:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005553,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T20:31:06.000Z","url":"https://www.theverge.com/2021/5/6/22423583/twitter-tip-jar-feature-sending-money-venmo-cashapp","canonicalUrl":"https://www.theverge.com/2021/5/6/22423583/twitter-tip-jar-feature-sending-money-venmo-cashapp","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/44738d56b1f2f601e10a623c85a4c5d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAcEAACAwADAQAAAAAAAAAAAAABAwACERIhMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAH/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8ArUauiGLsit2Mzgw2Orw94PDv2MERESQFtabiP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"v4rjvfBsR","title":"RapidAI expands Insights software","shortId":"v4rjvfBsR","createdAt":"2021-05-06T20:24:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005544,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:58:21.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132318&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132318","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee762c9c18225670e688a90c377808d6","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwMI/8QAIRAAAgEDBQADAAAAAAAAAAAAAQIDBAYRAAUSIUEUMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAICAwEAAAAAAAAAAAAAAAECACEDEUFh/9oADAMBAAIRAxEAPwCFj3VNuNTW0u5SxzypwCSswUozZwx6yQPdLNJMjUkBaaJyUUlg/R6+9ZaaNDZO6SFFMiVOVbHaniOwfNNNsIgtraQFUD4kPn4GrMoL1Wh5AQhb7P/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Xvu51pc19","title":"Abhijith PA: Part-2 Transition from Thunderbird to Mutt","shortId":"Xvu51pc19","createdAt":"2021-05-06T20:13:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27005533,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:25:00.000Z","url":"https://abhijithpa.me/2021/part-2-transition-from-thunderbird-to-mutt/","canonicalUrl":"https://abhijithpa.me/2021/part-2-transition-from-thunderbird-to-mutt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8469d4b80ff2444dd6ffe9bf9b9671e1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUH/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQIDEQAxBAUSEyEiI2Fx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMFSw00hpDDyUNJCZRCSHAb6qI9leX7q/Jp7HqFW9VJwwnDc8zeftAJJJJMmg//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"xQ9M2Bcy6","title":"First remains from doomed 19th-century Arctic expedition identified","shortId":"xQ9M2Bcy6","createdAt":"2021-05-06T20:10:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27005530,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:58:31.000Z","url":"https://www.livescience.com/franklin-expedition-dna-analysis-member-identified.html","canonicalUrl":"https://www.livescience.com/franklin-expedition-dna-analysis-member-identified.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80379270a5fdfebcdf0b84c0b61acefe","ratio":1.32530120481928,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIGITFBUnH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAMAAwAAAAAAAAAAAAAAAAABERIhIv/aAAwDAQACEQMRAD8AzoT7ZKuHE0W62soeYilt4Jj67L7DcnotWwJyfap2e7DcnSVtQXw2pxRSEoKRjJxgePlKUS3S8uYf/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"NCOrm0zEm","title":"Omega spins off equipment and repair company","shortId":"NCOrm0zEm","createdAt":"2021-05-06T20:10:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005530,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:50:37.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132317&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132317","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b5e18c52c38af09f07a17757b5ea2a9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIxAAAQMDAwUBAAAAAAAAAAAAAQIDBQQRIQATMQYSFCJRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQABAwUAAAAAAAAAAAAAAAABAAMSAgQRMVH/2gAMAwEAAhEDEQA/ANnBRkVH0LNS2zSbVa6Du1ybktG/p2njAx+20aSEn0MmvqU+KkWdUPRSgnk8D5qp1o4tURBtqWot7JV2k4vYZt90YuJG4rA5OklLIAl1F3LsyhjS/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Dr9nfWUoq","title":"Soft unbricking Bay- and Cherry-Trail tablets with broken BIOS settings","shortId":"Dr9nfWUoq","createdAt":"2021-05-06T20:04:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27005524,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:00:00.000Z","url":"https://hansdegoede.livejournal.com/25342.html","canonicalUrl":"https://hansdegoede.livejournal.com/25342.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6ea1fcac0b4af6c9520390c60953ff9","ratio":2.23048327137546,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQMAAhESMXHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDAy5tQsVawDHAufZC2Nj3ERyS//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0-6WZom5w","title":"The PS5 is back in stock at Best Buy right now","shortId":"0-6WZom5w","createdAt":"2021-05-06T19:54:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005514,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:51:10.000Z","url":"https://www.theverge.com/good-deals/2021/5/6/22423327/ps5-restocks-best-buy-sony-playstation-5","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/6/22423327/ps5-restocks-best-buy-sony-playstation-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ef0ba0674e246f3f155e7046683bd36","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARIQUGBxJBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAEyQf/aAAwDAQACEQMRAD8Aw+r5S7vgjWB+t3pawUq6NO+33999+wI+EHjWRl2w9m5PO7MXlkZyWYsSSd8k8n9OMZc1Gv/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"0gW-Wu0_w","title":"Daniel Bryan Is a Free Agent","shortId":"0gW-Wu0_w","createdAt":"2021-05-06T19:47:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005507,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:37:51.000Z","url":"https://www.theringer.com/2021/5/6/22423492/daniel-bryan-free-agent","canonicalUrl":"https://www.theringer.com/2021/5/6/22423492/daniel-bryan-free-agent","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8eb8e306f0dd21910bb3c32b4c573823","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIABwAAAAAAAAAAAAABAgMEABEFBhMhMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQMRIgT/2gAMAwEAAhEDEQA/AI3yc7JU49bViDSjryqg1py0yp3+60T41l2hoVjEh6Q9RjGJcpUX59N2f//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"FD7PwfpQH","title":"The PS5 and Xbox Series X are available at Walmart again","shortId":"FD7PwfpQH","createdAt":"2021-05-06T19:44:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005504,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:42:42.000Z","url":"https://www.theverge.com/2021/5/6/22386165/ps5-xbox-series-x-restocks-walmart","canonicalUrl":"https://www.theverge.com/2021/5/6/22386165/ps5-xbox-series-x-restocks-walmart","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6cca0340c0fb060038b532a391a0f2e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBhIFITNBUeH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEiH/2gAMAwEAAhEDEQA/AMPneS3xZ47ikuOCz00ca2Gi4SCDET59nqKtTkji0hZaUCoT3PlKUdqZORBZ0z//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"oLO_tPRcd","title":"Enes Kanter on Damian Lillard’s Loyalty, Russell Westbrook’s Intensity, and His Activism","shortId":"oLO_tPRcd","createdAt":"2021-05-06T19:40:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005500,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:35:55.000Z","url":"https://www.theringer.com/2021/5/6/22423501/enes-kanter-on-damian-lillard-loyalty-russell-westbrook-intensity-his-activism","canonicalUrl":"https://www.theringer.com/2021/5/6/22423501/enes-kanter-on-damian-lillard-loyalty-russell-westbrook-intensity-his-activism","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f1c18de10de109f5e5cebd7f0d77d5fa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQhBRIiMbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAjHw/9oADAMBAAIRAxEAPwDGeSKjIswiitXe9drdt7VWA+mQXtipfYowqvFiNaHuIiBWRp1JPbP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0sHrUt7zR","title":"Daniel Bryan Is a Free Agent","shortId":"0sHrUt7zR","createdAt":"2021-05-06T19:40:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005500,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:37:51.000Z","url":"https://www.theringer.com/2021/5/6/22423492/daniel-bryan-is-a-free-agent","canonicalUrl":"https://www.theringer.com/2021/5/6/22423492/daniel-bryan-is-a-free-agent","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8eb8e306f0dd21910bb3c32b4c573823","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAgIABwAAAAAAAAAAAAABAgMEABEFBhMhMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQMRIgT/2gAMAwEAAhEDEQA/AI3yc7JU49bViDSjryqg1py0yp3+60T41l2hoVjEh6Q9RjGJcpUX59N2f//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"-ShMohYvC","title":"'3D amplified' MRI technique shows how the brain moves","shortId":"-ShMohYvC","createdAt":"2021-05-06T19:24:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005484,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:04:42.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132316&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132316","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/58229e72fb417efea9661c67f53f3c3b","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIABAUDBhEhMRT/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAAMBAAAAAAAAAAAAAAAAAAABAjH/2gAMAwEAAhEDEQA/AMH23l6OhtXLU2w9fUsfO7NaZuWJLBR6OgOQeiPJGxEEXWI//9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"g9qPp-8HV","title":"Everything You Need to Know About UX Writing In Web Design","shortId":"g9qPp-8HV","createdAt":"2021-05-06T16:59:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27005339,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T19:30:49.000Z","url":"https://gapsystudio.com/blog/ux-writing/","canonicalUrl":"https://gapsystudio.com/blog/ux-writing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f196d8400c2075f90b36222e5371b77","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIxAAAgAFAgcAAAAAAAAAAAAAAQIABAUGEQMxEhMXIUVhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAEDIVH/2gAMAwEAAhEDEQA/AI2PZ0lcFEoc/SQtJbWzozJReY7FQo4gx74LbrtiNU6fyZ8lUB6VlAHwY2hCBYUkpn//2Q==","siteTwitter":"@GapsyStudio","creatorTwitter":"@GapsyStudio","readTime":8,"description":null,"toc":null,"summary":null},{"id":"c8_XQAwuJ","title":"Trent Dilfer on Aaron Rodgers’s Future and Draft QB Fits, Plus Financial Life Advice With CNBC’s Josh Brown","shortId":"c8_XQAwuJ","createdAt":"2021-05-06T19:23:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005483,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:14:34.000Z","url":"https://www.theringer.com/2021/5/6/22423454/trent-dilfer-on-aaron-rodgers-future-draft-qb-fits-plus-financial-life-advice-with-cnbc-josh-brown","canonicalUrl":"https://www.theringer.com/2021/5/6/22423454/trent-dilfer-on-aaron-rodgers-future-draft-qb-fits-plus-financial-life-advice-with-cnbc-josh-brown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c42b512872db5f11b79f5343b0d132c6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgUhBhMx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDMpH/2gAMAwEAAhEDEQA/AKeZR18fuvWyR6opAVABgMmR1jogYrWS6uYkWOC5ljiQaog1wqj4B1SlQldY46fRKCP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LgzGtUJ6N","title":"The Division is getting a free-to-play game and mobile version","shortId":"LgzGtUJ6N","createdAt":"2021-05-06T19:14:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005474,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T19:07:17.000Z","url":"https://www.theverge.com/2021/5/6/22423246/the-division-free-to-play-mobile-tv-show-ubisoft-cod","canonicalUrl":"https://www.theverge.com/2021/5/6/22423246/the-division-free-to-play-mobile-tv-show-ubisoft-cod","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f9c4f48484c63dbd0ada74eb70254c0","ratio":1.90854870775348,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIDBAAFBhEhMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAIBBQAAAAAAAAAAAAAAAAARAQMSISJB/9oADAMBAAIRAxEAPwDOS65KIHWvDFVZ1CtJXLKxHHY5JPuXE3XTCKG0CkxA7JPvzGMGWEVNWNrun//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"E6a7R8UyZ","title":"Apple’s Night Shift is no match for the complexities of sleep","shortId":"E6a7R8UyZ","createdAt":"2021-05-06T19:05:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005465,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T18:57:33.000Z","url":"https://www.theverge.com/2021/5/6/22423239/apple-iphone-night-shift-blue-light-sleep","canonicalUrl":"https://www.theverge.com/2021/5/6/22423239/apple-iphone-night-shift-blue-light-sleep","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f56fbe595628222992224b0e62d7585","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAAgQRBhIhksH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBA0FR/9oADAMBAAIRAxEAPwDQ05a0IVc4izcsNbHudEeNfZQ8tcCdYivYxECtzxo+aU4f/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Edu9Q4ak0","title":"Contemplations","shortId":"Edu9Q4ak0","createdAt":"2021-05-06T18:34:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27005434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/118064397/Contemplations","canonicalUrl":"https://www.behance.net/gallery/118064397/Contemplations","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/834795eeea721c0f0abccae38a71337a","ratio":0.749866095340118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQf/xAAiEAACAQMEAgMAAAAAAAAAAAABAgMEBSEABhESFGETMYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEBAAICAwAAAAAAAAAAAAAAAgABEYEDISL/2gAMAwEAAhEDEQA/AJ5bKm57bvVILjUVKfMp6ohHU547EDH4NLRU+7p40ljnRkkAdT1C8g5+ucaO25emFK/mwLWBVOJD6Hr3pKLecpiQ+EowMCZgBo1yl2uhWdRKGCa9Xjc//9k=","siteTwitter":"@behance","creatorTwitter":"@borispelcer","readTime":0,"description":null,"toc":null,"summary":null},{"id":"LCJr49Ln5","title":"GE Healthcare acquires Zionexa","shortId":"LCJr49Ln5","createdAt":"2021-05-06T18:12:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005412,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T17:53:28.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132315&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132315","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/651f73f7cc667f9094490e0dc0fd9019","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwME/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIRAAMFBAYSQSIxEyFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABkRAAIDAQAAAAAAAAAAAAAAAAMRAAECEv/aAAwDAQACEQMRAD8ALLWM29rtqZw3tI97OXeD469p9SgCQfJXTkPf30eoii1iysQYkGK3oinGuSon5gJjriaqltOC+C+vynOWi67ScII7Hnluf//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"h0P-wHIyd","title":"How to use YouTube’s gestures to make it bearable on a portrait-locked phone","shortId":"h0P-wHIyd","createdAt":"2021-05-06T18:10:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005410,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T18:04:15.000Z","url":"https://www.theverge.com/2021/5/6/22423270/youtube-app-easy-landscape-portrait-switching-lock-phone-android-ios-iphone-gesture","canonicalUrl":"https://www.theverge.com/2021/5/6/22423270/youtube-app-easy-landscape-portrait-switching-lock-phone-android-ios-iphone-gesture","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7073293ebf7e705c2382751464ae391","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMAEQIEEiExUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQARAiFB/9oADAMBAAIRAxEAPwDOSNha9dqstZTGNA4uyJ5LrzVGu/tyYwGQv33ER1UDkunk/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8j8IGkAyK","title":"Xbox games aren’t opening for some in Europe","shortId":"8j8IGkAyK","createdAt":"2021-05-06T18:10:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005410,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T18:07:46.000Z","url":"https://www.theverge.com/2021/5/6/22423339/xbox-live-down-games-not-opening-launching-error","canonicalUrl":"https://www.theverge.com/2021/5/6/22423339/xbox-live-down-games-not-opening-launching-error","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55490f74910003ff6be2061cb815374d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgMAAQUAAAAAAAAAAAAAAQMAAhEEEyEiMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRMf/aAAwDAQACEQMRAD8A1XHTdo4zqOstax5KqAQzRg0+xnyTsbQMsOlU9zEQ2+EiyvcSf//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"aonx9gqN3","title":"Branch predictor: How many \"if\"s are too many? Including x86 and M1 benchmarks!","shortId":"aonx9gqN3","createdAt":"2021-05-06T13:11:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cloudflare","views":11,"score":27005400,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T13:00:00.000Z","url":"https://blog.cloudflare.com/branch-predictor/","canonicalUrl":"https://blog.cloudflare.com/branch-predictor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e3cd9567a945dcca426f528c4225d92","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAgMBAQAAAAAAAAAAAAAAAQIAAxEEMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAEx/9oADAMBAAIRAxEAPwDTnFTctVpfpd2YnNAxZaNz2IkmFf/Z","siteTwitter":"@cloudflare","creatorTwitter":"@majek04","readTime":17,"description":null,"toc":null,"summary":null},{"id":"vLBxo3bOm","title":"Substack introduces publication sections for newsletters so writers can ‘grow their media empire’","shortId":"vLBxo3bOm","createdAt":"2021-05-06T18:00:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005400,"tagsStr":"tech-news,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T17:55:17.000Z","url":"https://www.theverge.com/2021/5/6/22423075/substack-publication-sections-newsletters-media-journalism-news","canonicalUrl":"https://www.theverge.com/2021/5/6/22423075/substack-publication-sections-newsletters-media-journalism-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2fd9736cae4384fd29ab21d5d5b2c609","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQQABwAAAAAAAAAAAAAAAQACAwQSISMxUaHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANOOq2SSRflHGmzxVbBMGgG1ISBvhbn0iIP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"L_xTap3wH","title":"USPSTF releases final research plan for breast cancer screening recs","shortId":"L_xTap3wH","createdAt":"2021-05-06T17:47:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27005387,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T17:27:24.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132314&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132314","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16f25f3417779026c5ded5b200582e6c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACUQAAICAQMBCQAAAAAAAAAAAAECAwQABREhURIVIzEyQVKBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIDERIh/9oADAMBAAIRAxEAPwB7Yr06lWz3kW1e8YHWELIUSFyvEijb2O3J+sixpUhAMlSORz6nMWxY9eOPzNjsVa6yqFgiALEbBB1wLQxdo+Gnn8RiHGhVbW9WHtdVOtTgJ//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"HpR5Empcc","title":"Edward Z. Yang: PyTorch Developer Podcast","shortId":"HpR5Empcc","createdAt":"2021-05-06T00:50:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"phaskell","views":3,"score":27004786,"tagsStr":"pytorch","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"http://blog.ezyang.com/2021/05/pytorch-developer-podcast/","canonicalUrl":"http://blog.ezyang.com/2021/05/pytorch-developer-podcast/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"hHAveqTp7","title":"The Three Critical Pre-Launch Steps for A Product Innovation Team","shortId":"hHAveqTp7","createdAt":"2021-05-06T12:12:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":11,"score":27005341,"tagsStr":"general-programming,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:12:44.000Z","url":"https://code.likeagirl.io/the-three-critical-pre-launch-steps-for-a-product-innovation-team-12f75baa5eef","canonicalUrl":"https://code.likeagirl.io/the-three-critical-pre-launch-steps-for-a-product-innovation-team-12f75baa5eef","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3af2c02685dcbf5bc6fb7e5f8be983a","ratio":1.66775244299674,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFERIxQVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMRITH/2gAMAwEAAhEDEQA/ANA2t7UyOXzONqM9MWD0iXRyC3NWbwRoa0NfJcW9UKAQxIHfuIl1g9hY4dT/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@TWelsonRossman","readTime":4,"description":null,"toc":null,"summary":null},{"id":"tTp8ekbYH","title":"How to Create a Multiple Steps Form with Bootstrap 5","shortId":"tTp8ekbYH","createdAt":"2021-05-04T16:56:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002456,"tagsStr":"bootstrap-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T13:24:03.000Z","url":"https://designmodo.com/bootstrap-5-form/","canonicalUrl":"https://designmodo.com/bootstrap-5-form/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f774addf6372d28b772d00b5c768508d","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxAAAgMAAwAAAAAAAAAAAAAAAAIBAxEFElH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAIBBQAAAAAAAAAAAAAAAAACAQQFEyIx/9oADAMBAAIRAxEAPwCrwGpZd2d3lWXJZt9NbF7YAEXJFy8K2rjc/9k=","siteTwitter":"@designmodo","creatorTwitter":"@designmodo","readTime":15,"description":null,"toc":null,"summary":null},{"id":"LopzTJP0Z","title":"JAY-Z finalizes sale of Tidal to Jack Dorsey for $302 million","shortId":"LopzTJP0Z","createdAt":"2021-05-06T16:28:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005308,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:24:04.000Z","url":"https://dancingastronaut.com/2021/05/jay-z-finalizes-sale-of-tidal-to-jack-dorsey-for-302-million/","canonicalUrl":"https://dancingastronaut.com/2021/05/jay-z-finalizes-sale-of-tidal-to-jack-dorsey-for-302-million/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4476c61ca7b2d29ff7fc567a856abd5b","ratio":1.56821378340366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIEBQADBhESQSFRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREBAAIDAAAAAAAAAAAAAAAAAQMxAAIE/9oADAMBAAIRAxEAPwDD5yXgH8o8dJav7aL3A2kkoJGu1H4PA91YGc4+QCqGchXerg1ulKsemWNXVu8N5YpANis//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OPgK5sE_5","title":"BI on the Lakehouse","shortId":"OPgK5sE_5","createdAt":"2021-05-06T08:26:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":14,"score":27005189,"tagsStr":"infrastructure,gcp,apache-spark,bi","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:26:46.000Z","url":"https://itnext.io/looker-with-delta-lake-49f0a084e2e6","canonicalUrl":"https://itnext.io/looker-with-delta-lake-49f0a084e2e6","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c03d73c3667c71f2bd51e94882be8523","ratio":1.56657963446475,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAJRAAAQIFAQkAAAAAAAAAAAAAAQIRAAMEBQYSBxMUISIxMmGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAbEQACAQUAAAAAAAAAAAAAAAAAARECAwSR0f/aAAwDAQACEQMRAD8A2K6YRfqrJ1XWmydaJPE7+VSzJRUhAZgny5hifsSDZjVEOu+L1HvpQoB/XVCEXLMu0pQ1pcCD/9k=","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"nxAPDX5W7","title":"Michael Porter Jr. Is Ready to Become a Star","shortId":"nxAPDX5W7","createdAt":"2021-05-06T16:14:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005294,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:01:33.000Z","url":"https://www.theringer.com/video/2021/5/6/22422437/michael-porter-jr-is-ready-to-become-star-denver-nuggets","canonicalUrl":"https://www.theringer.com/video/2021/5/6/22422437/michael-porter-jr-is-ready-to-become-star-denver-nuggets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/827ff567bcc3e2468ec8a9266676c01b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQMCAAQRBRIhEyIxMkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHBEBAAICAwEAAAAAAAAAAAAAAQIRAAMxobFh/9oADAMBAAIRAxEAPwCRU5zdfuEXTOtJ15JQbtjvV38SiSDzkk85++K0PRZ3J0exMrpuShecHA9RSlLbrjUKOS+08DHGSC/a6H1c/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"C5vJUymMV","title":"Stunning hoard of Bronze Age jewelry discovered by local hiker in Sweden","shortId":"C5vJUymMV","createdAt":"2021-05-06T16:10:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27005290,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:06:35.000Z","url":"https://www.livescience.com/bronze-age-hoard-sweden.html","canonicalUrl":"https://www.livescience.com/bronze-age-hoard-sweden.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/236b8ae1074dfcbf2cc5b9dcc5c38dcd","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAREgUGEyEUQVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8A2tsTG42oy485jnisMMKAC75F1BULp+gJIvf31UcrR9z+S9x7hKEZnFNssRfoXI7/AGlKKNf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qmM9qPFIR","title":"Mozilla veröffentlicht Firefox 88.1.3 für Android","shortId":"qmM9qPFIR","createdAt":"2021-05-06T16:04:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27005284,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:48:46.000Z","url":"https://www.soeren-hentzschel.at/firefox-android/firefox-88-1-3-android/","canonicalUrl":"https://www.soeren-hentzschel.at/firefox-android/firefox-88-1-3-android/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fec6df43ecb26ce971779a1eeb07739","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgIBBQAAAAAAAAAAAAABAgADBBFBBQYTITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIEEjED/9oADAMBAAIRAxEAPwC4945tvTMSxMOy5C5O28p9b4A+CTpVZ1DM7EkbJPMRFIyLTAmV0a2n/9k=","siteTwitter":"@s_hentzschel","creatorTwitter":"@s_hentzschel","readTime":3,"description":null,"toc":null,"summary":null},{"id":"9wkvbPK7M","title":"Google Play’s app listings will require privacy info next year, just like the App Store","shortId":"9wkvbPK7M","createdAt":"2021-05-06T16:01:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005281,"tagsStr":"tech-news,general-programming,security,google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:00:00.000Z","url":"https://www.theverge.com/2021/5/6/22422894/google-play-app-privacy-info-apple-app-store-labels","canonicalUrl":"https://www.theverge.com/2021/5/6/22422894/google-play-app-privacy-info-apple-app-store-labels","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09537bb21ea6e5fe6028bc865db8d18f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABBCERAhIxQVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRQf/aAAwDAQACEQMRAD8AwKLPACFOiEgjKY+xxyHfGoV9Vf1ubypr9RE5lLWul8H/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Cg5y53u97","title":"Google is trying to make Assistant more useful for your family this Mother’s Day","shortId":"Cg5y53u97","createdAt":"2021-05-06T16:01:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005281,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T16:00:00.000Z","url":"https://www.theverge.com/2021/5/6/22422982/google-assistant-family-features-mothers-day-broadcast-bells-stories","canonicalUrl":"https://www.theverge.com/2021/5/6/22422982/google-assistant-family-features-mothers-day-broadcast-bells-stories","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/487549e39fcd4f67cf3d289fed71b96e","ratio":1.90950226244344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAUAEQcSImGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMhEf/aAAwDAQACEQMRAD8Au8I1tLaccRJtxSxJsxa3+7zg0pQC9AfBmen7WUl9xKVjQUQPH3jGEsiuLBNUm29P/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"QdIQfth-5","title":"Chelsea and Manchester City It Is, Then","shortId":"QdIQfth-5","createdAt":"2021-05-06T15:44:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005264,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:36:57.000Z","url":"https://www.theringer.com/2021/5/6/22423002/chelsea-and-manchester-city-it-is-then","canonicalUrl":"https://www.theringer.com/2021/5/6/22423002/chelsea-and-manchester-city-it-is-then","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/74d3ac919e32f26ee71cd4446cad5ce2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAhERIUMXL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAxESAgQFISL/2gAMAwEAAhEDEQA/AMEL8tJ7dWqEhXxJnLxxqrnqhPHPHo6yJ6DCaQG3MSGO+qb384xhteKV6kK/jmsHb3EwQv/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cFDwatjEJ","title":"Scrap new gas infrastructure, says UN report","shortId":"cFDwatjEJ","createdAt":"2021-05-06T15:35:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005255,"tagsStr":"infrastructure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:30:00.000Z","url":"https://www.theverge.com/2021/5/6/22422824/natural-gas-infrastructure-methane-emissions-climate-change-air-pollution","canonicalUrl":"https://www.theverge.com/2021/5/6/22422824/natural-gas-infrastructure-methane-emissions-climate-change-air-pollution","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/752277caab13df6d9fe243a532e8dcb6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABBAIBBQAAAAAAAAAAAAABAAIDEQQGIQUSIiMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAwDAQACEQMRAD8Aj6z1XMi0eKLGyZ4cIzy+iN/b5CrdYAJu/ihPkc57iXScm+XoiIqbNAcv/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cAcpXX07b","title":"Apple’s AirTags have a hidden developer menu","shortId":"cAcpXX07b","createdAt":"2021-05-06T15:13:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005233,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:10:24.000Z","url":"https://www.theverge.com/2021/5/6/22422696/apple-airtags-hidden-developer-menu-back-end-data-how-to-access","canonicalUrl":"https://www.theverge.com/2021/5/6/22422696/apple-airtags-hidden-developer-menu-back-end-data-how-to-access","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb3f4fc3abc30c349da5bf6e8ca2d213","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEEiEFBjGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAQACAgMAAAAAAAAAAAAAAAEAAgMEIkGy/9oADAMBAAIRAxEAPwCn2hmj8XuJIzScgRZNGvzvMa2Hil2JZBEUDsW4hyas/O8YwZewsLpcs+cerHkn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AHOlRLSFl","title":"Sharks Use the Earth’s Magnetic Field Like a Compass","shortId":"AHOlRLSFl","createdAt":"2021-05-06T15:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27005227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.wired.com/story/sharks-use-the-earths-magnetic-field-like-a-compass/","canonicalUrl":"https://www.wired.com/story/sharks-use-the-earths-magnetic-field-like-a-compass/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/42639447e739e74c98af54a014c32297","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAAECBAURAyExcaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgEFAAAAAAAAAAAAAAAAAAECAwQRITL/2gAMAwEAAhEDEQA/AM20buS1mOe1J1upOV39AH7nJbTBqt6eeUf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Xic9BFVgL","title":"Google will soon switch on two-factor authentication by default","shortId":"Xic9BFVgL","createdAt":"2021-05-06T15:03:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005223,"tagsStr":"security,google,authentication","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T15:00:05.000Z","url":"https://www.theverge.com/2021/5/6/22422778/google-accounts-enabling-two-step-verification-default","canonicalUrl":"https://www.theverge.com/2021/5/6/22422778/google-accounts-enabling-two-step-verification-default","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17f578108e651ceac830873f4835c873","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxABAQABBQAAAAAAAAAAAAAAAQADESEjMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1FlORdXY9rnRJB//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"p466gJs8l","title":"16 Best Slack Alternatives In 2021","shortId":"p466gJs8l","createdAt":"2021-05-04T18:23:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":3,"score":27002790,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T07:36:10.000Z","url":"https://marketsplash.com/slack-alternatives/","canonicalUrl":"https://marketsplash.com/slack-alternatives/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/696f9b93dc6b94734aad4dff6737e630","ratio":2.93129770992366,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAGRAAAgMBAAAAAAAAAAAAAAAAABEBAhIh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A3cxuLLqRQAEosj//2Q==","siteTwitter":"@marketsplashcom","creatorTwitter":"@MarketSplashMag","readTime":17,"description":null,"toc":null,"summary":null},{"id":"YSJfL5zCb","title":"Good Morning Mix: celebrate EXIT’s 20th anniversary with Skrillex’s 2014 headline set","shortId":"YSJfL5zCb","createdAt":"2021-05-06T14:43:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27005203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:40:26.000Z","url":"https://dancingastronaut.com/2021/05/good-morning-mix-celebrate-exits-20th-anniversary-with-skrillexs-2014-headline-set/","canonicalUrl":"https://dancingastronaut.com/2021/05/good-morning-mix-celebrate-exits-20th-anniversary-with-skrillexs-2014-headline-set/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0a6616a2a9e36d2ffe9f91d31164eb0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAQQBBAMBAAAAAAAAAAAAAQIDBBEABQYSISIjUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFhEBAQEAAAAAAAAAAAAAAAAAABES/9oADAMBAAIRAxEAPwDf7s1Se9J0Gbtp1YYYPOUjxSHGipFpPIGurPQs1XV3l5O8tAbkuoLptKyD6VffzGMaMv/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"wKvcHS4e2","title":"FCC’s net neutrality rollback overwhelmed by bogus industry comments, investigation finds","shortId":"wKvcHS4e2","createdAt":"2021-05-06T14:43:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005203,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:34:34.000Z","url":"https://www.theverge.com/2021/5/6/22422818/net-neutrality-rollback-ajit-pai-telecom-broadband-new-york-attorney-general","canonicalUrl":"https://www.theverge.com/2021/5/6/22422818/net-neutrality-rollback-ajit-pai-telecom-broadband-new-york-attorney-general","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e54cb27bd5d0963efb34d4e61a44c7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBAwQREiFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMy2tVVhtqSs2eNPhMrPdYABWu3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JZ4DrE3Hs","title":"The NL West Has Only One Superteam, and That Team Has Buster Posey","shortId":"JZ4DrE3Hs","createdAt":"2021-05-06T14:42:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005202,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:42:14.000Z","url":"https://www.theringer.com/mlb/2021/5/6/22422763/san-francisco-giants-nl-west-buster-posey-evan-longoria","canonicalUrl":"https://www.theringer.com/mlb/2021/5/6/22422763/san-francisco-giants-nl-west-buster-posey-evan-longoria","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b760b09b2062ed8bd6b6b9ad4a990ae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAAFEQYSFDEiQrH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHREAAgEFAQEAAAAAAAAAAAAAAQMRAAIEQVEhYf/aAAwDAQACEQMRAD8A2eynuvrbVxpaqWLlSazO0VYAOIviq8En6ngn8ydbf9UNWiaPeKiFAVXxge0ceveMYBn5LEWArMSTocHRSysdbTF4nwbP2v/Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"Zz4QrAQuW","title":"Microsoft would like to remind you the Xbox definitely makes money","shortId":"Zz4QrAQuW","createdAt":"2021-05-06T14:28:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005188,"tagsStr":"tech-news,business,apple,microsoft,hardware,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:22:43.000Z","url":"https://www.theverge.com/2021/5/6/22422691/microsoft-xbox-consoles-profit-software-services-revenue-apple-epic-games-trial","canonicalUrl":"https://www.theverge.com/2021/5/6/22422691/microsoft-xbox-consoles-profit-software-services-revenue-apple-epic-games-trial","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f127d571d37a4406de48c31c61cd072","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABBAEDBQAAAAAAAAAAAAABAgMEEQAGITEFCBITUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AIbpDUTnSobjRYQ/DW5ILzJNewFkJq6O45BrYm8rUTtxhTYrMpnUUlpt9CXUtqipWUBQsAq8hZF80L+DGMciv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"z24VBj5_I","title":"Search on Google like a PRO","shortId":"z24VBj5_I","createdAt":"2021-05-06T14:23:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27005183,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:21:11.000Z","url":"https://livecodestream.dev/post/search-on-google-like-a-pro/","canonicalUrl":"https://livecodestream.dev/post/search-on-google-like-a-pro/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6242b514516b4460ac339e08d2e92f2d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAxEhEhNBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERIkL/2gAMAwEAAhEDEQA/ANzoR1J7bmbeRhRqTws9tJ+4ERJWaIb0f//Z","siteTwitter":"@bajcmartinez","creatorTwitter":"@bajcmartinez","readTime":7,"description":null,"toc":null,"summary":null},{"id":"j-N7sUGwd","title":"The final trailer for A Quiet Place Part II drops over a year after I thought it came out","shortId":"j-N7sUGwd","createdAt":"2021-05-06T14:17:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005177,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T14:15:00.000Z","url":"https://www.theverge.com/2021/5/6/22422708/quiet-place-part-2-trailer-theater","canonicalUrl":"https://www.theverge.com/2021/5/6/22422708/quiet-place-part-2-trailer-theater","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b218a48b3b82d54851b46fffb903a06b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQQABQUAAAAAAAAAAAAAAQACAxEEBRITIgcUFXGC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADERL/2gAMAwEAAhEDEQA/AMpZjJc0y8Ty6YXzY3tHNhFNEYdxABsivasHpNDKdzzEo18q2Aav6RFBdc9ZxTHwpGz/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"q2znjcSp6","title":"Stranger Things 4’s latest teaser is a glimpse of Eleven’s dark past","shortId":"q2znjcSp6","createdAt":"2021-05-06T13:16:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005116,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T13:12:52.000Z","url":"https://www.theverge.com/2021/5/6/22422642/stranger-things-4-new-trailer-netflix-eleven","canonicalUrl":"https://www.theverge.com/2021/5/6/22422642/stranger-things-4-new-trailer-netflix-eleven","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/438c6270a8487bdee760465d829b16c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQRQRQVITEzof/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AzyeI7XVhs9S3USNtaTzGQOMqIKJgABlnJGS/v4iI4B//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pRKIh3CZY","title":"Apple’s HomePod and HomePod mini can now integrate with music streaming service Deezer","shortId":"pRKIh3CZY","createdAt":"2021-05-06T13:05:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005105,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T13:00:30.000Z","url":"https://www.theverge.com/2021/5/6/22422637/apple-homepod-mini-deezer-third-party-music-integration","canonicalUrl":"https://www.theverge.com/2021/5/6/22422637/apple-homepod-mini-deezer-third-party-music-integration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/816e9274c1602384462bbb1802fab599","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAgAEBwAAAAAAAAAAAAABAwACBAUHUQYREhNBgdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIAA1Fxwf/aAAwDAQACEQMRAD8AhdYHM4Z1DVl2ANBgnKo26xQA2J6gQTt59CSTSosue1UcydvkRDLkCese1WrQ8+Z//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CMG_l77Hf","title":"Here’s a Calendar Trick to Ease Post-Pandemic Reentry","shortId":"CMG_l77Hf","createdAt":"2021-05-06T13:01:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27005101,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T09:00:00.000Z","url":"https://www.wired.com/story/calendar-tips-post-pandemic-reentry-organization/","canonicalUrl":"https://www.wired.com/story/calendar-tips-post-pandemic-reentry-organization/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc85a75490992272b0046a26959bee69","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAAxEEEiEiMTJBYYL/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEBAAIDAQAAAAAAAAAAAAAAAgABAxEhYf/aAAwDAQACEQMRAD8A25hqRZhr0LIoVDsIAJABOA3Hu6epJuFttz2G05dix5n8/URDJpGtw8xpLvk//9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"5Xf_59ADf","title":"How to hide apps from your iPhone’s home screen","shortId":"5Xf_59ADf","createdAt":"2021-05-06T12:49:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27005089,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:45:48.000Z","url":"https://www.theverge.com/22420904/ios-apps-iphone-hide-how-to","canonicalUrl":"https://www.theverge.com/22420904/ios-apps-iphone-hide-how-to","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c976715d615b4033edd0fc405651a69e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFIQYxEUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8AwnG5oMTY8YsxbtI18iSGUSFSgJ2APB7PfzWqlklEORuokACpK6gD0ATSlKpN6TfFLD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3cX0aMurl","title":"Rangers Fire GM and President","shortId":"3cX0aMurl","createdAt":"2021-05-06T12:37:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005077,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:32:15.000Z","url":"https://www.theringer.com/2021/5/6/22422635/rangers-fire-gm-and-president","canonicalUrl":"https://www.theringer.com/2021/5/6/22422635/rangers-fire-gm-and-president","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e953dca3eadc0c91c9c280295acf31c4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFIRExEhMi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDJruVkgx1UVo2MJbajLnfR8S9mt65HPaktyt0gESRAHoepukRW4EZVv//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"GmT5loAOD","title":"Are UFOs Real? With Gideon Lewis-Kraus","shortId":"GmT5loAOD","createdAt":"2021-05-06T12:30:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005070,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:27:54.000Z","url":"https://www.theringer.com/2021/5/6/22422631/are-ufos-real-with-gideon-lewis-kraus","canonicalUrl":"https://www.theringer.com/2021/5/6/22422631/are-ufos-real-with-gideon-lewis-kraus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21b19309ee36b6962d24a54581819979","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAdEAACAgIDAQAAAAAAAAAAAAABAgMEAAUGESFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEDETGx/9oADAMBAAIRAxEAPwCS6Ozx21qKVe9xivNKIlVp1nMbsfpPQ+9ZPNlXWHY2oouxGkrqoPpABIHuMY7Jq1hLGx2T/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Zfm87AfqC","title":"Joe Harris on Playing With KD, Kyrie, and Harden","shortId":"Zfm87AfqC","createdAt":"2021-05-06T12:30:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005070,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:30:22.000Z","url":"https://www.theringer.com/2021/5/6/22422624/joe-harris-on-playing-with-kd-kyrie-and-harden","canonicalUrl":"https://www.theringer.com/2021/5/6/22422624/joe-harris-on-playing-with-kd-kyrie-and-harden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1d7be74154cdd0ad08b89431ae7526b5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBhIhExUjMtL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgMh/9oADAMBAAIRAxEAPwDJYmh2RSywMzvH02jmAE067Fk3SuTRm6Rzu4P5JPofpEUy0oXaFw//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QdqYq1yH4","title":"Mobile Design: 14 Stylish and User-Friendly App Design Concepts","shortId":"QdqYq1yH4","createdAt":"2021-05-06T12:17:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27005057,"tagsStr":"web-design,mobile-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:41:14.000Z","url":"https://blog.tubikstudio.com/mobile-app-design-concepts/","canonicalUrl":"https://blog.tubikstudio.com/mobile-app-design-concepts/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d79dbd63e77b933cb8c4bfbdc6ea9a9","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQFEQYHEhMhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/AIvPLCcQWUjyZ15Hxt1l55bQPcdwKra6dDe19d+BWIzAJNIo+BiBSlWjLF//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Qq4WC0K9Z","title":"Monkey Patching in Craft","shortId":"Qq4WC0K9Z","createdAt":"2021-05-04T22:44:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002804,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://cognition.happycog.com/article/monkey-patching-in-craft","canonicalUrl":"https://cognition.happycog.com/article/monkey-patching-in-craft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49dce0d06f46027e350ca1082361d7d1","ratio":1.30324909747292,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgICAAcAAAAAAAAAAAAAARECEgADBBUhMTJhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2fdzEy2HVLgxFypcSJSFWvbfzLIk1FvJdV2xjGq//9k=","siteTwitter":"@happycog","creatorTwitter":"@happycog","readTime":null,"description":null,"toc":null,"summary":null},{"id":"dBrAqvRPX","title":"Ubuntu Touch OTA-17 steht zum Test bereit","shortId":"dBrAqvRPX","createdAt":"2021-05-06T07:33:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004773,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:23:00.000Z","url":"https://linuxnews.de/2021/05/ubuntu-touch-ota-17-steht-zum-test-bereit/","canonicalUrl":"https://linuxnews.de/2021/05/ubuntu-touch-ota-17-steht-zum-test-bereit/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1cf0fbeee8f00349266a04f5a1192d01","ratio":1.43781094527363,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDEQAEBRITITFB0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDETEy/9oADAMBAAIRAxEAPwDOurFJqLG7TkKhFhZGANeiOXxkD8NdnZurCLN9r+YxhVZLY91Q5wf/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"C7nnDXgRk","title":"The Truth About the COVID Vaccines With Jalen Rose and Dr. Italo M. Brown","shortId":"C7nnDXgRk","createdAt":"2021-05-06T12:13:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005053,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:03:20.000Z","url":"https://www.theringer.com/2021/5/6/22422431/the-truth-about-the-covid-vaccines-with-jalen-rose-and-dr-italo-m-brown","canonicalUrl":"https://www.theringer.com/2021/5/6/22422431/the-truth-about-the-covid-vaccines-with-jalen-rose-and-dr-italo-m-brown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbd9d304ab40bc43ff5086779719f5ab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAgUDBQAAAAAAAAAAAAACAQQAAwUGERIhYQcTIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQABBQAAAAAAAAAAAAAAAAABAAIRQfD/2gAMAwEAAhEDEQA/AIjpxS6ZdSM6a+aLKb9lTAZR4RJiZDWu3kXtd+PkRNyNTYXFVGYT9YN3U2UhECZJBNUyvO0IRPALzqTyQ0a1/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"2sC1qRlfD","title":"In Defense of Netflix’s “Figure It Out” Approach to World-Building","shortId":"2sC1qRlfD","createdAt":"2021-05-06T12:13:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27005053,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T12:08:08.000Z","url":"https://www.theringer.com/tv/2021/5/6/22421817/shadow-and-bone-netflix-review-world-building-approach","canonicalUrl":"https://www.theringer.com/tv/2021/5/6/22421817/shadow-and-bone-netflix-review-world-building-approach","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bec4754d9f6c6870d3b1bc3a1c353b1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAABAwMEAwAAAAAAAAAAAAACAAEDBAYSBRETMUFD0v/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGxEAAQQDAAAAAAAAAAAAAAAAEQABAgMEElH/2gAMAwEAAhEDEQA/ALNv61Nz1NJEOIU4ZZObkReO0kuGbkPcZO39jfKIhuzgFU6GNU9jmPF//9k=","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"6OOAf4Oxz","title":"KEF's New Wireless Bookshelf Speakers Are Modern Marvels","shortId":"6OOAf4Oxz","createdAt":"2021-05-06T12:03:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27005043,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:00:00.000Z","url":"https://www.wired.com/review/kef-ls50-wireless-ii/","canonicalUrl":"https://www.wired.com/review/kef-ls50-wireless-ii/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0da9d95bff77b2695dda64f35ce36a1f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwQCAwAAAAAAAAAAAAACAAEEAwUGEQcSMXGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKJyHjd8umVlIhZXNt8PtQIYtMT6i4627O1QfPr6q2iIP//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"A9cHb1-PL","title":"What a Crossword AI Reveals About Humans' Way With Words","shortId":"A9cHb1-PL","createdAt":"2021-05-06T12:03:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27005043,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:00:00.000Z","url":"https://www.wired.com/story/crossword-ai-humans-way-with-words/","canonicalUrl":"https://www.wired.com/story/crossword-ai-humans-way-with-words/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b297144fa4b6aa14240d28f9f2bbb6d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUSMQZh/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAIDAAAAAAAAAAAAAAAAAAAhAQID/9oADAMBAAIRAxEAPwCp+3u7i55SSd5T1hjk6RnaqVdiCP3C43n0nXlZ/CtjPDHK6ckHkUMQt6AMneh0pSi0liUTP//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"nIuZcIqvq","title":"Netflix Drive","shortId":"nIuZcIqvq","createdAt":"2021-05-05T16:18:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"netflix","tweeted":true,"views":1067,"score":27005019,"tagsStr":"cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-06T07:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:27:29.000Z","url":"https://netflixtechblog.com/netflix-drive-a607538c3055","canonicalUrl":"https://netflixtechblog.com/netflix-drive-a607538c3055","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/87bb7502f81f359e39a8c08a2dd2514c","ratio":1.6304347826087,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgABAwQREgUGEyExM6L/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABoRAAICAwAAAAAAAAAAAAAAAAACAQMxMnH/2gAMAwEAAhEDEQA/AN/12CsLcVBx1Ds0mLRE0hC0WJXO4t0eQ2bvwqdhO3s+URBcyXt1Xh//2Q==","siteTwitter":"@Medium","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"ZlNUo6i9a","title":"Peloton Recalls Treadmills After Injuries and 1 Child Death","shortId":"ZlNUo6i9a","createdAt":"2021-05-05T23:17:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004277,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:12:00.000Z","url":"https://www.wired.com/story/peloton-treadmill-recall/","canonicalUrl":"https://www.wired.com/story/peloton-treadmill-recall/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ffb2606469c1ac2a3b93ac30b1a3bd1","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCBAAREiEigbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACETH/2gAMAwEAAhEDEQA/AMTumTb7YiFZfFpjpaBEERA617yoTRgUrJTRPiOzVjv7jGBdcI9Ds//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Wxva7QaiC","title":"To Make These Chips More Powerful, IBM Is Growing Them Taller","shortId":"Wxva7QaiC","createdAt":"2021-05-06T10:06:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004926,"tagsStr":"ibm","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T06:00:00.000Z","url":"https://www.wired.com/story/chips-more-powerful-ibm-growing-taller/","canonicalUrl":"https://www.wired.com/story/chips-more-powerful-ibm-growing-taller/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/405936491fb8218f1dc7b4d6ac5e2825","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMEABESBRMhMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAIDAQEAAAAAAAAAAAAAAAIEAAERQWH/2gAMAwEAAhEDEQA/AJdbrSPxs94qZZEjIUEabWuXg/Mt1XqluGtDEZS5RAvJvbaGtnGMqvDQsnnkAidmuO82f//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Is4EXHWr6","title":"Mustangs: Facts about America's 'wild' horses","shortId":"Is4EXHWr6","createdAt":"2021-05-04T16:53:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002453,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:45:38.000Z","url":"https://www.livescience.com/27686-mustangs.html","canonicalUrl":"https://www.livescience.com/27686-mustangs.html","image":"https://cdn.mos.cms.futurecdn.net/VEFG79jGUm6Qpgq5MgNFSL-1200-80.jpg","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LsixzgJHY","title":"Asus Zenfone 8 Flip leak pairs flipping cameras with Snapdragon 888","shortId":"LsixzgJHY","createdAt":"2021-05-06T11:17:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004997,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:12:35.000Z","url":"https://www.theverge.com/2021/5/6/22422561/zenfone-8-flip-leaks-specs-features-flipping-cameras-may-12-launch","canonicalUrl":"https://www.theverge.com/2021/5/6/22422561/zenfone-8-flip-leaks-specs-features-flipping-cameras-may-12-launch","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae9c09343764010fea74e33ab2944987","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMEAwEAAAAAAAAAAAABAgQAAwYFERIhQlFh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ALDDot+/OyHlLuIBr0s7IWHQUbeXz8qnxO5JbFdGZ5LsxhWSTu3Z4D2aUqtCP//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MmdWBTCIS","title":"First bottle of wine 'aged in space' is for sale at Christie’s","shortId":"MmdWBTCIS","createdAt":"2021-05-06T11:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27004988,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.livescience.com/space-aged-wine-christies-million-dollars.html","canonicalUrl":"https://www.livescience.com/space-aged-wine-christies-million-dollars.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a791a4c0c5879ca8cc3f5094580ae10","ratio":1.42857142857143,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAAUFAQAAAAAAAAAAAAAAAAECAwYEERITITH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2+QP06JlFW3d25a6omsFGSb6u5FfvPPRTXAAH//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nCijsjT5f","title":"Roswell UFO crash: What is the truth behind the 'flying saucer' incident?","shortId":"nCijsjT5f","createdAt":"2021-05-06T11:08:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27004988,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.livescience.com/roswell-ufo-crash-what-really-happened.html","canonicalUrl":"https://www.livescience.com/roswell-ufo-crash-what-really-happened.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b9dbbc7199a8db38c140260b52a57831","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAgUEAwAAAAAAAAAAAAABABECAwQGBwUSIUFTseH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAzES/9oADAMBAAIRAxEAPwCZ0fJ90yJQNPVQhuyYvTskWb7s3F5lKefD9REvbehRrisR/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"hffA13cae","title":"Premiere: AINT and Strobe team once again on ‘Kids of NYC’","shortId":"hffA13cae","createdAt":"2021-05-06T11:01:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004981,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/premiere-aint-and-strobe-team-once-again-on-kids-of-nyc/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-aint-and-strobe-team-once-again-on-kids-of-nyc/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1fefd35284a880e830eaa2fed2b250d","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIF/8QAIxAAAQIEBwEBAAAAAAAAAAAAAQIDAAQREgUGEyEiMUEHUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAERL/2gAMAwEAAhEDEQA/ACGRcbXIfP8AFGGZuZbL6m9VISCTS7zuhupt+QALswk0U7MKUNieQrF5RdcVJYzc4s2hmlVHblGo44vUVzV2fYZkoO6ArxTv/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pC7sbyn1J","title":"Twitter Group's Offer India a Covid-19 Lifeline","shortId":"pC7sbyn1J","createdAt":"2021-05-06T11:01:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004981,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:00:00.000Z","url":"https://www.wired.com/story/twitter-groups-offer-india-a-covid-19-lifeline/","canonicalUrl":"https://www.wired.com/story/twitter-groups-offer-india-a-covid-19-lifeline/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f72b866545a2687957acc5745d0d8810","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEIRIFBjEzof/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEhAwQi/9oADAMBAAIRAxEAPwDCujMEmU3Ed63y3Y0QaryrN/bMXN3HKnAvQO/qIi7EyrULwdLZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"v53MapWZX","title":"15 Last-Minute Deals on Mother’s Day Gifts","shortId":"v53MapWZX","createdAt":"2021-05-06T11:01:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004981,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:00:00.000Z","url":"https://www.wired.com/story/last-minute-mothers-day-gift-ideas-deals-2021/","canonicalUrl":"https://www.wired.com/story/last-minute-mothers-day-gift-ideas-deals-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f74247f2553c83f6d9dc14f6a08b7911","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAGhAAAgIDAAAAAAAAAAAAAAAAABEBAhIhMf/EABQBAQAAAAAAAAAAAAAAAAAAAAf/xAAcEQABAwUAAAAAAAAAAAAAAAADAAGxAjIzcYH/2gAMAwEAAhEDEQA/ANVbWMuepFADollHZSGLITbQy//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"UCl3UzoWO","title":"The Statistical Secrets of Covid-19 Vaccines","shortId":"UCl3UzoWO","createdAt":"2021-05-06T11:01:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27004981,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:00:00.000Z","url":"https://www.wired.com/story/the-statistical-secrets-of-covid-19-vaccines/","canonicalUrl":"https://www.wired.com/story/the-statistical-secrets-of-covid-19-vaccines/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/06bfa6e5f67b88487bb66e55d3b3efa2","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEIQUUMWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCvGzwcNrRAzTbsknzay0/JNE8g6sJpx3X1EQ50+n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"XMryz8jLQ","title":"Microsoft is finally ditching its Windows 95-era icons","shortId":"XMryz8jLQ","createdAt":"2021-05-06T11:01:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004981,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:55:17.000Z","url":"https://www.theverge.com/2021/5/6/22422553/microsoft-windows-95-era-icons-removal-windows-10-update-sun-valley","canonicalUrl":"https://www.theverge.com/2021/5/6/22422553/microsoft-windows-95-era-icons-removal-windows-10-update-sun-valley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b2d30d0e40549e7b260efe4ab001948","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAwQFERIxEyJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDEUH/2gAMAwEAAhEDEQA/ANDz1OhUyFetJVMrH2PExokLGx7G+QA7I+q2MZEAA3iAOvRqIqmNpHV8iirn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U-abbkF3A","title":"Why the bad iPhone web app experience keeps coming up in Epic v. Apple","shortId":"U-abbkF3A","createdAt":"2021-05-06T11:01:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004981,"tagsStr":"webdev,apple,microsoft,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T11:00:00.000Z","url":"https://www.theverge.com/2021/5/6/22421912/iphone-web-app-pwa-cloud-gaming-epic-v-apple-safari","canonicalUrl":"https://www.theverge.com/2021/5/6/22421912/iphone-web-app-pwa-cloud-gaming-epic-v-apple-safari","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b74f828d88165d21a5a177c6942bcc0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAgEDEQAEBQYSEzIxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAIDAAAAAAAAAAAAAAAAAAECAAMR/9oADAMBAAIRAxEAPwDPck7c32pcPdm40B54TIxRgVRlEXjhJlV6zMp8ipw7pzeXTz6pSoXWspGGIIMn/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"TgaOXEHQZ","title":"HI-LO, T78 take aim at club queues with ‘HADES’","shortId":"TgaOXEHQZ","createdAt":"2021-05-06T10:45:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004965,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:45:00.000Z","url":"https://dancingastronaut.com/2021/05/hi-lo-t78-take-aim-at-club-queues-with-hades/","canonicalUrl":"https://dancingastronaut.com/2021/05/hi-lo-t78-take-aim-at-club-queues-with-hades/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3495a8c0b1ba642adb29b8dc6d6ed227","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBQEBAAAAAAAAAAAAAQMCBAAFBhEhMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgASEf/aAAwDAQACEQMRAD8Aw6hqmn2tsWE2bL0MRMTWmEeYnn0j8PXuT1bQv2FQemq0rYBOJLYckHsfcYw7kgOdWX2e0G//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6u7gize0r","title":"ICE boardgame is available now on KS!","shortId":"6u7gize0r","createdAt":"2021-05-06T10:40:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27004960,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/118747171/ICE-boardgame-is-available-now-on-KS","canonicalUrl":"https://www.behance.net/gallery/118747171/ICE-boardgame-is-available-now-on-KS","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cccc2d043f0fb69dfcf927bfa63aa168","ratio":1.32701421800948,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAUREiFREzFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAQUAAAAAAAAAAAAAAAABAgADERIhQf/aAAwDAQACEQMRAD8AxW0XKOO1PHmHQInlSQDnVyeM/SD7HVTMpDyuyjCkkgdUpVPInRhlpqhuOz//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"U1dM7qcEx","title":"Boris Brejcha, Arctic Lake bring ‘House Music’ back","shortId":"U1dM7qcEx","createdAt":"2021-05-06T10:32:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004952,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:30:00.000Z","url":"https://dancingastronaut.com/2021/05/boris-brejcha-arctic-lake-bring-house-music-back/","canonicalUrl":"https://dancingastronaut.com/2021/05/boris-brejcha-arctic-lake-bring-house-music-back/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f5e31c37a8cd3baf528d8b5854fb2941","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBhETIQdBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAA1H/2gAMAwEAAhEDEQA/AMx4clWfH2GZlwcQ84VLDZS0SAUjo9jdS3DLrfJnyX9pHK6peuNXsk/KUqy59GZKPDBXBSjv/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"YDqWgZboc","title":"Like Its ’90s Girl Group Cast, ‘Girls5Eva’ Deserves to Be a Star","shortId":"YDqWgZboc","createdAt":"2021-05-06T10:32:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004952,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:30:00.000Z","url":"https://www.theringer.com/tv/2021/5/6/22421889/girls5eva-peacock-review-tina-fey","canonicalUrl":"https://www.theringer.com/tv/2021/5/6/22421889/girls5eva-peacock-review-tina-fey","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5dfe9fe50d826c7c47c020b9887ef421","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAGERIFIUEH/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAcEQEAAgEFAAAAAAAAAAAAAAABAgMAERIUcbH/2gAMAwEAAhEDEQA/AM8jXvzE64VyXnU7xeOIbCRqkZUSTgencgn2o7n0i5orio6J2UNEtjOx6HXppSk01yrGUR7BysVx45JNXc+Gf//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"umtVtMmpO","title":"We’re in Uncharted Territory With the Aaron Rodgers–Packers Standoff","shortId":"umtVtMmpO","createdAt":"2021-05-06T10:25:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:15:00.000Z","url":"https://www.theringer.com/nfl/2021/5/6/22422343/aaron-rodgers-brinksmanship-green-bay-packers","canonicalUrl":"https://www.theringer.com/nfl/2021/5/6/22422343/aaron-rodgers-brinksmanship-green-bay-packers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/66aa439f1c743f27ff752501c47634c4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRIQcUFzWT/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQMUUv/aAAwDAQACEQMRAD8AzuQqhzmHYRAC+BIc4VDUGa3XQ+hREG5NonWkf//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"mOwSuXUEj","title":"Recording Academy disbands Grammy nomination review committees","shortId":"mOwSuXUEj","createdAt":"2021-05-06T10:02:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004922,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/recording-academy-votes-to-disband-grammy-nomination-review-committee/","canonicalUrl":"https://dancingastronaut.com/2021/05/recording-academy-votes-to-disband-grammy-nomination-review-committee/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3c0e954e85fab1236ca640cdc1dc132","ratio":1.51068883610451,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAwADAAAAAAAAAAAAAQIDBBEABQYSEzFBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEBAAICAwAAAAAAAAAAAAAAAQACAwQRUZH/2gAMAwEAAhEDEQA/ALW95q/s9udfp4jiPJ9uS0n06KkoCkkkkKpN9CK+QD+ZuYnO9XKiMyFR3m1OoS4UFIJTYur+6xjItbLa2RHofeYtwQn/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7aH1OXPES","title":"Qrion strikes with ‘Monolith’ via Last Night On Earth","shortId":"7aH1OXPES","createdAt":"2021-05-06T10:02:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004922,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/qrion-strikes-again-with-monolith-via-last-night-on-earth/","canonicalUrl":"https://dancingastronaut.com/2021/05/qrion-strikes-again-with-monolith-via-last-night-on-earth/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b3e51d26ff3418ba3168edcf4e8da8da","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEAAUREjFBBhMUIVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAAGAwEAAAAAAAAAAAAAAAABAgMEIRIxsfD/2gAMAwEAAhEDEQA/AJPp60So8R62WKQ29cvDbfzp7YClj0So8YHH3aoK5voZuUttUlxRQ6tJOjfBNKUxtRp0LEWQttksav3R/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"lJeN1OvTo","title":"Google expects most staff to spend about three days per week in the office post-pandemic","shortId":"lJeN1OvTo","createdAt":"2021-05-06T09:18:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004878,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T09:13:52.000Z","url":"https://www.theverge.com/2021/5/6/22422518/google-hybrid-work-office-remote-work-sundar-pichai-memo-covid-19-pandemic","canonicalUrl":"https://www.theverge.com/2021/5/6/22422518/google-hybrid-work-office-remote-work-sundar-pichai-memo-covid-19-pandemic","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43d3bb5282e896c12cbb9ff8e4dba3e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQIEBwAAAAAAAAAAAAAAAQACAxEhIgQSIzJBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMAa9mQaQuBIuNKT9UzFhDdh4bncmZqe0RMI/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Owq1ly3iZ","title":"Counteracting Backlink Image Credit Scams","shortId":"Owq1ly3iZ","createdAt":"2021-05-06T09:14:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"colkgirl","views":0,"score":27004874,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:22:32.000Z","url":"https://code.likeagirl.io/counteracting-backlink-image-credit-scams-671cb9228be","canonicalUrl":"https://code.likeagirl.io/counteracting-backlink-image-credit-scams-671cb9228be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2a932d55e915a7be2b46eed5ca56459","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAAYBBQAAAAAAAAAAAAABAgADBAURElEGExRB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgEAIf/aAAwDAQACEQMRAD8ApPTC3a6TqO6v2xRVstWQo7AalQQMbZ5zFK8N/U0AcYP2EICqp3UzCub/2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@josephfung","readTime":3,"description":null,"toc":null,"summary":null},{"id":"q7sJ198P9","title":"Linux am Dienstag: Nachlese zum 4.5.","shortId":"q7sJ198P9","createdAt":"2021-05-06T08:24:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004824,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T08:07:34.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/06/linux-am-dienstag-nachlese-zum-4-5/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/06/linux-am-dienstag-nachlese-zum-4-5/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"6Q4NSBBbj","title":"The Nintendo Switch can’t be stopped","shortId":"6Q4NSBBbj","createdAt":"2021-05-06T07:38:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004778,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:32:37.000Z","url":"https://www.theverge.com/2021/5/6/22422451/nintendo-annual-earnings-switch-84-59-million","canonicalUrl":"https://www.theverge.com/2021/5/6/22422451/nintendo-annual-earnings-switch-84-59-million","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b7520b249e99223b06731455e9237b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFEQYhE0Fx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB4RAAECBwEAAAAAAAAAAAAAAAEDBAACERITQVHR/9oADAMBAAIRAxEAPwDLMnyjI22cUu2dNaZeEyWdSj2dSHY9jXyr97nGJvHqCIEQZKIJJ70dUpSFouoJlBdv2CT9qicRtArLoU5yP//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Rqe9S6hgb","title":"How To Power Through Designer Apathy","shortId":"Rqe9S6hgb","createdAt":"2021-05-06T07:35:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27004775,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:32:55.000Z","url":"https://www.webdesignerdepot.com/2021/05/how-to-power-through-designer-apathy/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/how-to-power-through-designer-apathy/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/347d45408a76620b162987bba409d251","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFESEGEkFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEh/9oADAMBAAIRAxEAPwDX83mspJ1XhbSFbcYomWS5BdldiFPaNAaYfSOefFU6u4UaiiA9bNKVPxW6XRtyk9I//9k=","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"41vsslghe","title":"NZZ Sunday Magazine","shortId":"41vsslghe","createdAt":"2021-05-05T14:41:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118576607/NZZ-Sunday-Magazine","canonicalUrl":"https://www.behance.net/gallery/118576607/NZZ-Sunday-Magazine","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5409c6cb6a50097b419edf718ea94a81","ratio":1.34874759152216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAfEAABBAEFAQAAAAAAAAAAAAABAAIDESEEEiIxUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAB//EABwRAAICAgMAAAAAAAAAAAAAAAECAAMFETFB0f/aAAwDAQACEQMRAD8As6aASy26Y6imbWg8QzNkD3r7auZ8oiK5bYJ4lCx9YS69h2fZ/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4MQE8hgtO","title":"Carbon-11 PET tracer appears safe for colon cancer detection","shortId":"4MQE8hgtO","createdAt":"2021-05-06T07:14:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27004754,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132310&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132310","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/55d6e726f78c056227119441b04b3a75","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQIDAAQFBhESIRQiNEJDUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AIlpXjMG0BplUhyn04LQriX8LKX2mcEBY20qJwMb4+RhrrpcubprHM/1j3kJ7z7hCGiP/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"LYYNd200A","title":"React vs React Native: Differences, Advantages & Limitations","shortId":"LYYNd200A","createdAt":"2021-05-06T07:13:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27004753,"tagsStr":"general-programming,react,react-native","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T07:06:39.000Z","url":"https://buttercms.com/blog/react-vs-react-native","canonicalUrl":"https://buttercms.com/blog/react-vs-react-native","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27cf52ea65cea5b44cef80b432f43763","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMREgUTITGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDEf/aAAwDAQACEQMRAD8Aym51RRXpotZFPpmB8t8kjKMndfTqByOhxiJbun0FnKSP/9k=","siteTwitter":"@ButterCMS","creatorTwitter":"@ButterCMS","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LcFctqHA2","title":"Kaivopiha","shortId":"LcFctqHA2","createdAt":"2021-05-06T06:36:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27004716,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/114491819/Kaivopiha","canonicalUrl":"https://www.behance.net/gallery/114491819/Kaivopiha","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6f26b8ca47c18d324d60e116a78148fe","ratio":1.66865315852205,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFByExERITQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABYRAQEBAAAAAAAAAAAAAAAAAAABAv/aAAwDAQACEQMRAD8AyPpjlpoZrV80nhRmBQdwU9dxt8AIFVa6XTR20KSQYiR1QBnLSAsQOePdKUIpp//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"d02vJOjNg","title":"Create Computer Vision Apps in the Cloud With OpenCV and Python","shortId":"d02vJOjNg","createdAt":"2021-05-05T21:18:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":90,"score":27004707,"tagsStr":"data-science,cloud,career,python,computer-vision","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:11:40.000Z","url":"https://www.freecodecamp.org/news/create-computer-vision-apps-in-the-cloud-with-opencv-and-python/","canonicalUrl":"https://www.freecodecamp.org/news/create-computer-vision-apps-in-the-cloud-with-opencv-and-python/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3ab4e84754506c7f7ddabfd592646e8","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYSITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMSUf/aAAwDAQACEQMRAD8AyOK9U5LHwPAi9prcN1LEMpZQQQWI++tVFyfLWcPJctFBYhYku5lQbA0ocgeKUpfTPKeGHkNkjWf/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gnnnjdHik","title":"Wormhole: Alternative zu Firefox Send","shortId":"gnnnjdHik","createdAt":"2021-05-06T06:23:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004703,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T06:01:00.000Z","url":"https://linuxnews.de/2021/05/wormhole-alternative-zu-firefox-send/","canonicalUrl":"https://linuxnews.de/2021/05/wormhole-alternative-zu-firefox-send/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b2996eb89300b880962d06c518a72f4","ratio":1.78030303030303,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgIDAQEAAAAAAAAAAAABAgMEACEFERIxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxESMf/aAAwDAQACEQMRAD8AkYmjorU5zm68NtXiPSxL5Y+dnv4NjWS1nmTNYllhe5BG7lliWwSEBOlH4PmMZSgDdj3HRsLP/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"flxa3SzQ6","title":"Cowboy’s improved C4 electric bike launches alongside first step-through model","shortId":"flxa3SzQ6","createdAt":"2021-05-06T06:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004685,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T06:00:00.000Z","url":"https://www.theverge.com/2021/5/6/22417053/cowboy-c4-st-electric-bike-price-specs","canonicalUrl":"https://www.theverge.com/2021/5/6/22417053/cowboy-c4-st-electric-bike-price-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ea93151ef753fe7ae6a321a97986e92","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAAMEAgUREgdBE1LR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQADAAAAAAAAAAAAAAAAAAAAAjH/2gAMAwEAAhEDEQA/AJLjmmPXc59b8fyNtxnTpuRnGvfSvXJrAcqAt8YDJ9vqIpNRLD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"bKUyxZbZp","title":"Tails war wegen Hardware-Ausfall offline – kein Grund zur Sorge","shortId":"bKUyxZbZp","createdAt":"2021-05-06T06:03:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27004683,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T05:47:29.000Z","url":"https://www.bitblokes.de/tails-war-wegen-hardware-ausfall-offline-kein-grund-zur-sorge/","canonicalUrl":"https://www.bitblokes.de/tails-war-wegen-hardware-ausfall-offline-kein-grund-zur-sorge/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WzC64p3Ci","title":"Compile CSS On-demand with the Latest Tailwind Compiler","shortId":"WzC64p3Ci","createdAt":"2021-05-05T21:25:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"bit","views":63,"score":27004625,"tagsStr":"css,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:24:52.000Z","url":"https://blog.bitsrc.io/compile-css-on-demand-with-the-latest-tailwind-compiler-e2c778de74e5","canonicalUrl":"https://blog.bitsrc.io/compile-css-on-demand-with-the-latest-tailwind-compiler-e2c778de74e5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0d51e918dc87fbb4d9f17a267cfae24d","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQMAAgQRITEyUf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAxEiMv/aAAwDAQACEQMRAD8Axw2405rK0rYWHkWNKUPn4T3J6tjKqoBdnAAHsYiQUVxsIWOycnE//9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"qgnVGXlWU","title":"Databases in a Kubernetes Angular .NET Core Microservice Arch","shortId":"qgnVGXlWU","createdAt":"2021-05-05T21:17:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":40,"score":27004598,"tagsStr":"kubernetes,architecture,angular,docker,aspnet,.net,mysql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:03:27.000Z","url":"https://christianzink.medium.com/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9","canonicalUrl":"https://christianzink.medium.com/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/263e78001aaf70b4dd8304c3b7a1ee41","ratio":2.37226277372263,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwUBAQEAAAAAAAAAAAABAgMEAAUREiGhE4H/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAwQFEbFB/9oADAMBAAIRAxEAPwCkduU+4qbhPzH0tFhEoqbVosqLihrsO68HPapWbhJ+KMLwNRzAPp6f2lKcYitQQsNkqvBC6Yqx0fT2f//Z","siteTwitter":"@Medium","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"NrTTTYmsJ","title":"Using Iframes vs Scripts for Embedding Components","shortId":"NrTTTYmsJ","createdAt":"2021-05-05T21:23:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"bit","views":51,"score":27004598,"tagsStr":"seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:23:13.000Z","url":"https://blog.bitsrc.io/using-iframes-vs-scripts-for-embedding-components-e30eb569cb46","canonicalUrl":"https://blog.bitsrc.io/using-iframes-vs-scripts-for-embedding-components-e30eb569cb46","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6d86caa76814e62a9a6de704a90920f4","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIDAAQFERITMQYHM1Fx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAcEQABAwUAAAAAAAAAAAAAAAABAAJxBQYlNLH/2gAMAwEAAhEDEQA/AK3eOK4HSJBkMjPfR6TuMmkZOTxzWbWeFXTWkB3FGaKfM/r5SlQtE4tsu6is7ZgL/9k=","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0y-EckO5N","title":"Is Vendor Prefixing Dead?","shortId":"0y-EckO5N","createdAt":"2021-05-05T14:52:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":211,"score":27004544,"tagsStr":"tech-news,css,google-chrome,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:18:28.000Z","url":"https://css-tricks.com/is-vendor-prefixing-dead/","canonicalUrl":"https://css-tricks.com/is-vendor-prefixing-dead/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e311c63f1fc82ae6f198a357e6de5990","ratio":1.95256916996047,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQIAESEzkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A09ZZrumXAMuEYjY3B5EQP//Z","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":12,"description":null,"toc":null,"summary":null},{"id":"nhuexiGmW","title":"Progress Delayed Is Progress Denied","shortId":"nhuexiGmW","createdAt":"2021-05-05T17:23:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":53,"score":27004514,"tagsStr":"general-programming,webdev,apple,ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://infrequently.org/2021/04/progress-delayed/","canonicalUrl":"https://infrequently.org/2021/04/progress-delayed/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e81c75ea6db818a0c2aa4472896cbcb","ratio":2.2551724137931,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGhAAAwADAQAAAAAAAAAAAAAAAAECAxEhMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1BeWptyvEUKVpcQAV//Z","siteTwitter":"@slightlylate","creatorTwitter":"@slightlylate","readTime":26,"description":null,"toc":null,"summary":null},{"id":"_E8cAZp4q","title":"Atlas Obscure","shortId":"_E8cAZp4q","createdAt":"2021-05-06T02:44:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27004484,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:00:00.000Z","url":"https://www.behance.net/gallery/118440233/Atlas-Obscure","canonicalUrl":"https://www.behance.net/gallery/118440233/Atlas-Obscure","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/adeb5ec99f69317ae26f349845b81305","ratio":1.25,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQADBAIREhMFBiExQmH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAgP/2gAMAwEAAhEDEQA/ALE4WuRHzLYFxlbZYk/QB3WJzp2WXKjpb8n3RETBUeum/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VU9-kMhnE","title":"Internal emails reveal how badly Apple wanted to keep Netflix using in-app purchases","shortId":"VU9-kMhnE","createdAt":"2021-05-06T02:18:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004458,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T02:11:57.000Z","url":"https://www.theverge.com/2021/5/5/22421734/apple-epic-netflix-in-app-purchase-removal-emails","canonicalUrl":"https://www.theverge.com/2021/5/5/22421734/apple-epic-netflix-in-app-purchase-removal-emails","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dbf7208cdde4c0e30ae2afddc5b69f93","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAURIRMxBBKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAf/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRMf/aAAwDAQACEQMRAD8AyNnniS2cTeMjyyKvpKWIMeDk4A0c9b+VJlihaV24hsk90pVrlZdNAK4j/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qVk33EuVj","title":"Coding Practices, MERN Stack, Working With TypeScript - Picks 178","shortId":"qVk33EuVj","createdAt":"2021-05-05T12:40:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily","views":322,"score":27004449,"tagsStr":"general-programming,webdev,javascript,backend,typescript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-05T15:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:30:00.000Z","url":"https://daily.dev/blog/coding-practices-mern-stack-working-with-typescript-picks-178","canonicalUrl":"https://daily.dev/blog/coding-practices-mern-stack-working-with-typescript-picks-178","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c521bb82d84b2aac52b33069d0099692","ratio":2.39700374531835,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIEAAMFBhESExQhB1Fi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAdEQEAAgAHAAAAAAAAAAAAAAABAAIEEiExUbHR/9oADAMBAAIRAxEAPwDXXk1LzyEzpzh09UzdSVO58nkL25i5a16QUZ0gYSAQAM499xVQoFt89zm16Ko7qskyDk9n6hCI0VxNqu2U7YvpQTnyf//Z","siteTwitter":"","creatorTwitter":"@idoshamun","readTime":1,"description":null,"toc":null,"summary":null},{"id":"dVhkERAuV","title":"‘The Masked Singer’ Recap: Robopine Reveal, Final Five Guesses, and Russian Dolls Sing “Shallow”","shortId":"dVhkERAuV","createdAt":"2021-05-06T01:28:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004408,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T01:27:10.000Z","url":"https://www.theringer.com/video/2021/5/5/22421557/the-masked-singer-recap-robopine-reveal-final-five-guesses-and-russian-dolls-sing-shallow","canonicalUrl":"https://www.theringer.com/video/2021/5/5/22421557/the-masked-singer-recap-robopine-reveal-final-five-guesses-and-russian-dolls-sing-shallow","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/96fc7b02ada17e06988b4ab8910e7b88","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAQUBAQEBAAAAAAAAAAAAAQIDBAURACFBof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhEAAgAGAwAAAAAAAAAAAAAAAQIAAwQRIVEFYdH/2gAMAwEAAhEDEQA/AMBY27MOPBkRK+Oy0QXHWE4Eu6pSSFeejB+9NE2vKATSwtz4Oc6p4yWHrKhWvYHZ2YaWcwJOM9DyP//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aQWwgd4Nt","title":"Epic v. Apple turns into Windows v. Xbox","shortId":"aQWwgd4Nt","createdAt":"2021-05-06T01:11:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004391,"tagsStr":"tech-news,apple,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T01:03:59.000Z","url":"https://www.theverge.com/2021/5/5/22421570/epic-apple-trial-iphone-xbox-console-specific-general-purpose-pc-testimony-day-3","canonicalUrl":"https://www.theverge.com/2021/5/5/22421570/epic-apple-trial-iphone-xbox-console-specific-general-purpose-pc-testimony-day-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb0fb716ea4de993eb841e723a463d7f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQIDBBEABSEGByMxQf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAAMAAAAAAAAAAAAAAAACAQADMf/aAAwDAQACEQMRAD8Am9tZ6Z0yL03IhxDppUJ6QhgNjxrSuzZPKrB++uCKzH944iPutgyw2ENNyHEITd0AogDGMI1UCr3G6hDsRnM//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"u_2NjFPZ7","title":"Confluent Update Regarding Codecov Incident","shortId":"u_2NjFPZ7","createdAt":"2021-05-05T20:33:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"conf","views":6,"score":27004376,"tagsStr":"security,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:34:49.000Z","url":"https://www.confluent.io/blog/confluent-update-regarding-codecov-incident/","canonicalUrl":"https://www.confluent.io/blog/confluent-update-regarding-codecov-incident/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yfy1ChkcA","title":"GitHub Availability Report: April 2021","shortId":"yfy1ChkcA","createdAt":"2021-05-05T16:18:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":41,"score":27004368,"tagsStr":"github,containers","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:59:15.000Z","url":"https://github.blog/2021-05-05-github-availability-report-april-2021/","canonicalUrl":"https://github.blog/2021-05-05-github-availability-report-april-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4417e81a100f9ff295d1d5bc5055b976","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQRURITMUFi/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/ANN1MLqjmRzR5zlUaJA0DcvbvSERNRof/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bNsPDxqJR","title":"Google ‘arguably violated’ labor law by illegally firing three workers claims NLRB","shortId":"bNsPDxqJR","createdAt":"2021-05-06T00:42:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004362,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-06T00:36:40.000Z","url":"https://www.theverge.com/2021/5/5/22421969/google-illegally-firing-three-workers-nlrb-president-biden","canonicalUrl":"https://www.theverge.com/2021/5/5/22421969/google-illegally-firing-three-workers-nlrb-president-biden","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26c1c893d173c0db6f7943285edca97f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBABAAMAAgMAAAAAAAAAAAAAAQACAwRBERIh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM758nPPMpfi46IIXWw+Xv49SRRQfZIiIH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BAforXCzm","title":"Reducing HTML Payload With Next.js (Case Study)","shortId":"BAforXCzm","createdAt":"2021-05-05T11:01:23.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":221,"score":27004315,"tagsStr":"webdev,react,html,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-05T14:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:30:00.000Z","url":"https://www.smashingmagazine.com/2021/05/reduce-data-sent-client-nextjs/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/reduce-data-sent-client-nextjs/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b841f8d66347b14b18ba6f72d68da80a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAJBAAAQQAAwkAAAAAAAAAAAAAAQACAwQFBhESFCEiIzFBUaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDACER/9oADAMBAAIRAxEAPwDacuYduVCaR0oeT1gGMDNNIxw8+vpUoZusT0K0z4GbUkbXnnPcgFESkUUYlu4NXMVVZ8Hm/9k=","siteTwitter":"@smashingmag","creatorTwitter":"@LaptopCouch","readTime":9,"description":null,"toc":null,"summary":null},{"id":"aji8Oq5j1","title":"A photographer says she was asked to work for Netflix’s Love is Blind — without any pay","shortId":"aji8Oq5j1","createdAt":"2021-05-05T23:48:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004308,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T23:47:53.000Z","url":"https://www.theverge.com/2021/5/5/22421838/netflix-love-is-blind-producer-photographer-free-work-exposure","canonicalUrl":"https://www.theverge.com/2021/5/5/22421838/netflix-love-is-blind-producer-photographer-free-work-exposure","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1047f90cc3bfd9229e3d0174b838caf9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAABBAEEAwAAAAAAAAAAAAACAQMEEQAFEhQhFTFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQEBAQAAAAAAAAAAAAAAAAAAESH/2gAMAwEAAhEDEQA/AEbUJ0vRpnFmPxuCjIWpbycsRRbXqveRPlr7T7jfnjLYSjasr3S/WMZNTzX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"31_bYO5Hg","title":"Holy Ship! Wrecked announces 2021 lineup, dates for their Mexico resort takeover","shortId":"31_bYO5Hg","createdAt":"2021-05-05T23:24:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27004284,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T23:23:27.000Z","url":"https://dancingastronaut.com/2021/05/holy-ship-wrecked-announces-2021-lineup-dates-for-their-mexico-resort-takeover/","canonicalUrl":"https://dancingastronaut.com/2021/05/holy-ship-wrecked-announces-2021-lineup-dates-for-their-mexico-resort-takeover/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/680c6f3bc0ff0c4c83590b29eaf01486","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBBEABRIhYQYTFRYx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgMREjH/2gAMAwEAAhEDEQA/AM19q6cY23x7K0LJvp7R1lAKpjqNAOp5mow79qU5gwdmgYyzLvn5SlOjbtlklHkrXF//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bESNi4I5n","title":"SpaceX successfully landed a Starship prototype for the first time","shortId":"bESNi4I5n","createdAt":"2021-05-05T23:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004265,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T22:58:00.000Z","url":"https://www.theverge.com/2021/5/5/22421845/spacex-starship-sn15-successful-landing","canonicalUrl":"https://www.theverge.com/2021/5/5/22421845/spacex-starship-sn15-successful-landing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9771a8cf9c2641bb2235af091cf027c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAUREiEEBgcTUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAxMxUf/aAAwDAQACEQMRAD8A1U3fV6mmtu7wBkk9gKoQM6MORn4TUKby1dFlcHo4CQxGd25pSllktMkq48P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"XrnvFfgQg-","title":"How to build blazing fast APIs with Fastify and TypeScript","shortId":"XrnvFfgQg-","createdAt":"2021-05-05T12:05:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"daily","views":150,"score":27004255,"tagsStr":"typescript,fastify","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:00:00.000Z","url":"https://daily.dev/blog/how-to-build-blazing-fast-apis-with-fastify-and-typescript","canonicalUrl":"https://daily.dev/blog/how-to-build-blazing-fast-apis-with-fastify-and-typescript","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a00ad86aecfbcb9bc49e43e825f59cb9","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAJBAAAgAFAQkAAAAAAAAAAAAAAQIAAwUGEQQSExUhIjEyQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDHKZSbIFNVp1zap3dgs3ZpzDcrg5bv1c8DAPuJM2n2cJrhLk17KCcHhuMj75whEkH/2Q==","siteTwitter":"","creatorTwitter":"@lawrence_eagles","readTime":8,"description":null,"toc":null,"summary":null},{"id":"7X1OBpqqc","title":"Self-Portraits 2050","shortId":"7X1OBpqqc","createdAt":"2021-05-05T22:34:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27004234,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/115792843/Self-Portraits-2050","canonicalUrl":"https://www.behance.net/gallery/115792843/Self-Portraits-2050","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f475626ab8f672c3bd9c48af86e5aaf7","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABQYHCP/EACcQAAEDAwMBCQAAAAAAAAAAAAECAwQABREGISISExQVIzFBQ1Nh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/ADupbx4beYEONKt4Q44lt0OSEDs9+XWk+n5uDmmRVsSokpTlJ3BAzkVlfVHORdHF8lqmyMqO5PmH3qwaRmyhpSygSX8dyZ+Q/Wmrw1//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"alIDRoLFr","title":"Are the royals going to vlog?","shortId":"alIDRoLFr","createdAt":"2021-05-05T22:24:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004224,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T22:20:00.000Z","url":"https://www.theverge.com/2021/5/5/22421736/prince-william-kate-middleton-youtube-channel-vlog","canonicalUrl":"https://www.theverge.com/2021/5/5/22421736/prince-william-kate-middleton-youtube-channel-vlog","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f443a8aa57c48e335adfec13384c0a51","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFBgcSERMxUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAA//aAAwDAQACEQMRAD8Amz2ssyutElguREmTt4Gmg4how3cKkhT74g/epraw7lZNIUVbSzChQAAngUpR/RZiUy3OJboTf//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3R32lonUj","title":"Nintendo’s next big Switch title is aimed at budding game designers","shortId":"3R32lonUj","createdAt":"2021-05-05T22:14:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004214,"tagsStr":"tech-news,general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T22:05:18.000Z","url":"https://www.theverge.com/2021/5/5/22419556/game-builder-garage-nintendo-switch-trailer-release-date","canonicalUrl":"https://www.theverge.com/2021/5/5/22419556/game-builder-garage-nintendo-switch-trailer-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/57f090b65e054d658ab7fedcb7a77005","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAFBBJRgaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQRBUHR/9oADAMBAAIRAxEAPwDY67f7CPgTqsoWDuxCKKNGhV+/GTPsGjdkKdipq7q/mMYPjsiy17Fc716YKpi7MG6n/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"SQJ3Z_11U","title":"LaMelo’s Creativity, Michael Porter Jr.’s Development, and All-Rookie Teams","shortId":"SQJ3Z_11U","createdAt":"2021-05-05T21:26:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004166,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:20:31.000Z","url":"https://www.theringer.com/2021/5/5/22421766/lamelos-creativity-michael-porter-jr-s-development-and-all-rookie-teams","canonicalUrl":"https://www.theringer.com/2021/5/5/22421766/lamelos-creativity-michael-porter-jr-s-development-and-all-rookie-teams","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfb9ef967051489be1a14077241aa948","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEITEFEzL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQEBAQAAAAAAAAAAAAAAAAECACH/2gAMAwEAAhEDEQA/AMS2nOX5XXaxsmx29cPeuQEROVUfmqBIvjrJRqpRbOPsPEiOsYw06uZE7v/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YLwU-Huaz","title":"US supports lifting patent protections on COVID-19 vaccines","shortId":"YLwU-Huaz","createdAt":"2021-05-05T21:26:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T21:20:33.000Z","url":"https://www.theverge.com/2021/5/5/22421558/us-covid-coronavirus-vaccines-patent-waiver","canonicalUrl":"https://www.theverge.com/2021/5/5/22421558/us-covid-coronavirus-vaccines-patent-waiver","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/606caa2963bd298248d31635a48d37de","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEABEFIgYSIcH/xAAVAQEBAAAAAAAAAAAAAAAAAAADB//EABoRAAEFAQAAAAAAAAAAAAAAAAEAAgMEESL/2gAMAwEAAhEDEQA/AHgF6OvwsFKGqiSwsKkU66BCsdlmGuzdj9yA8jfjqchZrLVQrDK0YPsRsAkfmMZQjM+tOTCc0JbY4aV//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"NjTvlCA8Y","title":"Twitter is ruining the open for surprise meme with better image crops","shortId":"NjTvlCA8Y","createdAt":"2021-05-05T20:33:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004113,"tagsStr":"tech-news,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T20:29:45.000Z","url":"https://www.theverge.com/2021/5/5/22421574/twitter-crop-issue-bigger-images-rollout","canonicalUrl":"https://www.theverge.com/2021/5/5/22421574/twitter-crop-issue-bigger-images-rollout","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1b7edc8602677693dfa5abd30eda27d","ratio":1.91111111111111,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAwIABBEhBRIiMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACBHHCgf/aAAwDAQACEQMRAD8Atil738EpN69DHW/VTAIE25JIBhreDvyzupxspLbNbZFrIkxkw6MyPZx8zSlK8QC7rphjKVp7yT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Uk2FgETB2","title":"The Complete Guide to Web Fonts in Email","shortId":"Uk2FgETB2","createdAt":"2021-05-05T20:21:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27004101,"tagsStr":"google,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:28:42.000Z","url":"https://webdesign.tutsplus.com/tutorials/web-fonts-for-email--cms-36847","canonicalUrl":"https://webdesign.tutsplus.com/tutorials/web-fonts-for-email--cms-36847","image":"https://cms-assets.tutsplus.com/uploads/users/30/posts/36847/preview_image/web-fonts-email.png","ratio":null,"placeholder":"","siteTwitter":"@tutsplus","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"uihbAmM51","title":"All Things ‘The Real Housewives of New York City’ and Bravo With Callie Rivers Curry","shortId":"uihbAmM51","createdAt":"2021-05-05T20:13:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004093,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T20:02:59.000Z","url":"https://www.theringer.com/2021/5/5/22421581/all-things-the-real-housewives-of-new-york-city-and-bravo-with-callie-rivers-curry","canonicalUrl":"https://www.theringer.com/2021/5/5/22421581/all-things-the-real-housewives-of-new-york-city-and-bravo-with-callie-rivers-curry","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/31f2bd775e45f9bc5f3712de621c6e17","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMEAQUBAAAAAAAAAAAAAgEDBQAEERIhBhMiQVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEETHw/9oADAMBAAIRAxEAPwC91I5IXUxajGyL0cbEkiN6CJgHbb18RVOM7Kq8+61IYiP1TNkxnHwv2lKFViy5PblbahWwO1P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aB2r6NgnJ","title":"Dan Biggar and Lions Squad Special","shortId":"aB2r6NgnJ","createdAt":"2021-05-05T19:56:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27004076,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:49:20.000Z","url":"https://www.theringer.com/2021/5/5/22421571/dan-biggar-and-lions-squad-special","canonicalUrl":"https://www.theringer.com/2021/5/5/22421571/dan-biggar-and-lions-squad-special","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e6df14505674bd0d0168091c1cdf32e8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRITFhBRITIlH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRBCGx/9oADAMBAAIRAxEAPwDLv0vunRhOQvu7J41w2W4xrt9HFRzWBjleNbmUqrFRnfSlKitypRsHiErQasL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_-4pPy2fs","title":"A bug in Peloton’s API may have exposed a whole lot of user data","shortId":"_-4pPy2fs","createdAt":"2021-05-05T19:39:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004059,"tagsStr":"tech-news,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:30:38.000Z","url":"https://www.theverge.com/2021/5/5/22421329/peloton-api-bug-customer-data-exposed","canonicalUrl":"https://www.theverge.com/2021/5/5/22421329/peloton-api-bug-customer-data-exposed","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d532665532ccfe0c8aa00a2f23e1107","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFEQYhEyIxYXL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDALEEUWH/2gAMAwEAAhEDEQA/AJkvOsvgM/b5INFcXN27tI7KVYReo8akHofHejrQ6rfXHMyZ5C1jtix2RN9/mlKPxnNJgt7vF3mqMwUdaz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Avs_UOyaP","title":"How to Improve Your Product Design and Development Model: Lessons From PayPal","shortId":"Avs_UOyaP","createdAt":"2021-05-05T19:22:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27004042,"tagsStr":"general-programming,startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T13:45:00.000Z","url":"https://www.uxpin.com/studio/blog/improve-product-model/","canonicalUrl":"https://www.uxpin.com/studio/blog/improve-product-model/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0379fb7a86590a47535da0b5240c0a8d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGBABAQEBAQAAAAAAAAAAAAAAAQACEVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyuaA44F9e0SQf//Z","siteTwitter":"","creatorTwitter":"@uxpin","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KjaFUI4cR","title":"Amazon wants to make sure drivers who don’t work for the company are well-groomed and nice online","shortId":"KjaFUI4cR","createdAt":"2021-05-05T19:20:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27004040,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T19:16:40.000Z","url":"https://www.theverge.com/2021/5/5/22421327/amazon-drivers-delivery-service-partner-rules-grooming-online-conduct","canonicalUrl":"https://www.theverge.com/2021/5/5/22421327/amazon-drivers-delivery-service-partner-rules-grooming-online-conduct","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0189e4110c4579694fe64c3d364972c7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAREAAkEEEzFSofD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiER/9oADAMBAAIRAxEAPwDAalBLtx9nMopprWpW24mGgCh7ESS3xYJOn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"b6u9Fl66K","title":"First genetically modified mosquitoes released in US","shortId":"b6u9Fl66K","createdAt":"2021-05-05T18:35:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003995,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:31:19.000Z","url":"https://www.livescience.com/first-genetically-modified-mosquitoes-us.html","canonicalUrl":"https://www.livescience.com/first-genetically-modified-mosquitoes-us.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/415e826cf082fdf5bf161933b2604f92","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAgIABAcAAAAAAAAAAAAAAQIAAwQFEVEGEiEiMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAgMxQf/aAAwDAQACEQMRAD8AoZkzVcUYrHaBqrrVZUJPaNtuuh+zWU23vUjVuERlBVPPKPQiIY9Kms//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bJPzFHDvr","title":"Can AI reduce mammography, DBT workload for radiologists?","shortId":"bJPzFHDvr","createdAt":"2021-05-05T18:34:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003994,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:23:22.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132306&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132306","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45331c6a2b31ce3b31c690cdc01a27d3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABAwMFAQAAAAAAAAAAAAABAAIDBhEhBAVBQlJh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJjR2mZJR23l5Pc4a327m11JJMyOP0oiD//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"krEpp2RDp","title":"DPI Daylighting","shortId":"krEpp2RDp","createdAt":"2021-05-05T18:34:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003994,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118740103/DPI-Daylighting","canonicalUrl":"https://www.behance.net/gallery/118740103/DPI-Daylighting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa74fade3662faee77aa868d4117e54c","ratio":1.64705882352941,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAAYCAwEAAAAAAAAAAAAAAAECBAURAyEGExRh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8Ai+LNp7PO4HMXJG3jkPUejB3LT2VRnoio7LWxvXo+AAsH/9k=","siteTwitter":"@behance","creatorTwitter":"@samlane_","readTime":0,"description":null,"toc":null,"summary":null},{"id":"XW7C0VmFK","title":"Microsoft’s feud with Apple over xCloud on iOS got a rival kicked from the App Store","shortId":"XW7C0VmFK","createdAt":"2021-05-05T18:31:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003991,"tagsStr":"apple,microsoft,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T18:25:11.000Z","url":"https://www.theverge.com/2021/5/5/22421290/microsoft-apple-xcloud-ios-shadow-cloud-gaming-removal-app-store","canonicalUrl":"https://www.theverge.com/2021/5/5/22421290/microsoft-apple-xcloud-ios-shadow-cloud-gaming-removal-app-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8dd7823d0153ae29165acc819c752a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIAAwQFBiEiEf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGhEBAAIDAQAAAAAAAAAAAAAAAgABAxFBBP/aAAwDAQACEQMRAD8Ao5pqso8q02yxNldjK1tVL1oX9KGJI6cL8I6IKmas2uSfRiIEatA75UlftyJEVfNz/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MiA9KDAaX","title":"Entwicklung der DDoS-Bedrohungslandschaft im ersten Quartal 2021","shortId":"MiA9KDAaX","createdAt":"2021-05-05T13:56:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cloudflare","views":1,"score":27003950,"tagsStr":"cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-18T23:00:00.000Z","url":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-de-de/","canonicalUrl":"https://blog.cloudflare.com/ddos-attack-trends-for-2021-q1-de-de/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9fb7ffd24f6869c81553b5cbf4e8229b","ratio":1.9351403678606,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABgICAwAAAAAAAAAAAAAAAQIDBBEFBiExEhNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwCD17JYeNrGRiT9fYnT3vP0zlvGlTFpoqTXNHz2Jg26Myvr4ACsDFhF4X//2Q==","siteTwitter":"@cloudflare","creatorTwitter":"@OmerYoahimik","readTime":12,"description":null,"toc":null,"summary":null},{"id":"Xl39LsWDF","title":"Subtle Medical gets patent for SubtleGAD","shortId":"Xl39LsWDF","createdAt":"2021-05-05T16:37:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003877,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:31:04.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132303&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132303","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d605fed56592aa1e5edfbd05fd045b1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAhEAEAAQMDBQEAAAAAAAAAAAABAgMEEQAGIRITIjFRBf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwATtzb1o7bI0aEER6mWMJ289ec+XPCPHJjUxvvw7Sne3EI3DTjGpIIMjx59aa7CrVZbIrMqk1h3CCyfEBTHzD61J5SZyZzWUpOVXKv3Qf/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-FoytMTCK","title":"What's the minimum number of people needed to survive an apocalypse?","shortId":"-FoytMTCK","createdAt":"2021-05-05T17:38:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003938,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:33:46.000Z","url":"https://www.livescience.com/minimum-people-to-survive-apocalypse.html","canonicalUrl":"https://www.livescience.com/minimum-people-to-survive-apocalypse.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a4a83dd0f1c960a78967cd402e8281e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEEyESFDFT4f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQNR/9oADAMBAAIRAxEAPwDQY3ehMeMxdILG4ukSw6TAmfE81Oc3g7Dah59f2lKDV6aMuE8P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"eQDM0iUMR","title":"Oversight Board to Facebook: We’re Not Doing Your Dirty Work","shortId":"eQDM0iUMR","createdAt":"2021-05-05T17:36:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003936,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:34:00.000Z","url":"https://www.wired.com/story/oversight-board-to-facebook-not-going-to-do-your-dirty-work/","canonicalUrl":"https://www.wired.com/story/oversight-board-to-facebook-not-going-to-do-your-dirty-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/72b28b9fd616f7213b75c94e22b7940d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAFIQQGcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAwQRUf/aAAwDAQACEQMRAD8AxXTey+VrdGuwjSOWeCkAkFqe0LHzIF2LMWPCTfMYwYw4ynZsrXvhP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ogGF3xdmy","title":"Twitter updates offensive tweet warnings, accepts that you like to swear at your friends","shortId":"ogGF3xdmy","createdAt":"2021-05-05T17:34:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003934,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:30:00.000Z","url":"https://www.theverge.com/2021/5/5/22420586/twitter-offensive-tweet-warning-prompt-updated-success-rate","canonicalUrl":"https://www.theverge.com/2021/5/5/22420586/twitter-offensive-tweet-warning-prompt-updated-success-rate","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80c0b1f3b8bf71db843e89d19675bcea","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhMRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDPlLqtFiGpGd8+bCTqYdOdzvndkAHPYiX0v//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"liB3Ddfwv","title":"Netflix switches from prestige pics to shredded zombies for its widest theatrical release yet","shortId":"liB3Ddfwv","createdAt":"2021-05-05T17:34:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003934,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:29:56.000Z","url":"https://www.theverge.com/2021/5/5/22421065/zack-snyder-army-of-the-dead-netflix-theater-release","canonicalUrl":"https://www.theverge.com/2021/5/5/22421065/zack-snyder-army-of-the-dead-netflix-theater-release","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7c208d2489d29aac01c911764b520c83","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwUEBhFREiGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAgAh/9oADAMBAAIRAxEAPwDMn3Hkbcc9dmqvajTKtq1G1ipYsVJI56HEoZ64AA1IT35N7+xEEg80KpZN/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"CArTDYxj9","title":"New climate goals are going to need a lot more minerals","shortId":"CArTDYxj9","createdAt":"2021-05-05T17:29:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003929,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T17:27:28.000Z","url":"https://www.theverge.com/2021/5/5/22421081/critical-minerals-climate-change-goals-clean-energy","canonicalUrl":"https://www.theverge.com/2021/5/5/22421081/critical-minerals-climate-change-goals-clean-energy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68d3ec54530504f0ebbf1892505c8a9e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFERLRBiFT/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABoRAAICAwAAAAAAAAAAAAAAAAECABEDITH/2gAMAwEAAhEDEQA/AKPCEu7yq9tWvqjIE5gsoYg++ptWwFfkdZA638R3EQjK9DcJRb5P/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"56VB3dPnf","title":"Konica Minolta partners with nVoq","shortId":"56VB3dPnf","createdAt":"2021-05-05T16:49:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003889,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:40:58.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=pac&pag=dis&ItemID=132304&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132304","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04206102162e2c48fe8092b49545cdf3","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAkEAACAQIGAQUAAAAAAAAAAAABAgMFEQAEBhIhIgcTI0FRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACERIDFKH/2gAMAwEAAhEDEQA/AANK+SdGaypy0bydSIoX7COoxKWVWJuTcd4+folfwYNzniGitm52p9YzUmSLsYH2K26O/U3+eLc4jNQe1SJPT6bJ7Lt4sCvNsVsRIiQAkAKMUNEucRbiPG+wmF//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"bBDHYBmr0","title":"What's the minimum number of people needed to survive an apocalypse?","shortId":"bBDHYBmr0","createdAt":"2021-05-05T16:38:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003878,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:33:46.000Z","url":"https://www.livescience.com/minimum-people-to-survive-apocalypse","canonicalUrl":"https://www.livescience.com/minimum-people-to-survive-apocalypse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a4a83dd0f1c960a78967cd402e8281e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEEyESFDFT4f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQNR/9oADAMBAAIRAxEAPwDQY3ehMeMxdILG4ukSw6TAmfE81Oc3g7Dah59f2lKDV6aMuE8P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"pOC2rerkp","title":"Trump objects to continued Facebook ban in email screed calling for ‘political price’ to be paid","shortId":"pOC2rerkp","createdAt":"2021-05-05T16:37:34.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003877,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:35:50.000Z","url":"https://www.theverge.com/2021/5/5/22421052/trump-facebook-ban-email-statement-objection-social-media","canonicalUrl":"https://www.theverge.com/2021/5/5/22421052/trump-facebook-ban-email-statement-objection-social-media","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4e529bea913f4c7b12e57e9c5ccd940","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBQYSIiYyUcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQACAxESUf/aAAwDAQACEQMRAD8Aw3buH3Xobw+jJAw+INdJHxTGVAyXKmkFt5PLq9WURJSpyRcyq79n/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"c2UeEWFcC","title":"Apple’s new 11-inch iPad Pro is already $50 off at Walmart","shortId":"c2UeEWFcC","createdAt":"2021-05-05T16:37:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003877,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:33:29.000Z","url":"https://www.theverge.com/good-deals/2021/5/5/22421079/apple-ipad-pro-11-inch-new-m1-processor-cpu-preorder-sale-deal-walmart","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/5/22421079/apple-ipad-pro-11-inch-new-m1-processor-cpu-preorder-sale-deal-walmart","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12c8d8d2d48fedf31161e1e71c6017a5","ratio":1.91033138401559,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgADBBEFBgcSkf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAbEQACAwADAAAAAAAAAAAAAAABAgADETFBsf/aAAwDAQACEQMRAD8Am3WeOwr/ABZVZbjgOiX5DMmlaxlZgPY62QAB8keiIFbEu4PWeR7EArRhydn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"7BD95pyCs","title":"Loki’s show is coming out two days earlier, in the spirit of the trickster god","shortId":"7BD95pyCs","createdAt":"2021-05-05T16:37:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003877,"tagsStr":"grafana","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:36:18.000Z","url":"https://www.theverge.com/2021/5/5/22421140/loki-disney-plus-show-new-date-wednesday","canonicalUrl":"https://www.theverge.com/2021/5/5/22421140/loki-disney-plus-show-new-date-wednesday","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1510ae066fb2b7ffd63ded251b4aefed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAQUAAAAAAAAAAAAAAgEDABESBSEiUeH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDBresKShZQGapPHvqYj1k1sWNNFclO58vmMZIj/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"7BIXq-ogr","title":"Blue Origin targeting July for first crewed flight, opens auction for a seat","shortId":"7BIXq-ogr","createdAt":"2021-05-05T16:24:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003864,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:18:25.000Z","url":"https://www.theverge.com/2021/5/5/22420709/jeff-bezos-blue-origin-new-shepard-tickets-astronaut","canonicalUrl":"https://www.theverge.com/2021/5/5/22420709/jeff-bezos-blue-origin-new-shepard-tickets-astronaut","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48f1ccaf1bda892bdc9ecd91e2f4a31f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAURElIGISIxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAIDIf/aAAwDAQACEQMRAD8Apeo3yClMSMhI1pkIrm7AdQTAYY12qp46+RH2omZMlbzPCmQTbGxQawn0O3KlKnaUMf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YbO6iVzTv","title":"The Case Against the Eagles","shortId":"YbO6iVzTv","createdAt":"2021-05-05T16:14:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003854,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:07:44.000Z","url":"https://www.theringer.com/music/2021/5/5/22420083/the-eagles-glen-frey-don-henley-50-years","canonicalUrl":"https://www.theringer.com/music/2021/5/5/22420083/the-eagles-glen-frey-don-henley-50-years","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/549ae1f6cfa19b436dbf585931660b0c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMCBgMAAAAAAAAAAAAAAQACAwQFBhETITFBEhRx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EAB4RAAIBBAMBAAAAAAAAAAAAAAECAwAEEVEFQbHR/9oADAMBAAIRAxEAPwDN2nEV2qjEfdkjdPLpP8NgQAOvgAy4VKrE0pqZjpP3eeJiO0RJLbxs+CN+0V7yF1HErJIQSzd6x9r/2Q==","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"MHLdVDr9v","title":"Varex reports positive financial results for Q2","shortId":"MHLdVDr9v","createdAt":"2021-05-05T16:10:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003850,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:55:20.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132302&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132302","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64ef1cd9f6cf351733dc0725f51e2209","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAEI/8QAJRAAAQIEBAcAAAAAAAAAAAAAAQACAwURIQQHQXEGEhMiMkSh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAETH/2gAMAwEAAhEDEQA/AJDkeVMgaOpNpe6JWndiGONdmBx+pQ4syiYOUY+Da3srLJtAJ1GqS3xGynSP/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"AULCicI8t","title":"LaMelo’s Return, Ant’s Surge, and One Final NBA Rookie Check-in","shortId":"AULCicI8t","createdAt":"2021-05-05T16:07:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003847,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:36:36.000Z","url":"https://www.theringer.com/nba/2021/5/5/22419937/nba-rookie-of-year-lamelo-ball-anthony-edwards","canonicalUrl":"https://www.theringer.com/nba/2021/5/5/22419937/nba-rookie-of-year-lamelo-ball-anthony-edwards","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fdeda2491d999cd31d38d271a997c3b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBRIGEyFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMEMf/aAAwDAQACEQMRAD8Ax/hjR72hFDJrwLJG6qJlQdj8sXf4Mi8lterkdqONB0SV1XtRNAmrNYxjeNQS0UosYDs//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"0hjSlE0CZ","title":"Corsair K70 RGB TKL mechanical keyboard review: great gaming, good typing","shortId":"0hjSlE0CZ","createdAt":"2021-05-05T16:02:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003842,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T16:00:00.000Z","url":"https://www.theverge.com/2021/5/5/22420824/corsair-k70-rgb-tkl-review","canonicalUrl":"https://www.theverge.com/2021/5/5/22420824/corsair-k70-rgb-tkl-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/60eeece16557029e1814babd03498bbc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQIDBAUABhESExQhUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRIf/aAAwDAQACEQMRAD8AjX1ZdR9RWses1LOgQ+6eU2wzyCWwpRJAHL2c3Klr20U0BLp6riY7YUsjyo8RufuMZOzOwjqcWf/Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"mtLaOpond","title":"Google Remembers Android Tablets Exist, Adds a New Media Hub","shortId":"mtLaOpond","createdAt":"2021-05-05T15:35:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003815,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:30:00.000Z","url":"https://www.wired.com/story/google-adds-entertainment-experience-android-tablets/","canonicalUrl":"https://www.wired.com/story/google-adds-entertainment-experience-android-tablets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de6cf8da27a8f72702d4300f798de70e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgYEEjEy0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBEAAQMFAAAAAAAAAAAAAAAAAAECAwQRMXHB/9oADAMBAAIRAxEAPwCvYgFJea6UeSQURxluNupG24f1a5ETDMuJxUreOLXVP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"fkUZ-XqKz","title":"Google’s Entertainment Space for Android tablets puts videos, games, and books in one place","shortId":"fkUZ-XqKz","createdAt":"2021-05-05T15:32:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003812,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:30:00.000Z","url":"https://www.theverge.com/2021/5/5/22420405/google-entertainment-space-announced-android-tablets","canonicalUrl":"https://www.theverge.com/2021/5/5/22420405/google-entertainment-space-announced-android-tablets","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f364697dea762daa79bd33e0768e1ae","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIDAAQFERMGEiFBFDEy/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDBlgW6HrrK68qXztKS2he3YfKXyCb266itBqDqqFTlZZg3lmzdTlz8j3xCEOJVdA7pPGf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"MDDtJUzyS","title":"Who Was Napoleon Bonaparte?","shortId":"MDDtJUzyS","createdAt":"2021-05-05T15:22:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003802,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:06:01.000Z","url":"https://www.livescience.com/napoleon-bonaparte.html","canonicalUrl":"https://www.livescience.com/napoleon-bonaparte.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/84cc3ef492f3505d79b5384e4da76b28","ratio":1.49707602339181,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAgYDAQAAAAAAAAAAAAABAgMABAUGESIhIzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKK9KyLeqdCk5qdRK0hCOxtLanFvZUNfCANeT7gnEURsqkukuCTThe2vnPyEID//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"0_gKvjT6K","title":"Oldest deliberate burial of a human in Africa discovered","shortId":"0_gKvjT6K","createdAt":"2021-05-05T15:21:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003801,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T15:10:50.000Z","url":"https://www.livescience.com/oldest-human-burial-africa-discovered.html","canonicalUrl":"https://www.livescience.com/oldest-human-burial-africa-discovered.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c5f0ff9247f216fe0fbcbd480ebc8929","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEIQVBEhRR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDGseHjfdx4xxOK1zKBeLJNEm96vffwK86TEs1AAOh4DSIjLH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cgUEJoLGi","title":"Biden’s Labor Department reverses Trump-era gig worker rule","shortId":"cgUEJoLGi","createdAt":"2021-05-05T14:45:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003765,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:43:56.000Z","url":"https://www.theverge.com/2021/5/5/22420896/biden-labor-department-reverse-gig-worker-rule-trump","canonicalUrl":"https://www.theverge.com/2021/5/5/22420896/biden-labor-department-reverse-gig-worker-rule-trump","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e3aa4e0ea79b70c941751ab86bc6a282","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQFBhEhBxQyUaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAIDAQAAAAAAAAAAAAAAAAECAAMRMf/aAAwDAQACEQMRAD8AxmO5pIsXb1gtAqJSyii07z9IrMAQ40vBGvvMXHqvbnJZ8Rp2duSxqzsn34QhFW6lFzBDI5PZ/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZBstrDo8u","title":"Decapitated worms 'see' with their headless bodies","shortId":"ZBstrDo8u","createdAt":"2021-05-05T14:41:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003761,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:22:55.000Z","url":"https://www.livescience.com/decapitated-worm-sees-with-its-body.html","canonicalUrl":"https://www.livescience.com/decapitated-worm-sees-with-its-body.html","image":"https://cdn.mos.cms.futurecdn.net/SUBaBEKpMnVTy7T8i4eMWJ-1200-80.gif","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgEDEQAEBQYSEyExQWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AjdUzWvMa9gwcdsxNu3ELltyw5qRR5QuMyi/YhVrE80bbmZvzZjpFcOKEJCRyWO3qlKD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"lDaRhSE02","title":"Peloton recalls its treadmills following series of accidents","shortId":"lDaRhSE02","createdAt":"2021-05-05T14:40:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003760,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:35:05.000Z","url":"https://www.theverge.com/2021/5/5/22420918/peloton-treadmill-recall-tread-accidents-cpsc-voluntary-refund","canonicalUrl":"https://www.theverge.com/2021/5/5/22420918/peloton-treadmill-recall-tread-accidents-cpsc-voluntary-refund","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/51588ee1b5117b0bd302486257779bd9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAgYCAwAAAAAAAAAAAAACAQQAAwUGERITITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ALS+Kk9G4LbbMnBNeeecs1HBIvIJD4Xpca57++opqcyCVT2svYj0lCOxKuVwidrCEBuv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6H9Jlptdn","title":"Jeffrey Sutorius strides into solo era with ‘Nostalgia’ alongside Krimsonn on Revealed Recordings","shortId":"6H9Jlptdn","createdAt":"2021-05-05T14:31:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003751,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T14:30:57.000Z","url":"https://dancingastronaut.com/2021/05/jeffrey-sutorius-strides-into-solo-era-with-nostalgia-alongside-krimsonn-on-revealed-recordings/","canonicalUrl":"https://dancingastronaut.com/2021/05/jeffrey-sutorius-strides-into-solo-era-with-nostalgia-alongside-krimsonn-on-revealed-recordings/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d86ef4d0ac4b686d0efcc1bfd9397170","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUDBQAAAAAAAAAAAAAAAAECAwQFETESFUFSkf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAACAwABBBIhYf/aAAwDAQACEQMRAD8AxWm1KGmDJTPZcXLSZ6XEEViPjORJ3N3on0ADR5LdB7CgUJMKr8n/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"PBvetpnLJ","title":"Trump’s Facebook Ban Is Upheld—For Now","shortId":"PBvetpnLJ","createdAt":"2021-05-05T14:20:26.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003740,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:15:00.000Z","url":"https://www.wired.com/story/trump-facebook-ban-upheld-for-now/","canonicalUrl":"https://www.wired.com/story/trump-facebook-ban-upheld-for-now/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2ace0f74442d9e767f0a606ab937a22d","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEEAAcAAAAAAAAAAAAAAQIDAAQFERIUISNBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABcRAAMBAAAAAAAAAAAAAAAAAAABAiH/2gAMAwEAAhEDEQA/AMliyAxNnyuNtoIhDZJ3WRTI7SOGJZgBvWyB681PSZWRWNpZsSNksrkn6ePqaUqyCqb0/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"q3HkDEP0c","title":"Physicists get close to taming the chaos of the 'three-body problem'","shortId":"q3HkDEP0c","createdAt":"2021-05-05T14:07:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003727,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:51:04.000Z","url":"https://www.livescience.com/three-body-problem-statistical-solution.html","canonicalUrl":"https://www.livescience.com/three-body-problem-statistical-solution.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/db4e6a8418ba00f18d458d51efa7567e","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAwQFERIGEyExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQEAAQMFAAAAAAAAAAAAAAABAgADBBIhMWGh/9oADAMBAAIRAxEAPwDB+ma3amoRRzTBJYcCIgPXHk+m189qVk6NuHJW4juHIQSmLm5PsnZ38oiVyzTZgHXpvSOPbjIROGv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"7HoX9Fvrb","title":"Snap can be sued for fueling a fatal car crash with its speed filter, court rules","shortId":"7HoX9Fvrb","createdAt":"2021-05-05T14:00:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003720,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:57:48.000Z","url":"https://www.theverge.com/2021/5/5/22420679/snapchat-speed-filter-wrongful-death-lemmon-snap-appeals-ruling-section-230","canonicalUrl":"https://www.theverge.com/2021/5/5/22420679/snapchat-speed-filter-wrongful-death-lemmon-snap-appeals-ruling-section-230","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/df1a28653aa0edff5042192c27bd6c51","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABBEhIjEFEzJBof/EABUBAQEAAAAAAAAAAAAAAAAAAAMG/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxEFMdH/2gAMAwEAAhEDEQA/AK17XvwwrE4hhaJi0IQFHLZ8hydSTyM+81I33VZIb64iw+yRl2vgaHGmQT9NKVG8dWtrFXGgex3OdT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EiKr7lyRD","title":"Get two years of PS Plus for less than the cost of one","shortId":"EiKr7lyRD","createdAt":"2021-05-05T13:30:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003690,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:27:56.000Z","url":"https://www.theverge.com/good-deals/2021/5/5/22420735/playstation-ps-plus-membership-sony-apple-battery-case-iphone-watch-nike-deal-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/5/22420735/playstation-ps-plus-membership-sony-apple-battery-case-iphone-watch-nike-deal-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19010fb6001035c9635ee5266ebf27c5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAYBBQEAAAAAAAAAAAAAAAECAwQREgUGExUxIf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMFi68tranVKhRFxlx3cVm2XIhzK8yX7dfK8oSBgAtH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TcNSCFxfq","title":"Freaky Deaky returns—SIDEPIECE, Excision, Galantis, deadmau5 and more","shortId":"TcNSCFxfq","createdAt":"2021-05-05T13:29:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003689,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:29:01.000Z","url":"https://dancingastronaut.com/2021/05/freaky-deaky-returns-sidepiece-excision-galantis-deadmau5-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/freaky-deaky-returns-sidepiece-excision-galantis-deadmau5-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5ff3acb0c19a9b2af84e96d7240e596f","ratio":1.51255539143279,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRJBYQYhIv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAgMBAAAAAAAAAAAAAAABABEDEyGR/9oADAMBAAIRAxEAPwDM4dM8dezQR3N6ZmX6ZkG2NuRjkd1EIoUATM7bfW4FRnulKbkSqi1gcX2f/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"s3jbQ8PvX","title":"It Began As an AI-Fueled Dungeon Game. It Got Much Darker","shortId":"s3jbQ8PvX","createdAt":"2021-05-05T11:06:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003546,"tagsStr":"data-science,ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.wired.com/story/ai-fueled-dungeon-game-got-much-darker/","canonicalUrl":"https://www.wired.com/story/ai-fueled-dungeon-game-got-much-darker/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18000df4bbee77af3e7c04f9983e9559","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACEQMEBQYSMRMUQVHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwCXpLWOSzee2VnltK1omnsJkPECQYjnz7WsNyLy0HtbISOOj9REs6DTMt//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"9QjVACgK1","title":"Blasterjaxx and Jonathan Mendelsohn clinch collaborative trilogy with ‘Make It Out Alive’","shortId":"9QjVACgK1","createdAt":"2021-05-05T13:18:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003678,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:17:56.000Z","url":"https://dancingastronaut.com/2021/05/blasterjaxx-and-jonathan-mendelsohn-clinch-collaborative-trilogy-with-make-it-out-alive/","canonicalUrl":"https://dancingastronaut.com/2021/05/blasterjaxx-and-jonathan-mendelsohn-clinch-collaborative-trilogy-with-make-it-out-alive/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00c92784f609a2127587f091c467a7be","ratio":1.74766355140187,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAQMEAwAAAAAAAAAAAAABAgMABBEFBhIxE2Gh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIDEf/aAAwDAQACEQMRAD8Amp90XVlq0Vm0MUwCwEOxYEeR8Ho+qribgnKzlQehxzj7SlCvZAlLPKivSf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"MLzL_wxTR","title":"Social Apps That Go Suddenly Viral Put Kids at Risk","shortId":"MLzL_wxTR","createdAt":"2021-05-05T13:12:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003672,"tagsStr":"startup","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:00:00.000Z","url":"https://www.wired.com/story/opinion-social-apps-that-go-suddenly-viral-put-kids-at-risk/","canonicalUrl":"https://www.wired.com/story/opinion-social-apps-that-go-suddenly-viral-put-kids-at-risk/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f95c64ce4fefe5ad9aaf5118e8361ee","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQREiExBQYiQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAAICAwAAAAAAAAAAAAAAAAEDAAIEEiH/2gAMAwEAAhEDEQA/AM8SeKtOo1FcHnMiPNlBWwwddLwNgWNx7vyIlL3RXlRkJJNt+J+whFg/Iaph0tGgy4J7P//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"3g-7SHNTU","title":"Help! How Can I Be a Better Mentor?","shortId":"3g-7SHNTU","createdAt":"2021-05-05T13:12:48.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003672,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:00:00.000Z","url":"https://www.wired.com/story/ooo-can-i-be-a-better-mentor/","canonicalUrl":"https://www.wired.com/story/ooo-can-i-be-a-better-mentor/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a03832e35dc68f8127465d0199e96b6","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQREgUhIiRhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAEF/8QAHREAAgIBBQAAAAAAAAAAAAAAAQIAAwQREyIxwf/aAAwDAQACEQMRAD8A2LxDSRM6XAV47ppYsoSF7iNSNuox7FWIt8nxx8alKLKU3XGnR8Eoph0WjmgM/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dXepJ3kGH","title":"The Verge’s Father’s Day Gift Guide 2021","shortId":"dXepJ3kGH","createdAt":"2021-05-05T13:08:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003668,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-07T13:30:00.000Z","url":"https://www.theverge.com/22410178/the-verges-fathers-day-gift-guide-2021","canonicalUrl":"https://www.theverge.com/22410178/the-verges-fathers-day-gift-guide-2021","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1e9af351675781ac5165bb92ca9a5ee","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQQCAwARBRIxIf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxES/9oADAMBAAIRAxEAPwDRueVmrwqtrLNjNS0bBdSYQhFkdJTInoeHQBAyRdGjkV6njc/UWYi41wZPWHYb0Png3jGUqkW52WwaBBY8gZP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"nblQcUB3AC","title":"Facebook’s Trump ban can stay in place, says Oversight Board","shortId":"nblQcUB3AC","createdAt":"2021-05-05T13:08:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003668,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T13:01:36.000Z","url":"https://www.theverge.com/2021/5/5/22320329/facebook-oversight-board-trump-ban-decision","canonicalUrl":"https://www.theverge.com/2021/5/5/22320329/facebook-oversight-board-trump-ban-decision","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/657d2bedc77094d7517f1bc48bd93966","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIRJBUWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMAIWEEBUFC8P/aAAwDAQACEQMRAD8AwdToptrxMkKayU4gOny5Rwet4378VabRpTAi5kAYjW/tKUKZ2VQR6wql27SxyzOriwyR2YcHFf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"pJYNDa6OE","title":"Divers discover massive thigh bone from Ice Age mammoth in Florida river","shortId":"pJYNDa6OE","createdAt":"2021-05-05T12:54:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003654,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:40:56.000Z","url":"https://www.livescience.com/mammoth-bone-florida-river.html","canonicalUrl":"https://www.livescience.com/mammoth-bone-florida-river.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12124e1475d13626fc8b9ec20deb1de5","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAACAQQCAwEAAAAAAAAAAAABAwIABAUREkEUISIx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADETGR/9oADAMBAAIRAxEAPwCfG3mZurAPbmL5L1rZOAS88fUfnexs6P7Ua8znYriHZC5Y0ACc/MYOR7OuqUqdZY5wafYr1oOCf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nKR4tKPbs","title":"Malicious Office 365 Apps Are the Ultimate Insiders","shortId":"nKR4tKPbs","createdAt":"2021-05-05T12:45:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"72d0b520f4a64bed90c56f52c02a8d29","views":0,"score":27003645,"tagsStr":"security,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://krebsonsecurity.com/2021/05/malicious-office-365-apps-are-the-ultimate-insiders/","canonicalUrl":"https://krebsonsecurity.com/2021/05/malicious-office-365-apps-are-the-ultimate-insiders/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7067c5e51a15bc01ef1fd2442c00da69","ratio":0.841692789968652,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQj/xAAjEAACAQIEBwAAAAAAAAAAAAABAgMABAUGETESEyJRUnHR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAECADH/2gAMAwEAAhEDEQA/AKUt0KShQ0jAHbi0pOhMalewgaWFizBGbq7j1QaZqviinl2+3iftOYa5i0G//9k=","siteTwitter":"@briankrebs","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"tUhablZ7H","title":"Shithousery, Agüero, and Looking Ahead to Arsenal v. Villarreal","shortId":"tUhablZ7H","createdAt":"2021-05-05T12:37:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003637,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:28:44.000Z","url":"https://www.theringer.com/2021/5/5/22420742/shithousery-aguero-and-looking-ahead-to-arsenal-v-villarreal","canonicalUrl":"https://www.theringer.com/2021/5/5/22420742/shithousery-aguero-and-looking-ahead-to-arsenal-v-villarreal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ab2859f94929db62e37fbf2003f2e9c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAeEAABAwUBAQAAAAAAAAAAAAABAgMEAAUREiEVQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAQEAAwAAAAAAAAAAAAAAAQIAA0FS/9oADAMBAAIRAxEAPwCvLguXubBditKRFZLu3RuCMlJ7yiW7fISHkW9ttLg3CNidQe4z9pSqlyHKB5MeLphV73//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"bujud5QUu","title":"Stephen A. Smith Discusses His Journey Through Journalism","shortId":"bujud5QUu","createdAt":"2021-05-05T12:25:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003625,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:20:32.000Z","url":"https://www.theringer.com/2021/5/5/22420733/stephen-a-smith-discusses-his-journey-through-journalism","canonicalUrl":"https://www.theringer.com/2021/5/5/22420733/stephen-a-smith-discusses-his-journey-through-journalism","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/533d291cf063df3e4a2461b974a924eb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAgIDAQADAAAAAAAAAAAAAQIDBAAREgYFIUH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAMAAwEAAAAAAAAAAAAAAAECAwAEEUH/2gAMAwEAAhEDEQA/AISWHZY5ZZZnu1WIisbQFS7K/XPOtggfmasPqfQVIUrR/N3CkKiNeliJ0PobPGMYsYIJrwZduHl3XwE5/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"eZjqFWKP1","title":"‘60 Songs That Explain the ’90s’: 'Say It Ain’t So,' Weezer, and the Teenager in All of Us","shortId":"eZjqFWKP1","createdAt":"2021-05-05T12:25:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003625,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:23:53.000Z","url":"https://www.theringer.com/2021/5/5/22420370/60-songs-that-explain-the-90s-say-it-aint-so-weezer-and-the-teenager-in-all-of-us","canonicalUrl":"https://www.theringer.com/2021/5/5/22420370/60-songs-that-explain-the-90s-say-it-aint-so-weezer-and-the-teenager-in-all-of-us","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e767970cbe8cbb9b554921e76a20b30","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAQMCBgMAAAAAAAAAAAAAAgEEIQADBQYRIjFhBxIT/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EAB0RAAEEAgMAAAAAAAAAAAAAAAEAAgMxBBEiUWH/2gAMAwEAAhEDEQA/AIw8lY0RXNrZLv0A0NEKFM5jXuOorbM83uBaWBuM2xmgChFuT2XTnmlKeXEg0eAvrxOHuFFf/9k=","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"uhLUof_Pm","title":"Tales From Yankees-Astros at the Stadium, Plus NY Post Columnist Mike Vaccaro and Actor/Yankee Fan Nick Turturro","shortId":"uhLUof_Pm","createdAt":"2021-05-05T12:18:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003618,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:17:08.000Z","url":"https://www.theringer.com/2021/5/5/22420727/tales-from-yankees-astros-plus-ny-post-columnist-mike-vaccaro-and-actor-yankee-fan-nick-turturro","canonicalUrl":"https://www.theringer.com/2021/5/5/22420727/tales-from-yankees-astros-plus-ny-post-columnist-mike-vaccaro-and-actor-yankee-fan-nick-turturro","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a89aa1a649dbf82bfe3a92724bfc79d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAAwUGERIhIzJR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAiEx/9oADAMBAAIRAxEAPwCLpuxtcYi9Mh4blIrFtZJJNaqeTb+3I9kTO0jHCpA+OR3CjdjYez9iIXNhVXs//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"V1XPAoXp0","title":"Breaking Down PS5’s ‘Returnal’ and Netflix’s ‘Yasuke’","shortId":"V1XPAoXp0","createdAt":"2021-05-05T12:10:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003610,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T12:09:09.000Z","url":"https://www.theringer.com/2021/5/5/22420496/breaking-down-ps5s-returnal-and-netflixs-yasuke","canonicalUrl":"https://www.theringer.com/2021/5/5/22420496/breaking-down-ps5s-returnal-and-netflixs-yasuke","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/27f100258e228a111436519279d8d8b7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBAAGIQUSExEUMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABgRAAIDAAAAAAAAAAAAAAAAAAIDABEx/9oADAMBAAIRAxEAPwDN1q/5cNcRyNGS2pPEAQ573DPiozL7krmPr7VI3OKPTkOM/KUoYUrrIqTCvZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QE9A13-oD","title":"How Weird, Bouncy Cell Signals Can Help Track Wildfire Smoke","shortId":"QE9A13-oD","createdAt":"2021-05-05T12:09:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003609,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T08:00:00.000Z","url":"https://www.wired.com/story/how-cell-signals-can-help-track-wildfire-smoke/","canonicalUrl":"https://www.wired.com/story/how-cell-signals-can-help-track-wildfire-smoke/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67d108817a565358706771d82704e044","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAABBAEEAwAAAAAAAAAAAAABAgMEEQAFBhIiEyFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRIVH/2gAMAwEAAhEDEQA/AJlE3xIKVqmwmH320jgts+IDsm7Au8rcXWY0mMy+vTUcnUBZ737Iv5jGBDsmBrGwByf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"TScMWu7FX","title":"Andy Weir’s 'Project Hail Mary' Is 'The Martian,' Again","shortId":"TScMWu7FX","createdAt":"2021-05-05T12:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003609,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T08:00:00.000Z","url":"https://www.wired.co.uk/article/project-hail-mary-andy-weir-science","canonicalUrl":"https://www.wired.co.uk/article/project-hail-mary-andy-weir-science","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/67896680b726766adae09dd95771f522","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEFBBIGBxMhMZGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AIl4hyp5iS4abUtnhB3uMrLFbXGmi6b4Hf3a2sQldGx3VIsA0Ca+oiD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ztXlEAoVj","title":"The Bears Know QB Disappointment. They Hope Justin Fields Is Different","shortId":"ztXlEAoVj","createdAt":"2021-05-05T12:04:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003604,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:57:44.000Z","url":"https://www.theringer.com/nfl/2021/5/5/22420164/justin-fields-nfl-draft-bears-quarterback-redemption","canonicalUrl":"https://www.theringer.com/nfl/2021/5/5/22420164/justin-fields-nfl-draft-bears-quarterback-redemption","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e2b83837864df6e58ad3403c52e7c320","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAFERIhBgcxkcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAECABEDEjFBof/aAAwDAQACEQMRAD8Aoevo7sfunZ35MgvFEcSMN7NbKDmBthWCOfXFbElm5hICbokAeMxkn7SlS9iTR6iGQLiRxyb8M//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"C_xNFPgwA","title":"The 10 Most Interesting Kris Bryant Trade Destinations","shortId":"C_xNFPgwA","createdAt":"2021-05-05T12:03:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003603,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:51:08.000Z","url":"https://www.theringer.com/mlb/2021/5/5/22420056/kris-bryant-cubs-trade-destinations-white-sox-phillies-braves","canonicalUrl":"https://www.theringer.com/mlb/2021/5/5/22420056/kris-bryant-cubs-trade-destinations-white-sox-phillies-braves","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/328a51e4635581ff7a218c94846beecd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEDBQEBAAAAAAAAAAAAAQIFAwQRAAYTITESYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQEAAQQDAQAAAAAAAAAAAAABAgADEaEEIWGR/9oADAMBAAIRAxEAPwCh3Fs+pcl4ppSobKabjCtSBNuyFgHBBH14ejj3vPWNMjoKhFR9rHI3ItpSW3DkYLBAFzjP5ppom9OUrQL79Ka5FuOYyDtHTg1X/9k=","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"9oSbsXw0V","title":"Go read this report on how law enforcement can extract sensitive data from your car","shortId":"9oSbsXw0V","createdAt":"2021-05-05T11:34:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003574,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:27:16.000Z","url":"https://www.theverge.com/2021/5/5/22420674/go-read-this-intercept-report-vehicle-forensics-infotainment-personal-sensitive-data-law-enforcement","canonicalUrl":"https://www.theverge.com/2021/5/5/22420674/go-read-this-intercept-report-vehicle-forensics-infotainment-personal-sensitive-data-law-enforcement","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12e08ba23e4a0bb23a581079b32cb048","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAEDEQISIWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQADAAAAAAAAAAAAAAAAAAABAkH/2gAMAwEAAhEDEQA/AM0R6qCXF42+q78JagBQoWx//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"4ZEYY1dtQ","title":"Premiere: Rise and shine with Joris Delacroix and Run River’s ‘Early Hours’","shortId":"4ZEYY1dtQ","createdAt":"2021-05-05T11:23:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003563,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:22:50.000Z","url":"https://dancingastronaut.com/2021/05/premiere-rise-and-shine-with-joris-delacroix-and-run-rivers-early-hours/","canonicalUrl":"https://dancingastronaut.com/2021/05/premiere-rise-and-shine-with-joris-delacroix-and-run-rivers-early-hours/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d88b0158551057a44660d3f927a8a5b0","ratio":1.47679324894515,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIiBgchMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AM1qPWqrZXYt45rKyeHaI4yDzVW5A+x52/Kl6f3HZbC2WbT4JJBEoZznLHAyaUqrdLu8mSTA7//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pKWbso_Hk","title":"‘Returnal’ Is the First, Stunning Showcase for the PS5","shortId":"pKWbso_Hk","createdAt":"2021-05-05T11:19:03.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003559,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:05:00.000Z","url":"https://www.theringer.com/2021/5/5/22420270/returnal-is-the-first-stunning-showcase-for-the-ps5","canonicalUrl":"https://www.theringer.com/2021/5/5/22420270/returnal-is-the-first-stunning-showcase-for-the-ps5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f347b5dbaaa0de844d959d67ff16526","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIEESEAAwUSMaH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMRIjGx/9oADAMBAAIRAxEAPwDAOud3NXOjihqQpo56bFedwqYpUT4KmbvLCwSqxsIBsAgH7jGUkbG2UyPM0Tq+lf/Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"5ygeoSoxj","title":"Eating too much salt could mess with your immune cells","shortId":"5ygeoSoxj","createdAt":"2021-05-05T11:07:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:00:00.000Z","url":"https://www.livescience.com/salt-disrupts-immune-cell-functioning.html","canonicalUrl":"https://www.livescience.com/salt-disrupts-immune-cell-functioning.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cecb113990eb99dd93e60358c1ab6328","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFBhESITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAQADAAAAAAAAAAAAAAAAAAEAAhH/2gAMAwEAAhEDEQA/AINIxeGy2uJj7nHWFvMDIxvJUMh69fFAC8j39rKz64kc8iLb2zhWKhgOAeD99FKUSzoR9TFn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"AdLi2PL_Q","title":"MDMA-assisted therapy for PTSD one step closer to FDA approval","shortId":"AdLi2PL_Q","createdAt":"2021-05-05T11:07:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T11:00:06.000Z","url":"https://www.livescience.com/psychedelic-ptsd-treatment-landmark.html","canonicalUrl":"https://www.livescience.com/psychedelic-ptsd-treatment-landmark.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9906d5a4ccb5a61bc49d58bb4690c1b","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBQYHIRIUkf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIRAP/aAAwDAQACEQMRAD8AwHjns03I8r9KynxllUxxSox0pHv2pOiD+5Ivd95CvdsQz06zSxyMjsrHRYHRIxjDEjrnUukwO//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"DD9DfAfj_","title":"It’s Already Time to Stop the Next Pandemic. Can a Prize Help?","shortId":"DD9DfAfj_","createdAt":"2021-05-05T11:06:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.wired.com/story/its-already-time-to-stop-the-next-pandemic-can-a-prize-help/","canonicalUrl":"https://www.wired.com/story/its-already-time-to-stop-the-next-pandemic-can-a-prize-help/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/efb50f929ff2693b022e051447b7f2f8","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRABAQACAQUAAAAAAAAAAAAAAgEAEQMSITFh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACEVH/2gAMAwEAAhEDEQA/ANUFyWdERKW9KHx9uVERBidVk1VZN332xjDuuEt0AbZ2f//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"WD5GaH47v","title":"Forget To-Do Lists. You Really Need a 'Got Done' List","shortId":"WD5GaH47v","createdAt":"2021-05-05T11:06:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27003546,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.wired.com/story/productivity-got-done-list/","canonicalUrl":"https://www.wired.com/story/productivity-got-done-list/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f76384c3bbc863b0c17c2c36fdca99c0","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBRIUITFSYf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAQUBAQAAAAAAAAAAAAAAAQACBCFRA0H/2gAMAwEAAhEDEQA/AN+2qx28mnullCGEbAFVQY3Ko9eyCM9581CvbpHvJ340Q3SMcY+0pRD6VFiR+bbA806V/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Rumcl_PEu","title":"Amway My Pack by NUTRILITE","shortId":"Rumcl_PEu","createdAt":"2021-05-05T10:40:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003520,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118275705/Amway-My-Pack-by-NUTRILITE","canonicalUrl":"https://www.behance.net/gallery/118275705/Amway-My-Pack-by-NUTRILITE","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4a68d90ea448253928e079a330307ea4","ratio":1.59817351598174,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAGxAAAgMBAQEAAAAAAAAAAAAAAQIAAxEhBUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAH/8QAGxEAAgMAAwAAAAAAAAAAAAAAAQIAAxFBUbH/2gAMAwEAAhEDEQA/ANeuipaWTpZqWr0qOMToMlHmtg1137giIc22MQu9ROoRULZyT7P/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sAy0lt54d","title":"Two Assholes Lost in the Woods: An Oral History of “Pine Barrens”","shortId":"sAy0lt54d","createdAt":"2021-05-05T10:34:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003514,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:30:00.000Z","url":"https://www.theringer.com/tv/2021/5/5/22417569/sopranos-pine-barrens-oral-history","canonicalUrl":"https://www.theringer.com/tv/2021/5/5/22417569/sopranos-pine-barrens-oral-history","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7465d6c9a14d00a392e01dbfaf600d7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAAYBAwUAAAAAAAAAAAAAAAECAwQRIQUGEhYiQlSC/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIR/9oADAMBAAIRAxEAPwDeI20IMWQ25HUsmlGZOtr7uSaOiI/HObzYv0vo3p39mACfJ2at/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4VVsFUJvM","title":"Kayzo brings the energy on remix of ILLENIUM and iann dior’s ‘First Time’","shortId":"4VVsFUJvM","createdAt":"2021-05-05T10:26:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003506,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:26:00.000Z","url":"https://dancingastronaut.com/2021/05/kayzo-brings-the-energy-on-remix-of-illenium-and-iann-diors-first-time/","canonicalUrl":"https://dancingastronaut.com/2021/05/kayzo-brings-the-energy-on-remix-of-illenium-and-iann-diors-first-time/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/30c38443d5edaf78d2d57d4613fd5f88","ratio":1.49953139643861,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIRAAAgECBgMAAAAAAAAAAAAAAQIDAAUEBhESIjETUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABsRAAICAwEAAAAAAAAAAAAAAAECABEDBDFR/9oADAMBAAIRAxEAPwCIM/Wq3Wi1BMCWePCFXjDN45dTyUjoHUA7vfytlszZamJlik2RvyVTA+oB6FKUqKsyXLro4A5Xk//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DX4JQQ4Ct","title":"The NBA Play-in Is Becoming a Hot-Button Issue. But It’s Probably Not Going Anywhere.","shortId":"DX4JQQ4Ct","createdAt":"2021-05-05T10:17:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003497,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:15:00.000Z","url":"https://www.theringer.com/nba/2021/5/5/22420413/nba-play-in-tournament-lebron-james-mark-cuban","canonicalUrl":"https://www.theringer.com/nba/2021/5/5/22420413/nba-play-in-tournament-lebron-james-mark-cuban","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4612f017dfe43324002dcd4cc07e8701","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIRAAMFElEEBgcTImGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDITNhcf/aAAwDAQACEQMRAD8Ag8FyljLvS/J8fcW533QMdLQPADTH0knf1WQuLbOzKmlSZAmYG1KUjE09VJ6mcBpf/9k=","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"DsQoROzi9","title":"Sonny Fodera and Just Kiddin deliver a sun-kissed melodic house anthem, “Closer”","shortId":"DsQoROzi9","createdAt":"2021-05-05T10:16:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27003496,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:15:00.000Z","url":"https://dancingastronaut.com/2021/05/sonny-fodera-delivers-a-sunkissed-melodic-house-anthem-closer/","canonicalUrl":"https://dancingastronaut.com/2021/05/sonny-fodera-delivers-a-sunkissed-melodic-house-anthem-closer/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2e3c5cc2d3cc6c82f06db7310e81f1af","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQGEQUSISNR0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDWOZyWzbL8fni5B0s4FuRPF0OA5ZAFOtdyD71VFs+x9WKm8k2Do+F/lKUH/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"WYUrMgiP0","title":"The 14 NFL Rookies With the Most Fantasy Football Potential in 2021","shortId":"WYUrMgiP0","createdAt":"2021-05-05T10:10:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003490,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T10:00:00.000Z","url":"https://www.theringer.com/2021/5/5/22420419/fantasy-football-rookies-jamarr-chase-kyle-pitts-najee-harris","canonicalUrl":"https://www.theringer.com/2021/5/5/22420419/fantasy-football-rookies-jamarr-chase-kyle-pitts-najee-harris","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d45c8c4e7ca7903720e11d1e1bc56e31","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAURACEGEjFhgf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDERJBsf/aAAwDAQACEQMRAD8Aq6uayubzfktO9aVa0V0UvWuhjJjVWb52ezsD8+9c1OtjY4a0USz2yEQKC07EnQ133xxwPImR4Oq4ErMKdQX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"m79WUu6w-","title":"Oracle Linux Manager 2.10: Erster Eindruck","shortId":"m79WUu6w-","createdAt":"2021-05-05T09:11:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27003431,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T08:46:55.000Z","url":"https://cstan.io/?p=12772","canonicalUrl":"https://cstan.io/?p=12772","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/00c18add01fd085796e75d9d71f93302","ratio":1.56666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAwABAgYEBREWQVaV0v/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDZ6jSqzk1/XmPW9IYkxczmXBHKTvy/d4q70FUPFdD68XyiIL//2Q==","siteTwitter":"","creatorTwitter":"@stankowic_devel","readTime":5,"description":null,"toc":null,"summary":null},{"id":"TXC9JMuxC","title":"US birth rate plunged in 2020","shortId":"TXC9JMuxC","createdAt":"2021-05-05T09:06:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27003426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T09:00:00.000Z","url":"https://www.livescience.com/us-birth-rates-plunged-2020.html","canonicalUrl":"https://www.livescience.com/us-birth-rates-plunged-2020.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5313f41a42870bcb8f6b56b9ad6346fe","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwQDAQAAAAAAAAAAAAACAAEDBAURIRIUMfD/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwCqsJ2QLbE/TKY3jzIfm9eZ+0o+upbNJW1BjHxEpCdm4vpndETQyBf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yJcnWo5n6","title":"PS5 designer helps Nike with latest Paul George sneakers","shortId":"yJcnWo5n6","createdAt":"2021-05-05T08:56:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27003416,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T08:49:02.000Z","url":"https://www.theverge.com/2021/5/5/22420584/nike-pg5-playstation-shoes-sneakers-paul-george-basketball","canonicalUrl":"https://www.theverge.com/2021/5/5/22420584/nike-pg5-playstation-shoes-sneakers-paul-george-basketball","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d43203681da2439564cbe4109e138ca","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQMCAAQRBQYSISIkQUJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAMAwEAAhEDEQA/ALvU787i2svUb9eWWqXCCxI8BkY85EeTgYHzNZgfcKL2dvEdR9v2lKoqJ6sDKmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"D0QOOMKMI","title":"JavaScript Typed Arrays","shortId":"D0QOOMKMI","createdAt":"2021-05-04T20:56:27.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"bit","views":167,"score":27003334,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T20:56:15.000Z","url":"https://blog.bitsrc.io/javascript-typed-arrays-ccfa5ae8838d","canonicalUrl":"https://blog.bitsrc.io/javascript-typed-arrays-ccfa5ae8838d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d9978d0e0954a4a3865df9b5ef8a3e26","ratio":1.58730158730159,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABBEFFAcSISIxUuH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAABAgMRITL/2gAMAwEAAhEDEQA/AInRU3nBnU4bYCFrbUdzdMDymdGUKi5HqRnHioFIJyi4kwMdO75SlNkU3sqjnJ//2Q==","siteTwitter":"@bitdev_","creatorTwitter":"@MahdhiRezvi","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Inf2LRtYK","title":"Lung ultrasound can determine care needs for COVID patients","shortId":"Inf2LRtYK","createdAt":"2021-05-05T07:23:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003323,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132295&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132295","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/12cafae1fbabbfa5fc4d5387602316de","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAABAgMEABESIQUGFGHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIRMf/aAAwDAQACEQMRAD8AveuokTesNc7MmOnJkOGMyEoTkCq+7E2Nxr1UWzzM5xpC/IcGSQd2PylKmm6wTZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Low-uc_w0","title":"Burnout looms larger for third-year residents","shortId":"Low-uc_w0","createdAt":"2021-05-05T07:23:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27003323,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132299&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132299","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d88987e0a51e11a6eea46c35dfd8ec1e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIFAAMEBhESISIxMkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRIWH/2gAMAwEAAhEDEQA/ALRMlfl9RxkjfJQ4mTeXHtqeSsCFZmJ8twSPW1bEkpc4F6B2+0pSXAA6g0MWXJ7P/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"CxNB_SaVP","title":"Apache OpenOffice 4.1.10 veröffentlicht","shortId":"CxNB_SaVP","createdAt":"2021-05-05T07:11:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27003311,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T06:36:00.000Z","url":"https://linuxnews.de/2021/05/apache-openoffice-4-1-10-veroeffentlicht/","canonicalUrl":"https://linuxnews.de/2021/05/apache-openoffice-4-1-10-veroeffentlicht/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/1aab55ec4412130680e1c33f08412818","ratio":0.740625,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIRAAAgMAAgICAwAAAAAAAAAAAQMCBBEABQYHIUETUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAIBEAAQIGAwEAAAAAAAAAAAAAAgMhAAEEERJhcZGhwf/aAAwDAQACEQMRAD8Azrx31f11rrDG8bhufiDJyWqcs0fQiM/p+D++Arvht1Fx6lsVOC2SjGROEgHASPrlur7a8hh0CeqtvZcSkYstdPBgwaN+c4Jsdree9jmWmmbJGcslg0nTxNZWkIRxF9fZ2eCEEa0TLIm2/Urt5xH/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iJbyBuJ0Z","title":"16px or Larger Text Prevents iOS Form Zoom","shortId":"iJbyBuJ0Z","createdAt":"2021-05-04T21:54:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":19,"score":27003289,"tagsStr":"ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:16:04.000Z","url":"https://css-tricks.com/16px-or-larger-text-prevents-ios-form-zoom/","canonicalUrl":"https://css-tricks.com/16px-or-larger-text-prevents-ios-form-zoom/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/845cbeff4203a01e71ddee4b8e65cb18","ratio":1.62244897959184,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAGxAAAgIDAQAAAAAAAAAAAAAAAAECAxEhMkH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0TCtwrsS8lnplSekAB//2Q==","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"C7MidiH8Y","title":"He Loves Me, He Loves Me Not","shortId":"C7MidiH8Y","createdAt":"2021-05-05T06:45:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27003285,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.behance.net/gallery/118730543/He-Loves-Me-He-Loves-Me-Not","canonicalUrl":"https://www.behance.net/gallery/118730543/He-Loves-Me-He-Loves-Me-Not","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45237636e156b683f53b68b4c2387998","ratio":1.59453302961276,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAwQSIREFBiJhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAAwQRIfD/2gAMAwEAAhEDEQA/AI7t+N0dtpqUcpHAg4jY51l4rTX6I1leJhir8taBoeviIk8KtRY2vdMsgik9E//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8nUUSQST5","title":"Node.js Async Await Tutorial – With Asynchronous JavaScript Examples","shortId":"8nUUSQST5","createdAt":"2021-05-04T16:19:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":380,"score":27003271,"tagsStr":"javascript,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-04T20:00:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:07:17.000Z","url":"https://www.freecodecamp.org/news/node-js-async-await-tutorial-with-asynchronous-javascript-examples/","canonicalUrl":"https://www.freecodecamp.org/news/node-js-async-await-tutorial-with-asynchronous-javascript-examples/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/77ed135eacd0becba5d5e32d17bd651a","ratio":1.72,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQUSIjHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AM+Q3kG2TL9FyYgyJETI58NnOsH3Uu7kiWzJZcE9jvsPlKVPZAZf/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@stanley_ngn","readTime":12,"description":null,"toc":null,"summary":null},{"id":"gddKINzYy","title":"How we use Web Components at GitHub","shortId":"gddKINzYy","createdAt":"2021-05-04T16:17:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"ghblog","views":338,"score":27003257,"tagsStr":"general-programming,webdev,open-source,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-04T20:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:57:58.000Z","url":"https://github.blog/2021-05-04-how-we-use-web-components-at-github/","canonicalUrl":"https://github.blog/2021-05-04-how-we-use-web-components-at-github/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8c80eac8f61ca87cdcb2e2ba6c51ed38","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAwACAQUAAAAAAAAAAAAAAQIDABESEyEiI0H/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFhEBAQEAAAAAAAAAAAAAAAAAABEB/9oADAMBAAIRAxEAPwDRt0eUarOh9j9TyHLid/Mtm9Aigvs6HfWMYmUf/9k=","siteTwitter":"@github","creatorTwitter":"@github","readTime":7,"description":null,"toc":null,"summary":null},{"id":"tKebRBrkt","title":"TUXEDO InfinityBook S 15 Gen 6 eingetroffen","shortId":"tKebRBrkt","createdAt":"2021-05-05T05:51:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27003231,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T05:25:00.000Z","url":"https://linuxnews.de/2021/05/tuxedo-infinitybook-s-15-gen-6-eingetroffen/","canonicalUrl":"https://linuxnews.de/2021/05/tuxedo-infinitybook-s-15-gen-6-eingetroffen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/138dfb56ec4003f8ae7c7c3c0928ec0c","ratio":1.65105386416862,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAgYCAwAAAAAAAAAAAAACAQMABAUGERITIRUxUf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AKlX5a47eumX8SdNmGahVCflymnXBNtDbwTRaiqKG2ST51FOYSb4G+cmObVN9BXXbHeMr6zCELAZf//Z","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":3,"description":null,"toc":null,"summary":null},{"id":"tzi7uetdK","title":"A Full-Fledged Jokic-gasm With Kevin O’Connor and J. Kyle Mann","shortId":"tzi7uetdK","createdAt":"2021-05-05T04:15:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003135,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T04:15:14.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/5/22420465/a-full-fledged-jokic-gasm-with-kevin-oconnor-and-j-kyle-mann","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/5/22420465/a-full-fledged-jokic-gasm-with-kevin-oconnor-and-j-kyle-mann","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/074705f1f02216c3d1597fb5bfd76fb1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDEQAEBVESExQxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECESEx/9oADAMBAAIRAxEAPwDKdil0UL7/AHt0My+HKqd6mKvcb9d19FAD3zksurmdQySGNSLCKq0o4FjGMI9ZW8R//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"G_rvoDSWD","title":"U.S. Data Privacy Legislation: Proposed & Pending Regulations","shortId":"G_rvoDSWD","createdAt":"2021-05-05T00:08:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"cshub","views":1,"score":27003122,"tagsStr":"data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/us-data-privacy-legislation-proposed-pending-regulations","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/us-data-privacy-legislation-proposed-pending-regulations","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/80dacd71fece0ddc6e7714303e0d1fce","ratio":1.34099616858238,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFBjFRERJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQADAQAAAAAAAAAAAAAAAAAAARED/9oADAMBAAIRAxEAPwDNtMxOEv8AEX0ssE11IY/WJ0YIIn7IPP2pra4gYjweexSlFo6ycP/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"E1BNmqIm1","title":"How to build an effective professional network on LinkedIn: Some data-driven insights","shortId":"E1BNmqIm1","createdAt":"2021-05-04T16:02:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"linkedin","views":110,"score":27003068,"tagsStr":"tech-news,career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://engineering.linkedin.com/blog/2021/professional-network-checklist","canonicalUrl":"https://engineering.linkedin.com/blog/2021/professional-network-checklist","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f66e45442f37e506a604d5643a323e25","ratio":1.78117048346056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgABBAMFESESUWGx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEBAQEAAAAAAAAAAAAAAAECAwAx/9oADAMBAAIRAxEAPwDc7pfq8O9W2EEMKrSdMbyHDGOx4v8Ad+KqdVyMiw23yiJu2MTEIenEy1pqxfHv/9k=","siteTwitter":"@LinkedInEng","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"HVfY_Y3_2","title":"“I Take Everything in My Life As Motivation”","shortId":"HVfY_Y3_2","createdAt":"2021-05-05T03:02:12.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003062,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T02:55:28.000Z","url":"https://www.theringer.com/nba/2021/5/4/22417583/nba-tyrese-haliburton-sacramento-kings-rookie","canonicalUrl":"https://www.theringer.com/nba/2021/5/4/22417583/nba-tyrese-haliburton-sacramento-kings-rookie","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5e60f6a463fd0e5e231f561da0af66cc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEAAMFERIhEyJRUoH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAgICAwAAAAAAAAAAAAAAAQMAEhQxUXGR/9oADAMBAAIRAxEAPwDRZWdycphdaUVvxV6llwo7WYbDxp6g/TrVaRnMuki6om8KxHFseaUpgqXYio8gjmsx1Gx1z3P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"UABbcTe7m","title":"“May the Fourth Be With You” Star Wars Special","shortId":"UABbcTe7m","createdAt":"2021-05-05T02:45:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003045,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T02:33:56.000Z","url":"https://www.theringer.com/2021/5/4/22420321/may-the-fourth-be-with-you-star-wars-special","canonicalUrl":"https://www.theringer.com/2021/5/4/22420321/may-the-fourth-be-with-you-star-wars-special","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/264cab8e609382052a3b84e95374ae8e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAwUEBhESI0Fhgv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAWEQADAAAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhEDEQA/AM93DQBkhoKiEodlI5UEjkv5+RKCjaGIemtmqt6mUE9z1EREoPTP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"02ZvA-OQl","title":"Promising Young Golfers With Jason Sobel","shortId":"02ZvA-OQl","createdAt":"2021-05-05T02:13:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27003013,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T02:10:18.000Z","url":"https://www.theringer.com/2021/5/4/22420278/promising-young-golfers-with-jason-sobel","canonicalUrl":"https://www.theringer.com/2021/5/4/22420278/promising-young-golfers-with-jason-sobel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/837626b0bcdff1f5f268068bb487afb8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQFBhESIRMxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECAxL/2gAMAwEAAhEDEQA/AKLxX+mXVIMrdTTPBIySMePHYD4Oj7rLLm6zBuJS2fypJY7nznvulKiqk8INn//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"z1elsHwKj","title":"Epic says there’s an App Store payment lockout — but Apple just sees friction","shortId":"z1elsHwKj","createdAt":"2021-05-05T01:13:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002953,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T01:10:14.000Z","url":"https://www.theverge.com/2021/5/4/22419894/apple-epic-fortnite-app-store-antitrust-trial-day-2","canonicalUrl":"https://www.theverge.com/2021/5/4/22419894/apple-epic-fortnite-app-store-antitrust-trial-day-2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b4a4968d8a8b4a5c7934efee9f9ad65b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBAUAESESE//EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAIREAAQIEBwAAAAAAAAAAAAAAAQACAwQRMQUSE7Gy0eH/2gAMAwEAAhEDEQA/AMfiOx4lbYRH4TEmXKS2US17SpnXVAAcPoaB33JlVhXNkoNOySnm/qruMYdLtz1r1srfG4zpQM0gLm4DuQPq/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ynhUpuDQT","title":"WhatsApp payments are finally coming back to Brazil after government suspension","shortId":"ynhUpuDQT","createdAt":"2021-05-05T01:12:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002952,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T01:07:24.000Z","url":"https://www.theverge.com/2021/5/4/22420029/whatsapp-payments-brazil-launch-regulations-fight","canonicalUrl":"https://www.theverge.com/2021/5/4/22420029/whatsapp-payments-brazil-launch-regulations-fight","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/351286b58440dd891fad019b2042fed3","ratio":1.90909090909091,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAACAQMDBQEAAAAAAAAAAAABAgMABBEFBhMHFSEicaP/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQARAhITMf/aAAwDAQACEQMRAD8Aqt8bPk1PUre67k0PHayWqrGrp6scnJSRc/DUG/SCBnYjUwoJyBxy+P2pSkc8RWvYbZSrn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"VLQ8xBNXh","title":"API mocking in unit test and storybook","shortId":"VLQ8xBNXh","createdAt":"2021-05-04T15:54:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":92,"score":27002947,"tagsStr":"webdev,testing,nodejs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:54:28.000Z","url":"https://itnext.io/api-mocking-in-unit-test-and-storybook-a0e774f7296","canonicalUrl":"https://gist.github.com/07d7b06252a846273de505553b7c8dc5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c322bf74b990c915c984c4218f4cce8","ratio":1.49812734082397,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQFERIGExQhMXFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDBBFR/9oADAMBAAIRAxEAPwDHcBmJ69WS3R5cL4QAZtp3uPks+SOx9qgfxzK57iynjQ0nUDpAdAiJt0FqvkvDdB5P/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@imDongCHEN","readTime":3,"description":null,"toc":null,"summary":null},{"id":"tBCYEhJaH","title":"Let’s use (X, X, X, X) for talking about specificity","shortId":"tBCYEhJaH","createdAt":"2021-05-04T14:57:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":64,"score":27002945,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:19:55.000Z","url":"https://css-tricks.com/lets-use-x-x-x-x-for-talking-about-specificity/","canonicalUrl":"https://css-tricks.com/lets-use-x-x-x-x-for-talking-about-specificity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/025a5f2a2ab8e583e6f261924d278b7a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHxAAAQMFAAMAAAAAAAAAAAAAAQIDBAAFBhESBxMh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwCiYHembJ4pxy5NW2MX1Q0dKbSltSiARsq5Oz8rKORiPKyG6SEsetLsp1YR1vkFZOt6pSkH/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":1,"description":null,"toc":null,"summary":null},{"id":"hyhAygDw0","title":"Rookie Rankings and Post-Draft Winners and Losers","shortId":"hyhAygDw0","createdAt":"2021-05-05T00:04:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002884,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-05T00:01:13.000Z","url":"https://www.theringer.com/2021/5/4/22420102/rookie-rankings-and-post-draft-winners-and-losers","canonicalUrl":"https://www.theringer.com/2021/5/4/22420102/rookie-rankings-and-post-draft-winners-and-losers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0e8a530582cb2db6583467ad238e9e65","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAABAwMDBQAAAAAAAAAAAAABAgMEABESBQYhBxMVMYH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBv/EAB4RAAAEBwAAAAAAAAAAAAAAAAABAxECBAUSEyHB/9oADAMBAAIRAxEAPwCC6LGYldhLreSpExuKslRtirkkAejVxc6Y7NbWpHiXlYkpuZbnNvtKUj7FDRJZJe/JCRs3R//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9RpUNoZjT","title":"Boost Mobile’s Unlimited Plus plan now comes with talk, text, and telemedicine","shortId":"9RpUNoZjT","createdAt":"2021-05-04T23:52:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002872,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T23:43:29.000Z","url":"https://www.theverge.com/2021/5/4/22419961/boost-mobile-unlimited-plan-healthcare-k-health","canonicalUrl":"https://www.theverge.com/2021/5/4/22419961/boost-mobile-unlimited-plan-healthcare-k-health","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aac1a4f989fc6ba0ecb8236dfaa6a033","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxABAAECBwEAAAAAAAAAAAAAAQACEQMEBRIWITHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAQEBAAMAAAAAAAAAAAAAAAECABExQf/aAAwDAQACEQMRAD8A0Nq1WLyfIFNZZ8HdYO79CC/PZRxEMySqHeTS8D5v/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"d5qKoHGsD","title":"The story of Basecamp’s disastrous policy","shortId":"d5qKoHGsD","createdAt":"2021-05-04T23:29:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002849,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T23:25:00.000Z","url":"https://www.theverge.com/2021/5/4/22419512/basecamp-political-speech-policy-fallout","canonicalUrl":"https://www.theverge.com/2021/5/4/22419512/basecamp-political-speech-policy-fallout","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f008ce1deac2f31a6b3dd5ea7debf62","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAhBDESE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAxEhIkHw/9oADAMBAAIRAxEAPwDZ5WWGTnkqX9aNMwY2H34gdaA2dfcpSQlFqwK6vrGMLGsn2yirN0P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yNK4-q3ar","title":"Young green turtles tracked to 'lost years' hideaway","shortId":"yNK4-q3ar","createdAt":"2021-05-04T23:05:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002825,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T23:02:55.000Z","url":"https://www.livescience.com/green-sea-turtles-sargasso-sea-tracking.html","canonicalUrl":"https://www.livescience.com/green-sea-turtles-sargasso-sea-tracking.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5bd99552d3eaece4a76cf0df63c1d479","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAwQRBhIhFDEyQdL/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAwADAQAAAAAAAAAAAAAAAQIDACExUf/aAAwDAQACEQMRAD8A1MWvLMcMpFKqYRE0sbhwId7yd3blTDWsrxu6CoM8+LvpERJ1dusee4ukUUaAz//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"18BeRke-2","title":"I like X-wings as much as the next guy, but we don’t need one in the Smithsonian","shortId":"18BeRke-2","createdAt":"2021-05-04T22:58:11.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002818,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T22:55:00.000Z","url":"https://www.theverge.com/tldr/2021/5/4/22419570/smithsonian-national-museum-star-wars-x-wing","canonicalUrl":"https://www.theverge.com/tldr/2021/5/4/22419570/smithsonian-national-museum-star-wars-x-wing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3869df15d32e1e257fa9d7fec1917a6a","ratio":1.90661478599222,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMUEh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AM6rkjFrx8JaksSwLa5sAbZYeDzQkVzt2PPvBwREnAnVv//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"aDcrQACPn","title":"AT&T violated labor law but can still ban workers from recording conversations, NLRB rules","shortId":"aDcrQACPn","createdAt":"2021-05-04T22:46:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002806,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T22:38:35.000Z","url":"https://www.theverge.com/2021/5/4/22419772/att-rule-barring-workers-recording-conversations-legal-federal-labor-law","canonicalUrl":"https://www.theverge.com/2021/5/4/22419772/att-rule-barring-workers-recording-conversations-legal-federal-labor-law","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6fec00e55e3ad3858fa3ebfdb868e63a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAQMDAgcAAAAAAAAAAAAAAgABAwQFQQYhBxETIzJRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAxEhYbHw/9oADAMBAAIRAxEAPwC7h/booNJwVFyIrlcJaYSapmfeNi35C2PuXz6WfMEXWPtt5OiJxQoVde1Jfc5ew557M//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8Q8r_3qOX","title":"HTC may announce two new Vive VR headsets on May 11th","shortId":"8Q8r_3qOX","createdAt":"2021-05-04T22:42:21.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002802,"tagsStr":"vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T22:35:00.000Z","url":"https://www.theverge.com/2021/5/4/22419755/htc-vive-pro-2-focus-3-business-edition-virtual-reality-vr-headset-vivecon-rumor","canonicalUrl":"https://www.theverge.com/2021/5/4/22419755/htc-vive-pro-2-focus-3-business-edition-virtual-reality-vr-headset-vivecon-rumor","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9cdd39a494862ba445b041f3508a2fbd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAwIEEQABBRIhQRMx4v/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREBAAEDBQAAAAAAAAAAAAAAAQACAxETMVHB8P/aAAwDAQACEQMRAD8Aypi3LkcZm3JD3Gpk0DqlCeFeQmvMz6jqrhKHmtodCiOw/VKUS4rTh56JdtBr1vt2f//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"MNHjWNVR1","title":"[??] Respiration","shortId":"MNHjWNVR1","createdAt":"2021-05-04T22:33:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27002793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118756061/-Respiration","canonicalUrl":"https://www.behance.net/gallery/118756061/-Respiration","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c7e1abb25312b14e25dd098539f14c9","ratio":1.63360560093349,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIDEQAFBAYTMUFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEQMEEv/aAAwDAQACEQMRAD8A0mv5jmjn4yKVOrCkzEKWo9zVHxVZOk22zkkZ1eJQxJA9fMYwLimQtrNPqrP/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sgNdHRpPl","title":"RSIP Vision debuts prostate AI registration tool","shortId":"sgNdHRpPl","createdAt":"2021-05-04T18:27:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":27002781,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:06:47.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132292&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132292","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1dd1b8efb3c26e3ec970c511823420f9","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAIhAAAgEEAgEFAAAAAAAAAAAAAQIDAAQGEQUhEhMyU2HR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECQf/aAAwDAQACEQMRAD8Atw/hMfPCCSOARRgyTr6h2xDe3x76+qJPxmLo7JJasrqdMDIOjWf4xeXJxbkibmYkINEuetEaoe1/eFiTd3BO/kP7Sr0rTy5FD//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"MxofusiPY","title":"Here’s how to turn your Lenovo laptop into an Echo Show, if you want to do that for some reason","shortId":"MxofusiPY","createdAt":"2021-05-04T22:18:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002778,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T22:15:00.000Z","url":"https://www.theverge.com/2021/5/4/22419777/amazon-echo-show-lenovo-laptops-feature-announced","canonicalUrl":"https://www.theverge.com/2021/5/4/22419777/amazon-echo-show-lenovo-laptops-feature-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3a464fe128ee912cd8b2f11436cd54f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDEQAEEgUGEzEUQaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACIf/aAAwDAQACEQMRAD8AkNkMCx2lpbCUtrVcMhzkKYKc1Ex36nusN1W28PVLy2zz4Xlt5ERlCiJ+UpSThHIC3//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3L3gFj8ks","title":"How to Grow Your Agency or Freelance Business","shortId":"3L3gFj8ks","createdAt":"2021-05-04T22:05:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002765,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T19:04:44.000Z","url":"https://mediatemple.net/blog/work-life/how-to-grow-your-agency-or-freelance-business/","canonicalUrl":"https://mediatemple.net/blog/work-life/how-to-grow-your-agency-or-freelance-business/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a16c81351e40b515821d530c30f8509d","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAABAwQCAwAAAAAAAAAAAAACAAEDBAUGExExElGR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQEAAgMAAAAAAAAAAAAAAAACAAEDMVH/2gAMAwEAAhEDEQA/AJq55/kdJURV0FwIZCJo9fDamH14dKhDPrqYCZwUDkTcu+nt/qIlWDyTmJq63P/Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"4I3hktcPJ","title":"Updating an Apple Watch Series 3 is a nightmare in 2021","shortId":"4I3hktcPJ","createdAt":"2021-05-04T21:58:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002758,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:55:00.000Z","url":"https://www.theverge.com/2021/5/4/22419569/apple-watch-series-3-software-update-reset-bad-experience","canonicalUrl":"https://www.theverge.com/2021/5/4/22419569/apple-watch-series-3-software-update-reset-bad-experience","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a8a9d204359637345543a813abdcc93d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAjEAABAwIFBQAAAAAAAAAAAAABAgMEABEFBhITIRUxMkFC/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQEBAAMBAAAAAAAAAAAAAAABAgADMRL/2gAMAwEAAhEDEQA/AIs+SXMh4gz0xa3N0liQVmxc41XBHj6457VVDnQ5MNh9xnENbraVqtPNrkXPzSlDL6gp7lBqklZOZ//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"qKypn8RN_","title":"A Check-in With Every Division. Plus: Minor League Baseball Is Finally Back!","shortId":"qKypn8RN_","createdAt":"2021-05-04T21:54:31.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002754,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:42:50.000Z","url":"https://www.theringer.com/2021/5/4/22419875/a-check-in-with-every-division-plus-minor-league-baseball-is-finally-back","canonicalUrl":"https://www.theringer.com/2021/5/4/22419875/a-check-in-with-every-division-plus-minor-league-baseball-is-finally-back","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca476574b4b8d561a1d67074ab55ce01","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAeEAAABgIDAAAAAAAAAAAAAAAAAQIDESEFExQicf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQACAwEBAAAAAAAAAAAAAAACAwABEQQh/9oADAMBAAIRAxEAPwCJjKrQ+6nUk9de9okW8t47JcTcAAKZ7Q1F18qi3Rn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"R8EzK4Jhf","title":"Ben Affleck Is on a Dating App?, Bill and Melinda Gates Split, and Will Smith’s Pandemic Body","shortId":"R8EzK4Jhf","createdAt":"2021-05-04T21:54:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002754,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:35:31.000Z","url":"https://www.theringer.com/2021/5/4/22419832/ben-affleck-is-on-a-dating-app-bill-and-melinda-gates-split-and-will-smiths-pandemic-body","canonicalUrl":"https://www.theringer.com/2021/5/4/22419832/ben-affleck-is-on-a-dating-app-bill-and-melinda-gates-split-and-will-smiths-pandemic-body","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88903f59418c0d0f0323d6d0cffcd524","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAwQGERITUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAABAv/aAAwDAQACEQMRAD8AzpScY8WuSg6maxHGfNrXOCk8z+0RUwV//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"m6YvR1rD7","title":"Ranking the Top 25 Players in the NBA","shortId":"m6YvR1rD7","createdAt":"2021-05-04T21:54:35.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002754,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:44:11.000Z","url":"https://www.theringer.com/2021/5/4/22419817/ranking-top-25-players-in-nba","canonicalUrl":"https://www.theringer.com/2021/5/4/22419817/ranking-top-25-players-in-nba","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2274bc026c8cd4f634bc9f36c9a7b382","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgQRAAMGBRITITFRof/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAiH/2gAMAwEAAhEDEQA/AIp9oTfH8lZsrC1uLDhCpF4k9yEme4M7j681QWcDx5dlC+LUE7kgwHioHylKouqjpKQ//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"67yB9QLRC","title":"Basecamp CEO apologizes to staff in new post: ‘We have a lot to learn’","shortId":"67yB9QLRC","createdAt":"2021-05-04T21:45:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002745,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:36:43.000Z","url":"https://www.theverge.com/2021/5/4/22419799/basecamp-ceo-apologizes-staff-new-post","canonicalUrl":"https://www.theverge.com/2021/5/4/22419799/basecamp-ceo-apologizes-staff-new-post","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c21721d65a0d1ba04facc7098422ca94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABAgRREhQiMnGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIEIjH/2gAMAwEAAhEDEQA/ANF0Ks7FSqYdkgRQi+oMWZ4z9+KfslbcF4N3fGfERDfEUcdb2f/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"n9Tw6yzm1","title":"Copy a Directory in Linux – How to cp a Folder in the Command Line in Linux and Unix (MacOS)","shortId":"n9Tw6yzm1","createdAt":"2021-05-04T15:39:30.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","views":13,"score":27002738,"tagsStr":"general-programming,apple,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:33:12.000Z","url":"https://www.freecodecamp.org/news/copy-a-directory-in-linux-how-to-cp-a-folder-in-the-command-line-in-linux-and-unix-macos/","canonicalUrl":"https://www.freecodecamp.org/news/copy-a-directory-in-linux-how-to-cp-a-folder-in-the-command-line-in-linux-and-unix-macos/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b8d4a68b200a840140ff24bc4a37024c","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDBAAHEUEFEhMiUWH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEBAQADAAAAAAAAAAAAAAAAAQADEkH/2gAMAwEAAhEDEQA/ANJtVFqSyM92R66x9wTw+zH4OBv+8ZYtSq7xozdXuqzAEgVxsMYxawMq8L//2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@johnmosesman","readTime":4,"description":null,"toc":null,"summary":null},{"id":"OGyvY5OF2","title":"Streaming ETL with Confluent: Routing and Fan-Out of Apache Kafka Messages with ksqlDB","shortId":"OGyvY5OF2","createdAt":"2021-05-04T17:17:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"conf","views":5,"score":27002735,"tagsStr":"kafka,confluent-cloud","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:53:36.000Z","url":"https://www.confluent.io/blog/streaming-etl-with-confluent-kafka-message-routing-and-fan-out/","canonicalUrl":"https://www.confluent.io/blog/streaming-etl-with-confluent-kafka-message-routing-and-fan-out/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/962a53b068f01d6b2ba90316a33b7c1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBERIhQZGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AxdVWVmrRdrPpHACgFR//2Q==","siteTwitter":"@ConfluentInc","creatorTwitter":"@ConfluentInc","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_yiHNZAFM","title":"Google prematurely announces ‘Pixel Buds A-Series’ with now-deleted tweet","shortId":"_yiHNZAFM","createdAt":"2021-05-04T21:35:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002735,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:33:10.000Z","url":"https://www.theverge.com/2021/5/4/22419835/google-pixel-buds-a-series-tweet-photo","canonicalUrl":"https://www.theverge.com/2021/5/4/22419835/google-pixel-buds-a-series-tweet-photo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9ae022128a7268f89fc3a0d0dd360cb3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACAxEEEiEFExQxcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAEwMSYf/aAAwDAQACEQMRAD8A2OmmB2Y12VAJQ2Omhh7dE8Wa9qGS8eTLqwBu5oUOBfxEVeMa3s3BB9jWBP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PReXAfYkS","title":"Epic pushed Xbox chief to open free multiplayer just ahead of Apple Fortnite battle","shortId":"PReXAfYkS","createdAt":"2021-05-04T17:25:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002725,"tagsStr":"tech-news,apple,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:19:31.000Z","url":"https://www.theverge.com/2021/5/4/22419392/epic-games-xbox-chief-phil-spencer-free-xbox-live-multiplayer-fortnite-apple-case","canonicalUrl":"https://www.theverge.com/2021/5/4/22419392/epic-games-xbox-chief-phil-spencer-free-xbox-live-multiplayer-fortnite-apple-case","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6568b12f289fea1e62282c19ead6219","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAEDBBECBTFREhNBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAAMAAAAAAAAAAAAAAAAAAAExQf/aAAwDAQACEQMRAD8AwNO4NG1setVramu6ccel0ah0mhGYp9n5B7wJ0nsACKSY/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"7Cgi8f7Ez","title":"How does Airbnb track and measure growth marketing?","shortId":"7Cgi8f7Ez","createdAt":"2021-05-04T17:06:39.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"airbnb","views":5,"score":27002724,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:06:28.000Z","url":"https://medium.com/airbnb-engineering/how-does-airbnb-track-and-measure-growth-marketing-15ee4ce55c5d","canonicalUrl":"https://medium.com/airbnb-engineering/how-does-airbnb-track-and-measure-growth-marketing-15ee4ce55c5d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2af3c98897a3effa6168215bcf1f6e7c","ratio":1.50187734668335,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDBAURIQAGByIxQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACERIi/9oADAMBAAIRAxEAPwCFk6atlxs0kDU8k1VJEDSgvpmwPIt7wWI1rS4+71aDsLM9DTvVXNFqGjUyKuSA2Nga/eOOGxvUWLOLIT//2Q==","siteTwitter":"@AirbnbEng","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"HLglgtWm8","title":"WNBA to stream games on Twitter, Facebook, and Paramount Plus","shortId":"HLglgtWm8","createdAt":"2021-05-04T17:20:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002721,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:16:01.000Z","url":"https://www.theverge.com/2021/5/4/22419249/wnba-stream-games-twitter-facebook-oculus-paramount-plus-google","canonicalUrl":"https://www.theverge.com/2021/5/4/22419249/wnba-stream-games-twitter-facebook-oculus-paramount-plus-google","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a14f759fbf08eca20cf2ba6298d37c1b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAJBAAAQQAAwkAAAAAAAAAAAAAAQACAwQGESEFEhMUIjFBYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACA0EEEhMy/9oADAMBAAIRAxEAPwCltE7SxWKcsNMU61LiPhNZpEzpSWdXoDX6sjsYeYyxK3n7o3XEZNeAO/gZaBER7ciSPyaCQ4skB2Fr/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vYtc6jKVa","title":"One of Samsung’s best phones ever is now officially retired","shortId":"vYtc6jKVa","createdAt":"2021-05-04T17:08:32.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002720,"tagsStr":"tech-news,security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:02:11.000Z","url":"https://www.theverge.com/2021/5/4/22419205/samsung-galaxy-s8-security-update-schedule","canonicalUrl":"https://www.theverge.com/2021/5/4/22419205/samsung-galaxy-s8-security-update-schedule","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ead85935741a967138472a0faeda38e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgIBBQAAAAAAAAAAAAABAgMRAAQSBgchMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAARIQEC/9oADAMBAAIRAxEAPwCI71odjqmTaVzEJnTkik+Tz93f05FvoIrsFn2qBoXKcYymxBzWz//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Z9BBvFu-_","title":"Donald Trump’s ‘social media platform’ has launched and it’s just a blog","shortId":"Z9BBvFu-_","createdAt":"2021-05-04T21:13:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002713,"tagsStr":"tech-news,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T21:13:09.000Z","url":"https://www.theverge.com/2021/5/4/22419850/donald-trump-social-media-platform-ban-twitter-facebook","canonicalUrl":"https://www.theverge.com/2021/5/4/22419850/donald-trump-social-media-platform-ban-twitter-facebook","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21c73daeda45239dc2a9d65c9f959bbe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFETEHEiJBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhEAAQMEAwAAAAAAAAAAAAAAAQACEQQhIkFhwdH/2gAMAwEAAhEDEQA/AMp6X6pDWrmK9SW6JJY/NpGV1DEggN64ynk1idHZVabtBIG8pJ2+k84xgus6eOyrFJkIOvAv/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"pNltxQOsH","title":"Spring Maps","shortId":"pNltxQOsH","createdAt":"2021-05-04T21:04:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27002704,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:00:00.000Z","url":"http://ml4711.blogspot.com/2021/05/spring-maps.html","canonicalUrl":"http://ml4711.blogspot.com/2021/05/spring-maps.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68adbe7629f471991dfa40ba7a9b37e3","ratio":1.5752688172043,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAQQCAwAAAAAAAAAAAAABAgADBBEhBRIUQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABcRAQADAAAAAAAAAAAAAAAAAAACMUH/2gAMAwEAAhEDEQA/AL1S420bJ8eltiMdR61Jnd3SpdVlHcBXYa+xEmFDH//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xKAe3WOhJ","title":"Dell is issuing a security patch for hundreds of computer models going back to 2009","shortId":"xKAe3WOhJ","createdAt":"2021-05-04T20:32:53.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002672,"tagsStr":"tech-news,security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T20:27:40.000Z","url":"https://www.theverge.com/2021/5/4/22419474/dell-security-patch-kernel-level-permissions-firmware-update-driver-dbutil-sys","canonicalUrl":"https://www.theverge.com/2021/5/4/22419474/dell-security-patch-kernel-level-permissions-firmware-update-driver-dbutil-sys","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d6d1444ec9986d6b74b97ebb63c14d67","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAUGBBESEyFhgeH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGREAAwADAAAAAAAAAAAAAAAAAgMRAAES/9oADAMBAAIRAxEAPwCrB7doMnwHIp7ho4mnBKCU7lwOBI7+CAfVY2tot7KGaKUsRuT1flKUW1hAsOdy4yhIG0+tWTP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UorJPCJ-G","title":"Tao Group Hospitality acquires Hakkasan Group in landmark nightlife and dining acquisition","shortId":"UorJPCJ-G","createdAt":"2021-05-04T16:04:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":2,"score":27002644,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:59:31.000Z","url":"https://dancingastronaut.com/2021/05/tao-group-hospitality-acquires-hakkasan-group-in-landmark-nightlife-and-dining-acquisition/","canonicalUrl":"https://dancingastronaut.com/2021/05/tao-group-hospitality-acquires-hakkasan-group-in-landmark-nightlife-and-dining-acquisition/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23fa68e6240599c0fb717e920e540395","ratio":1.33779264214047,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACAwQREgUGISIjMYGxwf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAgABEQMSISJB/9oADAMBAAIRAxEAPwCF3Xr8NTpsbY44LwOyyERDSDxbynva1/izh1acj1pvBAHpEVKuT3QjEtiJ8vPV/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vkk3oQoAL","title":"Tinder will now quiz you on your vibes","shortId":"vkk3oQoAL","createdAt":"2021-05-04T20:04:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002644,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T20:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22419549/tinder-vibes-quiz-feature-announced","canonicalUrl":"https://www.theverge.com/2021/5/4/22419549/tinder-vibes-quiz-feature-announced","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8db1b7ae42e9f2c83de4c0e71ee468f5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRAAAwEAAQUAAAAAAAAAAAAAAQIDAAQRITJxkf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDTVI0eyUTkUmi+UwqkN7JHX5qFu+Zg/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"uu5CCRRFZ","title":"Nvidia’s RTX 3080 Ti keeps leaking ahead of rumored launch later this month","shortId":"uu5CCRRFZ","createdAt":"2021-05-04T19:59:20.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002639,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:52:52.000Z","url":"https://www.theverge.com/2021/5/4/22419668/nvidia-rtx-3080-ti-leak-may-launch-rumors","canonicalUrl":"https://www.theverge.com/2021/5/4/22419668/nvidia-rtx-3080-ti-leak-may-launch-rumors","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36fb4bd698e41ca6a08a00f348ab1537","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgQREkFRYf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACESFB/9oADAMBAAIRAxEAPwDNNO4GvWtCLSCeZoaQLN32E/ceFHnxkRUYgKhs7P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5UN23j1Aw","title":"Tim Sweeney emailed Tim Cook personally to call for open app sales after WWDC in 2015","shortId":"5UN23j1Aw","createdAt":"2021-05-04T19:59:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002639,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:53:38.000Z","url":"https://www.theverge.com/2021/5/4/22419618/tim-sweeney-email-tim-cook-wwdc-2015-ios-open-platform-antitrust","canonicalUrl":"https://www.theverge.com/2021/5/4/22419618/tim-sweeney-email-tim-cook-wwdc-2015-ios-open-platform-antitrust","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c327b33e011bb11147194c6bb5e53e64","ratio":1.90933333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAQMDBQEAAAAAAAAAAAAAAQACAwQhoRESFTKBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMzQSHjKqK+0uY/0agYJ+qYprd8IiYrX/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bmdtDjPZf","title":"One Question Will Probably Decide the Epic-Apple Lawsuit","shortId":"bmdtDjPZf","createdAt":"2021-05-04T15:19:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":2,"score":27002599,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:14:00.000Z","url":"https://www.wired.com/story/epic-apple-lawsuit-one-legal-question/","canonicalUrl":"https://www.wired.com/story/epic-apple-lawsuit-one-legal-question/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/83523cbd9c6efc08de7b2697a28b1cf7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAgEFAQEAAAAAAAAAAAABAgMRAAQFEhMhMcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAIBAP/aAAwDAQACEQMRAD8An2XVbrpGWHU9Cs0cISTnMi2hZmALeMeH26AY+ZfHYNsY30SC/a7L/MYwzNSrN//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"zGIA74nn2","title":"I watched the Epic v. Apple trial on Discord","shortId":"zGIA74nn2","createdAt":"2021-05-04T14:59:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002591,"tagsStr":"tech-news,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:57:18.000Z","url":"https://www.theverge.com/2021/5/4/22419134/apple-epic-games-fortnite-trial-youtube-discord-streamers","canonicalUrl":"https://www.theverge.com/2021/5/4/22419134/apple-epic-games-fortnite-trial-youtube-discord-streamers","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/88b78425bef2d438ef2a2d8e8ff54c7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQIDBAAFERITIVEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAgEQABAwIHAAAAAAAAAAAAAAABAgMRAAUhMUJRYYHw/9oADAMBAAIRAxEAPwCt7Udrq88eVmJwlxJADj+wTjZwD6PcGsWdNkLnSFAQwFOKIBhtHHfuvdKUMecUBAPpNWi3soSCqMTHOhG+XVf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9cnuBm3J0","title":"Uber’s grocery delivery is getting a boost from new partnership with Gopuff","shortId":"9cnuBm3J0","createdAt":"2021-05-04T18:26:05.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002546,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:20:34.000Z","url":"https://www.theverge.com/2021/5/4/22419461/uber-gopuff-grocery-delivery-expansion","canonicalUrl":"https://www.theverge.com/2021/5/4/22419461/uber-gopuff-grocery-delivery-expansion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1a240aa2c9a922103ef185be1e080927","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAGAQUAAAAAAAAAAAAAAQIAAwQFBxESBiExQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMREiHB/9oADAMBAAIRAxEAPwCXlbE9Jj/pGtvVhvNw4lkktJmnuVYka5qRsfCDuMxl2mgloqNSo5UBSx8nXuEIo22s9KMxye+CDoNsT//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Nn0qFhw3q","title":"The Play-in Tournament Is Increasing Competition Down the Stretch. Plus: Redemption for Marc Gasol, Russell Westbrook, and Carmelo Anthony.","shortId":"Nn0qFhw3q","createdAt":"2021-05-04T19:02:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002582,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T19:02:16.000Z","url":"https://www.theringer.com/2021/5/4/22419610/play-in-tournament-heightens-competition-redemption-for-marc-gasol-russell-westbrook-carmelo-anthony","canonicalUrl":"https://www.theringer.com/2021/5/4/22419610/play-in-tournament-heightens-competition-redemption-for-marc-gasol-russell-westbrook-carmelo-anthony","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/78e44d86cf78974def5d210f726909e2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQIGAQUAAAAAAAAAAAAAAQIEAAMREhMxBiEiQXHw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAXEQEBAQEAAAAAAAAAAAAAAAABAAIh/9oADAMBAAIRAxEAPwDEeL4XLR23wJS4ISUT929RTt0fPwizlKZTibLN6ilZTW7dD6hCG8gDWOl//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"wmJUK6UY-","title":"SNASK X Loqi","shortId":"wmJUK6UY-","createdAt":"2021-05-04T18:46:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27002566,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/117005355/SNASK-X-Loqi","canonicalUrl":"https://www.behance.net/gallery/117005355/SNASK-X-Loqi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8055bb0e4a29ce9249d8d07006ae098f","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAwECBBEABRIhIjFBcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAwQhUYGx/9oADAMBAAIRAxEAPwDP9AdAiabDNFacsshxIZ5qajVTnrSraeucuYCSks6MYHbvdVlf4v5jGBstAl4FVqOJhzs+r//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Tq8BbPTfA","title":"Network Isolated AKS — Part 1: Controlling network traffic","shortId":"Tq8BbPTfA","createdAt":"2021-05-04T12:47:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":12,"score":27002562,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T11:13:22.000Z","url":"https://geekzter.medium.com/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d","canonicalUrl":"https://geekzter.medium.com/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b915f4ad64e9fecc53bb05d61313e3e5","ratio":1.48514851485149,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIABBEUITJj/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A04lRRZY5cch+2QZXV9GiJaP/2Q==","siteTwitter":"@Medium","creatorTwitter":"@geekzter","readTime":4,"description":null,"toc":null,"summary":null},{"id":"fOVfv_fWw","title":"Siemens: A better way of coding","shortId":"fOVfv_fWw","createdAt":"2021-05-04T14:45:42.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":1,"score":27002560,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118762237/Siemens-A-better-way-of-coding","canonicalUrl":"https://www.behance.net/gallery/118762237/Siemens-A-better-way-of-coding","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8132ff83c5ff8a0c141d2e60422ae158","ratio":0.954328561690525,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwUG/8QAIhAAAgECBgMBAAAAAAAAAAAAAQIDABEEEhMxQVEFISJh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANFN5kYXFSpLgJHzR/MqMDYDm1/2qYmuASpB6J2otGJkRmjQtqEXKi/NKirlHobdUH//2Q==","siteTwitter":"@behance","creatorTwitter":"@tsevis","readTime":null,"description":null,"toc":null,"summary":null},{"id":"g6UXfLDbm","title":"This Muppet-faced frogmouth is the 'most Instagrammable bird' on Earth","shortId":"g6UXfLDbm","createdAt":"2021-05-04T18:37:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002557,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:20:22.000Z","url":"https://www.livescience.com/frogmouth-most-instagrammable-bird.html","canonicalUrl":"https://www.livescience.com/frogmouth-most-instagrammable-bird.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a754df71e73d8ae8a223b6643a2113a8","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIEBQADERMxEhQhQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEf/aAAwDAQACEQMRAD8Agh2MdFxaixTvuugNi71sHxwQM8Ac49/ayh/IRvfOOiysI2KwAAMDNKUOVrFU8P/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"eSIrvNEym","title":"‘The Bad Batch’ Premiere Hype and ‘Star Wars’ Spinoffs","shortId":"eSIrvNEym","createdAt":"2021-05-04T18:31:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002551,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:21:27.000Z","url":"https://www.theringer.com/2021/5/4/22418951/the-bad-batch-premiere-hype-and-star-wars-spinoffs","canonicalUrl":"https://www.theringer.com/2021/5/4/22418951/the-bad-batch-premiere-hype-and-star-wars-spinoffs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6e1c61766370d603336c3a0bed894dc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgIABwAAAAAAAAAAAAABAgMFAAYEERIhIlFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAARQf/aAAwDAQACEQMRAD8Anq7cLue0iRuNZhDLIoMg6iV8eQPzJybZb5JnVLWZVDEBQOwHrGMdNf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"WU5GdygNM","title":"What to expect from the EPA’s new rules affecting air conditioners and refrigerators","shortId":"WU5GdygNM","createdAt":"2021-05-04T18:30:46.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002550,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:24:32.000Z","url":"https://www.theverge.com/2021/5/4/22419429/epa-new-rules-air-conditioners-refrigerators-hfcs","canonicalUrl":"https://www.theverge.com/2021/5/4/22419429/epa-new-rules-air-conditioners-refrigerators-hfcs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0e25e75d034fa6c51808568483564a1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAgIDAAIDAAAAAAAAAAAAAQIDBAAFESEiMUFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8AtfciW8toLaWvOYlEoDeqqODz36PO5jbWx1q2plGg13A5A7GpPz+cYyeJTXRab0//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5Ns7oBs0s","title":"How to create a file by file custom SCSS build including dependencies, using postcss and optional…","shortId":"5Ns7oBs0s","createdAt":"2021-05-04T10:53:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":43,"score":27002541,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:53:15.000Z","url":"https://itnext.io/how-to-create-a-file-by-file-custom-scss-build-including-dependencies-using-postcss-and-optional-c83f8e5677d8","canonicalUrl":"https://itnext.io/how-to-create-a-file-by-file-custom-scss-build-including-dependencies-using-postcss-and-optional-c83f8e5677d8","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/500a07467b210db51bc9584dd04b4696","ratio":2.54237288135593,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAGhABAAIDAQAAAAAAAAAAAAAAAQACAxEhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyC+e9eAPpJbK2Xb2IhH/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"kDJUBxuFb","title":"The Psychology of Clubhouse?s User Retention (?and churn)","shortId":"kDJUBxuFb","createdAt":"2021-05-04T14:20:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":27002540,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:08:00.000Z","url":"http://growth.design/case-studies/clubhouse-user-retention/","canonicalUrl":"http://growth.design/case-studies/clubhouse-user-retention/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/41c2b1a80206962ef4f6fb39edfec8a3","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQMCAAQFIRETFEH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANuxKIX+TvPWAwWZV0jYADExJB3urXX8EumoI5EJGPPYflKVEn//2Q==","siteTwitter":"@growthdotdesign","creatorTwitter":"@louisxavierl","readTime":null,"description":null,"toc":null,"summary":null},{"id":"AiwBOkrEl","title":"FitTrace integrates DEXA measurements with Apple Health","shortId":"AiwBOkrEl","createdAt":"2021-05-04T18:14:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27002534,"tagsStr":"data-science,apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:57:22.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132291&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132291","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d2d5c51ea515b10945f271954f4de9c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFB//EACQQAQACAQIEBwAAAAAAAAAAAAECAxEABAUTITEUJDNBUpHB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAZEQADAQEBAAAAAAAAAAAAAAABAgMAESH/2gAMAwEAAhEDEQA/AJ5xPaS2vgL7vM2w9Cu0jYCZFfY7fuNN18VrjCJzFwB11ne6iS3tdsgbBIk3uGHpnReZP5y+9UToXX3KyBOKN//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"hi5km5NVd","title":"Daniel Jeremiah on the Most Interesting NFL Draft Stories, Plus Jokic Is (Uniquely) the MVP","shortId":"hi5km5NVd","createdAt":"2021-05-04T18:13:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002533,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T18:08:35.000Z","url":"https://www.theringer.com/2021/5/4/22419416/daniel-jeremiah-on-most-interesting-nfl-draft-stories-plus-jokic-is-unique-mvp","canonicalUrl":"https://www.theringer.com/2021/5/4/22419416/daniel-jeremiah-on-most-interesting-nfl-draft-stories-plus-jokic-is-unique-mvp","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea98db1d013bcd15455dfd0e330accf9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIEAAMFERIhExRRQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHREAAgICAwEAAAAAAAAAAAAAAQIDBAAREjGRsf/aAAwDAQACEQMRAD8AkZGTLxmO96zJPlgNaWMvBeCBVXjsEHZ67+7rbYszK3o1m60uKGdAx1EH6N/aUqYyMsMWj2o+DGqQpLZtBxvjIwHpz//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"rqgKt-z4D","title":"The Royal Navy is testing using jet suits to fight high-seas piracy","shortId":"rqgKt-z4D","createdAt":"2021-05-04T17:43:56.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002503,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:37:58.000Z","url":"https://www.theverge.com/2021/5/4/22419267/royal-navy-jet-suit-gravity-industries","canonicalUrl":"https://www.theverge.com/2021/5/4/22419267/royal-navy-jet-suit-gravity-industries","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22b8b7c71a18deb552aea27c34a6ac45","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMRAAQSBQYTcSFS4f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAR/9oADAMBAAIRAxEAPwC9e6tQef1Nta8W7dxtlHEcTJTkVEmeo8d1Erfd8FEFpMz7/KUqoDDb/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"iuqrox4Pe","title":"CereMetrix ships quantitative image analysis platform","shortId":"iuqrox4Pe","createdAt":"2021-05-04T17:37:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27002497,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:20:46.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mri&pag=dis&ItemID=132290&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132290","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1ab8147639e4f7616ac468164f9601e1","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQI/8QAJRAAAgIBAwEJAAAAAAAAAAAAAQIDBAUAEiExBhEiI0FRcaHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAMRE//aAAwDAQACEQMRAD8AbA9gFs4EZuxkmp2rdqeSpVCDzgN2wevLBW6dOPjU6SwBQCsoIHcQW/NaHqVa7RoGgiIifdGCg8BHQj20xxGNY7mx1MseSTAvP1qh0RxgSvSf/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"4F9cLBTUy","title":"How Shopify’s network of sellers can take on Amazon","shortId":"4F9cLBTUy","createdAt":"2021-05-04T13:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002494,"tagsStr":"tech-news,business,ecommerce","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:30:00.000Z","url":"https://www.theverge.com/22417825/shopify-harley-finkelstein-interview-online-shopping-amazon-apple","canonicalUrl":"https://www.theverge.com/22417825/shopify-harley-finkelstein-interview-online-shopping-amazon-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef70dd45768cdbeb311c4058d3aa9040","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDEQQUISIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAyEEE0HB/9oADAMBAAIRAxEAPwCWVOyRuK90EewMmxNXYBsbyBfoHvH2+VXflREE2NpJpV/GiZslrvgX/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"8SHN0GRqp","title":"Pick up every Star Wars film on 4K Blu-ray for $17 a pop today","shortId":"8SHN0GRqp","createdAt":"2021-05-04T13:30:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002490,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:23:13.000Z","url":"https://www.theverge.com/good-deals/2021/5/4/22418894/star-wars-may-4th-movies-deal-games-ps5-xbox-airpods-best-buy-sale","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/4/22418894/star-wars-may-4th-movies-deal-games-ps5-xbox-airpods-best-buy-sale","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbe382898a4050f22e3bc07a64027bf3","ratio":1.90962099125364,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQQCAAcAAAAAAAAAAAAAAQIDBAUAEgYRISJRYuH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAyEEMf/aAAwDAQACEQMRAD8Agxr6RM4ztoi2224zkl8qQ2OQGmxGvjuAP3rmr0NhHeo651dLTlS4zaiTHJJJSPbGMRz1iyx1bQDmmFucoqlfSJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"LeE5C71ZQ","title":"Microsoft Teams’ new reading feature helps students during the pandemic and beyond","shortId":"LeE5C71ZQ","createdAt":"2021-05-04T13:05:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002478,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22418855/microsoft-teams-reading-progress-fluency-feature","canonicalUrl":"https://www.theverge.com/2021/5/4/22418855/microsoft-teams-reading-progress-fluency-feature","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56b0fe8c17bcb828e68b33c17cd9695a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERMxIoHh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANHaDo9ahUMdPkjiMjSFWdn8j2d2JPrrKorpt8GMYH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gZXFlWnjx","title":"Twitter is buying Scroll, the subscription service that removes ads from news sites","shortId":"gZXFlWnjx","createdAt":"2021-05-04T13:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27002477,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22417852/twitter-buying-scroll-subscription-service-news-revue-newsletter","canonicalUrl":"https://www.theverge.com/2021/5/4/22417852/twitter-buying-scroll-subscription-service-news-revue-newsletter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/18dd18aa79c25365f5834819ee4bcc24","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxABAAIBAwUAAAAAAAAAAAAAAQACAxETcQUGITEy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDaO4MzXP1XbDcrnxC3Vqmmp4E9cy4r8nERKP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"cnf8j0vfC","title":"‘What About Bob?’ Most Rewatchable Scene","shortId":"cnf8j0vfC","createdAt":"2021-05-04T17:14:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002474,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T17:02:29.000Z","url":"https://www.theringer.com/video/2021/5/4/22418910/what-about-bob-most-rewatchable-scene","canonicalUrl":"https://www.theringer.com/video/2021/5/4/22418910/what-about-bob-most-rewatchable-scene","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/767db0240988dddb71ee34358cdc0348","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAUhBBESBhQiIzFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMhEUGx/9oADAMBAAIRAxEAPwCT6Ae4zXRoGuusLLBHLATIeMTu43PEEAjbBH7ufhzWvdhPD6orhqUjTxVVcgKBgAZ+UpRjt7gjKMxMO76v/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WENK71ZNh","title":"Go read this devastating look at cancers going undiagnosed during the pandemic","shortId":"WENK71ZNh","createdAt":"2021-05-04T16:45:55.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002445,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:44:46.000Z","url":"https://www.theverge.com/2021/5/4/22419127/cancer-screening-pandemic-breast-colorectal-propublica","canonicalUrl":"https://www.theverge.com/2021/5/4/22419127/cancer-screening-pandemic-breast-colorectal-propublica","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22dce4853e1f2bc3ba77c3532d1e9fa9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDBAAFERIxBxNh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAgMAAAAAAAAAAAAAAAABAAMEEjL/2gAMAwEAAhEDEQA/AM48Rax6dMvzWqyXG3KsJiCGCxs47HzJ9iWlLYlkGl1F5sW249bnGMl5C7pH08jP/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jm6SNx9Jr","title":"A Brief History of Transformers (Not the Robot Kind)","shortId":"jm6SNx9Jr","createdAt":"2021-05-04T12:05:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/story/brief-history-transformers-not-robots/","canonicalUrl":"https://www.wired.com/story/brief-history-transformers-not-robots/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1660cf709a1f756242547ed74d036c8f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMDBQEBAAAAAAAAAAAAAQIDBAAREgUGByFBMmH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AluHQJEzlSYF6o+CmWHR9WCCbqbAy6B98/K0Sdw9tB+bIecjT83HFLVjqD4Fyb9DKlKD/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"qcqMfgFd5","title":"Microsoft to fully remove Adobe Flash from Windows 10 in July","shortId":"qcqMfgFd5","createdAt":"2021-05-04T12:35:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27002436,"tagsStr":"microsoft,adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:28:45.000Z","url":"https://www.theverge.com/2021/5/4/22418889/adobe-flash-player-windows-10","canonicalUrl":"https://www.theverge.com/2021/5/4/22418889/adobe-flash-player-windows-10","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43711e9c60932a7332d2c6890fcec036","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDEQAEBQYHITH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAQEAAwEBAAAAAAAAAAAAAAECABGhIWH/2gAMAwEAAhEDEQA/AJ2HZbxf1tJ2tZRLvd6WXmhyWQ6sSC2KFSCWY19/KFUbzKTsODWMYRMmg+ZcXdN1S+q8dHM//9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"VgauPRR67","title":"YouTube announces new originals starring Will Smith and Alicia Keys","shortId":"VgauPRR67","createdAt":"2021-05-04T16:32:49.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002432,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:30:00.000Z","url":"https://www.theverge.com/2021/5/4/22419244/youtube-will-smith-alicia-keys-new-originals","canonicalUrl":"https://www.theverge.com/2021/5/4/22419244/youtube-will-smith-alicia-keys-new-originals","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/75cb9d0b62029c349c7a56f854d797fb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAgMBAAQFEXEHEhMhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEBAQACAwAAAAAAAAAAAAAAAQIABBExQf/aAAwDAQACEQMRAD8AzK+x9tddSLDHAoVIYEzOtzOoEi174ql7fK5jCBXcZSU6WP2eKUqx0aaKp7XA7RwgeZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zerUvTMOr","title":"Targus buys Sanho and its Hyper line of accessories","shortId":"zerUvTMOr","createdAt":"2021-05-04T16:32:52.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002432,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:23:18.000Z","url":"https://www.theverge.com/2021/5/4/22419204/targus-acquires-sanho-hyper-drive-usb-c-accessories","canonicalUrl":"https://www.theverge.com/2021/5/4/22419204/targus-acquires-sanho-hyper-drive-usb-c-accessories","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/752c9ff1bfce82f0d70c7058b8bf34a2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgIBAwQDAAAAAAAAAAAAAQIDBAAREiEGFCMxMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AyvT1yeO0avh7kxF47YQ7004+JJUn8yezSjWxKJN0jhyGcsQWOvJ9/eMZaP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RWa8vGE3q","title":"The Late-Round NFL Rookies Who Could Make an Instant Impact in 2021","shortId":"RWa8vGE3q","createdAt":"2021-05-04T16:30:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002430,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:22:14.000Z","url":"https://www.theringer.com/2021/5/4/22419164/late-round-rookies-instant-impact-sleeper-picks","canonicalUrl":"https://www.theringer.com/2021/5/4/22419164/late-round-rookies-instant-impact-sleeper-picks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23ddb5c9e24852b1f9714568338d6fed","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAgIABwAAAAAAAAAAAAABAwIEABEFEhMhMWGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADEQUhUbHB/9oADAMBAAIRAxEAPwCzLg0nX1B9otQ20UtWxYJmdEGXNvfvX3J6lsSqC02rMVwAjGPUPYDwMYwtiKQMjjoS5o9r2W3K5yNvZ//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"hwkzgiwiV","title":"Flying Lotus shares full 26-track ‘Yasuke’ soundtrack featuring Thundercat, Denzel Curry, and more","shortId":"hwkzgiwiV","createdAt":"2021-05-04T16:26:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002426,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:25:14.000Z","url":"https://dancingastronaut.com/2021/05/flying-lotus-shares-full-26-track-yasuke-soundtrack-featuring-thundercat-denzel-curry-and-more/","canonicalUrl":"https://dancingastronaut.com/2021/05/flying-lotus-shares-full-26-track-yasuke-soundtrack-featuring-thundercat-denzel-curry-and-more/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f22e174ec4daa624a6fbd26d2262e5d4","ratio":1.51181102362205,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEFEkEEExQhMf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAHxEAAQMDBQAAAAAAAAAAAAAAAgABAwQFERIhQVFh/9oADAMBAAIRAxEAPwCfn8xkOshjAYwCNycX1eyr5z6vlYKXx+6ds97OiI6YykM2LhXrvbaeGGA4xxqHL7v52v/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"XcZ3xmACy","title":"Smashing Podcast Episode 36 With Miriam Suzanne: What Is The Future Of CSS?","shortId":"XcZ3xmACy","createdAt":"2021-05-04T05:11:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"smashing","views":109,"score":27002414,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T05:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/smashing-podcast-episode-36/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/smashing-podcast-episode-36/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/735c0628a0a1e0a2bf436b2a90e1ee74","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAgIBAgcBAAAAAAAAAAAAAQIDBAARIQUSFCIkMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAhAxExQWH/2gAMAwEAAhEDEQA/AMmpe6PiTO8EM8jIVDOCeVmH1vruMqsRVDYl8UDuPptP3GMEDE73K2+JUcMlUBRPXnE//9k=","siteTwitter":"@smashingmag","creatorTwitter":"@drewm","readTime":27,"description":null,"toc":null,"summary":null},{"id":"C3LP3Hjlp","title":"Robinhood crypto trading crashed during a Dogecoin spike","shortId":"C3LP3Hjlp","createdAt":"2021-05-04T16:14:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002414,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T16:06:58.000Z","url":"https://www.theverge.com/2021/5/4/22419159/robinhood-dogecoin-outage-crypto-trading-crash","canonicalUrl":"https://www.theverge.com/2021/5/4/22419159/robinhood-dogecoin-outage-crypto-trading-crash","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94d389f461c75e9c9ac00ede87cdd718","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwMDBQAAAAAAAAAAAAACAQMEAAUREhNhISJCUeH/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EAB0RAAEEAgMAAAAAAAAAAAAAAAIAAQQRAwUSEzH/2gAMAwEAAhEDEQA/AIGJMGBZZ7AR2jdk6G940yTYJ3Kg+srjK8c1GvXLDxptl0JfP5SlH4osd8lXN3mOMw9T1fq//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zAItg2Mp0","title":"Spotify CEO states he has secured funds to purchase Arsenal FC","shortId":"zAItg2Mp0","createdAt":"2021-05-04T15:57:14.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002397,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:52:08.000Z","url":"https://dancingastronaut.com/2021/05/spotify-ceo-states-he-has-secured-funds-to-purchase-arsenal-fc/","canonicalUrl":"https://dancingastronaut.com/2021/05/spotify-ceo-states-he-has-secured-funds-to-purchase-arsenal-fc/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f74ba3f6ed67e6830143663829957caa","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABSExIlFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EAB4RAQABAwUBAAAAAAAAAAAAAAECAAMRBBIhIjGx/9oADAMBAAIRAxEAPwDN4O5M2Otht59ww0eSyALBPVG7onvIGzerhqIR7VGQSfvGMYl3DBJRHC+g0Q1NuErsupxj4V//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Yca-ghjDc","title":"Hook N Sling, Galantis launch listeners into summer with new single, ‘The Best’","shortId":"Yca-ghjDc","createdAt":"2021-05-04T15:57:16.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002397,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:56:22.000Z","url":"https://dancingastronaut.com/2021/05/hook-n-sling-and-galantis-launch-listeners-into-summer-with-new-single-the-best/","canonicalUrl":"https://dancingastronaut.com/2021/05/hook-n-sling-and-galantis-launch-listeners-into-summer-with-new-single-the-best/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/caa718d94ca9d7e4629b1c36d308b8e0","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAACAAYBBQAAAAAAAAAAAAABAgADBAURURMGEiFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAwEAAwAAAAAAAAAAAAAAAQIDAAQFEv/aAAwDAQACEQMRAD8AirR1fQW+03eWjs5p5qLTjjIz5ILHQx6+jUUEyvTkbsuUtkycMZcwEjeMQhCzeqKPLHRj1/Fq5LzB3//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"HHZdVu5dg","title":"King Solomon's mines in Spain? Not likely, experts say.","shortId":"HHZdVu5dg","createdAt":"2021-05-04T15:49:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002389,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:32:58.000Z","url":"https://www.livescience.com/king-solomon-mining-expedition-claim.html","canonicalUrl":"https://www.livescience.com/king-solomon-mining-expedition-claim.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7b16de25886d1fe54ebcc84b2fe665d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYSIRMiQf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADEf/aAAwDAQACEQMRAD8Am20mC9VY5EXwQqi8V9Tgpy6PzBJrPvduBrycxzMqGRiqliSBnoZpSiIpMp0kXx3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"f7N0R5j2P","title":"Artists share condolences in wake of Pierce Fulton’s passing","shortId":"f7N0R5j2P","createdAt":"2021-05-04T15:48:17.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002388,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:47:43.000Z","url":"https://dancingastronaut.com/2021/05/artists-in-edm-react-to-news-of-pierce-fulton-s-death/","canonicalUrl":"https://dancingastronaut.com/2021/05/artists-in-edm-react-to-news-of-pierce-fulton-s-death/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32aa1ef2cfa5e5973c39f9ca5d5531ff","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQCAgMAAAAAAAAAAAABAwIABBESBSEGByMxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxFx/9oADAMBAAIRAxEAPwCF497Lt0ctxduV3MrNSmKKjP4SxjDPcrx3qSMZ7/cDFRr3mIzvHz2M9mSOxgAT390pU+yqOrglSeH/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"PUOnE8nuZ","title":"Chapter 8: CSS","shortId":"PUOnE8nuZ","createdAt":"2021-05-03T22:09:18.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"css_tricks","views":727,"score":27002379,"tagsStr":"webdev,css,microsoft-edge","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-04T10:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:52:08.000Z","url":"https://css-tricks.com/chapter-8-css/","canonicalUrl":"https://css-tricks.com/chapter-8-css/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b16265a6f5de64f79eeaad11e22af92d","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDEQAEIQUGEjETIiNB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAaEQABBQEAAAAAAAAAAAAAAAABAAIDBBES/9oADAMBAAIRAxEAPwDE2m6NJ8KFvbYsnVqSwmV8PXgR185g/sknOSat1penXty9dN2aGEPrLqWkxDYUZ4jAwJjqlKDu2JGZyVQBo1f/2Q==","siteTwitter":"@CSS","creatorTwitter":"@CSS","readTime":23,"description":null,"toc":null,"summary":null},{"id":"HFPVnsI2q","title":"Instagram will now let you auto-caption Stories with just a sticker","shortId":"HFPVnsI2q","createdAt":"2021-05-04T15:04:29.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002344,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T15:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22417837/instagram-captions-sticker-stories-accessibility","canonicalUrl":"https://www.theverge.com/2021/5/4/22417837/instagram-captions-sticker-stories-accessibility","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/81e2b1771577d401c5d4a6060c4bb36c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACEQMFEiEEB0EU/8QAFQEBAQAAAAAAAAAAAAAAAAAABAf/xAAhEQABAwEJAAAAAAAAAAAAAAACAAEDBAUGERITIUGywf/aAAwDAQACEQMRAD8Ak9nYWq9fNRpU3Dl6LnNBLMTMjUg+a8WNlERLsTyDRhg/Hrqq2Q2oEpFu+ZugL//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zMlj7wISD","title":"Apple exec suggested cutting App Store commission to 20 percent as early as 2011","shortId":"zMlj7wISD","createdAt":"2021-05-04T11:06:40.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":27002341,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:05:17.000Z","url":"https://www.theverge.com/2021/5/4/22418828/apple-app-store-commission-30-percent-phil-schiller-2011-epic-lawsuit","canonicalUrl":"https://www.theverge.com/2021/5/4/22418828/apple-app-store-commission-30-percent-phil-schiller-2011-epic-lawsuit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/37b7a8f51faf362051fe62aa11bc0772","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAeEAABBAIDAQAAAAAAAAAAAAABAAIDBBEhBRIxE//EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ao2xTtz8nStQ8hJBVriT71WxtLbPZoDcuO29TsY9ztHTkOOh6iIj/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"gytBQsssZ","title":"React to Flutter: One Developers Journey — Part 2","shortId":"gytBQsssZ","createdAt":"2021-05-04T05:09:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":100,"score":27002315,"tagsStr":"general-programming,react,flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:33:09.000Z","url":"https://itnext.io/react-to-flutter-one-developers-journey-part-2-10ac6919f580","canonicalUrl":"https://itnext.io/react-to-flutter-one-developers-journey-part-2-10ac6919f580","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b05de1390d53953bfe6cf116d502731d","ratio":3.41880341880342,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQIAAwQREiGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDf9+q6jdZVUwWvsV46g+CVcwDZ6mYDkqCfkRBH/9k=","siteTwitter":"@itnext_io","creatorTwitter":"@RemeJuan","readTime":3,"description":null,"toc":null,"summary":null},{"id":"1O3OR5wOA","title":"The Bad Batch is a glimpse at the future of Star Wars spinoffs","shortId":"1O3OR5wOA","createdAt":"2021-05-04T14:29:38.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002309,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:23:55.000Z","url":"https://www.theverge.com/2021/5/4/22418964/star-wars-the-bad-batch-disney-plus-streaming","canonicalUrl":"https://www.theverge.com/2021/5/4/22418964/star-wars-the-bad-batch-disney-plus-streaming","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ba2e02974372c488a3f43767e330e44d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAwMDBQEAAAAAAAAAAAABAgMEAAYRBRMhEhQxQXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAVEQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEQMRAD8AmY986+2w6gykKRKb2HAWxz0r4P3PuqGBe13GDHKdfcSnbThPbtnAx4yRk/tKVZK3/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"QAEzu1Xcl","title":"4 Ways Clients Can Hurt Project Outcomes (and How You Can Save the Day)","shortId":"QAEzu1Xcl","createdAt":"2021-05-04T14:26:10.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002306,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:34:01.000Z","url":"https://speckyboy.com/clients-can-hurt-project-outcomes/","canonicalUrl":"https://speckyboy.com/clients-can-hurt-project-outcomes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d87498e2ab544a799af57022a1476e42","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEC/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDAAQFBhEhBxIUQVEx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEBAQADAAAAAAAAAAAAAAABAgAEEjH/2gAMAwEAAhEDEQA/AJDrPD6e1HcYya4ElnEpD3HjsCkgblAo/ePf2tT9YsWs0ghxl9NEGIWQui9434O3rf5SlXI7BS41yKlZnw3/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JisfxVeVz","title":"Governors Ball secures RÜFÜS DU SOL, Duck Sauce, Post Malone, and more for 10th anniversary lineup","shortId":"JisfxVeVz","createdAt":"2021-05-04T14:23:13.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002303,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:22:19.000Z","url":"https://dancingastronaut.com/2021/05/governors-ball-secures-rufus-du-sol-duck-sauce-post-malone-and-more-for-10th-anniversary-lineup/","canonicalUrl":"https://dancingastronaut.com/2021/05/governors-ball-secures-rufus-du-sol-duck-sauce-post-malone-and-more-for-10th-anniversary-lineup/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6547dceb2df03f43c8e7c4be3a752257","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESETQTEykv/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxEi/9oADAMBAAIRAxEAPwDP96gw2osGRa34y0ORUczQQ4CFj2OVdnzrQ6qE2mXk4jN/YpShF07NdM//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"OBz3Dy4oh","title":"Star Wars, Storytelling, and Website Design","shortId":"OBz3Dy4oh","createdAt":"2021-05-04T14:20:19.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002300,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:24:01.000Z","url":"https://mediatemple.net/blog/design-creative/star-wars-storytelling-and-website-design/","canonicalUrl":"https://mediatemple.net/blog/design-creative/star-wars-storytelling-and-website-design/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89d32ba4e80da7a05ecacc124decd5d2","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAAYCAwAAAAAAAAAAAAAAAAECAwQFERIVMnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAExAv/aAAwDAQACEQMRAD8Axauu0wqGXX8TVPqk7Ect9k1Pt5IuitsJx4IYAE4gZrP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"icW0gejXP","title":"3 Essential Design Trends, May 2021","shortId":"icW0gejXP","createdAt":"2021-05-04T14:20:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27002300,"tagsStr":"google,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:13:05.000Z","url":"https://www.webdesignerdepot.com/2021/05/3-essential-design-trends-may-2021/","canonicalUrl":"https://www.webdesignerdepot.com/2021/05/3-essential-design-trends-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c84a8d010104cb43451a4f0cf88a7d34","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxABAAEDBAMAAAAAAAAAAAAAAQIAAxEEBRIhE1Gh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwC7ddzC/G1wmRRk8biZTPT7OqyTo4Scx0+lIvYeKLj5SlGvrHwsR//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"iLw-QnGZS","title":"Ben Wheatley’s In The Earth finds horror in fungi","shortId":"iLw-QnGZS","createdAt":"2021-05-04T14:06:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002286,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T14:00:00.000Z","url":"https://www.theverge.com/2021/5/4/22410283/in-the-earth-ecological-horror-movies-ben-wheatley","canonicalUrl":"https://www.theverge.com/2021/5/4/22410283/in-the-earth-ecological-horror-movies-ben-wheatley","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f76ef512f29f66bca1b330809c2f268","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQFETEGBxIi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDIfD/2gAMAwEAAhEDEQA/AM1bewL/AGSoswhqvdOYpS6EtAD8sA+sbxsK2Tntc57nGCLJJO0RSsNO5TrtiqZ//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"VU3zr8N5R","title":"Erich Schubert: Machine Learning Lecture Recordings","shortId":"VU3zr8N5R","createdAt":"2021-05-04T13:42:22.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27002262,"tagsStr":"data-science,machine-learning,deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:18:21.000Z","url":"https://www.vitavonni.de/blog/202105/2021050401-machine-learning-lecture-recordings.html","canonicalUrl":"https://www.vitavonni.de/blog/202105/2021050401-machine-learning-lecture-recordings.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"BpeAl3f4A","title":"Disney reveals its ‘real’ lightsaber, and it looks extremely cool","shortId":"BpeAl3f4A","createdAt":"2021-05-04T13:33:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002253,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:27:02.000Z","url":"https://www.theverge.com/2021/5/4/22418959/disney-real-lightsaber-reveal-video-star-wars-galactic-starcruiser-hotel","canonicalUrl":"https://www.theverge.com/2021/5/4/22418959/disney-real-lightsaber-reveal-video-star-wars-galactic-starcruiser-hotel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1fc2bbe73ae380543a16553d90859739","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEFIQQGElH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EAB0RAAECBwAAAAAAAAAAAAAAAAEAAxESMUFRwfD/2gAMAwEAAhEDEQA/AMuyuQPJ6qyNsYjbD6aAKNg73r7airREG6nrBWfJMscbX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"03pJK_MqM","title":"The Windmill AC Is Gorgeous and Can Stay Up All Year Long","shortId":"03pJK_MqM","createdAt":"2021-05-04T12:05:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/review/windmill-ac/","canonicalUrl":"https://www.wired.com/review/windmill-ac/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/49513027f0e3dc5bcfe99353cf9118e0","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQADBAUSITECBhEy/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAcEQACAgMBAQAAAAAAAAAAAAABAgMhAARBMbH/2gAMAwEAAhEDEQA/AJNF7DDhUZ5h+iQ5To4Bvi64B6Dddd8nPmN6WWOSTpEVm19aOF3ZBbG7J+mveYGklZ1UNzP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"DzdeorzAJ","title":"How to learn and stay up to date with DevOps and Cloud Native technologies","shortId":"DzdeorzAJ","createdAt":"2021-05-04T05:09:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"itnext","views":64,"score":27002245,"tagsStr":"cloud,devops","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:23:21.000Z","url":"https://itnext.io/how-to-learn-and-stay-up-to-date-with-devops-and-cloud-native-technologies-44526658a4fb","canonicalUrl":"https://itnext.io/how-to-learn-and-stay-up-to-date-with-devops-and-cloud-native-technologies-44526658a4fb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb681ad12ef4de9b2d2bca01ee019e1a","ratio":1.78306092124814,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEhBAUGEhMUMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMVByVjItOfHodoMaABkj6c+8qXPv8zppD1SC3E0DQGURUH/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@Piotr1215","readTime":5,"description":null,"toc":null,"summary":null},{"id":"9wl5cnprm","title":"8 extremely rare 'millisecond pulsars' discovered inside globular clusters","shortId":"9wl5cnprm","createdAt":"2021-05-04T13:18:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002238,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T13:10:33.000Z","url":"https://www.livescience.com/8-new-millisecond-pulsars-discovered.html","canonicalUrl":"https://www.livescience.com/8-new-millisecond-pulsars-discovered.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/64bbbcd54f9374c5b9a79ec03c0b180c","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDEQAEBQYSIUEiMVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADMRL/2gAMAwEAAhEDEQA/AMO0/qC2Zw9xZZLHMXds2QpPgAs7lCRu64ETyQCY/JhxbZcWUI2IJMJ9wPk90pV66lQkqNg7s4HRyf/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"c5NS1eCpA","title":"Keine Pressefreiheit im Westen.","shortId":"c5NS1eCpA","createdAt":"2021-05-04T13:08:58.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27002228,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:44:24.000Z","url":"https://tuxproject.de/blog/2021/05/keine-pressefreiheit-im-westen/","canonicalUrl":"https://tuxproject.de/blog/2021/05/keine-pressefreiheit-im-westen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6e67741d5b1c25a0cf656f3f2e9f0b0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUI/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDBBEABRMhInGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABgIDAAAAAAAAAAAAAAAAAQIDBCEREjFBUf/aAAwDAQACEQMRAD8Azn03WSsnjyVIrcET2p+J1sfXJVMHJnRkMXJUkehxUOxzVmirmZIUDQAq2h+8LbIs1qFq0JLEkljyokRY62G064Muy5PPtXYOZeWbirH/2Q==","siteTwitter":"@hirnfick_20","creatorTwitter":"@tux0r","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KHOU1OSuy","title":"Made for Love, Handmaid’s Tale, and the Trap of Dystopian TV","shortId":"KHOU1OSuy","createdAt":"2021-05-04T13:04:51.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002224,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:00:00.000Z","url":"https://www.wired.com/story/made-for-love-tv-adaptation/","canonicalUrl":"https://www.wired.com/story/made-for-love-tv-adaptation/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/efeaee33d4d68b47286aadef2d4af8bf","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQFESEx0f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBEh8P/aAAwDAQACEQMRAD8AwnBuriyt50V4pkkB0ACNnvdd8FWkw9ukjIJJ9KSBsr8pSj7GIY6iuNWr1gsPcn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"haH8Fnyi4","title":"Moment’s accessory mounts are the best use for the iPhone’s MagSafe yet","shortId":"haH8Fnyi4","createdAt":"2021-05-04T12:35:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002195,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:30:00.000Z","url":"https://www.theverge.com/22417836/moment-magsafe-iphone-camera-accessories-review-price-features-specs","canonicalUrl":"https://www.theverge.com/22417836/moment-magsafe-iphone-camera-accessories-review-price-features-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f7bea538a703747e91b586ab7b27829","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDBAAFESESEwYHFEH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAABEQJB/9oADAMBAAIRAxEAPwCvW1pj2yN4s052On7ZDiOt1bSU5a57SFHlsftbhBgXSRCjvC6MgONpXgxMkZGdnnulKjtVjOH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RpqYS5dGq","title":"Watch a black hole tear a star to bits in epic new animation","shortId":"RpqYS5dGq","createdAt":"2021-05-04T12:33:44.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002193,"tagsStr":"data-science","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:16:56.000Z","url":"https://www.livescience.com/video-black-hole-shredding-star.html","canonicalUrl":"https://www.livescience.com/video-black-hole-shredding-star.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f47a8bf804bd177200ce7cb6a86d416d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQUAAAcAAAAAAAAAAAAAAgABAwQRBRITNEGR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwDE+N2KBVanLVk6wQADkZ6L5vhsU888G9pF7L6iJLCz0//Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"5UdprMU_y","title":"W. Kamau Bell on Being a Tall Black Man in America","shortId":"5UdprMU_y","createdAt":"2021-05-04T12:27:08.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002187,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:20:56.000Z","url":"https://www.theringer.com/2021/5/4/22418903/w-kamau-bell-on-being-a-tall-black-man-in-america","canonicalUrl":"https://www.theringer.com/2021/5/4/22418903/w-kamau-bell-on-being-a-tall-black-man-in-america","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b0ae3ddb8f0008486d3f8492ecd6e14c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAQACAxEEBxMhBQYSMWL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABwRAAEDBQAAAAAAAAAAAAAAAAEAEfACAyExUf/aAAwDAQACEQMRAD8AptQ+qZ2JqX2rHiTtijYI6btNde5L4SAkiyC0AVxXtaiZGkkhh5+kRNBcmdUXMANNL//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KPM3gwZLC","title":"Top Five Spy Movies and ‘Without Remorse’","shortId":"KPM3gwZLC","createdAt":"2021-05-04T12:20:06.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:12:11.000Z","url":"https://www.theringer.com/2021/5/4/22418490/top-five-spy-movies-and-without-remorse","canonicalUrl":"https://www.theringer.com/2021/5/4/22418490/top-five-spy-movies-and-without-remorse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f3d8b1b7ecce6ca78b0777ef6b45ed2f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEMRJBUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AwVuXI7GMXUkjn0dA6uvg9USXNLJHt4A0SNoiC//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"b2RsGQsUq","title":"React useEffect Hook Made Simple","shortId":"b2RsGQsUq","createdAt":"2021-05-03T23:07:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"55d676c385f346baade3f7224db106fd","views":3,"score":27001634,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T06:12:38.000Z","url":"https://blog.alexdevero.com/react-useeffect-hook/","canonicalUrl":"https://blog.alexdevero.com/react-useeffect-hook/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32c7f08a232035176752017efa7ee503","ratio":1.61259842519685,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBAxESMUGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDE4arSIattu2h+fMEwBhyP/9k=","siteTwitter":"@alexdevero","creatorTwitter":"@alexdevero","readTime":8,"description":null,"toc":null,"summary":null},{"id":"g-mE1aIZm","title":"‘Yasuke’ and the Rise of Anime Soundtracks, Feat. Flying Lotus and Kevin Penkin","shortId":"g-mE1aIZm","createdAt":"2021-05-04T12:20:09.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002180,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T12:17:02.000Z","url":"https://www.theringer.com/2021/5/4/22418895/yasuke-rise-of-anime-soundtracks-feat-flying-lotus-and-kevin-penkin","canonicalUrl":"https://www.theringer.com/2021/5/4/22418895/yasuke-rise-of-anime-soundtracks-feat-flying-lotus-and-kevin-penkin","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c9755955136efec0a8257b15ec0d7508","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMEAQUAAAAAAAAAAAAAAgABAwQFBiETESIxQXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAjH/2gAMAwEAAhEDEQA/AMtlmW1F5tMcJ04QcBPGDxmT9nsd/G2ptNmmSBTRDHc2EGBmEeANN003hER0jXrhf//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"BUqpq7IFV","title":"Mystery of a fancy-pants Viking noble's long-lost bones solved by archaeologists in Denmark","shortId":"BUqpq7IFV","createdAt":"2021-05-04T12:07:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002167,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:45:31.000Z","url":"https://www.livescience.com/lost-bones-viking-noble.html","canonicalUrl":"https://www.livescience.com/lost-bones-viking-noble.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d3bd218c168a2504f4a5033e47606c9d","ratio":1.77514792899408,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQACBBEDBgUTFVaU0v/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQACEf/aAAwDAQACEQMRAD8A1Y63s7+Zky8+3Z8ERxd0MEeO1wYHG6IfYNCgCrOyc35fO9CP8oinwm6b/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"-WCmRIpwZ","title":"The Power and Pitfalls of Gamification","shortId":"-WCmRIpwZ","createdAt":"2021-05-04T12:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/story/power-and-pitfalls-gamification/","canonicalUrl":"https://www.wired.com/story/power-and-pitfalls-gamification/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/86753380e87f01862da6d31eb08a2fa7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACAwQFEgYREyFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgj/xAAfEQAAAwkAAAAAAAAAAAAAAAAAAQIDBBETITFCssH/2gAMAwEAAhEDEQA/AMtbuE6cuxkpYZJWOjwlcDmzIkdHfxRUREVWIUA6Rmt65Fok+j//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"-gXCSQEph","title":"I Battle My Panic Disorder by Mowing Virtual Lawns","shortId":"-gXCSQEph","createdAt":"2021-05-04T12:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/story/i-battle-my-panic-disorder-by-mowing-virtual-lawns/","canonicalUrl":"https://www.wired.com/story/i-battle-my-panic-disorder-by-mowing-virtual-lawns/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/252a8d4939743ad0d9343dc867d70dc5","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABAwMFAAAAAAAAAAAAAAABAAIEAwUREiEiQZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABsRAAIBBQAAAAAAAAAAAAAAAAABAgMRIUHw/9oADAMBAAIRAxEAPwCGuM2oYsuoC4AtZlmridz0oYz25OI7PSiKVOKBbC7Z/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ZuyzijMze","title":"Share Your Memories With Our Favorite Digital Picture Frames","shortId":"ZuyzijMze","createdAt":"2021-05-04T12:05:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T08:00:00.000Z","url":"https://www.wired.com/gallery/best-digital-picture-frames/","canonicalUrl":"https://www.wired.com/gallery/best-digital-picture-frames/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f308bcee64f622f3bfc2cf5f770d6e3","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAgEAACAAYCAwAAAAAAAAAAAAABAgADBBESIQYTIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8Ao/NaKpfmc2ol1rImOHUcyvkii9gw2CLg/LxWF0oB3r3CEItf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"gdNZjtwub","title":"How to Symbolic Icon","shortId":"gdNZjtwub","createdAt":"2021-05-04T12:04:15.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27002164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:00:00.000Z","url":"https://blog.jimmac.eu/2021/how-to-symbolic/","canonicalUrl":"https://blog.jimmac.eu/2021/how-to-symbolic/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfb655414604632b0aefab3fd312ad79","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIEBQADEQYTITElkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAGxEAAgMAAwAAAAAAAAAAAAAAASEAAgMEEmH/2gAMAwEAAhEDEQA/AMPpyVhGkA4jUwrUt3CTvEpKjcOMDJPPHYx0aiMfpbJ8LZ9q+0pTMcTEMVDhu+mhXYr2f//Z","siteTwitter":"@jimmac","creatorTwitter":"@jimmac","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Lss7h2IW-","title":"Astronomers chart invisible ocean of dark matter swirling outside the Milky Way","shortId":"Lss7h2IW-","createdAt":"2021-05-04T11:52:47.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002152,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:39:15.000Z","url":"https://www.livescience.com/cosmic-wake-tests-dark-matter.html","canonicalUrl":"https://www.livescience.com/cosmic-wake-tests-dark-matter.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a72bf4c5515d52a72fe1df92e024d61a","ratio":1.77847113884555,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAgABAwQFBhESITEy4f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADIXH/2gAMAwEAAhEDEQA/AMmx3I8eosWlJrNzqG1FKBxRmBNr25P3vr6oWpuFskqZTjtIgBG5CLTE2md/CIlW4ohqQCzdn//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"WiGa-JfXa","title":"Why do nuts and grains go bad?","shortId":"WiGa-JfXa","createdAt":"2021-05-04T11:12:36.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27002112,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T11:00:03.000Z","url":"https://www.livescience.com/why-nuts-grains-go-bad.html","canonicalUrl":"https://www.livescience.com/why-nuts-grains-go-bad.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e9126703d0cb7fafc0f0257dd923f105","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQUAAgMAAAAAAAAAAAAAAQACAxEhBBIGMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABYRAQEBAAAAAAAAAAAAAAAAAAABA//aAAwDAQACEQMRAD8Aj+R8pswjMsDCRCWisGtAuiDoN0c+elm83GiM0hPe+xunYiIEVNI//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"yLwMwttgY","title":"Mammography underutilized in Jamaica","shortId":"yLwMwttgY","createdAt":"2021-05-04T07:13:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001873,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132279&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132279","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b761bbc9a18b1d1c953cd652ec2021c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAiEAACAQQBBAMAAAAAAAAAAAABAgMABAUREgYVIWFRgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEFAQEAAAAAAAAAAAAAAAMAAQIRIQRB/9oADAMBAAIRAxEAPwCSxuXft13KkkomuiAqxuVCppQUA96IP1T5i8z1o2MtGjtsa8ZhQq0sT8yOI0W9/NEPRUMam0ZY0DLsghRsHg3n8FPVpLI1pCzSOWKKSSTs+KIx3e6reg0GGNmh4v/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"lrMsDtgvN","title":"When You Jump to Hyperspace, Make Sure You Wear a Seatbelt","shortId":"lrMsDtgvN","createdAt":"2021-05-04T11:11:28.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.wired.com/story/when-you-jump-to-hyperspace-make-sure-you-wear-a-seatbelt/","canonicalUrl":"https://www.wired.com/story/when-you-jump-to-hyperspace-make-sure-you-wear-a-seatbelt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5b7d3ffc3f580bcbb7c15bf8a0fb5ab4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAAUDAwUAAAAAAAAAAAAAAAECAwUEERIGBzETIjJxof/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACAwQR/9oADAMBAAIRAxEAPwCfBbvojCp6WO0rFsLT2EvI1F7ta/0aCxr2aeYbc6canNJKxKm4uXHkACe7lwKmb5FefOtxbE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"mzk_wK8p0","title":"Scaling monorepo maintenance","shortId":"mzk_wK8p0","createdAt":"2021-04-29T16:07:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"ghblog","views":103,"score":26995820,"tagsStr":"general-programming,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T15:50:21.000Z","url":"https://github.blog/2021-04-29-scaling-monorepo-maintenance/","canonicalUrl":"https://github.blog/2021-04-29-scaling-monorepo-maintenance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40aa05e5bcbf41dba3b8a513545a6c2e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEEEkFRYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAVEQEBAAAAAAAAAAAAAAAAAAARAP/aAAwDAQACEQMRAD8A067FkdlCUT00EnSjXHvVqxEQi3//2Q==","siteTwitter":"@github","creatorTwitter":"@github","readTime":19,"description":null,"toc":null,"summary":null},{"id":"jz6nM-o0p","title":"Gummy Bears and Candy Bars Are Casualties of the Pandemic","shortId":"jz6nM-o0p","createdAt":"2021-05-04T11:11:33.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27002111,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.wired.com/story/gummy-bears-candy-bars-casualties-pandemic/","canonicalUrl":"https://www.wired.com/story/gummy-bears-candy-bars-casualties-pandemic/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5c2615b036517f5d24417085cd787076","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDBAASBREGITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIFQQMRwf/aAAwDAQACEQMRAD8A1bjKsp8g5Oybk7QR23SGF22MWyduAx96kgEL+ZQRXtokYxDsgH7jGT8dyWs37d+EGQqFxDRP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"aUXP6eeGl","title":"OpenProject lässt sich ab sofort in Nextcloud integrieren","shortId":"aUXP6eeGl","createdAt":"2021-05-04T10:48:37.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27002088,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:09:43.000Z","url":"https://www.bitblokes.de/openproject-lasst-sich-ab-sofort-in-nextcloud-integrieren/","canonicalUrl":"https://www.bitblokes.de/openproject-lasst-sich-ab-sofort-in-nextcloud-integrieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"THRgOqJ8Z","title":"Torfresma Equipamentos Industriais","shortId":"THRgOqJ8Z","createdAt":"2021-05-04T10:40:45.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27002080,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118758865/Torfresma-Equipamentos-Industriais","canonicalUrl":"https://www.behance.net/gallery/118758865/Torfresma-Equipamentos-Industriais","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a1338f324e0d09bc9197f1ba77482c87","ratio":1.06626047220107,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgMEB//EACEQAAICAgIBBQAAAAAAAAAAAAECAwQAEQUSITM0YXFy/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAbEQACAQUAAAAAAAAAAAAAAAAAEgECIjFx8P/aAAwDAQACEQMRAD8A0e28vGUbfJ3ZXXj4O0kjsQwVQCToAbGh5x1K9Wu04LVaUPBPGssbaI7Kw2D5+DlE/tn+jgxekn5GRQy3Z7YQf//Z","siteTwitter":"@behance","creatorTwitter":"@estudioalice","readTime":null,"description":null,"toc":null,"summary":null},{"id":"MYDqeFfNI","title":"“We Can’t Die, We’re With Fela”: The Revolutionary Greatness of the Black President","shortId":"MYDqeFfNI","createdAt":"2021-05-04T10:38:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002078,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:30:00.000Z","url":"https://www.theringer.com/music/2021/5/4/22417938/fela-kuti-rock-hall-of-fame-vote-legacy","canonicalUrl":"https://www.theringer.com/music/2021/5/4/22417938/fela-kuti-rock-hall-of-fame-vote-legacy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a94226aa3d104a674a963565561ad061","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIxAAAQIFAwUAAAAAAAAAAAAAAQIDAAQFESQGEjEVISJB8P/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAHhEAAgIABwAAAAAAAAAAAAAAAQIAAwQFESExseH/2gAMAwEAAhEDEQA/AKTWmqbNNTDTsujGablkKFwSkNo5tzfd96ySu6SY63UMlYyHOwSLDyMIQ8usY2uCdtF6lsQxSpGXnwT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7x-KENw--","title":"The Raiders Remain the NFL’s True Galaxy-Brain Franchise","shortId":"7x-KENw--","createdAt":"2021-05-04T10:22:02.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002062,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:20:00.000Z","url":"https://www.theringer.com/nfl/2021/5/4/22418382/las-vegas-raiders-draft-jon-gruden-mike-mayock","canonicalUrl":"https://www.theringer.com/nfl/2021/5/4/22418382/las-vegas-raiders-draft-jon-gruden-mike-mayock","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3f79973e68bd9dfa7e937984203db1b5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIDEQAEIRITMf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AwUDhpdWP1Rl2lVfNgW5V0RdEZG1NsR7U0Ym4rleLXw4xlD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":18,"description":null,"toc":null,"summary":null},{"id":"NqoW_jAgV","title":"Don’t Let the Pandemic Bury These Underrated Movies","shortId":"NqoW_jAgV","createdAt":"2021-05-04T10:15:04.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002055,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:00:00.000Z","url":"https://www.theringer.com/movies/2021/5/4/22418151/most-underrated-movies-2020-empty-man-new-mutants","canonicalUrl":"https://www.theringer.com/movies/2021/5/4/22418151/most-underrated-movies-2020-empty-man-new-mutants","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b60457596c4dbc261edd6bbce11233e0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgICAQQDAAAAAAAAAAAAAQIDBAARExIhIjEyYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAMAAwAAAAAAAAAAAAAAAAADEQEhMf/aAAwDAQACEQMRAD8AxS0ac1q3BJCxWPTt5/MIxIHrt+/ZynQqVbVGvY4BHyxrJ0Kx0uxvQxjLX2huNQ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"iOnDp13kM","title":"Radiology groups can prepare now to implement the No Surprises Act","shortId":"iOnDp13kM","createdAt":"2021-05-04T07:13:00.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001873,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=imc&pag=dis&ItemID=132286&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132286","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3a114ca972eed0987010271c3cf8de90","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQIDBCEABTEGEf/EABUBAQEAAAAAAAAAAAAAAAAAAAED/8QAGBEBAAMBAAAAAAAAAAAAAAAAAQACAxH/2gAMAwEAAhEDEQA/ANc9Dt3ZWr24loDjUjXpCm0qUkAE38uiQrvaGRIfrZkaGwwy22lpptKEA2QAPgs9xjLY0qipHRThP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_p6XimXUw","title":"Writing the Perfect ReadeMe for Your Node Library","shortId":"_p6XimXUw","createdAt":"2021-05-03T22:46:25.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":28,"score":27001725,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:46:15.000Z","url":"https://blog.bitsrc.io/writing-the-perfect-reademe-for-your-node-library-2d5f24dc1c06","canonicalUrl":"https://blog.bitsrc.io/writing-the-perfect-reademe-for-your-node-library-2d5f24dc1c06","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3ca77206dc0bd548adcb49f7a98afe65","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQMEEQACBSETMQYSQnH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAQEBAAAAAAAAAAAAAAAAAREAAv/aAAwDAQACEQMRAD8A38F5q8y7XHYZozKabZG1RVzcrAUv+bIG4O5JHcftUccfOpNoB9jqOt0pR8NW5Owhv//Z","siteTwitter":"@bitdev_","creatorTwitter":"@deleteman123","readTime":9,"description":null,"toc":null,"summary":null},{"id":"zEyeH0lHs","title":"How Flying Lotus Helped Create One of the Year’s Most Interesting Anime’s in ‘Yasuke’","shortId":"zEyeH0lHs","createdAt":"2021-05-04T10:14:59.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27002054,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:10:00.000Z","url":"https://www.theringer.com/music/2021/5/4/22418216/yasuke-flying-lotus-interview","canonicalUrl":"https://www.theringer.com/music/2021/5/4/22418216/yasuke-flying-lotus-interview","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/191281bef4498fd292db2031ab4d9499","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQREgVBIzGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQb/xAAgEQABAwMFAQAAAAAAAAAAAAABAgMEABFCEjFRccHR/9oADAMBAAIRAxEAPwCXa38yR89CzMWnnhh3DEag59A5HQrXvcPC7RgvhDqPK/X2lKsZY1zDc4jY2xTx2aZby23XFJNiVeD5X//Z","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"oKsfcB5YD","title":"Skydio starts shipping first X2 enterprise drones with prices from $10,999","shortId":"oKsfcB5YD","createdAt":"2021-05-04T10:03:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002043,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T10:00:12.000Z","url":"https://www.theverge.com/2021/5/4/22418785/skydio-enterprise-drones-x2-x2e-x2d-prices-specs","canonicalUrl":"https://www.theverge.com/2021/5/4/22418785/skydio-enterprise-drones-x2-x2e-x2d-prices-specs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8815385e8f50e1ea71244b61ec264241","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHhAAAQQDAAMAAAAAAAAAAAAAAgEDBBEABRIGE0H/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMEBSH/2gAMAwEAAhEDEQA/ANRfOpZ6hzYODKSQ6ZRRFmWQNgvJH3zSraVSJdVlYW52MuGxIdmyPY82LhUo1apa/MYydsr7K2AUx4ygjs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8Nxk6KrBq","title":"Revisit Pierce Fulton’s hour-long AXIS mix of timeless mid-2010’s house","shortId":"8Nxk6KrBq","createdAt":"2021-05-04T09:30:43.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27002010,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:30:00.000Z","url":"https://dancingastronaut.com/2021/05/revisit-pierce-fultons-hour-long-axis-mix-of-timeless-mid-2010s-house/","canonicalUrl":"https://dancingastronaut.com/2021/05/revisit-pierce-fultons-hour-long-axis-mix-of-timeless-mid-2010s-house/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32aa1ef2cfa5e5973c39f9ca5d5531ff","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQQCAgMAAAAAAAAAAAABAwIABBESBSEGByMxYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAAECAxFx/9oADAMBAAIRAxEAPwCF497Lt0ctxduV3MrNSmKKjP4SxjDPcrx3qSMZ7/cDFRr3mIzvHz2M9mSOxgAT390pU+yqOrglSeH/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YtxCLemBl","title":"Epic spent at least $11.6 million on free games and gained 5 million new users in return","shortId":"YtxCLemBl","createdAt":"2021-05-04T09:21:54.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27002001,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T09:16:21.000Z","url":"https://www.theverge.com/2021/5/4/22418782/epic-games-store-free-games-cost-apple-trial-arkham-subnautica-mutant-year-zero","canonicalUrl":"https://www.theverge.com/2021/5/4/22418782/epic-games-store-free-games-cost-apple-trial-arkham-subnautica-mutant-year-zero","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/91abd3944ed05871f3bfb5f6fdfb59a4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQQBAwUAAAAAAAAAAAAAAgABAwQREiFBEyIxUdH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAhEhAxIT/9oADAMBAAIRAxEAPwDD7Egwnaq9KMysOzjMeXKLBb6d+eVUZpdLdzePT/URFEyBKvw3nkfpVr//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"L1z0Mc0UE","title":"Common Mistakes React Developers Make – And How to Fix Them","shortId":"L1z0Mc0UE","createdAt":"2021-05-03T16:42:07.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"freecodecamp","tweeted":true,"views":563,"score":27001957,"tagsStr":"general-programming,react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-04T01:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T16:40:08.000Z","url":"https://www.freecodecamp.org/news/common-mistakes-react-developers-make-and-how-to-fix-them/","canonicalUrl":"https://www.freecodecamp.org/news/common-mistakes-react-developers-make-and-how-to-fix-them/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4db2bc3ce7d454af0853f2dfb08f5b3a","ratio":1.50588235294118,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACAwQREiEFFDKh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABcRAQEBAQAAAAAAAAAAAAAAAAIBADH/2gAMAwEAAhEDEQA/AMrST9nhIqOmAbDCCWscB7ItkdG5+KV0MeRvgDfYAOkRGtVO25USAQnm/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@myogeshchavan97","readTime":5,"description":null,"toc":null,"summary":null},{"id":"RCpV1fLbi","title":"Linux-Desktop – Vielfalt oder Kompromissunfähigkeit?","shortId":"RCpV1fLbi","createdAt":"2021-05-04T07:48:25.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001908,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:40:24.000Z","url":"https://curius.de/2021/05/linux-desktop-vielfalt-oder-kompromissunfaehigkeit/","canonicalUrl":"https://curius.de/2021/05/linux-desktop-vielfalt-oder-kompromissunfaehigkeit/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ff339f098a6225c0768fbdcfc30a14c0","ratio":1.44469525959368,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAQUBAAMAAAAAAAAAAAAAAQACAwQRMSEyUf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQADAAIDAAAAAAAAAAAAAAABAgMAITHB8f/aAAwDAQACEQMRAD8A1ivXrnJpalaYx+xe46dcTzO5gU4tZExp8loAJ+oiQTkEZmB5wnaxoqqQNedZ/9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":6,"description":null,"toc":null,"summary":null},{"id":"d-oJuqk8i","title":"AI can help to classify masses found on breast ultrasound","shortId":"d-oJuqk8i","createdAt":"2021-05-04T07:12:57.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001872,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132287&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132287","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5736019f52a5449b4bf4ea5ebb8fe1a","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAJRAAAQQAAgsAAAAAAAAAAAAAAQACAwQRUQUTFCMyQlN0k8HR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM4NF0AhjtXZRL3eLvip1LOrd8xPtDNNPeLsYDnAYZpFUml2WHeP4G8xyQf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"r8ejUudIE","title":"‘Star Wars: The Bad Batch’ Is a Familiar-Looking Window Into an Unfamiliar Era","shortId":"r8ejUudIE","createdAt":"2021-05-04T07:09:24.000Z","metadataChangedAt":"2022-04-18T13:56:02.879Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001869,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T07:02:00.000Z","url":"https://www.theringer.com/star-wars/2021/5/4/22418485/star-wars-the-bad-batch-premiere-aftermath-disney","canonicalUrl":"https://www.theringer.com/star-wars/2021/5/4/22418485/star-wars-the-bad-batch-premiere-aftermath-disney","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/680846c54d3cbb16ade7e4f7a2295dd6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgIBBQEBAAAAAAAAAAAAAQIDBAAFERIhMRMy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAiET/9oADAMBAAIRAxEAPwDL1bFxdHvwNLXaNzYRx8B+Yk5oF73Xsnfb3J2m1ZZtOqyl6wLxI3cBPoB95YxgtKppF63NFn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JhL_E3tbh","title":"Animate a Mobile Hamburger Bar Menu Using CSS and Just a Hint of JavaScript","shortId":"JhL_E3tbh","createdAt":"2021-05-03T22:45:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":79,"score":27001865,"tagsStr":"general-programming,javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:45:36.000Z","url":"https://blog.bitsrc.io/animate-a-mobile-hamburger-bar-menu-using-css-and-just-a-hint-of-javascript-f31f928eb992","canonicalUrl":"https://blog.bitsrc.io/animate-a-mobile-hamburger-bar-menu-using-css-and-just-a-hint-of-javascript-f31f928eb992","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf1bcecf70d6168a64cc92b29522010e","ratio":1.55555555555556,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQRIQUSExQxUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAETH/2gAMAwEAAhEDEQA/AN8npp4dTo20wj60hfzue9wkGLjbbHn2qgYAALnH1EVD2IYX/9k=","siteTwitter":"@bitdev_","creatorTwitter":"@pniedri","readTime":12,"description":null,"toc":null,"summary":null},{"id":"CRQwb6XAp","title":"Ubuntu 16.04 LTS ab sofort in Extended Security Maintenance (ESM)","shortId":"CRQwb6XAp","createdAt":"2021-05-04T06:38:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001838,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T06:03:25.000Z","url":"https://www.bitblokes.de/ubuntu-16-04-lts-ab-sofort-in-extended-security-maintenance-esm/","canonicalUrl":"https://www.bitblokes.de/ubuntu-16-04-lts-ab-sofort-in-extended-security-maintenance-esm/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"DPa_CM1uu","title":"Time on Stage","shortId":"DPa_CM1uu","createdAt":"2021-05-04T06:34:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27001834,"tagsStr":"hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.behance.net/gallery/118448159/Time-on-Stage","canonicalUrl":"https://www.behance.net/gallery/118448159/Time-on-Stage","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/93ac3cfcd76806a428d7c138559ccfa0","ratio":0.696864111498258,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFB//EACQQAAEEAgECBwAAAAAAAAAAAAIBAwQRBSEAMZEGEhQjMlGx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAISIf/aAAwDAQACEQMRAD8AUjupmmMpNk5Br10VivfHyq5tUEkrVa19pvmczXJ5zHyGPIMVcJUJGNFvr04WPzQx54SZcJiQKCQkBJ8rGh7LvvfKg+NpQigjjsdSaSwK/wB4IrnoSmu+WZ//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"oyNNktpp_","title":"A New Direction for Code Like A Girl","shortId":"oyNNktpp_","createdAt":"2021-05-03T23:53:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"colkgirl","views":15,"score":27001740,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T23:53:37.000Z","url":"https://code.likeagirl.io/a-new-direction-for-code-like-a-girl-5d3c9f9855d7","canonicalUrl":"https://code.likeagirl.io/a-new-direction-for-code-like-a-girl-5d3c9f9855d7","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b16e38cdf3c083558a2ae8ad1c12a21","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAAYBBQAAAAAAAAAAAAABAgADBAUGERIhMUGBsf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAhIDEf/aAAwDAQACEQMRAD8Al2rMbvTWm209fMVp9VxZX76Uka5eCdfYsvlMkOwa2TS2+pDqRv2YQg+uC7ZrKn//2Q==","siteTwitter":"@code_likeagirl","creatorTwitter":"@livmischianti","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zY8fgnNFP","title":"postmarketOS integriert Asteroid-UI für Smartwatches","shortId":"zY8fgnNFP","createdAt":"2021-05-04T04:48:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001728,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T04:24:00.000Z","url":"https://linuxnews.de/2021/05/postmarketos-integriert-asteroid-ui-fuer-smartwatches/","canonicalUrl":"https://linuxnews.de/2021/05/postmarketos-integriert-asteroid-ui-fuer-smartwatches/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9d33f768c81623d6248aacb64799a83d","ratio":1.02803738317757,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQIDBAURABIhMRNBJDJR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADEQQFITFh/9oADAMBAAIRAxEAPwANer7ehdrjKtfVUwppykSozBIACeNv1bIwTuBznjWr2z5FtpJ6iHxzSRI7oHA2sQCRj1zo/HRUs9db5Z6aCWQ7yXeMMTjrk/nrUw7EAliSeyTplKsXbBk3uFtS6ekmsHI486n/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"rSAjQyRVl","title":"36 DOT - 08","shortId":"rSAjQyRVl","createdAt":"2021-05-03T22:41:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27001361,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118572061/36-DOT-08","canonicalUrl":"https://www.behance.net/gallery/118572061/36-DOT-08","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5988bb12c1dea892e735b132f62d8845","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGB//EACEQAAIABgEFAAAAAAAAAAAAAAECAAMEERIhUQUTIjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAdEQABBAIDAAAAAAAAAAAAAAACAAEDEQQFE6Hh/9oADAMBAAIRAxEAPwDDaKmHZ6erPTqZ6oXE5CzNdytgQp41YiJuqzlVU6WsxgFcqMr30fsP5t4nJtLrfqBuzF2JY3vzF5BpOSQrPr1HJlOQs1L/2Q==","siteTwitter":"@behance","creatorTwitter":"@muhammedsajidn","readTime":0,"description":null,"toc":null,"summary":null},{"id":"gG5TnW-iB","title":"Ten Useful Image and Video Transformations","shortId":"gG5TnW-iB","createdAt":"2021-05-03T08:56:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"codrops","views":85,"score":27001044,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:44:32.000Z","url":"https://tympanus.net/codrops/2021/05/03/ten-useful-image-and-video-transformations/","canonicalUrl":"https://tympanus.net/codrops/2021/05/03/ten-useful-image-and-video-transformations/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/65bd3f224ce4f694ff25e9bfdc2183dd","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAREAAgMSIRNB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgARA//aAAwDAQACEQMRAD8A0Xjx3FSrak9YLb+daktfbUa5bJcZMRJ9bYDmSSnjv//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"034Utca6W","title":"Incident Detection and Response Basics Greatly Matter","shortId":"034Utca6W","createdAt":"2021-05-04T00:06:02.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"cshub","views":8,"score":27001719,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.cshub.com/executive-decisions/articles/incident-detection-and-response-basics-greatly-matter","canonicalUrl":"https://www.cshub.com/executive-decisions/articles/incident-detection-and-response-basics-greatly-matter","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/859740b03eb262ef51a810845765deb7","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxABAAEEAQUAAAAAAAAAAAAAAQIAESExYQMSMlGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANOtryw6+4oa8g4xRXu62da4qkIjCKgqeqC//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nm4W3PdE8","title":"‘What About Bob?’ With Bill Simmons, Sean Fennessey, and Van Lathan","shortId":"nm4W3PdE8","createdAt":"2021-05-04T04:31:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001711,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T04:17:42.000Z","url":"https://www.theringer.com/2021/5/4/22418354/what-about-bob-with-bill-simmons-sean-fennessey-and-van-lathan","canonicalUrl":"https://www.theringer.com/2021/5/4/22418354/what-about-bob-with-bill-simmons-sean-fennessey-and-van-lathan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/85eb5474b1ed7554d515ffe3567f4d49","ratio":1.90825688073395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDBAAFITEGEVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAMRH/2gAMAwEAAhEDEQA/AMNc17abxHVbt5zcF2zGgryIAsSrJ0COT2e/uSNzYetuL0CR1ysU8iAmFfZAYjnGMHDaouX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"gyLHSlTON","title":"How to Fetch Data in React from a GraphQL API","shortId":"gyLHSlTON","createdAt":"2021-05-03T17:22:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":155,"score":27001689,"tagsStr":"react,graphql,react-query","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:20:56.000Z","url":"https://www.freecodecamp.org/news/5-ways-to-fetch-data-react-graphql/","canonicalUrl":"https://www.freecodecamp.org/news/5-ways-to-fetch-data-react-graphql/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dae7b0834c39d0e40a643b880eca1c4a","ratio":1.524,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQYSITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQISMTL/2gAMAwEAAhEDEQA/AMVB0ekixWo86O5IdLQcdNeD6NA2CMojhugeQlxCZiErHYJ7g0D8vGMbSTZw5en/2Q==","siteTwitter":"@freecodecamp","creatorTwitter":"@reactbootcamp","readTime":10,"description":null,"toc":null,"summary":null},{"id":"bJJZJqSW7","title":"RISC-V International verschenkt 1.000 RISC-V-Boards","shortId":"bJJZJqSW7","createdAt":"2021-05-04T03:38:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001658,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T03:16:00.000Z","url":"https://linuxnews.de/2021/05/risc-v-international-verschenkt-1-000-risc-v-boards/","canonicalUrl":"https://linuxnews.de/2021/05/risc-v-international-verschenkt-1-000-risc-v-boards/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/733777c5e3dd91896cccce9f9702a425","ratio":1.47689075630252,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMEAQUBAAAAAAAAAAAAAgEDBAAFBhETEhQhMUGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A0liyZjaM1uV3n31yRYpDxNMRQPkcbbJdioiegFUXSfV1VVCkZD2bHPGAnuMetVIEVS159Lr8pSpB/9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gnOQXKLuI","title":"Benjamin Mako Hill: NSF CAREER Award","shortId":"gnOQXKLuI","createdAt":"2021-05-04T02:33:58.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":27001593,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T02:29:53.000Z","url":"https://mako.cc/copyrighteous/nsf-career-award","canonicalUrl":"https://mako.cc/copyrighteous/nsf-career-award","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf322fb70d88a207194c5d25f189d692","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAB//Z","siteTwitter":"@makoshark","creatorTwitter":"@makoshark","readTime":1,"description":null,"toc":null,"summary":null},{"id":"CvJMrYrJ0","title":"Can I use an object as an array without modifying it in JavaScript?","shortId":"CvJMrYrJ0","createdAt":"2021-05-03T19:02:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"30seconds","views":48,"score":27001574,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-05-03T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/javascript-object-array-proxy","canonicalUrl":"https://www.30secondsofcode.org/blog/s/javascript-object-array-proxy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/52388af0df168da7a05da0f4157dd9b1","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFBhEhMXGBof/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBAxEx/9oADAMBAAIRAxEAPwDI1NzUIUM8el07iCIo0Vmoqjjyrc+++Q5N+KZGI29oygk9BCeB9xjBalbpRNzrmH//2Q==","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"nVHsob73k","title":"Don’t Buy Into Facebook’s Ad-Tracking Pressure on iOS 14.5","shortId":"nVHsob73k","createdAt":"2021-05-03T21:53:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":2,"score":27001554,"tagsStr":"tech-news,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:49:00.000Z","url":"https://www.wired.com/story/facebook-ad-tracking-pressure-ios-14-5/","canonicalUrl":"https://www.wired.com/story/facebook-ad-tracking-pressure-ios-14-5/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/355d425c66c7ac2f55ebea6982b2e1d3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAAREgUGQQcTISJh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDMRP/2gAMAwEAAhEDEQA/AKdMZmvQdoaRHh6lDCLGjv4gUHIi9+Sz8r9tWMO7EbddNwZ6gJqpIPZRcb8XvSlT+9j1i3TBYj//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"DsorTXJpB","title":"Warpinator für Android verfügbar – Unterstützung für Linux Mint 18 endet","shortId":"DsorTXJpB","createdAt":"2021-05-01T06:49:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997529,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T06:09:39.000Z","url":"https://www.bitblokes.de/warpinator-fur-android-verfugbar-unterstutzung-fur-linux-mint-18-endet/","canonicalUrl":"https://www.bitblokes.de/warpinator-fur-android-verfugbar-unterstutzung-fur-linux-mint-18-endet/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"yqzMxDlgD","title":"How to Create Custom WooCommerce Product Pages","shortId":"yqzMxDlgD","createdAt":"2021-05-03T20:09:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27001209,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T18:31:37.000Z","url":"https://www.wpexplorer.com/custom-woocommerce-product-pages/","canonicalUrl":"https://www.wpexplorer.com/custom-woocommerce-product-pages/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ecdd2c804dea92ba61967c14f0819fd0","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAQEIAQUAAAAAAAAAAAAAAQIAAwQFBhEhIhMVGFFhof/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBAxEx/9oADAMBAAIRAxEAPwDQqnkEvq2bwfXYRxFcTxeygoKIUBrdKhYC2B7PloXbNLlbCpo5IObCGRj6xjWtjLyR3D//2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Qhm8q0yjK","title":"AFP ? Agence France Presse","shortId":"Qhm8q0yjK","createdAt":"2021-05-03T18:39:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27001119,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/96637527/AFP-Agence-France-Presse","canonicalUrl":"https://www.behance.net/gallery/96637527/AFP-Agence-France-Presse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ceaab7af40f3ec82470c8883ebff60f2","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAQADBAUCERIxQVFi0f/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEBAAIBBQAAAAAAAAAAAAAAAQADEQIEkdHh/9oADAMBAAIRAxEAPwDJmLKC5DzfFPH4Njvmd9N+FKbaECQKaPoe5+IisrN3aAmODqGFenPrP//Z","siteTwitter":"@behance","creatorTwitter":"@agence4uatre","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Q-GuFwWzK","title":"It’s once again time to update your iPhone, Mac, and Apple Watch as soon as possible","shortId":"Q-GuFwWzK","createdAt":"2021-05-03T21:17:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001517,"tagsStr":"security,apple,ios,safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:07:20.000Z","url":"https://www.theverge.com/2021/5/3/22417984/ios-14-5-1-ipad-iphone-apple-watch-mac-update-security-fix","canonicalUrl":"https://www.theverge.com/2021/5/3/22417984/ios-14-5-1-ipad-iphone-apple-watch-mac-update-security-fix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dea0c1385e2d630aa9de83a2b806fd86","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQIAAxEEBRIicf/EABUBAQEAAAAAAAAAAAAAAAAAAAYH/8QAGREAAwADAAAAAAAAAAAAAAAAAAEDAhEx/9oADAMBAAIRAxEAPwDA1bdysVhc6hQcqAMN7KnRLk9zEQW7030u082kf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"HQEN1_z39","title":"Overreacting to Bucks vs. Nets, James Harden’s Market, and MLB Updates","shortId":"HQEN1_z39","createdAt":"2021-05-04T01:11:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001511,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T01:08:05.000Z","url":"https://www.theringer.com/2021/5/3/22418438/overreacting-to-bucks-vs-nets-james-hardens-market-and-mlb-updates","canonicalUrl":"https://www.theringer.com/2021/5/3/22418438/overreacting-to-bucks-vs-nets-james-hardens-market-and-mlb-updates","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/95e68b3686964b38ad465ecd2be47bab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQIFBAMAAAAAAAAAAAAAAQIEAAMFESESExQiFjGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADEiEx/9oADAMBAAIRAxEAPwDFVW6u9ZTJ7mpuVOWS92XNBAJ0k2Bx6vc/TE/l9dX256+2ci5hCJ5UDkPda+C7n//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"6w5Pl3NUF","title":"Bill Gates and Melinda Gates are separating, but their charitable foundation will continue","shortId":"6w5Pl3NUF","createdAt":"2021-05-03T20:57:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":27001509,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:49:56.000Z","url":"https://www.theverge.com/2021/5/3/22418019/bill-melinda-gates-marriage-separation-charity-foundation","canonicalUrl":"https://www.theverge.com/2021/5/3/22418019/bill-melinda-gates-marriage-separation-charity-foundation","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/771765dda147b8fda8352c04c193efe4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgAEEgEDESEGQWHx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAABMgL/2gAMAwEAAhEDEQA/AMUtsmTcOOOiajcqbZ2V0K4idQnHOvPijAAYDrpERqRdUf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"nJi4JbxXg","title":"Azure Administrator Certification (AZ-104) – Pass the Exam With This Free 11-Hour Course","shortId":"nJi4JbxXg","createdAt":"2021-05-03T15:35:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":77,"score":27001461,"tagsStr":"cloud,aws,career,azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:31:42.000Z","url":"https://www.freecodecamp.org/news/azure-administrator-certification-az-104-pass-the-exam-with-this-free-11-hour-course/","canonicalUrl":"https://www.freecodecamp.org/news/azure-administrator-certification-az-104-pass-the-exam-with-this-free-11-hour-course/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/af629babd71e0e27b39ab9e7460194d7","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIEAAMRQQUSEyFRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAQUAAAAAAAAAAAAAAAAAAAEDBDEy/9oADAMBAAIRAxEAPwDGLXMRl4mzEMKOewzsLjR1Nx+rTNvGvnqorNGLE4vDJz4IpSr0PKgX7P/Z","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cJGK_aHtc","title":"The Evolution Of Jamstack","shortId":"cJGK_aHtc","createdAt":"2021-05-03T07:09:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"smashing","views":628,"score":27001445,"tagsStr":"general-programming,webdev,architecture,backend,jamstack","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-03T15:00:00.000Z","discussionScore":10,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.smashingmagazine.com/2021/05/evolution-jamstack/","canonicalUrl":"https://www.smashingmagazine.com/2021/05/evolution-jamstack/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ddac73499667cf29aff021418a4a640","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEABQZREjFh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAhEf/aAAwDAQACEQMRAD8A2Hh2jGojTZJlOSC9T/gpICUKCDddXYHVAfSaIHL5EiDHeXGbCnG0rICj7IvGMUgFGYt3BqxiqrPg83//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@biilmann","readTime":8,"description":null,"toc":null,"summary":null},{"id":"QytKUwQnq","title":"Inside the all-hands meeting that led to a third of Basecamp employees quitting","shortId":"QytKUwQnq","createdAt":"2021-05-04T00:03:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001443,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://www.theverge.com/2021/5/3/22418208/basecamp-all-hands-meeting-employee-resignations-buyouts-implosion","canonicalUrl":"https://www.theverge.com/2021/5/3/22418208/basecamp-all-hands-meeting-employee-resignations-buyouts-implosion","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f008ce1deac2f31a6b3dd5ea7debf62","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAhBDESE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAIBBQAAAAAAAAAAAAAAAAABAxEhIkHw/9oADAMBAAIRAxEAPwDZ5WWGTnkqX9aNMwY2H34gdaA2dfcpSQlFqwK6vrGMLGsn2yirN0P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"40kLZvEJf","title":"…and naming things; Tailwind CSS, Typescript and mammals","shortId":"40kLZvEJf","createdAt":"2021-05-03T09:12:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"itnext","views":448,"score":27001442,"tagsStr":"css,typescript,tailwind-css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-05-03T14:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:46:33.000Z","url":"https://itnext.io/and-naming-things-tailwind-css-typescript-and-mammals-9eab459633d2","canonicalUrl":"https://itnext.io/and-naming-things-tailwind-css-typescript-and-mammals-9eab459633d2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8753c7bfab6decd5c3642c245141e570","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAQQBBQEAAAAAAAAAAAAAAQACAwQGBQcREkEh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDEVH/2gAMAwEAAhEDEQA/AM1i+nYG7GoZLtrQBeErg5k0kQLmk/CeT4FQNfbsEjvjh497xIidpcJKZye6z//Z","siteTwitter":"@itnext_io","creatorTwitter":"@kristiandupont","readTime":3,"description":null,"toc":null,"summary":null},{"id":"4FN7sPjgb","title":"Arrival and Uber are working on an electric ride-hailing car","shortId":"4FN7sPjgb","createdAt":"2021-05-03T23:09:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001389,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T23:01:00.000Z","url":"https://www.theverge.com/2021/5/3/22417970/arrival-uber-ride-hailing-ev-electric-vehicle","canonicalUrl":"https://www.theverge.com/2021/5/3/22417970/arrival-uber-ride-hailing-ev-electric-vehicle","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/308b119114fa279039485faaa16321ee","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACAxEEBQYhEkFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDPevEm32WLDM9vhK4CnMsAD0AK6+Uq5OO4gkcA54AJrtETIKjf/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"W8WuB-5xB","title":"Here are Apple’s and Epic’s full slideshows arguing why they should win at trial","shortId":"W8WuB-5xB","createdAt":"2021-05-03T19:09:29.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":27001383,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T19:04:17.000Z","url":"https://www.theverge.com/2021/5/3/22417725/apple-vs-epic-full-trial-slideshows-opening-arguments","canonicalUrl":"https://www.theverge.com/2021/5/3/22417725/apple-vs-epic-full-trial-slideshows-opening-arguments","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PHX6PyIM0","title":"Cross Site Request Forgery – What is a CSRF Attack and How to Prevent It","shortId":"PHX6PyIM0","createdAt":"2021-05-03T16:16:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":24,"score":27001377,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T16:13:55.000Z","url":"https://www.freecodecamp.org/news/what-is-cross-site-request-forgery/","canonicalUrl":"https://www.freecodecamp.org/news/what-is-cross-site-request-forgery/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0b18e90bfff51c95abbbcf403b51501d","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQREiExQQX/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAIDAQAAAAAAAAAAAAAAAAEDAAIRIf/aAAwDAQACEQMRAD8AyWC1+Zb2oSS2nnLMRI5kAKpjtR4Rwfc9VIezsd20mkZc8HTGRSlDLubSqaiqzo7s/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@megansdoingfine","readTime":6,"description":null,"toc":null,"summary":null},{"id":"lc0ZIXfCO","title":"Lantheus subsidiary Exini secures CE Mark for PET/CT prostate software","shortId":"lc0ZIXfCO","createdAt":"2021-05-03T22:49:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001369,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:48:28.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132288&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132288","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1039d404e3ad94c7c5246aae29c302bb","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EACMQAAIBAgYCAwAAAAAAAAAAAAECAwQhAAUGERIxIkETUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAEDBAMAAAAAAAAAAAAAAAECESEAAwQxBRLw/9oADAMBAAIRAxEAPwDMMlyvTc2kKurqsxkWenA4xKo5PITba9wd/XWIopU7+NVOg9J8ch4/nWBUDscwpVLMV2NibdYeJI/EebdfeEZOSGSnqIHnq/x+AbpuLKzvUxALCXaa/9k=","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"tYlIHVMxe","title":"Sony really hated PS4 crossplay, confidential documents reveal","shortId":"tYlIHVMxe","createdAt":"2021-05-03T18:10:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001330,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:05:14.000Z","url":"https://www.theverge.com/2021/5/3/22417560/sony-ps4-cross-play-confidential-documents-epic-games-agreements","canonicalUrl":"https://www.theverge.com/2021/5/3/22417560/sony-ps4-cross-play-confidential-documents-epic-games-agreements","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea0b2673aafe85fb70954f8dfb5d8452","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEACExBQYREgcVI//EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAHBEAAgEFAQAAAAAAAAAAAAAAAQIAAxJBYcHh/9oADAMBAAIRAxEAPwCRbK1ZEPVWB6rS5T0yQe7ktpbpSF8NlKR2tknnN81RZHgJTj7jjO5yy2pRUlpMCyATZI+mBilKtrk2q2T5EoAqnXTP/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"rj4IR08og","title":"‘For All Mankind,’ Marvel and ‘Eternals,’ and ‘Mare of Easttown’ Episode 3","shortId":"rj4IR08og","createdAt":"2021-05-03T22:05:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001325,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T22:03:39.000Z","url":"https://www.theringer.com/2021/5/3/22418162/for-all-mankind-marvel-and-eternals-and-mare-of-easttown-episode-3","canonicalUrl":"https://www.theringer.com/2021/5/3/22418162/for-all-mankind-marvel-and-eternals-and-mare-of-easttown-episode-3","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f965178b0677f6e04588889f60f9fdd0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFBxFhBiFREv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgAhMf/aAAwDAQACEQMRAD8Ajs0w3cSjo47Vi8zKy6cgtL6IUR9DBGuvNxqVGzvEmqhNNhuokJdUnJm/CdQhCumqafcDkhv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ib_9lF7z1","title":"Amazon’s Thursday Night Football deal will start early","shortId":"Ib_9lF7z1","createdAt":"2021-05-03T21:57:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001317,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:54:23.000Z","url":"https://www.theverge.com/2021/5/3/22417957/amazon-nfl-thursday-night-football-2022","canonicalUrl":"https://www.theverge.com/2021/5/3/22417957/amazon-nfl-thursday-night-football-2022","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f44e31586a9c52feff0db63127e9657","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIEEQADBSExQXGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRIf/aAAwDAQACEQMRAD8Ag5yZNjxOU5LRKZNjKqJrq1Qa3K/b89s0TLdSVa2YdCQas+sYyLb2FoISpdP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"PivWLoofM","title":"Counteracting Backlink Image Credit Scams","shortId":"PivWLoofM","createdAt":"2021-05-03T17:22:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"colkgirl","views":6,"score":27001305,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:10:26.000Z","url":"https://josephfung.medium.com/counteracting-backlink-image-credit-scams-671cb9228be","canonicalUrl":"https://josephfung.medium.com/counteracting-backlink-image-credit-scams-671cb9228be","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a2a932d55e915a7be2b46eed5ca56459","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAACAAYBBQAAAAAAAAAAAAABAgADBAURElEGExRB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgEAIf/aAAwDAQACEQMRAD8ApPTC3a6TqO6v2xRVstWQo7AalQQMbZ5zFK8N/U0AcYP2EICqp3UzCub/2Q==","siteTwitter":"@Medium","creatorTwitter":"@josephfung","readTime":2,"description":null,"toc":null,"summary":null},{"id":"yzqnbO3Oc","title":"Five Biggest Things We Learned From the NFL Draft","shortId":"yzqnbO3Oc","createdAt":"2021-05-03T21:41:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001301,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:31:01.000Z","url":"https://www.theringer.com/2021/5/3/22418071/five-biggest-things-we-learned-from-the-nfl-draft","canonicalUrl":"https://www.theringer.com/2021/5/3/22418071/five-biggest-things-we-learned-from-the-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36a3e0d0f8427dd547e8582349b40191","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAhEAAwQFBjESUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIDEQAEISKR/9oADAMBAAIRAxEAPwCXwmF7ge3211Q1/GyrKKp6kwQR6g/aqkyIUSpJjvypShN0RCvFjFqMXklDm6Y17n//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"P6QFqNs0T","title":"Sony is working to integrate Discord into PlayStation consoles","shortId":"P6QFqNs0T","createdAt":"2021-05-03T17:34:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001294,"tagsStr":"tech-news,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:31:22.000Z","url":"https://www.theverge.com/2021/5/3/22417586/sony-discord-playstation-consoles-investment-partnership","canonicalUrl":"https://www.theverge.com/2021/5/3/22417586/sony-discord-playstation-consoles-investment-partnership","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4f8499978437a732021e39e64a79694f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQQDAAIREiGRMlGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDIf/aAAwDAQACEQMRAD8Azwu/Csi6pIlFNMwNrJ7sbRY9cE9EfajJuz5HulKu59qhSP/Z","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0Ztyb1dtg","title":"Twitter will now let anyone with 600 or more followers host its audio Spaces on mobile","shortId":"0Ztyb1dtg","createdAt":"2021-05-03T17:04:28.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":6,"score":27001287,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:00:00.000Z","url":"https://www.theverge.com/2021/5/3/22413033/twitter-spaces-android-ios-ticket-schedule-clubhouse-captions","canonicalUrl":"https://www.theverge.com/2021/5/3/22413033/twitter-spaces-android-ios-ticket-schedule-clubhouse-captions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cd92592d5428e6bfc121f85a2f18e7d4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAcEAABBQADAAAAAAAAAAAAAAACAAEDESESMVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AJuGYQjlB4gIzrjI7vYU+1tb1tpb+oiQx//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"wTVvLIS1f","title":"Templates Library by Helppier - Curated directory of 40+ in-app messaging templates for SaaS","shortId":"wTVvLIS1f","createdAt":"2021-05-03T21:23:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27001283,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T21:23:02.000Z","url":"https://templates.helppier.com","canonicalUrl":"https://templates.helppier.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fdc8d3f6fbdd7791b7b93232f40405f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQDAQEAAAAAAAAAAAAAAQACAxIEEUEhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A01PM5mZjRCtZLbBHrvh5pUJ1FR//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"cd3AHcN37","title":"Linux Presentation Day 2021.1 am 15.5.","shortId":"cd3AHcN37","createdAt":"2021-05-03T21:07:17.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001267,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:44:58.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/03/linux-presentation-day-2021-1-am-15-5/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/03/linux-presentation-day-2021-1-am-15-5/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"Jcz1TML0_","title":"10 insights from Porter Robinson’s post-‘Nurture’ Reddit AMA","shortId":"Jcz1TML0_","createdAt":"2021-05-03T20:56:25.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27001256,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:55:46.000Z","url":"https://dancingastronaut.com/2021/05/10-insights-from-porter-robinsons-post-nurture-reddit-ama/","canonicalUrl":"https://dancingastronaut.com/2021/05/10-insights-from-porter-robinsons-post-nurture-reddit-ama/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/53a16dc0104faa07752f44e9f9c37305","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFERJBIjGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQEAAQQDAQAAAAAAAAAAAAABAwACEkEEERMx/9oADAMBAAIRAxEAPwDHnw2Ojtp7ieXi6qDEyKfEk9jv5UIYYEbW4RlPo8CNilKckLbnrGqh4kPvIY7H67Br/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"KbwhyAMrL","title":"Porter Robinson, Madeon, Jai Wolf, Wavedash, and more top Second Sky lineup","shortId":"KbwhyAMrL","createdAt":"2021-05-03T20:33:17.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27001233,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:33:00.000Z","url":"https://dancingastronaut.com/2021/05/porter-robinson-madeon-jai-wolf-wavedash-and-more-top-second-sky-lineup/","canonicalUrl":"https://dancingastronaut.com/2021/05/porter-robinson-madeon-jai-wolf-wavedash-and-more-top-second-sky-lineup/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/19378a1b4b9413983b363eecfa0f31a6","ratio":1.51171875,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAgMFAAQGESFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAMBAgQRMf/aAAwDAQACEQMRAD8AnKvnVZp1EWvJUiadFAEz9Ejx6GQO5YJLtzyIrKjuzAfATjGGtFK8KDsxk6g//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IlxcsM_ej","title":"Beloved electronic producer Pierce Fulton dead at 28","shortId":"IlxcsM_ej","createdAt":"2021-05-03T20:18:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27001218,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:17:42.000Z","url":"https://dancingastronaut.com/2021/05/beloved-electronic-producer-pierce-fulton-dead-at-28/","canonicalUrl":"https://dancingastronaut.com/2021/05/beloved-electronic-producer-pierce-fulton-dead-at-28/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e1da7569b0ba3f22ac16f03b436f6672","ratio":1.4969696969697,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAhEAABAwMEAwAAAAAAAAAAAAABAgMEAAUSBgcRITFicf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQACAwEAAAAAAAAAAAAAAAABAwACERL/2gAMAwEAAhEDEQA/AJHbDU9qt2q4j7sOSottJRHfU6VLTgFc5epy4KR14q/kbxspkOpFsBAUQDiO+/tKUKOKzyBsd1BmaZ//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jD__yuFHx","title":"The Lakers Are Imploding. Plus: Giannis Antetokounmpo vs. Kevin Durant.","shortId":"jD__yuFHx","createdAt":"2021-05-03T20:14:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001214,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T20:00:48.000Z","url":"https://www.theringer.com/2021/5/3/22417918/the-lakers-are-imploding-plus-giannis-antetokounmpo-vs-kevin-durant","canonicalUrl":"https://www.theringer.com/2021/5/3/22417918/the-lakers-are-imploding-plus-giannis-antetokounmpo-vs-kevin-durant","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8b7c3f7acb50e79832344886fb581830","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAACAgICAwEAAAAAAAAAAAABAgMEAAURIQYHQdH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABMf/aAAwDAQACEQMRAD8Anuho62z698jkbXQC3UpwTxWD2ylpQOB+5KnVi7FnYnnsn7jGC7kf/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"sWHg2pcIc","title":"Microsoft adds FPS Boost to 74 more games on Xbox Series X / S","shortId":"sWHg2pcIc","createdAt":"2021-05-03T16:10:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001210,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T16:04:43.000Z","url":"https://www.theverge.com/2021/5/3/22416986/microsoft-xbox-fps-boost-new-games-list","canonicalUrl":"https://www.theverge.com/2021/5/3/22416986/microsoft-xbox-fps-boost-new-games-list","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9267cbbdeb9d80b17487f5758205b31c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgAFBAMAAAAAAAAAAAAAAQQAAgMFERITIVExQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMAQuCStodSr2ukw01p2W5qhBX7xL9Z9cjB78RKMgyeYQhJ3/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"w-T9i35mW","title":"How to Generate More Leads with WordPress","shortId":"w-T9i35mW","createdAt":"2021-05-03T16:09:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000969,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-20T21:02:21.000Z","url":"https://www.wpexplorer.com/generate-leads-wordpress/","canonicalUrl":"https://www.wpexplorer.com/generate-leads-wordpress/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04444a94e11a584e7aa944ded21e7c3c","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAGxAAAgMAAwAAAAAAAAAAAAAAAQIAAyEEERL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDerYicMeqUdmZgGJPa4NyTREphBb//2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":5,"description":null,"toc":null,"summary":null},{"id":"wsICo4KdT","title":"Massive Chinese rocket core to make uncontrolled reentry over Earth in coming days","shortId":"wsICo4KdT","createdAt":"2021-05-03T19:45:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27001185,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T19:30:49.000Z","url":"https://www.livescience.com/chinese-long-march-rocket-uncontrolled-reentry-2021.html","canonicalUrl":"https://www.livescience.com/chinese-long-march-rocket-uncontrolled-reentry-2021.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/790862a5021865abb9fede012900784a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAfEAABBAEFAQAAAAAAAAAAAAABAgMEEQAFEiExUUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABwRAAICAgMAAAAAAAAAAAAAAAERAgMABBLB0f/aAAwDAQACEQMRAD8AocfR4T2kvTYT1MKWBHCwbcFcjrj751hqBoYaRvVvVtFqpYs+4xkwbd02ORC9I6x0KKmXEZ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zBeVeLlfx","title":"Yeferson Soteldo and Manny Perez deals highlight wacky MLS roster rules, plus MLS week three takeaways: Notebook","shortId":"zBeVeLlfx","createdAt":"2021-05-03T19:41:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"62b9c60b981c4402abff164de38a2b74","views":0,"score":27001181,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://theathletic.com/2564559/2021/05/03/yeferson-soteldo-manny-perez-toronto-austin/","canonicalUrl":"https://theathletic.com/2564559/2021/05/03/yeferson-soteldo-manny-perez-toronto-austin/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/417427ef3d3b0c4d5bccd1f618dfc235","ratio":1.46915351506456,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQRBRMhQQYSMZH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABoRAAICAwAAAAAAAAAAAAAAAAACAREDEiH/2gAMAwEAAhEDEQA/AM5k1jTm3nWyuA7AK+5L7PjjsYGORwPyqSx+QsoaLTLERkZUGQDA6+GlKnGsNHQdtao//9k=","siteTwitter":"@TheAthletic","creatorTwitter":"@samstejskal","readTime":null,"description":null,"toc":null,"summary":null},{"id":"982hrdIeC","title":"G4’s newest host is virtual streamer CodeMiko","shortId":"982hrdIeC","createdAt":"2021-05-03T15:25:52.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001166,"tagsStr":"tech-news,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:20:24.000Z","url":"https://www.theverge.com/2021/5/3/22417239/codemiko-g4-host-vtuber-gaming-network-revival-interviews","canonicalUrl":"https://www.theverge.com/2021/5/3/22417239/codemiko-g4-host-vtuber-gaming-network-revival-interviews","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/17e14dfd7b8c6903fc5c276993a1b853","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAEQYEBRJBIiMx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQADAAIDAQAAAAAAAAAAAAABAgMAEQQhMaH/2gAMAwEAAhEDEQA/AMYxrRh8V3NrT3qV8kspwBaweiaqRv3qIi7yVEQqPR3k/iXpWtUc7CnQ+5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Zod1PTmBy","title":"X-ray and CT reveal pregnant ancient Egyptian mummy","shortId":"Zod1PTmBy","createdAt":"2021-05-03T19:25:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27001165,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T19:15:50.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132285&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132285","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1f48caa9498c590b7844e94e6c413485","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIxAAAQMDAgcAAAAAAAAAAAAAAQACAwQFBhESISIxNXJzof/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGxEBAAICAwAAAAAAAAAAAAAAAQIRAAQSYaH/2gAMAwEAAhEDEQA/AJ3F7U12D49cI6iaOoqBFBJzHbowjaQNeBH1YDde6Vnuf08iiJtcV7T3LdyEYECJVmf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PC1oCpWvv","title":"Mother rejoices after her child's successful spina bifida surgery in the womb","shortId":"PC1oCpWvv","createdAt":"2021-05-03T19:20:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27001160,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:50:32.000Z","url":"https://www.livescience.com/spina-bifida-surgery-in-womb-case.html","canonicalUrl":"https://www.livescience.com/spina-bifida-surgery-in-womb-case.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f31b4812055ca492bc52270c92cc684","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAAIDBAUhEUEiUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAACAQMRMf/aAAwDAQACEQMRAD8Al8TTu1spSjmnjlrNfCHDjyDJGAgDnsOd7GgrEYS8Rq5C4dEwgE/QNIimsdlzBJUkxw//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jmSyKPja_","title":"React to Flutter: One Developers Journey — Part 2","shortId":"jmSyKPja_","createdAt":"2021-05-03T09:20:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"itnext","views":108,"score":27001136,"tagsStr":"general-programming,react,flutter","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:33:09.000Z","url":"https://medium.com/@reme.lehane/react-to-flutter-one-developers-journey-part-2-10ac6919f580","canonicalUrl":"https://medium.com/@reme.lehane/react-to-flutter-one-developers-journey-part-2-10ac6919f580","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b05de1390d53953bfe6cf116d502731d","ratio":3.41880341880342,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQIAAwQREiGR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDf9+q6jdZVUwWvsV46g+CVcwDZ6mYDkqCfkRBH/9k=","siteTwitter":"@Medium","creatorTwitter":"@RemeJuan","readTime":2,"description":null,"toc":null,"summary":null},{"id":"BKPRMkFIQ","title":"GM’s installing software on Chevy Bolts to help prevent battery fires","shortId":"BKPRMkFIQ","createdAt":"2021-05-03T18:46:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001126,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:45:00.000Z","url":"https://www.theverge.com/2021/5/3/22417634/chevy-bolt-recall-fire-fix-software-update","canonicalUrl":"https://www.theverge.com/2021/5/3/22417634/chevy-bolt-recall-fire-fix-software-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8dedf70ce99bc31b046bdb53dae1fe34","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAURBhIhIiT/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEAAQQDAQAAAAAAAAAAAAAAAwABAkEEERIx/9oADAMBAAIRAxEAPwCCs+WXLZHJtDAkcTKXCd2JBB0fbwTvdSsnOcgsjgS32gSB9r0pT5ZBBAHw/u6ZEiGBDT6rVuv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"l1S3YVR-5","title":"7 Ways to Optimize WooCommerce Conversion Rates","shortId":"l1S3YVR-5","createdAt":"2021-05-03T16:10:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000970,"tagsStr":"wordpress,ecommerce","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-22T02:19:49.000Z","url":"https://www.wpexplorer.com/optimize-woocommerce-conversion-rates/","canonicalUrl":"https://www.wpexplorer.com/optimize-woocommerce-conversion-rates/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1797181e790884c0b1693278b80b8d39","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgEDBQAAAAAAAAAAAAAAAAECAwQxBRESIkL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAAMAAwAAAAAAAAAAAAAAAAABAgMRMf/aAAwDAQACEQMRAD8A03UqvG+ow7eWmpbZZUeWAVGRamRB8R//2Q==","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":7,"description":null,"toc":null,"summary":null},{"id":"ka_fqF-_s","title":"Tiësto jacks up the BPM of Sofia Carson’s ‘Fool’s Gold’ [Stream]","shortId":"ka_fqF-_s","createdAt":"2021-05-03T18:41:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27001121,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:40:07.000Z","url":"https://dancingastronaut.com/2021/05/tiesto-jacks-up-the-bpm-on-sophia-carsons-fools-gold/","canonicalUrl":"https://dancingastronaut.com/2021/05/tiesto-jacks-up-the-bpm-on-sophia-carsons-fools-gold/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/851fb6748c6349a1f59e9a6a33fbdff9","ratio":1.50234741784038,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQhBQYxQREiMv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADITH/2gAMAwEAAhEDEQA/AMt2zsK2udNXUVZb6S1Akmtj6o65PfOMcioK7OlkAdYo1DZCmc489fNKUWxyvIulQw2f/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"cfftZTkTC","title":"What Is a Redirect and How Should You Use It?","shortId":"cfftZTkTC","createdAt":"2021-05-03T18:11:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27001091,"tagsStr":"seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T13:00:28.000Z","url":"https://www.webfx.com/blog/web-design/what-is-a-redirect/","canonicalUrl":"https://www.webfx.com/blog/web-design/what-is-a-redirect/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69ca5eda316563ff0e9c1f077f424797","ratio":1.58967391304348,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAwACAwEBAAAAAAAAAAAAAQIDABEEBQYhof/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAaEQEAAgMBAAAAAAAAAAAAAAABAAIDMaFB/9oADAMBAAIRAxEAPwDP8brLWu0YVlJ0UuCU3rQ/clX9J56N6Sr1fLaiMVZlpoEg6JH3GMKcFDR1jZnv68J//9k=","siteTwitter":"@webfx","creatorTwitter":"@webfx","readTime":6,"description":null,"toc":null,"summary":null},{"id":"h4TJtWBsC","title":"Fortnite made more than $9 billion in revenue in its first two years","shortId":"h4TJtWBsC","createdAt":"2021-05-03T18:10:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001090,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T18:04:45.000Z","url":"https://www.theverge.com/2021/5/3/22417447/fortnite-revenue-9-billion-epic-games-apple-antitrust-case","canonicalUrl":"https://www.theverge.com/2021/5/3/22417447/fortnite-revenue-9-billion-epic-games-apple-antitrust-case","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4faa632a0cb888699d79c23ea8bf10ee","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQIDCQAAAAAAAAAAAAAAAgARAQMSBAUGEyMxQmFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAeEQABAwQDAAAAAAAAAAAAAAACAAETAwQFQXHC8P/aAAwDAQACEQMRAD8AyHDRNcgWeAjVPz4hMZyksPH1RoGNA6Y7doiHbE8h+2SqZAWho8dQX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Zb0QX_pZU","title":"Linux am Dienstag: Programm für den Star Wars Day","shortId":"Zb0QX_pZU","createdAt":"2021-05-03T17:57:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27001077,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:40:09.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/03/linux-am-dienstag-programm-fuer-den-star-wars-day/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/03/linux-am-dienstag-programm-fuer-den-star-wars-day/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"EVwZcYWKM","title":"Fortnite is planning skins for LeBron James and The Rock, documents show","shortId":"EVwZcYWKM","createdAt":"2021-05-03T17:51:52.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27001071,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:47:31.000Z","url":"https://www.theverge.com/2021/5/3/22417523/fortnite-party-royale-lebron-james-zion-the-rock-epic-apple","canonicalUrl":"https://www.theverge.com/2021/5/3/22417523/fortnite-party-royale-lebron-james-zion-the-rock-epic-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/538a667c11ce003c0fa33ae589794616","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMEAgMAAAAAAAAAAAABAwIABAUGERIhEyIWMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABwRAAEEAwEAAAAAAAAAAAAAAAMAAQJBEoGxwf/aAAwDAQACEQMRAD8Aomb07lrnOamZ8kuoJ8sJrUIy9QfbiSJggAHYcOHQ73qs462ajH2ym3THMWqMJMIG8yAAT3v9/tKUW+uK455kBDJ7fxf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sXF3Qc2rl","title":"Some of the best Nintendo Switch games are $20 off","shortId":"sXF3Qc2rl","createdAt":"2021-05-03T13:49:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":27001070,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T13:45:17.000Z","url":"https://www.theverge.com/good-deals/2021/5/3/22416996/nintendo-switch-games-super-mario-pokemon-snap-amazon-fire-echo-show-mothers-day-gift-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/3/22416996/nintendo-switch-games-super-mario-pokemon-snap-amazon-fire-echo-show-mothers-day-gift-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a542db8de6e4440fbb4c1ae311ec4942","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIDAAEFAAAAAAAAAAAAAQIDBAAFESESEyIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQIAERIhQVH/2gAMAwEAAhEDEQA/AIfaWkt3avtV1gql4qkcan5pwhS3rHOk+SfH2c07ZaTVw7G1HHSQIkrqoP4ATzGMFiQRTkoRFtONz//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"B6A4T88bb","title":"Unhealthy Thinking Patterns: All or Nothing","shortId":"B6A4T88bb","createdAt":"2021-05-03T17:25:59.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27001045,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T20:51:08.000Z","url":"https://design.org/unhealthy-thinking-patterns-all-or-nothing/","canonicalUrl":"https://design.org/unhealthy-thinking-patterns-all-or-nothing/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1e220dd50a0608ec9b1496c0eb8ff062","ratio":2.425,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBAxETEiJx/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAXEQADAQAAAAAAAAAAAAAAAAAAAjEB/9oADAMBAAIRAxEAPwDLJfrrmvTS3LPZly0eSSAHJWJ7zD//2Q==","siteTwitter":"@designdotorg","creatorTwitter":"@wardandrews","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0YiBhAA5y","title":"Caphe Coffee","shortId":"0YiBhAA5y","createdAt":"2021-05-02T22:33:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26999913,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118453715/Caphe-Coffee","canonicalUrl":"https://www.behance.net/gallery/118453715/Caphe-Coffee","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/9ea8d2118453715.60896a4724d81.gif","ratio":1.50214592274678,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAQUAAgMAAAAAAAAAAAAAAQACAwQRBRMhMXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0G9Wuy8tRmryOFWPe1osOjH0sDSJNHjCRntUkRCKf//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1Jq3N7xTZ","title":"Old Trafford Smoke and the Four Clàsicos in 18 Days","shortId":"1Jq3N7xTZ","createdAt":"2021-05-03T17:07:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27001027,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T17:02:14.000Z","url":"https://www.theringer.com/2021/5/3/22417546/old-trafford-smoke-and-the-four-clasicos-in-18-days","canonicalUrl":"https://www.theringer.com/2021/5/3/22417546/old-trafford-smoke-and-the-four-clasicos-in-18-days","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3abb815bdf18eca9efcb66d6d69d6b44","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFESEGByJRgv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAgEFAAAAAAAAAAAAAAAAAQMAAhESMZH/2gAMAwEAAhEDEQA/AMjknN75UTNayojiccAlsQOgBrfvas7ta8xExtobUQzxBMT8nH2iI1HEWEtD2DVR7P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3_IyGsTf1","title":"Rome's Colosseum, site of violent gladiator battles, to get new high-tech floor","shortId":"3_IyGsTf1","createdAt":"2021-05-03T16:49:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27001009,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T16:38:49.000Z","url":"https://www.livescience.com/Rome-Colosseum-new-floor.html","canonicalUrl":"https://www.livescience.com/Rome-Colosseum-new-floor.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/756238b1cd615b29941434fb606b06c1","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFERIGIRNRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEx/9oADAMBAAIRAxEAPwCjEVcY3HGH4s0MOeFSn1IbGSUrwdT991nC+WXl5anTcZZ3O2S6c990pQYqp7TZTcyuI//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8aglOCqLW","title":"ICLR Invited Talk on Geometric Deep Learning","shortId":"8aglOCqLW","createdAt":"2021-05-03T16:26:28.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"twitter","views":0,"score":27000986,"tagsStr":"deep-learning,math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-04T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/iclr-invited-talk-on-geometric-deep-learning.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/iclr-invited-talk-on-geometric-deep-learning.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"qpRmCaFYX","title":"So You Got a Clubhouse Invite. Here’s How to Get Started","shortId":"qpRmCaFYX","createdAt":"2021-05-03T12:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":4,"score":27000978,"tagsStr":"tech-news,business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:00:00.000Z","url":"https://www.wired.com/story/everything-you-need-to-know-before-you-join-clubhouse/","canonicalUrl":"https://www.wired.com/story/everything-you-need-to-know-before-you-join-clubhouse/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/185343516e215493f43bd23886257509","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAfEAABBAICAwAAAAAAAAAAAAABAAIEEQUSAyEUQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMRcf/aAAwDAQACEQMRAD8AoIOEfLlvzvmOYIgEYRtLDgW7E7XYNkfOkdynY9e0RTbEko8HRe6f/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"HGoBx40-p","title":"How to Map Domains in WordPress (Domain Mapping)","shortId":"HGoBx40-p","createdAt":"2021-05-03T16:10:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000970,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-19T18:16:36.000Z","url":"https://www.wpexplorer.com/map-domains-wordpress/","canonicalUrl":"https://www.wpexplorer.com/map-domains-wordpress/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f748e8d3f0b1bb110ff8f6764a71e59","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAGhABAAIDAQAAAAAAAAAAAAAAAQACESFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/ANvWxhLWA5r2WIluCP/Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":7,"description":null,"toc":null,"summary":null},{"id":"0NRK_sTBO","title":"30+ Best WordPress Business Themes 2021","shortId":"0NRK_sTBO","createdAt":"2021-05-03T16:10:06.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000970,"tagsStr":"business,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-15T12:20:54.000Z","url":"https://www.wpexplorer.com/best-wordpress-themes-buinesses/","canonicalUrl":"https://www.wpexplorer.com/best-wordpress-themes-buinesses/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4db77ce29313c9aae2d9b4769ee99415","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgECBQUAAAAAAAAAAAAAAQMCABIEBREiMQYTIVFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/AND6zxTItw8nTewtU1Wx7EgRJ8nSBG71LkVa5T3oZXg4LcbIpgI3i+Wlo5kTqT9PNKVMwf/Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":24,"description":null,"toc":null,"summary":null},{"id":"e5Z9Dhml_","title":"25+ Best Elementor WordPress Themes of 2021","shortId":"e5Z9Dhml_","createdAt":"2021-05-03T16:09:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000969,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-15T18:12:47.000Z","url":"https://www.wpexplorer.com/best-elementor-wordpress-themes/","canonicalUrl":"https://www.wpexplorer.com/best-elementor-wordpress-themes/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/939a51089d2a4c1f904c520c132cedc1","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgAFBQEAAAAAAAAAAAAAAQIAAwQREgUTITFRBv/EABQBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMp+eqX1Og06lmhZaNeS22oGSkt3xcnn3qIybNo918KIKuRsN1jYeQhBTZDhf//Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":16,"description":null,"toc":null,"summary":null},{"id":"5py1XUnKN","title":"Web Languages as Compile Targets","shortId":"5py1XUnKN","createdAt":"2021-04-30T18:33:16.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":93,"score":26997441,"tagsStr":"css,html","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-05T19:00:00.000Z","url":"https://blog.jim-nielsen.com/2021/web-languages-as-compile-targets/","canonicalUrl":"https://blog.jim-nielsen.com/2021/web-languages-as-compile-targets/","image":"","ratio":null,"placeholder":"","siteTwitter":"@jimniels","creatorTwitter":"@jimniels","readTime":2,"description":null,"toc":null,"summary":null},{"id":"U4QZ-SDkG","title":"Why You Might Need a WordPress Support Service","shortId":"U4QZ-SDkG","createdAt":"2021-05-03T16:09:59.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"4c21b1ec3f4b4b589ee5b4a229f0a0ba","views":0,"score":27000969,"tagsStr":"wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-14T21:58:02.000Z","url":"https://www.wpexplorer.com/why-wordpress-support-service/","canonicalUrl":"https://www.wpexplorer.com/why-wordpress-support-service/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8f2f72a344ddec746bf90dfedb3796a","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIAAxEhBBJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQEBAQAAAAAAAAAAAAAAAAABADH/2gAMAwEAAhEDEQA/ANpvrLcqh+7AJnCgkAk637KIiUGsTf/Z","siteTwitter":"@wpexplorer","creatorTwitter":"@WPExplorer","readTime":6,"description":null,"toc":null,"summary":null},{"id":"Gf524cWx_","title":"The Epic Games v. Apple trial kicks off with kids screaming ‘free Fortnite’","shortId":"Gf524cWx_","createdAt":"2021-05-03T15:54:42.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000954,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:51:22.000Z","url":"https://www.theverge.com/2021/5/3/22417347/epic-games-apple-fortnite-trial-public-call","canonicalUrl":"https://www.theverge.com/2021/5/3/22417347/epic-games-apple-fortnite-trial-public-call","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bb9f80b054468aefde882c6cfa8a8720","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCEQAEBSFhEv/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQAABQUAAAAAAAAAAAAAAAAAAQJhwQMEESEx/9oADAMBAAIRAxEAPwCPxW+xMdtkGbEWoawimAxlYFWDEnrwjNFRuEpWfmriD1LzGMev0knjSB6J5Vt4H//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Q7-aW1Gd1","title":"DJI Mini 2 drone getting firmware update to address battery charging issue","shortId":"Q7-aW1Gd1","createdAt":"2021-05-03T15:45:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000945,"tagsStr":"firmware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T15:39:54.000Z","url":"https://www.theverge.com/2021/5/3/22417188/dji-mini-2-drone-firmware-update-battery-issue","canonicalUrl":"https://www.theverge.com/2021/5/3/22417188/dji-mini-2-drone-firmware-update-battery-issue","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef55cd8c07c5b7b054de0470206c3e29","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAjEAABAwMCBwAAAAAAAAAAAAABAAIDBAURE1EGEhQiMXKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAWEQEBAQAAAAAAAAAAAAAAAAABAgD/2gAMAwEAAhEDEQA/AK3DBpm2mGJtttukWd+aVpcTuCfH0FR6iJmvJiOmA5jgdLFv6oinzS57Ib//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ZJ3kE9hN6","title":"Disney’s Crossover Endgame","shortId":"ZJ3kE9hN6","createdAt":"2021-05-03T15:02:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000902,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T14:54:02.000Z","url":"https://www.theringer.com/tv/2021/5/3/22417100/nba-marvel-mlb-star-wars-espn-games","canonicalUrl":"https://www.theringer.com/tv/2021/5/3/22417100/nba-marvel-mlb-star-wars-espn-games","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f6ddeb7ed8b7b017a50f756730681554","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIFAAMEERITFBUhM0Fh4f/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQMAAgQRIv/aAAwDAQACEQMRAD8AoxTYUlJvIHEfG6nfOCFx7gVrQtNdO7cVO4twxqCPfwVoAjYhgG5Fxr3835SlA7Os0HRL9DbqZ4JHRP/Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"JYApISyxC","title":"The League of Legends animated series is coming to Netflix this fall","shortId":"JYApISyxC","createdAt":"2021-05-03T15:02:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000902,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T14:55:49.000Z","url":"https://www.theverge.com/2021/5/3/22417254/league-of-legends-animated-series-arcane-netflix","canonicalUrl":"https://www.theverge.com/2021/5/3/22417254/league-of-legends-animated-series-arcane-netflix","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1bfaaf43937161c9f19d43b8f9b1ca2b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQACEQMEBRIUMTKS/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAAMBAAAAAAAAAAAAAAAAAAECEQD/2gAMAwEAAhEDEQA/AMFo5QtwfFp2tswFvtrBsZ2JkmZ6HUKAL2mBHHH2URGgAuR2Jl3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"z-Eaojq21","title":"NFT Collection Part I","shortId":"z-Eaojq21","createdAt":"2021-05-03T14:38:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27000878,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118662261/NFT-Collection-Part-I","canonicalUrl":"https://www.behance.net/gallery/118662261/NFT-Collection-Part-I","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f493812b370cecfdad56bc5f00a4567c","ratio":1.41271442986882,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAAECAxEhEhMiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAQACAwAAAAAAAAAAAAAAAAEAEQIDIf/aAAwDAQACEQMRAD8AzjGsO1d5pMURdIzUvDvwAtZ7WjkQtk//2Q==","siteTwitter":"@behance","creatorTwitter":"@muratkalkaman","readTime":0,"description":null,"toc":null,"summary":null},{"id":"R2QHB6OHt","title":"Audien delivers nostalgic progressive spin of End of the World’s ‘Dropout Boulevard’","shortId":"R2QHB6OHt","createdAt":"2021-05-03T10:31:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":1,"score":27000865,"tagsStr":"deep-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T10:30:00.000Z","url":"https://dancingastronaut.com/2021/05/audien-delivers-nostalgic-progressive-spin-of-end-of-the-worlds-dropout-boulevard/","canonicalUrl":"https://dancingastronaut.com/2021/05/audien-delivers-nostalgic-progressive-spin-of-end-of-the-worlds-dropout-boulevard/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3b4ceda3a78b2456144e1d92c6ab0b4","ratio":1.50208623087622,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAjEAABAgUDBQAAAAAAAAAAAAABAgMABAYREgUUMRMhIkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQEAAgMBAQAAAAAAAAAAAAABAxEAAkFhkf/aAAwDAQACEQMRAD8Am5+t9U0GpkNbU7BxxsuruhZ6aUEY4ng5m5I5AEUJqSSucUskertd/vjCEMRvXtZNTSbUajQWfH3P/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9qtVhxg6v","title":"Marvel drops the first glimpse of Oscar-winner Chloé Zhao’s Eternals","shortId":"9qtVhxg6v","createdAt":"2021-05-03T14:07:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000847,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T14:06:17.000Z","url":"https://www.theverge.com/2021/5/3/22417115/marvel-eternals-chloe-zhao-oscar-winner-teaser-footage-black-panther-captain-marvel-sequels","canonicalUrl":"https://www.theverge.com/2021/5/3/22417115/marvel-eternals-chloe-zhao-oscar-winner-teaser-footage-black-panther-captain-marvel-sequels","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c798051623222e9edda2dc71e6b965a6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACBREDEyIxgqH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAjEy/9oADAMBAAIRAxEAPwDPEEA6MkiQN2njrsTfije63uNDlEU56Y6xH//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"bA_Wbam16","title":"8 Stunning Examples of CSS & JavaScript 3D Text Effects","shortId":"bA_Wbam16","createdAt":"2021-05-03T13:43:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":27000823,"tagsStr":"javascript,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T17:32:36.000Z","url":"https://speckyboy.com/css-js-3d-text-effects/","canonicalUrl":"https://speckyboy.com/css-js-3d-text-effects/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b38ef4985d54f71d6f373f13bfdade23","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRABAAIABwAAAAAAAAAAAAAAAQACAwQRFDJhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAES/9oADAMBAAIRAxEAPwDAK5TBQL0R05UfGT2R1ESqLqv/2Q==","siteTwitter":"@speckyboy","creatorTwitter":"@speckyboy","readTime":3,"description":null,"toc":null,"summary":null},{"id":"UUvtFvk9d","title":"Tom Clancy Movies, Ranked","shortId":"UUvtFvk9d","createdAt":"2021-05-03T13:17:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T13:05:06.000Z","url":"https://www.theringer.com/movies/2021/5/3/22416363/tom-clancy-movie-rankings-without-remorse-the-hunt-for-red-october","canonicalUrl":"https://www.theringer.com/movies/2021/5/3/22416363/tom-clancy-movie-rankings-without-remorse-the-hunt-for-red-october","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/580fea7904b9648efa361b7c5618700e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAP/xAAfEAACAQQDAQEAAAAAAAAAAAABAgMABREhBBJBMXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAEFAQAAAAAAAAAAAAAAAAABAgMEMTP/2gAMAwEAAhEDEQA/AFqscvISBpLjPjooCAYHZQSjHe8e/M+1CW28OGV4ngDshKlg7L2I1nGdflKUJsQsodHH/9k=","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"eb30kLHom","title":"The ‘Invincible’ Season 1 Exit Survey","shortId":"eb30kLHom","createdAt":"2021-05-03T13:17:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000797,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T13:09:54.000Z","url":"https://www.theringer.com/tv/2021/5/3/22417046/invincible-season-1-finale-recap-exit-survey-omni-man","canonicalUrl":"https://www.theringer.com/tv/2021/5/3/22417046/invincible-season-1-finale-recap-exit-survey-omni-man","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/54c9ecba751a9243c06324e95a6b11aa","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBBEABRIhMRT/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAMAAgMAAAAAAAAAAAAAAAECAwAhBWGh/9oADAMBAAIRAxEAPwDb6+OjXSdkVpblyg8+59LyAXKBoJv0Jo+DrJ0ecyWGyY6yeIsl9XfWMY/i7PZqO53r0dZRsSoAXP/Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"SSd0ObOvm","title":"Automating Project Maintenance on Github","shortId":"SSd0ObOvm","createdAt":"2021-05-03T09:04:28.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":2,"score":27000784,"tagsStr":"github,automation","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:30:00.000Z","url":"https://www.ravsam.in/blog/automating-project-maintenance-on-github/","canonicalUrl":"https://www.ravsam.in/blog/automating-project-maintenance-on-github/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/08a1c46688f50ed3b2475372be6d7b76","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAGRAAAgMBAAAAAAAAAAAAAAAAAAECBBEx/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQIDEv/aAAwDAQACEQMRAD8A29621Gacdb494RHalrAI3RFZEGf/2Q==","siteTwitter":"@ravsamhq","creatorTwitter":"@ravsamhq","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sjWAhWOpV","title":"16 Mother's Day Gift Ideas for the Mom You've Been Missing","shortId":"sjWAhWOpV","createdAt":"2021-05-03T13:02:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000782,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T09:00:00.000Z","url":"https://www.wired.com/gallery/best-mothers-day-gifts-2021/","canonicalUrl":"https://www.wired.com/gallery/best-mothers-day-gifts-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab057e47621e999a34c31f9030a9c958","ratio":1.9115890083632,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIG/8QAHRAAAQMFAQAAAAAAAAAAAAAAAQACAwQGESExkf/EABUBAQEAAAAAAAAAAAAAAAAAAAEH/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAwRBwv/aAAwDAQACEQMRAD8Ai2KuOKxbnp3U7Hvla0iQ4yzQ5rPhCxx6iILDixStta3LlH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"SRuqZGN6o","title":"What Drew Harrison Ford and Justin Theroux to ‘The Mosquito Coast’","shortId":"SRuqZGN6o","createdAt":"2021-05-03T12:53:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000773,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:53:34.000Z","url":"https://www.theringer.com/tv/2021/5/3/22412151/the-mosquito-coast-movie-series-allie-fox-justin-theroux-harrison-ford","canonicalUrl":"https://www.theringer.com/tv/2021/5/3/22412151/the-mosquito-coast-movie-series-allie-fox-justin-theroux-harrison-ford","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bf4089e4512ad39e1c4384667aa1b432","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMCEQAEBRIGEyJBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhEAAgEEAwEAAAAAAAAAAAAAAQMCABFBUQUSIWH/2gAMAwEAAhEDEQA/AJejVL3Xfply4R5aVq1AQB7cQRKV2PKyPl5s6oJRqXKWhfBczCNj0DWMZFci+aGxC7WMdA5+inpgHQPe/h2Rgar/2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"NQst2YyzJ","title":"Gary Chambers on the Life of An Activist, Police Reform, and Creating a Better Louisiana","shortId":"NQst2YyzJ","createdAt":"2021-05-03T12:22:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:08:21.000Z","url":"https://www.theringer.com/2021/5/3/22416989/gary-chambers-on-the-life-of-an-activist-police-reform-and-creating-a-better-louisiana","canonicalUrl":"https://www.theringer.com/2021/5/3/22416989/gary-chambers-on-the-life-of-an-activist-police-reform-and-creating-a-better-louisiana","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5483a64c8561556674bed6267efd731e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIAAwQRIRIFFFGx4f/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAEDEf/aAAwDAQACEQMRAD8Ay6ty9ahRvTrtl5qgJ3lgPPsGUnqSqSDbKSNZ5fIiF7gmjyK5O1a7P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"V52DSQ9T5","title":"All-NBA Arguments, Milwaukee’s Best, CP3 Groundhog Day, and a Rodgers Intervention With Ryen Russillo","shortId":"V52DSQ9T5","createdAt":"2021-05-03T12:22:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:10:31.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/3/22416991/all-nba-arguments-milwaukees-best-cp3-groundhog-day-and-a-rodgers-intervention-with-ryen-russillo","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/5/3/22416991/all-nba-arguments-milwaukees-best-cp3-groundhog-day-and-a-rodgers-intervention-with-ryen-russillo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d55edf55a3e31ab3427c0c66cf5e313b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAAUEAQUAAAAAAAAAAAAAAQIDBREABAYhEhMWIjE0/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIRAyHw/9oADAMBAAIRAxEAPwDE5ViVhjTyxNKZCXCLiUeooYnE8DHuNDAjqIqz2Wwp+AIXkF19RqUqdByzkqp9o//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_Aq4p6e68","title":"Love Craptually","shortId":"_Aq4p6e68","createdAt":"2021-05-03T12:22:59.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000742,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:15:19.000Z","url":"https://www.theringer.com/2021/5/3/22417001/love-craptually","canonicalUrl":"https://www.theringer.com/2021/5/3/22417001/love-craptually","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ce49aa4893d7aa4e9da1f84a0c9c1b56","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESExBiOi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDMRH/2gAMAwEAAhEDEQA/AIVxm8143nJp7TJzTvEySEXHsQ9DQUnS8Hsc1pcWayTxo7NYksASTa7J+qUqldceYLk3p//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"81cLlH7Wy","title":"Paper Travel-YUNNAN","shortId":"81cLlH7Wy","createdAt":"2021-05-02T18:09:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26999649,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118577671/Paper-Travel-YUNNAN","canonicalUrl":"https://www.behance.net/gallery/118577671/Paper-Travel-YUNNAN","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16b28d94c7d8660245d4a83e57e83916","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQFEQYhEkExYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFxEBAAMAAAAAAAAAAAAAAAAAAQACEv/aAAwDAQACEQMRAD8A07mTXeWXG2tjILdZ3lh8C5ClQCH3od+tde2+qrMXheQQYy0hbLQAxwohAjLAaUD563+6pSiamlilnAT/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"5_tM30UZ2","title":"Verizon sells AOL and Yahoo for about half of what it paid","shortId":"5_tM30UZ2","createdAt":"2021-05-03T12:12:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000732,"tagsStr":"graphql","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:04:33.000Z","url":"https://www.theverge.com/2021/5/3/22416854/aol-yahoo-sale-apollo-venetian-hotel-verizon","canonicalUrl":"https://www.theverge.com/2021/5/3/22416854/aol-yahoo-sale-apollo-venetian-hotel-verizon","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d29a66c16fdd37d926447559ee7345f2","ratio":1.91275167785235,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAhEAABAgUFAQAAAAAAAAAAAAACAREAAwQFIQYTFjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACBDEyYbHh/9oADAMBAAIRAxEAPwCpa9vs3nttphAgC3T6dXE2WbumKKi4Zkx9688qzwhEse55zzQCR9Av/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"r2HyVZJOWT","title":"Where’s the Dark Matter? Look for Suspiciously Warm Planets","shortId":"r2HyVZJOWT","createdAt":"2021-05-03T12:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000726,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T08:00:00.000Z","url":"https://www.wired.com/story/wheres-the-dark-matter-look-for-suspiciously-warm-planets/","canonicalUrl":"https://www.wired.com/story/wheres-the-dark-matter-look-for-suspiciously-warm-planets/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98c8bb03b7c6fd1cd8b21d21579d9206","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDBAAREiEGBSIxYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgNB/9oADAMBAAIRAxEAPwDMW+QykRerMONR3lz8EpddQSuPY4jA31vu+1I8rnA2VZShoqJ8+6UpnUFTsmyoT//Z","siteTwitter":"","creatorTwitter":"","readTime":7,"description":null,"toc":null,"summary":null},{"id":"ZFNlnK3WS","title":"World's 1st multinode quantum network is a breakthrough for the quantum internet","shortId":"ZFNlnK3WS","createdAt":"2021-05-03T12:02:17.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27000722,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:49:18.000Z","url":"https://www.livescience.com/three-node-quantum-network.html","canonicalUrl":"https://www.livescience.com/three-node-quantum-network.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d89aaddde97f34d5fad73660e92c5545","ratio":1.78086956521739,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhABAAEDBQEAAAAAAAAAAAAAAQIAAwQFESExcRL/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACA2Fx/9oADAMBAAIRAxEAPwDF463LOzMuDj2bNgtyCFuPKvar67e1FTyrjJfpee1d6Uo1VunIBXLYdT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"J7xVLdQh_","title":"Possible new type of glacier just discovered on Mars","shortId":"J7xVLdQh_","createdAt":"2021-05-03T12:02:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27000722,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:52:06.000Z","url":"https://www.livescience.com/mars-arcadia-planitia-glaciers.html","canonicalUrl":"https://www.livescience.com/mars-arcadia-planitia-glaciers.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/90be57489f5179ea7f854231bc587c45","ratio":1.77514792899408,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAgICAAcAAAAAAAAAAAAAAQIAAwQFERUhMVOh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDApfV5tgavDUo4J4WVKenuW+l1BYnl2P38a/IiB//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_yUNwxtpi","title":"Lightest-known form of uranium created","shortId":"_yUNwxtpi","createdAt":"2021-05-03T11:45:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27000705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:32:48.000Z","url":"https://www.livescience.com/lightest-uranium-isotope-discovered.html","canonicalUrl":"https://www.livescience.com/lightest-uranium-isotope-discovered.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/34397f101bb36e36c28737d2eaa5df07","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgEEAgMBAAAAAAAAAAAAAQIDAAQFEQYhEiIxQf/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBAxEi/9oADAMBAAIRAxEAPwDLOG3eObCGaSxKrbyJCdeLNIWJOiSPUdE7H7rr7VzBh+ETQRyyy5xZHUMyrawEAkdge3ylKaUrRXjqNP/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Bl8_Bpmn_","title":"How many bubbles are in a glass of beer?","shortId":"Bl8_Bpmn_","createdAt":"2021-05-03T11:45:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":27000705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:27:41.000Z","url":"https://www.livescience.com/how-many-bubbles-in-beer.html","canonicalUrl":"https://www.livescience.com/how-many-bubbles-in-beer.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c7faf7937e31adaf8ec14bbcf90ea41","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACBBEFBgMSYf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAgEEAwAAAAAAAAAAAAAAAQIDAAQRITGRwf/aAAwDAQACEQMRAD8A3nYJuSi7li40aUGwpfUP4y2yKJuj6FYIinWUjPLMGOcNroUq4UKkZA5Htf/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"KT98CmPCo","title":"Linux-Nutzung bei Steam hat sich im April nicht verändert","shortId":"KT98CmPCo","createdAt":"2021-05-03T11:36:20.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000696,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T09:49:10.000Z","url":"https://www.bitblokes.de/linux-nutzung-bei-steam-hat-sich-im-april-nicht-verandert/","canonicalUrl":"https://www.bitblokes.de/linux-nutzung-bei-steam-hat-sich-im-april-nicht-verandert/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-jhPJzqSk","title":"Kroger begins testing drone deliveries for baby products and s’mores","shortId":"-jhPJzqSk","createdAt":"2021-05-03T11:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":27000693,"tagsStr":"testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:32:17.000Z","url":"https://www.theverge.com/2021/5/3/22416957/kroger-drone-express-groceries-ohio","canonicalUrl":"https://www.theverge.com/2021/5/3/22416957/kroger-drone-express-groceries-ohio","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f2e61bff29aaa75962682df22eb9e21","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBBEAIQUSMbL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABsRAAIBBQAAAAAAAAAAAAAAAAACARETITJR/9oADAMBAAIRAxEAPwC+Tx0h14PvS0LWVA9iyLFAjW6GjXmZ1yNJS4oJXCoEgXGJP3jGNbm+SJReH//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Cft9iQ9MA","title":"Nikola Jokic Has Reshaped the MVP Conversation","shortId":"Cft9iQ9MA","createdAt":"2021-05-03T11:23:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000683,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:20:00.000Z","url":"https://www.theringer.com/nba/2021/5/3/22416699/nikola-jokic-denver-nuggets-mvp","canonicalUrl":"https://www.theringer.com/nba/2021/5/3/22416699/nikola-jokic-denver-nuggets-mvp","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ab387d8b54ee52ac4e84bda4babed780","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIEAAMREgVBITGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABoRAAIDAQEAAAAAAAAAAAAAAAIDAAEhBJH/2gAMAwEAAhEDEQA/AIiTbPFJFirFD2JEeNY0VtQNiVJPg5Pf01hk/QzpBVAqm42FHQz6pSi0LFTmCGVFwO38y2t0rrfKn//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"7NDOtuiij","title":"The Eight Biggest Questions Coming Out of the 2021 NFL Draft","shortId":"7NDOtuiij","createdAt":"2021-05-03T11:16:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000676,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T11:15:00.000Z","url":"https://www.theringer.com/nfl/2021/5/3/22416748/eight-questions-post-nfl-draft-aaron-rodgers-broncos-jimmy-garoppolo","canonicalUrl":"https://www.theringer.com/nfl/2021/5/3/22416748/eight-questions-post-nfl-draft-aaron-rodgers-broncos-jimmy-garoppolo","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/589e413976e0189bbb24a4da4099a95e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIDBAAFESEGEhMicf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAeEQACAQMFAAAAAAAAAAAAAAABAgMABBEFBjFRYf/aAAwDAQACEQMRAD8A2+pWJdWtxTW+xgyRP4iCY9ywUcb85bk6bpRyMgmtgKSAFkUAfPXGMUMQ7Ad0m4ryfTo4ktGKDJ48xX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":15,"description":null,"toc":null,"summary":null},{"id":"QNXetuw-1","title":"An Artist Was Targeted in a Hate Crime—So She Designed a Game","shortId":"QNXetuw-1","createdAt":"2021-05-03T11:05:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.wired.com/story/chanhee-choi-video-game-pandemic-hate-crime/","canonicalUrl":"https://www.wired.com/story/chanhee-choi-video-game-pandemic-hate-crime/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a060e6fed021458b2a9ddb42d20a7dba","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQRBSESYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABIQIS/9oADAMBAAIRAxEAPwDFLwnKYlGJegC49e1IJ9D5JKoEUKuvFeh0IiU4ro+m6f/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KA5JYrhU1","title":"A Border Town Confronts the Reality of Police Surveillance","shortId":"KA5JYrhU1","createdAt":"2021-05-03T11:05:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":27000665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.wired.com/story/border-town-confronts-reality-police-surveillance/","canonicalUrl":"https://www.wired.com/story/border-town-confronts-reality-police-surveillance/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/daea83495cb38ea015da5cb40d027cb7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIRAAAgICAgEFAAAAAAAAAAAAAgMBBAAFESEGByIyQXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AjPTi5sfJa9LVquHQCrSXAmpju4GOPiLBiJ67/ZzQmu8dqp19VTGWGmChEmE9nJzERzM+77xjA//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3CpMjGcug","title":"Musee","shortId":"3CpMjGcug","createdAt":"2021-05-03T10:43:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27000643,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118526259/Musee","canonicalUrl":"https://www.behance.net/gallery/118526259/Musee","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fcb8e8515ab356fc7bd6955ee309e6c2","ratio":1.67664670658683,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIhAAAQMDAwUAAAAAAAAAAAAAAgEDBAARIQUGEhMUM0JR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAEUZHR8P/aAAwDAQACEQMRAD8A3IeqoZ9xFkOxSIDAkbjgnJS8arn0t8zV0fc6tsNg9LluuCKCTnQbTkqJlbXxelKJLDjGhyVtXTxPZ//Z","siteTwitter":"@behance","creatorTwitter":"@brucemaudesign","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sZM_llRLn","title":"The Making of Fake Bands and Their Very Real Fan Bases","shortId":"sZM_llRLn","createdAt":"2021-05-03T10:31:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":27000631,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T10:30:00.000Z","url":"https://www.theringer.com/movies/2021/5/3/22404738/movie-bands-pink-slip-2gether-stillwater-scott-pilgrim-low-shoulder-oral-history","canonicalUrl":"https://www.theringer.com/movies/2021/5/3/22404738/movie-bands-pink-slip-2gether-stillwater-scott-pilgrim-low-shoulder-oral-history","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/02a8dfd5b2acb3be12ef76f28a669944","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDEQAEIQUUMjOR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAZEQACAwEAAAAAAAAAAAAAAAABAgATIaH/2gAMAwEAAhEDEQA/AMvpEb9mY3lL1IeWAJKX4/OLy20td2LES2xv2nGMAudThlVQjaR0z//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"vnTFRLKye","title":"Fedora 34: Ist es ein Pipewire-Problem?","shortId":"vnTFRLKye","createdAt":"2021-05-02T12:33:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999313,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:22:56.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/02/fedora-34-ist-es-ein-pipewire-problem/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/02/fedora-34-ist-es-ein-pipewire-problem/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"5AxF-IB3f","title":"Janee turns in chilled-out STMPD RCRDS ID from Tomorrowland NYE, ‘Can’t Let You Go’","shortId":"5AxF-IB3f","createdAt":"2021-05-03T10:01:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27000601,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T10:00:00.000Z","url":"https://dancingastronaut.com/2021/05/janee-turns-in-chilled-out-stmpd-rcrds-id-from-tomorrowland-nye-cant-let-you-go/","canonicalUrl":"https://dancingastronaut.com/2021/05/janee-turns-in-chilled-out-stmpd-rcrds-id-from-tomorrowland-nye-cant-let-you-go/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe64d060a6608730fc7a54a8b56e58e2","ratio":1.6242774566474,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQRBRIiBhQWQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECACFBwRL/2gAMAwEAAhEDEQA/AMBb6Lbno6/7qSV71BG0Dq3BCBnJHvOTULxu6k5pIm1uQzKwOD820pRCjwtZ2Vl2Lte8n//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"x9q4H0cJu","title":"DOMES","shortId":"x9q4H0cJu","createdAt":"2021-05-03T02:38:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":27000158,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T00:00:00.000Z","url":"https://www.behance.net/gallery/118639121/DOMES","canonicalUrl":"https://www.behance.net/gallery/118639121/DOMES","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/175ea6d8824d60baf799a29ca473f839","ratio":1.49892933618844,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAIhAAAgECBQUAAAAAAAAAAAAAAQIEAAMFBxESkRMhMTJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABsRAQACAgMAAAAAAAAAAAAAAAEAAgMxBBEU/9oADAMBAAIRAxEAPwC65jYosmNOsw4hgKAWRySXJbv9AA5rPu5u4r1X2RYm3U6e3jmlKDOXlvZF1FvPjqHRuf/Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"LCXSyqLGo","title":"Create an OIDC credential Issuer with Mattr and ASP.NET Core","shortId":"LCXSyqLGo","createdAt":"2021-05-03T04:51:18.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"52186dbcc05d4bd499d5f2afe790a77b","views":2,"score":27000531,"tagsStr":"authentication,aspnet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T04:50:38.000Z","url":"https://damienbod.com/2021/05/03/create-an-oidc-credential-issuer-with-mattr-and-asp-net-core/","canonicalUrl":"https://damienbod.com/2021/05/03/create-an-oidc-credential-issuer-with-mattr-and-asp-net-core/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5a7baa90ed89c3333efedf496951fd98","ratio":1.12833168805528,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAYH/8QAJhAAAQMDAwIHAAAAAAAAAAAAAQIDBQAEERITIUFzBiI1NlGxsv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEAAQUBAAAAAAAAAAAAAAAAAwABAhEhQf/aAAwDAQACEQMRAD8A29p2Rh4u9dMVHx91qK9brqlMbSSOVLByFeY4GOlNs5u3etGHXb2PLi0JUradJRkjnTnp8U/x37SlOwfsVFQ/pNl2EfkVWIUJDtmreISEk09e86v/2Q==","siteTwitter":"@wordpressdotcom","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"1RuU7oT-a","title":"Is it time for population-based breast screening in India?","shortId":"1RuU7oT-a","createdAt":"2021-05-03T07:14:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":27000434,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132275&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132275","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e7207d111ba62ca76f02ee7f0de266c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFBv/EACMQAAEEAQMEAwAAAAAAAAAAAAECAwQRAAYSIQUUF1FTk8H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABwRAQABBAMAAAAAAAAAAAAAAAEAAgMEEQUGMf/aAAwDAQACEQMRAD8AKDrTp5Qlwy29lkG7G2vf5jnkTT3zvfXmL7Zgw5iSy0UiiAUCrN5QjRY6YzQSw0AEAABA44yWq6tirtWNnL3deE//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"jz-Pp8ijz","title":"Rocky Linux 8.3 RC1 für x86_64 und aarch64 erschienen","shortId":"jz-Pp8ijz","createdAt":"2021-05-03T04:35:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000275,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T04:25:00.000Z","url":"https://linuxnews.de/2021/05/rocky-linux-8-3-rc1-fuer-x86_64-und-aarch64-erschienen/","canonicalUrl":"https://linuxnews.de/2021/05/rocky-linux-8-3-rc1-fuer-x86_64-und-aarch64-erschienen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/290b7ab7383790d2c8725a533f75bc98","ratio":1.04265402843602,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIhAAAgEDBAIDAAAAAAAAAAAAAQMCBAURAAYSEzFhFCFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBES0f/aAAwDAQACEQMRAD8ACpTZrbZaC3Wq0Iu9ZVIi0pjGJlOGAZMnM+B5A94A1lldTWT5tR0VVSlXZLguajygM/QPsaq7Xe1GytwNQ1imZhHnCRicfmRoZodFfLMNyfi0lXcdH2f/2Q==","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":2,"description":null,"toc":null,"summary":null},{"id":"cJRAifgXK","title":"GnuLinuxNews-Podcast Folge 10","shortId":"cJRAifgXK","createdAt":"2021-05-03T03:25:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":27000205,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T03:11:00.000Z","url":"https://linuxnews.de/2021/05/gnulinuxnews-podcast-folge-10/","canonicalUrl":"https://linuxnews.de/2021/05/gnulinuxnews-podcast-folge-10/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f73b6019901c6205198281ef8a1c593f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDBAMBAAAAAAAAAAAAAQIDBAAFBhESE0EHFDFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDESFhQXGB/9oADAMBAAIRAxEAPwCatnkOG3eskuKYbdtizo3pM23j5GC6EkJCwNASSPun7WfS8gyBqW82u4y9yVqSdkpaU6g9DoUpRMuLLCR6qpGtnbcgBrQPG+l//9k=","siteTwitter":"@LinuxNews_de","creatorTwitter":"@LinuxNews_de","readTime":1,"description":null,"toc":null,"summary":null},{"id":"g3sy1KQpO","title":"Introducing Regento, marketing for FLOSS-centric companies and transitioning industries","shortId":"g3sy1KQpO","createdAt":"2021-05-03T03:04:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"2e0c42b0272648a2a741b488189df353","views":0,"score":27000184,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T02:36:21.000Z","url":"https://fortintam.com/blog/introducing-regento/","canonicalUrl":"https://fortintam.com/blog/introducing-regento/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"xDtXvtTAc","title":"WLAN-USB-Stick Cudy WU1300S unter Linux","shortId":"xDtXvtTAc","createdAt":"2021-05-02T15:24:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999484,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T14:49:00.000Z","url":"https://fryboyter.de/wlan-usb-stick-cudy-wu1300s-unter-linux/","canonicalUrl":"https://fryboyter.de/wlan-usb-stick-cudy-wu1300s-unter-linux/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"JgC-PEXOj","title":"Refined Zapier - Open-source browser extension to 10x Zapier's UX","shortId":"JgC-PEXOj","createdAt":"2021-05-02T22:01:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":27000122,"tagsStr":"open-source,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:00:00.000Z","url":"https://github.com/zlwaterfield/refined-zapier","canonicalUrl":"https://github.com/zlwaterfield/refined-zapier","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/63c76818d9e49cb6b5adeb2f2e572ad9","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRIUEF/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDERL/2gAMAwEAAhEDEQA/ANGH6NbN3Hbfei0yWjJopprrWrIKooUFslidAen2IlySCp9bp//Z","siteTwitter":"@github","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"5BhzVgrVp","title":"Eight takeaways from Pasquale Rotella’s EDC Las Vegas-geared Reddit AMA","shortId":"5BhzVgrVp","createdAt":"2021-05-03T01:48:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":27000108,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T01:47:17.000Z","url":"https://dancingastronaut.com/2021/05/pasquale-rotella-answers-fan-questions-about-edc-las-vegas-and-future-insomniac-events-in-new-reddit-ama/","canonicalUrl":"https://dancingastronaut.com/2021/05/pasquale-rotella-answers-fan-questions-about-edc-las-vegas-and-future-insomniac-events-in-new-reddit-ama/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/98e8a570dc6bfebc50bb0afb066e3e70","ratio":1.47058823529412,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQIDEQAEBTEGEiEiQbH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBv/EABwRAAICAgMAAAAAAAAAAAAAAAECABEEEwMhsv/aAAwDAQACEQMRAD8AxXG3628PbWxYQoqDsE9/FUA/N71HupL3IbgurIQgDqMSJpSqtsnmx71tV15EWxmYqT0J/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"aupLJIjj7","title":"Santiago García Mantiñán: Windows and Linux software Raid dual boot BIOS machine","shortId":"aupLJIjj7","createdAt":"2021-05-02T23:17:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":0,"score":26999957,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-03T12:00:00.000Z","url":"http://blog.manty.net/2021/05/windows-and-linux-software-raid-dual.html","canonicalUrl":"http://blog.manty.net/2021/05/windows-and-linux-software-raid-dual.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"fonzhGxWF","title":"Beyond Calibri: Finding The Next Microsoft 365 Default Font","shortId":"fonzhGxWF","createdAt":"2021-05-02T18:55:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":26999936,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T19:42:21.000Z","url":"https://medium.com/microsoft-design/beyond-calibri-finding-the-next-microsoft-365-default-font-5ef83f028be2","canonicalUrl":"https://medium.com/microsoft-design/beyond-calibri-finding-the-next-microsoft-365-default-font-5ef83f028be2","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/902c0eed8cd10465071bcb188da51d14","ratio":2.72108843537415,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABAwQFERIhIzFBUrHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQABAwUBAAAAAAAAAAAAAAACAAERAwQFEiFR/9oADAMBAAIRAxEAPwDQMDAVi2E01iwTxxObC58Ndreuypwys2weVB08PqIg2ICRls08VDI8qw3i/9k=","siteTwitter":"@MicrosoftDesign","creatorTwitter":"@MicrosoftDesign","readTime":9,"description":null,"toc":null,"summary":null},{"id":"1o8BcNpfM","title":"Metadata Cleaner – Metadaten von Dateien unter Linux bereinigen","shortId":"1o8BcNpfM","createdAt":"2021-05-02T22:35:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999915,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T22:10:23.000Z","url":"https://www.linux-bibel-oesterreich.at/2021/05/03/metadata-cleaner-metadaten-von-dateien-unter-linux-bereinigen/","canonicalUrl":"https://www.linux-bibel-oesterreich.at/2021/05/03/metadata-cleaner-metadaten-von-dateien-unter-linux-bereinigen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68288d84032be6e21e071709f86d8fb4","ratio":4.54545454545455,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAADAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAAwQRMSFS/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAdEQABAwUBAAAAAAAAAAAAAAABAAIDBBESEzGR/9oADAMBAAIRAxEAPwDE4OZdbUGcptbmI1Wo73gla8i36B156oMRB3ON+q1wUsOsHAeBf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"OmaHgYKS6","title":"Open-Source-Impfstoff für die Welt in der Krise","shortId":"OmaHgYKS6","createdAt":"2021-05-02T21:24:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999844,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T21:14:03.000Z","url":"https://blog.do-foss.de/kolumne/open-source-impfstoff-fuer-die-welt-in-der-krise/","canonicalUrl":"https://blog.do-foss.de/kolumne/open-source-impfstoff-fuer-die-welt-in-der-krise/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0086318ccb1a88829917466fd3a8a862","ratio":1.01214574898785,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIxAAAgEEAgAHAAAAAAAAAAAAAQMCAAQGEQUxISIjQVFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxEAAQMDBQAAAAAAAAAAAAAAAwABAgQRQRITITGR/9oADAMBAAIRAxEAPwCQw7F8VfjCiGLuYtj6jprEWffRkRr86181l1+MVXfXMEL5ApiyQgQ2J3HZ146oazurhXHsUp7YLkSTCMyAfL7ijpdmgAE+ufOVQVldDaHYUestfxf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"xbX6fM0fT","title":"Website Optimization Best Practices For 2021","shortId":"xbX6fM0fT","createdAt":"2021-05-02T13:44:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":26999624,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.business2community.com/seo/website-optimization-best-practices-for-2021-02402314","canonicalUrl":"https://www.business2community.com/seo/website-optimization-best-practices-for-2021-02402314","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fbeef2c0b036e7c8841ba245397fb5d1","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgIBBQAAAAAAAAAAAAAAAQQAAwIFERIhUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREAAwADAAAAAAAAAAAAAAAAAAERITFB/9oADAMBAAIRAxEAPwDR7WhrMu2s52siyzjuMbSMevBKsRJFb0LCi0f/2Q==","siteTwitter":"@b2community","creatorTwitter":"@seoforu","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Fp5ooWR_W","title":"Facebook and Instagram notices in iOS apps tell users tracking helps keep them ‘free of charge’","shortId":"Fp5ooWR_W","createdAt":"2021-05-02T15:21:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26999722,"tagsStr":"tech-news,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T15:18:56.000Z","url":"https://www.theverge.com/2021/5/2/22415824/facebook-instagram-notice-ios-apps-free-privacy-tracking","canonicalUrl":"https://www.theverge.com/2021/5/2/22415824/facebook-instagram-notice-ios-apps-free-privacy-tracking","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4bce189cf4149e26a509546da8361fc0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAII/8QAGxAAAwADAQEAAAAAAAAAAAAAAQIDABEhElH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABoRAAIDAQEAAAAAAAAAAAAAAAECABFBA3H/2gAMAwEAAhEDEQA/AM53cRlJWQO9Zo6OSdz6eDJaklYq0AzA6Lez0/cYwKLEq6OVYgZWD2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"k485cFXKZ","title":"Improving slow mounts in React apps","shortId":"k485cFXKZ","createdAt":"2021-05-02T07:15:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"itnext","views":217,"score":26999709,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-05-02T08:30:01.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T06:14:18.000Z","url":"https://itnext.io/improving-slow-mounts-in-react-apps-cff5117696dc","canonicalUrl":"https://itnext.io/improving-slow-mounts-in-react-apps-cff5117696dc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe879b439c040751422272453fba669f","ratio":1.50227617602428,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACEQQFAwYSEzRBkv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDEhQx/9oADAMBAAIRAxEAPwDPW+8ik1bQxGNIkQ8kz0qozpXxyn+nIiNap9igyZ//2Q==","siteTwitter":"@itnext_io","creatorTwitter":"@AggArvanitakis","readTime":4,"description":null,"toc":null,"summary":null},{"id":"WdQ4Ua-nL","title":"Trampa’s debut LP ‘Disrespect’ impeccably intertwines US bass with UK grime [Interview]","shortId":"WdQ4Ua-nL","createdAt":"2021-05-02T18:24:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26999664,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T18:23:57.000Z","url":"https://dancingastronaut.com/2021/05/trampas-debut-lp-disrespect-impeccably-intertwines-us-bass-with-uk-grime-interview/","canonicalUrl":"https://dancingastronaut.com/2021/05/trampas-debut-lp-disrespect-impeccably-intertwines-us-bass-with-uk-grime-interview/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4e9bc974fa96f09ce9cadf18af0a8001","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIDAAQSBRETIWEi/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQEAAwEAAAAAAAAAAAAAAAACAAERA//aAAwDAQACEQMRAD8Azxp9/FCzK0CYyLxklQxUEj6G46PvtUml07mfBLoJkdgcSQKUoqNS0Oq3J//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"DpSjvsV5_","title":"??????????????","shortId":"DpSjvsV5_","createdAt":"2021-05-01T16:38:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26998118,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/118444183/_","canonicalUrl":"https://www.behance.net/gallery/118444183/_","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c3d907c104976e94be1fdba413aeb8f","ratio":1.77664974619289,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACAxEhBBMUFSIxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIxEv/aAAwDAQACEQMRAD8Aw12Lj2uEyxl0j/DwbgilSSpdNI/lm93uERH7qcYtSq1H/9k=","siteTwitter":"@behance","creatorTwitter":"@SEENVISION","readTime":null,"description":null,"toc":null,"summary":null},{"id":"V_yRHulKG","title":"President of Elon Musk’s Neuralink venture tweets that he’s left the company","shortId":"V_yRHulKG","createdAt":"2021-05-02T13:51:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26999643,"tagsStr":"tech-news,venture-capital","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T13:45:19.000Z","url":"https://www.theverge.com/2021/5/2/22415828/president-elon-musk-neuralink-hodak-brain-implants","canonicalUrl":"https://www.theverge.com/2021/5/2/22415828/president-elon-musk-neuralink-hodak-brain-implants","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fc7133082354b1ca20fe1f49b44fb8c3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgVBEyFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDXLlQ4UflROfdWuSjZlxDegBSugKQFADoX2bu8pscBD8De8WCV6iymMEi66F+h8xjCl//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UCFKdoP9x","title":"How to Build a WordPress Site in 24 Hours","shortId":"UCFKdoP9x","createdAt":"2021-05-02T13:44:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":3,"score":26999630,"tagsStr":"general-programming,wordpress","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T12:00:00.000Z","url":"https://www.searchenginejournal.com/wordpress-seo/how-to-build-wordpress-site/","canonicalUrl":"https://www.searchenginejournal.com/wordpress-seo/how-to-build-wordpress-site/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d361a94a887189e718acbab18bb6245e","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABAwQDAAAAAAAAAAAAAAACAAERAwQFEhRBsf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERAv/aAAwDAQACEQMRAD8Ag8xkw5N0NGyoUwI3honXxTxPJO+otL9IipZFAfKP/9k=","siteTwitter":"@sejournal","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"2yvp-3XRA","title":"Should DevTools teach the CSS cascade? (#blogPost)","shortId":"2yvp-3XRA","createdAt":"2021-05-02T13:44:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3849974cc92a47da94fadac234b53f07","views":2,"score":26999625,"tagsStr":"general-programming,css,devtools","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T22:00:00.000Z","url":"https://www.stefanjudis.com/blog/should-devtools-teach-the-css-cascade/","canonicalUrl":"https://www.stefanjudis.com/blog/should-devtools-teach-the-css-cascade/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"ceXmu6Gxc","title":"Spectre zurück – neue Sicherheitslücken – Milliarden Computer betroffen","shortId":"ceXmu6Gxc","createdAt":"2021-05-01T13:39:56.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997939,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T11:50:45.000Z","url":"https://www.bitblokes.de/spectre-zuruck-neue-sicherheitslucken-milliarden-computer-betroffen/","canonicalUrl":"https://www.bitblokes.de/spectre-zuruck-neue-sicherheitslucken-milliarden-computer-betroffen/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"58X0pxxXL","title":"Firefox: Javascript im integrierten PDF Viewer deaktivieren","shortId":"58X0pxxXL","createdAt":"2021-04-30T06:06:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996046,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T06:00:43.000Z","url":"https://canox.net/2021/04/firefox-javascript-im-integrierten-pdf-viewer-deaktivieren/","canonicalUrl":"https://canox.net/2021/04/firefox-javascript-im-integrierten-pdf-viewer-deaktivieren/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"-BDM1fekx","title":"10 Interesting Facts to Know about Any Website","shortId":"-BDM1fekx","createdAt":"2021-05-02T13:44:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":2,"score":26999624,"tagsStr":"seo","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-28T10:58:51.000Z","url":"https://www.hongkiat.com/blog/interesting-facts-about-websites/","canonicalUrl":"https://www.hongkiat.com/blog/interesting-facts-about-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7f7300de1e31c46fbfc6d292c31d9f55","ratio":1.82094081942337,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQTERIhIjH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhFR/9oADAMBAAIRAxEAPwDS+SRRgXalVdajqAPA+SZVmXNUjEryQCfUREtCTjX0ZP/Z","siteTwitter":"@hongkiat","creatorTwitter":"@hongkiat","readTime":7,"description":null,"toc":null,"summary":null},{"id":"8-Y0nTI9x","title":"Diplo triangulates with Elderbrook and Andhimfor for ‘One By One,’ his next LP’s lead single","shortId":"8-Y0nTI9x","createdAt":"2021-05-02T17:42:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26999622,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T17:41:58.000Z","url":"https://dancingastronaut.com/2021/05/diplo-triangulates-with-elderbrook-and-andhimfor-for-one-by-one-his-next-lps-lead-single/","canonicalUrl":"https://dancingastronaut.com/2021/05/diplo-triangulates-with-elderbrook-and-andhimfor-for-one-by-one-his-next-lps-lead-single/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/069f782dfa15df0879d08dcbcc7f198d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQIDBQAREgQGEzEhQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiEx/9oADAMBAAIRAxEAPwDONnxyUyJEkstMsOJKgBn0oAi3R79/appXSwwlNZw4BrmXgElwADI2t4pSplKej1TXD//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"uCSSgS_AU","title":"2021 NFL Draft Awards","shortId":"uCSSgS_AU","createdAt":"2021-05-02T13:36:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26999376,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T13:24:39.000Z","url":"https://www.theringer.com/2021/5/2/22415377/2021-nfl-draft-awards","canonicalUrl":"https://www.theringer.com/2021/5/2/22415377/2021-nfl-draft-awards","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9e1d366fd2013e362d5584a84df52e1d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAgABAxEEBRMxsf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAwDAQACEQMRAD8AwiDdzbHHyoMwX4DhogiNxtxaxe3vrxSFIiatT2//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Wo_p7M5_u","title":"Are we seeing the return of the closed-door office? I hope not.","shortId":"Wo_p7M5_u","createdAt":"2021-05-02T13:02:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26999342,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T13:00:00.000Z","url":"https://www.theverge.com/22412400/open-office-pandemic-privacy-safety","canonicalUrl":"https://www.theverge.com/22412400/open-office-pandemic-privacy-safety","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8fee0ae5a75e40b3a9efbf143fa93674","ratio":1.90995260663507,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABAwQCAwAAAAAAAAAAAAACAAEDBAUREgYhMmGh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AJlRfrjSsANUnJsOdixlu9W+9qJPye8hNIDVpYEnbx9oiD//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"3k4sldE8-","title":"iFixit drilled a key ring hole into one of Apple’s AirTags in its latest teardown","shortId":"3k4sldE8-","createdAt":"2021-05-02T17:32:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26999612,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T17:29:43.000Z","url":"https://www.theverge.com/2021/5/2/22415831/ifixit-drilled-key-ring-hole-apple-airtag-tile-teardown","canonicalUrl":"https://www.theverge.com/2021/5/2/22415831/ifixit-drilled-key-ring-hole-apple-airtag-tile-teardown","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2488a9277feb194e614fe56721005ed8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIRAAAgIBAgcAAAAAAAAAAAAAAQIAAwUREgQGFCExMmH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAAMAAwAAAAAAAAAAAAAAAAABAhESMf/aAAwDAQACEQMRAD8A0bzBwvW1mmy6xUDBxt08iQEwGJRQpx9TEDTcXfv99oiOkvqLm6lYTP/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"5UMxCl-DR","title":"Why Almost No One Is Getting the Fastest Form of 5G","shortId":"5UMxCl-DR","createdAt":"2021-05-02T13:08:29.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":4,"score":26999600,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T09:00:00.000Z","url":"https://arstechnica.com/information-technology/2021/04/verizon-leads-all-us-carriers-in-mmwave-5g-availability-at-0-8/","canonicalUrl":"https://arstechnica.com/information-technology/2021/04/verizon-leads-all-us-carriers-in-mmwave-5g-availability-at-0-8/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/26ba0014b61bfdcea01b901d9c867b4e","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMBCQAAAAAAAAAAAAAAAQACBTEDBBETIVFSkcH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEv/aAAwDAQACEQMRAD8AzeImrR8UxuU0A7HXiPe1KfPXgvcQMATQGiIhIk6cndqG/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"wmUc_SZiO","title":"SpaceX Crew Dragon Resilience safely returns four astronauts to Earth","shortId":"wmUc_SZiO","createdAt":"2021-05-02T12:34:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":7,"score":26999582,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:30:20.000Z","url":"https://www.theverge.com/2021/5/2/22413121/spacex-crew-dragon-resilience-splashdown-nasa-record-iss","canonicalUrl":"https://www.theverge.com/2021/5/2/22413121/spacex-crew-dragon-resilience-splashdown-nasa-record-iss","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dea37d985b9b61bd318cae265e265495","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCAAQRBSExQRIWInH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABIf/aAAwDAQACEQMRAD8AwDtbVdMXcvsS1iVQnGTLlspEE+IBOd8HfJ54qv7oIfLbO8myO0pR1J0QT2QOvylKqaK//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"QUJkwVMY7","title":"How to Use Browser Profiles to Separate Work and Play","shortId":"QUJkwVMY7","createdAt":"2021-05-02T12:04:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":1,"score":26999519,"tagsStr":"google,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T08:00:00.000Z","url":"https://www.wired.com/story/how-to-use-browser-profiles-organization-chrome-edge-firefox/","canonicalUrl":"https://www.wired.com/story/how-to-use-browser-profiles-organization-chrome-edge-firefox/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/861c2638cdd9a3dd84c933fca3ff9a39","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQRBQcTFCQxQZTS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADEgYxQcHh/9oADAMBAAIRAxEAPwCpu7e0XaRzMlqaVnDEghkAczOM9vKzsb7gT01H1Y/lERaevsep8jsepasObkNx7P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"JWnActJXF","title":"SoftMaker – Ein Beispiel für guten Support","shortId":"JWnActJXF","createdAt":"2021-05-02T15:24:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999484,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T15:08:53.000Z","url":"https://curius.de/2021/05/softmaker-ein-beispiel-fuer-guten-support/","canonicalUrl":"https://curius.de/2021/05/softmaker-ein-beispiel-fuer-guten-support/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/56a9321208c80d6d5815ca60b6f0c2d9","ratio":1.285140562249,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAgICAwEAAAAAAAAAAAAAAQIDBAAREiEyof/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDBBGBQVHB/9oADAMBAAIRAxEAPwDWaVKjJRstegle1zco6WygAPna8h8GTVlkStEkrbkVAGO97Ou+8YwJcsumijYQBgcDXiTVq7YpHuBJz2dr/9k=","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":5,"description":null,"toc":null,"summary":null},{"id":"3Oo7gZ0zZ","title":"Microsoft wants to reduce its Xbox store cut and shake up console gaming","shortId":"3Oo7gZ0zZ","createdAt":"2021-05-02T10:37:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":26999444,"tagsStr":"tech-news,microsoft,gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T10:36:44.000Z","url":"https://www.theverge.com/2021/5/2/22415712/microsoft-xbox-store-cut-epic-games-court-documents","canonicalUrl":"https://www.theverge.com/2021/5/2/22415712/microsoft-xbox-store-cut-epic-games-court-documents","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5382cfaeadfa68f31dd9bb4a9ffea6c0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESEjEiKB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQABBAMAAAAAAAAAAAAAAAAAAQIDIjFR8P/aAAwDAQACEQMRAD8AzqKYPjhIplXztywUMOvoB0vr853UmQuY1v7kNCXYSsCzOdsdnk0pRbcknGt+2f/Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Qg0AO9KJt","title":"Zmiana ustawienia (seria / book series)","shortId":"Qg0AO9KJt","createdAt":"2021-05-02T14:13:42.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26999413,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118635587/Zmiana-ustawienia-(seria-book-series)","canonicalUrl":"https://www.behance.net/gallery/118635587/Zmiana-ustawienia-(seria-book-series)","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2be3f0402b0594caad8729c7d2f448fd","ratio":1.41987829614604,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIxAAAgEDAgcBAAAAAAAAAAAAAQIEAAMFBxEGEhMhIjFR0v/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEBAQEBAAAAAAAAAAAAAAABAgADEv/aAAwDAQACEQMRAD8AyuTzGn8CVxdijGhRr5Kx47CCzm4/SYO6nl2t+ZHz1vUx0TxKEq2cmFh2JEZf1SlE7VXMPLkTJdK7/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"91vil9v3z","title":"Acer Chromebook Spin 513 review: a chip off a new block","shortId":"91vil9v3z","createdAt":"2021-05-02T12:06:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26999286,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T12:00:00.000Z","url":"https://www.theverge.com/22412759/acer-chromebook-spin-513-review-specs-price","canonicalUrl":"https://www.theverge.com/22412759/acer-chromebook-spin-513-review-specs-price","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/29ff70581398289275ad70f52480e2ac","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIDAAQRBQYHEiExQf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAYEQADAQEAAAAAAAAAAAAAAAABAhEAA//aAAwDAQACEQMRAD8AvIGhO25IrPT7ySzhnIMoHZg7u5y+OwH31WgQbSsIIY4U7BY1CAKMAADHgUpSeSCQZVzTv//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"_m6o2YjmU","title":"Do snakes have ears?","shortId":"_m6o2YjmU","createdAt":"2021-05-02T11:22:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26999242,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T11:00:19.000Z","url":"https://www.livescience.com/do-snakes-have-ears.html","canonicalUrl":"https://www.livescience.com/do-snakes-have-ears.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe000509cfe56bb740ec181b08900147","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAgMBAAURExIhBkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDBfHLmp9tuS7yJuWACS3LAd4FETHRz3jHqpCbNsSB7schgscftKUHKrALppvGf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"o9IAYbVUH","title":"Josh Hawley’s ‘Big Tech’ Book Overthrows the Tyranny of Reality","shortId":"o9IAYbVUH","createdAt":"2021-05-02T11:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26999226,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T07:00:00.000Z","url":"https://www.wired.com/story/josh-hawley-virtual-reality-book-review/","canonicalUrl":"https://www.wired.com/story/josh-hawley-virtual-reality-book-review/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e8fdad1cf75e7b86bac066a059f88b62","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQGIRESE1EWMUH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAAEFAQAAAAAAAAAAAAAAAAEAAxEh8FH/2gAMAwEAAhEDEQA/AMrtOhp/ErqDIowY4mv1c3cTj0Ou1JchbgfMIiE6BO4FTbMCtZX/2Q==","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"HqqCpnO4u8","title":"These Learning Tools Are Shaping the Online Schoolhouse","shortId":"HqqCpnO4u8","createdAt":"2021-05-02T11:06:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26999226,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T07:00:00.000Z","url":"https://www.wired.com/story/class-engageli-online-learning-platforms/","canonicalUrl":"https://www.wired.com/story/class-engageli-online-learning-platforms/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/05d83824d5a8fec1d8dc863da4c7bea7","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQACAwQFESESIjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAHBEAAgICAwAAAAAAAAAAAAAAAQIAAwQFEUHB/9oADAMBAAIRAxEAPwCC+10dHbLGI6cl0lBMHOMh08SaeB6wD4WVDuFnPs7iMn6URUTVoq5F5HZ9MWpHDNP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"j2h_9Ev08","title":"EYES ONLY","shortId":"j2h_9Ev08","createdAt":"2021-05-02T06:05:51.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":4,"score":26999177,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118622397/EYES-ONLY","canonicalUrl":"https://www.behance.net/gallery/118622397/EYES-ONLY","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/609987b77f471999613ac3156e8f733b","ratio":1.5005359056806,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAgICAgAHAAAAAAAAAAAAAQIDBAAFBxEGEhMxMkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABYRAQEBAAAAAAAAAAAAAAAAAAARQf/aAAwDAQACEQMRAD8ApeV18YUuQau2pSbFddCQ1OrVuIvqsnyLhmChGJHYIYkfntmv6Tc27umoWrNNIJ568cskQl8wRmUEqD99E9d4xguP/9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Hpvdma6jr","title":"Motel Art","shortId":"Hpvdma6jr","createdAt":"2021-05-02T10:04:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26999164,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T00:00:00.000Z","url":"https://www.behance.net/gallery/118652325/Motel-Art","canonicalUrl":"https://www.behance.net/gallery/118652325/Motel-Art","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71bfcc938eb4f619a631b15061851a18","ratio":0.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACIQAAICAgEEAwEAAAAAAAAAAAECAwQFEQASITFhBkFRcf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxEAAQIGAwAAAAAAAAAAAAAAAQIFAAMEERIxFGFx/9oADAMBAAIRAxEAPwDO49mag0WJM6ZW1eMPVI2hJGELEBR6VfHckHh48jWSNVkd+sABv7x/NTwy4ejbjp1kyQkLNaMSOza1ryvbX6NH3yLY+TutiVZsfTlkDENIYwC533Pj74CKKY6pHHTfHsCLue5JbrqrTYKJx2deAx//2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Kn2ViNKyq","title":"Kurztipp: Java-Anwendungen und HiDPI","shortId":"Kn2ViNKyq","createdAt":"2021-05-02T10:03:42.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999163,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T09:52:58.000Z","url":"https://cstan.io/?p=12801","canonicalUrl":"https://cstan.io/?p=12801","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d08504a045a31fe12ae7187e1a5e7d27","ratio":1.41472868217054,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAFEQYjMWHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A3DoCyNxomtb7U0a10TNGUSNHBUccEED34ylNHrlmcCtUADEDsD5jGSkf/9k=","siteTwitter":"","creatorTwitter":"@stankowic_devel","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PG0T86-0P","title":"Strommessung mit Open Source Tools","shortId":"PG0T86-0P","createdAt":"2021-05-02T08:03:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26999043,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T07:45:00.000Z","url":"https://svij.org/blog/2021/05/02/strommessung-mit-open-source-tools/","canonicalUrl":"https://svij.org/blog/2021/05/02/strommessung-mit-open-source-tools/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/de56cebe7fcb9b9fd62cb4bc6af10b4c","ratio":2.54049295774648,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRABAAICAgMAAAAAAAAAAAAAAQACBBEDBRJBYv/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREAAQUAAAAAAAAAAAAAAAAAAAECESEx/9oADAMBAAIRAxEAPwDIcrqMOmOWrxvk0FWz71JTq8VNtHb9MRJTQW6p/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"cnt4V9m9a","title":"Vom Rest das Beste – Woche 17","shortId":"cnt4V9m9a","createdAt":"2021-05-02T05:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26998883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T04:46:00.000Z","url":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-17/","canonicalUrl":"https://linuxnews.de/2021/05/vom-rest-das-beste-woche-17/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a4a783d83133f5d5a4b6845c2ef6fd30","ratio":1.62068965517241,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAHhAAAgICAwEBAAAAAAAAAAAAAQMCBAURAAYhMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFhEAAwAAAAAAAAAAAAAAAAAAAAIx/9oADAMBAAIRAxEAPwCsdWlVfiFYfL4+k9duit0gtWlsEYQBEoknR1KPoP3fzzmaew9bNXP5KvWZCKFWWrXE78iJkAfnHHCaDLT/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"0QGRnAf0Fv","title":"Mozilla macht Mozilla-Sachen","shortId":"0QGRnAf0Fv","createdAt":"2021-05-02T05:23:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26998883,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T04:53:00.000Z","url":"https://linuxnews.de/2021/05/mozilla-macht-mozilla-sachen/","canonicalUrl":"https://linuxnews.de/2021/05/mozilla-macht-mozilla-sachen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16a4f525a658bb95ce9dd63558d12542","ratio":1.46569646569647,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAHxAAAwACAgIDAAAAAAAAAAAAAQIDABEEMQUiQUJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDEf/aAAwDAQACEQMRAD8Apw/LItmo1pGt6M+zNwdEEb9SO/zMgnwyN3iGr92DMNt8nvGMmzt8EpI//9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ld2eWKxGd","title":"New formatting concept for JSON based virtual DOM","shortId":"ld2eWKxGd","createdAt":"2021-05-01T18:07:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"itnext","views":163,"score":26998861,"tagsStr":"javascript","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T15:24:23.000Z","url":"https://itnext.io/new-formatting-concept-for-json-based-virtual-dom-ee52acc5e04a","canonicalUrl":"https://itnext.io/new-formatting-concept-for-json-based-virtual-dom-ee52acc5e04a","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c8939dbd15507784339fc181357a8175","ratio":0.949712643678161,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMECP/EABwQAAMAAQUAAAAAAAAAAAAAAAABEQIDBBIhIv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A09qYzceaq+4VickubcVCNEf/2Q==","siteTwitter":"@itnext_io","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"KvcqtuWoP","title":"The Ringer’s 2021 NFL Draft Team Grades","shortId":"KvcqtuWoP","createdAt":"2021-05-02T03:25:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26998765,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-02T03:19:18.000Z","url":"https://www.theringer.com/2021/5/1/22415236/nfl-draft-team-grades-picks-rounds-tracker","canonicalUrl":"https://www.theringer.com/2021/5/1/22415236/nfl-draft-team-grades-picks-rounds-tracker","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/424601ce4d68a6cebc8c88f0de02a320","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAABBAIDAQAAAAAAAAAAAAACAQMEEQAFBiExQf/EABUBAQEAAAAAAAAAAAAAAAAAAAEE/8QAGxEAAgIDAQAAAAAAAAAAAAAAAQIAEQMTMcH/2gAMAwEAAhEDEQA/AIflEhdPyeRDZbZcGLPaYZM2xtKATQlpO17r5eRm30xs7aa0kq0B8x6brwlTy8Yx2MHNHsq1q2AWOHyf/9k=","siteTwitter":"","creatorTwitter":"","readTime":28,"description":null,"toc":null,"summary":null},{"id":"qWKjUlDCo","title":"As Epic v. Apple approaches the courtroom, Valve is getting sued over Steam too","shortId":"qWKjUlDCo","createdAt":"2021-05-01T22:19:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26998711,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T22:17:05.000Z","url":"https://www.theverge.com/2021/5/1/22413196/valve-steam-lawsuit-wolfire-games-humble-bundle-app-store-cut-epic-apple","canonicalUrl":"https://www.theverge.com/2021/5/1/22413196/valve-steam-lawsuit-wolfire-games-humble-bundle-app-store-cut-epic-apple","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dc73f1044f1725429dfbf72e0eb6a92b","ratio":1.91011235955056,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAAABQQDAQAAAAAAAAAAAAAAAQIDBAUGESEiMVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAb/xAAaEQACAgMAAAAAAAAAAAAAAAAAAgEDESEx/9oADAMBAAIRAxEAPwCctuqR49p1GC5TYzz8jBolLLm1jzXwRiz5q0XfgAAr2Squ0q4P/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"ixw_j2X0s","title":"How Airbnb Achieved Metric Consistency at Scale","shortId":"ixw_j2X0s","createdAt":"2021-05-01T20:12:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"airbnb","views":25,"score":26998680,"tagsStr":"business","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:25:08.000Z","url":"https://medium.com/airbnb-engineering/how-airbnb-achieved-metric-consistency-at-scale-f23cc53dea70","canonicalUrl":"https://medium.com/airbnb-engineering/how-airbnb-achieved-metric-consistency-at-scale-f23cc53dea70","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d2654a38a661bccd89299c87f6143dfb","ratio":2.46913580246914,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHRABAAEFAAMAAAAAAAAAAAAAAQIAAxESIQQxUf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzE+TdbUYMjUCONT0Oe/arbJdVy95SlVRP//Z","siteTwitter":"@AirbnbEng","creatorTwitter":"@_rchang","readTime":15,"description":null,"toc":null,"summary":null},{"id":"Nw_RexZha","title":"Epic-backed expert says Apple’s app store profit is as high as 78 percent","shortId":"Nw_RexZha","createdAt":"2021-05-01T19:45:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26998557,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T19:43:30.000Z","url":"https://www.theverge.com/2021/5/1/22414402/epic-expert-apple-app-store-fortnite-court-profit","canonicalUrl":"https://www.theverge.com/2021/5/1/22414402/epic-expert-apple-app-store-fortnite-court-profit","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"zd-EVvkDS","title":"Newsmax apologizes to employee of Dominion Voting Systems over false election accusations","shortId":"zd-EVvkDS","createdAt":"2021-05-01T21:48:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26998428,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T21:46:12.000Z","url":"https://www.theverge.com/2021/5/1/22414305/newsmax-apologize-voting-dominion-conspiracy-election-trump","canonicalUrl":"https://www.theverge.com/2021/5/1/22414305/newsmax-apologize-voting-dominion-conspiracy-election-trump","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/68f3786e692825501f42e9e7380f4b1c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAgICAwEAAAAAAAAAAAAAAQMCBAAREhMhYf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAgMAAAAAAAAAAAAAAAAAABEBITH/2gAMAwEAAhEDEQA/AM517qEUrVVlBDnP49dmcpCaNH3iAdHf0ZATLZ9OMZU1gbP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8Z3aQ5scK","title":"ZPSM wayfinding system","shortId":"8Z3aQ5scK","createdAt":"2021-05-01T21:10:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26998390,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/118552481/ZPSM-wayfinding-system","canonicalUrl":"https://www.behance.net/gallery/118552481/ZPSM-wayfinding-system","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a88ef24a6a592495a6402a0cdbb164c4","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAhEAACAQMEAwEAAAAAAAAAAAABAgMABAUGERIhEzFhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFxEBAAMAAAAAAAAAAAAAAAAAAgABQf/aAAwDAQACEQMRAD8ApQ5nJ6nXEQ219YyT8Xu50l4J4uAAIPZ2Xs+x+VUTV0YRRJlcEHA2YJcMFB+DfoUpQBKtlKBvJ//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"gh13pLUrt","title":"Ingo Juergensmann: The Fediverse – What About Ressources?","shortId":"gh13pLUrt","createdAt":"2021-05-01T16:24:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"18037f4154d44a4b8c3558d4a36e21c8","views":1,"score":26998338,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T15:50:41.000Z","url":"https://blog.windfluechter.net/2021/05/01/the-fediverse-what-about-ressources/","canonicalUrl":"https://blog.windfluechter.net/2021/05/01/the-fediverse-what-about-ressources/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"_Pzl09F1p","title":"13 Beautifully Designed Property Websites","shortId":"_Pzl09F1p","createdAt":"2021-05-01T19:56:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":26998316,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://qodeinteractive.com/magazine/beautifully-designed-property-websites/","canonicalUrl":"https://qodeinteractive.com/magazine/beautifully-designed-property-websites/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/89a683b0f01a5e2361eb4ce731b6ddd7","ratio":1.99036918138042,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESFBBhUi/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAdEQACAQQDAAAAAAAAAAAAAAABAgADBBESUWHB/9oADAMBAAIRAxEAPwDTc3lM3hcaZPYW87vK5XdqFCqEPzoNz1zUsX5Lf3WMtLiQQB5YUkbScbKgnulKCsSoXHcstlDbbDj2f//Z","siteTwitter":"","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"b7P0o94es","title":"Florida bill would fine social media platforms for banning politicians— with exemption for Disney","shortId":"b7P0o94es","createdAt":"2021-05-01T15:02:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26998262,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:56:23.000Z","url":"https://www.theverge.com/2021/5/1/22413934/florida-bill-restrict-social-media-politicians-twitter-facebook-disney-trump","canonicalUrl":"https://www.theverge.com/2021/5/1/22413934/florida-bill-restrict-social-media-politicians-twitter-facebook-disney-trump","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b158fde940809f9d5080473dbf892abd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAGxAAAgMAAwAAAAAAAAAAAAAAAAECAxEEEmH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AM419Fx7YuGt6t3wiogBoNH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"l0X5T_-Au","title":"Enjoy these limited-time tech and gaming discounts","shortId":"l0X5T_-Au","createdAt":"2021-05-01T13:33:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":26998180,"tagsStr":"gaming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T13:30:00.000Z","url":"https://www.theverge.com/good-deals/2021/5/1/22411802/apple-imac-ipad-pro-m1-processor-google-nest-wifi-mesh","canonicalUrl":"https://www.theverge.com/good-deals/2021/5/1/22411802/apple-imac-ipad-pro-m1-processor-google-nest-wifi-mesh","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3b9e3427e84e2c866389e5110f7c84b1","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIDAAQRIQUGMRL/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8A2LnOvNNzN2638sbXbuRhQRHoa375V/aZjtIUJ+iqKCfM6pSgKMqrf//Z","siteTwitter":"","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"E8FwjNb8Z","title":"Sony’s new prime lenses are the small saviors I’ve been looking for","shortId":"E8FwjNb8Z","createdAt":"2021-05-01T13:01:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":7,"score":26998170,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T13:00:00.000Z","url":"https://www.theverge.com/22407694/sony-g-master-24-40-50-prime-lens-review","canonicalUrl":"https://www.theverge.com/22407694/sony-g-master-24-40-50-prime-lens-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a091cb434bc0a32530d30df52db3b203","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIABAMhBRITInH/xAAVAQEBAAAAAAAAAAAAAAAAAAABBP/EABwRAQACAQUAAAAAAAAAAAAAAAEAAgMEBRIh0f/aAAwDAQACEQMRAD8Ak7NetzFKvYtY3Rqi46KrhYKGXxIVY+p2Cx+6mamliYlj2JOzuIhplWwyXdThXHavSnk//9k=","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"OKLmjFCvj","title":"Ausblick auf openSUSE Leap 15.3","shortId":"OKLmjFCvj","createdAt":"2021-05-01T13:19:59.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997919,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T13:09:43.000Z","url":"https://curius.de/2021/05/ausblick-auf-opensuse-leap-15-3/","canonicalUrl":"https://curius.de/2021/05/ausblick-auf-opensuse-leap-15-3/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/13fb968071d41e8c45c4836b28b6c99c","ratio":1.25075528700906,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIABwEAAAAAAAAAAAAAAQQAAgMSFFFUk8HR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARL/2gAMAwEAAhEDEQA/AMP0bhtmKzJO5wrHyUKzPGY6rfIiNUbMf//Z","siteTwitter":"@HeimGerrit","creatorTwitter":"@HeimGerrit","readTime":4,"description":null,"toc":null,"summary":null},{"id":"pH_VR5eLs","title":"A Ransomware Group Hit DC Police—Then Pivoted to Extortion","shortId":"pH_VR5eLs","createdAt":"2021-05-01T13:04:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":5,"score":26998162,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:00:00.000Z","url":"https://www.wired.com/story/ransomware-dc-police-warrantless-searches-security-news/","canonicalUrl":"https://www.wired.com/story/ransomware-dc-police-warrantless-searches-security-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1712788f5df15b44f850dfc28ace2bcf","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAQEBAAAAAAAAAAAAAgMBEQAEMQUhE//EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESH/2gAMAwEAAhEDEQA/AMXP2meSYNRr67DQ6HF+sSUOuLo/tz2Y7zJzc93Y2dx7xVrqhrCOAFQ0NzdR85GMYFSggMR2PY7bmz//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"-Sj5NkRLR","title":"California appeals court finds Amazon responsible for third party sellers’ products","shortId":"-Sj5NkRLR","createdAt":"2021-05-01T17:04:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26998144,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T16:59:00.000Z","url":"https://www.theverge.com/2021/5/1/22414185/california-appeals-court-amazon-marketplace-responsible-third-party-hoverboard","canonicalUrl":"https://www.theverge.com/2021/5/1/22414185/california-appeals-court-amazon-marketplace-responsible-third-party-hoverboard","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0189e4110c4579694fe64c3d364972c7","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAREAAkEEEzFSofD/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAiER/9oADAMBAAIRAxEAPwDAalBLtx9nMopprWpW24mGgCh7ESS3xYJOn//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"3YRA76XOe","title":"Morgin Madison shares debut LP on mau5trap, ‘Living the Phantasm’","shortId":"3YRA76XOe","createdAt":"2021-05-01T16:57:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26998137,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T16:56:53.000Z","url":"https://dancingastronaut.com/2021/05/morgin-madison-shares-debut-lp-on-mau5trap-living-the-phantasm/","canonicalUrl":"https://dancingastronaut.com/2021/05/morgin-madison-shares-debut-lp-on-mau5trap-living-the-phantasm/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c911276104d717661aa9af4f52e8662","ratio":1.33268101761252,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAhEFBhITIiNRgf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHREAAQQCAwAAAAAAAAAAAAAAAQACITEDBBIyQf/aAAwDAQACEQMRAD8Aw9dY5W4dGCXBSRd/VoCO8cRxyPWZQNcDy1HwREfrDsowYH5ONexFlf/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"B9zGxd3QT","title":"You Will Die a Lot in Returnal. It’s Worth It","shortId":"B9zGxd3QT","createdAt":"2021-05-01T12:10:20.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":7,"score":26998118,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T08:00:00.000Z","url":"https://www.wired.co.uk/article/returnal-ps5-review","canonicalUrl":"https://www.wired.co.uk/article/returnal-ps5-review","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d35eae86acdcb7e958576d9e6aad0ecd","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAeEAACAgICAwAAAAAAAAAAAAABAgADBBEFBhIUMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDESH/2gAMAwEAAhEDEQA/AIx0pqjZl1iivwKBtNttkGDyvIAkI+Iqj4PUQ6ERETluVxhapqno/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"5pG6hRkex","title":"Announcing XD to Flutter v2.0!","shortId":"5pG6hRkex","createdAt":"2021-04-30T23:35:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"flutter","tweeted":true,"views":670,"score":26998113,"tagsStr":"general-programming,flutter,adobe","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-05-01T10:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T14:03:15.000Z","url":"https://medium.com/flutter/announcing-xd-to-flutter-v2-0-c743bac2aeeb","canonicalUrl":"https://medium.com/flutter/announcing-xd-to-flutter-v2-0-c743bac2aeeb","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/685d08f18a292881f166a65557899e30","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHRAAAQQCAwAAAAAAAAAAAAAAAwABAgQFEhFBYf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEAAwEAAAAAAAAAAAAAAAAAABEhMf/aAAwDAQACEQMRAD8A2Orj7FexfMTIHPG3NphGRm1rMzcax87VqIqbDaf/2Q==","siteTwitter":"@flutterdev","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"pK8-0fWEy","title":"Microsoft’s app store changes crank up the Apple pressure","shortId":"pK8-0fWEy","createdAt":"2021-05-01T12:05:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":7,"score":26998113,"tagsStr":"tech-news,apple,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T12:00:00.000Z","url":"https://www.theverge.com/2021/5/1/22411686/microsoft-windows-store-game-fees-change-apple-app-store-epic-games-eu","canonicalUrl":"https://www.theverge.com/2021/5/1/22411686/microsoft-windows-store-game-fees-change-apple-app-store-epic-games-eu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2dc68be701386a0c16d73e6cf7a1addb","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQMEAwEAAAAAAAAAAAAAAQADBAIFERIGITFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAQEAAwAAAAAAAAAAAAAAAAECAANB/9oADAMBAAIRAxEAPwDCeOXeJE43LiPWpiQ+5S5rIr12oyBjGaSevoUgD0PURJ221Mjww2qSapOuf//Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"cpf2PTrwh","title":"Louis The Child treat fans to a taste of ‘Euphoria’ with debut album single ‘So What’ alongside A R I Z O N A","shortId":"cpf2PTrwh","createdAt":"2021-05-01T12:01:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":3,"score":26998087,"tagsStr":"r","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T12:00:00.000Z","url":"https://dancingastronaut.com/2021/05/louis-the-child-treat-fans-to-a-taste-of-euphoria-with-debut-album-single-so-what-alongside-a-r-i-z-o-n-a/","canonicalUrl":"https://dancingastronaut.com/2021/05/louis-the-child-treat-fans-to-a-taste-of-euphoria-with-debut-album-single-so-what-alongside-a-r-i-z-o-n-a/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8a9d3041c3f1b328a4584e1780b66b23","ratio":1.5003663003663,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAIQUHEyIx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABwRAAICAgMAAAAAAAAAAAAAAAECAAQDERMxQf/aAAwDAQACEQMRAD8A3pHccCJyCo7vHx3PFSHVuMAkKrZsDessPYrjxLjUem1+yQkJAAPyhWMYmqORmDeQlrWNVKjuf//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Azx86t4TK","title":"Former Netflix executive convicted of money laundering","shortId":"Azx86t4TK","createdAt":"2021-05-01T15:55:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26998075,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T15:50:49.000Z","url":"https://www.theverge.com/2021/5/1/22414084/former-netflix-executive-convicted-bribes","canonicalUrl":"https://www.theverge.com/2021/5/1/22414084/former-netflix-executive-convicted-bribes","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/eb62146eb4a3e93514734cf0cfd8322c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAwACAQUBAAAAAAAAAAAAAQIRAAMEBRIUIUGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAhEQABAgUFAQAAAAAAAAAAAAABAgMABAVBsREhMUJRcf/aAAwDAQACEQMRAD8Axac3ZwOh+Mq69ictgdjNrXuBUxY0o+2S2ZCoDKDWFFlHr8xjEMyomRbd7EnAij0xtKai+2OPpsojAGvt94//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"bgwAHajWR","title":"Even Calibri’s Creator Is Glad That Microsoft Is Moving On","shortId":"bgwAHajWR","createdAt":"2021-05-01T11:06:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":3,"score":26998033,"tagsStr":"microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T07:00:00.000Z","url":"https://www.wired.com/story/calibri-default-font-microsoft-moving-on/","canonicalUrl":"https://www.wired.com/story/calibri-default-font-microsoft-moving-on/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/47186f7c64a4fd0b29630787ab884474","ratio":1.90760059612519,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAACAgIBBQEAAAAAAAAAAAABAwIEABEFEhMhcYHh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB8RAQABAgcBAAAAAAAAAAAAAAEDAAIEBRNBYXGRsf/aAAwDAQACEQMRAD8AuOAqWr/M0GuvM7SgBJPTuLD5Gzs+j8yrah8GzhG1MCMiBofuMYQYKGe51B9T40lmEt10qO3B3X//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"RUA0MyaFR","title":"Disco Elysium: The Final Cut is like an epic yet enigmatic novel","shortId":"RUA0MyaFR","createdAt":"2021-05-01T15:07:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26998027,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T15:00:00.000Z","url":"https://www.theverge.com/22412485/disco-elysium-the-final-cut-review-ps4-ps5-mac-pc","canonicalUrl":"https://www.theverge.com/22412485/disco-elysium-the-final-cut-review-ps4-ps5-mac-pc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6cea78a01afae7c0776e13793def8523","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQACAxEEIQUSUUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECITH/2gAMAwEAAhEDEQA/AMuhy5OSE2VlS5DndzoSV5ewLo2rNA00va34A86HiIglWCo//9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"0OdeE27A5","title":"Winners and Losers on Day 2 of the 2021 NFL Draft","shortId":"0OdeE27A5","createdAt":"2021-05-01T15:03:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26998023,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:56:58.000Z","url":"https://www.theringer.com/2021/5/1/22414065/winners-and-losers-on-day-2-2021-nfl-draft","canonicalUrl":"https://www.theringer.com/2021/5/1/22414065/winners-and-losers-on-day-2-2021-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/95ce8b725b535f3c3c6c6a57d66a4f71","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDAAQFERITIjFBcfD/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAIDAAAAAAAAAAAAAAAAAAABESEx/9oADAMBAAIRAxEAPwCVLxlyYtYQQeGEckjmQ9TAnv7+8YvIm8TIXKpfSBRKwA2g6DU0pUZYusP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ViSVjMv9K","title":"DMS 2021 – wieder dem Papierkrieg","shortId":"ViSVjMv9K","createdAt":"2021-05-01T14:20:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997980,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:15:06.000Z","url":"https://workpress.plattform32.de/2021/05/dms-2021-wieder-dem-papierkrieg/","canonicalUrl":"https://workpress.plattform32.de/2021/05/dms-2021-wieder-dem-papierkrieg/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/137803ca5fe30273612f6a706bf4cca0","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUI/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIDEQAxEyEEYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8A0f5L8aozT8CiRbe6G9HsdHKwkQiw60fYw0EaSOyyIrLWmFjeLEUYFBFA+ZCcf//Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"ZwXqt-F-B","title":"New vaccine perks: halftime shots and savings bonds","shortId":"ZwXqt-F-B","createdAt":"2021-05-01T14:07:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26997967,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T14:00:00.000Z","url":"https://www.theverge.com/2021/5/1/22413867/new-vaccine-perks-halftime-shots-and-savings-bonds","canonicalUrl":"https://www.theverge.com/2021/5/1/22413867/new-vaccine-perks-halftime-shots-and-savings-bonds","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/40a07287a104027155b7508dde4acb06","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQREgUhMkFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAcEQACAgIDAAAAAAAAAAAAAAABAgARA7ESUWH/2gAMAwEAAhEDEQA/ANnlrGGC/tuKaKFw9sgaQR6AjfXypHfnvPzvOajXhbJVCyG6LgYYpIqKT9wupwPzNKVOxMWNk9aEcx4oK93P/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"ow8L4U5ux","title":"Matcha Cafe Branding","shortId":"ow8L4U5ux","createdAt":"2021-05-01T12:33:01.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26997873,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/116419123/Matcha-Cafe-Branding","canonicalUrl":"https://www.behance.net/gallery/116419123/Matcha-Cafe-Branding","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/629449116419123.6089f0a18deb8.gif","ratio":1.6,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIDBAAGEzE1QZLR/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAaEQEAAwADAAAAAAAAAAAAAAABAAIDEiFh/9oADAMBAAIRAxEAPwCFcqramrcsEMqQyCZS7EFHHRlA85rTu+yk95t+w+YxgvJDpkrN9cqhSyHiz//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"csVHDgB53","title":"Images: 10 incredible volcanoes in our solar system","shortId":"csVHDgB53","createdAt":"2021-05-01T11:13:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26997793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T11:00:00.000Z","url":"https://www.livescience.com/volcanoes-in-the-solar-system.html","canonicalUrl":"https://www.livescience.com/volcanoes-in-the-solar-system.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/739f513d66bfaa5ac2ae2d4be1a1cb7d","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIxAAAgEDAQkAAAAAAAAAAAAAAQIDAAQRIQUSFRYxUWKBkv/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAwEBAAAAAAAAAAAAAAABAgADEUFR/9oADAMBAAIRAxEAPwDPvMaw7OktYbRS8rB3mdjvDA0C46DU57+qm8Vk8/qlKatQNPsS2xmwHk//2Q==","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"naFd8jEpK","title":"Which animal has the stretchiest mouth?","shortId":"naFd8jEpK","createdAt":"2021-05-01T11:13:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26997793,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T11:00:48.000Z","url":"https://www.livescience.com/stretchiest-animal-mouth.html","canonicalUrl":"https://www.livescience.com/stretchiest-animal-mouth.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d642b8dcfd2f63ae1d86b00dd3a469eb","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIFAAMEEQZRBxIh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDIfD/2gAMAwEAAhEDEQA/AJUVx67ZiUg8hsa6JRryOwUgBggKHsep3rXZrFv40kUdlMhikqdb032lKE6sk6a2M6I+5P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LPmlc92WK","title":"The 15 Best Weekend Deals on iPads, Espresso Machines, and More","shortId":"LPmlc92WK","createdAt":"2021-05-01T11:06:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26997786,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T07:00:00.000Z","url":"https://www.wired.com/story/weekend-deals-may-1-2021/","canonicalUrl":"https://www.wired.com/story/weekend-deals-may-1-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebaa06b7ddd798f3716fd1a482ffd033","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIEEQADIQUGEgcTIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AtNyuHbXqlqC1OV3Gy/AWCpQSkdtPocuMyZmK2xvixbByQkZ+4pSiSP/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"YspWi0KIC","title":"Seth Rogen’s Record Player Is a Visual (and Aural) Treat","shortId":"YspWi0KIC","createdAt":"2021-05-01T11:06:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26997786,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T07:00:00.000Z","url":"https://www.wired.com/review/pro-ject-t1-bt/","canonicalUrl":"https://www.wired.com/review/pro-ject-t1-bt/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/775b784e9916dfebaeabb962b356289a","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQIAAwQFEhZBgv/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A3Tctm+WaxKcilMPgNbUamLuQ3pugAPkymMRJiP/Z","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"UNYlZ1XDD","title":"Matisse & Sadko and Alex Aris masterfully line up again on STMPD RCRDS for ‘Heal Me’","shortId":"UNYlZ1XDD","createdAt":"2021-05-01T11:01:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26997781,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T11:00:00.000Z","url":"https://dancingastronaut.com/2021/05/matisse-sadko-and-alex-aris-masterfully-line-up-again-on-stmpd-rcrds-for-heal-me/","canonicalUrl":"https://dancingastronaut.com/2021/05/matisse-sadko-and-alex-aris-masterfully-line-up-again-on-stmpd-rcrds-for-heal-me/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/50188656527bc40fd6718ed1f7b19638","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEDBQEAAAAAAAAAAAAAAQIRAAMFBBITIUGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAECADH/2gAMAwEAAhEDEQA/AMmxeswbaQrexSKzIyl+R2KkAdx6T8ifalmuWdx22gRPRk0pRRALkq17v//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"vgEfmTfW6","title":"TOR turns to nature with new LP, ‘Oasis Sky’","shortId":"vgEfmTfW6","createdAt":"2021-05-01T10:31:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26997751,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T10:30:00.000Z","url":"https://dancingastronaut.com/2021/05/tor-turns-to-nature-with-new-lp-oasis-sky/","canonicalUrl":"https://dancingastronaut.com/2021/05/tor-turns-to-nature-with-new-lp-oasis-sky/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2fde33af2fb9a5c976b08d0064abd602","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhABAAICAgMBAAAAAAAAAAAAAQIDABEEBRIhQTH/xAAVAQEBAAAAAAAAAAAAAAAAAAACA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAEjH/2gAMAwEAAhEDEQA/AMb6jsa+PwJUVUwlbICyQeKguhfv781kW2PlbOXo2roxjIgCw08v/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ObE2brTuh","title":"Pinephone: Plasma Mobile Desktop","shortId":"ObE2brTuh","createdAt":"2021-05-01T09:49:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997709,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:42:28.000Z","url":"https://marius.bloggt-in-braunschweig.de/2021/05/01/pinephone-plasma-mobile-desktop/","canonicalUrl":"https://marius.bloggt-in-braunschweig.de/2021/05/01/pinephone-plasma-mobile-desktop/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b123d2d3d2c508e8397d11008b3903ad","ratio":0.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAUAAoDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAUDBAf/xAAhEAACAAYDAAMAAAAAAAAAAAABAgADBAUSIRExUQZxsf/EABYBAQEBAAAAAAAAAAAAAAAAAAQCA//EABsRAAMAAgMAAAAAAAAAAAAAAAABAgMxEiEy/9oADAMBAAIRAxEAPwDFxeJeChrLZ3VQFyanYlj6TlED/I6nNsZNKq86VEYKB4N9Qu0JTF24Cjf3FMzn50SIYoVbQrJXF9DB7nUy6GnlKZWAI0ZSnpshsjeyfzqEzMSxJ7Jggip0YZfR/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"KpHY8ETfe","title":"See it: Chanel’s director of watchmaking unveils Daft Punk-inspired collection","shortId":"KpHY8ETfe","createdAt":"2021-05-01T09:46:15.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26997706,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:45:00.000Z","url":"https://dancingastronaut.com/2021/05/chanel-s-directer-of-watchmaking-unveils-daft-punk-inspired-collection/","canonicalUrl":"https://dancingastronaut.com/2021/05/chanel-s-directer-of-watchmaking-unveils-daft-punk-inspired-collection/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f810bd0da07c493b5bef177e5cce55d","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAAFMQYRMlFh8P/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGREBAAIDAAAAAAAAAAAAAAAAAQADERKx/9oADAMBAAIRAxEAPwDB5N8m22Ni1diZpigCMG8R3UcfveUs9TNLZlkWukKu5YRrwgJ4HwYxh0GXbEDHJ//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"IZnVjC6An","title":"Quiz: Who Designed That Font?","shortId":"IZnVjC6An","createdAt":"2021-05-01T09:35:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":26997695,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:27:39.000Z","url":"https://www.webdesignerdepot.com/2021/04/quiz-who-designed-that-font/","canonicalUrl":"https://www.webdesignerdepot.com/2021/04/quiz-who-designed-that-font/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f708c7d5b9552781a40113de2ef755b0","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEE/8QAHhAAAQQBBQAAAAAAAAAAAAAAAQACAyEEE2GS0dL/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABcRAAMBAAAAAAAAAAAAAAAAAAABAhH/2gAMAwEAAhEDEQA/ANAyZwaeOLPKmrKbL7OzekRBtKepR//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"thiUIbtWH","title":"Combat the “Halo-Horns” Effect, and Other Actions for Allies","shortId":"thiUIbtWH","createdAt":"2021-05-01T04:33:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"colkgirl","views":13,"score":26997691,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:14:16.000Z","url":"https://code.likeagirl.io/combat-the-halo-horns-effect-and-other-actions-for-allies-c7d063596b28","canonicalUrl":"https://code.likeagirl.io/combat-the-halo-horns-effect-and-other-actions-for-allies-c7d063596b28","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed8dc5c96c8eb37886c74178aaf5ddd5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACEQQTBRIVIjFBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzThenWnGvZVudJAsuaI2mOe5jxQZgiKD/9k=","siteTwitter":"@code_likeagirl","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"6-o8fufFp","title":"Moore Kismet places a sparkling spin on Tate McRae’s ‘slower’","shortId":"6-o8fufFp","createdAt":"2021-05-01T09:01:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26997661,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T09:00:00.000Z","url":"https://dancingastronaut.com/2021/05/moore-kismet-gives-tate-mcrae-s-slower-a-sparkling-remix/","canonicalUrl":"https://dancingastronaut.com/2021/05/moore-kismet-gives-tate-mcrae-s-slower-a-sparkling-remix/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac3ce3f10cf9b9c1e2a56b3e4149c34e","ratio":1.47676991150442,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAiEAACAQMCBwAAAAAAAAAAAAABAgMABAYRQQUSEyEiJJH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABkRAAIDAQAAAAAAAAAAAAAAAAADAQIRIf/aAAwDAQACEQMRAD8AluGcJmkvYI7+2YJzxnVWTsF1+7VWJWxJZXWdz1QSH9Yny3pSm5ltwjR2bSf/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"pdTmH1e7j","title":"Tonight We Riot kurze Zeit kostenlos bei Gog.com – nativ für Linux","shortId":"pdTmH1e7j","createdAt":"2021-05-01T08:39:23.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26997639,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T08:09:31.000Z","url":"https://www.bitblokes.de/tonight-we-riot-kurze-zeit-kostenlos-bei-gog-com-nativ-fur-linux/","canonicalUrl":"https://www.bitblokes.de/tonight-we-riot-kurze-zeit-kostenlos-bei-gog-com-nativ-fur-linux/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"0MM32Nv-k","title":"Safari 14.1 Adds Support for Flexbox Gaps","shortId":"0MM32Nv-k","createdAt":"2021-04-30T22:24:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":33,"score":26997586,"tagsStr":"safari","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:51:08.000Z","url":"https://css-tricks.com/safari-14-1-adds-support-for-flexbox-gaps/","canonicalUrl":"https://css-tricks.com/safari-14-1-adds-support-for-flexbox-gaps/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f4a69486a6e6b28fa85f43db21f10b7b","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAeEAABBAEFAAAAAAAAAAAAAAABAAIDEQUEBjFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAHBEAAwABBQAAAAAAAAAAAAAAAQIDACFBccHC/9oADAMBAAIRAxEAPwC3oomx7fy0DBRuOnjkWQpTsZAXE134iKkmAWfnoYbealJ6bejn/9k=","siteTwitter":"@CSS","creatorTwitter":"@geoffreygraham","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GWS5JKvxN","title":"Keyboard Shortcuts to Improve Your Coding Productivity","shortId":"GWS5JKvxN","createdAt":"2021-04-30T18:42:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":272,"score":26997575,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-30T21:00:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:37:37.000Z","url":"https://www.freecodecamp.org/news/keyboard-shortcuts-improve-productivity/","canonicalUrl":"https://www.freecodecamp.org/news/keyboard-shortcuts-improve-productivity/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8cfad3e218f2809c2099bac3c1f38618","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxABAAEDBAMAAAAAAAAAAAAAAQMAAgQFERMhBjFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwDO2D5HkxYcmLZHHxoq3G72bdPyp5qEIA4gp7eW7ulKoc7Cbf/Z","siteTwitter":"@freecodecamp","creatorTwitter":"@larymak1","readTime":5,"description":null,"toc":null,"summary":null},{"id":"x80UMb5At","title":"New radiology resources aid trauma imaging in Canada","shortId":"x80UMb5At","createdAt":"2021-05-01T07:07:29.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26997547,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132278&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132278","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b6e0aba1926a73e127d6026bc0c0112a","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAAFBhEHMSFxkf/EABUBAQEAAAAAAAAAAAAAAAAAAAUH/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDAAUTMfH/2gAMAwEAAhEDEQA/AK3xrQt39FVWttLFKCns2do4gCJQ0YYqSfo/vrv5zFOUUkr8l20MZ6SO3Mijr0A5AxjC6KOJTlChVhsboOh7n//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"PSf6HqDxV","title":"Tank Diaries: Ostrich Fireball","shortId":"PSf6HqDxV","createdAt":"2021-04-30T17:33:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996733,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:26:00.000Z","url":"https://www.theringer.com/nba/2021/4/30/22412230/nba-oklahoma-city-thunder","canonicalUrl":"https://www.theringer.com/nba/2021/4/30/22412230/nba-oklahoma-city-thunder","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1bfad3e4093ec9a96aba11bf9c169387","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAbEAABBQEBAAAAAAAAAAAAAAABAAIDERIEIf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQEAAgEFAAAAAAAAAAAAAAABAAIDBBEhMfD/2gAMAwEAAhEDEQA/ALVjHP65rkORo5rwjIFFUQjBFlERAVw0HrmItcBcQ9sT/9k=","siteTwitter":"","creatorTwitter":"","readTime":17,"description":null,"toc":null,"summary":null},{"id":"h7hO1IgZf","title":"Jenny B Kowalski’s A-Z (and a-z) as Variable Letterforms","shortId":"h7hO1IgZf","createdAt":"2021-04-30T16:23:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":79,"score":26997288,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:02:53.000Z","url":"https://css-tricks.com/jenny-b-kowalskis-a-z-and-a-z-as-variable-letterforms/","canonicalUrl":"https://css-tricks.com/jenny-b-kowalskis-a-z-and-a-z-as-variable-letterforms/","image":"https://css-tricks.com/wp-content/uploads/2021/04/CleanShot-2021-04-30-at-08.54.00.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQH/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQQFACESIjET/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAYEQACAwAAAAAAAAAAAAAAAAAAEgEhMf/aAAwDAQACEQMRAD8Awb9szYZoXU7LHVJKEcDERMvr0tMKPYoUT94ZuI1G3zgUAqdxXjVex4UOgSPo5Zm5WQ+ZOzzyszSMSS5JJvlbNFg0/9k=","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":0,"description":null,"toc":null,"summary":null},{"id":"P80iS5zUB","title":"Facebook acquires the developers of VR military simulator Onward","shortId":"P80iS5zUB","createdAt":"2021-04-30T22:36:51.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26997277,"tagsStr":"tech-news,general-programming,vr","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T22:30:00.000Z","url":"https://www.theverge.com/2021/4/30/22412882/facebook-oculus-studios-onward-developer-downpour-interactive-acqusition","canonicalUrl":"https://www.theverge.com/2021/4/30/22412882/facebook-oculus-studios-onward-developer-downpour-interactive-acqusition","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/15efc1d3f71f1567c34d92095afdfaff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMCBAAFERIhE1GR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABYRAQEBAAAAAAAAAAAAAAAAABEAAf/aAAwDAQACEQMRAD8Axp+ualdu1K9u7ZclMZBcWM5CP3f3lSsyJPmsDfvppAxjAYMnb//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"GVrDp_aPa","title":"Fusing Elasticsearch with neural networks to identify data","shortId":"GVrDp_aPa","createdAt":"2021-04-30T16:19:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"twitter","views":51,"score":26997188,"tagsStr":"data-science,elk","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/fusing-elasticsearch-with-neural-networks-to-identify-data.html","canonicalUrl":"https://blog.twitter.com/engineering/en_us/topics/insights/2021/fusing-elasticsearch-with-neural-networks-to-identify-data.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fa359cf90b112fb86bc676d8cd7e2287","ratio":2.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxABAQABBQAAAAAAAAAAAAAAAQACAwQRUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEB//EABYRAQEBAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8AzNqHGSgp3WNTLySMq9a//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"W9WwVwzzG","title":"Node.js and Cloud Firestore Tutorial – How to Build a Home Inventory System","shortId":"W9WwVwzzG","createdAt":"2021-04-30T16:29:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":106,"score":26997251,"tagsStr":"general-programming,cloud,nodejs,firebase","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:26:24.000Z","url":"https://www.freecodecamp.org/news/nodejs-and-cloud-firestore-tutorial-build-a-home-inventory-system/","canonicalUrl":"https://www.freecodecamp.org/news/nodejs-and-cloud-firestore-tutorial-build-a-home-inventory-system/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5f00382a46f83bf2ef2b496c5e336b8d","ratio":1.50037509377344,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAAxEEBQYTISKh0f/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIEEf/aAAwDAQACEQMRAD8A1Ng49qLaGLac4A7eS/ZRbtV5tc9BxlicFlyPcRGTlhg603xH/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"KvR8Dy-YS","title":"NASA suspends SpaceX’s $2.9 billion moon lander contract after rivals protest","shortId":"KvR8Dy-YS","createdAt":"2021-04-30T22:00:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26997241,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:57:33.000Z","url":"https://www.theverge.com/2021/4/30/22412771/nasa-spacex-hls-moon-lander-blue-origin-protest","canonicalUrl":"https://www.theverge.com/2021/4/30/22412771/nasa-spacex-hls-moon-lander-blue-origin-protest","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/23ac1090a677023c77e0140b489ab4f9","ratio":1.90891472868217,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAxEEBxIGExUxM0GB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAXEQEAAwAAAAAAAAAAAAAAAAAAARES/9oADAMBAAIRAxEAPwDLuGNNsXJfLNLnSFojc3Zyx3cNoN36u/indpnitcW9RmNGvGERUzA2/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"A_OYBGhr-","title":"Acing its fourth flight on Mars, NASA’s Ingenuity will advance to a new testing round","shortId":"A_OYBGhr-","createdAt":"2021-04-30T21:22:23.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":26997208,"tagsStr":"tech-news,testing","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:15:52.000Z","url":"https://www.theverge.com/2021/4/30/22412154/nasa-ingenuity-aces-fourth-flight-mars-advance-new-testing","canonicalUrl":"https://www.theverge.com/2021/4/30/22412154/nasa-ingenuity-aces-fourth-flight-mars-advance-new-testing","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/16451dd4b18a4dab6cc50863f008f712","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHBAAAgICAwAAAAAAAAAAAAAAAAECMQMhIlGB/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDT4bxJp+EslydX0AAwpX//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"GgV794vGA","title":"Want a new 12.9-inch iPad Pro? You may have to wait until July","shortId":"GgV794vGA","createdAt":"2021-04-30T21:22:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26997202,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T21:16:03.000Z","url":"https://www.theverge.com/2021/4/30/22412750/ipad-pro-12-9-mini-led-supply-shortage-delivery-times-july","canonicalUrl":"https://www.theverge.com/2021/4/30/22412750/ipad-pro-12-9-mini-led-supply-shortage-delivery-times-july","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/94013b186e59059a039ffc779144dbea","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgIDAAMBAAAAAAAAAAAAAQIDBAAFEQcSYbH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABsRAAICAwEAAAAAAAAAAAAAAAERAAIDBEGy/9oADAMBAAIRAxEAPwDLNdeJ2Nc21NiW2K9h5S5Dhx0A9+AnLSeQtkkjIsY9VJA6/T+YxgAGHKeyq5EByvkT/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zWqX6G2Gw","title":"The Goop Mother’s Day Gift Guide, ‘Stick It’ 15 Years Later, and the Return of Crocs","shortId":"zWqX6G2Gw","createdAt":"2021-05-01T01:21:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26997201,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T01:09:47.000Z","url":"https://www.theringer.com/2021/4/30/22413326/the-goop-mothers-day-gift-guide-stick-it-15-years-later-and-the-return-of-crocs","canonicalUrl":"https://www.theringer.com/2021/4/30/22413326/the-goop-mothers-day-gift-guide-stick-it-15-years-later-and-the-return-of-crocs","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5d80dde3ba0c5cdda5b4b66623812010","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRABAAEDAgcAAAAAAAAAAAAAAQIAAwQFEgYRIkFhcfD/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABoRAQACAwEAAAAAAAAAAAAAAAEAAgMRQfD/2gAMAwEAAhEDEQA/AN3UZ7uIbOUgXceFhtIHTuQfvdV52ozM3ICByLku/mlKPqu2VGQEr7hP/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"azsuWVV7b","title":"Today I learned that card grading companies are drowning in Pokémon cards","shortId":"azsuWVV7b","createdAt":"2021-05-01T01:14:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26997194,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T01:05:40.000Z","url":"https://www.theverge.com/2021/4/30/22413108/pokemon-trading-card-collectors-overwhelm-grading-collecting-rating","canonicalUrl":"https://www.theverge.com/2021/4/30/22413108/pokemon-trading-card-collectors-overwhelm-grading-collecting-rating","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/163071308afd29496cac665aac9a3412","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAABBAICAwAAAAAAAAAAAAABAAIDBBEhBRITFOH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABgRAQADAQAAAAAAAAAAAAAAAAEAAgMS/9oADAMBAAIRAxEAPwC/xLoYePpxeAEPY0g5x1yfik2rUYszD1Kxw87LBvaIoelBsjH6QJ//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"p-za9BuS7","title":"Pitchers Are Lapping Hitters. It’s Time to Do Something","shortId":"p-za9BuS7","createdAt":"2021-04-30T20:57:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":4,"score":26997189,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T20:52:51.000Z","url":"https://www.theringer.com/2021/4/30/22412843/pitchers-are-lapping-hitters-its-time-to-do-something","canonicalUrl":"https://www.theringer.com/2021/4/30/22412843/pitchers-are-lapping-hitters-its-time-to-do-something","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a0cd9bb71504c9fb44fcb019aa7ad4bc","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQACBBEDBRNhFzFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwDPI0LXeNNg06/CZDJWDK2QSeQcjTbQflCu/ahSRZoGuyiJIVv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"7pqM9ffk8","title":"Cuba streetphotography","shortId":"7pqM9ffk8","createdAt":"2021-05-01T00:35:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26997155,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:00:00.000Z","url":"https://www.behance.net/gallery/112065201/Cuba-streetphotography","canonicalUrl":"https://www.behance.net/gallery/112065201/Cuba-streetphotography","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9746efed475338967359779439c265f9","ratio":1.77890724269377,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIAAwQhBRESIjFR/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMf/aAAwDAQACEQMRAD8A0lXG8gtPhk1sxLHq7N6OwNfJZTh5K1Itj1FwoDEd2zEQFymWMdKnh//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xrsgCiTnB","title":"This world-ending asteroid is the perfect vehicle for Pink Floyd","shortId":"xrsgCiTnB","createdAt":"2021-05-01T00:18:42.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26997138,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-05-01T00:15:45.000Z","url":"https://www.theverge.com/2021/4/30/22412731/large-asteroid-impact-simulation-pink-floyd-discovery-channel","canonicalUrl":"https://www.theverge.com/2021/4/30/22412731/large-asteroid-impact-simulation-pink-floyd-discovery-channel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/167ea16b345ec58e0d66d46aba831e8e","ratio":1.90981963927856,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIDAAQFESEGEzEyUWFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAcEQACAgIDAAAAAAAAAAAAAAABAgAREyEEscH/2gAMAwEAAhEDEQA/AMDj+Irq8vbiJ1QIkJMSjtQ6DbTx12qa4zLLPIFjcAMQBzPfylKQ7Zyt6oeymNRx1at2ehP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"890F0VYIa","title":"May Is In The Air (2021 Wallpapers Edition)","shortId":"890F0VYIa","createdAt":"2021-04-30T09:29:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"smashing","views":286,"score":26997081,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-30T15:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:00:00.000Z","url":"https://www.smashingmagazine.com/2021/04/desktop-wallpaper-calendars-may-2021/","canonicalUrl":"https://www.smashingmagazine.com/2021/04/desktop-wallpaper-calendars-may-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3d68bf4878e088217784cc6571df52ef","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAGxABAAICAwAAAAAAAAAAAAAAAQACAzEFERX/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABkRAAMAAwAAAAAAAAAAAAAAAAABAgNBUf/aAAwDAQACEQMRAD8A0s5G5Ww1FdPepHoZIiQ9xL0Plijh/9k=","siteTwitter":"@smashingmag","creatorTwitter":"","readTime":16,"description":null,"toc":null,"summary":null},{"id":"_JZWVYEYY","title":"CereMark touts patent for PET radiotracer","shortId":"_JZWVYEYY","createdAt":"2021-04-30T22:29:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26997029,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T22:20:12.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=mol&pag=dis&ItemID=132277&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132277","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1abeb5bc5110df23a0888481dbbf8a0f","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAgUH/8QAIRAAAgIBBAIDAAAAAAAAAAAAAQIEBQMAERIhMVEiQUL/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABgRAQEBAQEAAAAAAAAAAAAAAAECABEh/9oADAMBAAIRAxEAPwDFbVa03lGuKvtkV45YhyefIr8Cg+wp7O/kakzTVCbIBq7RiMjDkzkE9+SPenJsZuadTZM0yTkyLHIVmysSARsQDvpypckycpMjNvzP7PvQqhfDTz0gpd//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"66Z2Z7Ys4","title":"Combat the “Halo-Horns” Effect, and Other Actions for Allies","shortId":"66Z2Z7Ys4","createdAt":"2021-04-30T18:14:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"colkgirl","views":2,"score":26997014,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T13:33:31.000Z","url":"https://betterallies.medium.com/combat-the-halo-horns-effect-and-other-actions-for-allies-c7d063596b28","canonicalUrl":"https://betterallies.medium.com/combat-the-halo-horns-effect-and-other-actions-for-allies-c7d063596b28","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed8dc5c96c8eb37886c74178aaf5ddd5","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAIBAAAQMCBwAAAAAAAAAAAAAAAQACEQQTBRIVIjFBgf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AzThenWnGvZVudJAsuaI2mOe5jxQZgiKD/9k=","siteTwitter":"@Medium","creatorTwitter":"@betterallies","readTime":4,"description":null,"toc":null,"summary":null},{"id":"AoSToKfu2","title":"Vergecast: iOS 14.5 features, Apple sales skyrocket, and podcasting","shortId":"AoSToKfu2","createdAt":"2021-04-30T17:55:06.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":26996989,"tagsStr":"apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:48:00.000Z","url":"https://www.theverge.com/2021/4/30/22411910/vergecast-podcast-450-ios-14-5-apple-earnings-samsung-galaxy-book-pro","canonicalUrl":"https://www.theverge.com/2021/4/30/22411910/vergecast-podcast-450-ios-14-5-apple-earnings-samsung-galaxy-book-pro","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/dfb62716d30bdd65ed987530cac2c90f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIAAwQREjEFBv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDRnpW7VvoLNxU1FFVYroDtl8dPJdERA//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"THa3KdYfO","title":"English soccer teams have started a four-day social media boycott to protest online abuse","shortId":"THa3KdYfO","createdAt":"2021-04-30T16:46:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":7,"score":26996954,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:44:11.000Z","url":"https://www.theverge.com/2021/4/30/22412060/english-soccer-teams-boycott-four-day-social-media-protest-online-abuse","canonicalUrl":"https://www.theverge.com/2021/4/30/22412060/english-soccer-teams-boycott-four-day-social-media-protest-online-abuse","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4d560fa54140ef828f4561e752f2a327","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQQCAwEAAAAAAAAAAAABAhEAAwQFEiEjMVHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQEAAgIDAAAAAAAAAAAAAAABAAIEEQUxgf/aAAwDAQACEQMRAD8Am6XUa1dtkWreIqYy20e3bBngYAY9++UiZ+VYdsRGKridAwPIfylKnPJZVTZdIDWr2D5uf//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"8DaEiNCQo","title":"Watch the tall vampire lady gulp down a bucket of blood in this Resident Evil Village puppet show","shortId":"8DaEiNCQo","createdAt":"2021-04-30T16:29:16.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26996921,"tagsStr":"tech-news,puppet","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:25:23.000Z","url":"https://www.theverge.com/2021/4/30/22412061/resident-evil-village-puppet-show-capcom-tall-vampire-lady-dimitrescu","canonicalUrl":"https://www.theverge.com/2021/4/30/22412061/resident-evil-village-puppet-show-capcom-tall-vampire-lady-dimitrescu","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/43dd9d54bc93aa3095d015eb6509831e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAQQBBAMAAAAAAAAAAAAAAgEDBBEABQYTMRIiwf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAwADAAAAAAAAAAAAAAAAAAECAxEh/9oADAMBAAIRAxEAPwDIdNbf4JMo5R80rkdNxuwNTQfJPa+rXqspt7z1hGxQZC1SVYivzGMt2w4xxU9R/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Eb3-Sk19s","title":"Basecamp implodes as employees flee company, including senior staff","shortId":"Eb3-Sk19s","createdAt":"2021-04-30T20:31:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996911,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T20:20:47.000Z","url":"https://www.theverge.com/2021/4/30/22412714/basecamp-employees-memo-policy-hansson-fried-controversy","canonicalUrl":"https://www.theverge.com/2021/4/30/22412714/basecamp-employees-memo-policy-hansson-fried-controversy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c21721d65a0d1ba04facc7098422ca94","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAHxAAAQQBBQEAAAAAAAAAAAAAAwABAgRREhQiMnGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIEIjH/2gAMAwEAAhEDEQA/ANF0Ks7FSqYdkgRQi+oMWZ4z9+KfslbcF4N3fGfERDfEUcdb2f/Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"1kHxNPcrG","title":"What Can the NBA Draft Learn From the NFL Draft?","shortId":"1kHxNPcrG","createdAt":"2021-04-30T18:42:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996802,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:38:34.000Z","url":"https://www.theringer.com/2021/4/30/22412573/what-can-the-nba-draft-learn-from-the-nfl-draft","canonicalUrl":"https://www.theringer.com/2021/4/30/22412573/what-can-the-nba-draft-learn-from-the-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8bf124c524cbc4b40e5cd8bd4515035e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAwQGEUETFLH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABAhEx/9oADAMBAAIRAxEAPwDJ9Y2DIqsy6vFQ1SE8KyDuwk/ZS17VcqKvqUHgAdxErmnnQLSbP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"tZxVHY6_z","title":"The Ascent of Kevin Porter Jr. and Michael Porter Jr. Plus: The Phoenix Suns End Their Playoff Drought.","shortId":"tZxVHY6_z","createdAt":"2021-04-30T19:41:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996861,"tagsStr":"elixir","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T19:35:09.000Z","url":"https://www.theringer.com/2021/4/30/22412715/the-ascent-of-kevin-porter-jr-and-michael-porter-jr-plus-the-phoenix-suns-end-their-playoff-drought","canonicalUrl":"https://www.theringer.com/2021/4/30/22412715/the-ascent-of-kevin-porter-jr-and-michael-porter-jr-plus-the-phoenix-suns-end-their-playoff-drought","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d34345d8b1ac5ecd40b227d83a258fa8","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDEQAEITEFEgYHQ//EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAbEQABBAMAAAAAAAAAAAAAAAARAAECAwQS8P/aAAwDAQACEQMRAD8AyHJeBW4s0Mm+ecLrik93UhRwMzqZ6jURJ3upb3qe0LqyeVucqPzTSlFV3TdiU1kUw2A4Mv/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"ABKSNcyH7","title":"IOTW: University of California Schools Hit with Ransomware Attack","shortId":"ABKSNcyH7","createdAt":"2021-04-30T15:38:18.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"cshub","views":2,"score":26996858,"tagsStr":"security,cyber","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.cshub.com/attacks/articles/iotw-university-of-california-schools-hit-with-ransomware-attack","canonicalUrl":"https://www.cshub.com/attacks/articles/iotw-university-of-california-schools-hit-with-ransomware-attack","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca4378026cf90a6c24021d714543be99","ratio":0.583657587548638,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAARAAoDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAcDBAb/xAAnEAABAwIEBQUAAAAAAAAAAAABAgMEABEFBhIhEzE1QXMjYYGywf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAAECMf/aAAwDAQACEQMRAD8ATWdm468qx5MWK3ZXD0rS2PTQRtvz52FLmmZk3Eo2L4KMJk3U621w1NnbWjkLH2FvmsxIylIbkOoTLh6UqIGt0A2v3HY0LVfJvWh41flT4x1ed51/Y0UVVz1//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"OLN45UvT8K","title":"Novel coronavirus really is seasonal, study suggests","shortId":"OLN45UvT8K","createdAt":"2021-04-30T19:24:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996844,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T19:08:54.000Z","url":"https://www.livescience.com/climate-covid-19-seasonal-spread.html","canonicalUrl":"https://www.livescience.com/climate-covid-19-seasonal-spread.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/efa11aa0103061ddaec4233db6a8f35a","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHRAAAgMAAgMAAAAAAAAAAAAAAQIAAxEEEgYHMf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGxEAAQUBAQAAAAAAAAAAAAAAAgABAwQFESL/2gAMAwEAAhEDEQA/ANBTwuvnp2aqmlSPoJOmQb1ahYkc1ACdzpuREM9W1K/SN1FDi0om8gv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"jxZytnlHP","title":"New Pokémon Snap Doesn't Want Your Avant-Garde Photography","shortId":"jxZytnlHP","createdAt":"2021-04-30T12:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996403,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:00:00.000Z","url":"https://www.wired.com/review/new-pokemon-snap-review/","canonicalUrl":"https://www.wired.com/review/new-pokemon-snap-review/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ccda9c9403bea735e339f6e5bd52ec3","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIhAAAQQBAgcAAAAAAAAAAAAAAgABBBEDBaEGEhMhMVHh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAaEQADAQADAAAAAAAAAAAAAAABAgMABBHw/9oADAMBAAIRAxEAPwDER9EiSz1HJlCrjEbMPZhKvOzb+1KDhrCYCXXJra65fqIovIvSSgoevDKq7K5AO//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"_NRVLUEHQ","title":"Stratolaunch flies world's largest airplane on 2nd test flight","shortId":"_NRVLUEHQ","createdAt":"2021-04-30T19:24:56.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996844,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T19:08:05.000Z","url":"https://www.livescience.com/stratolaunch-worlds-largest-airplane-roc-2nd-test-flight.html","canonicalUrl":"https://www.space.com/stratolaunch-worlds-largest-airplane-roc-2nd-test-flight","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/45ec7d6c63daf5fcc2a32b5b3196372c","ratio":1.38565629228687,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAABBAAHAAAAAAAAAAAAAAARAAECAwQFEhUzQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABgRAAMBAQAAAAAAAAAAAAAAAAACAwRR/9oADAMBAAIRAxEAPwCWNuXRhofCEOT2o32w8FniIqK7a9AbLM//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"OVhvBeNJh","title":"First-known pregnant mummy discovered","shortId":"OVhvBeNJh","createdAt":"2021-04-30T18:53:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996813,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:46:51.000Z","url":"https://www.livescience.com/pregnant-egyptian-mummy-warsaw.html","canonicalUrl":"https://www.livescience.com/pregnant-egyptian-mummy-warsaw.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7a305477bf224ea0d243a7dd8af5dcd4","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFEQYhEyJx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAASEC/9oADAMBAAIRAxEAPwC3kWSvjjUXER26Q78VxLMSdaf1AXXZ7+Vn35lEjsjuWZTokhuzSlVrNjBOH//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"_1MsLcd8E","title":"First-Round NFL Draft Observations and Aaron Rodgers’s Future With Kevin Clark","shortId":"_1MsLcd8E","createdAt":"2021-04-30T18:42:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996802,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:39:32.000Z","url":"https://www.theringer.com/2021/4/30/22412582/first-round-nfl-draft-observations-and-aaron-rodgerss-future-with-kevin-clark","canonicalUrl":"https://www.theringer.com/2021/4/30/22412582/first-round-nfl-draft-observations-and-aaron-rodgerss-future-with-kevin-clark","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6a40b62c4f144dce0b38df4efe72af3e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACAwURBAYSMRMUFSFBUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB0RAAEDBQEAAAAAAAAAAAAAAAEAAgQDESExUcH/2gAMAwEAAhEDEQA/AIplR7WYWnB0GHk49UiicXxNc7TYEi5HcH1tutEwZao8sEcnSaYNbQ63Jx+R8REuNkG6vxWtFPXPV//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"_MIAg1yvm","title":"How a university got itself banned from the Linux kernel","shortId":"_MIAg1yvm","createdAt":"2021-04-30T14:47:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":26996801,"tagsStr":"general-programming,linux","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:45:00.000Z","url":"https://www.theverge.com/2021/4/30/22410164/linux-kernel-university-of-minnesota-banned-open-source","canonicalUrl":"https://www.theverge.com/2021/4/30/22410164/linux-kernel-university-of-minnesota-banned-open-source","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ba9732012d0f57e6404830334f86ea6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAHxAAAgICAQUAAAAAAAAAAAAAAgMAAQQREiExQVFx/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAfEQACAgIBBQAAAAAAAAAAAAABIQIDADFBBBIUYXH/2gAMAwEAAhEDEQA/AIMNVuHCeBkta6KiVXY+nmY2S7jkNHiN6O63qvfyIlM6GuPmXR2EW3rn5hmgk0mej3SCSD49k5//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"7mzyGVpic","title":"If your paycheck is missing, QuickBooks may be to blame","shortId":"7mzyGVpic","createdAt":"2021-04-30T18:31:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996791,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:28:30.000Z","url":"https://www.theverge.com/2021/4/30/22412349/quickbooks-issue-missed-direct-deposit-paychecks","canonicalUrl":"https://www.theverge.com/2021/4/30/22412349/quickbooks-issue-missed-direct-deposit-paychecks","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c3fab7c17e97a31a424db63ab99d3d96","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQMAAhETBAUjMTKx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwC2RoZ0dFtFRZYyCTnyDMs5DF72dmvsfsRJpDOn/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"FjQfAs49J","title":"Aaron Rodgers and the Packers Are Heading for a Divorce. How Did We Get Here?","shortId":"FjQfAs49J","createdAt":"2021-04-30T18:11:45.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996771,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T18:00:14.000Z","url":"https://www.theringer.com/nfl/2021/4/30/22412383/aaron-rodgers-green-bay-packers-trade-buzz-nfl-draft","canonicalUrl":"https://www.theringer.com/nfl/2021/4/30/22412383/aaron-rodgers-green-bay-packers-trade-buzz-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ee9e14f88787ea193293e4ef6b71f55b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAAABgIDAAAAAAAAAAAAAAAAAQIDBBEFMRIkk//EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAQIAAwQSIf/aAAwDAQACEQMRAD8Ap24cp9EaW7lp/NLBrpDlEdpSdHvViVPO5Gz7sr2UAAFbHsrYyK5bYT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":20,"description":null,"toc":null,"summary":null},{"id":"WF7B_XQpB","title":"‘Invincible’ Finale Instant Reactions and Season Awards","shortId":"WF7B_XQpB","createdAt":"2021-04-30T18:04:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996764,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:52:10.000Z","url":"https://www.theringer.com/2021/4/30/22410988/invincible-finale-instant-reactions-season-awards","canonicalUrl":"https://www.theringer.com/2021/4/30/22410988/invincible-finale-instant-reactions-season-awards","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c85c97f7789d099f8ee579c32d91839d","ratio":1.91256830601093,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAwECBAAREgUGQVETISL/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EAB4RAAIBAwUAAAAAAAAAAAAAAAECAwAFERIhUYHR/9oADAMBAAIRAxEAPwCQYoIW1tTMONFVhJyiYNRKuODlbdy3+uerXrKj0eHJG040MJhUR7R+TLFF92vzbulKlt7tI0rMd9ZHQxijmUKFA49r/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"8k1RLZ5aZ","title":"New Guidance for the Vaccinated, a Crisis in India, and More","shortId":"8k1RLZ5aZ","createdAt":"2021-04-30T17:57:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996757,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T13:52:00.000Z","url":"https://www.wired.com/story/new-guidance-vaccinated-crisis-in-india-coronavirus-news/","canonicalUrl":"https://www.wired.com/story/new-guidance-vaccinated-crisis-in-india-coronavirus-news/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10da76d4de83a485659a7bdd7acd2376","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBAAAgIDAQEAAAAAAAAAAAAAAQIAEQMSEyLh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAWEQADAAAAAAAAAAAAAAAAAAAAAjH/2gAMAwEAAhEDEQA/AMvd9G5uobYhdh5qx8ksz882RBZ1Yi7iJOkHan//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Ne-pLSim1","title":"How scientists caught footage of 'the kraken' after centuries of searching","shortId":"Ne-pLSim1","createdAt":"2021-04-30T17:40:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996740,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:27:42.000Z","url":"https://www.livescience.com/first-footage-giant-squid-jellyfish-lure.html","canonicalUrl":"https://www.livescience.com/first-footage-giant-squid-jellyfish-lure.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a10018114593f9710a8e04efa1171cc9","ratio":1.82370820668693,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAAUEAwEAAAAAAAAAAAAAAAECAwUEBhESITFCUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDE7Ug2puOuF5xw21xtCusTgs7mnz3xn6JjcwAB/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"h-sv2W8Fh","title":"Hulu’s live TV service is finally getting Nickelodeon, Comedy Central, MTV, and other ViacomCBS channels today","shortId":"h-sv2W8Fh","createdAt":"2021-04-30T17:23:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996723,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T17:22:07.000Z","url":"https://www.theverge.com/2021/4/30/22412295/hulu-live-tv-service-nickelodeon-comedy-central-mtv-viacomcbs-channels","canonicalUrl":"https://www.theverge.com/2021/4/30/22412295/hulu-live-tv-service-nickelodeon-comedy-central-mtv-viacomcbs-channels","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cf6c64c82f8923066ee2aa7c566783f4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAQQDAQAAAAAAAAAAAAAAAQACAxEEITFx/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAP/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/AM8Y08QxSyTGa95upC9wIvmga14pDV8tERGZX//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YPFrSN1HY","title":"Roku removes YouTube TV from channel store as dispute with Google escalates","shortId":"YPFrSN1HY","createdAt":"2021-04-30T13:04:23.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":3,"score":26996710,"tagsStr":"google,hardware","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T13:00:30.000Z","url":"https://www.theverge.com/2021/4/30/22411711/roku-removes-youtube-tv-channel-store","canonicalUrl":"https://www.theverge.com/2021/4/30/22411711/roku-removes-youtube-tv-channel-store","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/513ce2aa2b835be5c92d6f41f0ad0373","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRABAAEEAAcBAAAAAAAAAAAAAQIAAwQFBgcTMTNRwtH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABgRAQEBAQEAAAAAAAAAAAAAAAECAANB/9oADAMBAAIRAxEAPwDBcv8AaX8nV51u8QnDChGYJ5ITUbcvZ+1ZeFtOqmGA9jqTfqlKJ0plE1LgFiV47//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"RZoiO95Pb","title":"Notepad++: HTML-Hyperlinks aus Auswahl erstellen – jetzt einfach","shortId":"RZoiO95Pb","createdAt":"2021-04-30T17:07:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996707,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:58:12.000Z","url":"https://www.tutonaut.de/notepad-html-hyperlinks-aus-auswahl-erstellen-jetzt-einfach/","canonicalUrl":"https://www.tutonaut.de/notepad-html-hyperlinks-aus-auswahl-erstellen-jetzt-einfach/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/be08de8f7486622b1663a02b67dec7d3","ratio":1.75092024539877,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAQQBBQAAAAAAAAAAAAAAAgABBBEhAxIxYYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AMTnncvWpqbe+PVEZ0ZNznpEQwz/2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":8,"description":null,"toc":null,"summary":null},{"id":"81EIKrKQ7","title":"Smiling Fish","shortId":"81EIKrKQ7","createdAt":"2021-04-30T17:05:06.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26996705,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/118494711/Smiling-Fish","canonicalUrl":"https://www.behance.net/gallery/118494711/Smiling-Fish","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/59b7d31921d0b134aa83b005266c6f8b","ratio":1.4098690835851,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAQUAAwAAAAAAAAAAAAABAgMABAURIRIUIv/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGREAAwEBAQAAAAAAAAAAAAAAAQIDABEx/9oADAMBAAIRAxEAPwCbzGYkxGa9Gextmx5UfXjtyNd6O1SwCxeCN1aQKyggFRwapSnTRpsQp0WslvJXb3m//9k=","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"0yFnmRefx","title":"Why you should add Wireframing to your design process","shortId":"0yFnmRefx","createdAt":"2021-04-30T12:48:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":1,"score":26996682,"tagsStr":"web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T10:52:58.000Z","url":"https://marvelapp.com/blog/why-you-should-add-wireframing-to-your-design-process/","canonicalUrl":"https://marvelapp.com/blog/why-you-should-add-wireframing-to-your-design-process/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3c0a4a49d20daf5d3151ae57e72996cb","ratio":1.53178758414361,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwQFESEGEhNBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EAB4RAAIBAwUAAAAAAAAAAAAAAAECAANBUQQTMWHw/9oADAMBAAIRAxEAPwDX71dbfTRSRTMn79U5jAadxjd1DYIdnR9qIObNIBBeAfD9kfcayiKVuNULFjwzC4v17EfT06FVOQJ//9k=","siteTwitter":"@marvelapp","creatorTwitter":"@marvelapp","readTime":null,"description":null,"toc":null,"summary":null},{"id":"u1cNPpmRO","title":"AI model predicts progression, mortality in COVID-19 patients","shortId":"u1cNPpmRO","createdAt":"2021-04-30T16:10:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996650,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=cto&pag=dis&ItemID=132267&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132267","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8ea7f7c8687ddf326ec881985d7e7a49","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAIBAAAQQBBAMAAAAAAAAAAAAAAQACAxEhBAUHMSJBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCbw9s8Gp4vhmdgztMbmkWBU77dXRJAAs+vmFmh583VgX0iIP/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"vA3bHfkca","title":"The colorful M1 iMac, Mini LED iPad Pro, and refreshed Apple TV 4K are available to preorder now","shortId":"vA3bHfkca","createdAt":"2021-04-30T12:32:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26996672,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:30:08.000Z","url":"https://www.theverge.com/2021/4/30/22409463/apple-m1-imac-ipad-pro-apple-tv-4k-preorders-price-release-date","canonicalUrl":"https://www.theverge.com/2021/4/30/22409463/apple-m1-imac-ipad-pro-apple-tv-4k-preorders-price-release-date","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a68eefacf7e81719275649e093ed5a63","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRAAAQQDAQEAAAAAAAAAAAAAAgABAwQRITEFEv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAWEQEBAQAAAAAAAAAAAAAAAAAAATH/2gAMAwEAAhEDEQA/ANGehTntUZq4XJICPLNKGfoe82qK9OYIIxK3IZCLM5O23fHURJg//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"4acvzLpHL","title":"Esaote grows profit on flat revenue 2020","shortId":"4acvzLpHL","createdAt":"2021-04-30T16:29:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996669,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:14:17.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132269&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132269","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ed2c7708479af0ed1ae186073745f1a5","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQH/8QAJhAAAgIBAgMJAAAAAAAAAAAAAQIDEQAEEhQiYQUTISMxMkJRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQISAxMx/9oADAMBAAIRAxEAPwDROz9ZDxcsLLMyElUYxhDBRosD6kC6usSSxI1w6yQ2efah3dfEjJtAzPNAXJY8UqWTfLV1+dMPUSyd/J5j+4/I/eC1sVuD2eObij//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"S6jIQr9AB","title":"Platonic Relationships, Celebrity News, and Political Bootlicking","shortId":"S6jIQr9AB","createdAt":"2021-04-30T12:24:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":2,"score":26996665,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:19:17.000Z","url":"https://www.theringer.com/2021/4/30/22411704/platonic-relationships-celebrity-news-and-political-bootlicking","canonicalUrl":"https://www.theringer.com/2021/4/30/22411704/platonic-relationships-celebrity-news-and-political-bootlicking","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ca0046d1c19deda5da4f819b6ecd180c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhABAAICAQUAAAAAAAAAAAAAAQACAwQxBSFBYcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBv/EABsRAAICAwEAAAAAAAAAAAAAAAECAAMREkHB/9oADAMBAAIRAxEAPwDPtnNa+nr4y1wW7yc1FPHqT16rsNRDGCdhF+xEqksat31PfBB3oCFzP//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"R_LLa8P2U","title":"10 percent of you will be Goblinized today","shortId":"R_LLa8P2U","createdAt":"2021-04-30T16:25:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996665,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:19:26.000Z","url":"https://www.theverge.com/2021/4/30/22411989/shadowrun-goblinization-april-30-2021-ork-troll-metahumanity","canonicalUrl":"https://www.theverge.com/2021/4/30/22411989/shadowrun-goblinization-april-30-2021-ork-troll-metahumanity","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1392bb0912ec18137c24d85493bbbba3","ratio":1.90946502057613,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESExFDJR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQACAwEAAAAAAAAAAAAAAAABAgADESL/2gAMAwEAAhEDEQA/AMnzmXTxomksLaSBlEsELA6iVU9Ce22COeOhUhFrPEkzY6yBkUOQEbQ3z9pSiXalcQ5K1oLD0Nn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"H8OnKQYAO","title":"Telecom groups sue New York over low-income broadband law","shortId":"H8OnKQYAO","createdAt":"2021-04-30T16:21:57.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996661,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:13:57.000Z","url":"https://www.theverge.com/2021/4/30/22412177/telecom-law-att-verizon-broadband-internet-new-york-state-low-income-plans","canonicalUrl":"https://www.theverge.com/2021/4/30/22412177/telecom-law-att-verizon-broadband-internet-new-york-state-low-income-plans","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3e54cb27bd5d0963efb34d4e61a44c7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEI/8QAHBAAAgEFAQAAAAAAAAAAAAAAAAIBAwQREiFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAMAwEAAhEDEQA/AMy2tVVhtqSs2eNPhMrPdYABWu3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"UOe-VXkkz","title":"‘Deepfake’ that supposedly fooled European politicians was just a look-alike, say pranksters","shortId":"UOe-VXkkz","createdAt":"2021-04-30T16:14:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996654,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T16:10:57.000Z","url":"https://www.theverge.com/2021/4/30/22407264/deepfake-european-polticians-leonid-volkov-vovan-lexus","canonicalUrl":"https://www.theverge.com/2021/4/30/22407264/deepfake-european-polticians-leonid-volkov-vovan-lexus","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2a5bf64003bce3929ca149d1856af864","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAgEAEAAAUEAwAAAAAAAAAAAAABAAIDBBEFEhOxMkGB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAdEQABAwUBAAAAAAAAAAAAAAABAAMEETNiccHR/9oADAMBAAIRAxEAPwCb0pkNJtpOMxVpenxRHPZ9iIuE56mJQNz3CEWccUcdOXAhJlprXi//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"NyFL51j8y","title":"Code Maze Weekly #75","shortId":"NyFL51j8y","createdAt":"2021-04-30T10:53:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"codemaze","views":18,"score":26996653,"tagsStr":"general-programming","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:57:14.000Z","url":"https://code-maze.com/code-maze-weekly-75/","canonicalUrl":"https://code-maze.com/code-maze-weekly-75/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ec3624af3aacc98d81cbdd6849d4bac","ratio":1.7741935483871,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAgIDAAAAAAAAAAAAAQIDBAARBhIFITFBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABAgAEAxFR/9oADAMBAAIRAxEAPwDWebWR5mvLQljjakivNNG6Db9dBQD9e9nfzkhW5DFPWiljqdUkQMoLn0CN/uMYSw7IAVj62NX2GHJ//9k=","siteTwitter":"@VladaPecanac","creatorTwitter":"@VladaPecanac","readTime":2,"description":null,"toc":null,"summary":null},{"id":"-HWXDlwOd","title":"The Left Hand of Darkness Is a Sci-Fi Classic","shortId":"-HWXDlwOd","createdAt":"2021-04-30T16:06:56.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996646,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:32:11.000Z","url":"https://www.wired.com/2021/04/geeks-guide-left-hand-of-darkness/","canonicalUrl":"https://www.wired.com/2021/04/geeks-guide-left-hand-of-darkness/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/d32ea1a320f9775cd9974478de3af6e1","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAIBAAAQMEAwEBAAAAAAAAAAAAAQIDBAAFERIGIUETMf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCRr4YHNuTWSS07KZkrIee+5S4vZOE+EDXbwfgArJLlf5jFxlModdKG3VoGV94BI76pSg//2Q==","siteTwitter":"@wired","creatorTwitter":"@wired","readTime":4,"description":null,"toc":null,"summary":null},{"id":"YRyZSbejY","title":"Details of stunning Maya acropolises and sophisticated civilization revealed by laser scans","shortId":"YRyZSbejY","createdAt":"2021-04-30T11:13:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":2,"score":26996594,"tagsStr":"tech-news,game-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:00:11.000Z","url":"https://www.livescience.com/lidar-maya-yucatan.html","canonicalUrl":"https://www.livescience.com/lidar-maya-yucatan.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7b3e04130838ea165cebe775ac32eb95","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQIGAwEAAAAAAAAAAAAAAQIDAAQFBhESISJBQv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIREv/aAAwDAQACEQMRAD8AwNpTlAdt0Sc7LTiiBo4pCG+2fefRk4ic/RbaLzhbcqaUbHUFtBIGePqEIH0lnGIwQn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"eltinZ11t","title":"How ‘Crash’ Propelled Dave Matthews Band From Under the Table to the Stratosphere","shortId":"eltinZ11t","createdAt":"2021-04-30T15:13:55.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996593,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T15:08:20.000Z","url":"https://www.theringer.com/music/2021/4/30/22411715/crash-dave-matthews-anniversary","canonicalUrl":"https://www.theringer.com/music/2021/4/30/22411715/crash-dave-matthews-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8e858fc522d97e51352c21a1796752f0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAHxAAAgICAwADAAAAAAAAAAAAAQIDBAARBRIxITJh/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EAB8RAAEDBAMBAAAAAAAAAAAAAAECAwQABRFBEiFRwf/aAAwDAQACEQMRAD8A0E3ILx/D2pIK6NNJSjnZ3Yt9311APgH57oZFUQWakM8lm+HlRXYLOoGyNnQ6fAxjEkrUHV4O/gpWJZoUi3srdbyeKe8nYJO/a//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"Uiz_HoTzGi","title":"Google is cracking down on scammy Play Store app listings","shortId":"Uiz_HoTzGi","createdAt":"2021-04-30T10:50:03.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26996570,"tagsStr":"tech-news,google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:44:08.000Z","url":"https://www.theverge.com/2021/4/30/22411560/google-play-store-listings-scammy-emoji-deals-misleading-assets-guidelines-policy","canonicalUrl":"https://www.theverge.com/2021/4/30/22411560/google-play-store-listings-scammy-emoji-deals-misleading-assets-guidelines-policy","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ea23b3134efcb2f4a1eeef8d4a47f296","ratio":1.91169451073986,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIDEQAEEiEiMUH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A0oIWjeZJdRLMsjmQB66Ai9ooeCvvPOXJ2RT5YvGMD//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"ibyjRPeGs","title":"Next week’s Fortnite trial could upend Apple’s App Store model — even if Epic loses","shortId":"ibyjRPeGs","createdAt":"2021-04-30T14:16:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996536,"tagsStr":"general-programming,apple,ios","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:06:55.000Z","url":"https://www.theverge.com/2021/4/30/22403862/apple-epic-games-fortnite-app-store-antitrust-trial-kickoff","canonicalUrl":"https://www.theverge.com/2021/4/30/22403862/apple-epic-games-fortnite-app-store-antitrust-trial-kickoff","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"xPwLSrEtg","title":"You can save up to $147 on a preorder for the latest M1 iPad Pro or iMac","shortId":"xPwLSrEtg","createdAt":"2021-04-30T14:16:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996536,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T14:11:24.000Z","url":"https://www.theverge.com/good-deals/2021/4/30/22411755/apple-imac-ipad-pro-m1-preorder-discount-amazon-echo-show-5-deal","canonicalUrl":"https://www.theverge.com/good-deals/2021/4/30/22411755/apple-imac-ipad-pro-m1-preorder-discount-amazon-echo-show-5-deal","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/48e7428ff170c8f618af1a760ba51fcd","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIRAAMEBQYSExQhQf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQMFAAAAAAAAAAAAAAAAAQACEQMEIlGy/9oADAMBAAIRAxEAPwDJcLadrYYoyrXlPmCxfe6zw/WJAM/YBNUn5ttUdlRgFUwBJPqlKDGIKo3JirA03kL/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"wAiE2Gt6z","title":"Learn Docker by Building a Node / Express App","shortId":"wAiE2Gt6z","createdAt":"2021-04-29T20:12:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"freecodecamp","views":825,"score":26996529,"tagsStr":"career,nodejs,open-source,containers,docker","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-04-30T07:30:00.000Z","discussionScore":1,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:05:04.000Z","url":"https://www.freecodecamp.org/news/learn-docker-by-building-a-node-express-app/","canonicalUrl":"https://www.freecodecamp.org/news/learn-docker-by-building-a-node-express-app/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6ec84c83c27e48952b28d2397bdd8db4","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAiEAABAwQCAgMAAAAAAAAAAAABAgMEABESIQUGBzETFCP/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAIBAwQRIf/aAAwDAQACEQMRAD8AlPHs7qLE+artHEypuMUCOWQj81AHPRI9jGyvY3qp2RzEIvufU6rwqI2R+JLj0lSkovoEhwAm1tgClKcw0idhtztw/9k=","siteTwitter":"@freecodecamp","creatorTwitter":"@beaucarnes","readTime":2,"description":null,"toc":null,"summary":null},{"id":"JWVLbWTzP","title":"A Wildlife Photographer Critiqued Our New Pokémon Snap Photos","shortId":"JWVLbWTzP","createdAt":"2021-04-30T14:02:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996522,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:00:00.000Z","url":"https://www.wired.com/story/wildlife-photographer-review-new-pokemon-snap-photos/","canonicalUrl":"https://www.wired.com/story/wildlife-photographer-review-new-pokemon-snap-photos/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae14632427ae9f4958dffed67faeb8ac","ratio":1.91150442477876,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQIAAxEhBBIFQaH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAQACAwAAAAAAAAAAAAAAAAEAAgMRIf/aAAwDAQACEQMRAD8AwLgWVr4i1jSrNjrk+u2tfZFsADsANAmIk2NSyQ78TU//2Q==","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"1guxGCpJe","title":"KDE Connect verbindet Telefon und PC, auch ohne KDE","shortId":"1guxGCpJe","createdAt":"2021-04-30T13:57:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996517,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.onli-blogging.de/2027/KDE-Connect-verbindet-Telefon-und-PC,-auch-ohne-KDE.html","canonicalUrl":"https://www.onli-blogging.de/2027/KDE-Connect-verbindet-Telefon-und-PC,-auch-ohne-KDE.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/3bd9eb63628a5c17b710306bd76c608d","ratio":1.8018018018018,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIxAAAAQEBwEAAAAAAAAAAAAAAAECBAMFERQSISIxNEGT0f/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAEf/aAAwDAQACEQMRAD8Az6WTFtDaouEO4ytRrO4UWOu3eVBFN9GI+Y89D+gAqTmKpQN//9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"yayQJKYuP","title":"Upnread - CMS to build custom blogs and integrate it on your React app","shortId":"yayQJKYuP","createdAt":"2021-04-30T09:07:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":6,"score":26996490,"tagsStr":"cms","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:02:19.000Z","url":"https://upnread.com","canonicalUrl":"https://upnread.com","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ebb50b74858fe4573aff85ffb8ceca96","ratio":2.20183486238532,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHRABAAICAgMAAAAAAAAAAAAAAQIRAAMEYRIhQf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDR3LgS2Gontg7pEmcJ0nijXsSmqely634p0Yxgf//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"0WoTwxwVt","title":"Stellar Skingrip","shortId":"0WoTwxwVt","createdAt":"2021-04-30T13:08:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26996468,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/115897953/Stellar-Skingrip","canonicalUrl":"https://www.behance.net/gallery/115897953/Stellar-Skingrip","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400/273e13115897953.6059ebe4d005b.gif","ratio":1.50537634408602,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMEAgMBAAAAAAAAAAAAAQIDEQAEBRIHIQYiQVH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBv/EABwRAAICAgMAAAAAAAAAAAAAAAEDBBEAAgYhof/aAAwDAQACEQMRAD8AkOT+PHfFMQ1kru6sLpm9ySdWmGFoLZLbhIGyj6kpnX4T1A6rC3tS6soTqgqMJmYH5SlT/GpLJUEMabNnzGwVt1n/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"hhJ-laHvf","title":"'The Handmaid's Tale' Hits Hard in Covid-Era America","shortId":"hhJ-laHvf","createdAt":"2021-04-30T13:05:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996465,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:00:00.000Z","url":"https://www.wired.com/story/the-handmaids-tale-hits-hard-covid-era-america/","canonicalUrl":"https://www.wired.com/story/the-handmaids-tale-hits-hard-covid-era-america/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/110526d8cd87566bc9ee4f357f0d181f","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAQQCAQUAAAAAAAAAAAAAAgABAxEFMQQGEyGRsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAAAAQIDESEx/9oADAMBAAIRAxEAPwDEunJYxw2b7kLGTQ0zuVeL189KIcMCAXvbXpETw6wrdJYP/9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"lah38gEE0","title":"Solar flare: why Tesla’s price hike has customers seeing spots","shortId":"lah38gEE0","createdAt":"2021-04-30T13:04:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996464,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T13:00:00.000Z","url":"https://www.theverge.com/2021/4/30/22410075/tesla-solar-roof-price-increase-customer-reactions","canonicalUrl":"https://www.theverge.com/2021/4/30/22410075/tesla-solar-roof-price-increase-customer-reactions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c29c8d666a22d1553bf4c4fa14ef431","ratio":1.90825688073395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgIBBAMBAAAAAAAAAAAAAQIDBAAGESGBBRIjcf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGhEBAAMAAwAAAAAAAAAAAAAAAQACAxIhMf/aAAwDAQACEQMRAD8Am7WrtTT0bEtzztqzuxH0VN+j68dZkdhp5Z5JHsylnYsSWPJJ/cYyLLW1hF8h1eL1P//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"20z0g5Pjr","title":"Sustainable Web Design: 4 Easy Ways to Contribute to a Greener Planet","shortId":"20z0g5Pjr","createdAt":"2021-04-30T08:50:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":4,"score":26996462,"tagsStr":"webdev,web-design","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:15:38.000Z","url":"https://mediatemple.net/blog/design-creative/sustainable-web-design-4-easy-ways-to-contribute-to-a-greener-planet/","canonicalUrl":"https://mediatemple.net/blog/design-creative/sustainable-web-design-4-easy-ways-to-contribute-to-a-greener-planet/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9c98e395d9b3f8c93f7f997a6b7d405e","ratio":2.36170212765957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAEAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAHBABAAEEAwAAAAAAAAAAAAAAAQACAxESITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwb/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8A2abupSaW3HqdyHlWIjpev//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rSsfYtHvz","title":"Lakeith Stanfield’s Mystical ‘Yasuke’ Revisits Black History in Feudal Japan","shortId":"rSsfYtHvz","createdAt":"2021-04-30T12:55:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996455,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:47:56.000Z","url":"https://www.theringer.com/tv/2021/4/30/22410816/yasuke-netflix-anime-review-lakeith-stanfield","canonicalUrl":"https://www.theringer.com/tv/2021/4/30/22410816/yasuke-netflix-anime-review-lakeith-stanfield","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c4854c7e7b3a36557a6062f45b3f091e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQIDBQARIQQGEgcTFDFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQb/xAAbEQEAAgIDAAAAAAAAAAAAAAABAgMABBEhMf/aAAwDAQACEQMRAD8AzO5N2y7knJRWpfSpguXc7YKOQAFkgXNhbH33U2eo07pmW2NOiPQw0kIbT45PFIwBflnFKU6tUCkAyk14RupGw57fc//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Y8ojMQW_w","title":"'Untouched' Bronze Age tomb containing human remains and a mysterious stone found in Ireland","shortId":"Y8ojMQW_w","createdAt":"2021-04-30T12:27:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996427,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:13:58.000Z","url":"https://www.livescience.com/ancient-chamber-tomb-untouched-in-ireland.html","canonicalUrl":"https://www.livescience.com/ancient-chamber-tomb-untouched-in-ireland.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e5cdc97a4089a392b807cecce2f85498","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAgEAABAwMFAQAAAAAAAAAAAAABAgMRAAQSBRMhIjGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAwDAQACEQMRAD8AsGkWrTRW2u4Qy4subSF4pRl6BHoBBj5Vp0O1YJZxCtvpMJ5jifKUoTZkv//Z","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"doeo_ZS-Q","title":"The Winners and Losers of the 2021 NFL Draft’s First Round","shortId":"doeo_ZS-Q","createdAt":"2021-04-30T12:24:58.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996424,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:15:29.000Z","url":"https://www.theringer.com/2021/4/30/22411422/winners-and-losers-2021-nfl-draft-first-round","canonicalUrl":"https://www.theringer.com/2021/4/30/22411422/winners-and-losers-2021-nfl-draft-first-round","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b459812b8286e74e12196467b3c58c4f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMCBAAFESExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAEERIh8f/aAAwDAQACEQMRAD8AxNBdZfv3NexjlwY1YE1s4YgtECOEEHwR85l76zVvWK8ZyMUsksHvsA8xjDlpAgBXngiek7M7bHM//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"_MboNBB6d","title":"Seven Lions, Wooli, and Amidy keep Ophelia Records’ 2021 file faultless with ‘Shadows’","shortId":"_MboNBB6d","createdAt":"2021-04-30T12:18:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996418,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:13:30.000Z","url":"https://dancingastronaut.com/2021/04/seven-lions-wooli-and-amidy-keep-ophelia-records-2021-file-faultless-with-shadows/","canonicalUrl":"https://dancingastronaut.com/2021/04/seven-lions-wooli-and-amidy-keep-ophelia-records-2021-file-faultless-with-shadows/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/277bd9e802aeef84ec11dfd17e29552b","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAABBAICAwEAAAAAAAAAAAABAgMEEQAFBhITITFB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP/xAAdEQABBAIDAAAAAAAAAAAAAAABAAIDEQUUITGh/9oADAMBAAIRAxEAPwCLL1E/Xt+V3kMtMRuMXnXupUO36kC79AjETRbSTFZfTy6SlLqErCS0qxYuvuMZTKjXjjdH2bvxONJnfIHngVS//9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"en3GGjak5","title":"We Have to Blow Up the Oscars and Start Again","shortId":"en3GGjak5","createdAt":"2021-04-30T12:17:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996417,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:11:29.000Z","url":"https://www.theringer.com/2021/4/30/22411689/we-have-to-blow-up-the-oscars-start-again","canonicalUrl":"https://www.theringer.com/2021/4/30/22411689/we-have-to-blow-up-the-oscars-start-again","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/04f54fb861eba9058c54e60df56ffb5e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQGESEFB0SU4v/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAaEQACAgMAAAAAAAAAAAAAAAABAgADESEx/9oADAMBAAIRAxEAPwCLGev3i9q2yGFLeJIrC7Y2qIRsJLDEED72qnhiAOSKycZPPryfY+aUo2rXmIgYnc//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"GZgJ_S6m1","title":"Coinbase now lets you buy cryptocurrency with your PayPal account","shortId":"GZgJ_S6m1","createdAt":"2021-04-30T08:15:08.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26996415,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:09:34.000Z","url":"https://www.theverge.com/2021/4/30/22411545/coinbase-paypal-support-cryptocurrency-trading","canonicalUrl":"https://www.theverge.com/2021/4/30/22411545/coinbase-paypal-support-cryptocurrency-trading","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5722a7cf49c97ef22fc43db8456cfb8d","ratio":1.90883190883191,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIBAAAgIDAAEFAAAAAAAAAAAAAQMCBAAFEQYHEhMiQf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQIDAAQxIf/aAAwDAQACEQMRAD8A36no6WmoT1utStVFEFRKSuMg3p5Iz6PsTkC16NeKPstaEWF/JMy9i2kRj094B+DGMsq39mmTKuxF773Bnr1TAlEQz//Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"7nl43Z3Le","title":"Gianni Lee, Andrea Valle – Gas (Roska Remix)","shortId":"7nl43Z3Le","createdAt":"2021-04-30T12:11:11.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996411,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:10:57.000Z","url":"https://dancingastronaut.com/2021/04/gianni-lee-andrea-valle-gas-roska-remix/","canonicalUrl":"https://dancingastronaut.com/2021/04/gianni-lee-andrea-valle-gas-roska-remix/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0ef4bda53bc7d50afd527cc50688d20e","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQEE/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQIRAAMEBTESIhMUITJBYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABwRAQACAQUAAAAAAAAAAAAAAAEAAgMEERIhkf/aAAwDAQACEQMRAD8AYs9XxKietYG9R0tlmGIO5oDomh2+Gw0a7IAKyew7SsD0GxEEtADBCW+QuMRQZZ1+Utws17Tf1n//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"TCQ_krMBjy","title":"Google's Grand Plan to Eradicate Cookies Is Crumbling","shortId":"TCQ_krMBjy","createdAt":"2021-04-30T12:03:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996403,"tagsStr":"google,data-privacy,google-chrome","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:00:00.000Z","url":"https://www.wired.co.uk/article/google-floc-trial","canonicalUrl":"https://www.wired.co.uk/article/google-floc-trial","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/195043b7da22bb40a27700bb5a5d56c9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQFEQcSITETIqL/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAQEAAwEAAAAAAAAAAAAAAAECAAMhQf/aAAwDAQACEQMRAD8An6fX2orZpI/HHHEHNBblxy4g+w5466WNvEe671ziTkzvP0URRVLrB8xMhsaDrn//2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"fAiL-eFoY","title":"The Race to Save St. Mark’s Basilica From Salty Floodwaters","shortId":"fAiL-eFoY","createdAt":"2021-04-30T12:03:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996403,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:00:00.000Z","url":"https://www.wired.com/story/the-race-to-save-st-marks-basilica-from-salty-floodwaters/","canonicalUrl":"https://www.wired.com/story/the-race-to-save-st-marks-basilica-from-salty-floodwaters/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"vcBmTMfku","title":"Adam Savage's Apron Is Tailor-Made for Your Toughest Projects","shortId":"vcBmTMfku","createdAt":"2021-04-30T12:03:51.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996403,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T08:00:00.000Z","url":"https://www.wired.com/review/savage-industries-apron/","canonicalUrl":"https://www.wired.com/review/savage-industries-apron/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/32d9c83fadd2e055df710c9250ea9792","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAHBABAAIBBQAAAAAAAAAAAAAAAQACBBETITFh/8QAFQEBAQAAAAAAAAAAAAAAAAAABgf/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDETFxwf/aAAwDAQACEQMRAD8AyeSO5jtbIl+fTTqXiIbdgK0wCnyb4F//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"kSGnYoXF_","title":"Dancing Astronaut presents Supernovas 004: HALIENE","shortId":"kSGnYoXF_","createdAt":"2021-04-30T12:01:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996401,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:52:00.000Z","url":"https://dancingastronaut.com/2021/04/dancing-astronaut-presents-supernovas-004-haliene/","canonicalUrl":"https://dancingastronaut.com/2021/04/dancing-astronaut-presents-supernovas-004-haliene/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e25bce609ec5025c534fe6fd26f2dcd1","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAQQBBQEAAAAAAAAAAAAAAgABBBEDBRMhMUFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQADAAAAAAAAAAAAAAAAAAABMUH/2gAMAwEAAhEDEQA/AMF0/JEaDMDNiM5RiOwQ1Quz298+t9UL3fSIlNDr/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Xu5omDghl","title":"Discrete, Ouse, Dyland Fuentes, Kiesza – Drown In Me","shortId":"Xu5omDghl","createdAt":"2021-04-30T12:01:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996401,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:54:05.000Z","url":"https://dancingastronaut.com/2021/04/discrete-ouse-dyland-fuentes-kiesza-drown-in-me/","canonicalUrl":"https://dancingastronaut.com/2021/04/discrete-ouse-dyland-fuentes-kiesza-drown-in-me/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a9fbd4d6f4cc9322e70fbab2b70fc931","ratio":1.34874759152216,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIBAAAgEEAQUAAAAAAAAAAAAAAQIDAAQFEUEGEiJicf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhEAAQIHAQAAAAAAAAAAAAAAAQARAgMEBRIUITH/2gAMAwEAAhEDEQA/ANvKYHLQWeGjsLWG4ZBC147siajfxLa55OhyBUmR6M7MhcoXiJWVgSPp9aUqa1pcRc+ppu1S2IPF/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Edc1-zDR3","title":"Mysterious 7,000-year-old stone structures may be part of prehistoric cattle cult","shortId":"Edc1-zDR3","createdAt":"2021-04-30T11:53:47.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996393,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:42:42.000Z","url":"https://www.livescience.com/stone-structures-in-arabia-prehistoric-cattle-cult.html","canonicalUrl":"https://www.livescience.com/stone-structures-in-arabia-prehistoric-cattle-cult.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1021fbc8d34a2da02de62e010440a279","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAfEAACAQQCAwAAAAAAAAAAAAABAgMABAURBjEiQYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFxEBAQEBAAAAAAAAAAAAAAAAAgBRAf/aAAwDAQACEQMRAD8Au5HmWSuS0FrILZToKwQE7+9VMbn8cTGObGPJKni7i6cBiOzr1SlDC7s5g5f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"Ot_bAaPkl","title":"Nick Elliott – Through This Night (ft. Nate Miller)","shortId":"Ot_bAaPkl","createdAt":"2021-04-30T11:52:13.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996392,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:46:52.000Z","url":"https://dancingastronaut.com/2021/04/nick-elliott-through-this-night-ft-nate-miller/","canonicalUrl":"https://dancingastronaut.com/2021/04/nick-elliott-through-this-night-ft-nate-miller/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/413eb4d8879cab3f11ea4be5c64dca15","ratio":1.0531914893617,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwQI/8QAJRAAAQMDAwMFAAAAAAAAAAAAAQIDBAAFEQYHIRJBshM1N3N0/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEBAQEAAAAAAAAAAAAAAAABABEh/9oADAMBAAIRAxEAPwCnXW50aw62Yt6YkpxULqS6kSfTbcBRkkpxgnkYz3HakyK/FlRWZDbzYQ6gOJBPOCM1lTe75Xn/AGI8U0p2D2K2/mb8RUvJHb//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"ocHo5VLCo","title":"Google’s answer to the problems of open plan offices? Inflatable walls","shortId":"ocHo5VLCo","createdAt":"2021-04-30T11:50:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996390,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:41:00.000Z","url":"https://www.theverge.com/tldr/2021/4/30/22411593/google-post-pandemic-office-plans-inflatable-robot-walls","canonicalUrl":"https://www.theverge.com/tldr/2021/4/30/22411593/google-post-pandemic-office-plans-inflatable-robot-walls","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/977f06d5064f6b1253046aef359d7542","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHhAAAQMFAQEAAAAAAAAAAAAAAQACAwQFBhExQZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AITBcFZX4DHdhc6iB7o3kRxxM17062fqxIcREQv/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"dqfG7o8pC","title":"Two Fake Blondes are “Good 4 U”","shortId":"dqfG7o8pC","createdAt":"2021-04-30T11:31:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996371,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:28:41.000Z","url":"https://dancingastronaut.com/2021/04/two-fake-blondes-are-good-4-u/","canonicalUrl":"https://dancingastronaut.com/2021/04/two-fake-blondes-are-good-4-u/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/442372e71aa2dd031a6c2049a1d72a38","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAgEAACAQQCAwEAAAAAAAAAAAABAgMABAUGESISITFB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/AIbqWTsLfWslHfYiK5dIiYmERJlfnr5n5wpPJ/aDn2aR4maVNUv0SR1QyEFQxAPSjdBzisrt/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Au6Cnmo8t","title":"Round 1 NFL Draft Reaction: Did the Jets and Giants Both Get It Right?","shortId":"Au6Cnmo8t","createdAt":"2021-04-30T11:18:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996358,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:12:27.000Z","url":"https://www.theringer.com/2021/4/30/22411645/round-1-nfl-draft-reaction-did-the-jets-giants-both-get-it-right","canonicalUrl":"https://www.theringer.com/2021/4/30/22411645/round-1-nfl-draft-reaction-did-the-jets-giants-both-get-it-right","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aac26c674fa654ed75d1f4c47134d11e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIRAAAQQCAQUBAAAAAAAAAAAAAQIDBAUAESEGEkFRcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8Ayez6zk28CpYTCiRINYtSmI7IPbtWtlWzyeAP33lvWaXHnFmGwCpRVoAeT8xjCLTqjpf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"FGl0E3XZR","title":"A Wild NFL Draft, Rodgers Drama, and a Big Mac Fest With Warren Sharp, Kevin Hench, and Bill’s Dad","shortId":"FGl0E3XZR","createdAt":"2021-04-30T11:18:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996358,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:07:48.000Z","url":"https://www.theringer.com/the-bill-simmons-podcast/2021/4/30/22411642/wild-nfl-draft-rodgers-drama-big-mac-fest-with-warren-sharp-kevin-hench-bills-dad","canonicalUrl":"https://www.theringer.com/the-bill-simmons-podcast/2021/4/30/22411642/wild-nfl-draft-rodgers-drama-big-mac-fest-with-warren-sharp-kevin-hench-bills-dad","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/02c8bebf98a170cbbe81eda32bbe1aab","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAQMDBAMAAAAAAAAAAAAAAQACAwQRIQcSMWFxgcH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAABIf/aAAwDAQACEQMRAD8AwNtHHLp6KljWxyx1R3OAzJZp5Pvx1lSZdYkfURW4P//Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"cFGKPUjdD","title":"Reacting to the First Round of the NFL Draft and the Aaron Rodgers News","shortId":"cFGKPUjdD","createdAt":"2021-04-30T11:18:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996358,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:01:01.000Z","url":"https://www.theringer.com/2021/4/30/22411636/reacting-to-first-round-of-nfl-draft-aaron-rodgers-news","canonicalUrl":"https://www.theringer.com/2021/4/30/22411636/reacting-to-first-round-of-nfl-draft-aaron-rodgers-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/989e3fecb890bc0d8ab1d42edc32c7d0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAIBAAAgAGAgMAAAAAAAAAAAAAAQIAAwQFERIGITFxov/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGhEAAwEAAwAAAAAAAAAAAAAAAQIDAAQREv/aAAwDAQACEQMRAD8Ax7i92eioXtKy9pEwZdtsMw8FfR2PUXPPbgpIFPIAHWAzgD6hCHOroT5PWjfjysoFFB3/2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"QngghRakQ","title":"Dark matter could be destroying itself inside the bellies of exoplanets","shortId":"QngghRakQ","createdAt":"2021-04-30T11:13:40.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"3875bda3f9d54186938a9a37a4ef9667","views":0,"score":26996353,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T11:03:13.000Z","url":"https://www.livescience.com/dark-matter-destroying-itself-inside-exoplanets.html","canonicalUrl":"https://www.livescience.com/dark-matter-destroying-itself-inside-exoplanets.html","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09e79abee81f2648a29c7cb78eb90884","ratio":1.33333333333333,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAIAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIhAAAQMDAwUAAAAAAAAAAAAAAQACAwQFEQYhQRITFyJR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABcRAAMBAAAAAAAAAAAAAAAAAAABIRH/2gAMAwEAAhEDEQA/AMk03dYK4Ot97eJKaRmIndO8R+55BVjxqX+0VZTGN27T3gMjhEStgdKn/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"ArtIEJE8g","title":"How User Data Privacy and Antitrust Law Got All Tangled Up","shortId":"ArtIEJE8g","createdAt":"2021-04-30T11:05:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996345,"tagsStr":"google,data-privacy","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.wired.com/story/gadget-lab-podcast-502/","canonicalUrl":"https://www.wired.com/story/gadget-lab-podcast-502/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a3d4f8bbea840b3e25a0c452de6e3eae","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHRAAAQQCAwAAAAAAAAAAAAAAAQACAxEFEgQGIf/EABUBAQEAAAAAAAAAAAAAAAAAAAMH/8QAHBEAAgAHAAAAAAAAAAAAAAAAAAECAwQRMnLB/9oADAMBAAIRAxEAPwDf5STlR9hxxgmYyI0yRjo9tgXe0bFFXURSOqwl69Y0Tukf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"9SrSra7kgU","title":"How One Naughty Bird Cheats With Fancy Feather Structures","shortId":"9SrSra7kgU","createdAt":"2021-04-30T11:05:00.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.wired.com/story/how-one-naughty-bird-cheats-with-fancy-feather-structures/","canonicalUrl":"https://www.wired.com/story/how-one-naughty-bird-cheats-with-fancy-feather-structures/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/9b843aa9988d3464599a122fde90dae4","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQIDAAQFEiExQQYRE1H/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABcRAQEBAQAAAAAAAAAAAAAAAAECABH/2gAMAwEAAhEDEQA/AN3B+F2+EuPnirg2tmkTKYo1bVM3AeVix1EA7bAD8q5ozIxedLeWZj7eQxbs3Z57NKVHi1nrjmmpF3//2Q==","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"2TyS_oSGY","title":"New York Returns Its Police ‘Robodog’ After a Public Outcry","shortId":"2TyS_oSGY","createdAt":"2021-04-30T11:05:05.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.wired.com/story/new-york-returns-police-robodog-after-public-outcry/","canonicalUrl":"https://www.wired.com/story/new-york-returns-police-robodog-after-public-outcry/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/10e1a92af617b99ba25c93f0647cad30","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIEABESAwUGIjFBUXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAERITH/2gAMAwEAAhEDEQA/AM449sO2yIyaUlZTlwFyWRjibdwLW8Cp+RxuCkjVUNIsGIHWPfylKKbEeH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"p_cHCxeDX","title":"Black Pain Will Never Stop Trending","shortId":"p_cHCxeDX","createdAt":"2021-04-30T11:05:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"306e5f82626e427b858481168e701225","views":0,"score":26996345,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.wired.com/story/black-pain-two-distant-strangers-social-media/","canonicalUrl":"https://www.wired.com/story/black-pain-two-distant-strangers-social-media/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14fabc301e132e4c1fa9829f1c05d7e9","ratio":1.91044776119403,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQMCBAcAAAAAAAAAAAAAAQACBAMFBhEVMQcSISJRkdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/AM7gm+6LiyZehFbWlCFyt7y0AZN99BkPCtVONNwNRx05u52kH4iIk09wVSXT/9k=","siteTwitter":"","creatorTwitter":"","readTime":6,"description":null,"toc":null,"summary":null},{"id":"kKoW_qlzUf","title":"ACR launches dose registry for digital radiography","shortId":"kKoW_qlzUf","createdAt":"2021-04-30T07:09:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":26996343,"tagsStr":"azure","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=xra&pag=dis&ItemID=132262&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132262","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c0130ef9d45a7248fe50e4ff3216391","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMH/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDAAQFBhESISIxQRNRsf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwAGryYK7bFtJBZWmcunEKmPaNFQLxG3jiWPH9qeUjNrk7u3TBY4rFM6Amyj6gMR9UY1HNLJqvExySu0ccp4KzEhO/0PXgVuHwxN3NGhY9SSo3Jq1gFSO//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"P_fb3ajJl","title":"The Eternal Hymn of “Tha Crossroads”","shortId":"P_fb3ajJl","createdAt":"2021-04-30T10:33:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996313,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:30:00.000Z","url":"https://www.theringer.com/2021/4/30/22410278/bone-thugs-n-harmony-crossroads-eazy-e-anniversary","canonicalUrl":"https://www.theringer.com/2021/4/30/22410278/bone-thugs-n-harmony-crossroads-eazy-e-anniversary","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f5e827b11260f6a5506350de0e865a9","ratio":1.90924657534247,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIDAAQFESExEhVR/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABsRAAEEAwAAAAAAAAAAAAAAAAEAAgMREjFR/9oADAMBAAIRAxEAPwDPyMfNiI7/ANVaIzG7kCqNaEQjVV385Jq7dYHGPczOMfZqGcnxEXA567pSlRU7afMSwjE9X//Z","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"LLM8NWzTx","title":"EU accuses Apple of App Store antitrust violations after Spotify complaint","shortId":"LLM8NWzTx","createdAt":"2021-04-30T10:28:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26996308,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:22:25.000Z","url":"https://www.theverge.com/2021/4/30/22407376/apple-european-union-antitrust-charges-app-store-music-competition-commission-margrethe-vestager","canonicalUrl":"https://www.theverge.com/2021/4/30/22407376/apple-european-union-antitrust-charges-app-store-music-competition-commission-margrethe-vestager","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2f961378b0b5d43f5fc76fec3015737c","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBBEAEgUxEyFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAeEQAABAcAAAAAAAAAAAAAAAAAAQIDBRESIlFS0f/aAAwDAQACEQMRAD8AzzJlsMq5GG5CZefkuI8UpalbxtVWdQDR26Nj56rL0OlKEjuhVk4xlfD7X3zLboRZOla5ZH//2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"kczjxC80f","title":"Step Aside, Jack Ryan, It’s Time for a New Tom Clancy Action Hero","shortId":"kczjxC80f","createdAt":"2021-04-30T10:26:29.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996306,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:15:00.000Z","url":"https://www.theringer.com/movies/2021/4/30/22410701/without-remorse-john-clark-michael-b-jordan","canonicalUrl":"https://www.theringer.com/movies/2021/4/30/22410701/without-remorse-john-clark-michael-b-jordan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/2877c15fcb925d91a355224461a2b25d","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIhAAAgEDAgcAAAAAAAAAAAAAAQIAAwUSBhEEByExMlGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAbEQACAgMBAAAAAAAAAAAAAAABAgBBAxESIv/aAAwDAQACEQMRAD8AjX12qWfmRpZ0piogyR03xDbOVBHryM05uBJYkVEAJ7YHp9iJDzjhVK3FX2NNU//Z","siteTwitter":"","creatorTwitter":"","readTime":11,"description":null,"toc":null,"summary":null},{"id":"NmftdeDtO","title":"The Ringer Guide to Streaming in May","shortId":"NmftdeDtO","createdAt":"2021-04-30T10:09:33.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996289,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:00:00.000Z","url":"https://www.theringer.com/tv/2021/4/30/22410618/whats-streaming-on-netflix-in-may-hulu-amazon-prime-apple-disney-hbo-max","canonicalUrl":"https://www.theringer.com/tv/2021/4/30/22410618/whats-streaming-on-netflix-in-may-hulu-amazon-prime-apple-disney-hbo-max","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/21589f3cf174096c347c2242e7e6df20","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAgEAACAQQBBQAAAAAAAAAAAAABAgMABBEhBRIiMUFR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAaEQACAgMAAAAAAAAAAAAAAAABAwACERIi/9oADAMBAAIRAxEAPwCdxFjbclaXLywpHIqSKjJnQMj+ck5Pb9A2dbOYlvy12beIs6dRUZxGB6pSiYO8Spo1VUif/9k=","siteTwitter":"","creatorTwitter":"","readTime":14,"description":null,"toc":null,"summary":null},{"id":"KcWSZ_uV4","title":"Sending Large Files","shortId":"KcWSZ_uV4","createdAt":"2021-04-29T18:21:50.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":473,"score":26996280,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-30T05:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:52:55.000Z","url":"https://css-tricks.com/sending-large-files/","canonicalUrl":"https://css-tricks.com/sending-large-files/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1fc774d46e9b0052dfa08b76f0bb374","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgIBAwUBAAAAAAAAAAAAAQIDBAARIVEFEhQxcYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGhEBAAIDAQAAAAAAAAAAAAAAAQADERJR8P/aAAwDAQACEQMRAD8A2M9NisSpZllseRWLonZMyxtqfbIDoxGu37zlmukjV4iZdyoJ2PH3GMHtXU92IVhln//Z","siteTwitter":"@CSS","creatorTwitter":"@chriscoyier","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dMaCutNhN","title":"Jack Koplin, Noah Arin of NOKO channel melodic bliss with debut Origami Human single, ‘I Still Love You’","shortId":"dMaCutNhN","createdAt":"2021-04-30T10:00:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996280,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:00:00.000Z","url":"https://dancingastronaut.com/2021/04/jack-koplin-noah-arin-of-noko-channel-melodic-bliss-with-debut-origami-human-single-i-still-love-you/","canonicalUrl":"https://dancingastronaut.com/2021/04/jack-koplin-noah-arin-of-noko-channel-melodic-bliss-with-debut-origami-human-single-i-still-love-you/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/596fd2b6f28761e161ef7b62035ee354","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQRIQYiMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIRIXH/2gAMAwEAAhEDEQA/AMXQpdvxyzBuLlqXNi16VzMRKO8aOsg5+mpaclicuuN+PVKUXQzdlRS1lDPJ/9k=","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"9bQc7JSEb","title":"ZHU shines on junior LP ‘DREAMLAND 2021’","shortId":"9bQc7JSEb","createdAt":"2021-04-30T10:00:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996280,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T10:00:00.000Z","url":"https://dancingastronaut.com/2021/04/zhu-shines-on-junior-lp-dreamland-2021/","canonicalUrl":"https://dancingastronaut.com/2021/04/zhu-shines-on-junior-lp-dreamland-2021/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6e90601c5ee1fe1ceb755347b2d3646b","ratio":1.50470219435737,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAcI/8QAIhAAAQMDAwUAAAAAAAAAAAAAAwECBAAFBhESIQcUIjFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAAEFAAAAAAAAAAAAAAAAAAABAgMRIf/aAAwDAQACEQMRAD8AhVsh2/GM1DDv42SwgkMHLVqLtGzcm5Wpwrl01rUpukeOHM8sWGLtyOVw+NPFeU9/KUpx6Fy0f//Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"j3r-xEi7N","title":"KLOUD thrills with debut ‘1093’ EP single, ‘LOVE ME’ featuring Gabriel Paris","shortId":"j3r-xEi7N","createdAt":"2021-04-30T09:51:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996271,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:50:00.000Z","url":"https://dancingastronaut.com/2021/04/kloud-thrills-with-debut-1093-ep-single-love-me-featuring-gabriel-paris/","canonicalUrl":"https://dancingastronaut.com/2021/04/kloud-thrills-with-debut-1093-ep-single-love-me-featuring-gabriel-paris/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4b5fa5e78bbf07102e28f71c10392807","ratio":1.04347826086957,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUI/8QAIxAAAgECBAcAAAAAAAAAAAAAAQIDAAQUISJhERIyQUKhsf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAHhEAAgEDBQAAAAAAAAAAAAAAAQMCAAQRBRMhYeH/2gAMAwEAAhEDEQA/AM5X1zDi4FhlIRCQ+kgA8fdWRZxuAycpVswdqI3JJvJ8/NvtJbR3wsOpuhe+1AcvEI4NVmm3e49oZEHzjuv/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"ydvD4WQ4U","title":"Find a ‘Remedy’ in new music from William Black, Annie Schindel","shortId":"ydvD4WQ4U","createdAt":"2021-04-30T09:45:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996265,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:45:00.000Z","url":"https://dancingastronaut.com/2021/04/find-a-remedy-in-new-music-from-william-black-annie-schindel/","canonicalUrl":"https://dancingastronaut.com/2021/04/find-a-remedy-in-new-music-from-william-black-annie-schindel/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/013ff1e0b0dae8e7b831986881b0424f","ratio":0.863060989643268,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFBv/EACMQAAICAAUFAQEAAAAAAAAAAAEDAhEABAUGEhMUITFxUZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAQADAAMAAAAAAAAAAAAAAAEAAgMRIVH/2gAMAwEAAhEDEQA/AMVs/cSdP2Nr2lOTB/eShILJIvifPrz/ADEVGhJchbe+hDnES49GR42PV1hMohl8styrE5S4EXYo3+/MEnL9RUJlzgZRBoToD5ijTRuB5CxpWir3zP/Z","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"8XjpBCxQ8","title":"SIDEPIECE glide into deep house territory with latest, ‘Acrobatic’","shortId":"8XjpBCxQ8","createdAt":"2021-04-30T09:35:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996255,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:30:00.000Z","url":"https://dancingastronaut.com/2021/04/sidepiece-glides-into-more-deep-house-territory-with-latest-acrobatic/","canonicalUrl":"https://dancingastronaut.com/2021/04/sidepiece-glides-into-more-deep-house-territory-with-latest-acrobatic/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7360763cf263eeb72ccb6de127da9d2","ratio":1.49882903981265,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAJBAAAQMDAQkAAAAAAAAAAAAAAQIDEQAEBiEFEhMUIjFBUYH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAAECAxEEBSH/2gAMAwEAAhEDEQA/AMttsltLVttPLoDjaWy1I1gzvjz6Efe9TuZHsxbilcFXUSdJFKUkmVIMs2EtVw//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Op3zmPWYt","title":"A brief history of Rust at Facebook","shortId":"Op3zmPWYt","createdAt":"2021-04-29T16:05:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"facebook_code","tweeted":true,"views":664,"score":26996234,"tagsStr":"tech-news,general-programming,c,rust","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":2,"trending":null,"lastTrending":"2021-04-30T01:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T16:00:46.000Z","url":"https://engineering.fb.com/2021/04/29/developer-tools/rust/","canonicalUrl":"https://engineering.fb.com/2021/04/29/developer-tools/rust/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ae822159f462b49bad4361897fdbcf13","ratio":1.77777777777778,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHxABAAEEAQUAAAAAAAAAAAAAAQACAxEhEiIxQVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABcRAAMBAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/ANR027wVcr2VqU6AweD57ljtvbERgbp//9k=","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"MZ-z8Sink","title":"POP-UP: Animated Letterings","shortId":"MZ-z8Sink","createdAt":"2021-04-30T09:08:22.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26996228,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/116883101/POP-UP-Animated-Letterings","canonicalUrl":"https://www.behance.net/gallery/116883101/POP-UP-Animated-Letterings","image":"https://mir-s3-cdn-cf.behance.net/project_modules/disp/c8037c116883101.606b571506bfb.gif","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKZAB//Z","siteTwitter":"@behance","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"d_MrybVHG","title":"Poll: Is Basecamp Right To Shutdown Politics At Work?","shortId":"d_MrybVHG","createdAt":"2021-04-30T09:07:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"55d676c385f346baade3f7224db106fd","views":0,"score":26996227,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:02:20.000Z","url":"https://www.webdesignerdepot.com/2021/04/poll-is-basecamp-right-to-shutdown-politics-at-work/","canonicalUrl":"https://www.webdesignerdepot.com/2021/04/poll-is-basecamp-right-to-shutdown-politics-at-work/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4ef1425f8f4c6602a23568ef04cca411","ratio":1.81818181818182,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAJBAAAQIFAgcAAAAAAAAAAAAAAQIDAAQFERIhQQYHExYiMWH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAQABBQAAAAAAAAAAAAAAAAEAAgMRISL/2gAMAwEAAhEDEQA/ANZxJ3I2U1qWqYYLTHTcaS8s5oS5lkDYeVioa32+xLa5YSNQbROt1WqJRMgPJS49moBWtioi5OvveEIC10uZVXoEn//Z","siteTwitter":"@DesignerDepot","creatorTwitter":"@DesignerDepot","readTime":0,"description":null,"toc":null,"summary":null},{"id":"e4L_TViPk","title":"The Patriots Didn’t Need to Do Any Wheeling and Dealing to Get Mac Jones","shortId":"e4L_TViPk","createdAt":"2021-04-30T04:48:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":5,"score":26996225,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T04:36:43.000Z","url":"https://www.theringer.com/2021/4/30/22411175/san-francisco-49ers-nfl-draft-trey-lance-kyle-shanahan","canonicalUrl":"https://www.theringer.com/2021/4/30/22411175/san-francisco-49ers-nfl-draft-trey-lance-kyle-shanahan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8284354fab1f1e39903976ddff078eba","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAeEAACAgICAwAAAAAAAAAAAAABAwACERIEBTJBwf/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAyEiMUH/2gAMAwEAAhEDEQA/AJfolJPRjlMVvS+FUpuQVknyBz8ko7latvUrqSLEZPuIjW2x1WpcmAEaX//Z","siteTwitter":"","creatorTwitter":"","readTime":8,"description":null,"toc":null,"summary":null},{"id":"Hnr_Tbavu","title":"Up-and-comer HANNS taps LU for progressive lovers’ next fixation, ‘Up High’","shortId":"Hnr_Tbavu","createdAt":"2021-04-30T09:05:41.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26996225,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T09:00:00.000Z","url":"https://dancingastronaut.com/2021/04/up-and-comer-hanns-taps-lu-for-progressive-lovers-next-fixation-up-high/","canonicalUrl":"https://dancingastronaut.com/2021/04/up-and-comer-hanns-taps-lu-for-progressive-lovers-next-fixation-up-high/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/133df0cd0efb29fea62341095a56f61d","ratio":1.49700598802395,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQACEQMEEwUSIzKR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQADAAMAAAAAAAAAAAAAAAAAAQIDETH/2gAMAwEAAhEDEQA/AM422q47I0Aw4nDkbuMPIBjyVMNYT1REcwlwovNdJbP/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"iZXMnxXQT","title":"Malcolm Spellman on Creating ‘The Falcon and Winter Soldier.’ Plus, ‘Top Chef’ Episode 5.","shortId":"iZXMnxXQT","createdAt":"2021-04-30T04:31:06.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":3,"score":26996197,"tagsStr":"chef","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T04:26:17.000Z","url":"https://www.theringer.com/2021/4/30/22410974/malcolm-spellman-creating-the-falcon-and-winter-soldier-plus-top-chef-episode-5","canonicalUrl":"https://www.theringer.com/2021/4/30/22410974/malcolm-spellman-creating-the-falcon-and-winter-soldier-plus-top-chef-episode-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4c9fcb878d76eea0121be18787f858b9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAjEAACAQIEBwAAAAAAAAAAAAABAgMABAUGETEHEhMhUYHh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABgRAAIDAAAAAAAAAAAAAAAAAAECAAMR/9oADAMBAAIRAxEAPwCZy8QcVxK4vBcRwc73qToy6r0wmyDQ7EKoPvzVKmzJI8zsYDqzE9pPlKUCytQcAilY5P/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"Ox4ZxHW_5","title":"Freies Soundboard nun mit Broadcast-Funktionalität","shortId":"Ox4ZxHW_5","createdAt":"2021-04-30T08:06:31.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996166,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://seeseekey.net/archive/126581/","canonicalUrl":"https://seeseekey.net/archive/126581/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/71cb31f1fa8e5b3653a1a623974db1c6","ratio":1.4990243902439,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAHBAAAgICAwAAAAAAAAAAAAAAAAIBQRESIVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABQf/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDfeG3bm5suG79AD0if/9k=","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"3e3UXtzbE","title":"React Table: The Headless Table Library for React","shortId":"3e3UXtzbE","createdAt":"2021-04-29T17:46:04.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":357,"score":26996132,"tagsStr":"react","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-29T22:00:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:45:48.000Z","url":"https://blog.bitsrc.io/react-table-the-headless-table-library-for-react-2eb8c6ac98f1","canonicalUrl":"https://blog.bitsrc.io/react-table-the-headless-table-library-for-react-2eb8c6ac98f1","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5760dbcf46fddf8744d50cc3c47d3bf7","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIH/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQIAEQQSExQhMUFRcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAWEQADAAAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AMUR8cAbmIXYHqeQy2PlSWoklEKKey6yaHq/MRGYDN0//9k=","siteTwitter":"@bitdev_","creatorTwitter":"@PiumiLiyana","readTime":7,"description":null,"toc":null,"summary":null},{"id":"MTn7GlFHV","title":"The Winners and Losers of the 2021 NFL Draft’s First Round","shortId":"MTn7GlFHV","createdAt":"2021-04-30T07:17:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996117,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:15:29.000Z","url":"https://www.theringer.com/2021/4/30/22411422/the-winners-and-losers-of-the-2021-nfl-drafts-first-round","canonicalUrl":"https://www.theringer.com/2021/4/30/22411422/the-winners-and-losers-of-the-2021-nfl-drafts-first-round","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/b459812b8286e74e12196467b3c58c4f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMF/8QAHRAAAgIDAAMAAAAAAAAAAAAAAQMCBAAFESExcf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAbEQACAgMBAAAAAAAAAAAAAAABAgAEERIh8f/aAAwDAQACEQMRAD8AxNBdZfv3NexjlwY1YE1s4YgtECOEEHwR85l76zVvWK8ZyMUsksHvsA8xjDlpAgBXngiek7M7bHM//9k=","siteTwitter":"","creatorTwitter":"","readTime":22,"description":null,"toc":null,"summary":null},{"id":"akLT6jBi1","title":"Telediagnostic ultrasound successful in Peru pilot study","shortId":"akLT6jBi1","createdAt":"2021-04-30T07:09:16.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996109,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=ult&pag=dis&ItemID=132238&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132238","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c82f56c0fa7189eae74456a1aceb15df","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDBBEhAAYSBSIjcTFBgf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAaEQACAgMAAAAAAAAAAAAAAAABIQACAxES/9oADAMBAAIRAxEAPwBZ0ffUdeIun0UfajZmOHk5E8RxH3YZPr8epKwRQ4HK2bvbOsS2t4txh4+xzRzOWXBLcGN/erlEzSUVO8jFnaNSzMbkkj5Ol5AOlCUJ03P/2Q==","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"RbpehhuHi","title":"People of color more likely to participate in cancer trials","shortId":"RbpehhuHi","createdAt":"2021-04-30T07:09:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996109,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132264&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132264","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6b761bbc9a18b1d1c953cd652ec2021c","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAiEAACAQQBBAMAAAAAAAAAAAABAgMABAUREgYVIWFRgaH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABsRAAEFAQEAAAAAAAAAAAAAAAMAAQIRIQRB/9oADAMBAAIRAxEAPwCSxuXft13KkkomuiAqxuVCppQUA96IP1T5i8z1o2MtGjtsa8ZhQq0sT8yOI0W9/NEPRUMam0ZY0DLsghRsHg3n8FPVpLI1pCzSOWKKSSTs+KIx3e6reg0GGNmh4v/Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"BodS64dRL","title":"Breast MRI proves useful for mastectomy staging","shortId":"BodS64dRL","createdAt":"2021-04-30T07:09:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":0,"score":26996109,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T07:00:00.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=wom&pag=dis&ItemID=132263&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132263","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/cfce952f5e627cedbde4bfc3d1e33768","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQGB//EACIQAAEDAgYDAAAAAAAAAAAAAAECBBEAAwUGEhMUITFBUf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/AMZsssrqvYSsv1GxB56d9IVPrTPiTS75ll4PXAa4unji4rblUnTPU9fKgqKtH//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"YcRk3gBnU","title":"The NFL’s QB Cycle Is Spinning Faster Than Some Teams Can Keep Up","shortId":"YcRk3gBnU","createdAt":"2021-04-30T07:00:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26996100,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T06:47:56.000Z","url":"https://www.theringer.com/2021/4/30/22411404/nfl-draft-first-round-franchise-quarterback-roulette","canonicalUrl":"https://www.theringer.com/2021/4/30/22411404/nfl-draft-first-round-franchise-quarterback-roulette","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/14b145318806432a9b8c1e0630be7fc0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIE/8QAHhAAAQQCAwEAAAAAAAAAAAAAAQIDBBEAIQUGEhT/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EAB0RAAICAQUAAAAAAAAAAAAAAAEDAAIEBRIhMYH/2gAMAwEAAhEDEQA/ALPNclI7HIh/a8hkJdkeEkeTRAKSKvdnd5qe77y7Dq2kiOUtqKASjZrWMYxhoZUb6A+SdreU5DiFWNeT1P/Z","siteTwitter":"","creatorTwitter":"","readTime":13,"description":null,"toc":null,"summary":null},{"id":"avdw51cYt","title":"QEMU 6.0 unterstützt mit AMD SEV-ES verschlüsselte Gäste","shortId":"avdw51cYt","createdAt":"2021-04-30T06:56:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26996096,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T06:19:17.000Z","url":"https://linuxnews.de/2021/04/qemu-6-0-unterstuetzt-mit-amd-sev-es-verschluesselte-gaeste/","canonicalUrl":"https://linuxnews.de/2021/04/qemu-6-0-unterstuetzt-mit-amd-sev-es-verschluesselte-gaeste/","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"sN4veuQe5","title":"Goodbye Dependabot Preview, hello Dependabot!","shortId":"sN4veuQe5","createdAt":"2021-04-29T17:27:27.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"ghblog","views":232,"score":26996048,"tagsStr":"github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":15,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:09:49.000Z","url":"https://github.blog/2021-04-29-goodbye-dependabot-preview-hello-dependabot/","canonicalUrl":"https://github.blog/2021-04-29-goodbye-dependabot-preview-hello-dependabot/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/01c76115d8afc5ade261fdd6dea28755","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAIBAAAgIBAwUAAAAAAAAAAAAAAQMAAhEEEhMhMlFhwf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAFREBAQAAAAAAAAAAAAAAAAAAAQD/2gAMAwEAAhEDEQA/ANF301H0ZfkfQsI7GEY2npj75lytZJJXTJ9REpVgAv/Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":2,"description":null,"toc":null,"summary":null},{"id":"W2xilYFLR","title":"Why AWS Love Next.js","shortId":"W2xilYFLR","createdAt":"2021-04-29T17:44:58.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":233,"score":26996023,"tagsStr":"webdev,aws,backend,nextjs","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:44:48.000Z","url":"https://blog.bitsrc.io/why-aws-love-next-js-1f7b6491857","canonicalUrl":"https://blog.bitsrc.io/why-aws-love-next-js-1f7b6491857","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e7b2d73d370f862919e875a7b4e35d1","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAIBABAAEDAwUAAAAAAAAAAAAAAQIAAyEEBTEGERYiYf/EABQBAQAAAAAAAAAAAAAAAAAAAAb/xAAcEQEAAgEFAAAAAAAAAAAAAAABAgMABBIxUWH/2gAMAwEAAhEDEQA/ANVrr/e9NazO1KWG2sD1A7Y4DHypeebo5lHSsnlbIrSlJKaK0ViYSv1NsdoSeO/XP//Z","siteTwitter":"@bitdev_","creatorTwitter":"@dilanthaw111","readTime":7,"description":null,"toc":null,"summary":null},{"id":"Sj7UIqDST","title":"Ken T Takusagawa: [accudfui] Pell equation notes","shortId":"Sj7UIqDST","createdAt":"2021-04-30T05:37:14.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"phaskell","views":0,"score":26996017,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T12:00:00.000Z","url":"http://kenta.blogspot.com/2021/04/accudfui-pell-equation-notes.html","canonicalUrl":"http://kenta.blogspot.com/2021/04/accudfui-pell-equation-notes.html","image":"","ratio":null,"placeholder":"","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"sxVDQnBJT","title":"Apple adds a way to speed up searches on the App Store by suggesting words","shortId":"sxVDQnBJT","createdAt":"2021-04-30T01:08:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":6,"score":26996011,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T01:02:23.000Z","url":"https://www.theverge.com/2021/4/29/22410708/apple-app-store-search-suggestions","canonicalUrl":"https://www.theverge.com/2021/4/29/22410708/apple-app-store-search-suggestions","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/716226b7f4ce17ee6547834bcb732449","ratio":1.9095652173913,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIBAAAgICAQUBAAAAAAAAAAAAAQIDBAARMQUGFDI0Qf/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDWqfS7FWC8ty3DZlrwpKHSokQ034APU87I53lZH2/RdFbxKA2AfkQ4xiH/2Q==","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"xNAJcjhUd","title":"Epic Games v. Apple: the fight for the future of the App Store","shortId":"xNAJcjhUd","createdAt":"2021-04-30T01:03:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26995995,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T01:00:00.000Z","url":"https://www.theverge.com/2021/4/29/22410877/epic-games-apple-app-store-antitrust-trial-lawsuit-news","canonicalUrl":"https://www.theverge.com/2021/4/29/22410877/epic-games-apple-app-store-antitrust-trial-lawsuit-news","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/409a394899adb8d69178eed846eec5e5","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHhAAAgICAgMAAAAAAAAAAAAAAQMCEQAEEiEGE5H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EAB0RAAIBBAMAAAAAAAAAAAAAAAIDAQAEERMhUdH/2gAMAwEAAhEDEQA/AMjLErTtIZrxftPWliths5H0mMiSBAGpAgAUbquqyweN6jBzkx3KXZqVD5jGANaQjGJqxWNihpnsHPPc+1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"89gzdoOf-","title":"Microsoft reveals how Halo Infinite will look on 32:9 super ultrawide monitors and other PC perks","shortId":"89gzdoOf-","createdAt":"2021-04-30T00:40:39.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":6,"score":26995983,"tagsStr":"tech-news,microsoft","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:35:30.000Z","url":"https://www.theverge.com/2021/4/29/22410863/microsoft-halo-infinite-pc-32-9-ultrawide-lan","canonicalUrl":"https://www.theverge.com/2021/4/29/22410863/microsoft-halo-infinite-pc-32-9-ultrawide-lan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c0720efed4cc01546c15c85e08fb02c9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQIAAwQFERIhMUGB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAXEQEAAwAAAAAAAAAAAAAAAAABABEx/9oADAMBAAIRAxEAPwDHcS6WVhciihDl0IYN0Cfevkir56+SvUUsh0xG+PnuIlAOwusn/9k=","siteTwitter":"","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"vwZnFV5JK","title":"FIFCYL","shortId":"vwZnFV5JK","createdAt":"2021-04-30T05:03:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26995983,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/116083565/FIFCYL","canonicalUrl":"https://www.behance.net/gallery/116083565/FIFCYL","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/69f83e0e466fb0bcc05484012708627a","ratio":1.71990171990172,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBABAAIBAwUBAAAAAAAAAAAAAQIRAAMFEgQTITFRsf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIDMv/aAAwDAQACEQMRAD8Axc9p7EuPHp1qUfOmIWVYfcklttSQ1EL9AV+YxhpJDXtd9M//2Q==","siteTwitter":"@behance","creatorTwitter":"@bakoom_studio","readTime":0,"description":null,"toc":null,"summary":null},{"id":"d_VyRxYu7","title":"The Humble `` Element And Core Web Vitals","shortId":"d_VyRxYu7","createdAt":"2021-04-29T12:35:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"smashing","tweeted":true,"views":423,"score":26995909,"tagsStr":"webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":1,"trending":null,"lastTrending":"2021-04-29T17:30:00.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T12:15:00.000Z","url":"https://www.smashingmagazine.com/2021/04/humble-img-element-core-web-vitals/","canonicalUrl":"https://www.smashingmagazine.com/2021/04/humble-img-element-core-web-vitals/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c32180ea2da5fd927523f48f291ee5fa","ratio":1.77688888888889,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAgMAAAAAAAAAAAAAAQMCAAQFERIhMlHh/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAQACAwAAAAAAAAAAAAAAAAIAAQMRMf/aAAwDAQACEQMRAD8A23E5tlwq7WwNHG4lHlFuj0N+qoE5wyVAm37MQfP5SlHORXfYsgtrdT//2Q==","siteTwitter":"@smashingmag","creatorTwitter":"@addyosmani","readTime":33,"description":null,"toc":null,"summary":null},{"id":"wtEB-eEld","title":"Among Us is finally coming to PS4 and PS5, three years after its 2018 debut","shortId":"wtEB-eEld","createdAt":"2021-04-29T23:17:52.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":5,"score":26995895,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T23:13:36.000Z","url":"https://www.theverge.com/2021/4/29/22410775/among-us-playstation-4-5-ps4-ps5-ratchet-clank","canonicalUrl":"https://www.theverge.com/2021/4/29/22410775/among-us-playstation-4-5-ps4-ps5-ratchet-clank","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ef0f41c32cad991e7a0e5d00607317e9","ratio":1.91037735849057,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAIF/8QAIRAAAQMEAQUAAAAAAAAAAAAAAQACAwQREiEiBRQyUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABgRAAIDAAAAAAAAAAAAAAAAAAABAhEh/9oADAMBAAIRAxEAPwDS6VB3NPWiFxphHNNGREPIuDeZvfYO/SjDHi4hzhouIAv9RFEZKnh//9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"y6INYozYu","title":"Git aliases","shortId":"y6INYozYu","createdAt":"2021-04-29T18:53:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"30seconds","views":53,"score":26995818,"tagsStr":"general-programming,git","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T09:00:00.000Z","url":"https://www.30secondsofcode.org/blog/s/git-aliases","canonicalUrl":"https://www.30secondsofcode.org/blog/s/git-aliases","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e7d822b960b858db2a856185195c6f1a","ratio":0.8,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgUH/8QAJRAAAgECBQMFAAAAAAAAAAAAAQIDBBEABQYhMQcSQSIycYGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAZEQEAAgMAAAAAAAAAAAAAAAABABMiMTL/2gAMAwEAAhEDEQA/AN4zKtErZjHKsqSUJWRXYWR1Zb3Hg23BvwcHKbqLkCU8S1OYUTThAJGaQAlrbk7c3xe1Rp6h1BCi1okDJ7Wje30Rww+RgoenmR39Szk+T3Df8xNsOYsHbP/Z","siteTwitter":"@30secondsofcode","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"rGllLejIt","title":"The 49ers Ended the Intrigue and Made Trey Lance Their QB of the Future","shortId":"rGllLejIt","createdAt":"2021-04-30T02:18:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995818,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T02:13:07.000Z","url":"https://www.theringer.com/2021/4/29/22411087/san-francisco-49ers-nfl-draft-trey-lance-kyle-shanahan","canonicalUrl":"https://www.theringer.com/2021/4/29/22411087/san-francisco-49ers-nfl-draft-trey-lance-kyle-shanahan","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/a7c8c43755c51d143424295b08d0d3a4","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgMAAwEAAAAAAAAAAAAAAQIAAxEFElFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAXEQEAAwAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDNViKvD12KqabsJ66Ti++fJAUGmIl30h//2Q==","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"ZePIjlDpq","title":"Ratchet & Clank: Rift Apart looks incredible in 16 minutes of new gameplay footage","shortId":"ZePIjlDpq","createdAt":"2021-04-29T21:41:36.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":4,"score":26995793,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:40:09.000Z","url":"https://www.theverge.com/2021/4/29/22406719/ratchet-clank-rift-apart-state-of-play-sony-insomniac-games-playstation-5","canonicalUrl":"https://www.theverge.com/2021/4/29/22406719/ratchet-clank-rift-apart-state-of-play-sony-insomniac-games-playstation-5","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/24871a3f9116b93b5418003948610a34","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgICAQUAAAAAAAAAAAAAAQIABAMhBhESIkFR/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABgRAQADAQAAAAAAAAAAAAAAAAEAAhEx/9oADAMBAAIRAxEAPwDE6tx34/crFMQ6IjrlCAZFCNpQfm5LMz9x8gd+xEQDrHu4GT//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"6kCWAT8nQ","title":"Google updates latest Chromecast with more HDR controls and improved Wi-Fi performance","shortId":"6kCWAT8nQ","createdAt":"2021-04-29T21:35:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995776,"tagsStr":"google","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:33:09.000Z","url":"https://www.theverge.com/2021/4/29/22410534/google-chromecast-april-2021-update-hdr-wifi","canonicalUrl":"https://www.theverge.com/2021/4/29/22410534/google-chromecast-april-2021-update-hdr-wifi","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6bd4ae17e39404215c021207d8330fc3","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCBAURAAYhMQcSE2H/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAEA/9oADAMBAAIRAxEAPwCD4d3MndFnfY7rZqBi9vpde5u9MzrmwJ+cWfgMuewREDHeczqra+rqW1Mq6a5OmWGCliMI5OcRA6HPA000Grf/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"gCM9TVclg","title":"36 Days of Type","shortId":"gCM9TVclg","createdAt":"2021-04-30T01:10:46.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26995750,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:00:00.000Z","url":"https://www.behance.net/gallery/117103623/36-Days-of-Type","canonicalUrl":"https://www.behance.net/gallery/117103623/36-Days-of-Type","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/661208bc3e09c0e4888536ad6267f499","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAQAE/8QAIRAAAgEDAwUAAAAAAAAAAAAAAQIDABESBBMhIjEyQWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABYRAAMAAAAAAAAAAAAAAAAAAAACMf/aAAwDAQACEQMRAD8ApWdppCJnIyPIJAAvWqEM0KHeIuoNuadZFGuYWNAM27D7TEq7SdI8R6otaVtof//Z","siteTwitter":"@behance","creatorTwitter":"@holamaybe","readTime":null,"description":null,"toc":null,"summary":null},{"id":"uqzwiIH3i","title":"Feds arrest founder of bitcoin ‘mixer’ they say laundered $335 million over ten years","shortId":"uqzwiIH3i","createdAt":"2021-04-29T21:04:09.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995744,"tagsStr":"crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:56:56.000Z","url":"https://www.theverge.com/2021/4/29/22409501/feds-arrest-founder-bitcoin-mixer-laundered-cryptocurrency","canonicalUrl":"https://www.theverge.com/2021/4/29/22409501/feds-arrest-founder-bitcoin-mixer-laundered-cryptocurrency","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/22bc727453856d295b2ccc2ebe6046a0","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUI/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIAEQMEEhQhMVGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAXEQADAQAAAAAAAAAAAAAAAAAAAQIx/9oADAMBAAIRAxEAPwDOWk2cTMrYkYooez5N9D5JrGmIF1fuIl9Ygs//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"YSxjYo0gt","title":"List Markers and String Styles","shortId":"YSxjYo0gt","createdAt":"2021-04-29T15:21:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"css_tricks","views":38,"score":26995729,"tagsStr":"webdev,css","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T14:32:41.000Z","url":"https://css-tricks.com/list-markers-and-string-styles/","canonicalUrl":"https://css-tricks.com/list-markers-and-string-styles/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/bfebaeb6e49e6dbc1ee64638004e2c87","ratio":2,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQFEQcSQVGB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANAOZscBx/NPb4W1IkaezcIFjLdWK9iVXXw61+1Dwc2ZeCCOFLC1KxqEBJ8A14KUoP/Z","siteTwitter":"@CSS","creatorTwitter":"@meyerweb","readTime":2,"description":null,"toc":null,"summary":null},{"id":"zdZmN3cXQ","title":"Zach Wilson Will Have the Chance to Defy History With the Jets","shortId":"zdZmN3cXQ","createdAt":"2021-04-30T00:41:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995721,"tagsStr":"career","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-30T00:34:42.000Z","url":"https://www.theringer.com/2021/4/29/22409777/zach-wilson-new-york-jets-no-2-pick","canonicalUrl":"https://www.theringer.com/2021/4/29/22409777/zach-wilson-new-york-jets-no-2-pick","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fe16e1a71228c4924b7cbf03db3f6e3b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQF/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIRAAMEBQYxBxITFCFRov/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHBEAAQQDAQAAAAAAAAAAAAAAAQACAxIFIYHw/9oADAMBAAIRAxEAPwC7eOs5m2c/GuYfgZ/Xtm5FvtFxXcypgzAC/c/PNYDdRUDEHbGimDyVcz+qUqa4kHSHlZXw0ofdX//Z","siteTwitter":"","creatorTwitter":"","readTime":12,"description":null,"toc":null,"summary":null},{"id":"kGWrYFN5s","title":"A call for feedback on our policies around exploits and malware","shortId":"kGWrYFN5s","createdAt":"2021-04-29T17:07:26.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"ghblog","views":5,"score":26995688,"tagsStr":"security,cyber,github","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:02:00.000Z","url":"https://github.blog/2021-04-29-call-for-feedback-policies-exploits-malware/","canonicalUrl":"https://github.blog/2021-04-29-call-for-feedback-policies-exploits-malware/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/4374d951de7eaab0141cee79d0b55275","ratio":1.9047619047619,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHBAAAgICAwAAAAAAAAAAAAAAAQIABAMRBSEx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAEf/aAAwDAQACEQMRAD8A0xyFYXsYR3ZBsHqUKAqhQPBqIjgOxf/Z","siteTwitter":"@github","creatorTwitter":"@github","readTime":1,"description":null,"toc":null,"summary":null},{"id":"IqtSnQ0PI","title":"Apple says old Magic Keyboard is ‘functionally compatible’ with new 12.9-inch iPad Pro, but warns of imperfect fit","shortId":"IqtSnQ0PI","createdAt":"2021-04-29T20:07:30.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995688,"tagsStr":"apple","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:03:16.000Z","url":"https://www.theverge.com/2021/4/29/22410350/apple-ipad-pro-mini-led-magic-keyboard-case-2020-model-fit-accessory-screen-protector","canonicalUrl":"https://www.theverge.com/2021/4/29/22410350/apple-ipad-pro-mini-led-magic-keyboard-case-2020-model-fit-accessory-screen-protector","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/f7820f655fb75df139a60a244cb0652a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIRAAAgEDBAMBAAAAAAAAAAAAAQMCAAQRBQYSIQdBYXH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREBAQEBAQEAAAAAAAAAAAAAAQIRABMh/9oADAMBAAIRAxEAPwCLRdNs9a3uNvyXNaLFUXRuJT5vYxsI5lKeATjvr7W8d4KtS5hG4LwDkcApiff7SlEBUTT9c5vSppkcN7//2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"xJT9j6_rX","title":"Listener Mail and the NFL Draft Devil’s Dictionary With Danny Heifetz","shortId":"xJT9j6_rX","createdAt":"2021-04-29T22:43:21.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995603,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:36:33.000Z","url":"https://www.theringer.com/2021/4/29/22410731/listener-mail-and-the-nfl-draft-devils-dictionary-with-danny-heifetz","canonicalUrl":"https://www.theringer.com/2021/4/29/22410731/listener-mail-and-the-nfl-draft-devils-dictionary-with-danny-heifetz","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/11624542f974eaa2cfda4a48b427f0ff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAHxAAAgICAgMBAAAAAAAAAAAAAQIDEQAEBRIGITJB/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAEQL/2gAMAwEAAhEDEQA/AKHOcToN5d02YXnjWeRerPQpEuhQ9AnMfNv7IlcRlEQMeqgNSj8H1jGMCPbgZf/Z","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"AXDWrJ-GJ","title":"9 Reasons You Should Use Bit for Designer Developer Collaboration","shortId":"AXDWrJ-GJ","createdAt":"2021-04-29T12:34:43.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"bit","views":142,"score":26995601,"tagsStr":"general-programming,webdev","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":"2021-04-29T16:00:08.000Z","discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-27T16:57:07.000Z","url":"https://blog.bitsrc.io/9-reasons-you-should-use-bit-for-designer-developer-collaboration-2416b5124476","canonicalUrl":"https://blog.bitsrc.io/9-reasons-you-should-use-bit-for-designer-developer-collaboration-2416b5124476","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/fb401a1da86c103148f702021e2e633b","ratio":1.66666666666667,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQQCAgMAAAAAAAAAAAAAAQIDBAYAEQUUEiFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABQb/xAAbEQABBAMAAAAAAAAAAAAAAAABAAIDBDFxwf/aAAwDAQACEQMRAD8AoVO5UaBXeNi85V+7OaZSh2R1WlFZ2fpIJ9azKuQbkOz5LjLwQ0t1SkJ8QNAk6GMZZVWgTSb6kqgyv//Z","siteTwitter":"@bitdev_","creatorTwitter":"","readTime":9,"description":null,"toc":null,"summary":null},{"id":"Y-wMyFftn","title":"Target gig workers are getting their bank accounts drained by hackers","shortId":"Y-wMyFftn","createdAt":"2021-04-29T18:42:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":26995597,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T18:38:51.000Z","url":"https://www.theverge.com/2021/4/29/22409937/scammers-hack-target-gig-workers-drain-bank-accounts","canonicalUrl":"https://www.theverge.com/2021/4/29/22409937/scammers-hack-target-gig-workers-drain-bank-accounts","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/521d6c2b7f6bfed79f18799f6d8d90e9","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAIRAAAgEEAQUBAAAAAAAAAAAAAQIDAAQFESESExQiMVL/xAAVAQEBAAAAAAAAAAAAAAAAAAABA//EABkRAAIDAQAAAAAAAAAAAAAAAAABAgMhEf/aAAwDAQACEQMRAD8Az7HM8OKtpV7SuZIR6wR8K29jlTv5vmoWY8VstekWigGdzrrP6NKUV42Xnsn0/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"is8kl6yQ9","title":"Three Palm updates WorkstationOne breast imaging software","shortId":"is8kl6yQ9","createdAt":"2021-04-29T18:41:48.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":26995596,"tagsStr":"ai","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T18:32:11.000Z","url":"https://www.auntminnie.com/index.aspx?sec=sup&sub=aic&pag=dis&ItemID=132259&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132259","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1cc7bb1da04597ff9204163f130df8d4","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwUGB//EAB8QAAEDBAMBAAAAAAAAAAAAAAECAwUABBESITFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAUG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAwQRIf/aAAwDAQACEQMRAD8AziJnINFhItSTL712tvVooIASfp69qHXfJ3Vg8ZpdcHIBPJoR7qjt1u59hdOStF4BP//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"_UjTBeK2y","title":"Notepad++: Stack-Overflow-Suche einbauen","shortId":"_UjTBeK2y","createdAt":"2021-04-29T22:35:34.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"63ac89ce96cd4332a65c8c1e935bdffe","views":0,"score":26995595,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:23:11.000Z","url":"https://www.tutonaut.de/notepad-stack-overflow-suche-einbauen/","canonicalUrl":"https://www.tutonaut.de/notepad-stack-overflow-suche-einbauen/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/7e11e3e6340979b048dd656530fe8274","ratio":1.96363636363636,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHBAAAQUBAQEAAAAAAAAAAAAAAQACAwQREiGx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAEVH/2gAMAwEAAhEDEQA/AM6v1xJWcJZJHtaNzQPgU4+sO3cyPA3waiIRZQ1d63//2Q==","siteTwitter":"@tutonaut","creatorTwitter":"@https://github.com/bili123/cli-help","readTime":4,"description":null,"toc":null,"summary":null},{"id":"EXK_kVInT","title":"World’s widest plane nails ‘extremely successful’ second test flight","shortId":"EXK_kVInT","createdAt":"2021-04-29T22:33:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995593,"tagsStr":"machine-learning","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:24:39.000Z","url":"https://www.theverge.com/2021/4/29/22410519/stratolaunch-test-world-widest-plane-second-flight-roc","canonicalUrl":"https://www.theverge.com/2021/4/29/22410519/stratolaunch-test-world-widest-plane-second-flight-roc","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/5fdcfbfb8710121d50ca55e0381602c2","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAT/xAAfEAABAwMFAAAAAAAAAAAAAAAAAQIDBAUREhMUVJH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECETH/2gAMAwEAAhEDEQA/AJ0uDWt20po9KZXBLyYOnH6AOTT3obSR/9k=","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"plyjhY-in","title":"Soccer Talk with Chris Ryan, and the 2021 NFL Draft Card Market","shortId":"plyjhY-in","createdAt":"2021-04-29T22:26:24.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995586,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T22:14:38.000Z","url":"https://www.theringer.com/2021/4/29/22410527/soccer-talk-with-chris-ryan-and-the-2021-nfl-draft-card-market","canonicalUrl":"https://www.theringer.com/2021/4/29/22410527/soccer-talk-with-chris-ryan-and-the-2021-nfl-draft-card-market","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/09d18f2a7776af9bd6bcb3bd738dce4f","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQG/8QAIBAAAgEDBAMAAAAAAAAAAAAAAQIEAAMRBRIVISJhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAQG/8QAGhEAAgMBAQAAAAAAAAAAAAAAAQIAAxEEsf/aAAwDAQACEQMRAD8AxUjWHSTGutA0oi4zo1sQ0CnvG4g5y3upObuJ4cdo7besmCmT9pSgWOwRcMruTkoe+xWQYM8n/9k=","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"NQiDtJK8m","title":"The next big Windows 10 update improves Bluetooth audio with AAC support","shortId":"NQiDtJK8m","createdAt":"2021-04-29T18:31:32.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":1,"score":26995585,"tagsStr":"apple,bluetooth","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T18:23:09.000Z","url":"https://www.theverge.com/2021/4/29/22410088/microsoft-windows-10-bluetooth-aac-support-update","canonicalUrl":"https://www.theverge.com/2021/4/29/22410088/microsoft-windows-10-bluetooth-aac-support-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/663482a83117b0ada3907d7addbd3a30","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQI/8QAHxAAAQQABwAAAAAAAAAAAAAAAwABAgQRITFhcZGh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAYEQEAAwEAAAAAAAAAAAAAAAABAAIRQf/aAAwDAQACEQMRAD8AzhUuBFQtBnTESZMokfWHHXqix2ZEVhu2AeRDGf/Z","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"Ud_NtOl8j","title":"Amazon crosses $100 billion in sales in huge first quarter","shortId":"Ud_NtOl8j","createdAt":"2021-04-29T21:59:44.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995559,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:57:34.000Z","url":"https://www.theverge.com/2021/4/29/22404044/amazon-earnings-q1-2021-performance-profit-operating-income","canonicalUrl":"https://www.theverge.com/2021/4/29/22404044/amazon-earnings-q1-2021-performance-profit-operating-income","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/aeca2bcfe2031184b11b08b3b291284a","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQH/8QAHxAAAgEEAwEBAAAAAAAAAAAAAQIDAAQRIQUTMRJB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAZEQEAAwEBAAAAAAAAAAAAAAABAAIDURL/2gAMAwEAAhEDEQA/AMbuYwOl1VADD94JbQ6EfAwwHhxsHyouTvbaHkruKSxjldJXVpGIyxBOzr9pSpuR6QeR2t2op2f/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jbbQnrpzh","title":"Pauline Herr debuts first solo single of the year with ‘Selfish’","shortId":"jbbQnrpzh","createdAt":"2021-04-29T21:57:35.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26995557,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:51:47.000Z","url":"https://dancingastronaut.com/2021/04/pauline-herr-debuts-first-solo-single-of-the-year-with-selfish/","canonicalUrl":"https://dancingastronaut.com/2021/04/pauline-herr-debuts-first-solo-single-of-the-year-with-selfish/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ece10395566a24a95e017e5cfdff77cb","ratio":1.5005753739931,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESEGBxIjUf/EABQBAQAAAAAAAAAAAAAAAAAAAAP/xAAZEQACAwEAAAAAAAAAAAAAAAABAwACIUH/2gAMAwEAAhEDEQA/ANfz3sC4WO7QYs+I2686fUELwkpUfHevuNVCNymcqO0p2M0lwoBUlLTZAONgUpQ3UBo7FW2xw8n/2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"Uf72YtKR3","title":"Soul Clap deliver electrfying third studio album ‘WTF (World Transformation Force)’","shortId":"Uf72YtKR3","createdAt":"2021-04-29T21:48:12.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26995548,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:47:08.000Z","url":"https://dancingastronaut.com/2021/04/soul-clap-deliver-electrfying-third-studio-album-wtf-world-transformation-force/","canonicalUrl":"https://dancingastronaut.com/2021/04/soul-clap-deliver-electrfying-third-studio-album-wtf-world-transformation-force/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8610c69db1825ed7fc2f8a9373bfa16f","ratio":1.5,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAHAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBQAEBhESIRMyQf/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAGxEAAwACAwAAAAAAAAAAAAAAAQIDABExccH/2gAMAwEAAhEDEQA/AJE1kkzOxSXLFlLN1aAOgtOcQVpSQCQfYbJ1s/O62Mdkco7H2znhbPNpKtgJA7ApSnZ2VVYHnIzsJMQVB734Rn//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"jSVJ6E-Ln","title":"A Disgruntled Aaron Rodgers Rumor Is Exactly What the NFL Draft Needed","shortId":"jSVJ6E-Ln","createdAt":"2021-04-29T21:06:17.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995506,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:00:07.000Z","url":"https://www.theringer.com/nfl/2021/4/29/22410498/aaron-rodgers-trade-demand-nfl-draft","canonicalUrl":"https://www.theringer.com/nfl/2021/4/29/22410498/aaron-rodgers-trade-demand-nfl-draft","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/6c4ec7086d0374e47aed8bf10709c715","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQMAAhIEBhEhEyJh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABcRAQEBAQAAAAAAAAAAAAAAAAEAAiH/2gAMAwEAAhEDEQA/AM/2oEWSwLSVWppWMyrc+2NecT8Mn9Q6oewVqwVyPA8tuu4iEOwyX//Z","siteTwitter":"","creatorTwitter":"","readTime":10,"description":null,"toc":null,"summary":null},{"id":"r06zFWfy7","title":"Qoiet unleashes roaring bass track ‘saw BONES’ on Kayzo’s Welcome Records","shortId":"r06zFWfy7","createdAt":"2021-04-29T21:43:10.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"394b52bf3a4d47959b1c30db5687887d","views":0,"score":26995543,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:42:22.000Z","url":"https://dancingastronaut.com/2021/04/qoiet-unleashes-roaring-bass-track-saw-bones-on-kayzos-welcome-records/","canonicalUrl":"https://dancingastronaut.com/2021/04/qoiet-unleashes-roaring-bass-track-saw-bones-on-kayzos-welcome-records/","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/74bc76d2da6c127bd4b3757d69d8c923","ratio":1.00104275286757,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQYH/8QAIhAAAgIBBAEFAAAAAAAAAAAAAQMCEQQAEiExBRQyQlFh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AM9ZjYi8jBUvMjBMl9rmRtoGrHtPVc98/WprJHjfUt2x43muf3ROK9w8XCQawSFgHcbGg2PcWSJay7PyOg//2Q==","siteTwitter":"@dancingastro","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"fbpL_RNah","title":"Dear wireless carriers: the 5G hype needs to stop","shortId":"fbpL_RNah","createdAt":"2021-04-29T17:37:38.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995538,"tagsStr":"tech-news","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:35:01.000Z","url":"https://www.theverge.com/2021/4/29/22409675/verizon-att-tmobile-5g-mmwave-c-band","canonicalUrl":"https://www.theverge.com/2021/4/29/22409675/verizon-att-tmobile-5g-mmwave-c-band","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/36bd1392347a7eb14b8a51ddad22d37e","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAQIAAxMEIjFBcdH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABkRAAIDAQAAAAAAAAAAAAAAAAECABFRwf/aAAwDAQACEQMRAD8AxBNVhquqxowsADE89fJBjuPsRGUUTJXJKredn//Z","siteTwitter":"","creatorTwitter":"","readTime":3,"description":null,"toc":null,"summary":null},{"id":"Yh6phUnZC","title":"Fewer patients seeking heart attack care, study says","shortId":"Yh6phUnZC","createdAt":"2021-04-29T17:38:53.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"497c0315013a4095b2c48b3a0f67deb1","views":1,"score":26995533,"tagsStr":"security","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T17:15:27.000Z","url":"https://www.auntminnie.com/index.aspx?sec=nws&sub=rad&pag=dis&ItemID=132256&wf=1","canonicalUrl":"https://www.auntminnie.com/index.aspx?sec=log&itemID=132256","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0acc7aa99523d5dc20fcd745a65a3d88","ratio":1,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKAAoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAjEAABAgYCAgMAAAAAAAAAAAABAiEAAwQFEWESFBUiMTJB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQX/xAAcEQABAwUAAAAAAAAAAAAAAAADAAEhAhExYfD/2gAMAwEAAhEDEQA/AALFc7PR2GXImWiQwIqOSEryCluJLu3ydNAC6KiWtSvBSE5OePZmNqL25IFEggB00+dwBUrV2Zvsfuf3cFZIlUhhu8Z7a//Z","siteTwitter":"","creatorTwitter":"","readTime":0,"description":null,"toc":null,"summary":null},{"id":"GWIVTJJqA","title":"Watch Dexter creepily smile again in the first teaser trailer for his new Showtime series","shortId":"GWIVTJJqA","createdAt":"2021-04-29T21:17:19.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995517,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:14:26.000Z","url":"https://www.theverge.com/2021/4/29/22410265/dexter-first-teaser-trailer-michael-c-hall-new","canonicalUrl":"https://www.theverge.com/2021/4/29/22410265/dexter-first-teaser-trailer-michael-c-hall-new","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/0f58f642393fcc28be9d29da057aecfe","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYH/8QAIhAAAQQBAgcAAAAAAAAAAAAAAQACAwQRBRMhIyVhkqHS/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIDITH/2gAMAwEAAhEDEQA/AMg0x9QUasr6THmtFFuAkc3Lh24e8qsNrTMno8HkPlESt6yp8R//2Q==","siteTwitter":"","creatorTwitter":"","readTime":1,"description":null,"toc":null,"summary":null},{"id":"mpOOgf3cZ","title":"The math isn’t adding up on forests and CO2 reductions","shortId":"mpOOgf3cZ","createdAt":"2021-04-29T21:17:25.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995517,"tagsStr":"math","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T21:12:34.000Z","url":"https://www.theverge.com/2021/4/29/22410367/forest-offsets-trees-carbon-dioxide-accounting","canonicalUrl":"https://www.theverge.com/2021/4/29/22410367/forest-offsets-trees-carbon-dioxide-accounting","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8acd785a4ceb1d471f4051ddd967dc7b","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUG/8QAIBAAAQMEAgMAAAAAAAAAAAAAAQIDBAAREiEFExQVMf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQEAAwEAAAAAAAAAAAAAAAABABEh8P/aAAwDAQACEQMRAD8AzTMT18CGlUmS74zKX1KCwkqBCiEp0cbW+nLe9VOf4x7ucx5OcE5GwLh0L0pQmItNOwn/2Q==","siteTwitter":"","creatorTwitter":"","readTime":4,"description":null,"toc":null,"summary":null},{"id":"JIktqi89t","title":"FUNGZEN Resort Hotel","shortId":"JIktqi89t","createdAt":"2021-04-29T21:07:54.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"34bbbd06dc2d4cb48fbaa0812fc4ed18","views":0,"score":26995507,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T00:00:00.000Z","url":"https://www.behance.net/gallery/118454357/FUNGZEN-Resort-Hotel","canonicalUrl":"https://www.behance.net/gallery/118454357/FUNGZEN-Resort-Hotel","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/ac0c2b6aa889fb19a3f269ea0e6da450","ratio":1.74346201743462,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAGAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHxAAAQMDBQAAAAAAAAAAAAAAAQADBAIRIjFBUrHR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAZEQACAwEAAAAAAAAAAAAAAAAAAQIRISL/2gAMAwEAAhEDEQA/AMNkOwpRzjVDlle5G/akmiCSSGnLHTI+oiZ8ukVB2tP/2Q==","siteTwitter":"@behance","creatorTwitter":"","readTime":null,"description":null,"toc":null,"summary":null},{"id":"QHr9cJvOf","title":"Jason Jordan Promoted to WWE Lead Producer and Braun Strowman Earns His Spot","shortId":"QHr9cJvOf","createdAt":"2021-04-29T21:06:07.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"480314ac3d1f41bfa34f63af6fa149d3","views":0,"score":26995506,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:56:12.000Z","url":"https://www.theringer.com/2021/4/29/22410466/jason-jordan-promoted-to-wwe-lead-producer-and-braun-strowman-earns-his-spot","canonicalUrl":"https://www.theringer.com/2021/4/29/22410466/jason-jordan-promoted-to-wwe-lead-producer-and-braun-strowman-earns-his-spot","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/8da96aa587c01f6fc897a575293569ff","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHhAAAgIBBQEAAAAAAAAAAAAAAgMAAREEBRITMZH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAHBEBAAEEAwAAAAAAAAAAAAAAAQIAAwSxERJB/9oADAMBAAIRAxEAPwDP9yY0tJuPWQBp1sULFcKu2ZzY3y9HF/ZG6hiIC4AHFDIRhjWup4aHa1//2Q==","siteTwitter":"","creatorTwitter":"","readTime":5,"description":null,"toc":null,"summary":null},{"id":"LLMn_6JzP","title":"Dashlane’s new $3.99 password manager plan is cheaper but might not beat free","shortId":"LLMn_6JzP","createdAt":"2021-04-29T20:58:37.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":0,"score":26995498,"tagsStr":"","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T20:53:47.000Z","url":"https://www.theverge.com/2021/4/29/22409780/dashlane-essentials-plan-less-expensive-unlimited-passwords","canonicalUrl":"https://www.theverge.com/2021/4/29/22409780/dashlane-essentials-plan-less-expensive-unlimited-passwords","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/e4b37c53a1461343dc384f2edab7571b","ratio":1.90779014308426,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMH/8QAHxAAAgIBBAMAAAAAAAAAAAAAAQIDEQAFBgdRBBMh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABYRAQEBAAAAAAAAAAAAAAAAAAEAAv/aAAwDAQACEQMRAD8Ajx5vJZeHtwrJpkfvceRGswcWlxiiLU/RfeZJHyRLHGqDS4SFAW2lYk12axjFJNJf/9k=","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"dju9EOpIL","title":"Nvidia has reinstated its RTX 3060 Ethereum cryptocurrency mining limit","shortId":"dju9EOpIL","createdAt":"2021-04-29T16:54:49.000Z","metadataChangedAt":"2022-04-18T13:56:03.057Z","sourceId":"40f4a18f3bb54009a7337acc75b6fb1a","views":2,"score":26995495,"tagsStr":"hardware,crypto","upvotes":0,"comments":0,"scoutId":null,"authorId":null,"sentAnalyticsReport":true,"viewsThreshold":0,"trending":null,"lastTrending":null,"discussionScore":null,"banned":false,"deleted":false,"publishedAt":"2021-04-29T16:53:01.000Z","url":"https://www.theverge.com/2021/4/29/22409838/nvidia-rtx-3060-etherium-cryptocurrency-mining-limit-back-driver-update","canonicalUrl":"https://www.theverge.com/2021/4/29/22409838/nvidia-rtx-3060-etherium-cryptocurrency-mining-limit-back-driver-update","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/c1f9fe3469c6741c65b53bfbbe118fb6","ratio":1.91082802547771,"placeholder":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAFAAoDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAUH/8QAHRAAAgEFAQEAAAAAAAAAAAAAAQIDAAQGETEFIv/EABQBAQAAAAAAAAAAAAAAAAAAAAH/xAAVEQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEQMRAD8AtZRifpellPoSRZJd2sM9w4WJFbUa80Psc6NAVqNtYpFbxRsRIyIFLlRttDtKUwP/2Q==","siteTwitter":"","creatorTwitter":"","readTime":2,"description":null,"toc":null,"summary":null},{"id":"SfQsGAkay","publishedAt":"2024-12-04 00:00:00","createdAt":"2024-12-04 12:09:59.183166","views":0,"siteTwitter":"@QuantumDaily","creatorTwitter":"@SwaynesWord","readTime":5,"sourceId":"community","url":"https://thequantuminsider.com/2024/12/04/all-three-projects-powered-by-quera-computing-contributions-move-to-phase-two-of-wellcome-leaps-quantum-for-bio-challenge/","canonicalUrl":"https://thequantuminsider.com/2024/12/04/all-three-projects-powered-by-quera-computing-contributions-move-to-phase-two-of-wellcome-leaps-quantum-for-bio-challenge/","title":"All Three Projects Powered by QuEra Computing Contributions Move to Phase Two of Wellcome Leap's Quantum for Bio Challenge","image":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/1c120074c8306466775595c18a0da396?_a=AQAEuj9","score":0,"tagsStr":"quantum-computing,healthcare","shortId":"SfQsGAkay","upvotes":0,"comments":0,"sentAnalyticsReport":true,"viewsThreshold":0,"banned":false,"tsv":"'bio':19 'challeng':20 'comput':7 'contribut':8 'leap':15 'move':9 'phase':11 'power':4 'project':3 'quantum':17 'quera':6 'three':2 'two':12 'wellcom':14","description":"QuEra Computing announced that all three of its projects have advanced to Phase Two of Wellcome Leap's Quantum for Bio Challenge.","metadataChangedAt":"2024-12-04 12:10:15.279","deleted":false,"summary":"QuEra Computing's contributions to three groundbreaking projects have progressed to Phase Two of Wellcome Leap's Quantum for Bio Challenge. These projects focus on quantum-enhanced drug discovery, scalable quantum simulations for virtual screening, and quantum chemistry techniques to analyze proteins related to Alzheimer's and Parkinson's diseases. QuEra's neutral-atom quantum computers, available via public cloud since 2022, play a crucial role in these advancements and demonstrate the potential of quantum computing in revolutionizing healthcare.","type":"article","private":false,"visible":true,"visibleAt":"2024-12-04 12:10:14.177","origin":"crawler","contentCuration":"{news}","showOnFeed":true,"downvotes":0,"yggdrasilId":"14a20606-9b9d-5a15-8c84-4349e3aaeb2a","collectionSources":"{}","language":"en","slug":"all-three-projects-powered-by-quera-computing-contributions-move-to-phase-two-of-wellcome-leap-s-qua-sfqsgakay","contentMeta":{"alt_title":{"provider":"yggdrasil","translations":{"en":"QuEra Computing Advances to Phase Two in Wellcome Leap’s Quantum for Bio Challenge with Three Projects"}}},"contentQuality":{"is_ai_probability":0,"is_clickbait_probability":0.6},"statsUpdatedAt":"2024-12-04 12:09:59.183166"}] From 66ae35aaaf72a1693de3022e490e283ba71eec16 Mon Sep 17 00:00:00 2001 From: Ido Shamun Date: Sat, 21 Dec 2024 09:43:51 +0200 Subject: [PATCH 03/12] fix: use followed users/sources for custom feed (#2560) --- __tests__/feeds.ts | 20 ++++++++++++++++++++ src/integrations/feed/configs.ts | 8 ++++++++ src/integrations/feed/types.ts | 2 ++ src/schema/feeds.ts | 2 ++ 4 files changed, 32 insertions(+) diff --git a/__tests__/feeds.ts b/__tests__/feeds.ts index 7470bdc3c..6fd267516 100644 --- a/__tests__/feeds.ts +++ b/__tests__/feeds.ts @@ -4292,6 +4292,24 @@ describe('query customFeed', () => { }, }, ]); + await con.getRepository(ContentPreferenceUser).save([ + { + feedId: 'cf1', + referenceUserId: '2', + referenceId: '2', + status: ContentPreferenceStatus.Follow, + userId: '1', + }, + ]); + await con.getRepository(ContentPreferenceSource).save([ + { + feedId: 'cf1', + sourceId: 'a', + referenceId: 'a', + status: ContentPreferenceStatus.Follow, + userId: '1', + }, + ]); await con.getRepository(ContentPreferenceKeyword).save([ { feedId: 'cf1', @@ -4438,6 +4456,8 @@ describe('query customFeed', () => { total_pages: 1, fresh_page_size: '4', allowed_tags: ['webdev', 'html', 'data'], + allowed_sources: ['a'], + allowed_author_ids: ['2'], feed_config_name: FeedConfigName.CustomFeedV1, disable_engagement_filter: false, }) diff --git a/src/integrations/feed/configs.ts b/src/integrations/feed/configs.ts index 80f28d699..071901450 100644 --- a/src/integrations/feed/configs.ts +++ b/src/integrations/feed/configs.ts @@ -15,7 +15,9 @@ import { Context } from '../../Context'; export type Options = { includeAllowedTags?: boolean; includeBlockedTags?: boolean; + includeAllowedSources?: boolean; includeBlockedSources?: boolean; + includeAllowedUsers?: boolean; includeSourceMemberships?: boolean; includePostTypes?: boolean; includeContentCuration?: boolean; @@ -115,9 +117,15 @@ const addFiltersToConfig = ({ if (filters.followingSources?.length && opts.includeFollowedSources) { baseConfig.followed_sources = filters.followingSources; } + if (filters.followingSources?.length && opts.includeAllowedSources) { + baseConfig.allowed_sources = filters.followingSources; + } if (filters.followingUsers?.length && opts.includeFollowedUsers) { baseConfig.followed_user_ids = filters.followingUsers; } + if (filters.followingUsers?.length && opts.includeAllowedUsers) { + baseConfig.allowed_author_ids = filters.followingUsers; + } return baseConfig; }; diff --git a/src/integrations/feed/types.ts b/src/integrations/feed/types.ts index 0a1f2f889..be9bcdcc4 100644 --- a/src/integrations/feed/types.ts +++ b/src/integrations/feed/types.ts @@ -48,10 +48,12 @@ export type FeedConfig = { fresh_page_size?: string; allowed_tags?: string[]; blocked_tags?: string[]; + allowed_sources?: string[]; blocked_sources?: string[]; allowed_post_types?: string[]; allowed_content_curations?: string[]; blocked_title_words?: string[]; + allowed_author_ids?: string[]; followed_user_ids?: string[]; followed_sources?: string[]; squad_ids?: string[]; diff --git a/src/schema/feeds.ts b/src/schema/feeds.ts index 13eb97728..6f3da6f79 100644 --- a/src/schema/feeds.ts +++ b/src/schema/feeds.ts @@ -1517,6 +1517,8 @@ export const resolvers: IResolvers = traceResolvers< includeBlockedTags: true, includeContentCuration: true, includeBlockedWords: true, + includeAllowedUsers: true, + includeAllowedSources: true, feedId: feedId, }, ), From 4b6970b34a3958ddf37c21eb26b66d90a19f0ba3 Mon Sep 17 00:00:00 2001 From: Ido Shamun Date: Sat, 21 Dec 2024 10:17:10 +0200 Subject: [PATCH 04/12] fix: add missing feed id to filters query (#2561) --- src/common/feedGenerator.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/common/feedGenerator.ts b/src/common/feedGenerator.ts index 429ed8105..621e11a62 100644 --- a/src/common/feedGenerator.ts +++ b/src/common/feedGenerator.ts @@ -131,13 +131,14 @@ const getRawFiltersData = async ( .select(['"keywordId"', 'status']) .from(ContentPreference, 't') .where('"feedId" = $1') - .andWhere(`type = '${ContentPreferenceType.Keyword}'`) - .andWhere('"userId" = $2'), + .andWhere('"userId" = $2') + .andWhere(`type = '${ContentPreferenceType.Keyword}'`), ), rawFilterSelect(con, 'users', (qb) => qb .select('"referenceId"') .from(ContentPreference, 'u') + .where('"feedId" = $1') .andWhere('"userId" = $2') .andWhere(`type = '${ContentPreferenceType.User}'`) .andWhere(`status != '${ContentPreferenceStatus.Blocked}'`), @@ -147,17 +148,17 @@ const getRawFiltersData = async ( .select(['"sourceId"', 'status']) .from(ContentPreference, 't') .where('"feedId" = $1') - .andWhere(`type = '${ContentPreferenceType.Source}'`) - .andWhere('"userId" = $2'), + .andWhere('"userId" = $2') + .andWhere(`type = '${ContentPreferenceType.Source}'`), ), rawFilterSelect(con, 'words', (qb) => qb .select(['"referenceId"']) .from(ContentPreference, 'w') .where('"feedId" = $1') + .andWhere('"userId" = $2') .andWhere(`type = '${ContentPreferenceType.Word}'`) - .andWhere(`status = '${ContentPreferenceStatus.Blocked}'`) - .andWhere('"userId" = $2'), + .andWhere(`status = '${ContentPreferenceStatus.Blocked}'`), ), rawFilterSelect(con, 'memberships', (qb) => qb From a88643420855ef8e139d0a00a5348da887ffa9fa Mon Sep 17 00:00:00 2001 From: Ido Shamun Date: Mon, 23 Dec 2024 08:51:41 +0200 Subject: [PATCH 05/12] refactor: redirect / to custom link --- src/routes/redirects.ts | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/routes/redirects.ts b/src/routes/redirects.ts index dd3c2c64d..c4463c9ca 100644 --- a/src/routes/redirects.ts +++ b/src/routes/redirects.ts @@ -137,16 +137,13 @@ const redirectToProfileImage = async ( return res.redirect(image); }; -const redirectToLanding = ( - req: FastifyRequest, - res: FastifyReply, -): FastifyReply => res.redirect('https://daily.dev'); - export default async function (fastify: FastifyInstance): Promise { const con = await createOrGetConnection(); - fastify.get('/', redirectToLanding); - fastify.get('/landing', redirectToLanding); + fastify.get('/', (req, res) => + res.redirect('https://r.daily.dev/api-redirect'), + ); + fastify.get('/landing', (req, res) => res.redirect('https://daily.dev')); fastify.get('/tos', (req, res) => res.redirect('https://daily.dev/tos')); fastify.get('/privacy', (req, res) => res.redirect('https://daily.dev/privacy'), From 0b40bc76dd59ae37482bdfbcd0c7e336b704c588 Mon Sep 17 00:00:00 2001 From: Chris Bongers Date: Mon, 23 Dec 2024 15:07:29 +0200 Subject: [PATCH 06/12] fix: order by date (#2563) --- src/entity/Feed.ts | 1 + src/schema/contentPreference.ts | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/entity/Feed.ts b/src/entity/Feed.ts index c6de2ace1..d3a1de677 100644 --- a/src/entity/Feed.ts +++ b/src/entity/Feed.ts @@ -2,6 +2,7 @@ import { Column, Entity, Index, ManyToOne, PrimaryColumn } from 'typeorm'; import type { User } from './user'; export enum FeedOrderBy { + Date = 'date', Upvotes = 'upvotes', Downvotes = 'downvotes', Comments = 'comments', diff --git a/src/schema/contentPreference.ts b/src/schema/contentPreference.ts index d16433c74..905e19360 100644 --- a/src/schema/contentPreference.ts +++ b/src/schema/contentPreference.ts @@ -347,6 +347,9 @@ export const resolvers: IResolvers = traceResolvers< .andWhere(`${builder.alias}."feedId" = :feedId`, { feedId, }) + .andWhere(`${builder.alias}."status" != :status`, { + status: ContentPreferenceStatus.Blocked, + }) .limit(page.limit) .offset(page.offset) .addOrderBy(`${builder.alias}."createdAt"`, 'DESC'); From 4e7ea7c3c1b2dde8b6c35b651878a1514ddac774 Mon Sep 17 00:00:00 2001 From: Chris Bongers Date: Mon, 23 Dec 2024 15:14:44 +0200 Subject: [PATCH 07/12] fix: we need to ensure status querying (#2562) From 5b5c96992f0891b870c88dc56752fb52503b146d Mon Sep 17 00:00:00 2001 From: Chris Bongers Date: Mon, 23 Dec 2024 16:42:31 +0200 Subject: [PATCH 08/12] fix: always return custom feed --- src/schema/feeds.ts | 56 ++++++++++++++++----------------------------- 1 file changed, 20 insertions(+), 36 deletions(-) diff --git a/src/schema/feeds.ts b/src/schema/feeds.ts index 6f3da6f79..d5311c9bb 100644 --- a/src/schema/feeds.ts +++ b/src/schema/feeds.ts @@ -1499,47 +1499,31 @@ export const resolvers: IResolvers = traceResolvers< ); } - if ( - args.version >= 2 && - args.ranking === Ranking.POPULARITY && - ctx.userId - ) { - const feedGenerator = new FeedGenerator( - feedClient, - new FeedPreferencesConfigGenerator( - { - feed_config_name: FeedConfigName.CustomFeedV1, - }, - { - includeAllowedTags: true, - includePostTypes: true, - includeBlockedSources: true, - includeBlockedTags: true, - includeContentCuration: true, - includeBlockedWords: true, - includeAllowedUsers: true, - includeAllowedSources: true, - feedId: feedId, - }, - ), - ); - - return feedResolverCursor( - source, + const feedGenerator = new FeedGenerator( + feedClient, + new FeedPreferencesConfigGenerator( { - ...(args as FeedArgs), - generator: feedGenerator, + feed_config_name: FeedConfigName.CustomFeedV1, }, - ctx, - info, - ); - } + { + includeAllowedTags: true, + includePostTypes: true, + includeBlockedSources: true, + includeBlockedTags: true, + includeContentCuration: true, + includeBlockedWords: true, + includeAllowedUsers: true, + includeAllowedSources: true, + feedId: feedId, + }, + ), + ); - return feedResolverV1( + return feedResolverCursor( source, { - ...args, - feedId, + ...(args as FeedArgs), + generator: feedGenerator, }, ctx, info, From 71e0cfbd4b5e6ab570b5da724bfde055c2c79565 Mon Sep 17 00:00:00 2001 From: Chris Bongers Date: Mon, 23 Dec 2024 17:11:41 +0200 Subject: [PATCH 09/12] hotfix test where missing (#2564) --- __tests__/feeds.ts | 59 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/__tests__/feeds.ts b/__tests__/feeds.ts index 6fd267516..3ec0d2ed1 100644 --- a/__tests__/feeds.ts +++ b/__tests__/feeds.ts @@ -4359,6 +4359,24 @@ describe('query customFeed', () => { loggedUser = '1'; isPlus = true; + nock('http://localhost:6000') + .post('/feed.json', { + user_id: '1', + page_size: 10, + offset: 0, + total_pages: 1, + fresh_page_size: '4', + allowed_tags: ['webdev', 'html', 'data'], + allowed_sources: ['a'], + allowed_author_ids: ['2'], + feed_config_name: FeedConfigName.CustomFeedV1, + disable_engagement_filter: false, + }) + .reply(200, { + data: [{ post_id: 'p1' }, { post_id: 'p4' }], + cursor: 'b', + }); + const res = await client.query(QUERY, { variables: { ranking: Ranking.POPULARITY, @@ -4401,6 +4419,24 @@ describe('query customFeed', () => { loggedUser = '1'; isPlus = true; + nock('http://localhost:6000') + .post('/feed.json', { + user_id: '1', + page_size: 10, + offset: 0, + total_pages: 1, + fresh_page_size: '4', + allowed_tags: ['webdev', 'html', 'data'], + allowed_sources: ['a'], + allowed_author_ids: ['2'], + feed_config_name: FeedConfigName.CustomFeedV1, + disable_engagement_filter: false, + }) + .reply(200, { + data: [{ post_id: 'p1' }, { post_id: 'p4' }], + cursor: 'b', + }); + const res = await client.query(QUERY, { variables: { ranking: Ranking.POPULARITY, @@ -4411,7 +4447,7 @@ describe('query customFeed', () => { expect(res.errors).toBeFalsy(); expect(res.data.customFeed.edges.map((item) => item.node.id)).toMatchObject( - ['p5', 'p4', 'p1'], + ['p1', 'p4'], ); }); @@ -4419,6 +4455,25 @@ describe('query customFeed', () => { loggedUser = '1'; isPlus = true; + nock('http://localhost:6000') + .post('/feed.json', { + user_id: '1', + page_size: 10, + offset: 0, + total_pages: 1, + fresh_page_size: '4', + allowed_tags: ['html', 'data'], + blocked_tags: ['webdev'], + allowed_sources: ['a'], + allowed_author_ids: ['2'], + feed_config_name: FeedConfigName.CustomFeedV1, + disable_engagement_filter: false, + }) + .reply(200, { + data: [{ post_id: 'p4' }], + cursor: 'b', + }); + await con.getRepository(ContentPreferenceKeyword).save([ { feedId: 'cf1', @@ -4440,7 +4495,7 @@ describe('query customFeed', () => { expect(res.errors).toBeFalsy(); expect(res.data.customFeed.edges.map((item) => item.node.id)).toMatchObject( - ['p5', 'p4'], + ['p4'], ); }); From 0e32cf1c7aed47e76601a1ce170e7ba4bc540594 Mon Sep 17 00:00:00 2001 From: Ido Shamun Date: Mon, 23 Dec 2024 18:36:47 +0200 Subject: [PATCH 10/12] refactor: adjustments to popular and my feed settings (#2565) --- __tests__/feeds.ts | 6 +++ src/integrations/feed/configs.ts | 62 ++++++++++++++++++++++++----- src/integrations/feed/generators.ts | 4 +- 3 files changed, 60 insertions(+), 12 deletions(-) diff --git a/__tests__/feeds.ts b/__tests__/feeds.ts index 3ec0d2ed1..a8e4bd2ce 100644 --- a/__tests__/feeds.ts +++ b/__tests__/feeds.ts @@ -441,6 +441,9 @@ describe('query anonymousFeed', () => { fresh_page_size: '4', offset: 0, user_id: '1', + source_types: ['machine', 'squad'], + allowed_languages: ['en'], + min_day_range: 14, }) .reply(200, { data: [{ post_id: 'p1' }, { post_id: 'p4' }], @@ -527,6 +530,9 @@ describe('query anonymousFeed', () => { blocked_tags: ['python', 'java'], blocked_sources: ['a', 'b'], user_id: '1', + source_types: ['machine', 'squad'], + allowed_languages: ['en'], + min_day_range: 14, }) .reply(200, { data: [{ post_id: 'p1' }, { post_id: 'p4' }], diff --git a/src/integrations/feed/configs.ts b/src/integrations/feed/configs.ts index 071901450..e4050e0c2 100644 --- a/src/integrations/feed/configs.ts +++ b/src/integrations/feed/configs.ts @@ -73,6 +73,16 @@ export class SimpleFeedConfigGenerator implements FeedConfigGenerator { } } +const mergeSingleFilter = ( + base: string[] | undefined, + filter: string[] | undefined, +): string[] | undefined => { + if (!filter) { + return base; + } + return base ? Array.from(new Set([...base, ...filter])) : filter; +}; + const addFiltersToConfig = ({ config, filters, @@ -85,16 +95,28 @@ const addFiltersToConfig = ({ const baseConfig = { ...config, ...filters.flags }; if (filters.includeTags?.length && opts.includeAllowedTags) { - baseConfig.allowed_tags = filters.includeTags; + baseConfig.allowed_tags = mergeSingleFilter( + baseConfig.allowed_tags, + filters.includeTags, + ); } if (filters.blockedTags?.length && opts.includeBlockedTags) { - baseConfig.blocked_tags = filters.blockedTags; + baseConfig.blocked_tags = mergeSingleFilter( + baseConfig.blocked_tags, + filters.blockedTags, + ); } if (filters.excludeSources?.length && opts.includeBlockedSources) { - baseConfig.blocked_sources = filters.excludeSources; + baseConfig.blocked_sources = mergeSingleFilter( + baseConfig.blocked_sources, + filters.excludeSources, + ); } if (filters.sourceIds?.length && opts.includeSourceMemberships) { - baseConfig.squad_ids = filters.sourceIds; + baseConfig.squad_ids = mergeSingleFilter( + baseConfig.squad_ids, + filters.sourceIds, + ); } if (filters.excludeTypes?.length && opts.includePostTypes) { baseConfig.allowed_post_types = ( @@ -107,24 +129,42 @@ const addFiltersToConfig = ({ ); } if (filters.blockedContentCuration?.length && opts.includeContentCuration) { - baseConfig.allowed_content_curations = AllowedContentCurationTypes.filter( - (type) => !filters.blockedContentCuration!.includes(type), + baseConfig.allowed_content_curations = mergeSingleFilter( + baseConfig.allowed_content_curations, + AllowedContentCurationTypes.filter( + (type) => !filters.blockedContentCuration!.includes(type), + ), ); } if (filters.blockedWords?.length && opts.includeBlockedWords) { - baseConfig.blocked_title_words = filters.blockedWords; + baseConfig.blocked_title_words = mergeSingleFilter( + baseConfig.blocked_title_words, + filters.blockedWords, + ); } if (filters.followingSources?.length && opts.includeFollowedSources) { - baseConfig.followed_sources = filters.followingSources; + baseConfig.followed_sources = mergeSingleFilter( + baseConfig.followed_sources, + filters.followingSources, + ); } if (filters.followingSources?.length && opts.includeAllowedSources) { - baseConfig.allowed_sources = filters.followingSources; + baseConfig.allowed_sources = mergeSingleFilter( + baseConfig.allowed_sources, + filters.followingSources, + ); } if (filters.followingUsers?.length && opts.includeFollowedUsers) { - baseConfig.followed_user_ids = filters.followingUsers; + baseConfig.followed_user_ids = mergeSingleFilter( + baseConfig.followed_user_ids, + filters.followingUsers, + ); } if (filters.followingUsers?.length && opts.includeAllowedUsers) { - baseConfig.allowed_author_ids = filters.followingUsers; + baseConfig.allowed_author_ids = mergeSingleFilter( + baseConfig.allowed_author_ids, + filters.followingUsers, + ); } return baseConfig; diff --git a/src/integrations/feed/generators.ts b/src/integrations/feed/generators.ts index 7ac656d1a..90989df28 100644 --- a/src/integrations/feed/generators.ts +++ b/src/integrations/feed/generators.ts @@ -86,6 +86,8 @@ const opts: Options = { includePostTypes: true, includeContentCuration: true, includeBlockedWords: true, + includeFollowedSources: true, + includeFollowedUsers: true, }; export const feedGenerators: Partial> = @@ -93,7 +95,7 @@ export const feedGenerators: Partial> = popular: new FeedGenerator( popularFeedClient, new FeedPreferencesConfigGenerator( - {}, + { ...baseFeedConfig, min_day_range: 14 }, { includePostTypes: true, includeBlockedSources: true, From 7a2aee96463aedd6dcaf130d559752150080d39a Mon Sep 17 00:00:00 2001 From: Ido Shamun Date: Mon, 23 Dec 2024 19:32:44 +0200 Subject: [PATCH 11/12] refactor: more adjustments to popular (#2566) --- __tests__/feeds.ts | 25 +++++++++++++++++++++---- src/integrations/feed/generators.ts | 15 +++++++++++++-- src/integrations/feed/types.ts | 1 + src/schema/feeds.ts | 6 +++--- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/__tests__/feeds.ts b/__tests__/feeds.ts index a8e4bd2ce..eb5765451 100644 --- a/__tests__/feeds.ts +++ b/__tests__/feeds.ts @@ -435,7 +435,7 @@ describe('query anonymousFeed', () => { loggedUser = '1'; nock('http://localhost:6000') - .post('/popular', { + .post('/feed.json', { total_pages: 1, page_size: 10, fresh_page_size: '4', @@ -443,7 +443,15 @@ describe('query anonymousFeed', () => { user_id: '1', source_types: ['machine', 'squad'], allowed_languages: ['en'], + feed_config_name: 'popular', min_day_range: 14, + allowed_content_curations: [ + 'news', + 'release', + 'opinion', + 'comparison', + 'story', + ], }) .reply(200, { data: [{ post_id: 'p1' }, { post_id: 'p4' }], @@ -457,7 +465,7 @@ describe('query anonymousFeed', () => { it('should safetly handle a case where the feed is empty', async () => { loggedUser = '1'; - nock('http://localhost:6000').post('/popular').reply(200, { + nock('http://localhost:6000').post('/feed.json').reply(200, { data: [], }); const res = await client.query(QUERY, { @@ -522,7 +530,7 @@ describe('query anonymousFeed', () => { ]); nock('http://localhost:6000') - .post('/popular', { + .post('/feed.json', { total_pages: 1, page_size: 10, fresh_page_size: '4', @@ -532,7 +540,15 @@ describe('query anonymousFeed', () => { user_id: '1', source_types: ['machine', 'squad'], allowed_languages: ['en'], + feed_config_name: 'popular', min_day_range: 14, + allowed_content_curations: [ + 'news', + 'release', + 'opinion', + 'comparison', + 'story', + ], }) .reply(200, { data: [{ post_id: 'p1' }, { post_id: 'p4' }], @@ -3295,13 +3311,14 @@ describe('query feedPreview', () => { loggedUser = '1'; nock('http://localhost:6000') - .post('/popular', { + .post('/feed.json', { user_id: '1', page_size: 20, offset: 0, total_pages: 1, fresh_page_size: '7', allowed_tags: ['javascript', 'webdev'], + feed_config_name: 'popular', }) .reply(200, { data: [{ post_id: 'p1' }, { post_id: 'p4' }], diff --git a/src/integrations/feed/generators.ts b/src/integrations/feed/generators.ts index 90989df28..2f9945e97 100644 --- a/src/integrations/feed/generators.ts +++ b/src/integrations/feed/generators.ts @@ -93,9 +93,20 @@ const opts: Options = { export const feedGenerators: Partial> = Object.freeze({ popular: new FeedGenerator( - popularFeedClient, + feedClient, new FeedPreferencesConfigGenerator( - { ...baseFeedConfig, min_day_range: 14 }, + { + ...baseFeedConfig, + feed_config_name: FeedConfigName.Popular, + min_day_range: 14, + allowed_content_curations: [ + 'news', + 'release', + 'opinion', + 'comparison', + 'story', + ], + }, { includePostTypes: true, includeBlockedSources: true, diff --git a/src/integrations/feed/types.ts b/src/integrations/feed/types.ts index be9bcdcc4..af2d63610 100644 --- a/src/integrations/feed/types.ts +++ b/src/integrations/feed/types.ts @@ -16,6 +16,7 @@ export enum FeedConfigName { VectorV27 = 'vector_v27', PostSimilarity = 'post_similarity', CustomFeedV1 = 'custom_feed_v1', + Popular = 'popular', } export type FeedProvider = { diff --git a/src/schema/feeds.ts b/src/schema/feeds.ts index d5311c9bb..465c58ad9 100644 --- a/src/schema/feeds.ts +++ b/src/schema/feeds.ts @@ -80,7 +80,7 @@ import { FeedLofnConfigGenerator, } from '../integrations/feed/configs'; import { counters } from '../telemetry'; -import { lofnClient, popularFeedClient } from '../integrations/feed/generators'; +import { lofnClient } from '../integrations/feed/generators'; import { ContentPreferenceStatus } from '../entity/contentPreference/types'; import { ContentPreferenceSource } from '../entity/contentPreference/ContentPreferenceSource'; import { randomUUID } from 'crypto'; @@ -1541,9 +1541,9 @@ export const resolvers: IResolvers = traceResolvers< const feedGenerator = filters ? new FeedGenerator( - popularFeedClient, + feedClient, new FeedLocalConfigGenerator( - {}, + { feed_config_name: FeedConfigName.Popular }, { includeAllowedTags: true, includePostTypes: true, From 6ea4afa8f418ff2db0c96be1e665c1b401cff506 Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:33:47 +0100 Subject: [PATCH 12/12] chore: upgrade to debezium `v3.0.5` (#2556) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrades to Debezium v3.0. This prepares us for Postgresql 17 🎉 Did some testing locally, and it all seems to works as expected. --- .circleci/config.yml | 6 +++--- .infra/Pulumi.prod.yaml | 2 -- .infra/index.ts | 2 +- .infra/package-lock.json | 18 +++++++++--------- .infra/package.json | 2 +- 5 files changed, 14 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aabd4d627..4b37abdd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,8 +1,8 @@ version: 2.1 orbs: - gcp-gcr: circleci/gcp-gcr@0.16.2 + gcp-gcr: circleci/gcp-gcr@0.16.9 pulumi: pulumi/pulumi@2.1.0 - gcp-cli: circleci/gcp-cli@3.1.1 + gcp-cli: circleci/gcp-cli@3.3.0 jobs: build: docker: @@ -29,7 +29,7 @@ jobs: resource_class: large docker: - image: cimg/node:20.12 - - image: postgres:15-alpine + - image: postgres:17-alpine environment: - POSTGRES_DB: api_test - POSTGRES_PASSWORD: 12345 diff --git a/.infra/Pulumi.prod.yaml b/.infra/Pulumi.prod.yaml index 2726af5ba..e29fd1bb3 100644 --- a/.infra/Pulumi.prod.yaml +++ b/.infra/Pulumi.prod.yaml @@ -153,5 +153,3 @@ config: secure: AAABAAM5O5jYZ5WIiAhtr3FpVoDQWP9nOjozE2LQsAiJVX0kGhOLMCueVKekPaz8yB6efNak8NOxu2WiGdcZTIE66KqvqQaqL5WrQD3938TWusE+8YtM8pvxNRhIZ4fYxcgGCJmSgFX/kBEnrmB9HqHz77eL6czuAUgakrwXni9a26rLPYlHNt3UGqMhLdSIuxGrlKo46aTy3ms/1kHJq0h5i4wODah6J9r0Br2nfGmXkvoMuwQGGKt4Iz+MN4lS2IlmwSB2nDlgJNsGvQdgPshx+/w4iDh8KucFPhRvXMwHFwWiW/8MM1oDNT1f3YtPQC7eFjok3qJS6SjLkQD9S//cgW95/0M45MtIJGCZWNvqRyKR0CgzEwhFjmN9pqiIe+URIMU8YN1D9GgjZz/b72T4owPliTswhFBNpjyru86OyUYaAIXJ1x0SXNYNgFSCl3gXV+cEsQIndhxsjHgIMkV5KJri/IQkzSXGSlgoxlta0m7p3JLbX10/vjCAlSPTk1UXRuegGUyvgtubiamM1vxbu/qV+0EDtfayVNuL+f0s753xAweAdyuqoJnefZ/vo0HaQIIgeP5IKv7T8ROM/H75WEhlLkfLHqJcDOtkF/zinevJDBmq/hiP1MZ0QS8LkMkIQ9TSTBMJKAPDiQyqIC3JuQN5yif2Lqb1vzn63f/4kZCwEugVWFEU8AxTeZ7aIgfepYtftqwYcA50oe3LkqzjH+fmM6rHnpRHyAE7bktj/rd0exmvzZbn9mhEWQO6bsUF18M1uc14w7mIPtvdd0gDFdcGun7sxFVmpMjkPp10jqZYztzwMMn+k5X7+9Pa+/7IKob853dShErk19xzIfcaFqCvorwCfI3Tx+VWODJSzYZAovObbU8Q9WPBEeqEyKsZJC4H1RG37Z3h1/SieGokArEvhjHqITDJSHsKKsTfGemm3JmOcGvrGwN9uTZ9iZqTPkHsOwwh1pzWdHjXcZ+TalwqRN5gGICuBxdUPgYqWixppc0Ry6p/x21Ir+M3R+kvs/FaGMoEy9/hRTgy+KlR+fdaZ4NU4JrcAc8SHfyu2Lzwu0c4B72ZpagNzCUmBhre8ewYv9eriXdYdwixP67AaH9L4agZvQi3wVdKtG1onMHycE8bLpCPP2zWrS/O3rPw959kcydG6SPT07kL8ybM3aRkIPHPkFe2jlqKdEOyM42n+4ut7bOm6M9tbglTVHlhaDEaaITQ5DsHpFptuTsTyK7Ao7A2lD8TYFt/m82LXqDFVbxVnpc5wX8k1SBLwoeUS/ddET/+LFt/2Ypb9zgODmhSOFmh0pkIP2GPZBkbq7wXsYsolrJLpY6HgbCY4RV/KWxd8oyxmb6bsBxr6GnaZ9w6n/mc3pYjQKPRlo5qtUexrnMP2fUDbHEAgnXE3dqJuwE6jUfwSo4ZWyKKY/IcZiwDeFjs4Z0IN0EskRZRMBmPaynMpN3RtXZ1YqTX6gEL+fjymCS1xpqWIzE25KikJHAIiGZWVYPD/wBHJG2c0zZx+3jUgJrdgC+wEEGwtpKrB0z1ChyYsYgMmdI5T0c2iFewRt8cdilRgjmel9euK8LZBS05y1yq8YBDERcM7CucA7ZHPe12T2vDk6K5ycyvfisWRBLXcxqowRaq37WRgPd1OFTIDQha2xlrD0mxlkpzJF5TuiCVrOT8a73XZMndRvh2AdEXsULLtKFLT86vYQfjegqhMPmW8v6aB2qad8Yu8HJzlHhoReB9+Oo2s+PtBF1gIUfwo105cugNqKXnBqyG8NV0uL7LpNoDl/Svm/oSc+k+YBQyEIZ+Dp5PUh/PKWkMt2U+nt4fUA0MhagPnnDWnHjKUc47VPlVefBU/Lx8gNZo1lKSyw4GV+y3CfQUuBVPMl1uWYFnTDmd0bcf5TDEHWFPmnOsyqrxUPxFlflCg6vFFHVlle7hNufgHrXUNIrfmYhsKs0OXXpRmjDcMO5GAX13rOFBSi169V/yxNRrKKBvlR/6G6wCLF6Yj9ZYt4TLE204Pm8WXLthPaOaiPiflH1J0FOaBO9y8NAWlX8fjKvw8BipiETtZ0lv1jUYKk6UxMtnQvW0YX0sHSGNLIxpabIPHtKsP+O51gR38yNGV9uukIv11PzGpJPlF0odQnteEQbLjNR8IhjqQTgbbmBRgvW8oOflH0eHcj2oD8UWHiVgq5Plja0jTY9GuPnBsXntiQ/Mbs0hJc6bx7yxjyU5XailG6CCCfSnD8muVMWwTEPqZJebaTNlMf7wxcYXcZw9grc8e9ifBLNz2fH667YPyDpbK7TZN/2Etq1NQM4lf+EuaQQ1FAjd7K3j7lippmKZcrDK7leGVqm/JB6I6UDkbPWSMdC1T4GiNtgNO3OxyOzALlcS+lMz3As1248P/vxcsGyBe7eyFVVrfjMGjpysNJ8Fhio+KX6jE6rznOckYWMZjnQsq7vsQSMPrHSQhSCgSUfgURFV+y8fy90ff2XX+X0HB5IBkZSAffphasO8J/iWll9OAd+NxjPMBV8svgxmhFPouO+dheb167nfFfnVqwXWOKToeh/+87CT4K0xB0ClEHGJmR59FShsoTJUwMM1lfR0tO5axs8sxtuP8xEtTbv557mwwf27DLsiN2dFXdL0CYXwiPX5lWAkLLJuJ4g3Dms3tUXNWp/BpqeHxJOUoB1S59p20GQ71u0Sstx6ZiGBbIknml5hXzaAhVILemzEsSjzTWj2NG8xk8x7PkoV7DRKuJqxCqBKLBE9CGbGwe6k5reWDHwFlnLy3E0963wbb86W6IF7ND0PywhMvUNcwiaGiHEUPki2SLUjCCzoAnGsPGroNESUORykBKWKM4ca4RFk/Ty4Qec3EREr4gmmuG1Vs6yQbg1rBOuroLP8u+LrfEqU8/GP+HXkUbLc3P6SskAZ+Ld98OufL4VL29OnTJcQ3l1qMMy5LSV1uxQHSJ/tSVMVIx9K4Ihx12RI+0Vg5mTk6vnlwIy9i+6XjEwvieoD5qHKJMx1VrVHCdyOtVtNdWg/0ImikHGG4QReAbmyu/QNRqP6lxIrZBpmjs/ahYRAPPMnwUwLcvMU2nqAWfCyhVWsL5KA9fpiumWItjw8fJA+cX+Hd8zwFNsmc734f/na8YFRZbXIBoyZ5g0lwvOAJo7wO+XLjoq1R6AtKYDH/s4n+eApgnCAv0l03s9RrykWQ9kWoqnZi+F7rD9O1uZ03SGtouTPvV7bvRyzW8+3LVOa5aw29P/c2JccgmwHbUnQRBzxXe0na7BbtLbSWLFQqutJcviDXoZcvf63/JpcBhG5FQ+uNKXxyVC86nxxjnl089dTbz/gYbnDqBG7MMmCD2jr7+LVbVdzwF5WibKDvTnFZcZ8fp60pXPXlvi37cFCs4x0LauuVS7BLaZB9y7o94IoLlRg4bONEnw95dQ3u14CqX53fDdHb3MbRiG/WnJDxUN8LmBZk+PFRMmOKhJK1hQ8l8aniySGrztaJmCJynPYT1aAQD8ABSFE+dnQqkMoT3oFaNzrKhAZkdEzNWSbxvf31uAzBIRh1wxS/OqPX17ydKb31QhnoVTqH47L/jUg62wmV9opHk2Mw+fIqIp+i0hSSv27tfYx4+hBIkixVRKukLq6995AUOLMwXzh1BbBWH7qc4GL6Zh9XT9vPp9OCCSG5reRXhnRb9YetGgeiuj1Ug36jJCmf0KGhIpMcZ/l4cl7vJlLTviePWTuHPXVupPyqmWCGwmf51hLO7CelWT6FNxPr+fHS9JUVt1N+bW/+Q/aYx9OTnApKxcSpK7o8evh1pylChH+YC2Ggkw/EsAXkduM7ozfLbRuT5MQVH/KvX+lKBkkSjnDf+Ii2jYSMLr6Ukax1Jnm+kCMgmhgoAS6+PA4DKxQlOWjYXHoUaswaCWLWetP9MTu+VxcaoKfntbvrDp965GceH9Co6nTUCZQifiBewP8v/rUNDYNIprueizd3EpiCblntRXWHLEpCzREjeAJwpJwhHcJdHpvaKRMIvH8lK1700dc4WAjvVaDpvOpzAaROcplYcB5OPahxE6ZYFbAUEDSzDQn+iWUnzCFagdH1Y6N+UP61C2bwB/vqQDpk5j3CO6RnNTnQPsdLCfD55k8Y4hmREQEMviGIJUJAR2jTRAGXOZD/f+j7fZ1SFBlpqYywpQQhiVxp9ngOBa8eQL6C8UJF+19/ho6zklGtVmwGEPJXD4fCz+zImfw4a44NJzy6gHf6qDqyg/pAonAff74u768jRK1OXT13DlGmdyIH859W33xF4tL68RqzjYgi2+wPRiXZMD2NMqszz8seARGC+C9O7xG/tOZWGQkNzCmfqJvm/xRQdr8upHMz+tLKGtnpQiVWWKXvQI4GTE7OCfy72tDrYCHEN2LxPsFGNFgShqqH33HgNZA/V7L gcp:project: devkit-prod gcp:region: us-central1 - api:projectNumber: - secure: AAABAB3AC0Ld1HpbfvRKrtr6+/b6W/kD1i8iLiLUqxv5CII2vktsPcBXiIE= diff --git a/.infra/index.ts b/.infra/index.ts index 4bd1645ba..8d9159b70 100644 --- a/.infra/index.ts +++ b/.infra/index.ts @@ -436,7 +436,7 @@ const [apps] = deployApplicationSuite( ], }, debezium: { - version: '2.4.2.Final', + version: '3.0.5.Final', topicName: debeziumTopicName, propsPath: './application.properties', propsVars: { diff --git a/.infra/package-lock.json b/.infra/package-lock.json index 593781c69..d9545595d 100644 --- a/.infra/package-lock.json +++ b/.infra/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "api", "dependencies": { - "@dailydotdev/pulumi-common": "^2.4.5", + "@dailydotdev/pulumi-common": "^2.4.6", "@pulumi/gcp": "^8.10.2", "@pulumi/kubernetes": "^4.19.0", "@pulumi/pulumi": "^3.143.0" @@ -16,13 +16,13 @@ } }, "node_modules/@dailydotdev/pulumi-common": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/@dailydotdev/pulumi-common/-/pulumi-common-2.4.5.tgz", - "integrity": "sha512-pns/mt5qHtyMWG1xHEoInzHb5/0y0xM7tkg9QSQJgNPvMHwAHHksj+9d9LDE2jDvFxw5ISoG/nxZHy+mSjNMIg==", + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/@dailydotdev/pulumi-common/-/pulumi-common-2.4.6.tgz", + "integrity": "sha512-dN0W4G6pQvElH5O7qgMUb3NqXzahWxSHpBxcdOuhG4ikQS0La1k4M9Y15xc71bVjerf2lxFaatfi3lG8PZwEZw==", "license": "AGPL-3.0", "dependencies": { "@google-cloud/pubsub": "^4.9.0", - "@pulumi/gcp": "^8.10.2", + "@pulumi/gcp": "^8.12.0", "@pulumi/kubernetes": "^4.19.0", "@pulumi/pulumi": "^3.143.0", "knex": "^3.1.0", @@ -702,12 +702,12 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@pulumi/gcp": { - "version": "8.10.2", - "resolved": "https://registry.npmjs.org/@pulumi/gcp/-/gcp-8.10.2.tgz", - "integrity": "sha512-P7eVvxjJH+WtawToClgqhc+LArLB05RrdgcRLI86FulpJjletnZBNjatsR3kJyTPHb4MmFoRSIPEfduoaaeFZA==", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/@pulumi/gcp/-/gcp-8.12.1.tgz", + "integrity": "sha512-C73cRyXLAK2khUZJSiWbUPesynDZpDbnrhUXTOjNTOiHgyliS3LS6IEbcUFoYv8wlUbF3cImPjNukCVG/LVsZw==", "license": "Apache-2.0", "dependencies": { - "@pulumi/pulumi": "^3.136.0", + "@pulumi/pulumi": "^3.142.0", "@types/express": "^4.16.0", "read-package-json": "^2.0.13" } diff --git a/.infra/package.json b/.infra/package.json index 36dcdb45b..358d45f81 100644 --- a/.infra/package.json +++ b/.infra/package.json @@ -4,7 +4,7 @@ "@types/node": "20.12.x" }, "dependencies": { - "@dailydotdev/pulumi-common": "^2.4.5", + "@dailydotdev/pulumi-common": "^2.4.6", "@pulumi/gcp": "^8.10.2", "@pulumi/kubernetes": "^4.19.0", "@pulumi/pulumi": "^3.143.0"